/*
Theme Name: GBD Child
Theme URI: #
Template: Divi
Author: Anthony Bibbins
Author URI: #
Description: Custom code for mobile and ADA
Version: 5.5.1.1778697437
Updated: 2026-05-13 18:37:17

*/
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&family=Lexend:wght@100..900&family=Vend+Sans:ital,wght@0,300..700;1,300..700&display=swap');

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Istok Web', sans-serif !important;
	
    font-weight: 600!important;
    letter-spacing: 0.5px!important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
}

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-item > a.mega-menu-link{
	 font-family: 'Istok Web', sans-serif !important;
	
    font-weight: light!important;
    letter-spacing: 0.5px!important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
}

.et_flex_column, .et_flex_group, .et_flex_module, .et_flex_row, .et_flex_section {
	    row-gap: 15px;

}