/*
 Theme Name:   Explore Digital Child Theme
 Theme URI:    https://exploredigital.com
 Description:  Custom child theme for Divi - Explore Digital branding
 Author:       Explore Digital
 Author URI:   https://exploredigital.com
 Template:     Divi
 Version:      2.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  exd-child
*/

/* ==========================================================================
   Explore Digital Brand Colors
   ========================================================================== */
:root {
    --exd-dark-blue: #062252;
    --exd-bright-blue: #0080FF;
    --exd-light-blue: #0092e4;
    --exd-gold: #e9a837;
    --exd-navy: #003189;
}

/* ==========================================================================
   Base Styles
   ========================================================================== */
body {
    background: var(--exd-dark-blue);
}

body.no-scroll {
    overflow: hidden;
    height: 100%;
    touch-action: none;
    background: var(--exd-dark-blue);
}

body.no-scroll #et-main-area {
    opacity: 0;
}

#et-main-area {
    padding-top: 85px;
    background: var(--exd-dark-blue) !important;
}

@media only screen and (max-width: 1175px) {
    #et-main-area {
        padding-top: 76px;
        transition: all 0.5s ease-in-out;
    }
}
