/*
Theme Name: CallTech
Theme URI: http://calltech.com.au/
Author: Eire Studio
Author URI: http://www.eirestudio.net/
Version: 1.0
*/



/*****************************************************************
*	Reset														 *
******************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ */

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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del, del * {
	text-decoration: line-through;
	color: #666;
}

table { border-collapse:collapse }

@font-face {
    font-family: 'sansationbold';
    src: url('font/sansation-bold-webfont.eot');
    src: url('font/sansation-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/sansation-bold-webfont.woff2') format('woff2'),
         url('font/sansation-bold-webfont.woff') format('woff'),
         url('font/sansation-bold-webfont.ttf') format('truetype'),
         url('font/sansation-bold-webfont.svg#sansationbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*****************************************************************
*	Clearfix													 *
******************************************************************/
.clearfix:after, .woocommerce_message:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/*****************************************************************
*	Generic														 *
******************************************************************/
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { float: center; }

.more { display: none; }
small { font-size: 12px; }
strong { font-weight: 600; }
a { 
	color: #C81515; 
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 25px;
}
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

.entry ul { 
	margin-bottom: 8px;
} 
	.entry ul li { 
		background: url(images/grey_bullet.png) no-repeat 9px 9px;
		padding: 0px 0px 12px 32px;
		margin-left: 0px;
		line-height: 21px;
	} 

.entry ol { 
	margin-bottom: 8px;
} 
	.entry ol li { 
		padding: 0px 0px 12px 0px;
		margin-left: 32px;
		list-style: decimal outside;
		line-height: 21px;
	} 

p { font-size: 15px; margin-bottom: 16px; line-height: 23px;}
a:hover { text-decoration: underline; }

		


/*****************************************************************
*	General														 *
******************************************************************/
html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #666;
	border-top: 5px solid #FF5000;
}	
.wrapper {
	width: 960px;
	position: relative;
	margin: 0 auto; 
}



/*****************************************************************
*	Buttons														 *
******************************************************************/
a.btn {
	display: inline-block;
	text-indent: -9999px;
	height: 30px;
}
a.btn_read {
	background: url(images/btns.png) 0px 0px no-repeat;
	width: 83px;
}
	a.btn_read:hover { background-position: 0px -40px; }
a.btn_services {
	background: url(images/btns.png) -93px 0px no-repeat;
	width: 114px;
}
	a.btn_services:hover { background-position: -93px -40px; }
a.btn_sectors {
	background: url(images/btns.png) -214px 0px no-repeat;
	width: 114px;
}
	a.btn_sectors:hover { background-position: -214px -40px; }



/*****************************************************************
*	Header														 *
******************************************************************/
header .wrapper {
	position: relative;
	height: 108px;
}
header {
	background: url(images/header-bg.png) repeat-x;
	margin-bottom: 30px;
}
	header a.logo img {
		width: 221px;
		height: 70px;
		display: block;
		float: left;
		margin-top: 25px;
	}
	header .phone {
		color: #fff;
		position: absolute;
		right: 0px;
		top: 0px;
		height: 35px;
		width: 240px;
		text-align: center;
		font-weight: bold;
		line-height: 34px;
		background: url(images/ico_phone.png) no-repeat;
	}


			/*****************************************************************
			*	Primary Nav													 *
			******************************************************************/
			nav#primary {
				font: 18px 'sansationbold';
				position: absolute;
				top: 76px;
				right: 22px;
			}
			
				nav#primary li {
					display: inline; 
					position: relative;
					float: left;
				}
				nav#primary > ul > li > a {
					display: block;
					height: 25px;
					float: left;
					margin-left: 25px;
					color: #000;
					text-decoration: none;
				}
					nav#primary > ul > li > a:hover {
						border-bottom: 5px solid #FF5000;
						text-decoration: none;
					}
						
						
					/* Dropdown */
					nav#primary li.sfHover {
						z-index: 1000;
					}
						nav#primary li.sfHover > ul a {
							color: #000;
							text-decoration: none;
						}
							nav#primary li.sfHover > ul a:hover {
								background: #fff;
								border-radius: 0px 0px 5px 5px;
								-moz-border-radius: 0px 0px 5px 5px;
								-webkit-border-radius: 0px 0px 5px 5px;
							}
					nav#primary li > ul {
						position: absolute;
						top: 25px;
						left: 14px;
						z-index: 1000;
						display: none;
						font: 15px 'Open Sans';
						border-top: 5px solid #FF5000;
					}
						nav#primary li > ul > li {
							border-bottom: 1px solid #ccc;
							border-left: 1px solid #ccc;
							border-right: 1px solid #ccc;
							background: #fff;
						}
						nav#primary li > ul a {
							left: 0px;
							float: none;
							display: block;
							color: #000;
							width: 180px;
							text-shadow: none;
							padding: 9px 18px 9px 18px;
							font-size: 14px;					
						}
							nav#primary li.last {
								border-radius: 0px 0px 5px 5px;
								-moz-border-radius: 0px 0px 5px 5px;
								-webkit-border-radius: 0px 0px 5px 5px;
							}
								/* SH - does this work */
								nav#primary li > ul > li > ul {
								/* second and third submenus */
								left: 216px;
								top: 0;
								float: none;
								padding: 0px;
								border-top: 1px solid #ccc;
								display: block;
								}










