/************/
a {
    color: var(--e-global-color-primary);
}
a:hover {
    color: inherit;
}
#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    width: 300px !important;
}
.elementor-element.e-con-full.e-parent { padding: 0px;}


@media screen and (max-width: 1679px) {
    .container-fluid, .custom-widgets--container {
        --bs-gutter-x: 160px;
    }

     .elementor-element.e-flex.e-con-boxed.e-child {
        padding-left: 80px;
        padding-right: 80px;
    } 

    .single-post-container .elementor[data-elementor-type="wp-post"] .elementor-element.e-con-boxed.e-con.e-parent {
        padding-left: 0px;
        padding-right: 0px;
    }

    .elementor-element.e-con-boxed.e-con.e-parent {
        padding-left: 80px;
        padding-right: 80px;
}
    .accordion-drop-down-widget .container-fluid.custom-widgets--container,    
    .accordion-body .container-fluid.custom-widgets--container,    
    .tabbed-selection-1 .container-fluid.custom-widgets--container,    
    .accordion-tab-content-widget .container-fluid.custom-widgets--container,    
    .team-members-widgets .custom-widgets--container {
        --bs-gutter-x: 0px;
    }


    section.highlights .container-fluid.custom-widgets--container {
        --bs-gutter-x: 0px;
    }


.accordion-body .elementor-element.e-con-boxed.e-con.e-parent,
.accordion-body .elementor-element.e-flex.e-con-boxed.e-child {
        padding-left: 0px;
        padding-right: 0px;
        padding-left: var(--padding-left);
        padding-right: var(--padding-right);
}

.push-panel-widget.background-blue-transparency .container-fluid.push-panel-widget--container.custom-widgets--container {
    --bs-gutter-x: 80px;
}



}

@media screen and (max-width: 768px) {
    .elementor-element.e-flex.e-con-boxed.e-child {
        padding-left: 16px;
        padding-right: 16px;
    }
    .elementor-element.e-con-boxed.e-con.e-parent {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/******* Header Widget CSS *******/
.mainheader {
    background-color: #fff;
    transition: 0.3s ease-in-out all;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.header-main .navbar {
    padding-top: var(--widgets-spacing); 
    padding-bottom: var(--widgets-spacing); 
}

.header-main  .navbar > .header-main--container {
    max-width: var(--content-width);
    flex-flow: column;
}

.header-main--container-inner {
    width: 100%;
    display: flex;
    gap: calc(var(--widgets-spacing)*3);
    align-items: flex-end;
    flex-flow: row nowrap;
}
.header-main--breadcrumb {
    align-self: flex-start;
    margin-top: 10px;
    padding-left: 120px;
    margin-left: calc(var(--widgets-spacing)*3);
    transition: all linear .3s;
    color: var(--pale-blue);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    letter-spacing: 0.21px;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 60px);
    align-items: center;
}
.header-main--breadcrumb-link {
    color: var(--pale-blue);
    text-decoration: none;
}

.mainheader.scrollHeader .header-main .header-main--breadcrumb {
    padding-left: 100px;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}
.navbar-brand img {
    max-width: 120px !important;
    width: 100%;
    transition: all linear .3s;
}

.mainheader.scrollHeader .header-main .navbar-brand img{
    max-width: 100px !important;
}
.header-main--breadcrumb .logout-btn {margin-left: auto;margin-right: 20px;padding: 0 20px;width: 122px;text-align: center;}

.header-main--breadcrumb .logout-link {
    color: var(--pale-blue);
}

.header-main--breadcrumb .main-cart { min-width: 56px;}

/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */

.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
    background-image: url('../png/cart.png');
    background-size: contain;
    height:25px;
    width:25px;
    align-items: center;
    background-repeat: no-repeat;
    margin-left: auto;
}


.cart-contents:hover {
    text-decoration: none;
}

.main-cart:hover a {
    background-image: url('../png/cart-hover.png');
}

.cart-contents-count {
	font-size:16px;
	color: #A6BBC8;  
    margin-top: 10px;
}

a.menu-item.cart-contents span {
    /* display: none; */
    background: #DAAA00;
    font-size: 12px;
    height: 15px;
    width: 15px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: -10px;
    color: #ffffff;
    line-height: 1.25;
}

@media screen and (max-width: 1199px){
    .header-main .navbar > .header-main--container{
        gap: 10px!important;
    }
}
@media screen and (max-width: 768px) {
    .navbar-brand img {
        max-width: 100px !important;
    }
    .mainheader.scrollHeader .header-main .navbar-brand img{
        max-width: 80px !important;
    }

    .header-main--breadcrumb {
        padding-left: 60px;
        margin-top: 0;
    }
    .mainheader.scrollHeader .header-main .header-main--breadcrumb {
        padding-left: 60px;
    }
    .header-main .navbar > .header-main--container{
        gap: 10px!important;
    }
}

.header-main--nav-container {
    display: flex;
    flex-grow: 1;
    gap: calc(var(--widgets-spacing)*2);
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--e-global-color-primary);
}

@media screen and (max-width: 1199.98px) {
    .header-main--nav-container {
        gap: var(--widgets-spacing);
        /* flex-flow: column wrap; */
        align-items: flex-end;
        justify-content: space-between;
    }
    .header-main .navbar > .header-main--container {
        gap: var(--widgets-spacing);
    }
}

@media screen and (max-width: 767px) {
    .header-main--nav-container {
        gap: 15px;
        padding-bottom: 15px;
        flex-flow: column wrap;
    }
    .header-main--breadcrumb {
        margin-top: 0;
    }

    .mainheader.scrollHeader .header-main .header-main--social-container {
        opacity: 0;
        max-height: 0;
        display: none;
    }
    .mainheader.scrollHeader .header-main .header-main--social-container img {
        max-height: 0 !important;
    }
}

.header-main--social-container {
    gap: 10px;
    display: flex;
    align-items: flex-end;
    opacity: 1;
    max-height: 25px;
    transition: 0.3s ease-in-out all;
}

.header-main--social-container .newsletter {
    position: absolute;
    bottom: 54px;
}

.header-main--social-container .newsletter a {
    color: var(--pale-blue);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 14px;
    font-weight: 700;
}
.header-main--social-container .newsletter a:hover {
color: var(--e-global-color-primary);
}

.header-main--social-container a {
    text-decoration: none;
}

.header-main--nav {
    flex-grow: 1;
    justify-content: space-evenly;
}

.header-main--nav  .nav-link {
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-size: 18px;
    letter-spacing: 0.27px;
    color: var(--e-global-color-primary);
    text-decoration: none;
    padding: 0 !important;
    position: relative;
}

.header-main--nav .nav-link::after {
    content: '';
    position: absolute;
    bottom:-8px;
    left:0;
    width: 0;
    height: 5px;
    background-color: var(--yellow);
    transition: all linear 0.2s;
    z-index: 10;
}

.header-main--nav .olive-green .nav-link::after {
    background-color: var(--olive-green);
}
.header-main--nav .purple .nav-link::after {
    background-color: var(--purple);
}
.header-main--nav .magenta .nav-link::after {
    background-color: var(--magenta);
}
.header-main--nav .light-blue .nav-link::after {
    background-color: var(--light-blue);
}
.header-main--nav .orange .nav-link::after {
    background-color: var(--orange);
}

.header-main--nav .nav-link:hover::after, .header-main--nav .nav-link.active::after, .header-main--nav .nav-link.show::after  {
    width: 100%;
}
.header-main--nav .nav-link.active, .header-main--nav .nav-link.show,
.header-main--nav .nav-item.show .nav-link {
    color: var(--e-global-color-primary);
}

.header-main--nav .dropdown-menu {
    margin-top: 0px;
    padding-top: 38px;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    z-index: 1;
    position: relative;
    width: 100%;
    min-width: 160px;    
}
@media screen and (max-width: 1199.98px) {
    .header-main--nav .dropdown-menu {
        display: block;
    }
    .header-main--social-container .newsletter {
        position: absolute;
        bottom: 48px;
    }
}

.header-main--nav .dropdown-menu::before {
    content: '';
    position: absolute;
    top: 38px;
    left:0;
    width: 100%;
    height: calc(100% - 35px);
    background-color: var(--yellow);
    opacity: 0.9;
}
.header-main--nav .olive-green .dropdown-menu::before {
    background-color: var(--olive-green);
}
.header-main--nav .purple .dropdown-menu::before {
    background-color: var(--purple);
}
.header-main--nav .magenta .dropdown-menu::before {
    background-color: var(--magenta);
    opacity: 0.88;
}
.header-main--nav .light-blue .dropdown-menu::before {
    background-color: var(--light-blue);
    opacity: 0.9;
}
.header-main--nav .orange .dropdown-menu::before {
    background-color: var(--orange);
}

.header-main--nav .dropdown-menu .dropdown-item, .header-main--nav .dropdown-submenu .dropdown-submenu-item {
    position: relative;
    z-index: 2;
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: 600;
    text-transform: var(--e-global-typography-accent-text-transform);
    font-size: 14px;
    padding: 3px 6px;
    letter-spacing: 0.21px;
    white-space: normal;
}

.header-main--nav .dropdown-menu .dropdown-item:hover, 
.header-main--nav .dropdown-menu .dropdown-item.active, 
.header-main--nav .dropdown-submenu .dropdown-submenu-item:hover,
.header-main--nav .dropdown-submenu .dropdown-submenu-item.active {
    background-color: transparent;
    color: var(--e-global-color-primary)
}

.header-main--nav .dropdown-submenu {
    list-style: none;
    padding-left: 14px;
}

.header-main--nav .dropdown-submenu .dropdown-submenu-item {
    display: block;
    font-size: 12px;
    text-decoration: none;
    padding: initial;
    font-weight: normal;
}

.dropdown-toggle::after {
    border:0;
    margin-left:0;
}

.header-main--button-container {
    display: flex;
    gap: 20px;
    align-items: center;
}

.header-main--button-container .header-main--primary-button {
        background-color: var(--e-global-color-accent) !important;
        border: 1px solid var(--e-global-color-accent) !important;
    }
.header-main--button-container .header-main--primary-button:hover {
        background-color: var(--e-global-color-secondary) !important;
        color: var(--e-global-color-accent) !important;
        border: 1px solid var(--e-global-color-accent) !important;
    }

