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



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


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