/*
Theme Name: Orthomax WP Theme
Description: A custom wordpress theme
Author: Maurice Cifuentes 
Author URI: http://www.subcreative.com.au
Version: 1.0
*/


/* ==========================================================================
   WEBFONTS
   ========================================================================== */

@font-face {
	font-family: 'Azo Sans';
	src: url('hinted-AzoSans-Regular.eot');
	src: local('Azo Sans Regular'), local('AzoSans-Regular'),
		url('fonts/hinted-AzoSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-AzoSans-Regular.woff2') format('woff2'),
		url('fonts/hinted-AzoSans-Regular.woff') format('woff'),
		url('fonts/hinted-AzoSans-Regular.ttf') format('truetype'),
		url('fonts/hinted-AzoSans-Regular.svg#AzoSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Azo Sans';
	src: url('hinted-AzoSans-Italic.eot');
	src: local('Azo Sans Italic'), local('AzoSans-Italic'),
		url('fonts/hinted-AzoSans-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-AzoSans-Italic.woff2') format('woff2'),
		url('fonts/hinted-AzoSans-Italic.woff') format('woff'),
		url('fonts/hinted-AzoSans-Italic.ttf') format('truetype'),
		url('fonts/hinted-AzoSans-Italic.svg#AzoSans-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Azo Sans';
	src: url('hinted-AzoSans-Bold.eot');
	src: local('Azo Sans Bold'), local('AzoSans-Bold'),
		url('fonts/hinted-AzoSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-AzoSans-Bold.woff2') format('woff2'),
		url('fonts/hinted-AzoSans-Bold.woff') format('woff'),
		url('fonts/hinted-AzoSans-Bold.ttf') format('truetype'),
		url('fonts/hinted-AzoSans-Bold.svg#AzoSans-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Azo Sans';
	src: url('hinted-AzoSans-BoldItalic.eot');
	src: local('Azo Sans Bold Italic'), local('AzoSans-BoldItalic'),
		url('fonts/hinted-AzoSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-AzoSans-BoldItalic.woff2') format('woff2'),
		url('fonts/hinted-AzoSans-BoldItalic.woff') format('woff'),
		url('fonts/hinted-AzoSans-BoldItalic.ttf') format('truetype'),
		url('fonts/hinted-AzoSans-BoldItalic.svg#AzoSans-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
}


/* ==========================================================================
   BASE STYLES: DEFAULTS
   ========================================================================== */

html{
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body{
	background: none #fff;
	color: #666666;
	font-family: 'Azo Sans';
	font-weight: normal;
	font-style: normal;
}

body a{
	color: #0065a8;
	text-decoration: none;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

img{
	max-width: 100% !important;
	height: auto !important;
}

h1, h2, h3, h4, h5, h6{
	color: #0065a8;
	line-height: 1.2em;
	margin: 0 0 0.6em 0;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 27px;
}
h3{
	font-size: 25px;
}
h4{
	color: #707070;	
	font-size: 18px; 
}
h5{
	font-size: 21px;
}
h6{
	font-size: 20px;
}
dl, ol, p, ul{
	line-height: 1.3em;
	margin: 0 0 1em 0;
}

.mobile-nav-icon, #mobile-menu-container{
	display: none;
}
.holder, #content{
	width: 1170px;
	margin: auto;
}
.btn-blue, .btn-black{
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	margin: 0 10px;
	min-width: 110px;
	padding: 16px 30px 14px;
	text-transform: uppercase;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn-blue{
	background: none #0065a8;
}
.btn-black{
	background: none #333333;
}
.btn-blue:hover, .btn-black:hover{
	opacity: 0.9;
}




/* ==========================================================================
   HEADER
   ========================================================================== */
#header{
	min-height: 160px;
	color: #999999;
}
	#header .logo{
		float: left;
		padding-top: 73px;
		padding-bottom: 33px;
	}
		#header .logo a:hover{
			opacity: 0.9;
		}
	#header .right_header{
		float: right;
		padding-top: 30px;
	}
		#header .right_header p{
			font-size: 16px;
			margin: 0;
			text-align: right;
		}
		#header .right_header p.email{
			padding-bottom: 2px;
		}
			#header .right_header p.email a{
				color: #999999;
			}
			#header .right_header p.email a:hover{
				color: #0065a8;
			}
		#header .right_header p.phone{
			color: #0065a8;
			font-size: 38px;
			line-height: 1em;
		}
			#header .right_header p.phone a{
				color: #0065a8;
			}
		#header .right_header nav{
		}




