/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ====================
   1. Variables & Imports
   ==================== */
:root {
  --tapp-shadow: 10px 10px 40px #E3E3E3;
  --tapp-shadow-small: 3px 3px 9px #e3e3e3;
  --tapp-transition: all .4s ease-in-out;
}

/* defaults to import */
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

/* ====================
   2. Reset & Defaults
   ==================== */
input, a, button, * { outline: none !important; } 
a, a svg { transition: var(--tapp-transition); }
body input[type=submit] { border: none; } 
img { vertical-align: top; }
.bg-set { background-position: center; background-size: cover; background-repeat: no-repeat; }

body ol, body ul { padding-left: 24px; }
body ol { padding-left: 17px; }
body ol li { padding: 5px 0; }
code, kbd, pre, samp { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; font-feature-settings: normal; font-variation-settings: normal; font-size: 1em;}

ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover { border-left: none; }


/* ====================
   3. Form Elements
   ==================== */
body select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url(images/down-arrow.svg); background-position: right center; background-repeat: no-repeat;  
  background-size: 36px auto; height: 60px; line-height: 60px; width: 100%; padding: 0 50px 0 20px !important; border: 1px solid #D3D3D3; border-radius: 8px 8px 8px 8px;  } 
body select:focus { border-color: var(--e-global-color-secondary); } 

body .elementor-button-link .elementor-button-content-wrapper span, body .elementor-button-link .elementor-button-content-wrapper svg { display: inline-block; vertical-align: middle;  } 

/* ====================
   4. Utility Classes
   ==================== */
body .text-center { text-align: center; }
body .bg-img { background-repeat: no-repeat; background-size: cover; background-position: center; }
body .facetwp-facet { margin: 0; }
.float-left { float: left; }
.w-100 { width: 100%; }
body .gallery-slider img { height: 200px; object-fit: cover; }
.no-result { padding: 40px 0 0; }

.list-style ul { margin: 0; padding: 0 0 25px; list-style: none; }
.list-style ul li { padding: 0 0 12px 25px; background: url(images/check.svg) no-repeat left 9px; background-size: 14px auto; }
 
@media (max-width: 767px) {
  body .text-m-center { text-align: center; }
}

/* ====================
   5. Gravity Forms
   ==================== */
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
body input:not([type="button"]):not([type="submit"]) { padding: 0 20px !important; height: 60px; line-height: 60px;  } 
body .gform_wrapper input[type=submit] { height: auto !important; background: var(--e-global-color-secondary); border-color: var(--e-global-color-secondary); }
body .gform_wrapper input[type=submit]:hover, body .gform_wrapper input[type=submit]:focus { background: none; color: var(--e-global-color-secondary); }
body .gform_wrapper input[type=checkbox], body .gform_wrapper input[type=radio] { height: auto !important; }

body .gform_wrapper textarea, body textarea { padding: 20px !important; height: 100px !important; }

body .ginput_container_consent { position: relative; padding-left: 25px; font-size: 16px; line-height: 24px; }
body .ginput_container_consent label:before { content: ''; border: 1px solid #E8E5E3; background: #fff; position: absolute; left: 0; top: 4px; width: 16px; height: 16px; border-radius: 2px;  } 
body .form-white .ginput_container_consent label:before { border-color: #fff; background-color: rgba(255, 255, 255, 0.32);  } 
body .ginput_container_consent input[type=checkbox]:checked + label:before { border-color: var(--e-global-color-primary); background: url(images/check-icon.svg) no-repeat center center var(--e-global-color-primary);  
}
body .form-white .ginput_container_consent input[type=checkbox]:checked + label:before { border-color: var(--e-global-color-secondary); background-color: var(--e-global-color-secondary);  } 
body .form-white .ginput_container_consent label { color: #fff !important; }
body .ginput_container_consent input { display: none; }
body .ginput_container_consent .gfield_required_text { display: none; }

@media (max-width: 767px) {
  body .gform_footer { display: block !important; text-align: center; }
}

/* ====================
   6. Slick Slider
   ==================== */
body .slick-slider { position: relative; width: 100%; }
body .slick-slider.slick-dotted { margin-bottom: 60px; }

body .slick-list { outline: none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0;  } 
body .slick-list:focus { outline: none; }
body .slick-list.dragging { cursor: pointer; cursor: hand; }
body .slick-slider .slick-track, 
body .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);  } 
body .slick-track { position: relative; top: 0; left: 0; display: block; }
body .slick-track:before, .slick-track:after { display: table; content: ''; }
body .slick-track:after { clear: both; }
body .slick-loading .slick-track { visibility: hidden; }
body .slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; }
body .slick-slide.slick-loading img { display: none; }
body .slick-slide.dragging img { pointer-events: none; }
body .slick-initialized .slick-slide { display: block; }
body .slick-loading .slick-slide { visibility: hidden; }
body .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
body .slick-arrow.slick-hidden { display: none; }