/*****************************************************************
*	Features: Home												 *
******************************************************************/
.features {

}
	.features li {
		float: left;
		width: 300px;
		height: 250px;
		text-align: center;
		margin: 0px 29px 30px 0px;
		position: relative;
	}
		.features li img {
			display: block;
			margin-bottom: 20px;
		}
		.features li p {
			font-size: 14px;
		}
		.features li a.btn {
			bottom: 0px;
			left: 105px;
			position: absolute;
		}
	.features li.last {
		margin-right: 0;
	}



/*****************************************************************
*	Brands														 *
******************************************************************/
.brands { 
	background: url(images/brands.png) no-repeat;
	width: 978px;
	height: 149px;
	float: left;
	margin-bottom: -2px;
}
	.brands li {
		float: left;
		width: 306px;
		margin: 30px 29px 30px 0px;
		position: relative;
	}
		.brands li p {
			font-size: 13px;
		}
		.brands li .alignleft {
			margin: 0px 12px 7px 0px;
		}
	.brands li.last {
		margin-right: 0;
	}




/*****************************************************************
*	Slider + About												 *
******************************************************************/
.main {
	margin-bottom: 10px;
}
.flexslider {
	float: left;
	width: 960px;
	height: 300px;
	position: relative;
	z-index: 1;
	background: url(images/slider-shadow.png) no-repeat center bottom;
}
	.flexslider img {
		border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	}
	.flexslider p {
		background: #333;
		position: absolute;
		bottom: 30px;
		z-index: 100;
		padding: 12px 17px;
		color: #fff;
		border-radius: 0px 7px 7px 0px;
		-moz-border-radius: 0px 7px 7px 0px;
		-webkit-border-radius: 0px 7px 7px 0px;
	}
	.flex-direction-nav {
		position: relative;
		top: -150px;
		display: none;
	}
		.flex-direction-nav a {
			width: 25px;
			height: 25px;
			display: block;
			position: absolute;
			text-indent: -9999px;
			background: url(images/nex_prev.png) no-repeat;
		}
		a.flex-prev {
			left: 20px;
			background-position: left;
		}
		a.flex-next {
			right: 20px;
			background-position: right;
		}
	.flexslider li {
		z-index: 10;
		position: relative;
	}
	.flex-control-nav {
		display: none;
	}

		
		
