/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/*  CNC Machinery Solutions COLOURS:
	Blue: #7299c6
	Red: #e73535
	Dark grey: #211e1e
	Light grey: #bec0c2
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */


body {
	background-color: #fff;
	font-size: 0.85em; line-height: 1.4em;
	font-family: 'Montserrat', sans-serif;
	color : #211e1e; font-weight: 400; overflow: hidden; padding-top: 0px;
}

#tabs { 
    background: transparent; 
    border: none;
    font-size: 0.95em;
} 
#tabs .ui-widget-header { 
    background: transparent; 
    border: none; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
}
#tabs .ui-tabs-panel {
    display: none;
    background: transparent;
    border-width: 0px;
    background: none;
}
#tabs .ui-tabs-nav .ui-state-default { 
    background: transparent; 
    border: none;
    white-space: normal;
} 
#tabs .ui-tabs-nav .ui-state-active { 
    background: transparent no-repeat bottom center; 
    border: none; 
} 
#tabs .ui-tabs-nav .ui-state-default a { 
    color: #211e1e; 
} 
#tabs .ui-tabs-nav .ui-state-active a { 
    color: #211e1e; 
}


/* #Typography
================================================== */

h1, h2, h3, h4, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight : inherit;
}

h1 {
	font-size : 2.3em;
	line-height : 1.3em;
	margin-bottom: 10px;
}

.home #top_block .wrap h1 { font-size: 2.0em; line-height: 1em; }

@media only screen and (min-width: 480px) {
	.home #top_block .wrap h1 { font-size: 2.5em; line-height: 1em; }
}

@media only screen and (min-width: 768px) {
	.home #top_block .wrap h1 { font-size: 3.5em; line-height: 1em; }
}

h1.page_title { font-size: 2.6em; }

h2 {
	font-size : 2.1em;
	line-height : 1.3em;
	margin-bottom: 8px;
}

.line { margin-bottom: 26px; }