/* ==========================================================================
   TOPSLIDER
   ========================================================================== */
#topslider{
	position: relative;
}
	#topslider .slider-left-bg{
		position: absolute;
		top: 0;
		left: 0;
		background: url('img/slider-bg-left.jpg') no-repeat;
		background-size: cover;
	}
	#topslider .slider-right-bg{
		position: absolute;
		top: 0;
		right: 0;
		background: url('img/slider-bg-right.jpg') no-repeat;
		background-size: cover;
	}
	#topslider .slide-item{
		position: relative;
	}
	#topslider .slide-img{
	}
		#topslider .slide-img img{
			width: 100% !important;
			height: auto !important;
		}
	#topslider .slide-text{
		color: #fff;
		position: absolute;
		bottom: 129px;
		left: 0;
		width: 100%;
		z-index: 99;
	}
		#topslider .slide-text-inner{
			position: relative;
			max-width: 85%;
			margin: auto;
			text-align: right;
		}
		#topslider .slide-text h2{
			color: #fff;
			font-size: 51px;
			font-weight: bold;
			line-height: 100%;
			margin: 0;
			text-transform: uppercase;
		}
		#topslider .slide-text h3{
			color: #fff;
			font-size: 35px;
			font-weight: bold;
			line-height: 100%;
			margin: 0;
			text-transform: uppercase;
		}
		#topslider .slide-text p{
			font-size: 16px;
			font-weight: normal;
			letter-spacing: -1px;
			line-height: 100%;
			margin: 0;
			padding-top: 3px;
		}
		#topslider .slide-text .btn-blue{
			margin: 30px 0 0;
		}
	#topslider ul.slick-dots{
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 25px;
		left: 0;
		width: 100%;
		height: 10px;
		z-index: 999;
		text-align: center;
	}
		#topslider ul.slick-dots li{
			display: inline-block;
			height: 10px;
			list-style-type: nonel
		}
		#topslider ul.slick-dots li button{
			border: none;
			background: url("img/slider-dot.png") no-repeat;
			width: 10px;
			height: 10px;
			margin: 0 5px;
			text-indent: -9999px;
		}
		#topslider ul.slick-dots li.slick-active button{
			background: url("img/slider-dot-active.png") no-repeat;
		}
		#topslider .slick-prev{
			background: url('img/slider-prev.png') no-repeat;
			border: medium none;
			height: 27px;
			left: -25px;
			position: absolute;
			text-indent: -9999px;
			top: 45%;
			width: 10px;
			z-index: 999;
		}
		#topslider .slick-next{
			background: url('img/slider-next.png') no-repeat;
			border: medium none;
			height: 27px;
			right: -25px;
			position: absolute;
			text-indent: -9999px;
			top: 45%;
			width: 10px;
			z-index: 999;
		}

	


/* ==========================================================================
   HOME
   ========================================================================== */
#main.home{
	padding-top: 0;
	padding-bottom: 0;
}
	#main.home #opening{
		color: #666666;
		font-size: 18px;
		text-align: center;
		padding-top: 85px;
		padding-bottom: 50px;
	}
		#main.home #opening .opening-inner{
			max-width: 730px;
			margin: auto;
		}
		#main.home #opening h3{
			font-weight: normal;
			color: #999999;
			font-size: 18px;
		}
		#main.home #opening h2{
			color: #0065a8;
			font-size: 30px;
			text-transform: uppercase;
		}
		#main.home #opening p{
		}
		#main.home #opening p.btns{
			padding-top: 10px;
		}
		#main.home #opening p.btns .btn-black,
		#main.home #opening p.btns .btn-blue{
			margin-bottom: 10px;
		}


	


/* ==========================================================================
   MAIN
   ========================================================================== */
