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

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

#site-header #site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a img{max-height:50px}
.page-header{display:none;}

@media (max-width: 1200px) {
	.brand_info .elementor-column.elementor-col-16{
		width: 33.333% !important;
	}
}
@media (max-width: 786px) {
	.brand_info .elementor-column.elementor-col-16{
		width: 50% !important;
	}
}