.header-main--outline-button {
    color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
    background-color: transparent !important;
}
.header-main--outline-button:hover {
    background-color: var(--e-global-color-primary) !important;
    color: var(--e-global-color-secondary) !important;
}

@media screen and (max-width: 768px) {
    .header-main--outline-button {
        padding: 6px 12px;
    }
    .header-main--social-container .newsletter {
        position: relative;
        bottom: 0px;
    }    
}

.header-main .navbar-toggler {
    border: 0px;
}

.header-main .navbar-toggler:focus-visible, .header-main .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.header-main .navbar-toggler .navbar-toggler-icon {
    background-image: url('../svg/icon-menu.svg');
    filter: invert(17%) sepia(33%) saturate(7197%) hue-rotate(223deg) brightness(76%) contrast(117%);
    transition: all ease-in-out 0.2s;
}

.header-main .navbar-toggler:hover .navbar-toggler-icon {
    filter: invert(66%) sepia(29%) saturate(2202%) hue-rotate(10deg) brightness(97%) contrast(100%);
}




@media screen and (min-width: 1200px) {
    .dropdown_opner,
    .sub_dropdown_opner { display: none;}
}
.dropdown_opner,
.sub_dropdown_opner { display: none;}

/*
.header-main--nav .dropdown_opner {
    background-image: url('../../assets/images/icons/icon-plus-fill-blue.svg');
    background-size: cover;
    position: absolute;
    height: 25px;
    width: 25px;
    right: 0;
    top: 0;
    z-index: 999;
}
.header-main--nav .dropdown_opner.open {
    background-image: url('../../assets/images/icons/icon-minus-fill-blue.svg');
}
.header-main--nav .sub_dropdown_opner {
    background-image: url('../../assets/images/icons/icon-plus-blue.svg');
    background-size: cover;
    position: absolute;
    height: 25px;
    width: 25px;
    right: 0;
    top: 5px;
    z-index: 999;
}
.header-main--nav .sub_dropdown_opner.open {
    background-image: url('../../assets/images/icons/icon-minus-blue.svg');
}
*/


@media screen and (max-width: 1365px) {
.header-main--nav  .nav-link {
    font-size: 15px;
}
.header-main--button-container {
    gap: 10px;
}
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .header-main--container-inner {
        gap: calc(var(--widgets-spacing)*1);
    }
    .header-main--breadcrumb {
        padding-left: 80px;
    }
    .header-main--nav  .nav-link {
        font-size: 14px;
    }
    .header-main--nav {
        justify-content: space-between;
    }
}

@media screen and (max-width: 1199.98px) {
    .offcanvas {
        padding: 20px;
        background-color: var(--e-global-color-text);
        /*background-color: var(--e-global-color-secondary);*/
        color: var(--e-global-color-secondary);
        /*color: var(--e-global-color-primary);*/
        height: 100vh;
        overflow: auto;
    }
    .header-main--nav .dropdown-menu::before {
        background-color: transparent !important;
    }
    .header-main--nav {
        justify-content:flex-start;
        gap: 15px;
    }
    .header-main--nav .dropdown .dropdown-menu {
        opacity: 1;
        padding-top: 15px;
        padding-left: 30px;
        max-width: 100%;
        max-height: 500px;
    }
/*
    .header-main--nav .dropdown .dropdown-submenu {
        display: none;
    }
    */
    .header-main--nav .dropdown .dropdown-menu  li,
    .header-main--nav .dropdown .dropdown-submenu li { padding: 5px 0;}

    .header-main--nav .nav-link {
        color: var(--e-global-color-secondary);
        /*color: var(--e-global-color-primary);*/
        display: inline-block;
    }
    .header-main--nav .nav-link.active, .header-main--nav .nav-link.show {
        color: var(--e-global-color-secondary);
        /*color: var(--e-global-color-primary);*/
    }
    .header-main--nav .dropdown-menu .dropdown-item:hover, .header-main--nav .dropdown-submenu .dropdown-submenu-item:hover {
        color: var(--e-global-color-secondary);
        /*color: var(--e-global-color-primary);*/
        opacity: 0.8;
    }
    /*
    .header-main--nav .dropdown-menu .dropdown-item,
    .header-main--nav .dropdown-submenu .dropdown-submenu-item {        
        color: var(--e-global-color-primary);
    }*/
    .dropdown-menu[data-bs-popper] {
        top: 0;
    }
    .btn-close {
        background-image: url('../svg/icon-close.svg');
        filter: invert(100%) sepia(28%) saturate(2%) hue-rotate(35deg) brightness(103%) contrast(101%);
        opacity: 1;
        padding:0;
        background-size: contain;
    }
    .btn-close:hover {
        filter: invert(66%) sepia(29%) saturate(2202%) hue-rotate(10deg) brightness(97%) contrast(100%);
    }
    .offcanvas-header {
        text-align: right;
        padding: 0;
        justify-content: flex-end;
    }
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    max-width: 0;
}

.dropdown.show .dropdown-menu {
    max-height: 550px;
    min-width: 160px;
    opacity: 1;
}

@media screen and (max-width: 576px) {
    .header-main--breadcrumb {
        margin-left: 0;
        padding-left: 0;
        width: 100%;
    }
    .mainheader.scrollHeader .header-main .header-main--breadcrumb {
        padding-left:0px;
    }
    .header-main--nav-container {
        gap: 15px;
        padding-bottom: 15px;
     }
}

/* search */
.header-main--search {
    background-color: transparent !important;
    outline: 0;
    border-radius: 0 !important;
    border:0 !important;
    padding: 6px 12px !important;
}
.header-main--search:hover,
.header-main--search:focus {
    background-color: transparent !important;
    opacity: 0.6;
}
.search-dropdown {
    background-color: rgba(255,255,255,0.94);
    min-height: 70vh;
}
.search-dropdown--header {
    position: relative;
}
.search-dropdown--close {
    background: none;
    width: 40px;
    height: 40px;
}
.search-dropdown--close img {
    width: 100%;
} 
.search-dropdown--close:hover, .search-dropdown--close:hover img {
    opacity: 0.8;
}

.search-dropdown--search-input-text-wrapper {
    display: flex;
    position: relative;
    margin: 30px 0;
}
.search-dropdown--search-input-text {
    width: 100%;
    border:1px solid var(--e-global-color-primary);
    padding: 8px;
    font-size: 24px;
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: 200;
    color: var(--e-global-color-primary);
}
.search-dropdown--search-input-text:focus-visible {
    outline: none;
}
.search-dropdown--search-input-text-submit {
    position: absolute;
    right: 10px;
    top: 13px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    margin: 0;
    border: 1px solid transparent !important;
    border-radius: inherit;
    background-color: transparent !important;
    cursor: pointer;
    opacity: 0.7;
}
.search-dropdown--search-input-text-submit svg {
  width: 100%;
  height: 100%;
}
.search-dropdown--search-input-text-submit svg path {
    fill: var(--e-global-color-primary);
}
.search-dropdown--no-results--title,
.search-dropdown--results--title {
    font-size: 24px;
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: 700;
    color: var(--e-global-color-primary);
}

.search-dropdown--results-result,
.search-dropdown--results-result a {
    font-size: 18px;
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: 400;
    color: var(--black);
}
/* Back Button */
.button--underline {
    display: inline-flex;
    align-items: center;
    flex-flow: row wrap;
    column-gap: 0px;
    text-decoration: none;
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: uppercase;
    font-size: 22px;
    position: relative;

    background-image: linear-gradient(90deg, 91.6%);
    background-size: 40% 3px;
    background-position: left bottom;
    background-repeat: no-repeat;
    transition: background-size 300ms ease;
}

.button--underline::after {
    content: '';
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    width: 25%;
    height: 2px;
    transition: all linear 0.4s;
    background-color: var(--e-global-color-primary);
}

.button--underline:hover::after {
    width: 100%;
}

.button--underline span {
     display: block;
     visibility: hidden;
     padding-left: 5px;
}

.button--underline:hover span {
    visibility: visible;    
}