#main{
	font-size: 18px;
	padding-top: 60px;
	padding-bottom: 50px;
}
	#pagetitle{
		background: url('img/titlebg.jpg') no-repeat;
		background-size: cover;
		font-size: 30px;
		font-weight: bold;
		color: #fff;
		line-height: 100%;
		padding: 40px 0 29px 0;
		text-transform: uppercase;
	}
	#main img.alignright{
		float: right;
		margin-left: 30px;
		margin-bottom: 20px;
	}
	#main img.alignleft{
		float: left;
		margin-right: 30px;
		margin-bottom: 20px;
	}
	
	#maincontent{
		width: 870px;
		float: right;
	}
		#maincontent .page-title{
			display: none;
		}
		.woocommerce #maincontent ul.products li.product, 
		.woocommerce-page #maincontent ul.products li.product{
			width: 30.8% !important;
		}
		.woocommerce #maincontent ul.products li.product > a, 
		.woocommerce-page #maincontent ul.products li.product > a{
			display: block;
			background: none #fff;
			border: 1px solid #dbdbdb;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
		.woocommerce #maincontent ul.products li.product > a.ajax_add_to_cart,
		.woocommerce-page #maincontent ul.products li.product > a.ajax_add_to_cart{
			display: none;
		}
		.woocommerce #maincontent ul.products li.product > a img, 
		.woocommerce-page #maincontent ul.products li.product > a img{
			padding: 5%;
			width: 90%;
			margin: 0;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
		.woocommerce #maincontent ul.products li.product h3,
		.woocommerce-page #maincontent ul.products li.product h3{
			color: #0065a8;
			font-size: 18px;
			font-weight: bold;
			padding: 5%;
			padding-top: 0;
			text-align: center;
			text-transform: uppercase;
		}
		.woocommerce-page #maincontent ul.products li.product .shop_cat_desc{
			color: #666666;
			font-size: 14px;
			line-height: 1.2em;
			padding: 0 5% 20px;
			text-align: center;
		}
		.woocommerce-page #maincontent .term-description,
		.woocommerce-page #maincontent .woocommerce-ordering, 
		.woocommerce-page #maincontent .woocommerce-result-count{
			display: none;
		}
		.woocommerce #maincontent ul.products li.product h3 .count,
		.woocommerce-page #maincontent ul.products li.product h3 .count{
			display: none;
		}
	
	#sidebar{
		width: 270px;
		float: left;
	}
		#sidebar .widgettitle{
			display: none;
		}
		#sidebar ul{
			margin: 0;
			padding: 0;
		}
		#sidebar ul li{
			list-style-type: none;
		}
		#sidebar ul li a{
			border-bottom: 1px solid #d7d7d7;
			color: #666666;
			display: block;
			background: none #eaeaea;
			font-weight: bold;
			font-size: 14px;
			line-height: 1.4em;
			padding: 15px 17px 11px;
			text-transform: uppercase;
		}
		#sidebar ul > li a:hover,
		#sidebar ul > li.current-menu-item > a,
		#sidebar ul li ul li.current-menu-item a,
		#main ul li.current-cat a,
		#main.blog-index ul li.cat-home a,
		#sidebar ul li.current-menu-parent > a{
			border-bottom: 1px solid #0065a8;
			color: #fff;
			background: none #0065a8;
		}
		
			#sidebar ul li ul{
				display: none;
				padding: 0;
			}
				#sidebar ul li ul li{
					background: none #d7d7d7;
					padding: 15px 15px 11px;
				}
				#sidebar ul li ul li a{
					border-bottom: none;
					padding: 2px 2px 1px 2px;
					display: inline-block;
					color: #999999;
					background: none #d7d7d7;
					line-height: 100%;
				}
				#sidebar ul li ul li a:hover,
				#sidebar ul li ul li.current-menu-item a{
					color: #999999;
					border-bottom: none;
					background: none #a0c5f1;
				}
			#sidebar ul > li.current-menu-parent ul,
			#sidebar ul > li.current-menu-item ul{
				display: block;
			}
		
		#sidebar .widget{
			padding-bottom: 30px;
		}
		#sidebar .widget :last-child{
			margin-bottom: 0;
		}
		#sidebar .crosslink{
			background: none #eaeaea;
			padding: 17px;
			margin-top: -30px;
		}
		
		
		
		
	/*** BLOG ***/
	#main.blog{
	}
		#main.blog .blogitem{
			padding-bottom: 30px;
		}
			#main.blog .blogitem .blog-img{
				width: 31.034482758620689655172413793103%;
				float: left;
				margin-right: 3.4482758620689655172413793103448%;
			}
				#main.blog .blogitem .blog-img img{
					width: 100% !important;
					height: auto !important;
				}
			#main.blog .blogitem .blog-text{
				width: 65.517241379310344827586206896552%;
				float: left;
			}
				#main.blog .blogitem .blogdate{
					color: #0065a8;
					font-weight: bold;
					font-size: 14px;
					margin: 0;
					padding: 23px 0 3px;
				}
				.single #main.blog .blogitem .blogdate{
					color: #999999;
					padding-top: 0;
					padding-bottom: 8px;
					font-weight: normal;
				}
				#main.blog .blogitem .blogtitle{
					color: #999999;
					font-weight: normal;
					font-size: 26px;
				}
				.single #main.blog .blogitem .blogtitle{
					color: #0065a8;
					font-size: 30px;
					font-weight: bold;
					padding-bottom: 5px;
					text-transform: uppercase;
				}
					#main.blog .blogitem .blogtitle a{
						color: #999999;
					}
					.single #main.blog .blogitem .blogtitle a{
						color: #0065a8;
					}
				#main.blog .blogitem .readmore{
					margin: 8px 0 0;
				}
					#main.blog .blogitem .readmore .btn-blue{
						margin: 0;
						padding: 19px 30px 17px;
					}
		#main .postsnavigation{
			border-top: 1px solid #cccccc;
			text-align: center;
			padding-top: 20px;
			margin-top: 30px;
		}
			#main .postsnavigation .wp-pagenavi span.pages{
				display: none;
			}
			#main .postsnavigation .wp-pagenavi span.current,
			#main .postsnavigation .wp-pagenavi a.page,
			#main .postsnavigation .wp-pagenavi a.previouspostslink,
			#main .postsnavigation .wp-pagenavi a.nextpostslink,
			#main .postsnavigation .wp-pagenavi a.page:hover,
			#main .postsnavigation .wp-pagenavi a.previouspostslink:hover,
			#main .postsnavigation .wp-pagenavi a.nextpostslink:hover{
				color: #ffffff;
				background: none #cccccc;
				border: none;
				display: inline-block;
				font-size: 14px;
				font-weight: normal;
				height: 16px;
				margin: 10px;
				padding: 16px 0;
				text-align: center;
				width: 50px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}
			
			#main .postsnavigation .wp-pagenavi span.current,
			#main .postsnavigation .wp-pagenavi a.page:hover,
			#main .postsnavigation .wp-pagenavi a.previouspostslink:hover,
			#main .postsnavigation .wp-pagenavi a.nextpostslink:hover{
				background: none #0065a8;
				font-weight: normal;
			}
		
		
		
	/*** FAQ ***/
	#maincontent .faq-item{
	}
		#maincontent .faq-item.last .faq-title{
			border-bottom: 1px solid #dcdcdc;
		}
		#maincontent .faq-item .faq-title{
			font-weight: normal;
			color: #0065a8;
			cursor: pointer;
			font-size: 18px;
			border-top: 1px solid #dcdcdc;
			background: url('img/faq-close.png') no-repeat right 16px;
			margin: 0;
			padding: 15px 40px 15px 0;
		}
		#maincontent .faq-item.open .faq-title{
			background: url('img/faq-open.png') no-repeat right 16px;
		}
		#maincontent .faq-item .faq-content{
			display: none;
			padding-bottom: 15px;
		}
	




