/*
Theme Name: GreenPath Child
Theme URI: https://greenpath.qodeinteractive.com
Description: A child theme of GreenPath
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: greenpath
Template: greenpath
*/




body {
    background-color: #ffffff !important;
}

:root {
    --qode-main-color: #D97A9B;

    --qode-header-light-color: #ffffff;
    --qode-header-light-hover-color: #D97A9B;

    --qode-header-dark-color: #2B2B2B;
    --qode-header-dark-hover-color: #D97A9B;

    --qode-footer-light-color: #ffffff;
    --qode-footer-light-hover-color: #D97A9B;

    --qode-footer-dark-color: #2B2B2B;
    --qode-footer-dark-hover-color: #D97A9B;

    /* Optional custom colors */
    --qode-secondary-color: #8FAF9D;
    --qode-bg-main: #F7F4EF;
    --qode-bg-light: #FAF7F2;
    --qode-border-color: #E5E5E5;
}

button[type=submit]:hover, .qodef-woo-shortcode .button:hover {
    color: #fff;
    background-color: #C96587;
}

#qodef-top-message-holder {
    background-color: #8FAF9D;
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown-menu-inner {
    background-color: #8FAF9D;
}

#qodef-page-content-bottom {
    background-color: #FAF7F2;
}

.wpcf7 .qodef-newsletter .qodef-newsletter-content-text {
    color: #000000;
}

.wpcf7 .qodef-newsletter .qodef-highlight {
    color: #D97A9B;
}

#qodef-page-footer-top-area {
    background-color: #FAF7F2;
}

#qodef-page-footer .widget .qodef-widget-title {
    color: #000000;
}

#qodef-page-footer .widget a {
    color: #000000;
}


.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--light nav>ul>li.current-menu-ancestor>a, .qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom.qodef-skin--light nav>ul>li.current-menu-item>a {
    color: #ffffff !important;
}
