/*!
 * Monarch v6 Local Styles
 * Copyright 2008-2017 Punchmark
 */

/* .btn-primary {
    background-color: #6B908A !important;
    border-color: #6B908A !important;
    color: var(--bs-light) !important;
} */

.btn-secondary {
    color: var(--bs-light) !important;
}

/*===============

Header

===============*/

header .content-toolbar .content-toolbar-inner>ul>li.dropdown .dropdown-menu .dropdown-item:hover, header .content-toolbar .content-toolbar-inner>ul>li.dropdown .dropdown-menu .dropdown-item:focus {
    color: var(--bs-light) !important;
}

nav.navbar .navbar-nav .nav-item.dropdown .dropdown-menu:not(.dropdown-menu-wide) .form-label,
.dropdown-menu .form-label-group>label {
    background: transparent !important;
}

@media(max-width:767px){
    footer [data-bs-toggle="collapse"] h6::before, footer [data-bs-toggle="collapse"] .h6::before {
        color: transparent !important;
    }
    header .main-content > .row > .col {
        height: 88px !important;
    }
    header>.container, header>.container-fluid, header>.container-sm, header>.container-md, header>.container-lg, header>.container-xl, header>.container-xxl {
        padding-top: 8px;
    }
    header .content-toolbar .content-toolbar-inner>ul>li>a>i,
       header .content-toolbar .content-toolbar-inner>ul>li>a>i:before {
        width: 20px !important;
        height: 20px !important;
        font-size: 20px !important;
    }
}

.alert.alert-global {
    background: #7F8D81 !important;
}

/*===============

Footer

===============*/

@media(max-width: 767px) {
    footer .col-12 > h6,
    footer .col-12 > .h6 {
        padding-left: 1.25rem !important;
    }
}

footer h6,
footer .h6 {
    color: var(--bs-light) !important;
}

footer,
footer [data-bs-toggle="collapse"] h6, 
footer [data-bs-toggle="collapse"] .h6 {
    background: var(--bs-section-default-inset) !important;
}

footer h6, 
footer .h6 {
    line-height: 1.45 !important;
}

footer .form-control {
    background: transparent !important;
    border-width: 3px !important;
    border-right: none !important;
    border-color: #fff !important;
}

footer .subscribe-widget-xl .btn-primary {
    background-color: #fff !important;
    border-color: #fff !important;
    color: var(--secondary) !important;
}

footer .subscribe-widget-xl .btn-primary:hover,
footer .subscribe-widget-xl .btn-primary:focus {
    background-color: #d1d1d1 !important;
    border-color: #d1d1d1 !important;
}

/* footer > .footer-section > .container-fluid {
 background: var(--bs-section-default-inset) !important;
} */

footer .subscribe-widget-xl form label {
    color: var(--bs-light) !important;
}

@media (min-width: 768px) {
    footer [data-bs-toggle="collapse"] h6, footer [data-bs-toggle="collapse"] .h6 {
        margin-bottom: 25px !important;
    }
}

footer .footerlinks a:hover,
 footer .footerlinks a:focus,
 footer a:hover, 
 footer a:focus, 
 footer a:hover > *, footer a:focus > *,
 footer .social-networks .network:hover i, footer .social-networks .network:focus i,
 footer .required-links li a:hover, footer .required-links li a:focus {
    color: rgba(255, 255, 255, 0.8) !important;
}