/* BEGIN MEDIA QUERIES */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Smartphones */

/* The parameters of this media query will work on the majority of smartphones. It will not affect iPad's or iPad Mini's.
It will also affect some of the other smaller tablets available. */
@media only screen  
and (max-device-width : 767px) {

	/* make half, third and quarter box layouts in to slingle full width layouts for small screens / smartphones */
	.box-half, .box-half-last, .box-third, .box-third-2nd, .box-third-last, .box-quarter, .box-quarter-2nd, .box-quarter-3rd,
	.box-quarter-last, .box-three-quarters, .box-two-thirds, .box-three-quarters-last, .box-two-thirds-last,
	.box-two-fifths, .box-three-fifths, .box-four-fifths, .box-five-sixths, .box-two-fifths-last, .box-three-fifths-last,
	.box-four-fifths-last, .box-five-sixths-last {
		width:100%; }

	/* Increase size of .box-fifth and .box-sixth layouts on small screens / smartphones */
	.box-fifth, .box-fifth-2nd, .box-fifth-3rd, .box-fifth-4th, .box-fifth-last, .box-sixth, .box-sixth-2nd, .box-sixth-3rd,
	.box-sixth-4th, .box-sixth-5th, .box-sixth-last {
		width:50%; }

	.child-thumb h3 {
		font-size:1em;
	}
	
	.one-col {
		padding:40px 4% !important;
	}

	body.page-template-custom-php .one-col {
		padding:40px 4% !important;
	}
	.home-area {padding:0 4%;}

	body.home .box-half {width:100%;}
	body.home .box-half-last {display:none;}

	#row-two-container {display:none;}

	input {-webkit-appearance:none; border-radius: 0;}
	textarea {border-radius: 0; max-width:92%;}
	.tel a {-webkit-appearance:none; color:#999999 !important;}
	body {font-size:1.5em; font-weight:300;}
	p, ul, li, a textarea, input {font-weight:300;}
	.address {padding: 0 8%; font-size: 0.8em;}
	.footer-logo {width:180px;}
	.tel {font-size:1.2em;}
	.email {margin-top:0;}
	.one-col ul {padding:20px; padding-left:40px;}
	.responsive-nav-tab {top:20px;}
	.child-thumb img {display:none;}
	.child-thumb h3 {text-align:center;padding-top:20px;font-weight:300;}
	.inner-page-title {font-size: 1.8em;}
	.home-intro-text {font-size:1em; width:180px;margin-left:89px;}
	.arrow-box {
	top:139px;
    padding: 11px 20px 12px;
    right: 60px;
    width: 60px;
	}

}
/* End Smartphones */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* iPad & iPad Mini in portrait & landscape orientation */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

	input {-webkit-appearance:none; border-radius: 0;}
	textarea {border-radius: 0; max-width:97%;}
	.tel a {-webkit-appearance:none; color:#999999 !important;}
	.home-area {padding:0 17%;}
	#row-two-container {background:url('http://www.c7consulting.com/images/consulting.jpg') no-repeat; background-size: 100%}

}
/* End iPad & iPad Mini in portrait & landscape orientation */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* iPad & iPad Mini in landscape orientation */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

/* Styles Go Here */

}
/* End iPad & iPad Mini in landscape orientation */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Desktops and laptops */
@media only screen 
and (max-width : 1135px) {

.child-thumb h3 {
	font-size:1em;
}

}
/* End Desktops and laptops */

/* Desktops and laptops */
@media only screen 
and (min-width : 1135px) {

.child-thumb h3 {
	font-size:1.2em;
}

}
/* End Desktops and laptops */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* large screens (bigger than a standard desktop screen or laptop)*/
@media only screen 
and (min-width : 1824px) {

/* Styles Go Here */

}
/* End Large screens */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* iPad & iPad Mini in portrait orientation */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

	.child-thumb h3 {
		font-size:1em;
	}
	
	.one-col {
		padding:40px 12% !important;
	}

	body.page-template-custom-php .one-col {
		padding:40px 5% !important;
	}
	.home-area {padding:0 12%;}

	body.home .box-half {width:100%; margin-top:-110px;}
	body.home .box-half-last {display:none;}
	.overlay-heading {width:92%; margin-top:150px;}

}
/* End iPad & iPad Mini in portrait orientation */

/* End MEDIA QUERIES */
