/*
 Theme Name:     CLDA
 Description:    Theme developed for CLDA.org
 Author:         FlavorEXP
 Author URI:     https://www.flavorexp.com
 Template:       hello-elementor
 Version:        1.0.0
*/

:root {
--header-height: 90px;
--opacity: 0.90;
--shrink-me: 0.80;
--sticky-background-color: white;
--secondary-color: #d0043f;
--transition: 300ms ease-in-out;
}

.hero-boxes .elementor-post__text{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.elementor-widget-container .elementor-posts .elementor-post__read-more{
    background-image: url(/wp-content/themes/CLDA/img/arrow.svg);
    background-repeat: no-repeat;
    align-self: flex-end;
    font-size: 0;
    width: 63px;
    height: 21px;
    background-position:0px;
    transition: background-position 0.1s ease;
    -webkit-transition: background-position 0.1s ease;
}

.elementor-widget-container .elementor-posts .elementor-post__text:hover .elementor-post__read-more{
    background-image: url(/wp-content/themes/CLDA/img/arrow_hover.svg);
    background-position: 5px;
}

header.elementor-top-section:not(.elementor-sticky--effects) img{
    content: url('/wp-content/themes/CLDA/img/CLDA Logo_WHITE.png');
    max-height: 75px;
    width: auto;
}

.elementor-top-section:not(.elementor-sticky--effects) .elementor-element .elementor-social-icon i{
    color: white !important; 
}

footer .footerLogo img{
    content: url('/wp-content/themes/CLDA/img/CLDA_Logo_Footer.png');
    max-height: 70px;
    width: auto;

}

body.elementor-editor-active .tabContainer{
    border: 2px dashed gray;
    display: block;
}

/*TABS*/

.tabContainer{
    display: none;
}

.tabContainer.activeTabContainer {
    display: block;
}

/*
body.elementor-editor-active .tabContainer.activeTabContainer{
    border: 0;
}

.tabSelector{
    pointer-events: none;
}

.tabSelector .elementor-heading-title a{
    pointer-events: auto;  
}
*/

.tabSection:not(.verticalTabs) .tabSelector .elementor-column:hover, .tabSection:not(.verticalTabs) .tabSelector .elementor-column.activeSelector{
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.08);
    border-top: 0;
}

.tabSection.verticalTabs .tabSelector .elementor-column a, .tabSection.verticalTabs .tabSelector .elementor-column a{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}

.tabSection.verticalTabs .tabSelector .elementor-column:hover a, .tabSection.verticalTabs .tabSelector .elementor-column.activeSelector a{
    color: #CC3366;    
    text-shadow:
    0px 0px 0 #CC3366,
    0px 0px 0 #CC3366,
    0px 0px 0 #CC3366,
    0px 0px 0 #CC3366;    
}

.tabSelector .elementor-column{
    border: 1px solid #e6eef9;
}

.tabSection .tabVerticalContainer .tabContainer .elementor-widget-wrap{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 18%)
}

.tabSection .tabVerticalContainer .tabContainer{
    vertical-align: middle;
    align-items: center;
}

.tabSection .tabSelector .elementor-column .elementor-button-text{
    text-align: left;
}

body[data-elementor-device-mode=tablet] .tabSection:not(.verticalTabs) .tabSelector .elementor-column a{
    height: 55px
}

.tabSection .tabSelector .elementor-column a{
    min-height: 37px;
    width: 100%;
}

/*Posts Extra*/

.elementor-widget-posts-extra .ee-post__footer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.elementor-widget-posts-extra .ee-post__footer .ee-post__terms{
    margin-right: 0.75rem;
}

.elementor-widget-posts-extra .ee-post__footer .ee-post__metas .ee-post__metas__list{
    display: flex;
}

.elementor-widget-posts-extra .ee-post__footer .ee-post__metas .ee-post__metas__list:before{
    content: " | ";
    display: block;
    font-size: 12px;
}

.elementor-widget-posts-extra .ee-post__media{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 18%);
}

.elementor-widget-posts-extra article{
    background-color: transparent;
}


.elementor-widget-posts-extra .ee-post__excerpt{
    flex: 1 0 100%;  
}


/*Testimonials*/

.elementor-widget-testimonial-carousel .elementor-main-swiper{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 18%);
}

.elementor-widget-testimonial-carousel .elementor-testimonial__text{    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.elementor-widget-testimonial-carousel .elementor-testimonial__text:before{ 
    content: "“";
    color: #D2003B;
    font-size: 100px;
}


/*Custom Grid CSS*/ 

.clda-post-grid-1 .elementor-image, .clda-post-grid-2 .elementor-image{
    position: relative;
    display: block;
}

.clda-post-grid-1 .elementor-image a, .clda-post-grid-2 .elementor-image a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex !important;
}

