/*!
 * Koerbers v6 Local Styles
 * Copyright 2008-2017 Punchmark
 */

/*=============================

  General

=============================*/

section.alt {
    background: var(--bs-section-default-alt) !important;
}

section[data-pagebuilder="section"].section-two-colors {
    background: var(--primary) !important;
}

.alert-global {
    background: var(--primary) !important;
    color: #fff !important;
}

/*=============================

Header 

=============================*/

header nav.navbar .navbar-nav>.nav-item.has-a-plus>.dropdown-plus {
    top: 10px !important;
}

header nav.navbar .navbar-nav>.nav-item.has-a-plus>.dropdown-menu .dropdown.dropdown-submenu>.dropdown-plus {
    top: 7px !important;
}

nav.navbar .navbar-nav>.nav-item.has-a-plus>.dropdown-plus>i.icon-plus {
    color: var(--bs-dark) !important;
}

/*=============================

   Banner Img Overlay Widget Fix

=============================*/

[data-pagebuilder="widget"].widget .widget-banner-inner .widget-image-wrapper {
    position: static !important;
}

/*=============================

  Fix Blog Page - Light BG

=============================*/

#blog section.inset {
    background: #fefafb !important;
}

/*=============================

Footer 

=============================*/

footer {
    background: var(--bs-dark) !important;
}

footer .footer-section:nth-child(2) {
    padding-top: 50px !important;
}

footer .footerlinks li > a,
footer .h6,
footer h6,
footer address,
footer .required-links li a,
footer p, 
footer p *, 
footer address, 
footer address *,
footer .social-networks .network a, 
footer .social-networks .network i,
footer .social-networks .network:hover, 
footer .social-networks .network:focus, 
footer .social-networks .network:hover i, 
footer .social-networks .network:focus i {
    color: var(--bs-light) !important;
}

footer .social-networks .network:hover, footer .social-networks .network:focus, footer .social-networks .network:hover i, footer .social-networks .network:focus i {
    opacity: 0.75 !important;
}

@media(max-width: 767px) {
    footer .footer-section:nth-child(2) {
        padding-top: 40px !important;
    }

}

footer .h6 {
    margin-top: 0 !important;
}

footer .footer-section:nth-child(1) .row {
    align-items: center !important;
}

footer .footer-section:nth-child(2) .row .col-12:nth-child(2) {
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-right: 2px solid #fff !important;
    border-left: 2px solid #fff !important;
    border-radius: 0 !important;
}

footer .footer-section:nth-child(2) .row .col-12:nth-child(2) img {
    border: 3px solid #fff !important
}

@media (max-width: 767px) {
    footer .footer-section:nth-child(2) .row .col-12:nth-child(2) {
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-right: none !important;
        border-left: none !important;
        border-top: 2px solid #fff !important;
        border-bottom: 2px solid #fff !important;
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
}

footer .footerlinks > li > a:hover, footer .footerlinks > li > a:focus {
    color: #fff !important;
    opacity: 0.75 !important;
}

@media(min-width: 768px) {
    footer .footer-section:nth-child(1) .row .col-12:nth-child(3) {
        padding-left: 20px !important;
    }
}

footer form *,
footer form .h6 {
    color: var(--bs-dark) !important;
}

footer .subscribe-widget-xl form[action="/newsletter-subscription"] .input-group .input-group-btn .btn {
    border-color: var(--bs-dark) !important;
    background-color: var(--bs-dark) !important;
    color: var(--bs-light) !important;
}

footer .subscribe-widget-xl form[action="/newsletter-subscription"] .input-group .input-group-btn .btn:hover,
footer .subscribe-widget-xl form[action="/newsletter-subscription"] .input-group .input-group-btn .btn:focus {
    background: #515151 !important;
        border-color: #515151 !important;
}

footer .subscribe-widget-xl form[action="/newsletter-subscription"] .form-control {
    background-color: #EDECEB !important;
}

footer .subscribe-widget-xl form[action="/newsletter-subscription"] .form-control {
    border-width: 2px !important;
    border-color: var(--bs-dark) !important;
}