/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

 .site-main-header-wrap {
     background-color: var(--global-palette-highlight);
 }
 

@media only screen and (min-width: 860px) {
    
    .site-main-header-wrap {
    background-color: transparent;
    }
    
    .page-hero:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 60px;
        width: 180px;
        background: url(images/chevrons-white.svg) no-repeat left bottom;
        background-size: contain;
        
    }
}

@media only screen and (min-width: 1024px) {
    
    .site-top-header-wrap {
        margin-bottom: -1px;
    }
    .site-main-header-wrap {
    background: url(images/chevrons.svg) no-repeat left top;
    background-size: 180px;
    }

}

@media only screen and (min-width: 1180px) {
    
    .site-main-header-wrap {
    background-size: 280px;
    }
    
    .page-hero:after {
        width: 280px;
    }

}

@media only screen and (min-width: 1280px) {
    
    .site-main-header-wrap {
    background-size: 460px;
    }
    
    .page-hero:after {
        width: 460px;
    }

}