/* Slick Navigation */
body .slick-slider .slick-arrow, 
body .slick-arrow { z-index: 5; position: absolute; top: 50%; transform: translateY(-50%); display: inline-block; width: 70px; height: 70px; line-height: 70px; font-size: 0; cursor: pointer; padding: 0; outline: none !important; border: 1px solid rgba(0,0,0,0) !important; background: none !important; border-radius: 100%; left: 0;  
  text-align: center; box-shadow: none !important;  }   
body .slick-slider .slick-arrow svg path { fill: var(--e-global-color-secondary) !important;}
body .slick-slider .slick-arrow.slick-next { left: auto; right: 0; } 
body .slick-slider .slick-arrow:hover { background: #fff !important; color: var(--e-global-color-primary) !important; border-color: var(--e-global-color-primary) !important;  }  
body .slick-slider .slick-arrow.slick-disabled, body .slick-arrow.slick-disabled { display: none; }
body .slick-slider .slick-arrow:hover svg path { fill: var(--e-global-color-primary) !important; }
body .slick-slider .slick-arrow svg { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
body .post-slider .slick-arrow, body .event-slider .slick-arrow { top: -80px; transform: none; left: auto; right: 0; }
body .post-slider .slick-arrow.slick-prev { left: auto; right: 85px; } 
body .post-slider .slick-list, body .post-slider .slick-track, body .post-slider .slick-slide, body .post-slider .post-b { display: flex; }
body .post-slider .post-b { flex-wrap: wrap; }

@media (max-width: 767px) { 
  body .slick-slider .slick-arrow, body .slick-arrow {  width: 50px;  height: 50px;  line-height: 50px;  }
  body .post-slider, body .event-slider { padding-top: 50px; }
  body .post-slider .slick-arrow.slick-next,  body .event-slider .slick-arrow.slick-next { top: 0; right: auto;  left: 50%;  margin-left: 20px;  }
  body .post-slider .slick-arrow.slick-prev, body .event-slider .slick-arrow.slick-prev { top: 0; left: auto; right: 50%; margin-right: 20px;  }
}

/* Slick Dots */
body ul.slick-dots { margin: 0; padding: 0; list-style: none; position: absolute; bottom: -60px; left: 50%; width: auto;  
  transform: translateX(-50%); line-height: 0;  } 
body ul.slick-dots li { padding: 0 2px; display: inline-block; }
body ul.slick-dots li button { font-size: 0; width: 9px; height: 9px; min-width: 9px; min-height: 9px; padding: 0; border: none; background: #EBEBEB; vertical-align: top; border-radius: 20px;  } 
body ul.slick-dots li button:hover, body ul.slick-dots li.slick-active button { background: var(--e-global-color-primary); }

/* ====================
   7. FacetWP Styling
   ==================== */
.facetwp-pager { text-align: center; display: flex; justify-content: center; }
body .facetwp-facet-pagination .facetwp-page:not(.next):not(.prev) { display: inline-block; width: 40px; height: 40px; line-height: 40px; font-size: 16px; font-weight: 800; color: var(--e-global-color-5fb8402) !important; margin: 10px; vertical-align: middle; border-radius: 8px;  } 
body .facetwp-facet-pagination .facetwp-page:not(.next):not(.prev):hover,  .facetwp-facet-pagination .facetwp-page:not(.next):not(.prev).active { background: var(--e-global-color-primary); color: #fff !important; border-color: var(--e-global-color-secondary);  }  
body .facetwp-facet-pagination .facetwp-page.next, .facetwp-facet-pagination .facetwp-page.prev { display: flex; align-items: center; width: 62px; height: 62px; line-height: 60px; font-weight: 600; color: var(--e-global-color-primary); text-align: center; font-family: var(--e-global-typography-primary-font-family); color: var(--e-global-color-5fb8402); }   
body .facetwp-facet-pagination .facetwp-page.next:after,  .facetwp-facet-pagination .facetwp-page.prev:before { display: inline-block; content: ''; width: 20px; height: 20px; } 
body .facetwp-facet-pagination .facetwp-page.prev:before { background-image: url(images/left-arrow-hover.svg); background: url(images/left-arrow.svg) no-repeat center; margin-right: 5px; } 
body .facetwp-facet-pagination .facetwp-page.next:after { background-image: url(images/right-arrow-hover.svg); background: url(images/right-arrow.svg) no-repeat center; margin-left: 5px; }
body .facetwp-facet-pagination .facetwp-page.prev:hover:before { background-image: url(images/left-arrow-hover.svg); } 
body .facetwp-facet-pagination .facetwp-page.next:hover:after { background-image: url(images/right-arrow-hover.svg); }
body .facetwp-facet-pagination .facetwp-page.next:hover, body .facetwp-facet-pagination .facetwp-page.prev:hover { color: #A6A5A5; }
 
/* FacetWP Select */
body .fs-wrap { width: 100%; vertical-align: top; }
body .fs-label-wrap { background-color: #EDEDEE; border: none; font-size: 16px; border-radius: 32px; } 
body .fs-label-wrap .fs-label { padding: 0 60px 0 20px; height: 56px; line-height: 56px; }
body .facetwp-type-fselect { display: flex; }
body .fs-search { display: none; }
body .fs-dropdown { padding: 15px 0; border: none; margin-top: 10px; box-shadow: 0px 3px 10px rgba(168, 168, 168, 0.10); background-color: #fff; border: 1px solid #D3D3D3; border-radius: 12px; } 
body .fs-option:first-child { display: none; }
body .fs-option:first-child .fs-option-label:before { content: 'All '; }
body .fs-option { padding: 15px 20px; font-size: 14px; }
body .fs-option:hover, body .fs-wrap.single .fs-option.selected { background: var(--e-global-color-primary); color: #fff;  } 
body .fs-arrow { border: none; background: url(images/down-arrow.svg) no-repeat right center/35px auto; width: 35px; height: 10px; transform: none !important;  } 
body .fs-dropdown .fs-options { max-height: none; }

/* FacetWP Search */
body .facetwp-icon { display: none; }
body .facetwp-input-wrap { display: block; }
body input.facetwp-search:not([type="button"]):not([type="submit"]) { padding-right: 60px !important; background: #EDEDEE url(images/search2.svg) no-repeat right center; border: none; height: 56px; border-radius: 32px; } 
body .facetwp-facet select { background-color: rgba(0,0,0,0); }

/* FacetWP Team Filter */
body .team-filter .facetwp-radio { display: inline-block; padding-left: 0; margin: 0 10px; color: var(--e-global-color-primary); position: relative; background: none;  } 
body .team-filter .facetwp-radio:before { display: none; }
body .team-filter .facetwp-radio.checked { padding-left: 30px; color: var(--e-global-color-secondary);  } 
body .team-filter .facetwp-radio.checked:after { content: ''; position: absolute; left: 0; top: 13px; width: 24px !important; height: 1px !important; background: var(--e-global-color-secondary); border-radius: 0; } 
body .team-filter .facetwp-counter { display: none; }

@media (min-width: 768px) {
  body .team-filter .facetwp-facet { text-align: right; }
}

@media (max-width: 767px) {
  body .team-filter .facetwp-facet { text-align: center; } 
}

/* ====================
   8. Post & Content Styling
   ==================== */
body .post-box { padding: 20px 0; }
body .post-box .post-img { position: relative; height: 250px; background: #fff url(images/no-img.png) no-repeat center; border-radius: 16px 16px 0 0; } 
body .post-img img { vertical-align: top; height: 250px; object-fit: cover; width: 100%; border-radius: 16px 16px 0 0; } 
body .post-b { background: #F5F5F5; border-radius: 16px; width: 100%; }
body .post-boxes:not(.events-boxes) .post-b { padding: 5px; }

body .post-box .post-content { padding: 16px 16px 0; }
body .post-link { padding: 0 16px 20px; width: 100%; }
body .post-inner { width: 100%; }
body .post-content h4 { font-size: 20px; line-height: 32px; font-weight: var(--e-global-typography-5b0687a-font-weight); margin: 0; padding: 0 0 15px;  } 
.post-content h4 a { color: var(--e-global-color-5fb8402); }
.post-content h4 a:hover, .post-content h4 a:focus { color: var(--e-global-color-accent);  } 
.post-slider .post-box { padding: 15px; } 
body .related-top { padding-bottom: 15px; }

@media (min-width: 768px) {
  	body .post-boxes { margin: 0 -15px; display: flex; flex-wrap: wrap; }
  	body .post-boxes .post-box { padding: 15px; width: 25%; display: flex; }   
  	body .post-content a.read-link { min-width: 120px; }
	body .related-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
	body .post-b { display: flex; flex-wrap: wrap; align-content: space-between; }
}

@media (min-width: 768px) and (max-width: 1100px) {
	body .post-box .post-img { background-size: 90% auto; }
}
 
/* Button Styling */
body .elementor-button.button-small { font-size: 16px; line-height: 28px; font-weight: 600; padding: 10px 30px; } 

/* Events Calendar Styling */ 
body .events-main .elementor-container { display: block; padding: 0 10px; }
body #tribe-events-pg-template { max-width: none; padding: 0; margin: 0; }

.alignwide.tribe-events-view { margin: 0; }
.tribe-events-c-events-bar__views, body .tribe-events .tribe-events-c-search__input-control-icon-svg { display: none !important; }
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control { margin: 0; border: none; }
body .tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn.tribe-events-c-search__button, body .tribe-events .tribe-common-c-btn.tribe-events-c-search__button { font-size: 0 !important; background: url(images/search.svg) no-repeat center; background-position: 15px center; border: none; padding: 0; width: auto; width: 60px; height: 56px; position: absolute; left: auto; right: 0; top: 0; }
body .tribe-events-c-search__input-control input[type=text].tribe-events-c-search__input { background: none; border-radius: 40px; height: 56px; padding: 0 60px 0 20px !important; margin: 0; border: none !important; background-color: #EDEDEE !important; color: var(--e-global-color-46dcb01); } 
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__events-bar { max-width: 250px; position: relative; margin: 0; }
 
body .tribe-events .tribe-events-c-events-bar__search-button { padding: 8px 10px 0;}
body .tribe-events .tribe-common-c-btn.tribe-events-c-search__button { margin: 0; }
body .tribe-events .tribe-events-c-events-bar__search-form { position: relative; }

body .tribe-events .tribe-events-calendar-list-nav { border-top: 1px solid #EAECF0; padding: 20px 0 0; margin-top: 25px; }
body .tribe-events .tribe-events-c-nav__next, body .tribe-events .tribe-events-c-nav__prev { color: var(--e-global-color-primary); }
body .tribe-events .tribe-events-c-nav__next:after, body .tribe-events .tribe-events-c-nav__prev:before { content: ''; display: inline-block; width: 14px; height: 14px; transition: all .4s ease-in-out; }
body .tribe-events .tribe-events-c-nav__prev:before { background: url(images/prev.svg) no-repeat center; margin-right: 10px; } 
body .tribe-events .tribe-events-c-nav__next:after { background: url(images/next.svg) no-repeat center; margin-left: 10px; }
body .tribe-events .tribe-events-c-nav__next:hover:after { transform: translatex(6px); }
body .tribe-events .tribe-events-c-nav__prev:hover:before { transform: translatex(-6px); } 
body .tribe-events-c-search__input-control--location { display: none !important; }
body .tribe-filter-bar .tribe-filter-bar-c-clear-button { padding: 1px 8px 3px !important; }
body .select2-container--default .select2-selection--single { display: none; }

/*filter*/
body .tribe-events .tribe-events-c-events-bar__search-button, body .tribe-events-c-events-bar__filter-button-container button { border-radius: 10px !important;  height: 46px !important; padding: 8px 10px 0 !important; border: 2px solid var(--e-global-color-accent) !important; background: var(--e-global-color-accent) !important; }
body .tribe-events-c-events-bar__filter-button-container button { padding: 0 10px 0 !important; }
body .tribe-events .tribe-events-c-events-bar__search-button:hover, body .tribe-events-c-events-bar__filter-button-container button:hover { background: none !important; }
body .tribe-events .tribe-events-c-events-bar__search-button svg path, body .tribe-events-c-events-bar__filter-button-container button svg path { fill: #fff !important; }
body .tribe-events .tribe-events-c-events-bar__search-button:hover svg path, body .tribe-events-c-events-bar__filter-button-container button:hover svg path { fill: var(--e-global-color-accent) !important; }
body .tribe-events .tribe-common-c-btn.tribe-events-c-search__button { margin: 0; } 
body .tribe-events .tribe-events-c-events-bar__search-form { position: relative; }
body .tribe-events--filter-bar-horizontal.tribe-common--breakpoint-medium, body .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-slider-container { overflow: visible; }
body .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar { margin: 0; width: auto; }
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-header { padding-bottom: 20px; }
body .tribe-events .tribe-events-c-events-bar__search-container { background: none; }
body .tribe-events .tribe-events-header--has-event-search { z-index: 4 !important; }
body .tribe-events .tribe-filter-bar { margin-right: 25px !important; }
body .tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill { font-weight: 400 !important; font-size: 16px !important; color: var(--e-global-color-text); background: #EDEDEE url(images/down-arrow.svg) no-repeat right center !important; border: none; border-radius: 40px; padding: 0 60px 0 20px; height: 56px; line-height: 56px; color: var(--e-global-color-46dcb01); }

body .tribe-filter-bar .tribe-filter-bar-c-checkbox .tribe-common-form-control-checkbox__input { display: none !important; }
body .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-close { padding: 0; }
body .tribe-filter-bar .tribe-filter-bar-c-checkbox .tribe-common-form-control-checkbox__label, body .tribe-filter-bar .tribe-filter-bar-c-radio .tribe-common-form-control-radio__label { margin: 0; }
body .event-search * { font-family: var(--e-global-typography-text-font-family) !important; }
body .tribe-filter-bar .tribe-filter-bar-c-checkbox, body .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-legend { margin: 0 !important; }
body .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container { padding: 0; bottom: calc(var(--tec-spacer-4)*-1); width: 100%; border: none;  border-radius: 0; box-shadow: 0 4px 20px 10px rgba(0,0,0,0.05); }
body .tribe-filter-bar .select2-results__options { padding: 0 !important; }
body .tribe-filter-bar-c-filter__filter-fields .tribe-common-form-control-checkbox__label, body .tribe-filter-bar .select2-results__options li, body .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-legend { width: 100%; padding: 15px 20px 12px !important; font-size: 15px; line-height: 20px; }
body .tribe-filter-bar-c-filter__filter-fields .tribe-common-form-control-checkbox__label:hover, body .tribe-filter-bar .select2-results__options li:hover, body .tribe-filter-bar-c-checkbox input[type=checkbox]:checked + label, body .select2-container--default .select2-results__option--highlighted[data-selected]  { background: var(--e-global-color-primary); color: #fff !important; }
body .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill.tribe-filter-bar-c-filter--dropdown .tribe-filter-bar-c-filter__filter-fields { margin: 0 !important; }

body .tribe-filter-bar .tribe-filter-bar-c-pill--button.tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill { padding: 0 60px 0 20px; }
body .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle-wrapper { min-width: 154px; }
 
body .select2-container--default .select2-results>.select2-results__options { height: auto; }
body .tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__remove-button { display: none; }
body .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-container { width: 100%; }
body .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-slider-container { order: 2; }
body .tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill-label-colon, body .tribe-filter-bar .tribe-filter-bar-c-pill--button.tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill-selections { display: none; }
body .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar--has-selected-filters.tribe-filter-bar .tribe-filter-bar__actions { position: absolute; left: -80px; top: 12px; padding: 0; }
body .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-slider-wrapper { gap: 20px; }
body .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters { justify-content: space-between; }
body .tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-container--open .select2-selection { border-radius: 0; background: var(--e-global-color-primary); }
body .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-close-icon path { stroke: #333; }
body .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill { width: 100%; }
body .tribe-events .tribe-events-c-nav__list-item { width: auto; } 
body .tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__nav, body .tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__today-button { display: none !important; }
body .event-searchfilter .tribe-events-c-top-bar { margin: 0 !important; padding-right: 20px; }
body .event-searchfilter .tribe-events-c-top-bar__datepicker-input { height: 0 !important; }
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border { border: none; }

/*event listing*/
body .event-boxes .event-box { padding: 15px 0; }
body .event-box .event-content { display: flex; flex-wrap: wrap; background: #F5F5F5; border-radius: 0 0 16px 16px; padding: 15px; }
body a.event-link { display: flex; }
body .event-link svg { margin-left: 8px; }
body .event-box .event-content h4 { width: 100%; padding: 15px 0; font-size: 24px; line-height: 32px; }
body .event-box .event-content h4 a { color: var(--e-global-color-5fb8402); }
body .event-box .event-content h4 a:hover, body .event-box .event-content h4 a:focus { color: var(--e-global-color-accent); } 
body .event-box .event-img { border-radius: 16px 16px 0 0; background: #ECECEC; padding: 16px; }
body .event-box .event-img img { width: 100%; height: 320px; object-fit: cover; }
body .event-box .event-date { padding-left: 24px; background: url(images/calendar.svg) no-repeat left center; }


@media (min-width: 768px) { 
	body .tribe-events .tribe-events-c-events-bar__filter-button-container { display: none; }
	body .event-title-search { display: flex; align-items: center; width: 100%; padding-bottom: 30px; justify-content: space-between; }
	body .event-title { width: 40%; padding-right: 30px; }
	body .event-searchfilter { display: flex; justify-content: flex-start; }  
	 
	/*event listing*/
	body .event-box .event-content { border-radius: 0 16px 16px 0; width: 48%; padding: 24px 54px 24px 24px; }
	body .event-box .event-b  { display: flex; flex-wrap: wrap; align-items: center; }
	body .event-box .event-img { width: 52%; border-radius: 16px; }
	body .event-searchfilter .tribe-events-c-top-bar button.tribe-common-c-btn__clear { border-radius: 40px; height: 56px; background: #EDEDEE; border: none; color: #1B1F22; font-size: 16px; padding: 10px 20px; font-weight: 500; }
	body .event-searchfilter .tribe-events-c-top-bar button.tribe-common-c-btn__clear:before { content: 'Date:'; margin-right: 8px; }
}

@media (max-width: 767px) {  
	body .tribe-events .tribe-events-header { margin: 0; padding: 0; }
	body .event-title-search { width: 100%; display: flex; justify-content: space-between; padding-bottom: 20px; align-items: center; }
	body .tribe-events .tribe-events-c-events-bar__search-container { background: var(--e-global-color-primary);  }
	body .tribe-events .tribe-events-c-events-bar__search-button { border-radius: 5px; }
	body .tribe-filter-bar .tribe-filter-bar-c-filter__container { display: block !important; visibility: visible !important; }
	body .tribe-filter-bar-c-filter__toggle-wrapper { display: none !important; }
	body .tribe-filter-bar.tribe-filter-bar--horizontal { padding: 0 !important; }
	body .tribe-filter-bar__filters { box-shadow: 0px 2px 10px rgba(168, 168, 168, 0.20); }
	body .tribe-events .tribe-events-calendar-list-nav { display: flex; justify-content: center; }
	body .tribe-events .tribe-events-c-nav__list { width: auto; }
	body .event-searchfilter .tribe-events-c-top-bar button.tribe-common-c-btn__clear { font-size: 0; background: var(--e-global-color-primary) url(images/calendar-white.svg) no-repeat center; padding: 0; width: 30px; }
	
	body .event-box .event-content { justify-content: center; margin: 0 5px; }
	body .event-searchfilter .tribe-events-c-top-bar { padding-right: 0px; }
	body .event-searchfilter { width: 100px; display: flex; }
	body .tribe-events .tribe-events-c-events-bar__search-button { margin-right: 0; }
	body .tribe-events .tribe-events-c-top-bar__datepicker-container .dropdown-menu { min-width: 250px; left: auto !important; right: 20px; }
	body .datepicker-dropdown.datepicker-orient-left:after { left: auto; right: 72px; }
	body .datepicker-dropdown.datepicker-orient-left:before { left: auto; right: 71px; }
}


/* Category List */
body .cat-list { font-size: 0; }
body .cat-list a { border: 1px solid var(--e-global-color-accent); background: var(--e-global-color-accent); line-height: 20px; padding: 3px 12px; border-radius: 4px; font-size: 12px !important; margin: 2px 5px; display: inline-block !important; color: #fff; font-weight: 700; }  
body .cat-list a:hover, body .cat-list a:focus { background: none; color: var(--e-global-color-accent); }
body .cat-list a:first-child { margin-left: 0; }

/* Content Layout */
body:not(.elementor-page) .content-space { padding: 0 10px; }
body:not(.elementor-page) .content-main { padding: 50px 0; }
body:not(.elementor-page) .content-main > .elementor-container { max-width: 1140px; margin: 0 auto; padding: 0 10px;  } 

/* ====================
   9. Accessibility Improvements
   ==================== */
/* Ensure touch targets are large enough */
@media (max-width: 767px) {
    /* Increase button size for mobile */
    .elementor-button, input[type="button"], input[type="submit"], button { min-height: 44px; min-width: 44px; padding: 12px 16px; }
    
    /* Ensure adequate spacing between touch targets */
    .elementor-menu-toggle, .elementor-widget-icon a { padding: 12px; display: inline-block; }
    
    /* Prevent text from becoming too small */
    body, p, .elementor-widget-text-editor { font-size: 16px !important; line-height: 1.5 !important; }
}


.skip-link { position: absolute; top: -100px; left: 10px; background: #f1f1f1; color: #21759b; padding: 8px 15px; z-index: 9999; transition: top 0.3s ease; }
.skip-link:focus { top: 10px; outline: 2px solid #0056b3; }

/* Ensure there's a valid target for the skip link */
#content:focus { outline: none; }

/* Enhance focus visibility */
.elementor-nav-menu a:focus, .elementor-menu-toggle:focus, .menu-item a:focus { outline: 2px solid #0056b3 !important; outline-offset: 2px !important; text-decoration: underline !important; }

/* Prevent focus outline from being hidden */
/*.elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover, .elementor-nav-menu--main .elementor-nav-menu a.highlighted { text-decoration: underline !important; }*/

/* Make sure menu toggles are clearly visible when focused */
.elementor-menu-toggle:focus { box-shadow: 0 0 0 2px #0056b3 !important; }

body .header-slider.slick-dotted { margin: 0; }
body .header-slider.slick-dotted .slick-dots { z-index: 89; }
body .header-slider ul.slick-dots { margin: 0; bottom: 40px; }
body .header-slider ul.slick-dots li { padding: 0 7px; }
body .header-slider ul.slick-dots li button { background: #fff; }
body .header-slider ul.slick-dots li.slick-active button, body .header-slider ul.slick-dots li button:hover { background: #9F9F9F; }
body .header-bubble { position: absolute; top: 0; left: 0; height: 100%; display: flex; }
body .header-bubble > .elementor-container { width: 100%; } 

body .bubble-box { display: flex; }
body .bubble-box:not(.bubble-left) { justify-content: flex-end; }
body .bubble-box > div.elementor-container { margin: 0; }

body .uc_ac_box { padding: 17px 30px 13px; }
body .ue_heading_title { text-align: left; }

body .link-style a { font-weight: 500; text-decoration: underline; }
body .link-style a:hover { text-decoration: none; }
body .link-style .elementor-button { min-height: 0; }

/*footer*/
body .newsletter-form .gform_footer input[type=submit], body .registration-form .gform_footer input[type=submit] { margin: 0; border-radius: 10px; height: 40px !important; padding: 0 25px;  }
body .newsletter-form form { position: relative; }
body .newsletter-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { height: 52px; border-radius: 10px; border-color: var(--e-global-color-secondary); background: url(images/email-icon.svg) no-repeat 15px center; padding: 0 30px 0 50px !important; }
body .newsletter-form .gform_validation_errors { display: none !important; }

body .registration-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { height: 52px; border-radius: 10px; border-color: var(--e-global-color-secondary); }
body .registration-form .gform_footer input[type=submit] { height: 52px !important; min-width: 120px; }


@media (min-width: 768px) {
	body .newsletter-form .gform_footer, body .registration-form .gform_footer { margin: 0 !important; padding: 0 !important; }
	body .newsletter-form .gform_footer input[type=submit] { position: absolute; top: 6px; right: 6px; }
	body .newsletter-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { padding: 0 170px 0 50px !important; }
	body .registration-form .gform_footer input[type=submit] { position: absolute; top: 0; right: 0; }
	body .registration-form form { padding-right: 140px; position: relative; }
	
}

@media (max-width: 767px) {
  	body .footer-links ul li, body .footer-links ul li a {  display: block; text-align: center; }
	body .icon-list li { margin: 6px 10px !important; }
}

/*blog posts homepage*/
body .blog-postb { background: #F5F5F5; border-radius: 16px; }
body .blog-postimg img, body .blog-postimg { border-radius: 16px 16px 0 0; object-fit: cover; }
body .blog-postimg { background: url(images/no-img.png) no-repeat center; }
body .blog-postb h4 { font-size: 24px; line-height: 32px; margin: 0; padding: 0 0 15px; }
body .blog-postb h4 a { color: var(--e-global-color-5fb8402); }
body .blog-postb h4 a:hover, body .blog-postb h4 a:focus { color: var(--e-global-color-primary); }
body .blog-posttext { padding-bottom: 15px; }
body a.elementor-button.button-outline { background: none; color: var(--e-global-color-primary); font-weight: 700; }
body a.elementor-button.button-outline:hover, body a.elementor-button.button-outline:focus { background: var(--e-global-color-primary); color: #fff; }
body a.elementor-button.button-outline path { fill: var(--e-global-color-primary); }
body a.elementor-button.button-outline:hover path, body a.elementor-button.button-outline:focus path { fill: #fff; }

@media (min-width: 768px) {
	body .blog-posts, body .blog-post-right .blog-postb { display: flex; flex-wrap: wrap; }
	body .blog-posts > .blog-post, body .blog-post-right, body .blog-post-right .blog-postimg, body .blog-post-right .blog-postcontent { width: 50%; }
	body .blog-posts > .blog-post { padding-right: 10px; display: flex; }
	body .blog-post-right { padding-left: 10px; } 
	body .blog-posts > .blog-post .blog-postimg, body .blog-posts > .blog-post .blog-postimg img { height: 365px; }
	body .blog-post-right .blog-postimg { display: flex; } 
	body .blog-post-right .blog-postimg img { border-radius: 16px 0 0 16px; }
	body .blog-post-right .blog-post:not(:first-child) { padding-top: 15px; }
	body .blog-posts > .blog-post .blog-postcontent { padding: 50px 30px; }
	body .blog-post-right .blog-postcontent { padding: 24px 25px; }
}

@media (max-width: 767px) {
	body .blog-post { padding: 20px 20px 0; }
	body .blog-postimg img, body .blog-postimg { height: 250px; }
	body .blog-postcontent { padding: 20px 15px; }
}


/*sponsor*/
body .sponsor-box { padding-top: 24px; width: 100%; }
body .sponsor-logo { background: #F4F4F4; border-radius: 16px; height: 125px; display: flex; width: 100%; align-items: center; justify-content: center; padding: 15px 20px; }
body .sponsor-content { padding-top: 20px; color: var(--e-global-color-5fb8402); font-size: 14px; line-height: 22px; }
body .sponsor-name { font-family: var(--e-global-typography-primary-font-family); font-size: 24px; line-height: 32px; font-weight: 500; }
body .sponsor-top { padding-bottom: 8px; }
body a.sponsor-link { color: var(--e-global-color-5fb8402); font-family: var(--e-global-typography-primary-font-family); font-size:16px; line-height: 26px; font-weight: 500; text-decoration: underline; }
body a.sponsor-link:hover, body a.sponsor-link:focus { color: var(--e-global-color-accent); text-decoration: none; }

@media (min-width: 768px) {
	body .sponsor-box {  display: flex; align-items: center; }
	body .sponsor-logo { min-width: 195px; width: 195px; }
	body .sponsor-content { padding: 20px 0 20px 30px; }
	body .sponsor-top { justify-content: space-between;  display: flex; align-items: center; }
}

/*team*/
body .team-box { padding: 15px 0; }
body .team-box .team-img { position: relative; height: 250px; border-radius: 16px 16px 0 0; } 
body .team-img img { vertical-align: top; height: 250px; object-fit: cover; width: 100%; border-radius: 16px 16px 0 0; } 
body .team-b { background: #F5F5F5; border-radius: 16px; width: 100%; }
body .team-boxes .team-b { padding: 5px; }

body .team-box .team-content { padding: 16px; }
body .team-link { padding: 0 16px 20px; width: 100%; }
body .team-inner { width: 100%; }
body .team-content h4 { font-size: 20px; line-height: 32px; font-weight: var(--e-global-typography-5b0687a-font-weight); margin: 0; padding: 0 0 10px;  } 
.team-content h4 a { color: var(--e-global-color-5fb8402); }
.team-content h4 a:hover, .post-content h4 a:focus { color: var(--e-global-color-accent);  } 
body .team-type { font-weight: 500; font-size: 18px; line-height: 24px; } 
body .team-email svg { width: 20px !important; }

@media (min-width: 768px) {
  	body .team-boxes { margin: 0 -15px; display: flex; flex-wrap: wrap; }
  	body .team-boxes .team-box { padding: 15px; width: 33.33%; display: flex; }   
  	body .team-content .team-link a { min-width: 120px; }
	body .team-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
	body .team-b { display: flex; flex-wrap: wrap; align-content: space-between; }
	body .team-link { display: flex; justify-content: flex-end; }  
	body .team-content-main > .elementor-container { align-items: center; }
}

/*resource*/
.resource-box { border-radius: 20px; background: #EEF0EC; padding: 24px 32px; margin-top: 12px; } 
.resource-cat { font-weight: 700; font-size: 14px; line-height: 26px; text-transform: uppercase; padding-bottom: 10px; color: var(--e-global-color-primary); }
.resource-title h4 { margin: 0; }
.resource-showhide { cursor: pointer; font-family: var(--e-global-typography-primary-font-family); font-size: 16px; font-weight: 500; color: var(--e-global-color-primary); }
.resource-showhide svg { fill: var(--e-global-color-primary); }
.resource-box.active .resource-showhide svg { transform: rotate(180deg); }

.resource-content { padding-top: 16px; display: none; border-top: 1px solid #CECECE; margin-top: 16px; }
.resource-list:not(:first-child) { padding-top: 16px; }
.resource-top h6 { margin: 0; }
.resource-top { padding-bottom: 20px; }
.resource-audience { font-weight: 700; font-size: 14px; line-height: 26px; text-transform: uppercase; color: var(--e-global-color-primary); }
.resource-text { padding-bottom: 20px; }
.resource-link { display: flex; font-family: var(--e-global-typography-primary-font-family) !important; font-weight: 500; }
.resource-link svg { margin-left: 8px; }

@media (min-width: 768px) { 
	.resource-title { position: relative; padding-right: 120px; }
	.resource-showhide { position: absolute; top: 50%; right; 0; transform: translateY(-50%); right: 0; }
	.resource-top { display: flex; align-items: center; justify-content: space-between; }
	.resource-audience { padding-left: 20px; }
}

@media (max-width: 767px) {
	.resource-title h4 { padding-bottom: 12px; }   
	.resource-link { margin: 5px; }
}

body .img-gallery img { height: 250px; width: 100%; object-fit: cover; } 
body input[type="search"].e-search-input{ padding-left: 49px !important; }
body .search-icon { cursor: pointer; }
body .search-box { display: none; }

body .search-form input[type="search"].e-search-input { height: 40px !important; min-height: 0; padding-left: 49px !important; }
body .facetwp-facet-clear_filter button { padding: 10px 15px !important; border-radius: 40px; font-size: 14px; }

.slick-autoplay-toggle-button {
	display:none!important;
}
.tribe-filter-bar__actions {
    left: 100%!important;
}