/*!
 * Midtown Local Styles
 * Copyright 2008-2017 Punchmark
 */

 /*=============

 Header

 ==============*/

 @media (max-width: 767px) {
    header .main-content>.row>.col {
        height: 132px !important;
    }
}



 /*=====================

 General

 =======================*/

 @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


.btn-primary {
    border-color: var(--primary) !important;
    background-color: var(--primary) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border-color: #cda64d !important;
    background-color: #cda64d !important;
}

.btn-outline-primary {
    border-color: var(--primary) !important;
    color: var(--bs-dark) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    border-color: var(--primary) !important;
    background-color: var(--primary) !important;
    color: var(--bs-dark) !important;
}

.alert.alert-global {
    background: #E8DBCA !important;
}

section.scrollable-section .section-scrollbar .section-scrollbar-thumb {
    background: var(--primary) !important;
}

section.scrollable-section .section-scrollbar .section-scrollbar-thumb:hover,
section.scrollable-section .section-scrollbar .section-scrollbar-thumb:focus {
    background: var(--secondary) !important;
}

 /*=====================

 Footer

 =======================*/

footer .subscribe-widget form .input-group,
footer .social-networks a.network {
    border-color: var(--bs-light) !important;
 }

 footer .social-networks a.network:hover,
 footer .social-networks a.network:focus {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
 }

 footer .subscribe-widget form .input-group .form-control::placeholder,
 footer .subscribe-widget form .input-group .form-control {
    color: var(--bs-light) !important;
 }
 

footer {
    background: var(--secondary) !important;
}

 footer a,
 footer h6,
 footer .h6,
 footer p,
 footer address,
 footer span { 
    color:var(--bs-light) !important
}