/*
Theme Name: 	BuddyBoss Child
Theme URI: 		https://www.buddyboss.com/
Description: 	A child theme of BuddyBoss Theme. To ensure easy updates, make your own edits in this theme.
Author: 		BuddyBoss.com
Author URI: 	https://www.buddyboss.com/
License: 		GNU General Public License v3 or later
License URI: 	http://www.gnu.org/licenses/gpl-3.0.html
Template: 		buddyboss-theme
Version: 		1.0.3
*/

/*

-- Stylesheet locations --

Add your own customizations into /css/custom.css in this child theme.

Parent styles are called from /buddyboss-theme/inc/theme/functions.php in the
parent theme and are located in /buddyboss-theme/assets/css/ in the parent theme.


--- If you are editing CSS via the WordPress admin, do the following ---

1. Install the plugin WP Editor: http://wordpress.org/plugins/wp-editor/
2. Navigate to Appearance > Theme Editor in the WordPress admin.
3. Navigate into the /css/ folder of your child theme to edit custom.css.

*/


/* ====================
	1. Variables & Imports
	==================== */
:root {
	--tapp-shadow: 10px 10px 40px rgba(0,0,0,0.1);
	--tapp-shadow-small: 3px 3px 9px rgba(0,0,0,0.1);
	--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 p { margin: 0; padding: 6px 0; }

body ol, body ul { padding: 10px 0 20px 24px; margin: 0; }
body ul ul { padding: 0 0 8px 24px; }
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: 40px; line-height: 40px; width: 100%; padding: 0 50px 0 20px !important; border: 1px solid #A9B1D0; border-radius: 8px 8px 8px 8px;  }
body .newsletter-form select { height: 40px; line-height: 40px; }
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; }

/* ====================
	5. Gravity Forms
	==================== */
