/*
 Theme Name:   Building Choices
 Theme URI:    https://building-choices.eu/
 Description:  Building Choices Child Theme 
 Author:       eLiberare
 Author URI:   http://www.eliberare.com/
 Template:     Divi
 Version:      1.0
*/
.flag_above_menu {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
	padding-top: 10px !important;
}
.flag_above_menu img {
	width: 40px !important;
}
@media (min-width: 981px) {
	.logo_container {
		width: 30%;
		float: left;
	}
	.logo_container a img {
	    max-width: 100%;
	    width: 210px;
	}
	#et-top-navigation {
		width: 70%;
	    float: left;
	    margin-top: 40px;
	}
	.et_menu_container {
		margin-top: -80px;
	}
	#top-menu-nav {
		padding-top: 40px;
	}
	.et-fixed-header .et_menu_container {
	    margin-top: -40px;
	}
}
@media (max-width: 980px) {
	.flag_above_menu {
		margin-bottom: 10px;
	}
}