/*
Theme Name:     Divi Child Theme
Description:    Child Theme for Divi Theme
Author:         Christoph Walter
Author URI:     http://www.pas-solutions.ch/
Template:       Divi
Version:        1.0
*/
@import url(../Divi/style.css);

/***************************
Cookie Bar
***************************/

#cookie-notice {
    background-color: #f39200 !important;
}

#cookie-notice .cn-button {
    background-color: #be1522;
    color: white;
    padding: 5px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

#top-menu li a {
    font-weight: 300;
}

@media (max-width: 980px) {
.et_header_style_centered #logo {
        max-height: 100px;
}
	
.et_header_style_centered #main-header .mobile_nav {
        background-color: #f39200;
}
.et_header_style_centered .mobile_nav .select_page, .mobile_menu_bar:before, .mobile_menu_bar:after {
    color: #FFF !important;
}
}

@media (max-width: 1200px) and (min-width: 981px) {}
@media (max-width: 1400px) {}
@media (max-width: 1280px) {}
@media only screen and (min-width: 1350px) {}