@charset 'utf-8';
/*
Theme Name: lghf Child Theme
Theme URI: 
Description: lghf Child Theme - Multipurpose and Multiskin Responsive Wordpress theme
Author: lghf Child Theme
Author URI:  
Template: lghf
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: lghf-child
*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.wpcf7 form.sent .wpcf7-response-output {
    background: #00D06C;
    border: none;
    font-family: Karla !important;
    font-style: normal;
    font-weight: normal !important;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.003em;
    padding: 7px 11px;
    margin: 36px 0 0 0;
    max-width: 508px;
    color: #000000 !important;
}



div.elementor-message{
	background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    font-weight: bold;
}
div.elementor-message-success{
	background-color: #1fc51f;
    color: white;
}

.sec-search-top button.e-search-submit {
    position: absolute;
   right: 24px;
    top: 13px;
}




.lang-switcher-top ul li a {
	
	font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
/* identical to box height */

color: #0093D0;
}


.lang-switcher-top ul li {
	
	list-style:none;
	border-right: 1px solid #0093D0;
	padding: 0 9px;
	line-height: 18px;
}

.lang-switcher-top ul {
    padding: 0;
    display: flex;
}

.lang-switcher-top ul li:last-child {
    border-right: none;
    padding-right: 0;
}

.lang-switcher-top ul li:first-child { 

 padding-left: 0;
}

.sec-right-top {
    width: auto !important;
}

.sec-slider-rew .elementor-testimonial__header {
    display: flex;
    flex-direction: column;
}

.sec-slider-rew .elementor-main-swiper {
    width: 100% !important;
}

.sec-slider-rew cite.elementor-testimonial__cite {
    margin-top: 24px;
	margin-bottom: 17px;
}

.sec-slider-rew span.swiper-pagination-bullet {
    border: 1px solid #0093D0;
}
.sec-slider-rew .swiper-horizontal>.swiper-pagination-bullets, .sec-slider-rew .swiper-pagination-bullets.swiper-pagination-horizontal, .sec-slider-rew .swiper-pagination-custom, .sec-slider-rew .swiper-pagination-fraction {
    bottom: -12px !important;
    left: 22px;
    width: auto;
}

.sec-slider-rew .elementor-element .swiper .elementor-swiper-button, .sec-slider-rew .elementor-element .swiper~.elementor-swiper-button, .sec-slider-rew .elementor-lightbox .swiper .elementor-swiper-button, .sec-slider-rew .elementor-lightbox .swiper~.elementor-swiper-button {
   
    font-size: 14px !important;
  
    top: auto !important;
   
    bottom: -14px;
}

.sec-slider-rew .elementor-element .swiper .elementor-swiper-button-prev, .sec-slider-rew .elementor-element .swiper~.elementor-swiper-button-prev, .sec-slider-rew .elementor-lightbox .swiper .elementor-swiper-button-prev, .sec-slider-rew .elementor-lightbox .swiper~.elementor-swiper-button-prev {
    left: 1px;
}

.sec-slider-rew .elementor-element .swiper .elementor-swiper-button-next, .sec-slider-rew .elementor-element .swiper~.elementor-swiper-button-next, .sec-slider-rew .elementor-lightbox .swiper .elementor-swiper-button-next, .sec-slider-rew .elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: auto;
    left: 7.5%;
}


.sec-hwcgbfsuh input[type=date], .sec-hwcgbfsuh input[type=email], .sec-hwcgbfsuh input[type=number], .sec-hwcgbfsuh input[type=password], .sec-hwcgbfsuh input[type=search], .sec-hwcgbfsuh input[type=tel], .sec-hwcgbfsuh input[type=text], .sec-hwcgbfsuh input[type=url], .sec-hwcgbfsuh select, .sec-hwcgbfsuh textarea {
  
    padding: 11px 10px !important;
  
}

.sec-hwcgbfsuh label.elementor-field-label {
    margin-left: 6px;
}


/* Hide the default checkbox */
.sec-hwcgbfsuh .elementor-field-type-checkbox input[type="checkbox"] {
   appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #53778E;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
	display:inline-block !important;
}

/* Checkmark style */
.sec-hwcgbfsuh .elementor-field-type-checkbox input[type="checkbox"]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 5px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
}

/* Checked state */
.sec-hwcgbfsuh .elementor-field-type-checkbox input[type="checkbox"]:checked {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

/* Display the checkmark when checked */
.sec-hwcgbfsuh .elementor-field-type-checkbox input[type="checkbox"]:checked::after {
    opacity: 1;
}

/* Optional: styling the label */
.sec-hwcgbfsuh .elementor-field-type-checkbox label {
    margin-left: 6px;
    font-size: 14px !important;
    color: #000 !important;
    cursor: pointer;
    position: relative;
    bottom: 6px;
}






.elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-field-group-field_a3a9c3b.elementor-col-100 {
    margin: 3px 0 11px 4px;
}




.galerry-main .elementor-testimonial__image img {
width:auto !important;
}

.galerry-main .swiper-slide {
   
    width: auto !important;
   
}

.story-main-sl .swiper-slide {
    flex-shrink: 0 !important;
    width: 100% !important;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.navstory .swiper-button-next {
    position: relative;
    left: auto;
    right: auto;
	margin-left: 7px;
}

.navstory {
    position: relative;
    display: flex;
    align-items: center;
}
.navstory .swiper-button-prev {
    position: relative;
    left: auto;
    right: auto;
	margin-right: 7px;
}

.navstory .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    width: auto;
    left: auto;
}


.navstory span.swiper-pagination-bullet {
    border: 1px solid #0093D0;
    width: 12px;
    height: 12px;
    background: no-repeat;
    opacity: 1;
	margin: 0 2px !important;
}


.navstory span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	
	background: #0093D0;
}
.navstory .swiper-button-next:after {
	content:none !important
}

