/* 
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");

/*
    Add your custom styles here
*/

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

.d-flex { display: flex; }

.flex-wrap { flex-wrap: wrap; }
.flex-nowrap { flex-wrap: nowrap; }
.flex-wrap-reverse { flex-wrap: wrap-reverse; }
 
.justify-content-start { justify-content: flex-start; }
.justify-content-end { justify-content: flex-end; }
.justify-content-center { justify-content: center; }
.justify-content-between { justify-content: space-between; }
.justify-content-around { justify-content: space-around; }
.justify-content-evenly { justify-content: space-evenly; }
.align-items-start { align-items: flex-start; }
.align-items-end { align-items: flex-end; }
.align-items-center { align-items: center; }
.align-items-baseline { align-items: baseline; }
.align-items-stretch { align-items: stretch; }

.align-content-start { align-content: flex-start; }
.align-content-end { align-content: flex-end; }
.align-content-center { align-content: center; }
.align-content-between { align-content: space-between; }
.align-content-around { align-content: space-around; }
.align-content-stretch { align-content: stretch; }

.align-self-auto { align-self: auto; }
.align-self-start { align-self: flex-start; }
.align-self-end { align-self: flex-end; }
.align-self-center { align-self: center; }
.align-self-baseline { align-self: baseline; }
.align-self-stretch { align-self: stretch; }

@media (min-width: 768px) { 
	.m-d-flex { display: flex; }

	.m-flex-wrap { flex-wrap: wrap; }
	.m-flex-nowrap { flex-wrap: nowrap; }
	.m-flex-wrap-reverse { flex-wrap: wrap-reverse; }

	.m-justify-content-start { justify-content: flex-start; }
	.m-justify-content-end { justify-content: flex-end; }
	.m-justify-content-center { justify-content: center; }
	.m-justify-content-between { justify-content: space-between; }
	.m-justify-content-around { justify-content: space-around; }
	.m-justify-content-evenly { justify-content: space-evenly; }
	.m-align-items-start { align-items: flex-start; }
	.m-align-items-end { align-items: flex-end; }
	.m-align-items-center { align-items: center; }
	.m-align-items-baseline { align-items: baseline; }
	.m-align-items-stretch { align-items: stretch; }

	.m-align-content-start { align-content: flex-start; }
	.m-align-content-end { align-content: flex-end; }
	.m-align-content-center { align-content: center; }
	.m-align-content-between { align-content: space-between; }
	.m-align-content-around { align-content: space-around; }
	.m-align-content-stretch { align-content: stretch; }

	.m-align-self-auto { align-self: auto; }
	.m-align-self-start { align-self: flex-start; }
	.m-align-self-end { align-self: flex-end; }
	.m-align-self-center { align-self: center; }
	.m-align-self-baseline { align-self: baseline; }
	.m-align-self-stretch { align-self: stretch; }

}

@media (max-width: 767px) { 
	.sm-d-flex { display: flex; }

	.sm-flex-wrap { flex-wrap: wrap; }
	.sm-flex-nowrap { flex-wrap: nowrap; }
	.sm-flex-wrap-reverse { flex-wrap: wrap-reverse; }

	.sm-justify-content-start { justify-content: flex-start; }
	.sm-justify-content-end { justify-content: flex-end; }
	.sm-justify-content-center { justify-content: center; }
	.sm-justify-content-between { justify-content: space-between; }
	.sm-justify-content-around { justify-content: space-around; }
	.sm-justify-content-evenly { justify-content: space-evenly; }
	.sm-align-items-start { align-items: flex-start; }
	.sm-align-items-end { align-items: flex-end; }
	.sm-align-items-center { align-items: center; }
	.sm-align-items-baseline { align-items: baseline; }
	.sm-align-items-stretch { align-items: stretch; }

	.sm-align-content-start { align-content: flex-start; }
	.sm-align-content-end { align-content: flex-end; }
	.sm-align-content-center { align-content: center; }
	.sm-align-content-between { align-content: space-between; }
	.sm-align-content-around { align-content: space-around; }
	.sm-align-content-stretch { align-content: stretch; }

	.sm-align-self-auto { align-self: auto; }
	.sm-align-self-start { align-self: flex-start; }
	.sm-align-self-end { align-self: flex-end; }
	.sm-align-self-center { align-self: center; }
	.sm-align-self-baseline { align-self: baseline; }
	.sm-align-self-stretch { align-self: stretch; }

}

body ol, body ul { padding: 10px 0 25px 24px; }
body ol { padding-left: 17px; }
body ol li { padding: 5px 0; }

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: 52px; line-height: 52px;  padding: 0 50px 0 20px !important; border-radius: 20px; border-color: #fff; } 
  

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 25px !important; height: 52px; line-height: 52px; }
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: 25px !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; }
body .gform_wrapper.gravity-theme .gform_footer { display: block; }

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

