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

.business-info a,
.main-inner a{
    color: #000
}

.tabs-left>li.active>a, .tabs-left>li.active>a:focus, .tabs-left>li.active>a:hover{
    border-color: var(--color-2);
    background: var(--color-2);
}


.tabs-left>li.active>a, .tabs-left>li.active>a:focus, tabs-left>li.active>a:hover, .tabs-left>li a:hover, .tabs-left>li a:focus, .service h2, .navbar-toggle{
    background: var(--color-2); 
    color:#fff;
}

body.interior-page #primary-header h2{
        color: #fff;
    text-align: center;
    font-weight: 800;
    font-size: 22px;

}

.toggle-content .content ul, .toggle-content .content ol {margin-top:10px;}

.interior-page .faq-section {padding-top:0;}


@media screen and (max-width: 991px) {
    .nav, .navbar.navbar-default {
        background: var(--color-3);
    }
}