/*
 Theme Name:   child
 Template:     Divi
*/

.lang-item {
    list-style: none;
/*margin:0!important;*/
padding:0!important;
}

@media only screen and (max-width: 980px) {
	#top-header > .container,
	#main-header > .container,
	#et_search_outer > .container,
	body.single #main-content > .container,
	body.page:not(.et-tb-has-template) div.et_pb_row,
	body.page.et-tb-has-template .et-l--post div.et_pb_row,
	body.single-project div.et_pb_row,
	body.single-project div.et_pb_row.et_pb_row_fullwidth {
		width: 90% !important; 
   }
}

#et-top-navigation{font-weight:400;}

@media (max-width: 1200px) {
 #top-menu li, #top-menu li a {
 font-size: 14px!important;
 padding-right: 8px;
 }
 }