/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

#site-header { border:none; position:absolute; background-color:transparent; width:100%}
@media only screen and (max-width: 1200px) {
	#home .home-content-adjust { width:100%;}
	#contact .contact-adjust-col1 { width:50%;}
	#contact .contact-adjust-col2 { width:50%;}
}

@media only screen and (max-width: 768px) {
	
	#contact .contact-adjust-col1 { width:100%;}
	#contact .contact-adjust-col2 { width:100%;}
	#site-header { border:none; position:relative; background-color:#cf0006}
}
