/*!
 * Marshalls Local Styles
 * Copyright 2008-2017 Punchmark
 */

/*===============

General

=================*/

.accent-font {
    font-family: 'cormorant-garamond', serif !important;
}

.widget-store-services .service-block .service-title {
    color: var(--bs-light) !important;
}

/*===========================

Header

========================*/

header .main-content > .row > .col {
    min-height: 125px;
    height: 125px;
}

section[data-pagebuilder="section"]#section-1.banner {
        margin-top: -125px !important;
}

@media(max-width: 991px) {
    header .main-content > .row > .col {
        min-height: 80px !important;
        height: 80px !important;
    }

    section[data-pagebuilder="section"]#section-1.banner {
        margin-top: -80px !important;
    }
}

/*===========================

Footer

========================*/

footer .required-links li a, 
#footer .required-links li a,
footer div.copyrights p, 
#footer div.copyrights p {
    color: var(--bs-dark);
}