/*
Theme Name: Valiance Child
Theme URI: https://valiance.qodeinteractive.com
Description: A child theme of Valiance
Author: Elated Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: valiance
Template: valiance
*/

#qodef-top-area {
    background-color: #1B1B1B !important;
}

#qodef-top-area-inner {
    border-bottom: 1px solid rgb(100,94,85) !important;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul li > a, .qodef-custom-header-layout.qodef-skin--light nav > ul > li > a {
    color: #9E988D !important;
}

#qodef-page-header-inner.qodef-skin--light nav > ul > li > a, 
#qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li.current-menu-item > a {
    color: #9E988D !important;
}

#qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li.current-menu-item > a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.qodef-header-sticky {
    border-bottom: 1px solid rgba(199,196,188,0.4);
}

#qodef-top-area .widget a {
    color: #9E988D !important;
}

#qodef-top-area .widget a:hover {
    color: #fff !important;
}

#qodef-page-header-inner.qodef-skin--light nav > ul > li > a .qodef-menu-item-arrow path {
    fill: #9E988D !important;
}

#qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-ancestor > a path {
    fill: #fff !important;
}

#SR7_8_1 .valiancecircle .sr7-bullet {
    box-shadow: inset 0 0 0 1px rgba(199,196,188,0.4);
}

#SR7_8_1 .valiancecircle .sr7-bullet.selected, #SR7_8_1 {
    box-shadow: inset 0 0 0 1px #C7C4BC !important;
}

.valiancecircle .sr7-bullet .sr7-bullet-title-holder {
    color: #C7C4BC !important;
}

.qodef-mobile-header-navigation {
    background-color: #1b1b1b;
}

.qodef-mobile-header-navigation > ul {
  padding: 10px 0 10px 0;
}

.wpcf7-list-item {
    margin: 10px 0 10px 0;
    font-size: 14px; 
    font-family: "Poppins", Sans-serif; 
    font-weight: 300; 
}

@media (max-width: 680px) {
    #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--6 > .qodef-grid-inner > .qodef-grid-item:nth-child(1) {
        margin-bottom: 0px;
    }

    #qodef-page-footer-top-area-inner {
        padding: 60px 0 40px;
    }
}