/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


/* #eecon-menu a, 
h1, h2, h3, h4, h5, h6 {
    font-family: 'DINPro';
} */
/* .ex-cocogoose h1 {
    font-family: 'COCOGoose';
    font-weight: 500;
} */
#eecon-menu .sub-menu a {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
}

#exBannerText {
    position: relative;
    padding-left: 30px;
}

#exBannerText:before {
    content: '';
    width: 16px;
    height: 80px;
    position: absolute;
    top: 8px;
    left: 0;
    background: #da2827;
}
#exBannerContainer {
    position: relative;
}
#exBannerContainer .fl-row-content-wrap:before {
    position: absolute;
    content: '';
    background-image: url('../../uploads/2024/05/banner-face.png');
    background-repeat: no-repeat;
    width: 1009px;
    height: 866px;
    top: 0px;
    right: -50px;
    
}
@media only screen and (max-width: 1600px) {
    #exBannerContainer .fl-row-content-wrap:before {
        right: -300px;
    }
}
@media only screen and (max-width: 1200px) {
    #exBannerContainer .fl-row-content-wrap:before {
        right: -500px;
    }
}
@media only screen and (max-width: 993px) {
    #exBannerContainer .fl-row-content-wrap:before {
        display: none;
    }
}

#exBannerTopLeft {
    position: absolute;
    content: '';
    top: 0;
    left: -40px;
    width: 1144px;
    height: 194px;
}


.eecon sup {
    font-size: 18px;
}

.title-sponsor {
    background: #eaeaea;
    margin: 0 8px;
}
h4 {
    font-weight: bold;
}
.ex3-f-icon .fl-icon-text {
    height: 30px;
}
#eecon-menu .fl-menu-mobile-flyout a {
    text-align: left;
}
.events_table tr td:first-child {
    width: 80%;
}
.fl-node-nbhj9f3wxlq4 .menu > li > a:hover, .fl-node-nbhj9f3wxlq4 .menu > li > a:hover ul.sub-menu {
    background: white;
}
#eecon-menu a {
    transition: background 0.5s ease;
}
#eecon-menu .menu-item:hover a {
    background-color: white;
    color: #1f2c5d;
}
/* #eecon-menu .sub-menu {
    margin-left: 3px;
} */

.ex-p-hero {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}
.ex-p-feature {
    font-size: 20px;
    color: #1f2c5d;
    line-height: 1.4;
    font-weight: bold;
}
ul {
    padding-left: 30px;
}
ul li {
    list-style: square;
}
ul li::marker {
    color: #da2827;
}

.ex-heading {
    position: relative;
}

.ex-heading:before {
    content: '';
    width: 10px;
    height: 60%;
    position: absolute;
    top: 8px;
    left: 0;
    background: #da2827;
}