/* 
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: 17px; }
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 { -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: 45px; line-height: 42px; 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; }

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: 56px; line-height: 56px; }
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: 90px !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; }
}

body .contact-form .gform_wrapper { margin: 0; }
body .contact-form .gform_wrapper input[type=submit] { width: 100%; }

/* 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: 35px; height: 35px; line-height: 35px; font-size: 0; cursor: pointer; padding: 0; outline: none !important; border: 1px solid #000 !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: #000 !important; color: #fff !important; } 
body .slick-slider .slick-arrow.slick-disabled, body  .slick-arrow.slick-disabled { display: none; }
body .slick-slider .slick-arrow:hover svg path { fill: #fff !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: -98px; transform: none; left: auto; right: 0; }
body .post-slider .slick-arrow.slick-prev { left: auto; right: 50px; } 
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 (min-width: 768px) { 
 
}

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

/* Facet WP */
.facetwp-pager { text-align: 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-46dcb01) !important;  margin: 10px; vertical-align: middle; border-radius: 100%; }
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-7ee0f59); } 
body .facetwp-facet-pagination .facetwp-page.next, .facetwp-facet-pagination .facetwp-page.prev { display: inline-block; font-weight: 700; font-size: 14px; color: var(--e-global-color-46dcb01); transition: all 0s ease-in-out; }  
body .facetwp-facet-pagination .facetwp-page.next:after, .facetwp-facet-pagination .facetwp-page.prev:before { content: ''; width: 14px; height: 12px; display: inline-block; margin-bottom: -1px; }
body .facetwp-facet-pagination .facetwp-page.prev:before { background: url(images/left-arrow.svg) no-repeat center; margin-right: 5px; } 
body .facetwp-facet-pagination .facetwp-page.next:after { background: url(images/right-arrow.svg) no-repeat center; margin-left: 5px; }
body .facetwp-facet-pagination .facetwp-page.next:hover, body .facetwp-facet-pagination .facetwp-page.prev:hover { color: var(--e-global-color-accent); }
body .facetwp-facet-pagination .facetwp-page.prev:hover:before { background-image: url(images/left-arrow2.svg); } 
body .facetwp-facet-pagination .facetwp-page.next:hover:after { background-image: url(images/right-arrow2.svg); }

body .fs-wrap { width: 100%; vertical-align: top; }
body .fs-label-wrap { background-color: #EDEDEE; font-size: 16px; border-radius: 24px; border: none; color: var(--e-global-color-46dcb01); }
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; background: var(--e-global-color-7ee0f59); }
body .fs-option:first-child { display: none; }
body .fs-option { padding: 15px 20px; font-size: 14px; color: var(--e-global-color-46dcb01); }
body .fs-option:hover, .fs-wrap.single .fs-option.selected { background: var(--e-global-color-primary) !important; 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; }
body .facetwp-type-fselect .fs-option .fs-option-label { white-space: normal;align-content }

body .facetwp-icon { display: none; }
body .facetwp-input-wrap { display: block; }
body input.facetwp-search:not([type="button"]):not([type="submit"]) { padding-right: 50px !important; background-image: url(images/search.svg); background-repeat: no-repeat; background-position: right center; color: var(--e-global-color-46dcb01); min-width: 280px; }
body .facetwp-facet select { background-color: rgba(0,0,0,0); }

body .elementor-button.button-small { font-size: 16px; line-height: 28px; font-weight: 600; padding: 10px 30px; }

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


