/*
Theme Name: Curfew Child
description: Client Theme - Curfew
Template: curfew-parent
Version: 1.0.0
Text Domain: curfew-child
Author: BCW
*/

#top-wrapper {position: relative; z-index: 1;}
#top-wrapper:before {content:""; position: absolute; top:0; left:0; width:100%; height: 100%; background:#000;opacity: .6;z-index: -1;}
.ql-section-inner h2 {color:#fff;}
.sec-content h2 {color: #fff;}
.interior-page #primary-header img, .home .banner-inner img {filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 3px #fff);}
.business-info h2 {border-bottom: 2px solid var(--color-2);}

@media screen and (max-width: 991px) {
    .banner-inner img {width: auto; margin-top: 60px;}
}