
/* #Media Queries
================================================== */

/* Tablet Portrait size to standard 1170 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 960px){
	body{
		font-size:13px;
	}
	.optin-title{
		font-size:26px;
	}
	.fields p{
		margin:10px 0;
	}
	.fields input[type="text"], 
	.fields input[type="email"]{
		padding:10px;
		font-size:12px;
	}
	.banner-links ul li{
		line-height:18px;
	}
	.banner-links ul li a{
		font-size:12px;
	}
	.client-title{
		font-size:26px;
	}
	.client-tab h3{
		font-size:14px;
	}
	.client-overview-content{
		margin-top:30px;
	}
	.testimonial-title{
		font-size:26px;
	}
	.testimonial-subtitle{
		font-size:18px;
	}
	.newsletter-bx{
		margin:0 50px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media (max-width: 767px){
	body{
		font-size:13px;
	}
	.site-header{
		text-align:center;
	}
	h1{
		font-size:26px;
	}
	.tips-head-title{
		font-size:32px;
	}
	.tips-head-subtitle{
		font-size:20px;
	}
	.testimonial-title{
		font-size:26px;
	}
	.testimonial-subtitle{
		font-size:18px;
	}
	.client-title{
		font-size:26px;
	}
	.client-overview{
		padding:45px 0;
	}
	.testimonial-loop{
		margin:25px;
	}
	.client-tab{
		width:33.3333%;
	}
	.newsletter-content{
		padding:60px 0 40px 0;
	}
	.newsletter-bx{
		margin:0 30px;
		line-height:20px;
	}
	.newsletter-fields input[type="text"]{
		width:100%;
		margin:7px 0;
	}
	.newsletter-fields input[type="submit"]{
		margin-top:7px;
	}
	.page-title{
		padding-left:15px;
	}
	.flt-rght{
		float:none;
	}
	.banner-links{
		width:320px;
		margin:50px auto;
	}
}

@media only screen and (max-width: 479px){
	.client-tab{
		width:50%;
	}
	h1{
		font-size:22px;
	}
	h2{
		font-size:17px;
	}
	h3{
		font-size:16px;
	}
	.optin-title{
		font-size:26px;
		font-weight:normal;
	}
	.tips-content{
		padding:60px 0 30px 0;
	}
	.tips-head-title{
		font-size:24px;
		margin-bottom:10px;
	}
	.tips-head-subtitle{
		font-size:18px;
	}
	.client-title{
		font-size:22px;
	}
	.newsletter-bx{
		font-size:12px;
	}
	.fields input[type="text"], 
	.fields input[type="email"]{
		padding:10px;
		font-size:12px;
		width:100%;
	}
}