/* ==============================
   Small Desktop
   ============================== */
@media only screen and (max-width: 1200px) {
	
    .inner-nav ul > li > a {
        padding-left: 12px;
		padding-right: 12px;        
    }
	
}

/* ==============================
   Tablet Landskape
   ============================== */

@media only screen and (max-width: 1024px) {
	
    .benefits-item {
        width: 300px;
        padding: 0 32px;
    }

	.image-bg, .image-color-bg {
        background-attachment: scroll;
    }

}
  
@media only screen and (max-width: 1023px) {
  	
    .banner-text {
        text-align: center;
    } 
	.banner-button {
		margin-top: 40px;
        text-align: center;
    }

}
  
/* ==============================
   Tablet Portrait
   ============================== */
  
@media only screen and (max-width: 768px) {
  	.page-section {
        padding: 80px 0;
    }
    .margin-bot{
        margin-bottom: 40px;
    }
	.section-heading,
	.banner-heading{
		margin-bottom: 40px;
	}
	.section-text{
		margin-bottom: 40px;
	}
    .service-grid {
        margin-bottom: 40px;
    }
	.benefits-item{
		width: 264px;
		padding: 0 15px;
	}

}
@media only screen and (max-width: 767px) {
	
	.benefits-item{
		width: 230px;
		padding: 0;
	}
	
	.contact-block{
		margin-top: 30px;
	}
	.contact-block:first-child{
		margin-top: 0;
	}
}



/* ==============================
   Phone
   ============================== */
  
@media only screen and (max-width: 480px) {
	
	.image-bg,
	.image-color-bg{
		background-attachment: scroll;
	}
	.margin-bot{
        margin-bottom: 30px;
    }
	.section-heading,
	.banner-heading{
		margin-bottom: 30px;
		font-size: 20px;
	}
	.service-grid {
        margin-bottom: 30px;
    }
	.section-text, 
	.text{
		line-height: 1.7;
	}

	.benefits-item{
		padding: 0;
	}

	.contact-text{
		padding: 0;
	}
	
    .contact-form-wrap {
        padding: 0 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
	
    .home-call-action {
        padding-top: 24px;
        padding-bottom: 10px;
    }
}


/* ==============================
   Small Phone
   ============================== */
  
@media only screen and (max-width: 319px) {
	
  	.nav-links{
  		display: none;
  	}
}


/* ==============================
   IOS Background Fix
   ============================== */
  
.mobile .image-bg, .image-color-bg{
    background-attachment: scroll;
}