/*****************************************************************
*	Sidebar														 *
******************************************************************/
aside#primary {
	float: left;
	width: 220px;
}
	aside#primary a {
		color: #000;
	}
	aside#primary .widget_box {
		margin-bottom: 30px;
	}
		aside#primary .widget_box li.last a {
			padding-bottom: 12px;
			border-radius: 0px 0px 4px 4px;
			-moz-border-radius: 0px 0px 4px 4px;
			-webkit-border-radius: 0px 0px 4px 4px;
			border-bottom: 1px solid #F2F2F2;
		}
			aside#primary .widget_box li.current_page_item a {
				background: #fff;
				border-left: 1px solid #F2F2F2;
				border-right: 1px solid #F2F2F2;
				text-decoration: underline;
			}
			aside#primary .widget_box li a {
				background: #F2F2F2;
				padding: 9px 17px 9px 17px;
				display: block;
				line-height: 22px;
				font-size: 14px;
			}
		aside#primary .widget_box .textwidget {
			background: #F2F2F2;
			padding: 17px 17px 5px 17px;
			border-radius: 0px 0px 4px 4px;
			-moz-border-radius: 0px 0px 4px 4px;
			-webkit-border-radius: 0px 0px 4px 4px;
			border-bottom: 1px solid #F2F2F2;
		}
		aside#primary .widget_box .featured-posts h4 {
			margin-bottom: 5px;
		}
		aside#primary .widget_box .featured-posts .post-time {
			margin-bottom: 12px;
			font-size: 12px;
		}
	
	aside#primary h4 {
		background: #dadada;
		height: 45px;
		line-height: 45px;
		text-indent: 17px;
		margin: 0;
		border-radius: 7px 7px 0px 0px;
		-moz-border-radius: 7px 7px 0px 0px;
		-webkit-border-radius: 7px 7px 0px 0px;
	}
	aside#primary .content {
		background: #F2F2F2;
		border-radius: 0px 0px 7px 7px;
		-moz-border-radius: 0px 0px 7px 7px;
		-webkit-border-radius: 0px 0px 7px 7px;
		padding: 17px;
	}
	




/*****************************************************************
*	Content														 *
******************************************************************/
#content {
	float: right;
	width: 710px;
	margin-bottom: 12px;
	position: relative;
}
	body.page-template-templatestemplate_video-php #content {
		width: 100%;
	}
	
	.video {
		float: right;
		margin: 0px 0px 20px 20px;
		width: 560px;
		min-height: 315px;
	}

	#content .entry .alignleft {
		margin: 0px 20px 0px 0px;
	}
	#content .entry .alignright {
		margin: 0px 0px 0px 20px;
	}
	
	#content .entry img {
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	#content h1 {
		border-bottom: 1px solid #ccc;
		padding-bottom: 20px;
	}
	.post {
		border-bottom: 1px solid #ccc;
		margin-bottom: 20px;
	}
		.last { border: 0px none; } 
		#content .meta {
			margin-bottom: 14px;
			font-size: 13px;
		}
			#content .meta li {
				display: inline-block;
				background: none;
				padding: 0px 0px 0px 22px;
				margin: 0px 12px 0px 0px;
			}
				#content .meta li.article {
					background: url(images/article.png) 0px 1px no-repeat;
				}
				#content .meta li.date {
					background: url(images/clock.png) 0px 1px no-repeat;
				}
	
	/* Contact Page Template */
	.map {
		float: right;
		width: 350px;
	}
	
	/* Meet the team page template */
	ul.meet_the_team {
		margin: 30px 0px;
	}
		ul.meet_the_team li {
			margin-top: 30px;
			border-top: 1px solid #ccc;
			padding-top: 30px;
		}
			ul.meet_the_team li p {
				margin: 0;
			}
			ul.meet_the_team li img {
				display: block;
				float: left;
				width: 155px;
				height: auto;
				-moz-border-radius: 5px;
				border-radius: 5px;
				-webkit-border-radius: 5px;
			}
			ul.meet_the_team li .alignright {
				width: 530px;
			}
			
	
	
	
