.elementor-kit-1{--e-global-color-primary:#0073BA;--e-global-color-secondary:#01804F;--e-global-color-text:#0A0A0A;--e-global-color-accent:#0073BA;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Roboto", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-kit-1 {
    font-family: Proxima N W01 Reg, sans-serif;
}

.click-pointer {cursor: pointer;}
.event-landing-description-column {
    height: 280px;
}

/* button with gradient text color */
.gradient-border-btn a{
    background-image: linear-gradient(81.22deg, #0071B8 28.08%, #00995E 86.76%, #00A04E 109.71%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

/*button with gradient border and cloud background */
.gradient-border-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 8px; 
    background: 
        linear-gradient(to right, white, white), 
        linear-gradient(81.22deg, #0071B8 28.08%, #00995E 86.76%, #00A04E 109.71%);
    background-clip: padding-box, border-box;
    margin:0px;
}
/* button hover: gradient background and cloud text */
.elementor-element.gradient-border-btn:hover {
    background: linear-gradient(81.22deg, #0071B8 28.08%, #00995E 86.76%, #00A04E 109.71%);
    box-shadow: 0px 4px 4px rgba(0, 113, 184, 0.25);
}
/* hover effect of white text */
main#agendtheme-content .agendtheme-content-inner:not(.agendtheme-content-inner__tribe) .gradient-border-btn a:hover {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #FFFFFF;
}

/* image with 8px round corner */
.round-corner-img img {
    border-top-left-radius: 8px!important;
    border-top-right-radius: 8px!important;
}

/* Blue gradient color text */
.blue-gradient-text {
    background: linear-gradient(180deg, #0083D6 0%, #0071B8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    }
    
/* AHRI gradient color text */
.ahri-gradient-text {
    background: linear-gradient(81.22deg, #0071B8 28.08%, #00995E 86.76%, #00A04E 109.71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/*GRADIENT BUTTON SELECT */
.gradient-border-btn-select {
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 8px; 
    background: linear-gradient(81.22deg, #0071B8 28.08%, #00995E 86.76%, #00A04E 109.71%);    background-clip: padding-box, border-box;
    margin:0px;
}

.gradient-border-btn-select span.elementor-button-content-wrapper {
    height: 0;
    margin-top: -205px;
    width:100px;
}

.gradient-border-btn-select a{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #FFFFFF;
    background: none !important;
}


/* IWD details icon margin 10 */
.icon-margin-top-10 svg.svg-inline--fa {
    margin-top:10px;
}

/* MENU BUTTONS - 2023-02-23 - to be moved into the Agend theme */
.agendtheme-menu-buttons .elementor-nav-menu--main ul {
    padding: 0;
}
.agendtheme-menu-buttons ul li+li {
    margin-top: 0 !important;
}
.agendtheme-menu-buttons a {
	font-size:19px;
    background-color: var(--at-button-background-color) !important;
    color: #fff !important;
    margin-bottom: 10px !important;
    padding-top: 13px !important;
    padding-bottom: 15px !important;
}
.agendtheme-menu-buttons ul li:last-of-type a {
    margin-right: 0 !important;
}
.agendtheme-menu-buttons a.elementor-item-active,
main#agendtheme-content .agendtheme-menu-buttons a:hover {
    background-color: #092760 !important;
    text-decoration: none !important;
}
main#agendtheme-content .agendtheme-menu-buttons a span:hover {
    text-decoration: none !important;
}/* End custom CSS */