.navstory .swiper-button-next {
    background: url("/wp-content/uploads/2025/04/Vector.svg");
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.navstory .swiper-button-prev {
    background: url("/wp-content/uploads/2025/04/Vector.svg");
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}
.navstory .swiper-button-prev:after {
	content:none !important
}


.navstory {
    margin-left: 33%;
    margin-top: 12px;
}


.sec-search-result article {
    border-bottom: 1px solid #D9DEE5;
    padding-bottom: 12px !important;
}

.sec-search-result span.elementor-post-author:before {
    content: "by";
}
.sec-search-result span.elementor-post-date:before {
    content: "Posted on" !important;
}

.sec-search-result .elementor-post-author {
	margin-left: 5px;
}

.sec-search-result .elementor-post__meta-data {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
	margin-bottom: 18px !important;
}

.sec-search-result h3.elementor-post__title {
    margin-bottom: 9px !important;
}


.sec-search-result .elementor-post__text {
    padding-left: 24px;
}

.sec-search-result nav.elementor-pagination {
    max-width: 1016px;
    margin: 96px auto 0;
    border-top: 1px solid #D9DEE5;
    padding-top: 24px;
    position: relative;
	display: flex;
    justify-content: center;
}

.sec-search-result .page-numbers.prev, .sec-search-result .page-numbers.next {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 150%;
/* identical to box height, or 24px */
display: flex;
align-items: center;
border: 1px solid #0093D0;
border-radius: 24px;
color: #4D4D4F;
	padding: 11px 31px;
	background:none;
	display: inline;
	top: 24px;
	width: auto;
}

.sec-search-result .page-numbers.next {
    position: absolute;
    right: 0;
}

.sec-search-result .elementor-pagination a.page-numbers.next {
   color:#fff !important;
    background: #0093D0;
	font-weight: 500 !important;
	
}


.sec-search-result .page-numbers.prev {
    position: absolute;
    left: 0;
}
.sec-search-result .elementor-pagination a.page-numbers.prev {
   color:#fff !important;
    background: #0093D0;
	font-weight: 500 !important;
}


.sec-search-result .page-numbers {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.sec-search-result .elementor-pagination .page-numbers.current {
   
    border-bottom: 2px solid #0093D0;
	font-weight: 700;
}

.sec-search-result .elementor-pagination a.page-numbers:hover {
    border-bottom: 2px solid #0093D0;
	font-weight: 700;
}

.error404 .sec-footer1 {
	display:none;
}


.sec-volunteer1-form h4 {
    font-family: 'Poppins' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 120% !important;
    color: #0093D0 !important;
    letter-spacing: 0 !important;
    text-transform: unset !important;
	margin: 33px 0 11px 0 !important;
}

.sec-volunteer1-form .elementor-field-type-checkbox label.elementor-field-label {
font-family: 'Poppins' !important;
font-style: normal !important;
font-weight: 500 !important;
font-size: 14px !important;
line-height: 150% !important;
/* identical to box height, or 21px */
letter-spacing: 0.2em !important;
text-transform: uppercase !important;
margin-left: 0;
color: #000000 !important;
	margin-bottom: 4px !important;
}


/* Hide the default checkbox */
.sec-volunteer1-form .elementor-field-type-checkbox input[type="checkbox"] {
   appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #53778E;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
	display:inline-block !important;
}

/* Checkmark style */
.sec-volunteer1-form .elementor-field-type-checkbox input[type="checkbox"]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 5px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
}

/* Checked state */
.sec-volunteer1-form .elementor-field-type-checkbox input[type="checkbox"]:checked {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

/* Display the checkmark when checked */
.sec-volunteer1-form .elementor-field-type-checkbox input[type="checkbox"]:checked::after {
    opacity: 1;
}

/* Optional: styling the label */
.sec-volunteer1-form .elementor-field-type-checkbox label {
    margin-left: 6px;
    font-size: 14px !important;
    color: #000 !important;
    cursor: pointer;
    position: relative;
    bottom: 6px;
}








.sec-volunteer1-form .elementor-field-type-radio label.elementor-field-label {
font-family: 'Poppins' !important;
font-style: normal !important;
font-weight: 500 !important;
font-size: 14px !important;
line-height: 150% !important;
/* identical to box height, or 21px */
letter-spacing: 0.2em !important;
text-transform: uppercase !important;
margin-left: 0;
color: #000000 !important;
	margin-bottom: 4px !important;
}


/* Hide the default checkbox */
.sec-volunteer1-form .elementor-field-type-radio input[type="radio"] {
   appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #53778E;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
	display:inline-block !important;
}

/* Checkmark style */
.sec-volunteer1-form .elementor-field-type-radio input[type="radio"]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 5px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
}

/* Checked state */
.sec-volunteer1-form .elementor-field-type-radio input[type="radio"]:checked {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

/* Display the checkmark when checked */
.sec-volunteer1-form .elementor-field-type-radio input[type="radio"]:checked::after {
    opacity: 1;
}

/* Optional: styling the label */
.sec-volunteer1-form .elementor-field-type-radio label {
    margin-left: 6px;
    font-size: 14px !important;
    color: #000 !important;
    cursor: pointer;
    position: relative;
    bottom: 6px;
}



















.sec-volunteer1-form h5 {
font-family: 'Work Sans' !important;
font-style: normal !important;
font-weight: 400 !important;
font-size: 14px !important;
line-height: 140% !important;
/* identical to box height, or 20px */
letter-spacing: -0.02em !important;

/* Pyro/Burnt/800 */
color: #192C39 !important;
}




.sec-volunteer1-form input[type=date], .sec-volunteer1-form input[type=email], .sec-volunteer1-form input[type=number], .sec-volunteer1-form input[type=password], .sec-volunteer1-form input[type=search], .sec-volunteer1-form input[type=tel], .sec-volunteer1-form input[type=text], .sec-volunteer1-form input[type=url], .sec-volunteer1-form select, .sec-volunteer1-form textarea {
  
    padding: 11px 10px;
   
}


.elementor-field-type-tel.elementor-field-group.elementor-column.elementor-field-group-field_b907c4c.elementor-col-100 {
    margin-top: 12px;
}

.elementor-field-type-text.elementor-field-group.elementor-column.elementor-field-group-field_b776296.elementor-col-100 {
    margin-top: 12px;
}

.elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-field-group-field_b4eace7.elementor-col-100 {
    margin-top: 6px;
}
.elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-field-group-field_b4eace7.elementor-col-100 label.elementor-field-label {
    margin-bottom: 4px;
	margin-left: 0;
}

.elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-field-group-field_b4eace7.elementor-col-100 .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    flex-basis: 50%;
	margin-bottom: 13px;
}


.elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-field-group-field_13e9bf7.elementor-col-100 .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    flex-basis: 50%;
	margin-bottom: 13px;
}


.elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_982ff06.elementor-col-100 {
    margin: -18px 0 6px 0 !important;
}


.elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-field-group-field_10dbe64.elementor-col-100 {
    margin-top: 13px;
}


.elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-field-group-field_10dbe64.elementor-col-100 .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
   
    margin-bottom: 13px;
}


.elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-field-group-field_0e40a22.elementor-col-100 {
    margin-top: 12px;
}


.elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-field-group-field_0e40a22.elementor-col-100 .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
   
    margin-bottom: 13px;
}

.elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_70100b5.elementor-col-100 {
    margin: 7px 0 -9px 0 !important;
}

textarea#form-field-field_8fbebfd {
    height: 240px;
}

.sec-volunteer1-form .elementor-field-group.elementor-column.elementor-field-type-submit {
	
	margin-top: 32px;
}

.sec-contact-form textarea {
    height: 240px;
}

.sec-contact-form input[type=date], .sec-contact-form input[type=email], .sec-contact-form input[type=number], .sec-contact-form input[type=password], .sec-contact-form input[type=search], .sec-contact-form input[type=tel], .sec-contact-form input[type=text], .sec-contact-form input[type=url], .sec-contact-form select, .sec-contact-form textarea {
    padding: 11px 10px !important;
}



#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
    margin: 0 24px !important;
   
}

.menu-pc-mega span.mega-indicator {
    display: none !important;
}


#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
font-family: 'Poppins';
font-style: normal;
font-weight: 800 !important;
font-size: 16px;
line-height: 24px;
/* identical to box height */
letter-spacing: 0.1em;
text-transform: uppercase;

color: #0093D0;

}


#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
   font-family: 'Poppins';
font-style: normal;
font-weight: 800 !important;
font-size: 18px;
line-height: 27px !important;
/* identical to box height */
letter-spacing: 0.1em !important;
text-transform: uppercase;

color: #FFFFFF;
}


#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
   font-family: 'Poppins';
font-style: normal;
font-weight: 400 !important;
font-size: 18px !important;
line-height: 27px;
/* identical to box height */

color: #FFFFFF;

}


#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);	
}



#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
   
    margin-bottom: 19px;
    margin-top: 19px;
}



#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover { 
border-bottom: 2px solid #0093D0 !important;
}




.contact-form-gt select  {
-webkit-appearance: none;
    background: url(/wp-content/uploads/2025/04/Vector-3.svg
) !important;
   
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
}


.contact-form-gt .select-caret-down-wrapper {
    display: none;
}


.word-wrap-main h2 {
	word-wrap: break-word;
}


/* .elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-field-group-field_58f3b80.elementor-col-100 {
    display: none;
}

.elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-field-group-field_4143d3f.elementor-col-100 {
    display: none;
} */


.lghf-featured-event.slot-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.lghf-featured-event.slot-main a.lghf-event-image-wrapper {
    flex-basis: 49.5%;
}

.lghf-featured-event.slot-main .event-details {
    padding: 0;
    flex-basis: 46.8%;
}
.lghf-featured-event .event-details .event-slot {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 150%;
/* identical to box height, or 21px */
letter-spacing: 0.2em;
text-transform: uppercase;

color: #4D4D4F;
margin-bottom: 10px !important;
}

.lghf-featured-event.slot-main .event-location path, .lghf-featured-event .event-location path {
    stroke: #4D4D4F;
}

.lghf-featured-event.slot-main .event-location, .lghf-featured-event .event-location {
    
    margin-bottom: 22px !important;
}

.lghf-featured-event.slot-main .learn-more {
   
    margin-top: 20px;
   
}

.lghf-featured-event .event-details {
    padding: 19px 0;
}