/* ==========================================================================
   FOOTER
   ========================================================================== */
#quicklinks{
	background: none #f1f1f1;
	padding: 30px 0;
}
	#quicklinks ul{
		margin: 0;
		padding: 0;
	}
	#quicklinks ul li{
		float: left;
		list-style-type: none;
		margin-right: 2.6666%;
		text-align: center;
		width: 23%;
	}
	#quicklinks ul li:last-child{
		margin-right: 0;
	}
	#quicklinks p{
		margin: 0;
	}
	#quicklinks a{
		background: none #fff;
		display: block;
		border: 1px solid #dbdbdb;
		padding: 50px 20px 22px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	#quicklinks a:hover{
		opacity: 0.8;
	}
	#quicklinks a .img{
		display: block;
	}
	#quicklinks a .title{
		color: #0065a8;
		display: block;
		font-size: 18px;
		font-weight: bold;
		padding: 24px 0 28px;
		text-transform: uppercase;
	}
	#quicklinks a .text{
		color: #666666;
		display: block;
		font-size: 14px;
		line-height: 1.3em;
	}
#subfooter{
	padding-top: 80px;
	padding-bottom: 74px;
	text-align: center;
}
	#subfooter h3{
		font-weight: normal;
		color: #999999;
		font-size: 18px;
	}
	#subfooter h2{
		color: #0065a8;
		font-size: 30px;
		text-transform: uppercase;
	}
	#subfooter p.logos{
		padding-top: 10px;
	}
		#subfooter p.logos a:hover{
			opacity: 0.9;
		}
		#subfooter p.logos img{
			padding: 0 20px;
		}
