/** Header **/

.current_page_item a {
font-weight: 700;
}

#wpex-mobile-menu-fixed-top a:hover {
    font-weight: 700;
}

#wpex-mobile-menu-fixed-top .mobile-menu-toggle .fa {
    color: #00417f;
}

#wpex-mobile-menu-fixed-top .wpex-inner {
    text-align: center;
}

#wpex-mobile-menu-fixed-top .mobile-menu-toggle .fa {
    margin-right: 0px;
    font-size: 1.5em;
    margin-top: 15px;
    margin-bottom: 15px;
}

#site-navigation .dropdown-menu >.current-menu-item >a, #site-navigation .dropdown-menu >.current-menu-parent >a {
    font-weight: 700;
}

.navbar-style-three .dropdown-menu>li>a:hover {
    font-weight: 700;
}

#site-header {
    background-color:  #e9f4eb !important;
}

#site-navigation-wrap {
    background-color: #e9f4eb !important;
}

body.page-header-disabled .navbar-style-three {
    border: none;
}

#site-navigation-sticky-wrapper.is-sticky #site-navigation-wrap {
    box-shadow: none;
}

#site-navigation-sticky-wrapper.is-sticky #site-navigation-wrap {
    border-bottom: none;
}


/** Accordeon **/
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
    border-color: transparent !important;
    background-color: transparent !important;
    background-image: none;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a {
    color: #00417f !important;
    font-size: 1.5em !important;
}

/** Blog **/
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #e9f4eb;
    background-color:  #00417f;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
    background-color:  #00417f !important;
}

#post-media {
    margin-top: 40px;
}

#sidebar {
    margin-top: 40px;
}

/** Formular **/
.caldera-grid .btn-default {
    color: white;
    background-color: #00417f;
    border: none;
    margin-top: 10px;
}


.caldera-grid .btn-default:hover {
    color: #00417f;
    background-color: #e9f4eb;
    border: none;
    margin-top: 10px;
}
.caldera-grid label {
    margin-top: 10px;
}

.caldera-grid hr {
    border-top: 1px solid #00417f;
}

h2.vc_custom_heading {
    /* font-family: ui-sans-serif; */
    display: none;
}
/** responsive **/
@media only screen and (max-width: 600px) {
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a {
    font-size: 1em !important;
}
}

.current-menu-item page_item {
    font-weight: 700;
}