/**** News Single page *****/
.post-single-title {
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 400;
    font-size: 38px;
    line-height: 50px;
    text-transform: none;
    margin-bottom: 15px;
}
.post-single-subtitle {
    text-transform: inherit;
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 15px;
}
hr.bg-red {
    opacity: 1;
    border-color: var(--red);
}
.tags-list {
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--red);
    margin-bottom: 15px;
}
.post-meta-wrap {
    margin-bottom: 15px;
    align-items: center;
}
.post-meta-wrap .user {}
.post-meta-wrap .user .linkedin-profile {
    text-decoration: none;
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--bs-dark);
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.post-meta-wrap .user .linkedin-profile img {
    max-height: 22px;
}
.post-meta-wrap .date {
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    font-style: var(--e-global-typography-secondary-font-style);
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.new-single-social-container { 
    margin-left: 30px;
    gap: 10px;
    display: flex;
    align-items: flex-end;
    opacity: 1;
    max-height: 25px;
    transition: 0.3s ease-in-out all;
}

.new-single-social-container a { text-decoration: none;}

.share-list {
    display: flex;
    flex-direction: row;
  }
  
  .share-list a {
    border-radius: 100px;
    width: 40px;
    height: 40px;
    padding: 7px;
    margin: 10px 5px;
    cursor: pointer;
    overflow: hidden;
    
    img {
      width: 100%;
      height: 100%;
      filter: invert(100%);
    }
  }
  
  a.fb-h { background: #3B5998; }
  a.tw-h { background: #00acee; }
  a.li-h { background: #0077B5; }
  a.re-h { background: #FF5700; }
  a.pi-h { background: #c8232c; }
  
  
  
  /* Page Styling*/
  * {
    margin: 0;
    pading: 0;
    box-sizing: border-box;
  }
  
  .share-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

.single-post-container {}
.single-post-container .navigation {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-post-container .navigation .nav-back {}
.single-post-container .navigation .nav-link-wrap {
    display: flex;
    gap: 30px;
    margin: 0 auto;
}
.single-post-container .navigation .nav-link a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    padding: 6px 11px;
    min-width:95px;
}
.single-post-container .navigation .nav-link a::before {
    content: "";
    display: inline-block;
    background-color: var(--e-global-color-secondary);
    width: 15px;
    height: 15px;
    margin-right: 8px;
    transition: all 0.3s ease-out;
}
.single-post-container .navigation .nav-link a:hover {
    background-color: var(--red);
}
.single-post-container .navigation .nav-previous {}
.single-post-container .navigation .nav-next {}

.related-post-wrap {
    border: 1px solid var(--dark-grey);
    padding: 20px;
}
.sidebar-title {
    border-bottom: 2px solid var(--grey);
    padding-bottom: 20px;
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: 300;
}
.related-post {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.related-post li {
    display: flex;
    border-bottom: 2px solid var(--grey);
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    /* align-items: end; */
}
.related-post .related--thumbnail {
    flex-basis: 200px;
}
.related-post .related--thumbnail img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}
.related-post .related--content {
    flex: 2;
}
.related-post .related--content a {
    color: var(--bs-body-color);
    text-decoration: none;
    font-size: 18px;
}
.related-post .related--content a:hover {
    color: var(--pale-blue);
}
.related-post .related--excerpt {
    padding-top: 10px;
    padding-bottom: 10px;
}
.related-post .related-date {padding-top: 10px;}
.related-post .related-date,
.related-post .related-post-author {
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    font-style: var(--e-global-typography-secondary-font-style);
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (min-width: 992px) and (max-width: 1240px) {
    .related-post li {
         flex-direction: column;
    }
    
  }
  @media  (max-width: 440px) {
    .related-post li {
        flex-direction: column;
   }
   .related-post .related--thumbnail {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    }
    .post-meta-wrap {
        flex-wrap: wrap;
    }
    .post-meta-wrap .user {
        flex-basis: 50%;
        width: 50%;
    }
    .post-meta-wrap .date {
        flex-basis: 50%;
        width: 50%;
    }
    .new-single-social-container {
        margin-left:0px;
        flex-basis: 100%;
        width: 100%;
        margin-top: 20px;
    }
  }  


  .ajax-load-more-wrap.blue .alm-load-more-btn {
    font-size: 18px;
    line-height: 1.5em;
    background-color: var( --e-global-color-primary ) !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-primary );
    border-radius: 0px 0px 0px 0px;
    padding: 6px 24px 6px 24px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
  .ajax-load-more-wrap.blue .alm-load-more-btn:hover {
    color: var( --e-global-color-secondary );
    background-color: var( --e-global-color-97b5095 ) !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-97b5095 ) !important;
  }  
  .ajax-load-more-wrap.blue .alm-load-more-btn::before {
    content: "";
    display: inline-block;
    background-color: var(--e-global-color-secondary);
    width: 15px;
    height: 15px;
    margin-right: 8px;
    transition: all 0.3s ease-out;
}
.alm-btn-wrap .alm-load-more-btn.done:before {
    background-color: var(--e-global-color-secondary) !important;
    width: 15px !important;
    height: 15px;
}
.ajax-load-more-wrap.blue .alm-load-more-btn:hover::before {
    transform: scale(1.3);
    background-color: var(--e-global-color-secondary) !important;
    width: 15px;
    height: 15px;
}
.alm-btn-wrap .alm-load-more-btn.done {
    background-color: var(--e-global-color-secondary);
    box-shadow: none!important;
    cursor: default;
    opacity: .15;
    outline: none!important;
}

/******* video single page *****/
.video-hub--search-input-text-wrapper {
    border: 1px solid var(--e-global-color-primary);
  }
  .video-hub--search-input-text-wrapper:focus-visible {
    border-color: inherit;
    outline-color: inherit;
  }
  .video-hub--search-input-text {
    width: 100%;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: 400;
    font-size: 24px;
    border: 0px;
    height: 40px;
    padding: 16px 20px;
  }
  
  .video-hub--search-input-text:focus-visible {
    outline: 0;
  }

  .video-blog-widget {
    overflow: hidden;
}

.hs-responsive-embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    padding-top: 25px;
    }
    .hs-responsive-embed-youtube iframe {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    }
.onb-embed-responsive {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.onb-embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
    

@media screen and (max-width: 768px) {
    .video-blog-widget {
        padding-top: calc(var(--widgets-spacing)*2);
        padding-bottom: calc(var(--widgets-spacing)*2);
    }
}

.video-blog-widget--header {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    margin-bottom: var(--widgets-spacing);
}

.video-blog-widget--thumbnail {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: calc(var(--widgets-spacing)*2);
}

@media screen and (max-width: 576px) {
    .video-blog-widget--thumbnail {
        margin-top: calc(var(--widgets-spacing));
        margin-bottom: calc(var(--widgets-spacing));
    }
}

.video-blog-widget--thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-blog-widget--data-container {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}

.video-blog-widget--data {
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    font-style: var(--e-global-typography-secondary-font-style);
    font-size: 15px;
    margin-bottom: var(--widgets-spacing);
    display: flex;
    align-items: center;
    gap: 10px;
}

.video-blog-widget--data-title {
  font-weight: 500;
  text-transform: uppercase;
}

.video-blog-widget--content-container {
    position: relative;
    padding-left: 30px;
}

.video-blog-widget--content-container::after {
    content: '';
    position: absolute;
    top: 0;
    left:0;
    width: 1px;
    height: 100%;
    background-color: var(--e-global-color-primary);
}

.video-blog-widget--title {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    font-size: 16px;
}

.video-blog-widget--excerpt {
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    font-size: 16px;
    margin-bottom: var(--widgets-spacing);
}

/* custom dropdown */
.video-blog-widget--filter-custom-select {
    position: relative;
    width: 100%;
    max-width: 100%;
    font-size: 1.15rem;
    z-index: 100;
  }
  
  .video-blog-widget--filter-select-button {
    width: 100%;
    background-color: rgba(255,255,255,0.7);
    color: var(--black);
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 24px;
    line-height: 24px;
    padding: 20px;
    border: 0px;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  
  .video-blog-widget--filter-selected-value {
    text-align: left;
  }
  
  .video-blog-widget--filter-arrow {
    position: relative;
    height: 22px;
    width: 22px;
    transition: transform ease-in-out 0.3s;
  }
  .video-blog-widget--filter-arrow::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 11;
    display: block;
    width: 22px;
    height: 22px;
    border-top: 2px solid var(--black);
    border-left: 2px solid var(--black);
    top: -5px;
    transform: rotate(225deg);
  }

  .video-blog-widget--filter-select-dropdown {
    position: absolute;
    list-style: none;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    outline: 1px solid var(--e-global-color-primary);
    border-radius: 0;
    padding: 0px;
    margin-top: 0px;
    max-height: 0px;
    overflow-y: auto;
    transition: 0.5s ease;
    opacity: 0;
    visibility: hidden;
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-accent-font-family);
  }
  
  .video-blog-widget--filter-select-dropdown li {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
  }
  
  .video-blog-widget--filter-select-dropdown li label {
    width: 100%;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    gap: 0;
    align-items: flex-start;
  }
  
  .video-blog-widget--filter-select-dropdown::-webkit-scrollbar {
    width: 7px;
  }
  .video-blog-widget--filter-select-dropdown::-webkit-scrollbar-track {
    background: var(--e-global-color-secondary);
    border-radius: 25px;
  }
  
  .video-blog-widget--filter-select-dropdown::-webkit-scrollbar-thumb {
    background: var(--e-global-color-secondary);
    border-radius: 0;
  }
  
  .video-blog-widget--filter-select-dropdown li:hover,
  .video-blog-widget--filter-select-dropdown input:checked ~ label {
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
  }
  
  .video-blog-widget--filter-select-dropdown input:focus ~ label {
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
  }
  
  .video-blog-widget--filter-select-dropdown input[type="radio"] {
    position: absolute;
    left: 0;
    opacity: 0;
  }
  
  /* interactivity */
  .video-blog-widget--filter-custom-select.active .video-blog-widget--filter-arrow {
    transform: rotate(180deg);
  }
  
  .video-blog-widget--filter-custom-select.active .video-blog-widget--filter-select-dropdown {
    opacity: 1;
    visibility: visible;
    max-height: 200px;
    z-index: 2;
  }
/* Footer */
.footer-widget {
    background-color: var(--e-global-color-text);
}
.footer-widget--container {
    max-width: var(--content-width);
    padding-top: 70px;
    padding-bottom: 70px;
}
.footer-widget--container #footer-logo {
    width: 100%;
    max-width: 195px;
}
.footer-widget--address {
    padding-top: 40px;
    font-family: var(--e-global-typography-text-font-family);
    color: var(--e-global-color-secondary);
    font-size: 14px;
}

.footer-widget--contacts a {
    font-family: var(--e-global-typography-text-font-family);
    font-size: 14px;
    color: var(--e-global-color-secondary);
    text-decoration: none;
    display: block;
}

.footer-widget--heading {
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-size: 15px;
    color: var(--e-global-color-secondary);
    text-decoration: none;
    padding: 0 !important;
    position: relative;
}

.footer-widget--links {
    list-style: none;
    padding: 0;
    margin:0;
}

.footer-widget--links a {
    font-family: var(--e-global-typography-text-font-family);
    font-size: 15px;
    color: var(--e-global-color-secondary);
    text-decoration: none;
}

.footer-widget--accreditations {
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.footer-widget--accreditations .ft-insta-link img {
    width: 70px;
}
.footer-widget--social-links {
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.footer-widget--social-link {
    display: flex;
    align-items: center;
    justify-content: center;   
    width: 50px;
    aspect-ratio: 1;
    border: 1px solid var(--e-global-color-secondary)

}



/* New */


.offcanvas-header .btn-close{
    background-color: transparent;
    z-index: 1;
    border: none;
    opacity: 1;
    box-shadow: none;
    
}
.offcanvas-header .btn-close:hover,
.offcanvas-header .btn-close:focus{
    background-color: transparent;
    opacity: 1;
    border: none;
    box-shadow: none;
   
}









#calendar .fc-header-toolbar {
    padding:60px 0 20px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    flex-wrap: wrap;
}
.fc .fc-toolbar-title{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
}
.fc-toolbar-chunk .fc-button-group .fc-button-primary{
    box-shadow: none!important;
    outline: none!important;
    background-color: transparent!important;
    color: #212529;
    padding: 0;
    border: none;
    opacity: 0.3;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 0 0 35px;
    margin: 0 20px 0 0;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}
.fc-toolbar-chunk .fc-button-group .fc-button-primary::before{
    content: "";
    width: 25px;
    height: 25px;
    background-image: url('../png/calendar.png');
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0px;
}

.fc-toolbar-chunk .fc-button-group .fc-listWeek-button::before,
.fc-toolbar-chunk .fc-button-group .fc-listMonth-button::before{
    background-image: url('../png/menu.png');
}
.fc-toolbar-chunk .fc-button-group .fc-button-primary.fc-button-active{
    opacity: 1;
    color: #212529;
    background-color: transparent!important;
    pointer-events: none;
}


.fc-theme-standard .fc-scrollgrid{
    border: none;
}
.fc .fc-daygrid-day-number,.fc .fc-col-header-cell-cushion{
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-size: 16px;
    color: var( --e-global-color-primary );
}
.fc .fc-daygrid-day-frame{
    min-height: auto;
    height: 70px;
    overflow-y: auto;
    position: relative;
    border: 1px solid var( --e-global-color-primary );   
}
.fc .fc-daygrid-day-frame::-webkit-scrollbar {
  display: none;
}
.fc .fc-daygrid-day-frame {
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}
.fc-theme-standard td, .fc-theme-standard th{
    border: none;
    padding: 3px;
}

.fc .fc-daygrid-day-top{
    position: absolute;
    top: 3px;
    right: 5px;
}
.fc .fc-daygrid-day-top .fc-daygrid-day-number{
    padding: 0;
    line-height: 20px;
}
.fc-daygrid-day-events{
    padding: 5px 0 0 5px;
}
.fc-daygrid-day-events .fc-event {
    font-size: 0;
    width: 20px;
    height: 20px;
    margin: 0 0 3px 0px!important;
    border-radius: 0;
}


.fc .fc-daygrid-day.fc-day-today{
    background-color: transparent!important;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame{
    background-color: var(--fc-today-bg-color)!important;
}


.fc .fc-toolbar.fc-footer-toolbar{
    margin-top: 10px;
}
.fc-footer-toolbar .fc-button {
    box-shadow: none!important;
    outline: none!important;
    background-color: transparent!important;
    color: var( --e-global-color-primary )!important;
    padding: 0;
    border: none!important;
    position: relative;
    font-size: 16px;
    padding: 0 0 0 30px;
    margin: 0 0;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}
.fc-footer-toolbar .fc-button::before{
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('../png/back.png');
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
}

.fc-footer-toolbar .fc-button.fc-next-button {
    padding: 0 30px 0 0;
}
.fc-footer-toolbar .fc-button.fc-next-button::before{
    transform: rotate(180deg);
    left: auto;
    right: 0;
}

.fc-footer-toolbar .fc-button:hover,
.fc-footer-toolbar .fc-button:focus,
.fc-footer-toolbar .fc-button:visited{
    box-shadow: none!important;
    outline: none!important;
    background-color: transparent!important;
    color: var( --e-global-color-primary )!important;
    border: none!important;
}



.fc-theme-standard .fc-list{
    border: none!important;
    background-color: #eff1f2!important;
    padding: 20px;
}
.fc .fc-list .fc-scroller-liquid{
    background-color: #eff1f2!important;
}
.fc .fc-list-event-dot{
    border-radius: 0;
    border-width: 10px;
}
.fc-direction-ltr .fc-list-day-text, 
.fc-list-day-cushion .fc-list-day-side-text,
.fc-list-event-title,
.fc-list-event-time{
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-size: 16px;
    color: var(--black);
    font-weight: 300;
}

.fc-list-event-title{
    font-size: 20px;
}
.fc .fc-scrollgrid-section-body table{
    height: auto!important;
}
.fc .fc-view-harness{
    height: auto!important;
    min-height: 500px!important;
}
.fc .fc-scroller{
    overflow: visible!important;
}
.fc .fc-list .fc-scroller{
    overflow-y: auto!important;
}

/****** calendar list view ****/
.fc-list-table {}
.fc .fc-list-event.fc-event-forced-url:hover a {
    text-decoration: none;
}
.fc-list-table .calendar-list-item {
    display: flex;
    gap: 30px;
    color: var( --e-global-color-text );
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #a8a8a8;
}
.fc-list-table .calendar-list-item:hover { text-decoration: none;}
.fc-list-table .calendar-list-img {
    flex: 0 0 130px;
}
.fc-list-table .calendar-list-img img  {}
.fc-list-table .event-content {}
.fc-list-table .event-title {
    font-family: var(--e-global-typography-primary-font-family);
    margin-bottom: 7px;
}
.fc-list-table .event-desc {
    padding-bottom: 10px;
}
.fc-list-table .event-desc p{}
.fc-list-table .event-date-time {}
.fc-list-table .event-date {
    font-size: 16px;
    padding: 0 0 0 30px;
    display: inline-block;
    position: relative;
}
.fc-list-table .event-date::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../png/calendar.png');
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0;
}
.fc-list-table .event-time {
    margin-left: 20px;
    font-size: 16px;
    padding: 0 0 0 30px;
    display: inline-block;
    position: relative;
}
.fc-list-table .event-time::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../png/clock.png');
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0;
}
.fc-list-table .event_type {
    flex-direction: column;
    display: flex;
    flex: 0 0 20px;
    margin-left: auto;
}
.fc-list-table .event-bgcolor {
    height: 20px;
    width: 20px;
    margin-bottom: 5px;
}


.woocommerce form .form-row{
    margin-bottom: 10px!important;
}
.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}
.woocommerce form .form-row label{
    font-family: var(--e-global-typography-accent-font-family);
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 0.42px;
  color: var(--e-global-color-primary);
  line-height: normal;
}
.woocommerce .input-text,.woocommerce .woocommerce-ordering select,
.address-field .select2-container--default .select2-selection--single{
    background-color: var(--blue-transparent-08) !important;
    border: 1px solid transparent;
  display: block;
  width: 100%;
  padding: 10px;
  color: var(--e-global-color-primary) !important;
  height: 46px;
  border-radius: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    padding: 0;
    color: var(--e-global-color-primary) !important;
    line-height: normal;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #002396 transparent transparent transparent;
}
body .woocommerce .button,.woocommerce-cart .wc-block-cart__submit-button,
body .woocommerce .woocommerce-MyAccount-content .wc-block-components-notice-banner__content .button,
body .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
body .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
    font-size: 18px!important;
    line-height: 1.5em!important;
  background-color: var( --e-global-color-primary )!important;
  border-style: solid!important;
  border-width: 1px 1px 1px 1px!important;
  border-color: var( --e-global-color-primary )!important;
  border-radius: 0px 0px 0px 0px!important;
  padding: 6px 24px 6px 24px!important;
  color: #fff!important;
  font-weight: bold;
  text-transform: uppercase!important;
    text-decoration: none!important;
    box-shadow: none!important;
    outline: none!important;
  font-family: var(--e-global-typography-accent-font-family)!important;
}

body .woocommerce .button:hover,.woocommerce-cart .wc-block-cart__submit-button:hover,
body .woocommerce .woocommerce-MyAccount-content .wc-block-components-notice-banner__content .button:hover,
body .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover,
body .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover{
    background-color: var( --e-global-color-97b5095 )!important;
    border-color: var( --e-global-color-97b5095 )!important;
    color: #fff;
}

.woocommerce-cart .wp-block-woocommerce-cart,.page-id-673 .woocommerce {
    padding-top: 50px;
}
.woocommerce-cart .wp-block-woocommerce-cart,.woocommerce-checkout .wp-block-woocommerce-checkout,
.page-id-673 .woocommerce  {
    max-width: 1624px;
    width: 100%;
    margin: 0 auto;
}
.wc-block-cart-items__header-image span,.wc-block-cart-item__wrap .wc-block-components-product-name{
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--e-global-color-primary);
}
.wc-block-cart-item__wrap .wc-block-components-product-name{
    font-size: 20px!important;
    text-decoration: none;
}
.wc-block-components-totals-coupon .wc-block-components-totals-coupon-link{
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 16px;
    color: var(--e-global-color-primary);
    text-decoration: none;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    color: #fff!important;
}
.wc-block-components-order-summary .wc-block-components-panel__button{
    padding-top: 5px!important;
    color: #fff!important;
    font-family: var(--e-global-typography-accent-font-family)!important;
    font-size: 18px!important;
}
.wc-block-checkout__terms a{
    color: var(--e-global-color-primary);
    text-decoration: none;
}
.woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding: 0;
} 
.woocommerce-MyAccount-navigation ul li a{
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 18px;
    color: var(--e-global-color-primary);
    text-decoration: none;
}
.wc-block-components-notice-banner__content,h2.woocommerce-loop-product__title{
    color: var(--e-global-color-primary)!important;
}