/*.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { padding: 0 20px; height: 64px; line-height: 64px;  } */
body .gform_wrapper input[type=submit] { height: auto !important; min-height: 55px; }
body .gform_wrapper input[type=checkbox], body .gform_wrapper input[type=radio] { height: auto !important; }
body .button-white .gform_wrapper input[type=submit]  { border-color: #fff; background-color: #fff; color: var(--e-global-color-042d2dd); }
body .form-white .gform_wrapper input[type=submit]:hover { background: none; border-color: #fff; color: #fff; }
body .form-white .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .form-white input:not([type="button"]):not([type="submit"]) { border-color: #fff; }
body .button-center .gform-footer { justify-content: center; }
body .gform_wrapper form { margin: 0; }
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; }

/* ====================
	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; width: 100%; }
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,  body .slider-style .elementor-swiper-button { 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: none !important; border-radius: 0; left: 0; text-align: center; box-shadow: none !important; cursor: pointer; }
body .slick-slider .slick-arrow svg path, body .img-slider .elementor-swiper-button svg path, body .slider-style .elementor-swiper-button svg path { fill: var(--e-global-color-19c9ebb) !important;}
body .slick-slider .slick-arrow.slick-next { left: auto; right: 0; }
body .slick-slider .slick-arrow:hover, body .img-slider .elementor-swiper-button:hover, body .slider-style .elementor-swiper-button:hover { background: none !important; color: var(--e-global-color-73c24cf) !important; }
body .slick-slider .slick-arrow.slick-disabled, body .slick-arrow.slick-disabled { display: none; }
body .slick-slider .slick-arrow:hover svg path, body .img-slider .elementor-swiper-button:hover svg path, body .slider-style .elementor-swiper-button:hover svg path { fill: var(--e-global-color-73c24cf) !important; }
body .slick-slider .slick-arrow svg, body .img-slider .elementor-swiper-button svg, body .slider-style .elementor-swiper-button 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; }

/* 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: 12px; height: 12px; padding: 0; border: none; background: #EBEBEB; vertical-align: top; border-radius: 30px;  }
body ul.slick-dots li button:hover, body ul.slick-dots li.slick-active button { background: var(--e-global-color-73c24cf); }

/* ====================
	7. FacetWP Styling
	==================== */
.facetwp-pager { text-align: center; }
body .elementor-pagination, body .facetwp-facet-pagination { padding-top: 20px; display: flex; justify-content: center; align-items: center; width: 100%; }
body .facetwp-facet-pagination .facetwp-page:not(.prev):not(.next), body .elementor-pagination .page-numbers:not(.prev):not(.next) { display: inline-block; width: 41px; height: 41px; line-height: 41px; font-size: 16px; font-weight: 400; color: var(--e-global-color-9e5a779) !important; border: none; margin: 10px; vertical-align: middle; border-radius: 100%;  }
body .facetwp-facet-pagination .facetwp-page:not(.prev):not(.next):hover, .facetwp-facet-pagination .facetwp-page.active:not(.prev):not(.next), body .elementor-pagination .page-numbers:not(.prev):not(.next):hover, body .elementor-pagination .page-numbers.current:not(.prev):not(.next) { background: #2CA4DD; color: #fff !important; }
body .facetwp-facet-pagination .facetwp-page.next, .facetwp-facet-pagination .facetwp-page.prev, body .elementor-pagination .page-numbers.prev, body .elementor-pagination .page-numbers.next { margin: 0 10px !important; display: flex; align-content: center; align-items: center; width: auto; height: 36px; line-height: 36px; font-weight: 500; font-size: 14px; text-transform: uppercase; border: none; color: var(--e-global-color-accent); text-align: center; cursor: pointer; }
body .facetwp-facet-pagination .facetwp-page.next:hover, body .facetwp-facet-pagination .facetwp-page.prev:hover, body .elementor-pagination .page-numbers.next:hover, body .elementor-pagination .page-numbers.prev:hover { color: #2CA4DD;  }

/* FacetWP Select */
body .fs-wrap { width: 100%; vertical-align: top; }
body .fs-label-wrap { background: none; border: 2px solid #fff; font-size: 16px; border-radius: 0; color: #fff; }
body .fs-label-wrap .fs-label { padding: 0 60px 0 20px; height: 38px; line-height: 38px; min-width: 170px; white-space: normal; cursor: pointer; }
body .facetwp-type-fselect { display: flex; }
body .fs-search { display: none; }
body .fs-dropdown { padding: 15px 0; border: none; margin-top: 10px; box-shadow: var(--tapp-shadow); border-radius: 0; }
body .fs-option:first-child { display: none; }
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-2f0eedd); color: #fff;  }
body .fs-arrow { border: none; background: url(images/down-arrow2.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"]) { color: #fff; border: 2px solid #fff; padding-right: 50px !important; background: url(images/search3.svg) no-repeat right center rgba(0, 0, 0, 0); height: 42px; line-height: 42px; }
body .facetwp-facet select { background-color: rgba(0,0,0,0); }
body .facetwp-facet-date input[type="text"] { max-width: 200px; margin: 0 10px; height: 40px; }

body .list-style ul { list-style: none; padding: 0; margin: 0; }
body .list-style ul li { padding: 5px 0 5px 20px; background: url(images/check.svg) no-repeat left 10px; }

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

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

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

body .byline-info .elementor-icon-list-text { border-bottom: 2px solid var(--e-global-color-accent); padding-bottom: 3px; }

/* ====================
	8. Post & Content Styling
	==================== */


/* Events Calendar Styling */
body #tribe-events-pg-template { max-width: none; padding: 0; margin: 0; }
body .events-list-main .elementor-container { flex-wrap: wrap; max-width: 1030px; }
body .events-list-main { padding: 70px 0; }
body .events-filter-main { background: var(--e-global-color-2f0eedd); padding: 15px 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/search3.svg) no-repeat 15px center rgba(0,0,0,0) !important; border: none !important; padding: 0; width: auto; width: 51px; height: 51px; position: absolute; left: auto; right: 0; top: 0; border-radius: 0 !important; box-shadow: none; }
body .tribe-events-c-search__input-control input[type=text].tribe-events-c-search__input { border-radius: 0 !important; height: 51px; padding: 0 60px 0 20px !important; margin: 0; border: 2px solid #fff !important; background: none !important; color: #fff; }
body .tribe-events-view--month .tribe-events-c-search__input-control input[type=text].tribe-events-c-search__input { border-color: #f2f2f2 !important; background: #f2f2f2 !important; color: #333 !important; }

body .tribe-events-c-search__input-control ::-webkit-input-placeholder { color:#fff !important; opacity: 1; }
body .tribe-events-c-search__input-control ::-moz-placeholder { color:#fff; opacity: 1; }
body .tribe-events-c-search__input-control :-ms-input-placeholder { color:#fff; opacity: 1; }
body .tribe-events-c-search__input-control input:-moz-placeholder { color:#fff; opacity: 1; }

body .tribe-events-view--month .tribe-events-c-search__input-control ::-webkit-input-placeholder { color:#333 !important; opacity: 1; }
body .tribe-events-view--month .tribe-events-c-search__input-control ::-moz-placeholder { color:#333; opacity: 1; }
body .tribe-events-view--month .tribe-events-c-search__input-control :-ms-input-placeholder { color:#333; opacity: 1; }
body .tribe-events-view--month .tribe-events-c-search__input-control input:-moz-placeholder { color:#333; opacity: 1; }

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__events-bar { border: none; max-width: 250px; position: relative; margin: 0 0 0 20px; background: none; order: 3; }
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar { width: auto !important; margin: 0 !important; }

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; width: 100%; }
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; box-shadow: none; border-radius: 4px; }
body .select2-container--default .select2-selection--single { display: none; }

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__calendar-event-details { background: var(--e-global-color-19c9ebb); padding: 5px; border-radius: 4px; color: var(--e-global-color-2b34888) !important; }
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__calendar-event-details:hover { background:#333; }
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__calendar-event-datetime, body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__calendar-event-title-link { color: #fff !important; }

/*filter*/
body .tribe-events .tribe-events-c-events-bar__search-button, body .tribe-events-c-events-bar__filter-button-container button { border-radius: 4px !important;  height: 46px !important; padding: 2px 10px 0 !important; border: 2px solid var(--e-global-color-f8f63fc) !important; background: var(--e-global-color-f8f63fc) !important; box-shadow: none; }
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: #fff !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; position: relative; }
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-header { padding: 0; width: 100%; }
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-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill { font-weight: 400 !important; font-size: 16px !important; color: #fff; background: url(images/down-arrow2.svg) no-repeat right center !important; border: 2px solid #fff !important; border-radius: 0; padding: 0 60px 0 20px; height: 51px; line-height: 51px;  box-shadow: none; }
body .tribe-events .tribe-events-c-top-bar__datepicker { flex: none; }
body .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar { top: auto; }

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; box-shadow: none; }
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: 4px; box-shadow: 0 4px 12px 0 rgba(0,0,0,0.01); }
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 .select2-container .select2-dropdown .select2-results__option { color: #333; }
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: none; color: var(--e-global-color-2f0eedd) !important; opacity: 1 !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-dropdown .select2-dropdown { box-shadow: none; border: none; padding: 0; }

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 .tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection { border-radius: 0; background: none !important; padding: 0 20px; }
body .tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection__choice__text { color: #333; }
body .tribe-filter-bar .select2-container--default .select2-selection--single .select2-selection__rendered { padding-bottom: 0; padding-top: 0; }
body .tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection__clear { color: #333; }
body .tribe-filter-bar .tribe-filter-bar-c-clear-button__reset-icon path { stroke: #fff !important; }
body .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-clear-button { color: #fff !important; }

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 { padding: 0 20px 0 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%; flex: auto !important; }
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-filter .tribe-events-c-top-bar { margin: 0 !important; padding-left: 20px; order: 2; }
body .event-filter .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; }
body .tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button { font-size: 18px; box-shadow: none; }
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container { margin: 0; padding: 0; }
body .event-calendar .event-title { display: none; }
body .event-calendar .tribe-events-header__top-bar { padding-bottom: 30px; }
body .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner { background: var(--e-global-color-19c9ebb) !important; }
body .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner:hover { background: #333 !important; }
body .tribe-common .tribe-common-h7, body .tribe-common .tribe-common-h8 { color: var(--e-global-color-2b34888); opacity: 1 !important; }
body .tribe-events-c-subscribe-dropdown__container { display: none !important; }
body .tribe-events-c-top-bar__datepicker button { background: url(images/calendar.svg) no-repeat 15px center !important;}
body .tribe-events-view--month .tribe-events-c-top-bar__datepicker button { border-color: var(--e-global-color-primary); background-color: var(--e-global-color-primary) !important; }
body  .tribe-common--breakpoint-medium.tribe-common.tribe-events-view--month .tribe-common-c-btn.tribe-events-c-search__button { background-image: url(images/search2.svg) !important; }
body  .tribe-common--breakpoint-medium a.tribe-events-calendar-month__calendar-event-title-link { display: block; }

body .tribe-common .tribe-common-c-svgicon__svg-fill { fill: #fff; }
body .event-filter { display: flex; width: 100%; flex-wrap: wrap; }
body .tribe-events .tribe-events-calendar-month__multiday-event-bar { border-radius: 5px !important; }

body .tribe-events .tribe-events-calendar-month__day-cell--mobile { background: none !important; padding: 0; border: 1px solid #adadad; min-width: 0; border-radius: 0; }
body .tribe-events-c-top-bar__datepicker button.prev, body .tribe-events-c-top-bar__datepicker button.next, body .tribe-events-c-top-bar__datepicker button.datepicker-switch { padding: 0 !important; text-align: center; }
body .tribe-events-c-top-bar__datepicker button.prev svg, body .tribe-events-c-top-bar__datepicker button.next { margin: 0 auto; }
body .tribe-events-c-top-bar__datepicker button.datepicker-switch { width: 100%; display: block !important; }

/* ====================
	9. Media Queries
	==================== */
@media (min-width: 768px) {
	/* Post Boxes */
	body .post-boxes { margin: 0 -25px; display: flex; flex-wrap: wrap; }
	body .post-boxes .e-loop-item { width: 50%; padding: 20px 25px; display: flex; }
	body .post-boxes .e-loop-item > div { display: flex; width: 100%; }

	/* Event Title Search */
	body .event-title { width: 40%; padding-right: 30px; }
	body .event-search { width: 60%; display: flex; justify-content: flex-end; }
	body .tribe-events .tribe-events-c-events-bar__filter-button-container { display: none; }
	body .title-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

	body .slick-slider .slick-arrow, body .slick-arrow, body .slider-style .elementor-swiper-button { top: -70px; left: 50%; transform: translateX(-50%); }
	body .slick-slider .slick-arrow.slick-next { right: auto; left: 50%; margin-left: 190px; }
	body .slick-slider .slick-arrow.slick-prev { margin-left: -190px; }
}

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

	/* Gravity Forms */
	body .gform_footer { display: block !important; }

	/* FacetWP Pagination */
	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; }

	/* Post Boxes */
	body .post-boxes .e-loop-item { padding: 15px; }

	/* Events */
	body .events-list-main { padding: 40px 0; }
	body .tribe-events .tribe-events-header { margin: 0; padding: 0; width: 100%; }
	body .event-title-search { width: 100%; display: flex; justify-content: space-between; padding-bottom: 40px; align-items: center; }
	body .tribe-events .tribe-events-c-events-bar__search-container { background: var(--e-global-color-2f0eedd); border-radius: 0 !important; }
	body .tribe-events .tribe-events-c-events-bar__search-button { border-radius: 0; }
	body .tribe-filter-bar .tribe-filter-bar-c-filter__container { padding: 0; display: block !important; visibility: visible !important; margin: 0 !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-filter .tribe-events-c-top-bar button.tribe-common-c-btn__clear { border: none !important; font-size: 0; background: url(images/calendar.svg) no-repeat center !important; padding: 0 !important; width: 52px; border-radius: 5px; height: 44px !important; }
	body .event-filter .tribe-events-c-top-bar button svg { display: none !important; }

	body .event-box .event-content { justify-content: center; margin: 0 5px; }
	body .event-filter .tribe-events-c-top-bar { padding: 0; display: flex; flex: none; }
	body .tribe-events .tribe-events-c-events-bar__filter-button-container { margin: 0 10px; }
	body .event-filter { display: flex; justify-content: center; }
	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; }
	body .event-filter .tribe-filter-bar__selected-filters, body .event-filter .tribe-filter-bar__actions { padding: 0 10px; }
	body .tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection { padding: 0 10px; }
	body .event-filter .tribe-filter-bar__actions { padding-bottom: 20px; }
	body .tribe-filter-bar button.tribe-filter-bar-c-clear-button { display: flex; justify-content: center; align-items: center; }
	body .tribe-filter-bar button.tribe-filter-bar-c-clear-button path { stroke: #333  !important; }
	body .tribe-filter-bar .select2-container--default .select2-selection--single .select2-selection__rendered { display: flex; }
	body .tribe-filter-bar .tribe-common-c-btn-border, body a.tribe-common-c-btn-border { color: var(--e-global-color-2f0eedd); border-color: var(--e-global-color-2f0eedd); }

	/* Footer */
	body .footer-links ul li, body .footer-links ul li a {  display: block; text-align: center;  }

	body .title-top { display: flex; flex-wrap: wrap; justify-content: center; }
	body .title-top h3 { width: 100%; padding-bottom: 15px; }

	body .slick-slider { padding-top: 55px; }
	body .slick-slider .slick-arrow, body .slick-arrow, body .slider-style .elementor-swiper-button { top: 0; left: 50%; transform: translateX(-50%); }
	body .slick-slider .slick-arrow.slick-next { right: auto; left: 50%; margin-left: 40px; }
	body .slick-slider .slick-arrow.slick-prev { margin-left: -40px; }
}

/* ====================
	10. Accessibility Improvements
	==================== */
/* Ensure touch targets are large enough */
@media (max-width: 767px) {
	/* Increase button size for mobile */
	.elementor-button:not(.elementor-button-link), 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; }
}

body .bb-yoast-breadcrumbs, body.home-page .entry-header { display: none; }
body .top-links { width: auto !important; }

body .elementor-location-header { position: relative; }
/*body .elementor-icon { display: flex; }*/
body.elementor-page-21002 .site-content-grid, body.post-type-archive-tribe_events .site-content-grid, body.tribe_events-template-default .site-content-grid, body.elementor-page-21002 .site-content, body.home-page .site-content, body.home-page .bb-grid-cell:not(.no-gutter), body.home-page .bb-grid > :not(.no-gutter), body.elementor-page-20677 .site-content, body.elementor-page-20677 .bb-grid-cell:not(.no-gutter), body.elementor-page-20677 .bb-grid > :not(.no-gutter) { padding: 0 !important; }
body.elementor-page-21002 .bb-grid, body.post-type-archive-tribe_events .bb-grid, body.tribe_events-template-default .bb-grid, body.elementor-page-21002 .bb-grid, body.home-page .bb-grid, body.elementor-page-20677 .bb-grid { margin: 0 !important; }
body.home-page .container, body.elementor-page-20677 .container, body.elementor-page-21002 .container, body.post-type-archive-tribe_events .container, body.tribe_events-template-default .container, body.elementor-page-21002 .site-content-grid { margin: 0 !important; width: 100% !important; max-width: none !important; padding: 0 !important; }
body .elementor-button-icon svg { width: auto; }
body .elementor-button-content-wrapper { align-items: center; }
body.elementor-page-20938 .site-content-grid, body.elementor-page-20938 .content-area, body.elementor-page-21002 .content-area { max-width: none !important; padding: 0; }
body.post-type-archive-tribe_events .site-content, body.single-tribe_events .site-content { padding: 0 !important; }

body .newsletter-form .gform-footer input[type=submit] { width: 100%; background-color: rgba(0,0,0,0); color: #fff; min-height: none; }
body .newsletter-form .gform-footer input[type=submit]:hover { background: var(--e-global-color-accent); color: #fff; }
body .newsletter-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .newsletter-form input:not([type="button"]):not([type="submit"]) { box-shadow: none; height: 40px; line-height: 40px; border-color: #D9D9D9; }
body .newsletter-form label, body .newsletter-form label .gfield_required { color: #fff; }
body .newsletter-form .gform_wrapper {  display: flex; width: 100%; flex-wrap: wrap; }
body .newsletter-form form, body .contact-form input[type=submit] { width: 100%; margin: 0; }

body .testimonial-video .elementor-custom-embed-image-overlay {  position: relative; }
body .testimonial-video .elementor-custom-embed-image-overlay img { height: 345px; object-fit: cover; }
body .testimonial-video .elementor-custom-embed-image-overlay:before { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: var(--e-global-color-accent); opacity: 0.28; }
body .testimonial-video .elementor-custom-embed-play svg { fill: none; opacity: 1; }

body .featured-event-img a { width: 100%; position: relative; }
body .featured-event-img::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.4; background: #000000; background: linear-gradient(180deg,rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 1) 100%); }
body .featured-event-date { color: #fff; font-size: 24px; line-height: 30px; font-weight: 700; text-transform: uppercase; }

@media (max-width: 767px) {
	body .featured-event-date { font-size: 17px; line-height: 28px; }
}

@media (max-width: 767px) {
	body .table-style { overflow: auto; }
	body .table-style .elementor-widget-wrap { width: 700px; }
}

body .loop-style .e-loop-item, body .loop-style .e-loop-item > .elementor-section, .loop-style .ue-grid-item, .loop-style .e-loop-item { display: flex; width: 100%; }
body .loop-style .e-loop-item .elementor-widget-wrap { align-content: space-between; }
body.elementor-page-20938 .bb-share-container { display: none !important; }
body .loop-style .e-loop-item .elementor-container { width: 100%; }

body .committee-list .repeater-item + .repeater-item { padding-left: 5px; margin-left: 3px; position: relative; }
body .committee-list .repeater-item + .repeater-item::before { content: ''; background: #000; position: absolute; left: 0; height: 14px; width: 1px; top: 50%; transform: translateY(-50%); }
body .popup-space > div { padding: 0 !important; }

body.post-type-archive .bb-grid > div { flex: none !important; width: 100%; padding: 0; }
body .facilitator-info .dce-acf-repeater-grid { display: flex; gap: 15px; }
body .facilitator-info a { border-bottom: 2px solid var(--e-global-color-accent); padding-bottom: 3px; }
body .facilitator-info .dce-acf-repeater-item { flex: none; }

@media (max-width: 767px) {
	body .facilitator-info .dce-acf-repeater-grid { justify-content: center; }
}

body .download-img a, body .download-img .acf-image, body .download-img .dynamic-content-for-elementor-acf  { width: 100%; vertical-align: top; }
body .download-img img { height: 134px; width: 100%; object-fit: cover; object-position: center; }
body .download-links .acf-image { vertical-align: top; }

body .additional-info .acc_head { padding: 0 !important; }
body .additional-info .dce-accordion-icon svg { width: 40px; }
body .additional-info .acc_button { display: flex; align-items: center; border: none !important; box-shadow: none !important; }
body .additional-info .dce-acf-repeater-item { border: 2px solid var(--e-global-color-19c9ebb) !important; }
body .additional-info .dce-acf-repeater-item .acc_head { border: none !important; }
body .additional-info .dce-acf-repeater-item.acc_active { border: 2px solid var(--e-global-color-accent) !important; box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08); }
body .additional-info .acc_content { background: #fff !important; }

body .announcement-close-link { cursor: pointer; }

@media (min-width: 768px) {
	body .partner-cat-box .elementor-icon-box-description { text-align: left; }
	body .testimonial-slider .slick-list { overflow: visible; }
	body .testimonial-slider .slick-slide.slick-current { z-index: 8; }
	body .testimonial-slider .slick-slide:not(.slick-current) { transform: translateX(30px) translateY(30px); }
	body .testimonial-slider .slick-slide.slick-current + .slick-slide { transform: translateX(-30px) translateY(30px); }
	body .testimonial-slider .slick-slide:not(.slick-current) .testimonial-content { background: #BBC2CC !important; }
}

body .e-loop-item .elementor-widget-image a { width: 100%; }
body.single-team .grecaptcha-badge, body.team-template-default .grecaptcha-badge { display: none !important; opacity: 0 !important; }