.clda-post-grid-1 .elementor-image a img, .clda-post-grid-2 .elementor-image a img{
    object-fit: cover;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 18%);
}

.clda-post-grid-1 .elementor-image:before {    
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 63%;
}

.clda-post-grid-2 .elementor-image:before {    
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 70%;
}

.eventDetail h1, .eventDetail h2, .eventDetail h3, .eventDetail h4, .eventDetail p{
    color: #0a213e;
}

.eventDetail h1{
    margin-bottom: 0px;
    font-weight: 700;
    letter-spacing: 0.81px;
}

.eventDetail h2{
    margin-top: 0;
    font-size: 30px;
    line-height: 58px;
}


.eventDetail h3{
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}

.eventDetail p{
    margin: 1rem 0;
}

.eventDetail h2 + p{
    margin: 1.5rem 0;
}

.eventDetail a.button
{
    letter-spacing: 2.63px;
    background-color: var( --secondary-color );
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 1rem auto;
}

.clda-event-agenda h2{ 
    height: 38px;
    line-height: 58px;
    margin: 0;
    font-weight: 700;
}

.clda-event-agenda__day__title{
    font-size: 22px;
    line-height: 58px;
    margin: 0;
    font-weight: 700;
    border-bottom: 1px solid #86B5F5;
}

.clda-event-agenda__day__block{
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    margin: 1.4rem 0;
}

.clda-event-agenda__day__block__time-schedule{
    flex: 0 0 135px;
    padding: 15px 30px 15px 5px;
}

.clda-event-agenda__day__block__info{
    flex: 1 1 0;
    padding: 15px 30px;
    border-left: 3px solid var(--secondary-color);
}

.clda-event-agenda__day__block__info__title{
    font-size: 1rem;
    line-height: 24px;
    font-weight: bold;
}

.clda-event-agenda__day__block__info__description{
    line-height: 24px;
    padding: 1rem 0;
}

.clda-event-agenda__day__block__info__presented-by, .clda-event-agenda__day__block__info__sponsored-by
{
    font-style: italic;
    display: flex;
    align-items: center;
}

.clda-event-agenda__day__block__info__presented-by span
{ 
    margin-right: 0.3rem;
}

.clda-event-agenda__day__block__info__presented-by:before{
    content: ' ';
    display: block;
    background: url(/wp-content/themes/CLDA/img/portrait-small.jpg) scroll no-repeat center center;
    width: 19px;
    height: 20px;
    margin-right: 3px;
}

.clda-event-agenda__day__block__info__sponsored-by:before{
    content: ' ';
    display: block;
    background: url(/wp-content/themes/CLDA/img/red-star.jpg) scroll no-repeat center center;
    width: 21px;
    height: 17px;
    margin-right: 3px;
}

.clda-event-speakers h2{
    font-size: 38px;
    font-weight: 700;
}

.clda-event-speakers h3{
    font-size: 22px;
    line-height: 58px;
    font-weight: 700;
    border-bottom: 1px solid #86B5F5;
    margin-bottom: 2.5rem;
}

.clda-event-speakers__speaker{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.clda-event-speakers__speaker__portrait{
    flex: 0 0 310px;
    position: relative;
    display: block;
    max-height: 310px;
    margin-right: 1.5rem;
}

body[data-elementor-device-mode="mobile"] .clda-event-speakers__speaker__portrait{
    flex: 0 0 100%;
    margin-bottom: 2rem;
}

.clda-event-speakers__speaker__portrait__image{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex !important;
}


.clda-event-speakers__speaker__portrait:before {    
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 63%;
}
    
.clda-event-speakers__speaker__portrait__image img{
    object-fit: cover;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 18%) !important;
}
    
.clda-event-speakers__speaker__info{
    flex: 1 1 0;
}

.clda-event-speakers__speaker__info h4{
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
}

.clda-event-speakers__speaker__info h5{
    font-size: 18px;
}

.clda_event_sponsor_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.clda_event_sponsor{
    flex: 0 0 32%;
}

body[data-elementor-device-mode="mobile"] .clda_event_sponsor{
    flex: 0 0 100%;
}

body[data-elementor-device-mode="tablet"] .clda_event_sponsor{
    flex: 0 0 48%;
}

.clda_event_sponsor__head{
    background-color:white;
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.08);
    padding: 30px 20px;
    margin-bottom: 1.5rem;
}

.clda_event_sponsor__head__sponsor-name button{
    color: var(--secondary-color);
    background-color: transparent;
    font-weight: 700;
    font-size: 22px;
    border: 0;
    padding: 0;
    outline:none;
}

.clda_event_sponsor__head__sponsor-name button:hover, .clda_event_sponsor__head__sponsor-name button:focus{
    background-color: transparent;
    color: var(--secondary-color);
    border: 0;
    outline:none;
}