.woocommerce-MyAccount-content a{
    color: var(--black);
}
body .wc-block-components-notice-banner.is-info{
    border-color: var(--e-global-color-primary)!important;
    align-items: center;
}
body .wc-block-components-notice-banner.is-info > svg{
    background-color: var(--e-global-color-primary)!important;
}
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner > .wc-block-components-notice-banner__content,
.woocommerce-form-login-toggle .wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
    justify-content: flex-start;
    gap: 20px;
}

.woocommerce-form-login-toggle .showlogin,
.woocommerce-form-coupon-toggle .showcoupon {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
    gap: 8px;
    text-decoration: none;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: 500;
    text-transform: uppercase;
    color: var(--e-global-color-primary);
    font-size: 18px;
    letter-spacing: 0.36px;
}
.woocommerce-form-login-toggle .showlogin::before,
.woocommerce-form-coupon-toggle .showcoupon::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--e-global-color-primary);
    transition: all linear 0.1s;
}
.woocommerce-form-login-toggle .showlogin:hover::before,
.woocommerce-form-coupon-toggle .showcoupon:hover::before {
    transform: rotate(45deg);
}

.page-id-676 .woocommerce h2{
    text-align: center;
}
.woocommerce-form-login.login {
/*    max-width: 500px;*/
    width: 100%;
    margin: 2rem auto!important;
}
.woocommerce-LostPassword  a{
    color: var(--e-global-color-primary)!important;
    font-family: var(--e-global-typography-accent-font-family);
    text-decoration: none;
}

.event_type_color{
    display: flex;
    flex-wrap: wrap;
}
.event_type_color .event_cat{
    font-size: 18px;
    font-weight: 700;
    font-family: var(--e-global-typography-accent-font-family);
    margin: 0 20px 0 0;
    position: relative;
    padding: 0 0 0 26px;
    text-transform: uppercase;
}
.event_type_color .event_cat::before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
}

