/*   
Theme Name: ADROiT Lite
Description: This is a basic blank theme.
Author: Kevin Walton | ADROiT Multimedia
Author URI: http://www.adroitmultimedia.co.nz
Version: 1.0
*/

/* STYLES RESET */
* { margin: 0; padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/* IE Fix */
a img{border:none;}

a, a:hover{text-decoration:none;transition:all 0.2s;}

/* Remove placeholder text in inputs when they get focus. */
input:focus::-webkit-input-placeholder { color: transparent; }
input:focus::-moz-placeholder { color:transparent; }
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus::-moz-placeholder { color:transparent; }

/* CLEARFIX */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .clearfix { height: 1%; } .clearfix { display: block; } /* close commented backslash hack */

/*******************************************************/

/* BASE STYLES */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

p, ol, .content ul{
	margin-bottom:1em;
}

ol, .content ul{
	margin-left:30px;
}

ol li, .content ul li{
	margin-bottom:0.5em;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto Slab', serif;
	font-weight:normal;
	text-transform:uppercase;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
	font-weight:bold;
}

h2{font-size:62px;line-height:66px;}

h3{font-size:35px;line-height:40px;}

img{
	max-width:100%;
}

.container{
	width:1120px;
	max-width:90%;
	margin:0 auto;
}

/* END BASE STYLES */

/*******************************************************/

/* HEADER STYLES */

header{
	background:#d32034;
	padding:20px 0;
}

header h1{
	position:absolute;
	opacity:0;
}

#logo_container{
	float:left;
}

#header_right{
	float:right;
	text-align:right;
}


.search-field{
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	border: none;
	outline: none;
	background: #bd1c2e;
	border-radius: 5px 0 0 5px;
	color:#fff;
}

.search-submit{
	height: 25px;
	border: none;
	outline: none;
	background: #bd1c2e;
	padding: 0 5px;
	border-radius: 0 5px 5px 0;
	margin-left: -5px;
	color:#fff;
}

@media(max-width:573px){
	#logo_container{
		text-align:center;
		padding:10px 0;
	}
}

/* END HEADER STYLES */

/*******************************************************/

/* NAV STYLES */

#main_navigation{
	margin-top:30px;
}

#main_navigation ul{
	list-style:none;
	text-align:right;
}

#main_navigation ul li{
	display:inline-block;
}

#main_navigation ul li a{
	display:block;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	margin-left:25px;
	padding-top:15px;
	padding-bottom:11px;
	transition:all 0.2s;
}

#main_navigation ul li a:hover, #main_navigation .current_page_item a{
	color:#fff!important;
	border-bottom:solid 4px #fff!important;
	transition:all 0.2s;
}

/* RESPONSIVE NAV */
#responsive_nav, #responsive_nav_icon{
	display:none;
}

#responsive_nav{
	position:fixed;
	top:0px;
	width:80%;
	height:100%;
	background:#fff;
	border-left:solid 1px #000;
	border-top:solid 5px #000;
	z-index:9999;
}

.onscreen{
	right:0;
	transition:all 0.5s;
}

.offscreen{
	right:-81%;
	transition:all 0.5s;
}

#responsive_nav_icon{
	margin-top:30px;
}

#responsive_nav_icon .fa{
	background:none;
	color:#fff;
	font-size:30px;
}

#responsive_close{
	text-align:right;
	padding:10px 20px;
}

#responsive_close .fa-times-circle-o{
	font-size:40px!important;
	background:none;
	color:#000;
}

#responsive_nav_icon:hover, #responsive_close .fa:hover{
	cursor:pointer;
}

#responsive_nav ul{
	list-style:none;
	border-bottom:solid 1px #ccc;
}

#responsive_nav ul li{
	text-transform:uppercase;
	font-size:16px;
	border-top:solid 1px #ccc;
	line-height:50px;
	height:50px;
}

#responsive_nav ul li a{
	text-decoration:none;
	padding-left:40px;
	color:#222;
	width:100%;
	height:100%;
	display:block;
}

#responsive_nav .current_page_item a{
	color:#000!important;
}

#responsive_nav ul li a:hover{
	background:#f0f0f0;
	color:#000;
}

@media(max-width:999px){
	#main_navigation{
		display:none;
	}
	
	#responsive_nav_icon{
		display:inline-block;
		float:right;
		color:#fff;
		font-size:40px;
	}
	
	#responsive_nav{
		display:block;
	}
}

@media(max-height:370px){
	#responsive_close{
		padding:2px 20px;
	}
	
	#responsive_nav ul li{
		font-size:12px;
		line-height:30px;
		height:30px;
	}
}

/* END NAV STYLES */

/*******************************************************/

/* CONTENT STYLES */

.show_overflow{
	overflow:visible!important;
}

.icon_divider{
    position: absolute;
    width: 100%;
    top: -42px;
}

.background_bottom{
	background-position:center bottom!important;
	background-size:cover!important;
}

/* END CONTENT STYLES */

/*******************************************************/

/* CONTACT FORM STYLES (FOR USING CONTACT FORM 7 PLUGIN) */

.wpcf7-form-control-wrap{
	width:100%;
}

.textfield, .textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	width:98%;
	padding:4px 1%;
	margin-bottom:8px;
	border:solid 1px #d32034;
	border-radius:4px;
}

.textarea{
	height:100px;
}

.submit{
	background:#d32034;
	color:#fff;
	border:none;
	padding:8px 17px;
	text-transform:uppercase;
	font-size:18px;
	transition:all 0.2s;
}

.submit:hover{
	background:#000;
	cursor:pointer;
	transition:all 0.2s;
}

/* END OF CONTACT FORM STYLES */

/*******************************************************/

/* FOOTER STYLES */

footer{
	position:relative;
	z-index:9999;
}

footer a i{
	color:#fff;
	background:url('images/hex-bg.png');
	text-align:center;
	width:58px;
	height:50px;
	line-height:50px!important;
	margin-right:20px;
	font-size:1.5em!important;
}

/* END FOOTER STYLES */

/*******************************************************/

/* WIDGET STYLES */

aside{
	display:table;
	width:100%;
	border-top:solid 8px #d32034;
	padding:40px 0;
}

aside .widget{
	display:table-cell;
	vertical-align:top;
	color:#7b7b7b;
	text-transform:uppercase;
}

aside .widget_nav_menu ul li{
	list-style:none;
}

aside .widget_nav_menu ul li a{
	color:#7b7b7b;
}

aside .widget_nav_menu ul li a:hover{
	color:#d32034;
}

aside .widget_nav_menu .current_page_item a{
	font-weight:bold;
	color:#d32034;
}

@media(max-width:975px){
	aside{
		display:block;
	}
	
	aside .widget{
		display:block;
		text-align:center;
		margin-bottom:20px;
	}
	
	footer a i{
		margin-right:10px;
		margin-left:10px;
	}
}

/* END OF WIDGET STYLES */

/*******************************************************/

/* MISCELLANEOUS */
.alignleft{float:left;}
.alignright{float:right;}
.aligncenter{display:block;margin-left:auto;margin-right:auto;}
.hidden, .screen-reader-text{display:none;}