/*
 Theme Name:   Divi Child
 Description:  Divi Child Theme
 Author:       Beau Fiechter
 Author URI:   http://rtmbusiness.nl
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  divi-child
*/
#et-top-navigation .wpml-ls {
	display: none;
}

@media (max-width: 980px) {
	#et_top_search {
		display: none;
	}
	#et-top-navigation .wpml-ls {
		display: block;
		padding: 1px;
		float: left;
		margin-right: 1rem;
	}
	.et_header_style_left .logo_container {
		width: 75%;	
	}
	.wpml-ls-menu-item {
		display: none;
	}
}
