@charset "UTF-8";
/* CSS Document voor NL site

* Theme name: Divichild
* Theme URI: https://www.barsuppliers.nl
* Description: Child theme for- theme
* Author: Rogier Bertens
* Author URI: https://www.mickely.nl
* Template: Divi
* Version: 4.18.0
* */

@import url("../Divi/style.css");


/* Tekst op 1 regel */
.regel {
	white-space: nowrap;
}
/* Einde tekst op 1 regel */

/* Menu hover volle intensiteit */
#top-menu-nav a {
	font-family: montserratregular, sans-serif !important;
}
#top-menu-nav ul li a:hover, #footer-bottom .et-social-icon a:hover, #et_search_icon:hover::before, #footer-info a:hover {
	opacity: 1.0 !important;
	color: #00a8a7 !important;
}
/* Einde Menu hover volle intensiteit */

/* Logo op mobiel en tablet boven menu groter */
@media only screen and ( max-width: 980px ) {
	.et_header_style_centered header#main-header .logo_container, .et_header_style_split header#main-header .logo_container {
		max-height: 200px !important;
	}
	.et_header_style_centered #logo {
    	max-height: 150px !important;
	}
		
}
/* Einde Logo op mobiel en tablet boven menu groter */

/* Button contact formulier uitlijning links op tablet en mobiel */
@media only screen and (max-width: 980px) {
	.et_contact_bottom_container {
float: left;
}
}
/* Einde button contact formulier uitlijning links op tablet en mobiel */