.red { color: #e73535; }
.blue { color: #7299c6; }
.dark_grey { color: #211e1e; }
.light_grey { color: #bec0c2; }

.red_bg { background-color: #e73535; color: white; }
.blue_bg { background-color: #7299c6; color: white; }
.dark_grey_bg { background-color: #211e1e; color: white; }
.light_grey_bg { background-color: #bec0c2; }
.very_light_grey_bg { background-color: #f2f2f2; }
.white_bg { background-color: #ffffff; }

.red_border { border-bottom: 3px solid #e73535; }


.entry.intro {font-size: 1.3em; line-height: 1.6em;}

h2#comments {border-top: 1px dotted #999; margin-top: 20px;}

h3 {
	font-size : 1.7em;
	line-height : 1.3em;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

h5.showfilters { border-bottom: 1px solid #eaebec; padding-bottom: 10px; font-size: 10px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; }
h5.showfilters:hover { cursor: pointer; }

h1.post-title, h2.loop-title { margin-top: 5px; margin-bottom: -3px; }


h4 {
	font-size : 1.5em;
	line-height : 1.3em;
	margin-bottom: 5px;
}

.accordion h4 { font-size: 1.6em; }

h5 {
	font-size : 13px;
	line-height :1.3em;
	margin-bottom: 3px;
}

h6 {
	font-size : 1.0em;
	line-height : 1.3em;
	margin-bottom: 3px;
}

.subheader {
}

p {margin : 0 0 1.8em 0; font-family: 'Open Sans', sans-serif; font-size: 12.5px; }
p:empty { display: none; }

.intro_text { font-size: 1.2em; line-height: 1.4em; }

h3 a {text-decoration: none!important;}

p img {
margin : 0;
}

img.inline-100 {
    width: 100px!important;
}

em {
font-style : italic;
}


strong {
font-weight: 900;
}
small {
font-size : 80%;
}

sup { font-size: 9px; }

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5 {text-align: center;
  margin: 0 auto;
  width: 30%; line-height: 1.1em;
  display: block; font-style: normal; margin-bottom: 15px; padding-bottom: 15px}
  
blockquote, blockquote p {
	font-size: 1em;
	line-height: 1.6em;
}

blockquote {
	margin: 30px 10%;
	background-color: #fff;
	padding : 30px 0px 0px 0px;
}

blockquote p:before {
	font-family: 'Patua One', cursive;
	font-style: normal;
	content: "\201C";
	margin-top: 0px;
	margin-left: -30px;
	float: left;
	color: #eee;
	font-size: 104px;
	display: block;
}

blockquote p:after {
	font-family: 'Patua One', cursive;
	font-style: normal;
	content: "\201D";
	margin-top: 28px;
	margin-right: -10px;
	float: right;
	color: #eee;
	font-size: 104px;
	display: block;
}


blockquote cite {
	display : block;
	font-size : 1.1em;
	color : #666;
}

blockquote cite:before {
	content : "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color : #666;
}


/* #Links
================================================== */

a, a:visited {
	color : #7299c6;
	text-decoration : none;
	outline : 0;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:hover, a:focus {
	color : #444;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.view-course-info:hover { color: #557293; cursor: pointer; }
.view-course-info a {color: #557293; }
.dark a:hover, .dark a:focus { color: #fff; }

a.readmorelinks {text-decoration: none; display: inline; margin-top: 6px;}
a.readmorelinks:hover { }


p a, p a:visited {
	line-height : inherit;
}

.current-menu-item, .current-page-item, .menu-item-home {}
/*.current-menu-parent { }
.current-menu-ancestor {}*/


/* #Lists
================================================== */

ul, ol { margin-bottom : 0px; list-style : none; list-style-position: outside; }
ul { list-style : disc; list-style-position: outside; margin-left: 17px; }
ol { list-style : decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left : 0%; }
ul.square { list-style : square; }
ul.circle { list-style : circle; }
ul.disc { list-style : disc; }

ul.tweets {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.tweets li {
    margin-bottom: 15px;
    padding-left: 30px;
    background: url(images/ico-twitter.png) no-repeat left 5px;
}

.entry ol li { text-indent: 0px; margin-bottom: 1%; margin-left: 17px; }

.entry ul li { text-indent: 0px; margin-bottom : 1%; margin-left: 17px; }

ul ul, ul ol, ol ol, ol ul { margin : 1.3% 0 0% 7%; }

ul.gform_fields li { text-indent: 0px; }

.entry ul {list-style-position: inside;}
.entry ul, .entry ol {margin-bottom: 25px; list-style-position: outside; margin-left: 20px; }

ul ul li, ul ol li, ol ol li, ol ul li { margin-bottom: 0%; }

li { margin-bottom: 0%; }

ul.large li { line-height: 1.6em; }

li p {}

/* #Images
================================================== */

img.scale-with-grid { max-width: 100%; height: auto; }

.alignnone { margin: 0px 5px 5px 0; }

.overlay_hover .alignnone { display: block; margin: 0px 0px 12px 0px; }

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto 5px auto;
}

.alignright {
    float:right;
    margin: 0px 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 0px 10px 10px 0;
}

.stats img { margin: 10px; }

.homefeaturedalign {
    float: right;
}


.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px auto 5px auto;
}

a img.alignnone {
    margin: 0px 0px 10px 0;
}

a img.alignleft {
    float: left;
    margin: 5px auto 5px auto;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}




/* #Buttons
================================================== */

.button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
button, .product_search input[type="text"], .searchandfilter#search-filter-form-70 li.sf-field-search input[type="text"],
input[type="submit"], input[type="search"],
input[type="reset"],
input[type="button"], .button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active, .button:visited,
button:visited,
input[type="submit"]:visited,
input[type="reset"]:visited,
input[type="button"]:visited, 
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    -webkit-appearance: none;
	border: 1px #211e1e solid; 
	box-sizing: border-box;
    background-color: transparent;
    color: #211e1e;
	display: inline-block;
	font-size: 12px!important;
	font-weight: 300;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 0px;
	line-height: normal;
	padding: 15px!important;
	margin-top: 10px;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 0px!important;
}

.course_meta input[type="text"], .course_meta input[type="password"], .course_meta input[type="email"], .course_meta input[type="tel"], .course_meta textarea, .course_meta select { border: 1px #211e1e solid; }


#search-filter-form-70.searchandfilter li.sf-field-search input[type="text"] {font-family: 'Montserrat', sans-serif; color: #211e1e;}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover { background-color: #557293; color: #9a9a9a; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background-color: #211e1e; color: white; }

.button.white {	border: 1px solid #ddd; }

.searchandfilter ul li {  }

.button:hover,
button:hover,
input[type="submit"]:hover, #searchsubmit:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #fff!important;
	background: #557293; /* Old browsers */
	-moz-transition: all 0.2s linear;
   -webkit-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   transition: all 0.2s linear;
   }

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 99%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}

/* #Forms
================================================== */

form { margin-bottom : 0em; }
fieldset { margin-bottom : 0em; }


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}

.gform_wrapper .gform_footer {
    padding: 0px 0 10px!important;
    margin: 0px 0 0;
    clear: both;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
	border : #e5e5e5 solid 1px;
	padding : 10px!important;
	outline : none;
	color : #444;
	margin : 0;
	width : 100%;
	max-width : 100%;
	display : block;
	background : transparent!important;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0px;
}

.dark input[type="text"], .dark input[type="password"], .dark input[type="email"], .dark input[type="tel"], .dark textarea, .dark select {
	border : #e5e5e5 solid 1px;
	padding : 10px !important;
	outline : none;
	color : #fff;
	margin : 0;
	width : 100%;
	max-width : 100%;
	display : block;
	background : transparent;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0px;
}

.dark .button,
.dark button,
.dark input[type="submit"],
.dark input[type="reset"],
.dark input[type="button"], .dark .button:active,
.dark button:active,
.dark input[type="submit"]:active,
.dark input[type="reset"]:active,
.dark input[type="button"]:active, 
.dark button:visited,
.dark button:visited,
.dark input[type="submit"]:visited,
.dark input[type="reset"]:visited,
.dark input[type="button"]:visited { border: 1px solid #211e1e; }

.dark button.slick-prev, .dark button.slick-next { border: 0px!important; }

select { width: auto; padding-right: 26px!important; background: transparent url('images/grey-down-sprite.svg') no-repeat 97% center!important; background-size: 20px!important; }
select { position: relative; padding: 0; }
.select { position: relative; }
.select:after { position: absolute; top: 9px; right: 12px; font-family: FontAwesome; content: "\f107"; }

.wc-bookings-booking-form .form-field input[type=number] {
    width: 100%;
    padding: 8px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border : #418a75 solid 1px; box-sizing: border-box; 
	-webkit-appearance: none;
}

textarea { min-height: 10%; }

label, legend {
	display : block;
	font-weight : normal!important;
	font-size : 1.0em;
	font-family: 'Montserrat', sans-serif;
}

input[type="checkbox"] { display : inline; }
label span, legend span {
	font-weight : normal;
	font-size : inherit;
	color : #444;
}