.clda_event_sponsor__head__price{
    color: black;
    font-weight: 700;
    font-size: 22px;
}

.clda_event_sponsor__head__inventory{
    font-size: 1rem;
}

.clda_event_sponsor__content ul{
    list-style: none;
    padding: 0 0 0 1rem;
}
.clda_event_sponsor__content ul li{
    margin-bottom: 0.5rem;
}

.clda_event_sponsor__content ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: var(--secondary-color); /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1rem; /* Also needed for space (tweak if needed) */
  }

  .eae-popup .mfp-inline-holder .mfp-content{
      width: 1200px !important;
  }


body[data-elementor-device-mode="mobile"] .eae-popup .mfp-inline-holder .mfp-content,   body[data-elementor-device-mode="tablet"] .eae-popup .mfp-inline-holder .mfp-content{
    max-width: 90%;
}


.popupClick .elementor-widget-image{
    position: relative;
}

  .popupClick .elementor-widget-image:before{
    content: ' ';
    opacity: 0;
    position: absolute;
    max-height: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000000;
    transition: 200ms ease; 
  }

  .popupClick .elementor-widget-wrap{
    position: relative;
}

  .popupClick .elementor-widget-wrap:hover .elementor-widget-image:before{
    opacity: 0.75;
  }

  .popupClick .elementor-widget-image + .readBioLink{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: 0px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;      
    transition: 200ms ease; 
  }

  

  .popupClick .elementor-widget-wrap:hover .elementor-widget-image + .readBioLink{
        margin-top: -80px;
        opacity: 1;
  }

  /*Glossary*/

  .glossary-index{
      list-style-type: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
  }

  .glossary-index li:before{
      content: none !important;
  }

  
  .glossary-index li{
    cursor: pointer;
    text-align: center;
    color: var( --e-global-color-primary );
    font-size: 20px;
    font-weight: 700;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */    
    margin: 0 !important;
    padding: 4px;
    text-align: center;
    font-weight: bold;
  }

  .glossary-index li.empty{
    color: gray;
    cursor: default;
  }

  .glossary-index li.lactive {
    background-color: var( --e-global-color-primary );
    color: white;
    width: 24px;
}

#glossary-body{
    display: flex;
    background-color: white;
    margin: 4rem 0;
    border-radius: 16px;
    padding: 1.5rem;
}
body[data-elementor-device-mode="mobile"] #glossary-body{
    flex-wrap: wrap;
}


#glossary-sidebar{
    justify-content: space-between;    
    flex-wrap: wrap;
    flex: 0 0 270px;
    max-width: 270px;
    margin-right: 30px;
    margin-bottom: 2rem;
}

body[data-elementor-device-mode="mobile"] #glossary-sidebar{
    flex: 0 0 100%;
    max-width: 100%;
}

.glossary-box{
    background-color: white;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
    width: 80%;
    padding: 1rem;
    margin: auto;
}

body[data-elementor-device-mode="mobile"] .glossary-box{
    width: 100%;
}

.clda-glossary-index{
    background-color: var( --e-global-color-primary );
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding: .5rem;
}

.glossary-terms{
    list-style-type: none;
    margin: 0;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.glossary-terms li:before{
    content: none !important;
}

.glossary-terms li a{
    text-transform: uppercase;
    color: var( --e-global-color-primary );
}

.glossary-terms li a:hover{
    color: var( --secondary-color );
}

.glossary-terms li{
    border-bottom: 1px solid var( --e-global-color-919ff5d );
    padding: 0.5rem 0;
}

#glossary-content dt{
    color: var( --e-global-color-primary );
    font-weight: 800;
    margin-bottom: 0.65rem;
}

#glossary-content dd{
    margin: 0;
    padding: 0;
    margin-bottom: 1.5rem;
}

/*Menu styling update*/

header .elementor-element nav.elementor-nav-menu--dropdown.elementor-nav-menu__container, 
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item nav.elementor-nav-menu--dropdown.elementor-nav-menu__container
{
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 0;
    height: 100vh;
    width: 375px;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
	overflow:scroll;
}


body[data-elementor-device-mode="mobile"] header .elementor-element nav.elementor-nav-menu--dropdown.elementor-nav-menu__container, 
body[data-elementor-device-mode="mobile"] header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item nav.elementor-nav-menu--dropdown.elementor-nav-menu__container
{
    width: 100%;
    padding-top: 120px;
}

header .elementor-element nav.elementor-nav-menu--dropdown.elementor-nav-menu__container a, header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item nav.elementor-nav-menu--dropdown.elementor-nav-menu__container a{
    color: white;
}

body.admin-bar header:not(.elementor-sticky--effects) .elementor-element nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{
    top: 2rem;
}

header.sticky-header{
    transition: none  !important;
}

.elementor-menu-toggle, .elementor-element.elementor-element-16718cd3, .elementor-element.elementor-element-1c3414bf{
    z-index: 2;
}