body .text-white h1, body .text-white h2, body .text-white h3, body .text-white h4, body .text-white h5, body .text-white h6, body .text-white a, body .text-white { color: var(--e-global-color-eb74d60) !important; }
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 ul.elementor-nav-menu--dropdown a, body ul.elementor-nav-menu--dropdown a:focus, body ul.elementor-nav-menu--dropdown a:hover { border-left: none; border-radius: 0 !important; }
body ul.elementor-nav-menu--dropdown { padding: 0 !important; min-width: 180px !important; }

 
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 { padding-bottom: 65px; }
body .slick-slider .slick-arrow, body .slick-arrow { z-index: 5; position: absolute; bottom: 0; transform: translateX(-50%); display: inline-block; width: 46px; height: 46px; line-height: 46px; font-size: 0; cursor: pointer; padding: 0; outline: none !important; border: none !important; background: var(--e-global-color-secondary) !important; border-radius: 100%; left: 50%;  text-align: center; box-shadow: none !important; }  
body .slick-slider .slick-arrow:hover { background: var(--e-global-color-primary) !important; }

body .slick-slider .slick-arrow svg path { fill: #fff !important; }
body .slick-slider .slick-arrow.slick-prev { margin-left: -30px; } 
body .slick-slider .slick-arrow.slick-next { margin-left: 30px; }  
body .slick-slider .slick-arrow.slick-disabled, body  .slick-arrow.slick-disabled { display: none; }

body .slick-slider .slick-arrow svg { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
 
body 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); }

@media (max-width: 1100px) {  
    body .slick-slider { padding-bottom: 65px; }
	body .slick-slider .slick-arrow, body .slick-arrow { width: 50px; height: 50px; line-height: 50px; }
	body .slick-slider .slick-arrow.slick-prev { margin-left: -35px; } 
	body .slick-slider .slick-arrow.slick-next { margin-left: 35px; } 
}

body:not(.elementor-page) .content-space { padding: 50px 10px; }
body:not(.elementor-page) .content-space > .elementor-column-wrap { max-width: 1140px; margin: 0 auto; }
body:not(.elementor-page) .content-space2 { padding: 0 10px; }