/*------------------------------------------------------------
   Form Styling / Contact Form 7
------------------------------------------------------------*/
.wpcf7 {
	float: left;
}
	.wpcf7-response-output {
		width: 315px;
	}
	.wpcf7 br {
		display: none;
	}
		.wpcf7 p.rating {
			font-style: italic;
			border: none;
		}
		.wpcf7 p label { 
			padding: 0px 8px 8px 2px;
			display: block;
			font-weight: bold;
		} 
		.wpcf7 input { 
			border: 1px solid #dbdbdb;
			width: 250px;
			padding: 6px;
			margin-right: 12px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			-webkit-border-radius: 4px;
			font: 13px Arial, Helvetica, sans-serif;
			
		} 
/*textarea width was 325px; now it's 100%; */
		.wpcf7 p textarea { 
			border: 1px solid #dbdbdb;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			width: 100%;
			padding: 6px;
			font: 13px Arial, Helvetica, sans-serif;
		}

		.wpcf7 p.select { 
			padding: 8px;
			font: 13px Arial, Helvetica, sans-serif;
		} 
			.wpcf7 p.select label { 
				float: left;
				margin: 2px 12px 0px 0px;
			} 
		.wpcf7 input.wpcf7-submit { 
			background: #FF5000;
			height: 30px;
			border: 0px none;
			cursor: pointer;
			color: #fff;
			font-weight: bold;
			width: auto;
			padding: 0px 15px;
		}
			.wpcf7 input.hover {
				
			}
			footer input.wpcf7-submit {
				background: #9D0202 !important;
			}
		.wpcf7 p.button input { 
			background: url(../images/btn-submit.png);
			width: 110px;
			height: 37px;
			border: none;
			cursor: pointer;
		} 
		/*SH - text box width to use all available area*/
		.wpcf7 input.wpcf7-text { width: 100%; }
		.wpcf7 select.wpcf7-form-control { width: 100%; }


/*****************************************************************
*	Footer														 *
******************************************************************/
footer {
	background: #464646;
	clear: both;
	margin-bottom: -100px;
	color: #fff;
}
	footer .wrapper {
		
	}
	footer .widget_box {
		padding: 30px 0px 0px 0px;
		width: 300px;
		float: left;
		margin-left: 30px;
	}
		footer .widget_box:first-child { margin: 0px; }
		footer .widget_box:last-child { width: 960px; }
		
		footer h4 {
			padding-bottom: 18px;
			font-size: 17px;
			background: url(images/footer-divider-small.png) no-repeat center bottom;
		}
	footer .bottom {
		background: url(images/footer-divider-big.png) no-repeat center top;
		padding: 20px 0px;
		width: 960px !important;
		float: left;
		text-align: center;
	}
	footer .social {
		width: 240px;
	}
		footer .social li {
			display: inline;
		}
			footer .social a {
				width: 44px;
				float: left;
				height: 45px;
				text-indent: -9999px;
				margin-right: 15px;
				display: block;
				background: url(images/social.png) no-repeat;
			}
			footer li.tw a {
				background-position: -61px 0px;
			}
			footer li.li a {
				background-position: -123px 0px;
			}
			footer li.yt a {
				background-position: right 0px;
			}
			
			footer .bottom {
				float: none;
				width: auto !important;
			}



/*****************************************************************
*	Media Queries												 *
******************************************************************/
/* styles for desktop */
.tinynav { display: none }