header .elementor-element .elementor-nav-menu--dropdown,
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item .elementor-nav-menu--dropdown{
    background-color: #0A213E; 
}

header .elementor-element nav.elementor-nav-menu--dropdown > ul > li{
    border-bottom: 1px solid #86B5F5;
}

header .elementor-element nav.elementor-nav-menu--dropdown > ul > li.join-clda-menu-item{
    border-bottom: 0;
    margin-bottom: 1.5rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

header .elementor-element nav.elementor-nav-menu--dropdown > ul > li.join-clda-menu-item > a{    
    margin: 0.5rem auto 0;
    border: 1px solid #86B5F5;
    text-align: center;
    color: #86B5F5;
    font-size: 1rem;
    line-height: 1.25rem;
    justify-content: center;
}

header .elementor-element nav.elementor-nav-menu--dropdown > ul > li.join-clda-menu-item a
{

    padding-left: 0;
    padding-right: 0;
}

header .elementor-element nav.elementor-nav-menu--dropdown > ul > li.join-clda-menu-item > ul{    
    margin: auto;
}
header .elementor-element nav.elementor-nav-menu--dropdown > ul > li.join-clda-menu-item a span{
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;

}

header .elementor-element nav.elementor-nav-menu--dropdown  ul  li a:hover,
header .elementor-element nav.elementor-nav-menu--dropdown  ul  li a.elementor-item-active
{
    background-color: #0A213E; 
    color: #86B5F5;
}

header .elementor-element nav.elementor-nav-menu--dropdown  ul  li a.highlighted,
header .elementor-element nav.elementor-nav-menu--dropdown  ul  li a.highlighted + ul,
header .elementor-element nav.elementor-nav-menu--dropdown  ul  li a.highlighted + ul li a{
    background-color: #152F50;
    color: #86B5F5;
}

header .elementor-element .elementor-nav-menu--dropdown a,
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item .elementor-nav-menu--dropdown a
{
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0.42;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.magazine-section .elementor-button-link, .magazine-section .elementor-button-link:hover{
    background-color: transparent;
    border: 0;
    color: var( --e-global-color-primary ) !important;
    font-size: 21px;
    letter-spacing: -0.1px;
    font-weight: 500;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.magazine-section .elementor-widget-button{
    border-bottom: 1px solid #D2DDEA;
    padding: .25rem 0 1.5rem;
}

.magazine-section .elementor-widget-button:last-child{
    border-bottom: 0;
}



.magazine-section .elementor-button-link span{
    text-align: left;
    flex: 0 0 90%;
    justify-content: flex-start;
    line-height: 1.6rem;
}

.magazine-section .elementor-button-link:after{
    content: " ";
    background-image: url(/wp-content/themes/CLDA/img/arrow.svg);
    background-repeat: no-repeat;
    align-self: flex-end;
    font-size: 0;
    width: 63px;
    height: 21px;
    background-position: 0px;
    transition: background-position 0.1s ease;
    -webkit-transition: background-position 0.1s ease;
    align-self: center;
}

.magazine-section .elementor-button-link:hover:after{
    background-image: url(/wp-content/themes/CLDA/img/arrow_hover.svg);
    background-position: 5px;
}


.elementor-widget-theme-post-content .elementor-widget-container > ul li:before, .tabSection  .elementor-widget-container ul li:before{
    content: "\2022";
    color: #CC3366;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

footer .sub-menu{
    display: none !important
}

a.fasc-button, .mce-content-body a.fasc-button{
    font-size: 14px !important;
    letter-spacing: 2.63px !important;
    font-family: "Muli", Sans-serif !important; 
    padding: 12px 24px !important;
    text-transform: uppercase;
}

a.fasc-rounded-medium, .mce-content-body a.fasc-rounded-medium{
    border-radius: 3px !important;
} 

.eae-popup.eae-close-btn-in .eae-close{
    color: black;
}

@media all and (min-width: 1024px) and (max-width: 1320px){
.elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: .75rem;
    padding-right: .75rem;
}
}

.elementor-top-section.elementor-sticky--effects .elementor-element .elementor-social-icon .fa-facebook:before {    
    background-image: linear-gradient( to bottom, transparent 15%, white 20%, white 93%, transparent 93% );
    background-size: 45%;
    background-position: 5px 0;
    background-repeat: no-repeat;
}


.elementor-top-section.elementor-sticky--effects .elementor-element .elementor-social-icon .fa-linkedin:before {
    content: "\f08c";
    background-image: linear-gradient( to bottom, transparent 15%, white 20%, white 93%, transparent 93% );
    background-size: 80%;
    background-position: 2px 0;
    background-repeat: no-repeat;
}

.cookie-notice-container a.cn-button{
    background-color: #D0043F;
}
