/* 
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
*/

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

/* Defaults */
input, a, button, * { outline: none !important; } 
a, a svg { transition: all .4s ease-in-out; }
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: 22px; }
body ol li { padding: 5px 0; }

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

body select, body .at select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url(images/down-arrow.svg) !important; background-position:  right center; background-repeat: no-repeat;  background-size: 36px auto; height: 45px; line-height: 42px; width: 100%; padding: 0 50px 0 20px !important; border: 1px solid #D0D5DD; border-radius: 8px 8px 8px 8px;  } 
body select:focus { border-color: var(--e-global-color-secondary); } 
 
body .elementor-button-link .elementor-button-content-wrapper { align-items: center; }
body .elementor-button-link .elementor-button-icon  { display: flex; align-items: center; margin-top: -1px; }

body .text-center { text-align: center; }
body .bg-img { background-repeat: no-repeat; background-size: cover; background-position: center; }
body .facetwp-facet { margin: 0; }

@media (max-width: 767px) { 
   body .text-m-center { text-align: center; }
}

.float-left { float: left; }
.w-100 { width: 100%; }
body .gallery-slider img { height: 200px; object-fit: cover; }
.no-result { padding: 40px 0 0; }


/* Gravity Form Customizations */
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: 45px; line-height: 45px; }
body .gform_wrapper input[type=submit] { height: auto !important; }
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; }
}


/* Slick Slider */
 
body .slick-slider { position: relative; }
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; }