@media screen and (max-width:1679px){
.event_type_color .event_cat {
    font-size: 15px;
    margin: 0 15px 0 0;
    padding: 0 0 0 20px;
}
.event_type_color .event_cat::before {
    width: 15px;
    height: 15px;
}
}

.event_type_color .event_cat.event_conferences{
    color: #62B5E5;
}
.event_type_color .event_cat.event_awards{
    color: #DAAA00;
}
.event_type_color .event_cat.event_events{
    color: #C6007E;
}

.event_type_color .event_cat.event_conferences::before{
    background-color: #62B5E5;
}
.event_type_color .event_cat.event_awards::before{
    background-color: #DAAA00;
}
.event_type_color .event_cat.event_events::before{
    background-color: #C6007E;
}

.event_type_color .event_cat:last-child{
    margin-right: 0;
}


.single-product .product.type-product{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.single-product .product.type-product .woocommerce-product-gallery{
    width: 30%;
}
.single-product .product.type-product .summary.entry-summary{
    width: 70%;
    display: flex;
    flex-wrap: wrap;

}
.single-product .product.type-product .summary.entry-summary .product_info_col{
    width: 53%;
}
.single-product .product.type-product .summary.entry-summary .product_event_info{
    width: 47%;
    padding: 0 70px;
}
.woocommerce div.product form.cart { margin-top: 50px;}
.single-product .product_info_col .product_title{
    font-size: 32px;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    margin: 0 0 40px 0;
    line-height: 36px;
}
.product_event_info ul{
    list-style: none;
    padding: 30px 0;
    margin: 0 0 16px 0;
    border-top: 1px solid var( --e-global-color-text );
    border-bottom: 1px solid var( --e-global-color-text );
}
.product_event_info ul li{
    font-family:"Oswald", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.product_event_info ul li span { font-weight: 300;}
.woocommerce div.product form.cart .quantity{
    margin-right: 20px!important;
}
.woocommerce div.product form.cart .single_add_to_cart_button.button{
    border: 1px solid var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    margin: 0px!important;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 11px;
    width: auto;
    font-size: 18px;
    letter-spacing: 0.36px;
    margin-top: 20px;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    background-color: transparent!important;
}
.woocommerce div.product form.cart .single_add_to_cart_button.button::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: var(--e-global-color-accent);
    transition: all linear 0.1s;
    margin: 0 10px 0 0;
}
.woocommerce div.product form.cart .single_add_to_cart_button.button:hover::before{
    transform: rotate(45deg);
}
.single-product .product.type-product .summary.entry-summary .product_info_col img{
    margin-bottom: 20px;
}


.single-product .sponsor-logo-carousel--carousel-container .swiper-button-next::after,
.single-product .sponsor-logo-carousel--carousel-container .swiper-button-prev::after {
    display: none;
}

.contact-widget--contact-form p{
    margin: 0;
}


.product-sponsors {}
.product-sponsors .product-sponsor-list-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}
.product-sponsors .product-sponsor-logo {
}
.product-sponsors .product-sponsor-logo img { max-height: 150px;}
.product-sponsors {}





/* Banner */
.mainbanner-section{
    overflow: hidden!important;
}
.banner-block{
    position: absolute!important;
    top: 0;
    left: -226px;
    background-color: rgba(255, 255, 255, 0.86);
    width: 100%!important;
    max-width: 1137px!important;
    height: calc(100% + 58px)!important;
    transform: rotate(-24deg);
}
.mainbanner-section .e-con-inner{
    position: relative
}




@media screen and (max-width: 1679px){
    .woocommerce-cart .wp-block-woocommerce-cart,.woocommerce-checkout .wp-block-woocommerce-checkout,
    .page-id-673 .woocommerce {
        padding-right: 80px;
        padding-left: 80px;
    }


}
@media screen and (max-width: 1550px){

    /* Banner */
    .banner-block{
        top: -20px;
        left: -280px;
    }
}
@media screen and (max-width: 1199px){
    .event_type_color{
        width: 100%;
        margin: 10px 0 0 0!important;
    }
    .event_type_color .event_cat{
        font-size: 16px;
    }
    .fc .fc-daygrid-day-top .fc-daygrid-day-number{
        font-size: 12px;
    }
    .fc-daygrid-day-events .fc-event{
        width: 10px;
        height: 10px;
    }

    .single-product .product.type-product .summary.entry-summary .product_event_info{
        padding: 0 30px;
    }

    /* Banner */
    .banner-block{
        top: -20px;
        left: -230px;
    }
}
@media screen and (max-width: 991px){
    .single-product .product.type-product{
        flex-direction: row;
    }
    .single-product .product.type-product .woocommerce-product-gallery{
        width: 30%;
    }
    .single-product .product.type-product .summary.entry-summary{
        width: 70%;
        padding: 0 0 0 30px;
    }
    .single-product .product.type-product .summary.entry-summary .product_info_col{
        width: 100%;
    }
    .single-product .product.type-product .summary.entry-summary .product_event_info{
        width: 100%;
        padding: 0;
    }
    .header-main--breadcrumb .main-cart {
        min-width: auto;
    }
    .header-main--breadcrumb .logout-btn {
        padding: 0;
        width:auto;
    }

}
@media screen and (max-width: 768px){
    .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm{
        --bs-gutter-x: 2rem;
    }

    .woocommerce-cart .wp-block-woocommerce-cart,.woocommerce-checkout .wp-block-woocommerce-checkout,
    .page-id-673 .woocommerce {
        padding: 30px 15px;
    }

    .fc .fc-toolbar-title{
        font-size: 25px;
    }
    .fc .fc-list-sticky .fc-list-day > *{
        z-index: 11;
    }
    .fc .fc-view-harness{
        min-height: 350px!important;
    }
    .fc .fc-list .fc-scroller{
        overflow-y: auto!important;
    }
    .fc-theme-standard .fc-list-day .fc-list-day-cushion{
        background: #eff1f2 !important;
        color: var(--black)!important;
    }
    .fc-footer-toolbar .fc-button{
        font-size: 14px;
        padding-left: 20px;
    }
    .fc-footer-toolbar .fc-button::before{
        width: 15px;
        height: 15px;
    }

  
    .fc .fc-daygrid-day-frame{
        height: 45px;
    }
    .fc-theme-standard td, .fc-theme-standard th{
        font-size: 14px;
    }
    .fc .fc-list-event-dot{
        border-width: 8px;
    }
}
@media screen and (max-width: 767px){
    .table-data{
        overflow-x: scroll;
    }
    .table-data table{
        width: 800px;
    }

    .post-single-title{
        font-size: 30px;
        line-height: 35px;
    }
    .post-single-subtitle{
        font-size: 20px;
    }

    .membership-mobilebg{
        background-image: linear-gradient(90deg, #009CA626 100%, #FFFFFF 50%)!important;
    }
    .nextgen-bg{
        background-image: linear-gradient(90deg, #009CA6 100%, #FFFFFF 50%)!important;
    }

    .image-box-mg .elementor-image-box-img{
       /* width: 100%!important;*/
        margin-bottom: 20px!important;
    }
    .image-box-mg .elementor-image-box-img img{
        width: 100%!important;
        max-width: 100%!important;
    }
    .image-box-small .elementor-image-box-img{
        margin-bottom: 15px!important;
    }


    .fc .fc-toolbar-title{
        font-size: 25px;
        position: static;
        margin-top: 10px;
        width: 100%;
    }

    .single-product .product.type-product{
        flex-direction: column;
    }
    .single-product .product.type-product .woocommerce-product-gallery{
        width: 100%;
    }
    .single-product .product.type-product .summary.entry-summary{
        width: 100%;
        padding: 10px 0 0 0px;
    }
    .single-product .product.type-product .summary.entry-summary .product_info_col{
        width: 100%;
        margin-bottom: 20px;
    }
    .single-product .product.type-product .summary.entry-summary .product_event_info{
        width: 100%;
        padding: 0;
    }

    .single-product .product_info_col .product_title{
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    /* Banner */
    .banner-block{
        top: -0px;
        left: -15px;
        width: calc(100% + 30px) !important;
        max-width: calc(100% + 30px)!important;
        height: 100%!important;
        transform: rotate(0)!important;
    }
}

/************/
.membership_qa_wrap {}
.membershi_qa,
.show_price_text {
    padding: 15px 20px;
    font-family: "Oswald", Sans-serif;
    color: var( --e-global-color-primary );
    border: 1px solid var( --e-global-color-primary );
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    display: block;
}
.show_price_text:empty {
    display: none;
  }
.membership_qa_wrap .btn_group input[type="radio"] {
    display: none;
}
.membership_qa_wrap .btn_group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.membership_qa_wrap .btn_group input[type="radio"] + label {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.5em;
    background-color: var( --e-global-color-primary );
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-primary );
    border-radius: 0px 0px 0px 0px;
    padding: 6px 24px 6px 24px;
    font-family: "Oswald", Sans-serif;
    min-width: 150px;
    text-align: center;
}
.membership_qa_wrap .btn_group input[type="radio"]:checked + label {
    background-color: #002396;
}
.membership_qa_wrap .btn_group input[value="yes"] + label:hover {color: #17c210;}
.membership_qa_wrap .btn_group input[value="no"] + label:hover {color: #f00b0b;}
.contact-message {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.contact-message .message-text {
    font-size: 15px;
}
.contact-message .button--read-more {
    min-width: 220px;
    width: auto;
    margin: 0;
}
#submit_price .button--fill-icon:hover {
    background-color: var(--orange) !important;
    border-color: var(--orange) !important;
    color: var(--e-global-color-secondary) !important;
}

.fc-list-day {
    display: none;
}


/******* Membership Directory *********/
.members-directory--title {
    font-size: 24px;
}
#alm-filters-membershipdirectory .alm-filter,
#alm-filters-membershipdirectory .alm-filters--controls {
    margin-top: 48px;
}
#alm-filters-membershipdirectory .alm-filter--inner {
    padding:0px;
}
.members-directory--input,
#alm-filters-membershipdirectory .textfield  {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 0;
    height: auto;
    line-height: 1.15;
    outline: 0;
    padding: 15px;
    color: var(--e-global-color-primary);
    text-transform: uppercase;
    font-family: var(--e-global-typography-accent-font-family);
}
#alm-filters-membershipdirectory .textfield  {line-height: 1.6;}
.members-directory--input::placeholder,
#alm-filters-membershipdirectory .textfield::placeholder {
    color: var(--e-global-color-primary);
    font-weight: 500;
}

