/* #Media Queries
================================================== */

/* Tablet Portrait size to standard 1170 (devices and browsers) */
@media only screen and (min-width: 992px) and (max-width: 1199px){
	.feature-img{
		width:250px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	.main-menu{
		margin-top:10px;
	}
	.main-menu ul li a{
		font-size: 11px;
    	padding: 10px 5px;
	}
	.checkout-title, 
	.checkout-title span{
		font-size:42px;
	}
	#banner-section{
		font-size:16px;
	}
	#banner-section p br{
		display:none;
	}
	.sec-trans{
		height:70px;
	}
	.products-section .sub-title {
		font-size:26px;
	}
	.sec-trans h3{
		font-size:16px;
		padding-top:40px;
	}
	.feature-img{
		width:168px;
	}
	.feature-content h3{
		font-size:18px;
	}
	.feature-content ul li a{
		font-size:13px;
	}
	.testimony p, .testimony .author, .testimony .rank{
		margin-left:155px;
	}
	#steps h3{
		font-size:30px;
	}
	#steps li span{
		font-size:22px;
		line-height:50px;
		height:50px;
		width:50px;
		margin-left:-25px;
	}
	#steps li{
		padding:10px 0 20px;
		font-size:16px;
	}
	.widget.col-4 p span{
		float:none;
		font-size:11px;
		margin-bottom:17px;
	}
	.widget.col-4 p span br{
		display:none;
	}
	.widget.col-4 p img{
		margin-right:10px;
		margin-top:3px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media (max-width: 767px){
	#topbar, .top-nav{
		text-align:center;
	}
	#topbar{
		padding-bottom:0;
	}
	.call-no, .tp-social, .top-nav{
		margin-bottom:10px;
	}
	.tp-social {
		text-align:center;
	}
	.call-no a, .top-nav a{
		color:#343434;
	}
	.top-nav ul li{
		font-size:11px;
		margin:0 10px;
	}
	.site-header{
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #000000 60%, #000000 60%, #b5d631 60%, #b5d631 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(60%,#000000), color-stop(60%,#000000), color-stop(60%,#b5d631), color-stop(100%,#b5d631)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#000000 60%,#000000 60%,#b5d631 60%,#b5d631 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#000000 60%,#000000 60%,#b5d631 60%,#b5d631 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#000000 60%,#000000 60%,#b5d631 60%,#b5d631 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#000000 60%,#000000 60%,#b5d631 60%,#b5d631 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#b5d631',GradientType=0 ); /* IE6-9 */
	padding:0;
	}
	.logo{
		margin-top:10px;
		text-align:center;
	}
	.main-menu{
		margin-bottom:4px;
		text-align:center;
	}
	.main-menu ul li a{
		font-size:13px;
		padding:10px 15px;
	}
	#banner-section{
		padding-top:30px;
		text-align:center;
		font-size:15px;
	}
	#banner-section p br{
		display:none;
	}
	.checkout-title, 
	.checkout-title span{
		font-size:40px;
	}
	.checkout-title{
		line-height:42px;
	}
	.view-more-btn a{
		font-size:20px;
	}
	.drivable-grass{
		margin-top:30px;
	}
	.products-title span, .testimonial-title span{
		padding:0 20px;
	}
	.products-section .sub-title{
		font-size:22px;
		padding-bottom:20px;
	}
	.main-content{
		padding:20px 0;
	}
	.drivable-grass-main{
		width:300px;
		margin:20px auto;
	}
	#features{
		background-position:50%;
	}
	.feature-img{
		width:250px;
	}
	.feature-col-1, .feature-col-2{
		margin:50px auto;
		width:450px;
		overflow:hidden;
	}
	.drivable-grass{
		margin:30px auto 0 auto;
		width:450px;
	}	
	.testimony{
		text-align:center;
	}	
	.testimony ul{
		margin:0;
		padding:0;
	}
	.testimony img{
		float:none;
		margin:0 0 20px 0;
	}
	#testimonials{
		padding:50px 0;
	}
	#steps{
		padding:50px 0;
	}
	#steps h3{
		font-size:26px;
		margin-bottom:70px;
	}
	#steps li{
		font-size:12px;
		padding-top:10px;
	}
	#steps li span{
		width:45px;
		height:45px;
		line-height:45px;
		margin-left:-22px;
		font-size:16px;
		top:-25px;
	}
	.site-footer .widget{
		margin-bottom:30px;
	}
	.home-product {
		margin:0 auto 20px;
	}
	
	.btm-social {
		margin-top:0;
	}
	.site-footer .widget .widget-title {
		margin:0;
	}
	.site-footer .terms,
	.site-footer .copyright {
		text-align:center;
	}
	.widget img{
		text-align:center;
	}
	.blog p{
		margin-bottom:0px;
	}
	.tagtext{
		margin-top:20px;
	}
	.main-menu{
		display:none;
	}
	.home .wpb_wrapper h1{
		font-size:26px;
	}
}

@media only screen and (max-width: 479px){	
	.main-menu ul li a{
		font-size:12px;
		padding:5px 8px;
	}
	.checkout-title, .checkout-title span{
		font-size:26px;
	}
	.checkout-title{
		letter-spacing:4px;
		line-height:32px;	
	}
	#banner-section{
		font-size:14px;
	}
	.drivable-grass{
		width:auto;
	}
	.view-more-btn a{
		font-size:14px;
		padding:2px 20px;
	}
	.products-title,
	.testimonial-title{
		font-size:16px;
	}
	.products-title span,
	.testimonial-title span{
		padding:0 10px;
	}
	.product-type-selection {
		margin:0;
	}
	.products-section .sub-title{
		font-size:15px;
	}
	.drivable-grass-main{
		width:285px;
	}
	.feature-col-1, .feature-col-2{
		width:auto;
		margin:30px 0;
	}
	.feature-content h3{
		font-size:16px;
	}
	.feature-content{
		font-size:13px;
	}
	.feature-img{
		width:110px;
	}
	.testimony{
		margin-top:30px;
		padding:0;
		font-size:14px;
	}
	.testimony img{
		width:80px;
	}
	#steps h3{
		font-size:20px;
		margin-bottom:40px;
	}
	#steps li{
		font-weight:normal;
	}
	#steps li span{
		width:40px;
		height:40px;
		line-height:40px;
		margin-left:-20px;
		top:-20px;
	}
	
	.submenu1 ul {
		display:block;
		text-align:center;
	}
	.submenu1 ul li {
		display:inline-block;
		width:auto;
		margin-bottom:10px;
	}
	.submenu1 ul li a {
		padding:5px;
		border-radius:5px;
		font-size:12px;
		margin:0 2px;
	}
	.submenu1 ul li a:before {
		content:'';
		display:none;
	}
	.call-no {
		font-size:12px;
	}
	.widget{
		text-align:center;
	}
	.blog p{
		margin-bottom:0px;
	}
	.tagtext{
		margin-top:20px;
	}
	.readlink{
		margin-top:10px;
	}	
}