/* 
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;  } 
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: 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 .form-white .gform_wrapper input[type=submit] { background: #fff; border-color: #fff; color: var(--e-global-color-primary); }
body .form-white .gform_wrapper input[type=submit]:hover { background: none !important; color: #fff; }
body .gform_wrapper.gravity-theme .gform_footer { padding: 25px 0 0; }

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

body .ginput_container_consent, body .gfield_checkbox .gchoice { position: relative; padding-left: 25px; font-size: 16px; line-height: 24px; }
body .gfield_checkbox .gchoice { margin: 7px 0; }
body .ginput_container_consent label:before, body .gfield_checkbox .gchoice label:before { content: ''; border: 1px solid #E8E5E3; background: #fff; position: absolute; left: 0; top: 6px; width: 16px; height: 16px; border-radius: 2px; }
body .form-white .ginput_container_consent label:before, body .form-white .gfield_checkbox .gchoice label:before { border-color: #fff; background: none; }
body .ginput_container_consent input[type=checkbox]:checked + label:before, body .gfield_checkbox 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, body .form-white .gfield_checkbox input[type=checkbox]:checked + label:before { border-color: #fff; background-color: #fff; color: var(--e-global-color-primary); background-image: url(images/check-icon2.svg); }
body .form-white .ginput_container_consent label { color: #fff !important; }
body .ginput_container_consent input, body .gfield_checkbox input { display: none !important; }
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; width: 100%; }
body .slick-slider.slick-dotted { margin-bottom: 40px; }

body .slick-list { outline:none; position: relative; display: flex; 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: flex; }
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: 52px; height: 52px; line-height: 52px; font-size: 0; cursor: pointer; padding: 0; outline: none !important; border: none !important; background: var(--e-global-color-primary) !important; border-radius: 0; 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: 0; } 
body .slick-slider .slick-arrow:hover { background: var(--e-global-color-secondary) !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: var(--e-global-color-primary) !important; }
body .slick-slider .slick-arrow svg { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
body .post-slider .slick-arrow, body .event-slider .slick-arrow { top: -80px; transform: none; left: auto; right: 0; }
body .post-slider .slick-arrow.slick-prev { left: auto; right: 85px; } 
body .slick-slider .slick-slide, body .post-slider .post-b { display: flex; }
body .post-slider .post-b { flex-wrap: wrap; }
 

@media (max-width: 767px) { 
	body .slick-slider .slick-arrow, body .slick-arrow { width: 50px; height: 50px; line-height: 50px; }
	body .post-slider, body .event-slider { padding-top: 50px; }
	body .post-slider .slick-arrow.slick-next { top: 0; right: auto; left: 50%; margin-left: 20px; }
	body .post-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 7px; display: inline-block; }
body ul.slick-dots li button { font-size: 0; width: 10px; height: 10px; padding: 0; border: none; background: #AAAFBD; 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 { width: 24px; height: 24px; line-height: 24px; font-size: 16px; font-weight: 800; color: #CCCFD7 !important; border: none; margin: 10px; vertical-align: middle; display: none; }
body .facetwp-facet-pagination .facetwp-page:hover, .facetwp-facet-pagination .facetwp-page.active { color: var(--e-global-color-primary) !important;  } 
body .facetwp-facet-pagination .facetwp-page.next, .facetwp-facet-pagination .facetwp-page.prev { display: inline-block; width: 24px; height: 24px; line-height: 24px; font-weight: 600; font-size: 0; border: none; color: #CCCFD7; text-align: center; }  
body .facetwp-facet-pagination .facetwp-page.next:before, .facetwp-facet-pagination .facetwp-page.prev:before { font-family: 'FontAwesome'; font-size: 20px; }
body .facetwp-facet-pagination .facetwp-page.prev:before { content: "\f104"; } 
body .facetwp-facet-pagination .facetwp-page.next:before { content: "\f105"; }
body .facetwp-facet-pagination .facetwp-page.next:hover, body .facetwp-facet-pagination .facetwp-page.prev:hover { color: var(--e-global-color-primary);  }

body .fs-wrap { width: 100%; vertical-align: top; }
body .fs-label-wrap { background-color: #F2F3F5; border: none; font-size: 16px; border-radius: 0; }
body .fs-label-wrap .fs-label { padding: 0 20px 0 50px; height: 45px; line-height: 45px; min-width: 220px; }
body .facetwp-type-fselect { display: flex; }
body .fs-search { display: none; }
body .fs-dropdown { padding: 15px 0; border: none; margin-top: 10px; box-shadow: 0px 3px 10px rgba(168, 168, 168, 0.10); }
body .fs-option:first-child { display: none; }
body .fs-option { padding: 15px 20px; font-size: 14px; }
body .fs-option:hover, .fs-wrap.single .fs-option.selected { background: var(--e-global-color-primary); color: #fff; }
body .fs-arrow { right: auto; left: 0; border: none; background: url(images/filter-icon.svg) no-repeat right center; width: 30px; height: 10px; transform: none !important; }
body .fs-dropdown .fs-options { max-height: none; }

body .facetwp-icon { display: none; }
body .facetwp-input-wrap { display: block; }
body input.facetwp-search:not([type="button"]):not([type="submit"]) { border: none; padding-left: 50px !important; background: url(images/search2.svg) no-repeat 15px center #F2F3F5;; border-radius: 0; }
body .facetwp-facet select { background-color: rgba(0,0,0,0); }
body select.facetwp-per-page-select { border-radius: 0; border-color: #CCCFD7; height: 34px; line-height: 34px; padding: 0 22px 0 8px !important; background-image: url(images/down-arrow2.svg); color: var(--e-global-color-primary); background-size: 21px auto; }
body .facetwp-facet-result_count { font-family: "Montserrat", Sans-serif; font-size: 14px; font-weight: 500; }

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

body .title-style { position: relative; text-align: center; }
body .title-style:before { content: ''; position: absolute; height: 3px; width: 100%; background: #F2F3F5; top: 50%; left: 0; transform: translatey(-50%); }
body .title-style span { display: inline-block; background: #fff; padding: 0 20px; position: relative; }
body .related-title { margin-bottom: 20px; }

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 .ue_inner_menu-box > div, body .ue_inner_menu-box > div > div, body .ue_inner_menu-box ul.uc-list-menu { max-width: 100% !important; width: 100% !important; }
body .ue_inner_menu-box ul.uc-list-menu > li { border-bottom: 1px solid #DDDEE0; }
body .ue_inner_menu-box ul.uc-list-menu > li > a { padding: 12px 17px; }
body.menu-opened .ue_menu ul li a { width: 100%; }
body .uc-list-menu ul li a { padding: 2px 20px; }
body .uc-list-menu a.expanded + ul { padding-bottom: 12px !important; }
body .uc-list-menu .uc-menu-item-pointer { transform: none !important; right: 15px !important; top: 21px; }
body.menu-opened .ue_inner_menu { top: 70px !important; position: relative; }
body.menu-opened  .elementor-nav-menu--dropdown.elementor-nav-menu__container { margin: 0 !important; }
body.menu-opened .top { background: #F2F3F5; }

body .top-menu ul li:not(:first-child) { padding-left: 12px; position: relative; }
body .top-menu ul li:not(:first-child):before { content: ""; position: absolute; top: 16px; left: 0; width: 6px; height: 6px; border-radius: 100%; background: #AEB2BF; }
body .top-menu ul li a:hover { background: #EBECEE; border-radius: 4px; }

body .mainmenu .sub-arrow { opacity: 0.6; }
body .home-hero-link a { min-height: 100px; }
body .home-hero-link > div { display: flex; align-content: normal; }
body .home-hero-link > div > div { display: flex; }
body .home-hero-link > div > div > div, body .home-hero-link > div > div > div > div { display: flex; width: 100%; }

@media (min-width: 768px) { 
	body .home-hero-link a { text-align: left; }
}

body .content-style .elementor-background-overlay { z-index: -1; top: 26px; left: 16px; min-height: 110%; min-width: 105%; }
body .content-style-main .elementor-container { align-items: center; }

@media (max-width: 767px) { 
	body .content-style .elementor-background-overlay { min-height: 105%; }
}

.card-box { position: relative; width: 100%; }
body .card-image img { height: 465px; width: 100%; object-fit: cover; }
.card-title { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(255,255,255,0.8); width: 100%; text-align: center; padding: 20px 25px; }
body .card-title h3 { color: var(--e-global-color-text); padding: 0; margin: 0; }

@media (max-width: 767px) { 
	body .card-image img { height: 385px; }
}

body .form-style .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { border-radius: 0; height: 40px; background: none; border: none; border-bottom: 1px solid #fff; color: #fff; }
body .form-style .gform_wrapper textarea { height: 100px; background: none; border: none; border-bottom: 1px solid #fff; border-radius: 0; }
body .form-style .gfield_description { font-size: 10px !important; line-height: 20px !important; padding: 0 20px !important; }
body .form-style .gfield--type-checkbox .gfield_label { padding-top: 15px; }
body .form-style .gform_wrapper.gravity-theme  .gform_footer { margin: 0; padding: 30px 0 0; }
body .form-style select { border: none; border-bottom: 1px solid #fff; color: #fff; border-radius: 0; background: url(images/down-arrow-white) no-repeat right center; }
body .form-style ::-webkit-input-placeholder { color:#fff; }
body .form-style ::-moz-placeholder { color:#fff; }  
body .form-style :-ms-input-placeholder { color:#fff; } 
body .form-style input:-moz-placeholder { color:#fff; }
body .form-style .gform_wrapper.gravity-theme .gfield_required { font-size: 10px !important; line-height: 20px !important;  color: #fff; font-style: normal; }

body .newsletter-img .elementor-widget-container { display: flex; justify-content: flex-end; }
 
body .video-slide { padding: 0 15px; }
body .video-slider .slick-list { overflow: visible; }
body .video-slider .slick-arrow { background: #fff !important; transform: none; top: 115px; }
body .video-slider .slick-arrow svg path { fill: var(--e-global-color-primary) !important; }
body .video-slider .slick-arrow:hover svg path { fill: #fff !important; }
body .video-slider .slick-prev { left: -14px; }

body .video-slider .elementor-custom-embed-image-overlay img { height: 290px; object-fit: cover; width: 100%; }

@media (min-width: 768px) { 
	body .video-slider .slick-next { display: none !important; }
	body .video-slider.slick-dotted { margin: 0; }
	body .video-slider-main > div > .elementor-background-overlay { width: 3000px; z-index: 3; left: auto; right: 60%; top: -5px; height: 105%; }
	body .video-slider .slick-prev { left: 40%; margin-left: -15px; }
	body .video-slider, .video-slider-main > div, .video-slider-main { position: initial !important; }
	body .video-slider ul.slick-dots { bottom: 50px; left: 0; width: 40%; transform: none; z-index: 3; padding-left: 10px; }
}

body .elementor-accordion-item { margin-bottom: 5px; }
body .elementor-accordion .elementor-tab-title { display: flex; align-items: center; }
body .elementor-accordion .elementor-tab-title a { color: var(--e-global-color-primary) !important; transition: none !important; }
body .elementor-accordion .elementor-tab-title.elementor-active { background: #636363 !important; }
body .elementor-accordion .elementor-tab-title.elementor-active a { color: #fff !important; }
body .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened svg { fill: #fff; }

/* Custom Post Customizations {update} */
/* UPDATE COLORS for THEME */
.post-box { padding: 20px 0; }
body .post-img { position: relative; height: 300px; background: var(--e-global-color-primary); }
body .post-img img { vertical-align: top; height: 300px; object-fit: cover; width: 100%; }
body .post-img:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: rgba(31,31,31,0.12); background: linear-gradient(180deg, rgba(31,31,31,0.12) 9%, rgba(31,31,31,1) 73%); }