.current-events .tribe-common-l-container.tribe-events-l-container {
    padding: 0 !important;
    margin: 0 !important;
}

.past-event-view .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input, .tribe-common .tribe-common-form-control-text__input, .upcomming-event-view .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input, .tribe-common .tribe-common-form-control-text__input {
    padding: 13px 24px 13px 61px !important;
   
}
.upcomming-event-view .tribe-common-c-svgicon.tribe-common-c-svgicon--search.tribe-events-c-search__input-control-icon-svg, .past-event-view .tribe-common-c-svgicon.tribe-common-c-svgicon--search.tribe-events-c-search__input-control-icon-svg {
    height: 20px !important;
    width: 20px !important;
	left: 23px !important;
}
.tribe-common .tribe-common-l-container {
   
    width: 100% !important;
	max-width: 100% !important;
}

.upcomming-event-view .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button, .past-event-view .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
   
    padding: 12px 32.5px !important;
    border-radius: 8px !important;
}
 .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item {
    padding: 0 0 0 25px !important;
}

.upcomming-event-view .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    margin-left: 12px !important;
    margin-right: 11px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
   
    padding: 0 !important;
   
}


.tribe-common-l-container.tribe-events-l-container {
    padding: 0 !important;
    margin: 0 !important;
}

.tribe-events .tribe-events-c-view-selector__list-item-text {
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    display: flex;
    align-items: center;
    color: #4D4D4F !important;
}

