/* GLOBAL styles */ 

@media only screen and (min-width: 981px) { 


}

@media only screen and (min-width: 769px) and (max-width: 980px) { 
	.header-mobile__logo-small { 
		max-height: 160px !important; 
	} 
	.header-mobile__logo-small .site-logo-img { 
		margin-top: -40px !important; 
	} 
	#content .fleurdesel__meta { 
		display: none !important; 
	} 
	#content .wpb-content-wrapper { 
		margin-top: 80px !important;  
	} 
} 

@media only screen and (max-width: 768px) { 
	.header-mobile__logo-small { 
		max-height: 160px !important; 
	} 
	.header-mobile__logo-small .site-logo-img { 
		margin-top: -40px !important; 
	} 
	#content .fleurdesel__meta { 
		display: none !important; 
	} 
	#content .wpb-content-wrapper { 
		margin-top: 80px !important;  
	} 
} 

/* Contact Us page styles */ 

body.page-contact-us { 

} 

@media only screen and (min-width: 981px) { 


}

@media only screen and (min-width: 769px) and (max-width: 980px) { 
	body.page-contact-us .header-mobile__logo-small { 
		max-height: 160px !important; 
	} 
	body.page-contact-us .header-mobile__logo-small .site-logo-img { 
		margin-top: -40px !important; 
	} 
	body.page-contact-us #content .fleurdesel__meta { 
		display: none !important; 
	} 
	body.page-contact-us #content .wpb-content-wrapper { 
		margin-top: 80px !important;  
	} 
} 

@media only screen and (max-width: 768px) { 
	body.page-contact-us .header-mobile__logo-small { 
		max-height: 160px !important; 
	} 
	body.page-contact-us .header-mobile__logo-small .site-logo-img { 
		margin-top: -40px !important; 
	} 
	body.page-contact-us #content .fleurdesel__meta { 
		display: none !important; 
	} 
	body.page-contact-us #content .wpb-content-wrapper { 
		margin-top: 80px !important;  
	} 
} 

