/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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
*/

/* Add your custom styles here  */


/* Force show LeadConnector iframe form */
#iframe-rS5za2pYH6bgrDofP1SP,
#inline-rS5za2pYH6bgrDofP1SP,
iframe[src*="leadconnectorhq.com/widget/form"] {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    display: block !important;
}

.home #elementor-popup-modal-15396 {
    display: none !important;
}

.dialog-prevent-scroll {
    overflow: auto !important;
}

.acf-basic-uploader .upload-files{
	color: #121212;
    font-family: Syne;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 4px 8px;
    border: 1px solid;
    margin-top: 10px;
}
.text-stroke-shadow-white h2 {
	text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.text-stroke-shadow-black h2 {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/* SINGLE CAMP START */

#camp-image-gallery-section #sync1 .owl-item {
    height: 712px;
}

#camp-image-gallery-section #sync1 .owl-item .item {
/* 	width: 100%; */
    height: 100%;
}

#camp-image-gallery-section #sync1 .owl-item .item img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

#camp-image-gallery-section #sync2 {
	margin-top: 15px;
}

#camp-image-gallery-section #sync2 .owl-stage .owl-item {
	width: 109px !important;
    height: 72px;
	margin-right: 10px;
}

#camp-image-gallery-section #sync2 .owl-stage .owl-item .item {
	width: 100%;
    height: 100%;
}

#camp-image-gallery-section #sync2 .owl-stage .owl-item .item img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.camp-img-carousel .swiper-slide {
	width: 315px !important;
    height: 315px;
}

.camp-img-carousel .swiper-slide .swiper-slide-inner {
	width: 100%;
    height: 100%;
}

.camp-img-carousel .swiper-slide .swiper-slide-inner img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}

/* SINGLE CAMP END */

/* BLOG PARENT START */

#blog-archive-section .elementor-widget-image {
	height: 382px;
    overflow: hidden;
}

#blog-archive-section .elementor-widget-image .elementor-widget-container {
	height: 100%;
}

#blog-archive-section .elementor-widget-image .elementor-widget-container img {
	height: 100%;
    object-fit: cover;
}

/* BLOG PARENT END */

/* SINGLE BLOG START */

#blog-single-hero-section #blog-single-hero-img .elementor-widget-container {
	height: 538px;
}

#blog-single-hero-section #blog-single-hero-img .elementor-widget-container img {
	height: 100%;
	object-fit: cover;
}

/* SINGLE BLOG END */

/* MEDIA PARENT START */

#media-archive-section .elementor-widget-image {
	height: 382px;
    overflow: hidden;
}

#media-archive-section .elementor-widget-image .elementor-widget-container {
	height: 100%;
}

#media-archive-section .elementor-widget-image .elementor-widget-container img {
	height: 100%;
    object-fit: cover;
	object-position: 20% 34%;
}

.acf-fields > .acf-field {
	z-index: 0;
}

/* MEDIA PARENT END */

/* TABLET STYLES START */

@media (min-width:768px) and (max-width:1024px) {
	#sport-search-filter-shortcode .filter_main {
		flex-direction: column;
    	gap: 10px;
	}
	
	#sport-search-filter-shortcode .filter_main #clear-filter {
		text-align: left;
	}
}

/* TABLET STYLES END */

/* MOBILE STYLES START */
@media screen and (max-width: 767px) {
	#camp-image-gallery-section #sync2 .owl-stage-outer .owl-stage {
		display: flex;
	}
	
	#camp-image-gallery-section #sync1 .owl-item {
    height: 484px;
	}
}
/* MOBILE STYLES END */



/* Hide the arrows for number input fields in Chrome, Edge, Safari */
.acf-field input[type="number"]::-webkit-outer-spin-button,
.acf-field input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide the arrows in Firefox */
.acf-field input[type="number"] {
    -moz-appearance: textfield;
}


.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  position: fixed;
 /* top: 0; */
  z-index: 999;
}

.marquee h5 {
  display: inline-block;
  padding-left: 100%;
  font-size: 17px;
  padding: 9px 0px;
}

/* Mobile — enable scrolling */
@media (max-width: 767px) {
  .marquee h5 {
    /* animation: scroll-left 10s linear infinite; */
    animation: none; 
    font-size: 16px;
    padding: 7px 0px;
  }
}

/* Desktop — stop scrolling */
@media (min-width: 768px) {
  .marquee h5 {
    animation: none;
    font-size: 16px;
    padding: 7px 0px;
  }
}

/* Animation */
/* @keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
} */



/* Header slide top & bottom when page scroll */

.header-section.elementor-sticky {top: 32px !important; margin-top: 0px !important;}
.header-section.elementor-sticky--active {top: 32px !important; margin-top: -1px !important;}

@media(max-width: 767px) {

.header-section.elementor-sticky {top: 0px !important; margin-top: 32px !important;}
.header-section.elementor-sticky--active {top: 30px !important; margin-top: 30px !important;}

.elementor-sticky__spacer { display: none;}
.elementor-sticky--effects  {
  position: sticky !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.5s ease;
}

.elementor-sticky--effects .hide-header {
  transform: translateY(-115%);
}

/* Read more */
.partner-description .read-more:first-of-type {
  display: none !important;
  }
}


/* Add !important to ensure it overrides any existing styles */
.acf-field input[type="number"] {
    -webkit-appearance: none !important;
    -moz-appearance: