@media (max-width:1199px){
	.container{
		width:100%;
	}
	.content_image_quarter{
		padding-bottom:150%;
	}
}
@media (max-width:1120px){
	.title_bar h1{
		padding:4rem 0 0;
	}
}
@media (max-width:1080px){
	.header_nav{
		font-size:14px;
	}
	.megamenu{
		width:100%;
	}
}
@media (max-width:980px){
	.header_nav{
		display:none;
		position: fixed;
		min-height:100vh;
    	width:300px;
    	border:4px solid #9eadc1;
    	border-top-color:white;
    	border-right:none;
    	right:0;
    	background:white;
    	margin-top:-1px;
    	margin-right:-15px;
    	text-align:left;
    	z-index:1000;
	}
	.header_nav li{
		display:block;
	}
	.header_nav li a{
		padding:1rem;
	}
	.header_button_mobile{
		display:inline-block;
		text-transform:uppercase;
		color:#d31c5e;
		font-size:16px;
		padding:2rem 0;
	}
	.megamenu{
		display:none;
	}
	.header_subnav{
		position:relative;
		border:none;
		top:0;
	}
	.header_subnav li a{
		padding:0.5rem 1rem;
	}
	.header_subnav li:first-child a{
		padding:0.5rem 1rem;
	}
	.header_top_nav{
		width:80%;
	}
	.header_top_nav::before{
		left:20%;
	}
	.home_shop .col-sm-6, .steps .col-sm-6{
		width:50%;
		float:left;
	}
	.home_shop_section{
		margin-bottom:2rem;
	}
	.home_shop_image img{
		min-width: 100%;
    	min-height: 100%;
    	max-width: 400px;
    	width:auto;
    	height:auto;
	}
	.content_background{
		min-height: 750px;
	}
	.commercial_section .content_pink_half{
		padding-bottom:100%;
	}
	.commercial_section .content_image_half{
		padding-bottom:100%;
	}
	.logo_slider .slick-prev{
		margin-left:0;
	}
	.logo_slider .slick-next{
		margin-right:0;
	}
	.content_image_quarter {
	    padding-bottom: 214%;
	}
	.content_image_quarter img{
		height:100%;
		width:auto;
	}
	.blog_img{
		padding-bottom:100%;
	}
}

@media (max-width:767px){
	.header_logo{
		height:80px;
		position:absolute;
		top:-7.25rem;
	}
	.header_top{
		background:#e1e1e1;
    	margin-left: -15px;
    	margin-right:-15px;
    	text-align:center;
	}
	.header_top_nav{
		width:100%;
		float:none;
	}
	.header_top_nav::before{
		content:none;
	}
	.header_nav{
		width:75%;
	}
	.hero{
		height:auto;
	}
	.hero_content{
		height:auto;
		padding:5rem 0;
	}
	.hero_text{
		position:relative;
		top:0;
		transform:none;
	}
	.hero_image_slider{
		display:none;
	}
	.hero_image_mobile{
		display:block;
		width:100%;
		padding:0 25%;
		margin-top:-5rem;
		z-index:-2;
		position:relative;
	}
	.hero_image_mobile img{
		width:100%;
	}
	.hero_slider_arrows{
		display:none;
	}
	.commercial_section .content_pink_half{
		padding-bottom:50%;
		margin-top:2rem;
	}
	.commercial_section .content_image_half{
		padding-bottom:50%;
	}
	.blog_post{
		margin-bottom:3rem;
	}
	.galleries .content_image_half{
		margin-bottom:2rem;
	}
	.prefooter h3{
		margin:0 0 1rem 0;
	}
	.footer{
		text-align:center;
	}
	.footer_list{
		margin-bottom:3rem;
	}
	.footer_logo{
		width:200px;
		margin:2rem auto;
	}
	.title_bar h1{
		padding:2rem 0 0;
	}
	.shop_featured_message{
		margin-bottom:2rem;
		padding-bottom:100% !important;
	}
	.shop_sidebar{
		border-right:none;
	}
	.shop_sidebar_form_button{
		font-size:18px;
		margin-top:-10rem;
		float:right;
		border:2px solid #004684;
		color:#004684;
		padding:0.75rem 1rem;
		display:inline-block;
		text-transform: lowercase;
	}
	.shop_sidebar_form{
		display:none;
		border-bottom:5px solid #e1e1e1;
	}
	.shop_filters{
		display:none;
	}
	.product_image_thumbnails{
		margin-bottom:2rem;
	}
	.product_info{
		clear:both;
	}
	.related_product_photo{
		margin-top:2rem;
	}
	.content_image_quarter{
		padding-bottom:50%;
	}
	.content_image_quarter img{
		width:100%;
		height:auto;
	}
	.blog_img{
		padding-bottom:60%;
	}
	ul.blog_posts li h2 {
	    font-size: 22px;
	    margin: 2rem 0;
	}
	.header_top_nav{
		text-align:center;
	}
	.header_top_nav li a{
		padding: 0.75rem 1rem;
	}
}
@media (max-width:400px){
	.hero_content h2{
		font-size:34px;
	}
	.hero_content h1{
		font-size:40px;
	}
	.hero_content p{
		padding:1rem 0;
	}
	.hero_word_slider{
		height:55px;
	}
	.hero_image_mobile{
		padding:0;
	}
	.home_shop .col-sm-6, .steps .col-sm-6{
		width:100%;
		float:none;
	}
	.content_background{
		min-height:1350px;
	}
	.commercial_section .content_pink_half{
		padding-bottom:200%;
	}
	.commercial_section .content_image_half{
		padding-bottom:70%;
	}
	.content_image_half img{
		height:100%;
		width:auto;
	}
	.pink_image_box{
		width:75%;
	}
	.galleries .content_image_half{
		padding-bottom:80%;
	}
	.prefooter_form input{
		width:100%;
	}
	.prefooter_form button{
		width:100%;
		margin-top:0.5rem;
	}
	.shop_sidebar_form_button{
		margin-top:0;
		float:none;
	}
	.title_bar h1{
		font-size:24px;
	}

}





@media (max-width:1047px){

	.header_top form{
        display: inline-block;
    position: absolute;
        left: 111px;
}


}


@media (max-width:770px){
	
	.header_top form{
        display: none
}


}