#alm-filters-membershipdirectory #alm-filter-2 {
    display: inline-flex;
    width: calc(50% - 8px);    
}
#alm-filters-membershipdirectory #alm-filter-3 {
    display: inline-flex;
    width: calc(50% - 16px);
    margin-left: 20px;
}
#alm-filters-membershipdirectory #alm-filter-2,
#alm-filters-membershipdirectory #alm-filter-3 {
    background-color: var(--white) !important;
    padding: 10px 10px;
    font-family: var(--e-global-typography-accent-font-family);
    color: var(--e-global-color-primary);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    border: 0px;
    border-radius: 0;    
}
#alm-filters-membershipdirectory #alm-filter-2 .alm-filter--select,
#alm-filters-membershipdirectory #alm-filter-3 .alm-filter--select {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
#alm-filters-membershipdirectory #alm-filter-2 .alm-filter--inner,
#alm-filters-membershipdirectory #alm-filter-3 .alm-filter--inner {
    width: 100%;
    padding: 0;
}
#alm-filters-membershipdirectory .alm-filter label {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    display: block;
    margin:0px;
    cursor: pointer;
}
#alm-filters-membershipdirectory .alm-filter--select select {
    padding: 5px;
    font-size: 18px;
    color: var(--e-global-color-primary);
    flex: 1;
}
#alm-filters-membershipdirectory .alm-filters--submit {
    margin: 0;
}
#alm-filters-membershipdirectory button.alm-filters--button {
    font-size: 18px;
    line-height: 1.6em;
    background-color: var( --e-global-color-primary );
    padding: 6px 24px 6px 24px;
    border-radius: 0px 0px 0px 0px;
    display: inline-flex;
    align-items: center;
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-accent-font-family);
    fill: #fff;
    text-align: center;
    transition: all .3s;
    text-transform: uppercase;
}
#alm-filters-membershipdirectory button.alm-filters--button::before {
    content: '';
    display: inline-block;
    background-color: var(--e-global-color-secondary) !important;
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
#alm-filters-membershipdirectory button.alm-filters--button:hover {
    background-color: var(--e-global-color-accent) !important;
    border-color: var(--e-global-color-accent) !important;
    color: var(--e-global-color-secondary) !important;
}

@media screen and (max-width: 819px) { 
    #alm-filters-membershipdirectory .alm-filter, #alm-filters-membershipdirectory .alm-filters--controls {
        margin-top: 15px;
    }
    #alm-filters-membershipdirectory #alm-filter-2 {
        display: block;
        width:100%;    
    }
    #alm-filters-membershipdirectory #alm-filter-3 {
        display: block;
        width:100%;
        margin-left:0px;
    }
}

/* custom dropdown */
.members-directory--custom-select
 {
    position: relative;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    z-index: 100;
  }
  
  .members-directory--custom-select--button {
    width: 100%;
    background-color: transparent;
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-accent-font-family);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 10px;
    border: 0px;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  
  .members-directory--custom-select--value {
    text-align: left;
  }
  
  .members-directory--custom-select--arrow {
    position: relative;
    height: 22px;
    width: 22px;
    transition: transform ease-in-out 0.3s;
  }
  .members-directory--custom-select--arrow::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 11;
    display: block;
    width: 11px;
    height: 11px;
    border-top: 2px solid var(--e-global-color-primary);
    border-left: 2px solid var(--e-global-color-primary);
    top: 5px;
    transform: rotate(225deg);
  }

  .members-directory--custom-select--dropdown {
    position: absolute;
    list-style: none;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    outline: 1px solid var(--e-global-color-primary);
    border-radius: 0;
    padding: 0px;
    margin-top: 0px;
    max-height: 0px;
    overflow-y: auto;
    transition: 0.5s ease;
    opacity: 0;
    visibility: hidden;
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-accent-font-family);
  }
  
  .members-directory--custom-select--dropdown li {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
  }
  
  .members-directory--custom-select--dropdown li label {
    width: 100%;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    gap: 0;
    align-items: flex-start;
  }
  
  .members-directory--custom-select--dropdown::-webkit-scrollbar {
    width: 7px;
  }
  .members-directory--custom-select--dropdown::-webkit-scrollbar-track {
    background: var(--e-global-color-secondary);
    border-radius: 25px;
  }
  
  .members-directory--custom-select--dropdown::-webkit-scrollbar-thumb {
    background: var(--e-global-color-secondary);
    border-radius: 0;
  }
  
  .members-directory--custom-select--dropdown li:hover,
  .members-directory--custom-select--dropdown input:checked ~ label {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
  }
  
  .members-directory--custom-select--dropdown input:focus ~ label {
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
  }
  
  .members-directory--custom-select--dropdown input[type="radio"] {
    position: absolute;
    left: 0;
    opacity: 0;
  }
  
  /* interactivity */
  .members-directory--custom-select.active .members-directory--custom-select--arrow {
    transform: rotate(180deg);
  }
  
  .members-directory--custom-select.active .members-directory--custom-select--dropdown {
    opacity: 1;
    visibility: visible;
    max-height: 200px;
    z-index: 2;
  }

  .members-directory--detail {
    padding: 15px;
  }
  .members-directory--detail label {
    display: block;
    font-family: var(--e-global-typography-accent-font-family);
    color: var(--e-global-color-primary);
    font-weight: 600;
    letter-spacing: 0.896px;
    margin-bottom: 30px;
  }


#alm-filters-membershipdirectory {}
#alm-filters-membershipdirectory .alm-filter--text-wrap.has-button button[type=button] { display: none;}



  /*******/
  .members-directory-profile--heading {
    display: block;
    font-family: var(--e-global-typography-accent-font-family);
    color: var(--e-global-color-primary);
    font-weight: 600;
    letter-spacing: 1.792px;
    margin-bottom: 30px;
    font-size: 32px;
}
.members-directory-profile--sub-heading {
    font-family: var(--e-global-typography-accent-font-family);
    color: var(--e-global-color-primary);
    font-weight: 600;
    letter-spacing: 1.344px;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.members-directory-profile--content {
    font-family: var(--e-global-typography-accent-font-family);
    color: var(--e-global-color-primary);
    font-weight: 400;
    letter-spacing: 1.344px;
    font-size: 24px;
    text-decoration: none;
}

.alm-filters-container .alm-filters-edit { display: none !important;}

/***** Search Result ****/
.search_result_page {}
.search_result_page .search-item {
    padding: 5px 10px;
    margin-bottom: 10px;
}
.search_result_page .search-item .search_item_link {
    cursor: pointer;
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-accent-font-family);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-size: 20px !important;
    text-decoration: none;
}
.search_result_page .search-item .search_item_link:hover {
    color: var(--e-global-color-primary);
}
.custom-table-data h3{
	color: #000;
	text-align: center;
	margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: 700;
}
.custom-table-data h3 a{
	color: #2f73b4;
	text-decoration: underline;
}
.custom-table-data table{
	max-width: 800px;
	width: 100%;
	margin:40px auto;
    border:1px solid #000;
}
.custom-table-data table td{
	font-size: 20px;
    font-weight: 500;
    border: 1px solid #000;
    padding: 15px 15px;
}
.custom-table-data table th{
    border: 1px solid #000;
    padding: 15px 15px;
    font-size: 22px;
    font-weight: 700;
}
.custom-table-data h2{
    text-align: center;
    color: #777777;
}
.custom-table-data h2 a{
    text-align: center;
    color: #3476b6;
    text-decoration: underline;
}
.custom-table-data h4{
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 30px 0;
}
.custom-table-data h5{
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: 500;
}
.custom-table-data h5 a{
    color: #3476b6;
}


@media (min-width: 992px) and (max-width: 1199.98px){
    .custom-table-data h2 {
        font-size: 26px;

    }
    .custom-table-data table th{
        font-size: 18px;
    }
    .custom-table-data table td {
        font-size: 16px;
    }
    .custom-table-data h3{
        font-size: 20px;
    }
    .custom-table-data h4 {
        font-size: 20px;
    }
    .custom-table-data h5{
        font-size: 18px;
    }





}

@media (min-width: 768px) and (max-width: 991px){
    .custom-table-data table th{
        font-size: 14px;
        padding: 10px 10px;
    }
    .custom-table-data table td {
        font-size: 16px;
        padding: 10px 10px;
    }
    .custom-table-data h2{
        font-size: 22px;
    }
    .custom-table-data h3{
        font-size: 18px;
    }
    .custom-table-data h4{
        font-size: 16px;
    }
    .custom-table-data h5{
        font-size: 18px;
    }
}
@media (min-width: 320px) and (max-width: 767px){
    .custom-table-data table {
        max-width: 100%;
    }
    .custom-table-data table th{
        font-size: 14px;
        padding: 10px 10px;
    }
    .custom-table-data table td {
        font-size: 12px;
        padding: 10px 10px;
    }
    .custom-table-data h2{
        font-size: 16px;
    }
    .custom-table-data h3{
        font-size: 16px;
    }
    .custom-table-data h4{
        font-size: 16px;
    }
    .custom-table-data h5{
        font-size: 16px;
    }
    .accordion-tab-content-widget .tab-content{
        padding: 20px;
    }






}
@media (min-width: 576px) and (max-width: 768px){

}


/****** Newsletter popup *******/

.newsletter-signup {
    font-family: var(--e-global-typography-text-font-family);
    color: var(--e-global-color-text);
}
.newsletter-signup--header {
    position: relative;
    display: flex;
    column-gap: 100px;
    align-items: flex-end;
}
@media screen and (max-width: 1199.98px) {
    .newsletter-signup--header {
        column-gap: var(--widgets-spacing);
        row-gap: var(--widgets-spacing);
        flex-flow: column;
        align-items: flex-start;
    }
}
.newsletter-signup--title {
    color: var(--e-global-color-primary);
    text-transform: none;
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 0;
}
.newsletter-signup--close {
    position: absolute;
    top: 0;
    right:0;
    background-color: transparent!important;
    border: 1px solid var(--e-global-color-primary);
    width: 40px;
    height: 40px;
    transition: all 0.2s ease-in-out;
    padding: 3px!important;
}

.newsletter-signup--close img {
    width: 100%;

}
.newsletter-signup--close:hover, .newsletter-signup--close:hover img {
    opacity: 1;
}