.upcomming-event-view .tribe-common-g-row.tribe-events-calendar-list__event-row,
.past-event-view .tribe-common-g-row.tribe-events-calendar-list__event-row{
  
    margin: 0 0 31px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col {
    padding-left: 0;
    padding-right: 0;
    width: 116px;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
   
    padding-top: 0;
   
}

.upcomming-event-view .tribe-events-view--list .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium {
  
    margin-top: 1px !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters {
    margin-left: -1px;
    margin-right: 8px;
}

time.tribe-events-calendar-list__event-datetime {
    background: url("/wp-content/uploads/2025/05/Icon.svg");
    background-repeat: no-repeat;
    padding-left: 25px !important;
}

.tribe-events .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events .tribe-events-calendar-list__event-title {
    margin: 0 0 6px;
}

.upcomming-event-view .tribe-events .tribe-events-calendar-list__event-venue.tribe-common-b2 .tribe-events-calendar-list__event-venue-title.tribe-common-b2--bold, .upcomming-event-view .tribe-events .tribe-events-calendar-list__event-venue.tribe-common-b2 .tribe-events-calendar-list__event-venue-address, .upcomming-event-view .tribe-events .tribe-events-calendar-list__event-description.tribe-common-b2.tribe-common-a11y-hidden {
 
    margin-bottom: 2px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description {
   
    margin-top: 4px;
   
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-venue {
    margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-day__event-featured-image-link, .tribe-events .tribe-events-calendar-list__event-featured-image {
    display: block;
    max-width: 260px;
    height: auto;
    margin: 0 0 0 auto;
}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev {
   
    border-bottom: 2px solid #0093D0;
	padding-bottom: 10px;
}

.upcomming-event-view  .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list-nav {
    
    padding-top: 13px !important;
}

.single-p-events p {
    margin-bottom: 25px;
}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus-within, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:hover {
    background-color: transparent !important;
}


/* .current-events .tribe-events-c-search__input-group svg.tribe-common-c-svgicon.tribe-common-c-svgicon--search.tribe-events-c-search__input-control-icon-svg path {
    fill: #0093D0 !important;
} */


.tribe-events .tribe-events-c-nav__next:disabled, .tribe-events button.tribe-events-c-nav__next:disabled {
   
    padding-bottom: 10px;
}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    min-height: auto !important;
   
}









 .tribe-events-c-nav__today {
   font-family: 'Poppins' !important;
font-style: normal !important;
font-weight: 500 !important;
font-size: 16px !important;
line-height: 150% !important;
/* identical to box height, or 24px */
display: flex !important;
align-items: center !important;

color: #4D4D4F !important;
}


 .tribe-events-c-nav__prev,  .tribe-events-c-nav__next {
  
    color: #4D4D4F !important;
}

.tribe-events .tribe-events-calendar-list-nav {
    border-top: none !important;
}

.single-tribe_events .event-content {
  
    margin-bottom: 0;
}

/* .event-main1 {
    padding-bottom: 60px;
}
 */


.tec-events-elementor-event-widget__image {
   
    margin: 0;
    padding: 0;
}



.container-main-tribute .elementor-posts .elementor-post__badge {
    background: none;
   font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 150%;
/* identical to box height, or 21px */
letter-spacing: 0.2em;
text-transform: uppercase;

color: #000000;
    margin: 0px;
    padding: 0;
    position: relative;
    top: 0;
}


.container-main-tribute .elementor-post-date {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
    display: block;
}


.container-search-tribute-main .search-filter-base ::-webkit-input-placeholder { 

font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px !important;
line-height: 150% !important;
/* identical to box height, or 24px */


color: #4D4D4F !important;


}


.container-search-tribute-main .search-filter-input-text {
    border: 1px solid #D9DEE5;
    border-radius: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 150% !important;
    color: #4D4D4F !important;
    height: 48px;
    padding-left: 58px;
}




.container-search-tribute-main .search-filter-input-text:before {
    content: "";
    background: url("/wp-content/uploads/2025/07/Icon.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    left: 22px;
}


.container-search-tribute-main-radio .search-filter-input-group {
    display: flex;
}

/* 

.container-search-tribute-main-radio  input[type="radio"] {
   appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
   
}
 */




.container-search-tribute-main-radio span.search-filter-input-radio__label {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 120%;
/* identical to box height, or 29px */

color: #000000;
margin: 0 20px;
    padding: 0 11px 5px;
}


.container-search-tribute-main-radio .search-filter-input-radio.search-filter-input-radio--is-active span.search-filter-input-radio__label {
    font-weight: 600;
    border-bottom: 4px solid #0093D0;
   
}

.container-search-tribute-main-radio span.search-filter-input-radio__control {
    display: none;
}

.container-search-tribute-main-radio .search-filter-input-radio {
  
    padding: 0;
}


.container-main-tribute-sort .search-filter-component-combobox__listbox-toggle svg {
    fill: #0093D0;
    
}

.container-main-tribute-sort input::-webkit-input-placeholder {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px !important;
line-height: 150% !important;
/* identical to box height, or 24px */

color: #000000 !important;
}
.container-main-tribute-sort .search-filter-component-combobox-base {
   
    border: none !important;
   
}

.container-main-tribute-sort .search-filter-component-combobox__listbox-toggle::before {
   
    border-left: none;
   
}

.container-main-tribute-sort .search-filter-icon {
    background: url("/wp-content/uploads/2025/07/Vector.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 8px;
}
.container-main-tribute-sort .search-filter-icon svg {
    display: none;
}

.container-main-tribute-sort .search-filter-component-combobox__listbox-toggle {
    width: auto !important;
    flex-basis: auto !important;
}




.search-button-tribute button {
    font-family: 'Poppins' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    display: flex !important;
    align-items: center !important;
    color: #FAFAFA !important;
    background: #0093D0 !important;
    border-radius: 8px !important;
    border: none !important;
    width: 100% !important;
    max-width: 216px !important;
}

.read_more_urls a.elementor-post__read-more {
    border-bottom: 2px solid #0093D0;
    padding: 0 15px;
}

.read_more_urls a {
   font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 150%;
/* identical to box height, or 24px */
display: flex;
align-items: center;

color: #000000;
    padding: 0 15px 9px !important;
	 border-bottom: 2px solid #0093D0;
	margin:0 !important;
}

.read_more_urls {
    display: flex;
	gap: 0px 18px;
}

.container-main-tribute .elementor-post__text {
    padding-bottom: 50px !important;
}



.container-main-tribute span.page-numbers.prev {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #4D4D4F !important;
    border: 1px solid #0093D0;
    border-radius: 24px;
    padding: 11.5px 31.3px;
	width: auto !important;
	height: auto !important;
}


.container-main-tribute span.page-numbers.next {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #4D4D4F !important;
    border: 1px solid #0093D0;
    border-radius: 24px;
    padding: 11.5px 31.3px;
	width: auto !important;
	height: auto !important;
}


.container-main-tribute nav.elementor-pagination {
    margin-top: 62px;
    border-top: 1px solid #D9DEE5;
    padding-top: 36px;
    padding-bottom: 36px;
    position: relative;
    display: flex;
    justify-content: center;
}

.container-main-tribute a.page-numbers.prev {
	font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff !important;
  background: #0093D0;
border-radius: 24px;
    padding: 11.5px 31.3px;
	width: auto !important;
	height: auto !important;
}

.container-main-tribute a.page-numbers.next {
	font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff !important;
  background: #0093D0;
border-radius: 24px;
    padding: 11.5px 31.3px;
	width: auto !important;
	height: auto !important;

}



.container-main-tribute .page-numbers.prev {
    position: absolute;
    left: 0;
    top: 24px;
}


.container-main-tribute .page-numbers.next {
    position: absolute;
    right: 0;
    top: 24px;
}


.container-main-tribute .elementor-posts-container {
    margin: 0 auto;
    max-width: 904px;
}


.container-main-tribute .page-numbers.current {

font-weight: 700;
border-bottom: 2px solid #0093D0;
}


.container-main-tribute .page-numbers {
    width: 48px;
    display: block;
    height: 36px;
}

.tribute-single-cr p {
/* font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 150%; */
/* or 36px */
font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;	
	
	

color: #000000;
/* margin-bottom: 36px; */
}



.button-pwcc span.elementor-button-icon {
    font-size: 24px;
    position: relative;
    left: 8px;
}

.button-gp span.elementor-button-icon {
    font-size: 24px;
    position: relative;
    left: 0px;
}

.button-pp span.elementor-button-icon {
    font-size: 24px;
    position: relative;
    left: 0px;
}

.button-ap span.elementor-button-icon {
    font-size: 24px;
    position: relative;
    left: 0px;
}




/* Hide the default checkbox */
.legasy-form .elementor-field-type-radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #53778E;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Checkmark style */
/* .legasy-form .elementor-field-type-radio input[type="radio"]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 5px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
} */

/* Checked state */
.legasy-form .elementor-field-type-radio input[type="radio"]:checked {
    background-color: #53778E;
    border-color: #53778E;
}

/* Display the checkmark when checked */
.legasy-form .elementor-field-type-radio input[type="radio"]:checked::after {
    opacity: 1;
}

/* Optional: styling the label */



.elementor-field-type-radio.elementor-field-group.elementor-column.elementor-field-group-field_9078655.elementor-col-100 label.elementor-field-label {
    margin-bottom: 11px;
}

.legasy-form .elementor-field-type-radio .elementor-field-subgroup span.elementor-field-option label {
   margin-top: -14px !important;
    margin-left: 7px;
    line-height: 14px !important;
    display: inline-block;
}


.legasy-form .elementor-field-type-radio .elementor-field-subgroup span.elementor-field-option {
    margin-bottom: 12px;
}


.legasy-form .elementor-field-type-radio .elementor-field-subgroup span.elementor-field-option:last-child {
    margin-bottom: 0px;
}


.container-main-tribute-sort .search-filter-component-combobox__clear-selection {
    display: none;
}


.container-main-tribute-sort .search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__actions-input {
  
    text-align: right;
}


.button-lmc span.elementor-button-icon {
    font-size: 24px;
}


.container-main-tribute-sort .search-filter-component-combobox .search-filter-component-combobox__selection, 
.container-main-tribute-sort .search-filter-component-combobox input[type=text] {
   
    justify-content: flex-end;
   
    padding-right: 15px !important;
}


.search-filter-component-combobox__actions {
    color: #000000;
}



.block-se-map ul li:last-child a {
    text-decoration: underline;
	color: #000000;
}


/*ul*/



.sec-with-ol ol li {
   
    margin-bottom: 8px;
   
}

.sec-with-ol  ol {
    padding-left: 12px;
}

.sec-with-ol ol li  ul {
    padding-left: 20px;
}

.sec-with-ol ol li ul li {
    list-style: lower-alpha !important;
  display: list-item;
}



.sec-with-ul ul {
    padding-left: 25px;
}

.sec-with-ul ul li {
    margin-bottom: 4px;
}

.sec-with-ul ul li ul li {
    list-style: disc;
}
.sec-with-ul p {
    margin-bottom: 2px;
}
.sec-with-ol p {
    margin-bottom: 4px;
}
.sec-with-ul {
    margin-bottom: 27px !important;
}
/*ul*/

 .custom-bullet ul {
    padding-left: 25px;
}

.custom-bullet ul li {
    display: block;
    list-style: none;
}

.custom-bullet ul li::before {
    content: "· ";
    font-size: 31px;
    vertical-align: middle;
    line-height: 15px;
    margin: 4px 7px 0px 0px;
    position: absolute;
    left: 9px;
    font-family: 'Roboto';
}


.sec-with-ul ul li ul {
    position: relative;
    padding-top: 3px;
  margin-bottom: 8px !important;
}


.sec-with-ol ol li ul li:before {
  
  content:none;
}


.lghf-featured-event.slot-secondary {
    display: none;
}


.tribe-events-calendar-list__event-description.tribe-common-b2.tribe-common-a11y-hidden {
    display: none !important;
}

.past-event-view .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description {
    display: none !important;
   
}

.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
    
    background: none !important;
}































































/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    
} /* end 1200 */

/* Medium Devices, Desktops */
@media only screen and (max-width : 1025px) {
    .sec-slider-rew .elementor-element .swiper .elementor-swiper-button-next, .sec-slider-rew .elementor-element .swiper~.elementor-swiper-button-next, .sec-slider-rew .elementor-lightbox .swiper .elementor-swiper-button-next, .sec-slider-rew .elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: auto;
    left: 11.3%;
}
	
	
	.sec-right-top-mob {
		display:none !important;
	}
	
	
	.elementor-nav-menu__container .sec-right-top-mob {
		display:block !important;
	}
	
	
.mobile-menu-main	.elementor-nav-menu__container {
    background: #0093D0 !important;
    padding: 39px 24px;
}
	
	
.mobile-menu-main	.elementor-item.has-submenu {
    display: flex !important;
    justify-content: space-between !important;
}
	
.mobile-menu-main	span.sub-arrow {
    font-size: 12px;
}
	
	
	.mobile-menu-main .elementor-nav-menu .menu-item a {
    border-bottom: 1px solid #FAFAFA;
    padding: 11px 0 13px !important;
    margin-bottom: 7px;
    outline: none !important;
    display: flex;
    justify-content: space-between;
		border-left: 0 !important;
}
	
	.mobile-menu-main .elementor-nav-menu ul ul a, .mobile-menu-main .elementor-nav-menu ul ul a:active, .mobile-menu-main .elementor-nav-menu ul ul a:focus, .mobile-menu-main .elementor-nav-menu ul ul a:hover {
    border-left: none;
}
	
	.mobile-menu-main .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .mobile-menu-main .elementor-nav-menu--dropdown .elementor-item.highlighted, .mobile-menu-main .elementor-nav-menu--dropdown .elementor-item:focus, .mobile-menu-main .elementor-nav-menu--dropdown .elementor-item:hover, .mobile-menu-main .elementor-sub-item.elementor-item-active, .mobile-menu-main .elementor-sub-item.highlighted, .mobile-menu-main .elementor-sub-item:focus, .mobile-menu-main .elementor-sub-item:hover {
    background-color: transparent;
    color: #fff;
}
	
	
	.mobile-menu-main .e-search-input {
    
    padding: 14px 30px !important;
}
	
	.button-donate-mob a {
		
		
color: #0093D0 !important;
		
	}
	
	
	.lang-switcher-top ul {
		
		display:flex;
		justify-content: center;
	}
	
	
	
	.lang-switcher-top ul li {
    list-style: none;
    border-right: 1px solid #FAFAFA;
    padding: 0 16px;
    line-height: 18px;
}
	
	.lang-switcher-top ul li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FAFAFA;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}  /*  end 1025 */

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    
}  /*  end 992 */

/* Small Devices, Tablets */
@media only screen and (max-width : 769px) {
  .sec-slider-rew  .elementor-widget-reviews .elementor-testimonial__image {
    display: flex;
    text-align: center;
    justify-content: flex-start;
}
	
	.sec-slider-rew .elementor-element .swiper .elementor-swiper-button-next, .sec-slider-rew .elementor-element .swiper~.elementor-swiper-button-next, .sec-slider-rew .elementor-lightbox .swiper .elementor-swiper-button-next, .sec-slider-rew .elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: auto;
    left: 107px;
}
	
	
	.elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-field-group-field_a3a9c3b.elementor-col-100 {
    margin: 10px 0 11px 2px;
}
	
	
	
	.navstory {
    margin-left: 0;
    margin-top: 30px;
}
	
	
	.sec-slider-rew .elementor-main-swiper {
    width: 147% !important;
}
	
	.sec-slider-rew .elementor-testimonial__image img {
    width: 260px !important;
    height: 260px !important;
   
}
	
	
	.staff-board-directors-email a {
	
font-size: 12px !important;
line-height: 18px !important;

		
	}
	
	
	
	
	
	
.sec-search-result	.elementor-widget-search .e-search-form {
    display: flex !important;
    flex-direction: column !important;
}
	
.sec-search-result	button.e-search-submit {
    text-align: center !important;
    display: flex;
    justify-content: center;
	margin-top: 15px;
}
	
	
	
.sec-search-result	.elementor-widget-search .e-search-input {
   
    height: auto;
   
}
	
	
.sec-search-result	.elementor-widget-search .e-search-label>i, .elementor-widget-search .e-search-label>svg {
    
    top: 24px !important;
}
	
	.sec-search-result .elementor-post__text {
    padding-left: 0;
}
	
	.sec-search-result h3.elementor-post__title {
    margin-bottom: 5px !important;
}
	
	.sec-search-result .elementor-post__meta-data {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 18px !important;
    flex-direction: column-reverse;
}
	
	
.sec-search-result .elementor-post__meta-data	span.elementor-post-date {
    margin-bottom: 4px;
}
	
	.width-button {
		width:100%;
	}
	.sec-volunteer1-form h4 {
   
    margin: 9px 0 -13px 0 !important;
}
	.elementor-field-type-tel.elementor-field-group.elementor-column.elementor-field-group-field_b907c4c.elementor-col-100 {
    margin-top: -12px;
}
	
	.elementor-field-type-text.elementor-field-group.elementor-column.elementor-field-group-field_b776296.elementor-col-100 {
    margin-top: -12px;
}
	
.sec-volunteer1-form .elementor-field-type-checkbox	.elementor-field-subgroup {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
	
	.elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_982ff06.elementor-col-100 {
    margin: -18px 0 31px 0 !important;
}
	
	
	.elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-field-group-field_10dbe64.elementor-col-100 {
    margin-top: -12px;
}
	
	
	.elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-field-group-field_0e40a22.elementor-col-100 {
    margin-top: -12px;
}
	
	
	.elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_70100b5.elementor-col-100 {
    margin: -17px 0 -9px 0 !important;
}
	
	
	.sec-volunteer1-form .elementor-field-group.elementor-column.elementor-field-type-submit {
    margin-top: -11px;
}
	
	
.elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-field-group-field_58f3b80.elementor-col-100 {
    display: block;
}

.elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-field-group-field_4143d3f.elementor-col-100 {
    display: block;
}
.elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-field-group-field_58f3b80.elementor-col-100 .elementor-field-subgroup .elementor-field-option {
   
    margin-bottom: 13px;
}
	
	
	.elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-field-group-field_4143d3f.elementor-col-100 .elementor-field-subgroup .elementor-field-option {
   
    margin-bottom: 13px;
}
	
	
	.elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-field-group-field_b4eace7.elementor-col-100 {
    display: none;
}
	
	.elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-field-group-field_13e9bf7.elementor-col-100 {
    display: none;
}
	
	
	
.lghf-featured-event .event-details .event-slot {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #4D4D4F;
    margin-bottom: -1px !important;
}	
	
	.lghf-featured-event.slot-main {
    
    gap: 17px;
    
}
	
	.lghf-featured-event.slot-main .event-date, .lghf-featured-event .event-date {
    
    margin-top: 15px;
   
}
	
	.event-date svg path {
    stroke: #4D4D4F !important;
}
	.lghf-featured-event.slot-main .event-description {
    line-height: 150%;
    font-size: 14px;
}
	
	.lghf-featured-event.slot-main .event-description, .lghf-featured-event .event-description {
    
    line-height: 150%;
}
	
	.lghf-featured-event {
   
    margin-bottom: -6px;
   
}
	.tribe-events-calendar-list {
    margin-top: 13px !important;
}
.tribe-events .tribe-events-calendar-day__event-featured-image-link, .tribe-events .tribe-events-calendar-list__event-featured-image {
    display: block;
    max-width: 100%;
    height: 233px;
    margin: 0 0 0 0px;
    padding-left: 0 !important;
    padding-right: 0px;
}
	
	.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
    padding-left: 43px;
    padding-right: var(--tec-grid-gutter-small-half);
		margin-bottom: 20px;
}
	
	
	time.tribe-events-calendar-list__event-datetime {
   
    padding-left: 25px;
    padding-bottom: 4px;
    padding-top: 4px;
}
	.upcomming-event-view .tribe-events .tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium {
   
    font-size: 24px !important;
    line-height: 120% !important;
    
}
	.upcomming-event-view .tribe-common-g-row.tribe-events-calendar-list__event-row {
    margin: 0 0 9px !important;
}
	
	.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: #0093D0 !important;
   
}
	
	.tribe-events .tribe-events-calendar-month__day-cell--selected time.tribe-events-calendar-month__day-date-daynum, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus time.tribe-events-calendar-month__day-date-daynum, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover time.tribe-events-calendar-month__day-date-daynum {
    color: #fff;
}
	
	.tribe-events .tribe-events-l-container {
    min-height: auto !important;
  
    margin-bottom:0px !important;
}
.lghf-event-venue-details .venue-name {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0px;
}	
	.manual-event .event-details .event-title, .manual-event .event-details .event-title a {
	font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 120%;
/* identical to box height, or 29px */


color: #4D4D4F;
	}
	
	.manual-event .event-details .event-date, .manual-event .event-details .event-location {
	font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
/* identical to box height, or 24px */
display: flex;
align-items: center;

color: #4D4D4F;
	}
	
	.manual-event {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 9px;
}
	
	
	.manual-event .event-details .event-date, .manual-event .event-details .event-location, .manual-event .event-details .event-admission {
	font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
/* identical to box height, or 24px */
display: flex;
align-items: center;

color: #4D4D4F;
	
	}
	
.manual-event	p.event-location {
    margin-bottom: 10px;
}
	.manual-events {
    gap: 57px;
}
	
.tribe-events-c-nav__list	.tribe-events-c-nav__list-item a  {
	font-family: 'Poppins' !important;
font-style: normal !important;
font-weight: 500 !important;
font-size: 16px !important;
line-height: 150% !important;
/* identical to box height, or 24px */


color: #4D4D4F !important;
	}
	
	.tribe-events .tribe-events-c-nav {
    border-top: 0 !important;
}
	
	.tribe-events section.tribe-events-calendar-month-mobile-events .tribe-events-c-nav__next:disabled, section.tribe-events-calendar-month-mobile-events .tribe-events button.tribe-events-c-nav__next:disabled {
   padding-bottom: 0;
        color: #d5d5d5 !important;
        font-weight: 500;
        font-family: 'Poppins' !important;
}
	
.tribe-events .tribe-events-view--list .tribe-events-c-nav__next:disabled, .tribe-events-view--list  button.tribe-events-c-nav__next:disabled {
    padding-bottom: 0;
        color: #d5d5d5 !important;
        font-weight: 500;
        font-family: 'Poppins' !important;
}	
	
	.tribe-events .tribe-events-calendar-list__event-date-tag {
   
    display: flex;
}
	
	
	#wpadminbar #wp-admin-bar-customize>.ab-item, #wpadminbar #wp-admin-bar-edit>.ab-item, #wpadminbar #wp-admin-bar-my-account>.ab-item, #wpadminbar #wp-admin-bar-my-sites>.ab-item, #wpadminbar #wp-admin-bar-site-editor>.ab-item, #wpadminbar #wp-admin-bar-site-name>.ab-item {
   
    width: 34px;
   
}
	
	time.tribe-events-calendar-list__event-datetime {
   
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}
	
	.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
   
    padding-top: 0 !important;
   
    margin: -7px 0 0 0 !important;
}
	
	.container-search-tribute-main-radio span.search-filter-input-radio__label {
  
    margin: 0 0;
   
}
	.search-button-tribute button {
   
    max-width: 100% !important;
    margin-top: 15px;
}
	
	
	.container-search-tribute-main-radio span.search-filter-input-radio__label {
   
    font-size: 18px;
   
}
	
	.container-main-tribute .elementor-posts .elementor-post__badge {
   
    font-size: 12px;
    
}
	
	.container-main-tribute .elementor-post-date {
   
    margin-bottom: 23px;
   
}
	
	.container-main-tribute nav.elementor-pagination {
    margin-top: 62px;
    border-top: 1px solid #D9DEE5;
    padding-top: 14px;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    justify-content: center;
}
.container-main-tribute .page-numbers.prev {
    position: absolute;
    left: 82px;
    top: 71px;
}	
	
	.container-main-tribute .page-numbers.next {
    position: absolute;
    right: 82px;
    top: 71px;
}
	
	.tribute-single-cr p {
   
    font-size: 18px;
    line-height: 150%;
   
}
	
	.tribute-single-cr p {
   
    margin-bottom: 27px;
}
	
	
	.elementor-widget-n-accordion .e-n-accordion-item-title {
   
    align-items: flex-start !important;
}
	
.elementor-widget-n-accordion	span.e-n-accordion-item-title-icon {
    position: relative;
    top: 5px;
}
	
.container-main-tribute	.elementor-posts-nothing-found {
    padding: 0 20px;
    margin-bottom: -135px;
}
	
	
	.font-weight500 a {
	font-weight: 500 !important;	
		
	}
	
	
	.related-events h3 {
		font-weight: 600 !important;
		
	}
	
	.related-events .elementor-icon-list-text {
		
	font-weight: 400 !important;	
	}
	
		.related-events h4 {
		
	font-weight: 400 !important;	
	}
	
	
	
	
	
} /* end 769 */

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

} /*  end 480 */



/* Signature Event page  Template */
#tribe-events-pg-template{
	max-width:100%;
}