body .facetwp-facet select { height: 40px; border: 1px solid #ddd; line-height: 40px; border-radius: 10px; }

body .facetwp-facet-pagination { text-align: center; }
body .facetwp-facet-pagination .facetwp-page { display: inline-block; width: 40px; height: 40px; line-height: 36px; font-size: 16px; font-weight: 700; color: var(--e-global-color-db1c7dd); margin: 10px 5px; vertical-align: middle; border-radius: 100%; border: 2px solid #E3EBD5; }
body .facetwp-facet-pagination .facetwp-page:hover, .facetwp-facet-pagination .facetwp-page.active { background-color: var(--e-global-color-primary); color: #fff !important; border-color: var(--e-global-color-primary); } 
body .facetwp-facet-pagination .facetwp-page.next, body .facetwp-facet-pagination .facetwp-page.prev { font-size: 0; }   
body .facetwp-facet-pagination .facetwp-page.prev { background-image: url(images/left-arrow.svg); background-repeat: no-repeat; background-position: center; background-size: 10px auto; }
body .facetwp-facet-pagination .facetwp-page.next { background-image: url(images/right-arrow.svg); background-repeat: no-repeat; background-position: center; background-size: 10px auto; }
body .facetwp-facet-pagination .facetwp-page.prev:hover { background-image: url(images/left-arrow-hover.svg);  }
body .facetwp-facet-pagination .facetwp-page.next:hover { background-image: url(images/right-arrow-hover.svg); }
 
body input.facetwp-search:not([type="button"]):not([type="submit"]) { font-size: 16px; border: 1px solid var(--e-global-color-primary); border-radius: 50px; height: 48px; padding-right: 60px !important; max-width: 220px; }
body .facetwp-input-wrap { display: block; }
body select.facetwp-dropdown { color: var(--e-global-color-secondary); } 
body .facetwp-icon:before { content: ''; background: url(images/search.svg) no-repeat center!important; width: 45px; height: 100%; animation: none !important; }
body .facetwp-icon:hover:before { background-image: url(images/search-hover.svg) !important; }
body .facetwp-icon { opacity: 1; right: 10px; }
 
body .fs-label-wrap { background: url(images/down-arrow.svg) no-repeat right center #fff; background-size: 30px auto; border: 1px solid var(--e-global-color-primary); height: 48px; padding: 0 15px; display: flex; align-items: center; border-radius: 60px; }
body .fs-options { width: 100%;  background: #fff; box-shadow: 0 0 8px 0 #25282B12; border-radius: 8px; padding: 10px 0; }
body .facetwp-type-fselect .fs-search, body .fs-label-wrap .fs-arrow { display: none; }
body .fs-dropdown { border: none; margin-top: 10px; }
body .fs-option { padding: 14px 23px 14px 50px; font-size: 14px; position: relative; }
body .fs-option:last-child { border-bottom: none; }
body .fs-option:hover, body .fs-wrap.single .fs-option.selected { color: var(--e-global-color-accent); background: #71992F04 }
body .fs-option:first-child .fs-option-label:before { content: 'All '; }
body .fs-checkbox { position: absolute; left: 23px; top: 12px; width: 16px; height: 16px; border: 1px solid var(--e-global-color-primary); border-radius: 2px; }
body .selected .fs-checkbox { background: url(images/check.svg) no-repeat center 2.3px var(--e-global-color-primary); }

@media (min-width: 768px) {  
	body .img-full, body .img-full * { position: absolute; top: 0; left: 0; height: 100% !important; width: 100%; }
	body .img-full img { object-fit: cover; }
}

@media (min-width: 1100px) { 
	body ul.elementor-nav-menu li.donate-link > a:link, body ul.elementor-nav-menu li.donate-link > a:visited { background: var(--e-global-color-primary); color: #fff !important; border: 2px solid var(--e-global-color-primary); font-weight: 500; border-radius: 50px; padding: 5px 20px !important; line-height: 24px; margin: 0 10px; }
	body ul.elementor-nav-menu li.donate-link > a:hover { background: none; color: var(--e-global-color-primary) !important; }
}

body table { border: none; }
body table td, body table th { border: none; }
body table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th { background: #f8f8f8; }
body table th { color: #000; }

.quote-box:before { content: ''; position: absolute; left: -40px; top: -10px; height: 34px; width: 45px; background: url(images/quote.svg) no-repeat center; }
.quote-box:after { content: ''; position: absolute; right: -40px; bottom: -10px; height: 34px; width: 45px; background: url(images/quote2.svg) no-repeat center; }

@media (max-width: 767px) { 
	.quote-box:before { left: -5px; top: -30px; }
	.quote-box:after { right: -5px; bottom: -30px; }
}


.post-box2 { padding: 15px 0; }
.post-box2-img { position: relative; margin-bottom: 30px; height: 272px; border-radius: 30px; background: var(--e-global-color-primary); }
body .post-box2-img img { width: 100%; height: 272px; border-radius: 30px; object-fit: cover; }
.read-link { position: absolute; right: 23px; bottom: -28px; width: 56px; height: 56px; background: var(--e-global-color-secondary); border-radius: 100%; }
.read-link svg path { fill: #fff; }
.read-link:hover { background: var(--e-global-color-primary); }
body .post-box2 h3 { font-size: 20px; line-height: 28px; }
body .post-box2 h3 a { color: var(--e-global-color-db1c7dd); }
body .post-box2 h3 a:hover { color: var(--e-global-color-primary); }
/*.post-category { border-right: 1px solid #D6D6D6; padding-right: 10px; margin-right: 10px; }*/
.post-category { font-weight: 500; }
.post-byline { padding-bottom: 12px; width: 100%; }

@media (min-width: 768px) { 
	.post-boxes2 { margin: 0 -10px; }
	.post-box2 { width: 25%; padding: 10px; }
	.services-box { width: 20%; }
}

@media (min-width: 768px) and (max-width: 767px) { 
	.post-box2-img { height: 210px; }
	body .post-box2-img img { height: 210px; }
}

.testimonial-slider .slick-list { overflow: visible; }
.testimonial-box { padding: 10px; }
.testimonial-b { border-radius: 30px; background: var(--e-global-color-9bd0af2); padding: 35px 30px; }
.testimonial-text { color: var(--e-global-color-db1c7dd); }
body .testimonial-box h6 { color: var(--e-global-color-primary); font-style: italic; font-size: 20px; line-height: 28px; font-weight: 500; }
.testimonial-position { font-weight: 500; font-style: italic; }

.upcoming-events { background: var(--e-global-color-9bd0af2); border-radius: 40px; padding: 30px 20px; }
body .upcoming-event-img img { border-radius: 30px; height: 250px; object-fit: cover; }
.upcoming-event-content { padding-top: 30px; }
body .upcoming-event-content h3 { font-size: 20px; line-height: 30px; padding: 0 0 20px;  margin: 0; }
body .upcoming-event-content h3 a { color: var(--e-global-color-db1c7dd ); }
body .upcoming-event-content h3 a:hover { color: var(--e-global-color-accent ); }
.upcoming-event-text { padding-bottom: 30px; }

@media (min-width: 768px) { 
	.upcoming-events { border-radius: 60px; padding: 20px 25px 20px 30px; }
	.upcoming-event-img { width: 40%; order: 2; } 
	.upcoming-event-content { width: 60%; padding: 140px 60px 40px 0; } 
	body .upcoming-event-img img { border-radius: 40px; height: 500px; }
	.upcoming-events h2 { margin: 60px 0 -100px; }
	.upcoming-event-text { padding-bottom: 40px; }
}

.post-text { padding-bottom: 15px; }
.post-box { border-radius: 15px; background: var(--e-global-color-9bd0af2); padding: 35px; margin-bottom: 45px; width: 100%; }
body .post-img img { border-radius: 10px; height: 260px; width: 100%; object-fit: cover; }
body .post-box h4 { font-size: 20px; line-height: 30px; margin-top: 0; }
.post-box h4 a { color: var(--e-global-color-db1c7dd); }
.post-box h4 a:hover, body a.read-link { color: var(--e-global-color-accent) !important; }
.post-byline span, .upcoming-event-date span { padding: 0 10px; margin: 5px 0; position: relative; }
.post-byline span:first-child, .upcoming-event-date span:first-child { padding-left: 0; } 
.post-byline span + span:before, .upcoming-event-date span + span:before { content: ''; position: absolute; left: 0; top: 2px; width: 1px; height: 20px; background: #D1D1D1; }
.upcoming-event-date, .event-box .post-byline { color: var(--e-global-color-accent ); font-size: 20px; line-height: 30px; padding: 0 0 15px; }
.upcoming-event-date span + span:before { width: 2px; background: var(--e-global-color-accent ); }
.event-info-main { padding-bottom: 10px; }
.event-info-main svg, .event-address svg { margin-right: 12px; min-width: 30px; height: auto; }
.event-info-main svg path, .event-address svg path { fill: var(--e-global-color-primary ); }
.arrow-button svg { margin-left: 10px; }
.arrow-button:hover svg path { fill: var(--e-global-color-accent); }
.related-posts { margin-top: 25px; }

@media (min-width: 768px) {  
	.post-img { min-width: 33%; padding-right: 30px; }
	.post-content { padding: 15px 0; }
	.event-info { margin-right: 15px; }
	.post-text { width: 100%; }
}

@media (max-width: 767px) { 
	.post-img { padding-bottom: 24px; }
	.post-box { padding: 25px; }
	.event-info { margin: 6px 10px; }
}

.elementor-widget-ucaddon_post_accordion .uc_container .uc-heading { justify-content: space-between; }
.elementor-widget-ucaddon_post_accordion .uc_container .uc-heading span.ue_accordion_icon { order: 2; font-size: 14px !important; }
.uc_ac_box:last-child .uc-heading, .uc_ac_box:last-child .uc_content { border: none !important; }

.team-box { padding: 15px 0; }
.team-img { position: relative; margin-bottom: 30px; height: 272px; border-radius: 30px; background: var(--e-global-color-primary); }
body .team-img img { width: 100%; height: 272px; border-radius: 30px; object-fit: cover; }
body .team-box h3 { font-size: 20px; line-height: 28px; margin: 0; padding: 0 0 10px; }
body .team-box h3 a { color: var(--e-global-color-db1c7dd); }
body .team-box h3 a:hover { color: var(--e-global-color-primary); }
body .team-position { padding-top: 5px; }

@media (min-width: 768px) { 
	.team-boxes { margin: 0 -10px; }
	.team-box { width: 25%; padding: 20px 10px; }
}

@media (min-width: 768px) and (max-width: 767px) { 
	.team-img { height: 210px; }
	body .team-img img { height: 210px; }
}


body .footer-subscribe .gform_wrapper.gravity-theme .gform_footer, body .footer-subscribe .gform_wrapper.gravity-theme .gform_page_footer { margin: 0; padding: 0; }

body .footer-subscribe .gform_validation_errors, .footer-subscribe .gform_wrapper div.validation_error { display: none !important; }

@media (min-width: 1024px) { 
	body .footer-subscribe .gform-wrap { position:relative; }
	body .footer-subscribe .gform_footer input[type=submit] { position: absolute; right: 0; top: 0; }
  body .footer-subscribe .gform-body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { padding-right: 165px !important; }
}

@media (max-width: 1023px) { 
	body .footer-subscribe .gform_footer { padding-top: 20px !important; }
}

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

.left-space, .right-space { padding-left: 5%; padding-right: 5%; }