.newsletter-signup--heading {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 30px;
    margin-bottom: 20px;
}
.newsletter-signup--heading-large {
    margin-bottom: 30px;
}
.newsletter-signup--input {
    background-color: transparent;
    border: 1px solid transparent;
    font-family: var(--e-global-typography-accent-font-family);
    display: block;
    width: 100%;
    padding:10px;
}
.newsletter-signup--label {
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 0.42px;
    color: var(--e-global-color-primary);
}
.newsletter-signup .wpcf7-checkbox .wpcf7-list-item-label { display: none;}
.newsletter-signup .wpcf7-checkbox .wpcf7-list-item { margin: 0;}
.newsletter-signup--login-reset {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-accent-font-family);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-size: 18px;
    display: block;
}
.newsletter-signup--preferences-container {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.newsletter-signup--preferences h4 {
  font-family: var(--e-global-typography-accent-font-family);
  color: var(--e-global-color-text);
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.newsletter-signup--table th, .newsletter-signup--table td {
  padding: 0;
}

.newsletter-signup--table-label {
  font-family: var(--e-global-typography-accent-font-family);
  color: var(--e-global-color-text);
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.newsletter-signup--table-label-light {
  font-family: var(--e-global-typography-accent-font-family);
  color: var(--e-global-color-text);
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}

/* custom dropdown */
.newsletter-signup-custom-select {
    position: relative;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    z-index: 100;
  }
  
  .newsletter-signup-custom-select--button {
    width: 100%;
    background-color: transparent;
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 10px;
    border: 0px;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  .newsletter-signup-custom-select--button p {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin: 0;
  }
 
  .newsletter-signup-custom-select--value {
    text-align: left;
  }
  
  .newsletter-signup-custom-select--arrow {
    position: relative;
    height: 22px;
    width: 22px;
    transition: transform ease-in-out 0.3s;
  }
  .newsletter-signup-custom-select--arrow::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 11;
    display: block;
    width: 11px;
    height: 11px;
    border-top: 2px solid var(--e-global-color-primary);
    border-left: 2px solid var(--e-global-color-primary);
    top: 5px;
    transform: rotate(225deg);
  }

  .newsletter-signup-custom-select--dropdown {
    position: absolute;
    list-style: none;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    outline: 1px solid var(--e-global-color-primary);
    border-radius: 0;
    padding: 0px;
    margin-top: 0px;
    max-height: 0px;
    overflow-y: auto;
    transition: 0.5s ease;
    opacity: 0;
    visibility: hidden;
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-accent-font-family);
  }
  
  .newsletter-signup-custom-select--dropdown li {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
  }
  
  .newsletter-signup-custom-select--dropdown li label,
  .newsletter-signup-custom-select--dropdown .wpcf7-radio .wpcf7-list-item-label{
    width: 100%;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    gap: 0;
    align-items: flex-start;
  }

  .newsletter-signup-custom-select--dropdown .wpcf7-radio label,
  .newsletter-signup-custom-select--dropdown .wpcf7-radio .wpcf7-list-item-label {
    width: 100%;
    display: block;
  }
  .newsletter-signup-custom-select--dropdown .wpcf7-radio .wpcf7-list-item  {
    margin: 0;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
  }
  
  .newsletter-signup-custom-select--dropdown::-webkit-scrollbar {
    width: 7px;
  }
  .newsletter-signup-custom-select--dropdown::-webkit-scrollbar-track {
    background: var(--e-global-color-secondary);
    border-radius: 25px;
  }
  
  .newsletter-signup-custom-select--dropdown::-webkit-scrollbar-thumb {
    background: var(--e-global-color-secondary);
    border-radius: 0;
  }
  
  .newsletter-signup-custom-select--dropdown li:hover,
  .newsletter-signup-custom-select--dropdown .wpcf7-radio .wpcf7-list-item:hover .wpcf7-list-item-label,
  .newsletter-signup-custom-select--dropdown input:checked ~ label,
  .newsletter-signup-custom-select--dropdown .wpcf7-radio input:checked ~ .wpcf7-list-item-label {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
  }
  
  .newsletter-signup-custom-select--dropdown input:focus ~ label,
  .newsletter-signup-custom-select--dropdown .wpcf7-radio input:focus ~ .wpcf7-list-item-label {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
  }
  
  .newsletter-signup-custom-select--dropdown input[type="radio"] {
    position: absolute;
    left: 0;
    opacity: 0;
  }
  
  /* interactivity */
  .newsletter-signup-custom-select.active .newsletter-signup-custom-select--arrow {
    transform: rotate(180deg);
  }
  
  .newsletter-signup-custom-select.active .newsletter-signup-custom-select--dropdown {
    opacity: 1;
    visibility: visible;
    max-height: 200px;
    z-index: 2;
  }




.newsletter-widget-modal .modal-dialog {
    max-width: 1640px;
    width: 95%;
}

.newsletter-widget-modal .custom-widgets--container{
    padding-top: 0;
    padding-bottom: 0;
}
.newsletter-widget-modal .modal-body{
    position: relative;
    padding: 50px;
}
.newsletter-widget-modal .btn-close{
    position: absolute;
    top: -15px;
    right: -15px;
    border: none!important;
    padding: 20px;
    border-radius: 100px;
    opacity: 1;
    color: #000!important;
    background-color: #fff!important;
    display: block!important;
    filter: none;
    background-size: 20px;
}



.woocommerce-account nav.woocommerce-MyAccount-navigation {
    display: none;
}

.woocommerce-account  .woocommerce-MyAccount-content {
    width: 100% !important;
}


@media screen and (max-width: 1199px){
    .newsletter-widget--title{
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 991px){
    .newsletter-widget-modal .modal-body{
        padding: 30px 10px;
    }
}


@media screen and (max-width: 767px){
    .newsletter-widget--title{
        margin: 15px 0;
    }
}

/**************/
.left-tabs {}
.left-tabs.elementor-widget-n-tabs .e-n-tabs-heading {
    justify-content: flex-start;
}
.left-tabs.elementor-widget-n-tabs .e-n-tab-title {
    justify-content: space-between !important;
    font-family: "Oswald", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    line-height: 30px;
    padding: 5px 0;
    font-size: 20px;
    color: var(--e-global-color-primary) !important;
    background: none !important;
    flex-direction: row-reverse;
    border: none;
}
.left-tabs.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-title-text {font-size: 20px;}

.left-tabs.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg { display: none;}
.left-tabs.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
    background-image: url('../svg/icon-plus.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}
.left-tabs.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon {
    background-image: url('../svg/icon-minus.svg');
}

.left-tabs.elementor-widget-n-tabs .e-n-tabs-content {
    border: 1px solid #000C33;
    padding: 30px;
}

select#meta-select-2 option#select-Unknown, select#meta-select-3 option#select-Unknown {
    display: none;
}


@media screen and (max-width: 767px){
    .left-tabs.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
        background-image: url('../svg/icon-plus-blue.svg');
        width: 25px;
        height: 25px;
    }
    .left-tabs.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon {
        background-image: url('../svg/icon-minus-blue.svg');
    }
}


/****CUSTOM CALENDAR****/
@media (min-width: 992px) and (max-width: 1199.98px){
    .page-id-1420 #calendar .fc-listMonth-view{
            padding: 20px 10px 10px 10px;
        }
        .page-id-1420 #calendar .calendar-list-img{
                flex: 0 0 95px;
        }
        
    .page-id-1420 #calendar	.fc-list-table .calendar-list-item{
            gap: 10px;
        }
        
    .page-id-1420 #calendar	.fc-list-table .event-date::before{
            width: 18px;
      height: 18px;
        }
        
    .page-id-1420 #calendar	.fc-list-table .event-date {
            font-size: 14px;
      padding: 0 0 0 25px;
        }
    .page-id-1420 #calendar	.fc-list-table .event-time::before {
            width: 18px;
        height: 18px;
        }
        .fc-list-table .event-time {
            margin-left: 10px;
        }
        .page-id-1420 #calendar .fc-list-table .event-time {
            font-size: 14px;
            padding: 0 0 0 25px;
            }
        .page-id-1420 #calendar .event-desc{
            font-size: 14px;
        }
        .page-id-1420 #calendar	.fc-list-table .event-title {
      margin-bottom: 7px;
    }
        .page-id-1420 #calendar	.fc .fc-view-harness {
        min-height: 500px !important;
      }

    }

    
    
    @media (min-width: 768px) and (max-width: 991px){
            .page-id-1420 #calendar .fc-listMonth-view{
            padding: 20px 10px 10px 10px;
        }
        .page-id-1420 #calendar .calendar-list-img{
                flex: 0 0 95px;
        }
        
    .page-id-1420 #calendar	.fc-list-table .calendar-list-item{
            gap: 10px;
        }
        
    .page-id-1420 #calendar	.fc-list-table .event-date::before{
            width: 18px;
      height: 18px;
        }
        
    .page-id-1420 #calendar	.fc-list-table .event-date {
            font-size: 14px;
      padding: 0 0 0 25px;
        }
    .page-id-1420 #calendar	.fc-list-table .event-time::before {
            width: 18px;
        height: 18px;
        }
        .fc-list-table .event-time {
            margin-left: 0;
        }
        .page-id-1420 #calendar .fc-list-table .event-time {
            font-size: 14px;
            padding: 0 0 0 25px;
            }
        .page-id-1420 #calendar .event-desc{
            font-size: 14px;
        }
        .page-id-1420 #calendar	.fc-list-table .event-date-time {
      padding-top: 5px;
    }
        .page-id-1420 #calendar	.fc .fc-view-harness {
        min-height: 500px !important;
      }
        
        
        
        
        
    }
    @media (min-width: 320px) and (max-width: 767px){
        .page-id-206 .publication-download--title-content{
            padding-top: 30px;
        }
        .page-id-206 .publication-download--content-heading{
            padding-top:20px;
        }
        .page-id-1420 #calendar .fc-listMonth-view{
            padding: 20px 10px 10px 10px;
        }
        .page-id-1420 #calendar .calendar-list-img{
                flex: 0 0 95px;
        }
        
    .page-id-1420 #calendar	.fc-list-table .calendar-list-item{
            gap: 10px;
        }
        
    .page-id-1420 #calendar	.fc-list-table .event-date::before{
            width: 18px;
      height: 18px;
        }
        
    .page-id-1420 #calendar	.fc-list-table .event-date {
            font-size: 14px;
      padding: 0 0 0 25px;
        }
    .page-id-1420 #calendar	.fc-list-table .event-time::before {
            width: 18px;
        height: 18px;
        }
        .fc-list-table .event-time {
            margin-left: 0;
        }
        .page-id-1420 #calendar .fc-list-table .event-time {
            font-size: 14px;
            padding: 0 0 0 25px;
            }
        .page-id-1420 #calendar .event-desc{
            font-size: 14px;
        }
        .page-id-1420 #calendar	.fc-list-table .event-date-time {
      padding-top: 5px;
    }
        .page-id-1420 #calendar	.fc .fc-view-harness {
        min-height: 500px !important;
      }
        
    }
    @media (min-width: 576px) and (max-width: 768px){
    
    }