body .slick-slider .slick-arrow, body .slick-arrow { z-index: 5; position: absolute; top: 50%; transform: translateY(-50%); display: inline-block; width: 48px; height: 48px; line-height: 48px; font-size: 0; cursor: pointer; padding: 0; outline: none !important; border: none !important; background: #1292CA50 !important; border-radius: 100%; left: 0;  text-align: center; box-shadow: none !important; }  
body .slick-slider .slick-arrow svg path { fill: #fff !important;}
body .slick-slider .slick-arrow.slick-next { left: auto; right: 15px; } 
body .slick-slider .slick-arrow:hover { background: 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 svg { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
body .post-slider .slick-arrow { top: -60px; transform: none; left: auto; right: 0; }
body .post-slider .slick-arrow.slick-prev, body .stakeholders-slider .slick-arrow.slick-prev { left: auto; right: 75px; } 
body .post-slider .slick-list, body .post-slider .slick-track, body .post-slider .slick-slide, body .post-slider .post-b, body .stakeholders-slider .slick-list, body .stakeholders-slider .slick-track, body .stakeholders-slider .slick-slide, body .stakeholders-slider .post-b { display: flex; }
body .post-slider .post-b, body .stakeholders-slider .post-b { flex-wrap: wrap; }
body .stakeholders-slider .slick-arrow { bottom: 0; transform: none; left: auto; right: 0; top: auto; }
body .stakeholders-slider { padding-bottom: 60px; }
body .stakeholders-slider .slick-slide { height: auto; }
/*body .stakeholders-slider .slick-list { overflow: visible; }*/

@media (min-width: 768px) { 
	body .post-slider { margin: 0 -15px; }
}

@media (max-width: 767px) {  
	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; }
}
 
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: 15px; height: 4px; padding: 0; border: none; background: #EBEBEB; vertical-align: top; border-radius: 5px; }
body ul.slick-dots li button:hover, body ul.slick-dots li.slick-active button { background: var(--e-global-color-primary); }
body .stakeholders-slider ul.slick-dots { bottom: 18px; left: 15px; transform: none; width: 100%; padding-right: 160px; height: 5px; display: flex; }
body .stakeholders-slider ul.slick-dots li button { width: 100%; border-radius: 0; }
body .stakeholders-slider ul.slick-dots li { padding: 0; margin: 0; width: 100%; }
body .stakeholders-slider:before { content: ''; position: absolute; bottom: 0; right: 100%; background: #fff; width: 3000px; height: 100%; z-index: 1; }


/* Facet WP */
.facetwp-pager { text-align: center; }
body .facetwp-facet-pagination .facetwp-page, .tribe-events-c-nav__list .page-numbers { display: inline-block; width: 52px; height: 52px; line-height: 52px; font-size: 16px; font-weight: 800; color: var(--e-global-color-secondary) !important; border: 1px solid var(--e-global-color-secondary) ; margin: 10px; vertical-align: middle; border-radius: 100%; }
body .facetwp-facet-pagination .facetwp-page:hover, .facetwp-facet-pagination .facetwp-page.active, .tribe-events-c-nav__list .page-numbers:hover, .tribe-events-c-nav__list .page-numbers.current { background: var(--e-global-color-secondary); color: #fff !important; border-color: var(--e-global-color-secondary); } 
body .facetwp-facet-pagination .facetwp-page.next, .facetwp-facet-pagination .facetwp-page.prev, .tribe-events-c-nav__list .page-numbers.next, .tribe-events-c-nav__list .page-numbers.prev, body .tribe-events-c-nav__list-item a { display: inline-block; width: 52px; height: 52px; line-height: 50px; font-weight: 600; font-size: 0; border: 1px solid #8b8b8b; color: var(--e-global-color-primary); text-align: center; border-radius: 100%; }  
body .facetwp-facet-pagination .facetwp-page.next:before, .facetwp-facet-pagination .facetwp-page.prev:before, .tribe-events-c-nav__list .page-numbers.next:before, .tribe-events-c-nav__list .page-numbers.prev:before, body .tribe-events-c-nav__list-item a:before { font-family: 'FontAwesome'; font-size: 20px; }
body .facetwp-facet-pagination .facetwp-page.prev:before, .tribe-events-c-nav__list .page-numbers.prev:before, body .tribe-events-c-nav__list-item--prev a:before { content: "\f104"; } 
body .facetwp-facet-pagination .facetwp-page.next:before, .tribe-events-c-nav__list .page-numbers.next:before, body .tribe-events-c-nav__list-item--next a:before { content: "\f105"; }
body .facetwp-facet-pagination .facetwp-page.next:hover, body .facetwp-facet-pagination .facetwp-page.prev:hover, .tribe-events-c-nav__list .page-numbers.next:hover, .tribe-events-c-nav__list .page-numbers.prev:hover, body .tribe-events-c-nav__list-list-item a:before:hover { color: #fff; background: var(--e-global-color-secondary); border-color: var(--e-global-color-secondary);  }
body .fs-wrap.multiple .fs-option.selected .fs-checkbox i { background: var(--e-global-color-secondary); }
body .tribe-events-c-nav__list-item span ,  body .tribe-events-c-nav__list-item svg { display: none !important; }

body .tribe-events .tribe-events-c-nav__list { justify-content: center; text-align: center; }

body .fs-wrap { width: 100%; vertical-align: top; }
body .fs-label-wrap { background-color: #fff; border: 1px solid #D0D5DD; font-size: 16px; border-radius: 4px; }
body .fs-label-wrap .fs-label { padding: 0 60px 0 20px; height: 45px; line-height: 45px; text-overflow: ellipsis; max-width: 205px; min-width: 160px; }
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 2px 10px rgba(168, 168, 168, 0.20); }
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: 250px; }

body .facetwp-icon { display: none; }
body .facetwp-input-wrap { display: block; }
body input.facetwp-search:not([type="button"]):not([type="submit"]) { padding-left: 50px !important; background-image: url(images/search2.svg); background-repeat: no-repeat; background-position: 15px center; }
body .facetwp-facet select { background-color: rgba(0,0,0,0); }


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; }

body .link-underline a { text-decoration: underline; }
body .link-underline a:hover { text-decoration: none; }

body .top { position: absolute; width: 100%; }

.hero-overlay > .elementor-background-overlay:before { content: ''; background-color: transparent; background-image: linear-gradient(180deg, #423A2874 20%, #6F685900 40%); position: absolute; top: 0; left: 0; width: 100%; height: 100%;}


@media (min-width: 1401px) { 
	body .join-link a { justify-content: center; background: #fff; border: 2px solid #fff; min-width: 133px; border-radius: 100px; font-size: 16px; font-weight: 500 !important; color: var(--e-global-color-secondary) !important; }
	body .join-link a:hover { color: #fff !important; background: none; }
	
	body .donate-link a { justify-content: center; background: var(--e-global-color-accent); border: 2px solid var(--e-global-color-accent); min-width: 133px; border-radius: 100px; font-size: 16px; font-weight: 500 !important; color: #fff !important; }
	body .donate-link a:hover { color: #fff !important; background: none; border-color: #fff; }
	
	body .join-link a:after, body .donate-link a:after { display: none !important; }
	
	body li.donate-link > a { margin-left: 0 !important; }
}

@media (min-width: 1401px) and (max-width: 1501px) { 
	body .join-link a { min-width: 105px; } 
	
	body .donate-link a { min-width: 105px;  } 
}

body .caregiver-box > div:before { content: ''; border-radius: 0 0 18px 18px; border-bottom: 18px solid rgba(0,0,0,0); position: absolute; left: 0; width: 100%; height: 100%; bottom: 0; }
body .caregiver-box > div:hover { background-image: linear-gradient(217deg, #1292CA25 0%, #1292CA17 100%) !important; color: var(--e-global-color-text) !important; }
body .caregiver-box > div:hover:before { border-bottom-color: var(--e-global-color-text); }
body .caregiver-box > div:hover .elementor-heading-title { color: var(--e-global-color-text) !important; }
body .caregiver-box > div:hover svg  { fill: var(--e-global-color-text) !important; }

body .partners-slider .swiper-container { overflow: visible; }


body .strories-slider .elementor-swiper-button { width: 48px; height: 48px; align-items: center; justify-content: center; }

@media (min-width: 768px) { 
	body .strories-slider .swiper-container { overflow: visible; }
	body .strories-slider .swiper-slide > .elementor-element { display: flex; }
	body .strories-slider .swiper-slide-prev { opacity: 40%;  transform: scale(0.9) translateX(100px) translateY(-15px); }
	body .strories-slider .swiper-slide-next { opacity: 40%; transform: scale(0.9) translateX(-100px) translateY(-15px); }
	body .strories-slider .swiper-slide-active { position: relative; z-index: 3; }
	body .strories-slider .elementor-swiper-button-prev { left: -24px !important; }
	body .strories-slider .elementor-swiper-button-next { right: -24px !important; }
}



/* Custom Post Customizations {update} */
/* UPDATE COLORS for THEME */
body .post-box { padding: 20px 0; }
.post-box  .post-img { display: block; width: 100%; position: relative; height: 340px; background: var(--e-global-color-primary); margin-bottom: 10px; border-radius: 20px; }
body .post-img img { vertical-align: top; height: 340px; object-fit: cover; width: 100%; border-radius: 20px; }

.event-timedate svg path { fill: var(--e-global-color-secondary); }
.event-timedate svg { vertical-align: middle; margin-right: 5px; margin-top: -3px; }
body .event-timedate { padding: 0 0 5px; }

.post-box .post-b { width: 100%; }
	
body .post-box .post-content { padding: 10px 0 0; }
body .post-content h4 { font-size: var(--e-global-typography-566d9a6-font-size); line-height: var(--e-global-typography-566d9a6-line-height); font-weight: var(--e-global-typography-566d9a6-font-weight); margin: 0 0 10px; padding: 0 0 10px; }
body .event-timedate + h4 { margin-top: 15px; }
body .post-content h4 a { color: var(--e-global-color-secondary); }
body .post-content h4 a:hover { color: var(--e-global-color-accent); }
body .post-box .post-text { padding: 0 0 15px; color: var(--e-global-color-text); }
body .post-slider .post-box { padding: 15px; }

body .post-date { font-weight: 700; font-size: 14px; line-height: 24px; padding-bottom: 10px; }
body .post-cat { position: absolute; left: 10px; margin-right: 10px; top: 20px; font-size: 15px; font-weight: 700; padding: 4px 12px; border-radius: 4px; background: var(--e-global-color-c0757e5); color: #fff; }  
body .post-cat a { color: #fff; }
body .post-cat a:hover { color: #c7eaff; }
.post-boxes2 .post-date { padding: 8px 0 5px; } 
.post-img > a { display: block; }
 
body .post-box a.elementor-button { font-weight: 500; }

.team-type { font-weight: 600; color: var(--e-global-color-primary); padding: 0 0 7px; line-height: 24px; }
body.single-post .related-slider .post-cat { display: none !important; }

.post-content a.read-link:not(:hover) { color: #fff !important; }
.post-content a.read-link:hover { color: var(--e-global-color-accent) !important; }

@media (min-width: 768px) { 
	body .post-boxes { margin: 0 -15px; display: flex; flex-wrap: wrap; }
  	body .post-boxes .post-box { padding: 30px 15px; width: 33.33%; display: flex; }   
	.post-content a.read-link { min-width: 180px; }
}

@media (min-width: 768px) and (max-width: 1100px) { 
	body .post-img img, body .post-box .post-img { height: 280px; }
}

@media (max-width: 767px) { 
	body .facetwp-facet-pagination .facetwp-page, body .facetwp-facet-pagination .facetwp-page.next, .facetwp-facet-pagination .facetwp-page.prev { width: 42px; height: 42px; line-height: 42px; }
	body .facetwp-facet-pagination .facetwp-page.next, .facetwp-facet-pagination .facetwp-page.prev { line-height: 40px; }
	body .post-img img, body .post-box .post-img { height: 200px; } 
}

body .events-main { padding: 80px 0 110px; }
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; }
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/search2.svg) no-repeat center; border: none; padding: 0; width: auto; width: 60px; height: 50px; position: absolute; left: 0; top: 0; background-size: 24px auto; }
body .tribe-events-c-search__input-control input[type=text].tribe-events-c-search__input { background: none; border-radius: 4px; height: 50px; padding: 0 20px 0 60px !important; margin: 0;  border: 1px solid #D0D5DD !important; background-color: #fff !important; } 
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; }

/*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: 40px !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: #fff url(images/down-arrow.svg) no-repeat right center/35px auto !important; border: none; border-radius: 4px; padding: 0 60px 0 20px; height: 50px; line-height: 50px; border: 1px solid #D0D5DD; }

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: 180px; border: none;  border-radius: 0; box-shadow: 0px 2px 10px rgba(168, 168, 168, 0.20); }
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: 14px; }
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  { 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-clear-button { padding: 2px 5px 5px 5px !important; }
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__list-item { width: auto; align-items: center; }

body .event-previous-link { display: flex; justify-content: flex-end; width: 100%; padding-bottom: 30px; }
body .event-previous-link a { color: #fff !important; }
body .event-previous-link a:hover { color: var(--e-global-color-accent) !important; }

@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: 40px; justify-content: space-between; }
	body .event-title { width: 40%; padding-right: 30px; }
	body .event-searchfilter { width: 60%; display: flex; justify-content: flex-start; flex-direction: row-reverse; } 
	
}

@media (max-width: 767px) { 
	body .events-main { padding: 40px 0; }
	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 .event-previous-link { justify-content: flex-center; }
}

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; }
}

body .cat-list { font-size: 0; }
body .cat-list a { border: 1px solid var(--e-global-color-primary); color: #fff; line-height: 20px; padding: 3px 12px; border-radius: 4px; font-size: 14px !important; margin: 2px 5px; display: inline-block !important; background: var(--e-global-color-primary); font-weight: 700; } 
body .cat-list a:hover { background: none; color: var(--e-global-color-primary); }
 
body a.external-link { font-weight: 700 !important; background-color: var(--e-global-color-primary) !important; border-color: var(--e-global-color-primary) !important; border-radius: 4px !important; padding: 8px 10px !important; }
body a.external-link:hover { background: none !important; color: var(--e-global-color-primary) !important; }

.attachment-list { padding: 3px 0; }
.attachment-list svg { margin-right: 5px; }
.attachment-list svg path { fill: var(--e-global-color-secondary); }
.attachment-list a:hover  svg path { fill: var(--e-global-color-primary); }
body .attachment-list a { color: var(--e-global-color-secondary); display: flex; align-items: center; }
body .attachment-list a:hover { color: var(--e-global-color-primary); }

@media (max-width: 767px) { 
    body .footer-links ul li, body .footer-links ul li a { display: block; text-align: center; }
}

body .at h1, body .at h2, body .at h3, body .at h4, body .at h5, body .at h6 { font-size: inherit !important; font-family: inherit  !important; color: inherit  !important; line-height: inherit  !important; }
body .at * { font-size: inherit !important; line-height: inherit  !important; font-family: inherit  !important; }

body .HeaderHtml, body .FooterHtml, body .MeterHtml { padding: 0; }
body .at-inner { background: none; }
body .at .at-fieldset { padding: 0; }
body .contact-form-white .at fieldset legend, body .contact-form-white .at label, body .contact-form-white .at label small, body .contact-form-white .at * span, strong body .contact-form-white .at label.at-select span { color: #fff !important; }
body .contact-form-white .at input[type=submit], body .contact-form-white a.nextStep.btn-at-primary, body .contact-form-white .submitStep.btn-at.btn-at-primary { background: #fff; border-color: #fff; color: var(--e-global-color-secondary); text-shadow: none !important; }
body .contact-form-white .at input[type=submit]:hover, body a.nextStep.btn-at-primary, body .submitStep.btn-at.btn-at-primary:hover { background: none; color: #fff; }
body .contact-form-white .at h1, body .contact-form-white .at h2, body .contact-form-white .at h3, body .contact-form-white .at h4, body .contact-form-white .at h5, body .contact-form-white .at h6, body .contact-form-white header.at-title { color: #fff !important; }
body .contact-form-white section.at-inner, body .at .HeaderHtml h1, body .multistep-layout section .at-markup.HeaderHtml h1, body .at-fields { background: none !important; }
body .contact-form-white .at .btn-at-link, body .contact-form-white .at * strong, body .contact-form-white .at * p { color: #fff !important; }
body .at form .label-amount input+.label-otheramount-prefix { top: 31px; }

body .contact-form-white .at li.at-step.active { border-bottom-color: #fff !important; }
body .contact-form-white form .at-radio .at-radios .label-amount input[type=radio]+a { background-color: #ffffff24; }
body .contact-form-white form .at-radio .at-radios .label-amount input[type=radio]:checked+a, body .contact-form-white form .at-radio .at-radios .label-amount input[type=radio]:checked:hover+a { background-color: #ffffff87; }
body .contact-form-white .at form .label-amount input+.label-otheramount-prefix  { color: #333 !important; }
body .contact-form-white .at .at-step.active>:before, body .contact-form-white .at .at-step.active a:before, body .contact-form-white .at li.at-step.valid>:before { background-color: #ffffff84; }
body .contact-form-white .at .at-step>a:before, body .contact-form-white .at .at-step>b:before { background-color: #ffffff64; }

@media (max-width: 767px) { 
	body .at-form-submit, body .at-inner { text-align: center; }
	body .at-form-submit .at-submit { float: none !important; }
}

  
body .gtranslate_wrapper > a.glink { color: #fff; }
body .strories-slider .elementor-widget-theme-post-excerpt p { display: inline; }

body .event-title h3 + h3, body .recordings-list .event-title h3:first-child, body .recordings-list .event-previous-link { display: none; } 
body .recordings-list .event-title h3 + h3 { display: block; }
body .recordings-list .event-title-search { padding-bottom: 0; }
body .recordings-list  .tribe-events-calendar-list-nav { border: none !important; }