/*
Theme Name:   Kraken Framework Child
Theme URI:    https://www.splashmg.ca
Description:  Kraken Framework is a foundational theme designed to help create WordPress websites with a strong focus on speed, efficiency, and optimization.
Author:       Splash Media Group Inc.
Author URI:   https://www.splashmg.ca
Template:     kraken-framework
Version:      3.3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Copyright: (c) Splash Media Group
Tags: blog,accessibility-ready,custom-menu,featured-images,footer-widgets,theme-options,translation-ready
Text Domain: kraken-framework
*/



/* HEADER STYLES */

.kraken-header {
    --kraken-framework-header-row-height-top: 0;
    --kraken-framework-header-row-shrink-height-top: 0;
    --kraken-framework-header-main-background: #ffffff;

    .desktop_logo--title {
        font-weight: 800;
        margin-left: 1rem;
        font-size: 2rem;
        color: #858381;
    }

}


/* NAVIGATION STYLES */

.kraken-navigation--primary {
    --kraken-framework-nav-link-font-size: 1.5rem;
    --kraken-framework-nav-link-font-color: #2D3748;
    --kraken-framework-nav-link-font-hover-color: #fe7206;
    --kraken-framework-nav-link-font-active-color: #fe7206;
    --kraken-framework-nav-link-font-focus-color: #fe7206;
}




/* FOOTER STYLES */

.kraken-footer {
    --kraken-framework-footer-background: black; 
    color: white;
}

.kraken-footer__col {
    margin-bottom: 0;
}

.kraken-footer h3, .kraken-footer a {color: white !important;}

.kraken-splash-credit {
    --kraken-framework-credit-logo-fill: white;
}

.kraken-footer__col--align-start {flex: 2;}