/****CUSTOM CALENDAR END****/

@media screen and (min-width: 992px){
    .left-tabs.elementor-widget-n-tabs .e-n-tabs-heading {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .left-tabs.elementor-widget-n-tabs .e-n-tabs-content {
        flex: 0 0 auto;
        width: 75%;
        margin-left: 8.33333333%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px){
    .left-tabs.elementor-widget-n-tabs .e-n-tabs {
        gap: 20px;
    }
    .left-tabs.elementor-widget-n-tabs .e-n-tabs-heading {
        flex: 0 0 auto;
        width: 25%;
    }
    .left-tabs.elementor-widget-n-tabs .e-n-tabs-content {
        flex: 0 0 auto;
        width: calc(75% - 20px);
    }

 }

@media screen and (min-width: 768px){
    .header-main--nav-container {
        margin-bottom: 30px;
    }
    .header-main--breadcrumb {
        margin-top: -25px;
        min-height: 25px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px){
    .header-main--breadcrumb {
        margin-top: -35px;
    }
    .header-main--nav-container {
        padding-bottom: 20px;
    }
}

/******** Event Archive single ************/

.about-circilarity-data .about-circilarity-title{
    margin: 0 0 40px 0;
}

.about-circilarity-text{
    font-size: 18px;
}
.about-circilarity-text .button--read-more{
    border: 1px solid var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    margin-bottom: 30px;
    display: inline-flex;
    padding: 5px 11px;
    width: auto;
}
.about-circilarity-text .button--read-more::before{
    background-color: var(--e-global-color-accent);
}
.about-circilarity-text .button--underline{
    display: table;
}
.about-circilarity-text .button--underline span{
    display: inline-block;
}

.about-circilarity-list ul{
    list-style: none;
    padding: 30px 0;
    margin: 0 0 16px 0;
    border-top: 1px solid var( --e-global-color-text );
    border-bottom: 1px solid var( --e-global-color-text );
}
.about-circilarity-list ul li{
    font-family:"Oswald", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.about-circilarity-image {border: 1px solid #f2f2f2;}
.about-circilarity-image img {max-width:100%;}
.single-events-crm-archive .sponsor-logo-carousel .swiper-button-next:after,
.single-events-crm-archive .sponsor-logo-carousel .swiper-button-prev:after { display: none; }

@media screen and (max-width: 991px){
    .about-circilarity-text{
        margin-bottom: 30px;
    }
    .about-circilarity-list ul{
        padding: 20px 0;
    }
}
@media screen and (max-width: 767px){
    .about-circilarity-list{
        padding: 40px 0;
    }
   
}

/**********/
.button--read-more {
    padding-left: 5px;
    padding-bottom: 5px;
}
.button--read-more:hover {
    color: var(--e-global-color-primary);
}
p.stock.in-stock {
    display: none;
}

.testimonial-carousel--content {
    font-style: italic;
}

/*********** LinkedIn Feed *********/
.widget-linkedin-feed .feed-item {
    margin-bottom: 2px !important;
}
.widget-linkedin-feed .feed-item .j-poster img { border-radius: 0 !important;}
.widget-linkedin-feed .feed-item .j-poster h3 {
    color: #002396;
    font-size: 18px !important;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
}
.widget-linkedin-feed .feed-item .j-poster .j-date { display: none;}
.widget-linkedin-feed .juicer-feed.modern .j-message {
    color: #000c33;
    line-height: 22px;
    font-size: 14px;
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
}
.widget-linkedin-feed .juicer-feed.modern .j-message .j-read-more {
    color: #002396;
    font-size: 14px !important;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 600;
}
.widget-linkedin-feed .juicer-feed.colors .j-meta a.j-social.j-linkedin,
.widget-linkedin-feed .juicer-feed.colored-icons .j-meta a.j-social.j-linkedin {
    color: #002396;
}
.widget-linkedin-feed .juicer-feed .j-linkedin-text-hover:hover:before {
    color: #002396;
}

.summary.entry-summary .product_info_col .external_link_button_cart {
    border: 1px solid var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    margin: 0px 0px 15px !important;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 11px;
    width: auto;
    font-size: 18px;
    letter-spacing: 0.36px;
    margin-top: 20px;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    background-color: transparent !important;
}

.summary.entry-summary .product_info_col .external_link_button_cart::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: var(--e-global-color-accent);
    transition: all linear 0.1s;
    margin: 0 10px 0 0;
}

.summary.entry-summary .product_info_col .external_link_button_cart:hover::before {
    transform: rotate(45deg);
}

body .j-overlay {
    padding-top: 30px;
    z-index: 9999;
    display: flex;
    padding-bottom: 30px;
    align-items: center;
}
body .j-post-overlay.juicer-feed .image {
    padding:25px 0 0 25px;
}

@media screen and (max-width: 767px){
body .j-post-overlay.juicer-feed .image {
    padding: 25px 25px 0 25px;
}
}
/**************/
/* Elementor widget image height 100% */
.img-h-100 {
    height: 100%;
}
.woocommerce-info::before {
    display: none;
}

.cky-btn-revisit{
	background-color: transparent !important;
  border: none !important;
}


.push-panel-widget-header .push-panel-widget--icon img {
    height: auto;
max-width: 100%;
border: none;
border-radius: 0;
box-shadow: none
}

.sponsor-logo-carousel .sponsor-logo img.sponsor-logo-img {
    max-height: 100px;
}

.page-id-206 .elementor-element.elementor-element-916b4af .search-full-width-widget {
    background-color: #A8AD00 !important;
}
.page-id-206 .elementor-element.elementor-element-916b4af .content_title {
    color: #FFFFFF !important;
}

/*
.fc-daygrid a.fc-event[title]:hover:after {
    content: attr(title);
    position: absolute;
    top: -100%;
    left: 0;
    background:#000000;
    color:#ffffff;
    padding:5px;
    font-size: 12px;
  }
  */

  select#meta-select-2 option#select-Student, select#meta-select-3 option#select-Student {
    display: none !important;
}


.notloggedintext p {
    line-height: 10px;
}

.notloggedintext {
    margin-top: 25px;
    margin-bottom: 25px;
}

/**
For reset filter button
*/
#alm-filters-membershipdirectory button.alm-filters--reset-button {
    font-size: 18px;
    line-height: 1.6em;
    background-color: var( --e-global-color-primary );
    padding: 6px 24px 6px 24px;
    border-radius: 0px 0px 0px 0px;
    display: inline-flex;
    align-items: center;
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-accent-font-family);
    fill: #fff;
    text-align: center;
    transition: all .3s;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    max-width: 100%;
    width: auto;
    height: 40px;
}
#alm-filters-membershipdirectory button.alm-filters--reset-button:hover {
    background-color: var(--e-global-color-accent) !important;
    border-color: var(--e-global-color-accent) !important;
    color: var(--e-global-color-secondary) !important;
}
#alm-filters-membershipdirectory button.alm-filters--reset-button::before {
    content: '';
    display: inline-block;
    background-color: var(--e-global-color-secondary) !important;
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
.research-report-item img.w-100.wp-post-image {
    height: auto;
}

/*CF7 waiting list*/

.waitform .wpcf7 p{
  margin-bottom: 0 !important;
}

.waitingform{display: none;}

.waitform .wpcf7 input[type="submit"] {
    display: block;
    background-color: var(--e-global-color-accent) !important;
    color: #fff !important;
    font-size: 18px;
    font-weight:700;
    font-family: "Oswald", sans-serif;
    text-transform:uppercase;
    line-height: 1.5em;
    border: 1px solid var(--e-global-color-accent) !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    padding: 6px 24px 6px 24px;
}
.waitform .wpcf7 input[type="submit"]:hover{
    background-color: var(--e-global-color-secondary) !important;
    color: var(--e-global-color-accent) !important;
    border: 1px solid var(--e-global-color-accent) !important;
}
.waitform .wpcf7-form.sent input[type="submit"] {
   display: none !important;
}

.atcb-container {
  text-align: center;
}

.add-to-calendar-button {
  --btn-background: #222 !important;
  --btn-text-color: #fff !important;
  --btn-hover-background: #333 !important;
}

.waitform .wpcf7 form.sent .wpcf7-response-output {
	background-color: #46b450;
	margin: 16px 0 0;
	padding: 14px 16px;
	border: 0;
	border-radius: 6px;
	color: white;
  font-weight: 600;
  text-align: center;
}

.waitform .wishlist-message{
  	border: 1px solid #46b450;
    margin: 16px 0 0;
    padding: 6px 8px;
    border-radius: 6px;
    color: #46b450;
    font-weight: 600;
    text-align: center;
}

.waitform .wpcf7 #waitinglist-form .wpcf7-spinner { display:none !important; }

.waitform .wpcf7 #waitinglist-form .cf7-spinner {
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0,0,0,.1);
  border-top-color: #f59e0b;
  border-radius: 50%;
  animation: cf7-spin .8s linear infinite;
  margin-top: 10px;
  margin-left: 10px;
}

@keyframes cf7-spin {
  to { transform: rotate(360deg); }
}

/* Show spinner while submitting */
.waitform .wpcf7 .submitting #waitinglist-form .cf7-spinner {
  display: inline-block !important;
}

/* submit button pointer while submitting */
.waitform .wpcf7 .submitting input[type="submit"],
.waitform .wpcf7 .submitting button[type="submit"] {
  opacity: .7;
  pointer-events: none;
}

.waitform input.wpcf7-form-control.wpcf7-submit {
    margin-bottom: 20px;
}

.wishlist-message {
    border: 1px solid #46b450;
    margin: 16px 0 0;
    padding: 6px 8px;
    border-radius: 6px;
    color: #46b450;
    font-weight: 600;
    text-align: center;
}