/* Custom Post Customizations {update} */
/* UPDATE COLORS for THEME */
body .post-box { padding: 20px 0; }
body .post-b { width: 100%; }
body .post-box .post-img { width: 100%; position: relative; height: 305px; background: var(--e-global-color-primary); margin-bottom: 15px; }
body .post-img img { vertical-align: top; height: 305px; object-fit: cover; width: 100%; }
body .team-boxes .post-img img, body .team-boxes .post-box .post-img { height: 365px; }
body .post-cat { padding-bottom: 10px; }
body .post-cat a { font-size: 12px; line-height: 20px; font-weight: 700; padding: 4px 10px; margin: 5px; border-radius: 4px; background: var(--e-global-color-secondary); border: 1px solid var(--e-global-color-secondary); color: #fff; }
body .post-cat a:first-child { margin-left: 0; }
body .post-cat a:hover { background: none; color: var(--e-global-color-secondary); } 
body .post-date { color: var(--e-global-color-46dcb01); font-size: 12px; }
body .post-box h4 { font-size: var(--e-global-typography-f1674a9-font-size); line-height: var(--e-global-typography-f1674a9-line-height); font-weight: var(--e-global-typography-f1674a9-font-weight); margin: 0; padding: 0 0 8px; }
.post-box h4 a { color: var(--e-global-color-46dcb01); }
.post-box h4 a:hover { color: var(--e-global-color-accent); }
.post-box .post-text { padding: 0 0 15px; color: var(--e-global-color-text); }
body .post-slider .post-box { padding: 0 10px; }
body .related-posts-title { padding-bottom: 14px; margin-bottom: 40px; border-bottom: 1px solid #8C8E90; }
body .post-location-name { position: absolute; top: 20px; left: 15px; font-size: 12px; line-height: 20px; font-weight: 700; padding: 4px 12px; border-radius: 30px; background: #fff; color: var(--e-global-color-primary); display: flex; align-items: center; }
body .post-location-name svg path { fill: var(--e-global-color-primary); }
body .post-location-name svg { margin-right: 8px; }
body .post-text .states-boxes{ display: none; }
body .team-type { width: 100%; }
body .event-datetime { color: var(--e-global-color-text); }
body .event-datetime + .post-text { padding-top: 8px; }

@media (min-width: 768px) { 
	body .post-boxes { margin: 0 -15px; display: flex; flex-wrap: wrap; }
  	body .post-boxes .post-box { padding: 15px; width: 33.33%; display: flex; }  
	body .blog-boxes .post-box, body .team-boxes .post-box { width: 25%; } 
}

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

@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 .post-box .post-b { justify-content: center; display: flex; flex-wrap: wrap; }
	body .team-boxes .post-box .post-img { max-width: 270px; }
} 

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/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; order: 3; }
 
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; order: 2; }
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: 47px; top: -38px; 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 .event-title-search { border-bottom: 1px solid #C5C6C7; margin-bottom: 20px; }
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-header--has-event-search .tribe-events-header__top-bar { width: auto; }

@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 { padding-right: 30px; }
	body .event-searchfilter { display: flex; } 
	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 .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; order: 3; }
	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: 45px; height: 45px; border-radius: 6px; }
	body .event-searchfilter .tribe-events-c-top-bar { padding-right: 10px; }
	body .event-searchfilter { display: flex; }
	body .tribe-events .tribe-events-c-top-bar__datepicker-container .dropdown-menu { min-width: 250px; left: auto !important; right: -50px; }
	body .datepicker-dropdown.datepicker-orient-left:after { left: auto; right: 132px; }
	body .datepicker-dropdown.datepicker-orient-left:before { left: auto; right: 131px; }
	body .tribe-filter-bar-c-pill__pill-selections { display: block; }
	body .tribe-filter-bar .tribe-filter-bar__selected-filters-header { padding: 10px; }
}

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 { font-size: 13px !important; line-height: 20px; font-weight: 700; padding: 4px 10px; margin: 5px; border-radius: 4px; background: var(--e-global-color-secondary); border: 1px solid var(--e-global-color-secondary); color: #fff; letter-spacing: 0.9px; } 
body .cat-list a:first-child { margin-left: 0; }
body .cat-list a:hover { background: none; color: var(--e-global-color-secondary); }

body .cat-list li:nth-child(2) a { 
    background: var(--e-global-color-primary); 
    border: 1px solid var(--e-global-color-primary); 
}
body .cat-list li:nth-child(2) a:hover { 
    color: var(--e-global-color-primary); 
	background:#fff;
	border: 1px solid var(--e-global-color-primary);
}

body .watermark > div, body .watermark > div > div, body .watermark > div > div > div { position: initial !important; }

body .program-type { display: flex; flex-wrap: wrap; justify-content: center; padding: 20px 0; text-align: center; }
body .program-icon { display: flex; flex-wrap: wrap; justify-content: center; align-content: center; width: 64px; height: 64px; padding: 12px; background: var(--e-global-color-primary); border-radius: 100%; }
body .program-icon img { max-height: 40px; object-fit: contain; }
body .program-type h6 { width: 100%; margin: 15px 0 5px; }
body a.learn-more, body span.learn-more { font-size: 18px; display: flex; align-items: center; color: var(--e-global-color-accent); }
body a.learn-more svg, body span.learn-more svg { margin-left: 10px; }
body a.learn-more svg path, body span.learn-more svg path { fill: var(--e-global-color-accent); } 
body a.learn-more:hover, body a:hover span.learn-more { color: var(--e-global-color-accent); }
body a.learn-more:hover svg, body a:hover span.learn-more svg { transform: translatex(10px); } 
body .program-type a { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; }

@media (min-width: 768px) {
	body .program-types { margin: 0 -25px; display: flex; flex-wrap: wrap; justify-content: center; }
	body .program-type { padding: 25px; width: 33.33%; }
}

body .events-boxes  { font-size: 14px; line-height: 22px; }
.events-firstimg { position: relative; width: 100%; display: block; }
body .events-firstimg img { width: 100%; height: 350px; object-fit: cover; }
body .events-firstimg:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%); }
body .events-firstimg:hover:before { background: rgba(0,0,0,0.6); background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,1) 100%); }
.events-firstpost-content { color: #fff; position: absolute; left: 0; bottom: 0; padding: 30px; max-width: 340px; }
.events-right-post-date { font-size: 12px; color: var(--e-global-color-primary); }
.events-firstpost-date { font-size: 12px; }

body .events-right-post, body .events-firstpost { padding-bottom: 24px; } 
body .events-right-post-img img { width: 100%; height: 150px; object-fit: cover; }
body .events-boxes h4 { margin: 0; padding: 8px 0; font-size: 20px; line-height: 22px; font-weight: 700; }
body .events-right-post h4 a, body .events-right-post h4 { color: #000; display: block; }
body .events-firstpost-content h4 a, body .events-firstpost-content h4  { color: #fff; display: block; }
body .events-right-post h4 a:hover, body .events-right-post a:hover h4 { color: var(--e-global-color-accent); }
body .events-right-post a { color: #000; display: block; }
body .events-right-post-text { color: #000; }

@media (min-width: 768px) { 
    body .events-boxes { display: flex; flex-wrap: wrap; }
	body .events-firstpost { width: 60%; padding-right: 10px; }
	body .events-posts-right { width: 40%; padding-left: 10px; }
	body .events-right-post a { display: flex; flex-wrap: wrap; }
	body .events-right-post-img { width: 40%; }
	body .events-right-post-content { width: 60%; padding-left: 24px; }
	body .events-firstimg img { height: 500px; }
}

@media (max-width: 767px) {  
	body .events-right-post-content { padding-top: 15px; } 
}

body .elementor-custom-embed-play i, body .elementor-custom-embed-play svg { opacity: 1; }
body .elementor-custom-embed-image-overlay:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.2; }

body .program-button a.elementor-button .elementor-button-content-wrapper { flex-direction: row-reverse; }
body .program-button a.elementor-button:hover svg path { fill: var(--e-global-color-accent); }

body .related-location { padding: 15px 0; text-align: center; }
body .related-location-icon { width: 64px; height: 64px; background: var(--e-global-color-primary); border-radius: 100%; display: flex; justify-content: center; align-items: center; }
body .related-location-icon svg path { fill: #fff; }
body .related-location a { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; }
body .related-location strong { width: 100%; color: var(--e-global-color-46dcb01); padding: 12px 0 10px; }
body .related-location span { font-size: 18px; }

@media (min-width: 768px) { 
    body .related-locations { display: flex; flex-wrap: wrap; }
	body .related-location { width: 33.33%; padding: 20px 30px; }
}

body .states-box { padding: 15px 0; }
body .states-b { color: var(--e-global-color-text); width: 100%; }
body .states-image img { height: 360px; width: 100%; object-fit: cover; }
body .states-image { padding-bottom: 20px; }
body .states-text { color: var(--e-global-color-text); }
body .states-b h5 { margin: 0; }

@media (min-width: 768px) { 
    body .states-boxes { display: flex; flex-wrap: wrap; }
	body .states-box { width: 50%; padding: 20px 10px; }
} 

.location-info { width: 100%; display: flex; flex-wrap: wrap; align-items: center; padding-bottom: 5px; font-size: 14px; line-height: 22px; }
.location-info + .location-info { padding-bottom: 12px; }
.location-info svg { margin-right: 8px; max-height: 13px; }
.location-info svg path { fill: var(--e-global-color-46dcb01); }

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