#footer{
}
	#footer .footer1{
		color: #fff;
		background: none #0065a8;
		font-size: 14px;
		padding-top: 80px;
		padding-bottom: 40px;
	}
		#footer .footer1 a{
			color: #fff;
		}
		#footer .footer1 a:hover{
			text-decoration: underline;
		}
		#footer .footer1 .widget{
			padding-bottom: 20px;
		}
		#footer .footer1 .widgettitle{
			color: #fff;
			font-size: 16px;
			font-weight: bold;
			margin-bottom: 22px;
			text-transform: uppercase;
		}
		#footer .footer1 p{
			margin-bottom: 1.6em;
		}
		#footer .footer1 ul{
			padding: 0 0 0 15px;
		}
			#footer .footer1 ul li{
				padding-bottom: 3px;
			}
		#footer .footer1 p.logos{
			margin-bottom: 1em;
		}
			#footer .footer1 p.logos a:hover{
				opacity: 0.9;
			}
			#footer .footer1 p.logos img{
				padding: 0 25px 22px 0;
			}
		#footer .footer1 form{
			position: relative;
		}
			#footer .footer1 form .link-privacy{
				font-size: 11px;
			}
			#footer .footer1 form input[type="email"]{
				border: none;
				color: #666666;
				display: block;
				font-family: "Azo Sans";
				font-size: 14px;
				line-height: 100%;
				min-width: 300px;
				padding: 15px;
				margin-bottom: 20px;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
			}
			#footer .footer1 form input[type="submit"],
			#footer .footer1 form button[type="submit"]{
				background: none #004b7d;
				border: none;
				color: #fff;
				display: inline-block;
				font-size: 14px;
				font-weight: normal;
				line-height: 100%;
				margin: 0 16px 0 0;
				min-width: 180px;
				padding: 16px 30px 14px;
				text-transform: uppercase;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
			}
			#footer .footer1 form input[type="submit"]:hover{
				opacity: 0.9;
			}
		#footer .footer1 .col1{
			width: 30.333%;
			float: left;
			padding-right: 3%;
		}
		#footer .footer1 .col2{
			width: 30.333%;
			float: left;
			padding-right: 3%;
		}
		#footer .footer1 .col3{
			width: 30.333%;
			float: left;
			padding-right: 3%;
		}
	#footer .footer2{
		color: #666666;
		font-size: 13px;
		padding: 25px 0;
	}
		#footer .footer2 .widgettitle{
			display: none;
		}
		#footer .footer2 .widget:first-child{
			float: left;
		}
		#footer .footer2 .widget:last-child{
			float: right;
		}
		#footer .footer2 .widget p{
			margin: 0;
		}
		#footer .footer2 .widget ul{
			margin: 0;
			padding: 0;
		}
			#footer .footer2 .widget ul li{
				list-style-type: none;
				display: inline-block;
				padding-left: 15px;
			}
			#footer .footer2 .widget ul li a{
				color: #666666;
				text-decoration: underline;
			}
			#footer .footer2 .widget ul li a:hover{
				color: #0065a8;
			}





/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