.post-box .post-b { width: 100%; position: relative; }
 
.post-box .post-content { position: absolute; bottom: 0; left: 0; width: 100%; color: #fff; padding: 15px; }
body .post-content h3 { margin: 0; padding: 0 0 10px; }
.post-content h3 a { color: #fff; }
.post-content h3 a:hover { color: #fff; opacity: 0.8; }
.post-datelink { display: flex; justify-content: space-between; align-items: center; }
body .post-datelink a.read-link { padding: 4px 10px 3px; border-color: #fff; background: #fff; color: var(--e-global-color-primary); }
body .post-datelink a.read-link:hover { background: none; color: #fff; }
body .post-cat { padding-top: 10px; }
body .post-cat a { background: var(--e-global-color-secondary); color: #fff; padding: 2px 10px; display: inline-block; margin: 5px; font-size: 16px; line-height: 24px; font-weight: 700; text-transform: uppercase; }
body .post-cat a:first-child { margin-left: 0; }
body .post-cat a:hover { background: #2C2C2C; color: #fff; }
.post-date span { display: block; }

@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; flex-wrap: wrap; }   
}

@media (min-width: 768px) and (max-width: 1100px) { 

}

@media (max-width: 767px) {  

}

body .events-main { padding: 0 0 90px; margin-top: -420px; }
body .events-main .elementor-container { display: block; padding: 0 10px; }
body #tribe-events-pg-template { max-width: none; padding: 0; margin: 0; }
body .event-dta svg { margin: 0 5px 3px 0; vertical-align: middle; }
body .event-dta svg path { fill: var(--e-global-color-secondary); }

.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: 40px; height: 40px; position: absolute; left: 0; top: 0; background-size: 18px auto; color: var(--e-global-color-primary); }
body .tribe-events-c-search__input-control input[type=text].tribe-events-c-search__input { background: none; border-radius: 0; height: 40px; padding: 0 20px 0 40px !important; margin: 0; border: none !important; background-color: #F2F3F5 !important; } 
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__events-bar { width: 60%; position: relative; margin: 0; }
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:hover, body .tribe-events .tribe-events-c-nav__prev:hover { color: var(--e-global-color-text); }
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 .event-search-filter { width: 100%; display: flex; justify-content: space-between; padding-bottom: 20px; align-items: center; background: #fff; padding: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.15); }

/*filter*/
body .tribe-events .tribe-events-c-events-bar__search-button, body .tribe-events-c-events-bar__filter-button-container button { border-radius: 0 !important;  height: 40px !important; padding: 8px 10px 0 !important; border: nonw !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: 40%; }
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 { padding-left: 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-primary); background: url(images/filter-icon.svg) no-repeat 14px center #F2F3F5; border: none; border-radius: 0; padding: 0 20px 0 35px; height: 40px; line-height: 40px; text-transform: none; }

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: 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, 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 20px 0 60px !important; }
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; right: 10px; top: 6px; 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-filter-bar .tribe-filter-bar-c-pill, body .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-slider-container, body .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-slide:last-child, body .tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill { width: 100%; }

body .tribe-events-c-events-bar__filter-button-container { display: none; }

body .event-img { position: relative; width: 100%; background: #fff; }
body .event-img img { height: 300px; border: 12px solid #fff; width: 100%; object-fit: cover; }
body .event-cat { position: absolute; top: 24px; left: 24px; }
body .event-cat a { background: #2C2C2C; display: inline-block; font-size: 14px; font-weight: 700; text-transform: uppercase; color: #fff; padding: 2px 10px; line-height: 22px; }
body .event-cat a:hover { background: var(--e-global-color-secondary); color: #fff; }
body .event-content-main { background: #F2F3F5; padding: 0 45px 24px; display: flex; flex-wrap: wrap; justify-content: center; }
body .event-content { background: #fff; padding: 20px 24px; width: 100%; position: relative; min-height: 140px; }
body .event-content-cover { height: 100px; margin-bottom: 24px; display: flex; align-items: flex-end; width: 100%; }
body .event-content h4 { font-weight: 400; min-height: 50px; margin: 0; padding-bottom: 10px; }
body .event-content h4 a { color: var(--e-global-color-primary); }
body .event-content h4 a:hover { color: var(--e-global-color-secondary); }
body .event-content span { display: block; }
body .event-box a.event-link.elementor-button { padding: 12px 22px; }

@media (min-width: 768px) {  
	body .event-search { width: 40%; display: flex; justify-content: flex-end; }  
	body .event-boxes { margin: 0 -15px; display: flex; flex-wrap: wrap; }
  	body .event-boxes .event-box { padding: 15px; width: 33.33%; display: flex; flex-wrap: wrap; align-content: flex-start; }  
	body .event-content h4 { line-height: 26px; }
}

@media (min-width: 768px) and (max-width: 1024px) {  
	body .event-content-main { padding: 0 25px 24px; }
}
	
@media (max-width: 767px) { 
	body .events-main { padding: 40px 0 80px; margin-top: -220px; }
	body .event-content-main { padding: 0 25px 24px; }	
}

body .event-detail-links a { color: var(--e-global-color-primary); }
body .event-detail-links a:hover { color: var(--e-global-color-secondary); }
body .sponsor-link .elementor-button-text { text-align: left !important; }
body .tec-events-elementor-event-widget__export-dropdown-button i, body .tec-events-elementor-event-widget__export-dropdown-button svg { display: none; }
body .tec-events-elementor-event-widget__export-dropdown-content { margin: 0 !important; }

@media (min-width: 768px) {  
	body .event-img-cover { position: absolute; top: 0; left: 0; width: 60% !important; height: 100%; }
	body .event-img-cover * { position: initial; }
	body .event-img-cover img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }
	.event-detail-header > div { position: initial !important; justify-content: flex-end; }
}

@media (max-width: 767px) { 
	body .event-detail-header-content { background: #FDFDFE; }
	body .event-detail-header-content > div { box-shadow: none !important; }
} 

body .events-boxes2 .event-box2 { padding: 15px 0; }
body .event-img2 { height: 300px; background: #fff; }
body .event-img2 img { height: 300px; width: 100%; border: 12px solid #fff; object-fit: cover; }
body .event-content2 { width: 100%; padding: 0 25px; height: 90px; display: flex; align-items: flex-end; color: var(--e-global-color-primary); }
body .event-content2-inner { padding: 20px 15px; background: #fff; width: 100%; min-height: 140px; transition: all .4s ease-in-out; }
body .event-content2 h4 { margin: 0; padding: 0; height: 68px; overflow: hidden; }
body .event-content2 h4 a, body .event-content2 H4 { color: var(--e-global-color-primary); }
body .event-content2 h4 a:hover { color: var(--e-global-color-secondary); }
body a.event-link2, body span.event-link2 { margin-top: 10px; font-weight: 600; color: var(--e-global-color-primary); text-decoration: underline;justify-content: flex-end; }
body a.event-link2:hover { color: var(--e-global-color-primary); text-decoration: none; }
body .event-date2 { font-size: 16px; font-weight: 600; }
body .event-date3 { font-size: 16px; }
body .event-text2, body a.event-link2, body span.event-link2 { display:  none; } 
body .tribe-filter-bar-c-filter { width: 100%; }

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__list-item { width: auto; padding: 10px; }
body .tribe-events .tribe-events-c-nav__list { justify-content: center; }

@media (min-width: 768px) { 
	body .events-boxes2 { margin: 0 -15px; display: flex; flex-wrap: wrap; }
  	body .events-boxes2 .event-box2 { padding: 15px; width: 33.33%; display: flex; flex-wrap: wrap; align-content: flex-start; }  
}

@media (min-width: 1100px) {  
	body .event-b2:hover .event-text2 { display: block; } 
	body .event-b2:hover a.event-link2, body .event-b2:hover span.event-link2 { display: flex; }
	body .event-content2-inner { padding: 20px; }
	body .event-content2 { padding: 0 40px; }
} 
 


body .cat-list { font-size: 0; } 
body .cat-list .elementor-icon-list-text a { background: var(--e-global-color-secondary); color: #fff !important; padding: 2px 10px; display: inline-block; margin: 5px; font-size: 16px; line-height: 24px; font-weight: 700; text-transform: uppercase; }
body .cat-list .elementor-icon-list-text a:first-child { margin-left: 0; }
body .cat-list .elementor-icon-list-text a:hover { background: #2C2C2C; color: #fff; }

body .team-detail:before, body .team-header:before { content: ''; position: absolute; top: 0; height: 38px; background: linear-gradient(90deg, rgba(0,14,57,0.03) 0%, rgba(0,14,57,0.03) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 51%, rgba(0,14,57,0.25) 51%, rgba(0,14,57,0.25) 62%, rgba(255,255,255,1) 62%, rgba(255,255,255,1) 63%, rgba(0,14,57,0.1) 63%); width: 100%; }
body .team-header:before { top: auto; bottom: -38px; }

@media (max-width: 767px) { 
    body .team-detail:before, body .team-header:before { height: 14px; }
}

body .blockquote-style { border-left: 44px solid #EDF5F5; padding: 20px 20px 20px 0; }
body .blockquote-style > div { background: #fff; padding: 14px 25px; margin-left: -24px; }

body .team-b { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; }
body .team-img:not(.team-staff) { background: #E6E6E6; height: 260px; width: 260px; border-radius: 100%; }
body .team-img:not(.team-staff) img { height: 260px; width: 260px; border-radius: 100%; }
body .team-slider .team-img:not(.team-staff), body .team-slider .team-img:not(.team-staff) img { height: 180px !important; width: 180px !important; }
body .team-img.team-staff { height: 310px; width: 100%; }
body .team-img.team-staff img { max-height: 310px; width: auto; }
body .team-b h4 { margin: 0; padding: 15px 0 0; width: 100%; }
body .team-b h4 a { font-weight: 500; color: var(--e-global-color-primary); }
body .team-b h4 a:hover { color: var(--e-global-color-accent); } 
body .team-type { color: #7F869B; font-weight: 500; font-size: 18px; }
body .team-img.team-staff.team-no-img { background: url(images/team-placeholder.png) no-repeat bottom center; }
.team-postion2 { opacity: 0.8; width: 100%; }

body .team-slider .team-img.team-staff { height: 180px; width: 100%; }
body .team-slider .team-img.team-staff img { max-height: 180px; width: auto; }
body .team-slider .team-img.team-staff.team-no-img { background-size: auto 180px; }
body .team-slider .team-type { display: none; }
body .team-slider .slick-arrow { background: #fff !important; }
body .team-slider .slick-arrow:hover { background: var(--e-global-color-primary) !important; }
body .team-slider .slick-arrow svg path { fill: var(--e-global-color-primary) !important; }
body .team-slider .slick-arrow:hover svg path { fill: #fff !important; }
body .team-slider .slick-list { overflow: visible; }
body .team-slider .team-b { opacity: 0.6; }
body .team-slider .team-b:hover { opacity: 1; }

body .testimonial-slider-main > div, body .testimonial-slider-main > div > div, body .testimonial-slider-main > div > div > div, body .testimonial-slider-main > div > div > div > div, body .testimonial-slider-main > div > div > div > div > div , body .team-slider { position: initial !important; }
body .team-slider .slick-arrow.slick-prev { left: 30px; }
body .team-slider .slick-arrow.slick-next { right: 30px; }
body .team-slider-staff .slick-list { overflow: hidden; } 
body .team-slider-staff .team-b h4 { padding: 20px 0; }


@media (min-width: 768px) { 
	body .team-boxes { margin: 0 -15px; display: flex; flex-wrap: wrap; }
  	body .team-boxes .team-box { padding: 20px 15px; width: 33.33%; display: flex; flex-wrap: wrap; align-content: flex-start; }  
	body .team-type { padding: 0 10%; }
}

@media (min-width: 768px) and (max-width: 900px) { 
	body .team-img:not(.team-staff), body .team-img:not(.team-staff) img { height: 220px; width: 220px; }
	body .team-img.team-staff { height: 260px; }
	body .team-img.team-staff img { max-height: 260px; }
}

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

body .speaker-info-main { position: relative; padding: 30px 22px; background: #F7FBFD; min-height: 340px; }
body .speaker-info-main:before { content: ''; position: absolute; top: -16px; left: -16px; right: 40px; background: #53B8D3; height: 350px; z-index: -1; }
body .speaker-main > div { position: relative; }
body .speaker-info h2 { color: var(--e-global-color-primary); margin: 0; padding: 0 0 20px; }
body .speaker-img img { max-width: 200px; margin-bottom: 20px; }

@media (min-width: 768px) {
	.speaker-img { float: left; margin: 0 25px 25px 0; max-width: 250px; }
}

body .arrow-icon img { margin: -6px 0; }
body .become-member-link .elementor-widget:not(:last-child) { margin: 0; }

body .hotel-content > div:before { content: ''; position: absolute; top: 0; height: 100%; left: 0; width: 2000px; background: #F2F3F5; }
body .hotel-img > div:before  { content: ''; position: absolute; top: 40px; bottom: 54px; right: 100%; width:2000px; background: #E6E7EC; }
body .hotel-content h4 { color: var(--e-global-color-primary); margin: 0; font-weight: 700; }

body .registration-section:before { content: ''; position: absolute; top: 60px; bottom: 60px; left: 0; width: 100%; background: #EEF8FB; }

body .post-resource { padding: 15px 0; }
body .post-resource a, a.resource-link, body .resource-link a { display: block; color: #606164; width: 100%; background: url(images/document.svg) no-repeat 20px center #F2F3F5; padding: 18px 20px 18px 70px; text-decoration: none; }
body .resource-link.resource-linkwhite a { background-color: #fff; }
body .post-resource a:hover, a.resource-link:hover, body .resource-link a:hover { background-color: #F7FBFD; }
body .post-resource-info, body .resource-info { color: #606164; }
body .post-resource a:hover .post-resource-info, body .resource-link:hover  .resource-info  { color: #000; }
body .post-resource-info span + span, body .resource-info span + span, body .resource-info2 span + span { margin-left: 5px; padding-left: 12px; position: relative; }
body .post-resource-info span + span:before, body .resource-info span + span:before, body .resource-info2 span + span:before { content: ''; position: absolute; left: 0; top: 7px; height: 5px; width: 5px; border-radius: 100%; background: #606164; }
body .post-resource h6, body a.resource-link h6, body .resource-link h6 { margin: 0; color: var(--e-global-color-primary); font-size: 18px; line-height: 30px; font-weight: 500; }

a.resource-link { display: inline-block; margin: 5px; width: auto; text-decoration: none; }
body .resource-link h6 { padding-bottom: 4px; }
body .resource-link .elementor-widget { margin: 0 !important; }

@media (min-width: 768px) {  
	.post-resources { display: flex; margin: 0 -10px; flex-wrap: wrap; justify-content: center; }
	body .post-resource { width: 33.33%; padding: 10px; }
}

.membership-title:before { content: ''; position: absolute; bottom: 0; left: 50%; transform: translatex(-50%); height: 1px; width: 148px; background: #D2D2D2; }
body .membership-slider .slick-arrow { background: none !important; width: 30px !important; height: 30px !important; }
body .membership-slider .slick-arrow svg path { fill: #CCCFD7 !important; }
body .membership-slider .slick-arrow:hover { background: none !important; }
body .membership-slider .slick-arrow:hover svg path { fill: var(--e-global-color-primary) !important; }

body .membership-slide-style > div > div > div { border-color: #797979 !important; box-shadow: 0 0 10px rgba(0,0,0,0.2); } 
body .membership-slider { padding-bottom: 30px; }
body .membership-slider .slick-track, body .membership-slider .slick-list { align-items: center; }
body .membership-slider .slick-slide { align-items: flex-start; }
 
@media (min-width: 768px) {  
	body .membership-slide .elementor-element > .elementor-element-populated { min-height: 900px; }
	body .membership-slide-style .elementor-element > .elementor-element-populated { min-height: 1000px; }
}

@media (min-width: 1100px) {  
	body .membership-slider .slick-prev { left: -50px !important; }
	body .membership-slider .slick-next { right: -50px !important; } 
}

/*body.post-type-archive-tribe_events .tribe-events-header { display: none !important; }*/

body .footer-newsletter-from .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { border-radius: 0; /*color: #fff;*/ }
body .footer-newsletter-from .gform_confirmation_message { color: #fff; }

body .footer-newsletter-from .gform_wrapper input[type=submit] { background: none; padding: 0 22px; height: 45px !important; border-color: #fff; color: #fff !important; }
body .footer-newsletter-from .gform_wrapper input[type=submit]:hover { background: #fff; color: var(--e-global-color-primary) !important; }
body .footer-newsletter-from .gform_heading { display: none; }

@media (min-width: 1101px) { 
	body .footer-newsletter-from form { position: relative; padding-right: 190px; }
	body .footer-newsletter-from .gform_wrapper.gravity-theme .gform_footer { padding: 0; margin: 0; position: absolute; right: 0; top: 0; }
}

@media (max-width: 767px) { 
    body .footer-links ul li, body .footer-links ul li a { display: block; text-align: center; }
}
@media (max-width: 1100px) { 
	body .footer-newsletter-from .gform_wrapper.gravity-theme .gform_footer { padding: 15px 0 0; }
	body .footer-newsletter-from .gform_wrapper input[type=submit] { width: 100%; margin: 0; }
}

.give-donor-dashboard-button.give-donor-dashboard-button--primary:before {
bottom:10!important;
color:#061139!important;
background-color:transparent!important
}
.give-donor-dashboard-button.give-donor-dashboard-button--primary {
bottom:10!important;
color:#061139!important;
background-color:transparent!important;
}

#gfield_consent_description_4_10 {
	border:none!important;
	overflow-y: hidden!important;
	font-size:16px!important;
	font-weight:700!important;
	line-height:26px!important;
	margin-bottom:8px!important;
	padding:0px!important;
}