@media screen and (max-width: 960px){
	
	.main_wrapper { padding-top: 0px !important; }
	
	.tinynav { display: block }
    nav#primary ul { display: none }
	
	.wrapper {
		width: auto;
		padding: 0px 15px 15px 15px;
	}
	header {
		margin: 0px 0px 0px 0px;
	}
		header .phone {
			position: relative;
			margin: 0 auto 15px auto;
			float: none;
		}
			header .phone a {
				color: #fff;
				text-decoration: none;
			}
		header .wrapper {
			height: auto !important;
		}
		header a.logo img {
			margin: 0 auto;
			float: none;
			height: auto !important;
		}
		ul.quick_contact {
			margin: 0px auto 0px auto;
			width: 300px;
			float: none !important;
		}
			ul.quick_contact li {
				margin-left: 20px;
			}
			ul.quick_contact li.email {
				margin-left: 0;
			}
	nav#primary {
		background: none;
		margin: 46px 0px 15px 0px;
		position: relative;
		right: auto;
		top: 0px;
	}
		nav#primary li {
			float: none;
		}
			nav#primary li a {
				width: auto !important;
				background: none !important;
				text-indent: 0 !important;
				height: auto !important;
				float: none !important;
				border-top: 1px solid #ccc;
				border-left: 1px solid #ccc;
				border-right: 1px solid #ccc;
				padding: 10px;
				margin: 0 !important;
			}
			nav#primary li:first-child a {
				border-radius: 7px 7px 0px 0px;
				-moz-border-radius: 7px 7px 0px 0px;
				-webkit-border-radius: 7px 7px 0px 0px;
			}
			nav#primary li:last-child a {
				border-bottom: 1px solid #ccc;
				border-radius: 0px 0px 7px 7px;
				-moz-border-radius: 0px 0px 7px 7px;
				-webkit-border-radius: 0px 0px 7px 7px;
			}
				nav#primary li > ul { display: none !important; }
				
		/* Tiny Nav */
		.tinynav {
			width: 100%;
			padding: 6px;
			margin-bottom: 15px;
		}
		
		
	.main {
		margin-bottom: 15px;
	}
		.flexslider {
			width: auto;
			background: none;
			height: auto;
			float: none;
			margin-bottom: 0px;
		}
			.flexslider p {
				display: none;
			}
			.flex-direction-nav {
				display: none;
			}
			.flexslider img {
				height: auto;
			}
		.about_blurb {
			float: none;
			width: auto;
		}
			.about_blurb > div {
				height: auto;
				padding-bottom: 20px;
			}
	.newsletter {
		display: none;
	}
	.wpcf7 {
		float: none;
	}
		.wpcf7 textarea {
			width: 95% !important;
			margin-right: 15px;
		}
		.wpcf7 input { 
			width: 95%;
			margin-right: 15px;
		}
	.map, .video {
		float: none;
		width: auto;
		margin: 0px 0px 20px 0px;
	}
		.video, .map {
			min-height: inherit;
		}
		
		.map iframe {
			width: 100%;
		}
		
		.Flexible-container {
			position: relative;
			padding-bottom: 56.25%;
			padding-top: 30px;
			height: 0;
			overflow: hidden;
		}
		
		.Flexible-container iframe,   
		.Flexible-container object,  
		.Flexible-container embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		
	ul.meet_the_team .alignright {
		float: none;
		width: auto;
	}
		
	ul.meet_the_team img {
		margin: 0px 20px 20px 0px;
	}
	
	ul.features {
		
	}
		.features li {
			margin: 0;
			width: 100%;
			height: auto;
		}
			.features li img {
				width: 100%;
			}
			.features li a.btn {
				position: relative;
				margin: 0 auto 15px auto;
				left: auto;
				bottom: auto;
			}
	#content {
		width: auto;
		float: none;
	}
	aside#primary {
		float: none;
		width: auto;
	}
	footer {
		width: auto;
		float: none;
		padding-top: 30px;
	}
		footer .widget_box:last-child {
			width: auto !important;
		}
		footer .widget_box {
			width: auto;
			float: none;
			clear :both;
			padding: 0;
			text-align: center;
			margin: 0px 0px 25px 0px !important;
		}
		
		footer .social {
			margin-bottom: 15px;
			margin: 0 auto 20px auto;
		}
	
	
	
	img, video, iframe { 
		max-width: 100%;
	} 
	
	
}
