/*
 Theme Name:   Divi Child
 Description:  Divi Child Theme
 Author:       Lopo Amorim
 Author URI:   http://example.com
 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
*/


.widget_icl_lang_sel_widget{
	float:right;
	position: relative;
    top: -40px;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 5px 0 5px 20px;
}

#et-top-navigation {
    float: none;
}

.wpml-ls-item {
	top: 0;
    right: -15px;
    display: inline-block;
    padding: 0px 10px;
}


/*********************/
/*********************/
/****   DESKTOP   ****/
/*********************/
/*********************/

@media only screen and (min-width: 981px) {
	
	#top-menu-nav .wpml-ls-item {
		display:none !important;
	}

}


/********************/
/********************/
/****   MOBILE   ****/
/********************/
/********************/

