/*
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 */


.topmenu .menu-text{
	display:none !important;
}

@media (min-width: 768px) {
	.menu-item-home{
		margin-right: 20px;
	}
}


@media (max-width: 1024px) {

	.topmenu .elementor-menu-toggle {
		color:white !important;
	}


}

@media (max-width: 668px) {

	#startpagesectionleft .elementor-column-wrap {
		border-width: 0px;
	}

	.mmlogo{
		left:-50px !important;
	}

	#site-header{
		/*background-image: none !important;*/
		max-height:100px;
	}

}