/**
* Theme Name:     Hello Elementor Child
* Author:         Elementor Team
* Template:       hello-elementor
* Text Domain:	   hello-elementor-child
* Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
*/

@import url(https://db.onlinewebfonts.com/c/88f10bf18a36407ef36bf30bc25a3618?family=SuisseIntl-Regular);

body.wp-theme-hello-elementor,  body.wp-child-theme-hello-elementor-child {
	font-family: "Suisse Intl" !important;
	font-family: "SuisseIntl-Regular" !important;
}

.home .recent-annoucement .elementor-post__text {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}
.home .recent-annoucement .elementor-post__thumbnail__link {
	margin-bottom: 20px !important;
}
.home .recent-annoucement .elementor-post__meta-data {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #000;
}


/* media query for 1440 max screen */
@media (min-width: 1440px) {


	.home #home-shop-section .woocommerce-loop-product__buttons {
		visibility: hidden;
	}
	.home #home-shop-section span.price {
		position: absolute;
		top: 260px;
		width: 100%;
		font-size: 16px;
		text-align: end;
	}
	.home #home-shop-section.elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
		margin-top: 40px;
	}
	.home .featured-content {
		background-color: #fff !important;
		padding: 0;
	}
	.home .eael-post-list-post {
		box-shadow: -2px 1px 6px 2px #ffffff !important;
		-webkit-box-shadow: -2px 1px 6px 2px rgb(248, 249, 251) !important;
	}
	.home .eael-post-list-thumbnail img {
		height: 12vh;
		max-width: 100%;
	}




}


@media (min-width: 1024px and max-width: 1400px) {

}

@media (max-width: 768px) {
	.home .featured-content {
		background-color: #fff !important;
		padding: 0 !important;
	}
	.home .eael-post-list-post {
		box-shadow: -2px 1px 6px 2px #ffffff !important;
		-webkit-box-shadow: -2px 1px 6px 2px rgb(248, 249, 251) !important;
	}
	.home .eael-post-list-thumbnail img {
		height: 12vh;
		max-width: 100%;
	}
}


/* ahmed css start*/
.show_venue_shortcode span{
	display: flex;
	justify-content: center; 
	align-items: center; 
	font-family: 'Suisse Intl';
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: -3%;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;

} 	
/* ahmed css end*/

.events-filter {
	margin-bottom: 2rem;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	gap: 1rem;
}

.filter-link {
	padding: 0.5rem 1.5rem;
	border-radius: 8px;
	border: 2px solid #1D7A5C;
	color: #1D7A5C;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
}

.filter-link:hover,
.filter-link.active {
	background-color: #1D7A5C;
	color: white;
}

.events-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

#event-filter-form + .events-list {
	grid-template-columns: repeat(1, 1fr);
}

.past-event {
	display: none;
}

.events-list.show-past .past-event {
	display: flex;
}

.events-list.show-past .upcoming-event {
	display: none;
}

.event-link {
	text-decoration: none;
	color: inherit;
	display: block;
}

.single-event {
	position: relative;
	border-radius: 12px;
	background-color: #1D7A5CD4;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	border-radius: 12px;
	height: 510px;
	padding: 1.25rem;
	gap: 3.875rem;
}

.event-badge {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	height: auto;
	background-color: #1D7A5C;
	padding: 3px 8px 3px 8px;
	border-radius: 5px 5px 5px 5px;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
}

body .single-event img.event-logo {
	width: 144px;
	height: 144px;
	border-radius: 100%;
	object-fit: cover;
}

body .single-event h2 {
	color: #fff;
	font-size: 1.875rem;
	font-weight: 600;
	text-align: center;
}

.event-venue {
	font-size: 1.125rem;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}

.event-link {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.event-date-wrapper {
	display: flex;
	flex-direction: column;
}

.event-date {
	font-size: 1.563rem;
	font-weight: 700;
	color: #000000;
}

.event-format {
	font-size: 1.125rem;
	color: #B7B7B7;
	font-weight: 600;
	text-transform: uppercase;
}

.matches-container {
	width: 100%;
}

/* Slider Styles */
.events-slider {
	margin: 0 -15px;
}

.events-slider .event-link {
	padding: 0 15px;
}

.events-slider .event-link.filtered-out {
	display: none !important;
}

.no-events {
	text-align: center;
	font-size: 1.25rem;
	color: #666;
	font-weight: 500;
	margin: 0;
}



.event-filter-wrapper {
	display: flex;
	gap: 14px;
	margin-bottom: 40px;
}

.event-filter-wrapper select {
	width: 286px;
	height: 54px;
	padding: 10px 20px;
	border-radius: 100px;
	border: 1px solid #EEEEEE;
	color: #999999;
	font-size: 1rem;
	font-weight: 600;
	appearance: none;
	background: url(/wp-content/uploads/2025/04/angle-down.svg) no-repeat right 20px top 15px;
}

.matches-container .slick-track {
	margin: 0;
}

/* Hide slider content until initialized */
.events-slider:not(.slick-initialized) {
	visibility: hidden;
	opacity: 0;
	height: 0;
}

.page-id-21 .events-slider:not(.slick-initialized), .events-list-wrapper .events-slider:not(.slick-initialized) {
	visibility: visible;
	opacity: 1;
	height: auto;
}

.events-slider.slick-initialized {
	visibility: visible;
	opacity: 1;
	height: auto;
	transition: opacity 0.3s ease;
}

.current-month-events {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.event-month {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 3px solid #000;
}

.event-month span {
	font-size: 1.813rem;
	font-weight: 600;
}

.event-month span.year {
	font-size: 1.25rem;
	font-weight: 500;
}

.month-events-list {
	display: flex;
	flex-direction: column;
}
.events-list li{
	list-style: none;
}
.events-list.tournaments, .events-list.league {
	width: 31% !important;
}
ul.events-list.npl_upcoming-slider.slick-initialized.slick-slider .slick-track{
/* 	width: 100% !important; */
/* 	max-width: 100% !important; */
/* 	display: flex ; */
}
.elementor-element-495b361d ul.events-list.npl_upcoming-slider.slick-initialized.slick-slider .slick-track{
/* 	width: 100% !important; */
}

.month-event-item {
	display: flex;
	gap: 1.25rem;
	padding-bottom: 20px;
	margin-bottom: 24px;
	border-bottom: 1px solid #B7B7B7;
	align-items: flex-start;
}

.month-event-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.month-event-details {
	flex: 1;
	display: flex;
	gap: 10px;
	padding-right: 1.25rem;
	border-right: 1px solid #B7B7B7;
}

.month-event-details img.event-logo {
	width: 92px;
	height: 92px;
	object-fit: cover;
	border-radius: 100%;
}

.event-info {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.event-info span {
	color: #666666;
	font-size: 15px;
}

.event-info span.event-title {
	font-size: 1.575rem;
	font-weight: 600;
	color: #000000;
	line-height: 30px;
}

.event-info span.month-event-venue {
	font-weight: 500;
	text-transform: uppercase;
}

.month-event-dates {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.dates-info {
	display: flex;
	flex-direction: column;
}


@media (max-width: 767px){
	.faqs_accordion_item .accordion-content .accordion-content_inner{
		flex-direction: column;
	}
	.faqs_accordion_item .cont_faq_r{
		max-width: 100%;;
	}
	.faqs_accordion_item .accordion-content.active{
		padding: 0px 0px 20px;
	}
	.month-event-item {
		flex-direction: column;
		gap: 0;
	}
	.month-event-details {
		padding: 0;
		border: 0;
	}
}

@media (max-width: 600px){
	.event-filter-wrapper {
		flex-direction: column;
	}
	.event-filter-wrapper select {
		width: 100%;
	}
	.month-event-details img.event-logo {
		width: 52px;
		height: 52px;
	}
}

/* News Listing Styles - Start */
.news-filters {
	display: flex;
	gap: 20px;
	margin-bottom: 2rem;
	align-items: center;
	padding-bottom: 20px;
	justify-content: space-between;
	border-bottom: 3px solid #000;
}

.news-filters h2 {
	margin: 0;
}

.news-search {
	flex: 1;
	position: relative;
}

.news-search input {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #dee2e6;
	border-radius: 6px;
	font-size: 14px;
	transition: all 0.3s ease;
}

.news-search input:focus {
	outline: none;
	border-color: #007bff;
	box-shadow: 0 0 0 2px rgba(0,123,255,0.25);
}

/* Custom Dropdown Styles */
.custom-dropdown {
	position: relative;
}

.dropdown-name {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 16px;
	background: #fff;
	border: 1px solid #999999; 
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 24px;
	color: #000;
	font-size: 1rem;
	font-weight: 600;
	gap: 5px;
	align-items: center;
	letter-spacing: -0.48px;
}

.dropdown-header {
	color: #999999;
}

.dropdown-arrow {
	font-size: 12px;
	transition: transform 0.3s ease;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #495057 transparent transparent transparent;
	display: inline-block;
	margin-left: 8px;
}

.dropdown-arrow.up {
	transform: rotate(180deg);
	margin-top: 5px;
}

.dropdown-content {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 250px;
	background: #fff;
	border: 1px solid #dee2e6;
	border-radius: 6px;
	margin-top: 5px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	z-index: 1000;
}

.dropdown-content.active {
	display: block;
}

.category-search {
	padding: 10px;
}

.category-search-input {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	font-size: 13px;
}

.category-search-input:focus {
	outline: none;
	border-color: #007bff;
}

.category-list {
	max-height: 250px;
	overflow-y: auto;
}

.dropdown-items {
	max-height: 280px;
	overflow-y: auto;
}

.dropdown-item {
	padding: 10px 15px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.dropdown-item:hover {
	background: #f8f9fa;
	color: #c36;
}

/* Scrollbar Styles */
.dropdown-content::-webkit-scrollbar {
	width: 6px;
}

.dropdown-content::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.dropdown-content::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 3px;
}

.dropdown-content::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/* Category Buttons */
.news-category-filters {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	padding-bottom: 1rem;
	border-bottom: 1px solid #999999;
	margin-bottom: 2rem;
}

button[type=button].category-button {
	border: 1px solid #DDDDDD;
	border-radius: 30px;
	padding: 10px 25px;
	font-size: 1rem;
	font-weight: 600;
	background: transparent;
	color: #000;
	letter-spacing: -0.48px;
}

button[type=button].category-button:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

button[type=button].category-button.active {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

/* Category Heading */
.category-heading {
	font-size: 1.625rem;
	font-weight: 600;
	margin: 0 0 3.25rem;
	letter-spacing: -1.30px;
	display:block;
}

/* Loader */
.loader {
	display: none;
	text-align: center;
	padding: 20px;
}

.loader:after {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 3px solid #f3f3f3;
	border-top: 3px solid #c36;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* News Grid */
.news-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.news-item a.news-link {
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: #000;
}

.news-image {
	position: relative;
	padding-bottom: 54.75%;
	overflow: hidden;
}

body .news-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.news-content {
	display: flex;
	flex-direction: column;
	gap: 4.313rem;
}

.news-info {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.news-info span.news-title {
	font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 51px;
}

.news-info span.news-date {
	font-size: 0.938rem;
	font-weight: 500;
}

.news-content .news-categories {
	font-size: 0.938rem;
	text-transform: uppercase;
	font-weight: 500;
}

/* News Responsive Styles */
@media (max-width: 768px) {

	.news-grid {
		grid-template-columns: 1fr;
	}
	
}
/* No Posts Message */
.no-posts-message {
	font-size: 18px;
	color: #6c757d;
}

/* News Listing Styles - End */


/* Loader */
.loader, .news-widget-loader {
	display: none;
	text-align: center;
	position: relative;
	min-height: 300px;
	border-radius: 8px;
	grid-column: 1 / -1;
}

.loader:after, .news-widget-loader:after {
	content: '';
	display: inline-block;
	width: 100px;
	height: 100px;
	border: 3px solid #f3f3f3;
	border-top: 3px solid #000;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* News Widget Styles */
.news-widget {
	max-width: 100%;
	display: flex;
	flex-direction: column;
}

.news-widget h3.main-heading {
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	line-height: 1.5rem;
	margin: 0 0 15px;
}

.news-widget .main-heading-link {
	display: none;
	align-items: center;
	gap: 11px;
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	line-height: normal;
	margin: 0 0 15px;
}

.news-widget .main-heading-link img {
	width: 11x;
	height: 11px;
}

.news-nav {
/* 	border-bottom: 3px solid #999999;
	margin-bottom: 16px; */
	display: flex;
	align-items: center;
	position: relative;
	
}

.news-nav:after {
	/*   content: '';
	position: absolute;
	width: 140px;
	height: 3px;
	background: #000;
	bottom: -3px; */
}

.news-nav .news-nav-arrow {
	width: 50px;
	position: absolute;
	padding: 12px 0;
	border: 0;
	top: 0;
}

.news-nav .news-nav-arrow.prev {
	left: -15px;
	background: linear-gradient(90deg, #FFFFFF 49.5%, rgba(255, 255, 255, 0) 100%) !important;
	text-align: left;
}

.news-nav .news-nav-arrow.prev img {
	transform: rotate(180deg);
}

.news-nav .news-nav-arrow.next {
	right: 0;
	background: linear-gradient(270deg, #FFFFFF 49.5%, rgba(255, 255, 255, 0) 100%) !important;
	text-align: right;
}


.news-nav-arrow.hidden {
	display: none;
}

.news-nav-scroll {
	display: flex;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
	flex: 1;
	position: relative;
}

.news-nav-scroll a {
	padding: 6px 15px;
	color: #666666 !important;
	font-size: 1.125rem;
	font-weight: 600;
	position: relative;
	border-bottom: 2px solid #999999;
    margin-bottom: 16px;
    padding-bottom: 10px;
}

.news-nav-scroll a.active {
	color: #000;
}
.news-nav-scroll a.active:after {
	  content: '';
	position: absolute;
	bottom: -2px;
	border-bottom: 2px solid #000;
	width: 100%;
	left: 0;
	right: 0;
	
}
.news-nav-scroll::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera */
}

.news-widget-content {
	display: flex;
	flex-direction: column;
	gap: 38px;
}


.news-widget-heading {
	font-size: 24px;
	font-weight: 600;
	margin: 0;
	color: #000;
}

.news-widget-grid {
	display: flex;
	flex-direction: column;
	gap: 22px;
	overflow: auto;
	max-height: 62vh;
}


.news-widget-link {
	text-decoration: none;
	color: inherit;
	display: block;
}

.news-widget-info {
	display: flex;
	flex-direction: column;
}

.news-widget-date {
	color: #000;
	font-size: 0.938rem;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.news-widget-info span.news-widget-title {
	font-size: 1.5rem;
	line-height: 1.7rem;
	color: #000;
	font-weight: 600;
	margin: 0 0 2rem;
}

.news-widget-info span.news-widget-title a.news-readmore-link {
	color: #000;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: underline;
	margin-left: 6px;
}

.news-widget-category {
	color: #000;
	font-size: 0.938rem;
	font-weight: 500;
	text-transform: uppercase;
}

.news-widget-footer {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.news-widget-button {
	display: flex;
	border: 1px solid #BBBBBB;
	border-radius: 30px;
	justify-content: center;
	padding: 0.5rem;
	font-weight: 700;
	color: #000;
	height: 48px;
	max-width: 275px;
	width: 100%;
	margin: auto;
	align-items: center;
}

.news-widget-button:hover {
/* 	color: #000; */
	background: #2BB673;
    color: #fff;
    border-color: #2BB673;
}

.sponser {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.sponser span {
	font-size: 13px;
	font-weight: 700;
	color: #000;
}
.sponser img {
	width: 39px;
	object-fit: contain;
	display: block;
}

@media (max-width: 1600px) {
	.news-widget-grid {
		max-height: 52vh;
	}
}

@media (max-width: 768px) {
	.news-nav {
		padding-bottom: 2px;
	}
	.news-nav-scroll a {
		padding: 8px;
		font-size: 0.875rem;
	}
	.news-widget h3.main-heading {
		display: none;
	}
	.news-widget .main-heading-link {
		display: flex;
	}
	.news-widget-heading {
		display: none;
	}
	.news-widget-date, .news-widget-category {
		font-size: 14px;
	}
	.news-widget-info span.news-widget-title {
		font-size: 1rem;
		margin-bottom: 10px;
	}
	.news-nav .news-nav-arrow {
		padding: 8px 0;
	}
	.news-widget-footer {
		display: none;
	}
	.news-widget-grid {
		gap: 0;
		overflow-x: auto;
		display: flex;
		flex-wrap: nowrap;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scroll-behavior: smooth;
		flex-direction: row;
	}
	.news-widget-item {
		flex: 0 0 100%;
		width: 100%;
		scroll-snap-align: start;
	}
	.league-season-header .league-name, .league-season-header .season-name, .league-season-header .sponsor-name {
		left: 0 !important;
	}
	.leaderboard-sidebar .leaderboard-nav .leaderboard-nav-item {
		padding: 0px 0px 9px !important;
	}
	.news-info span.news-title {
		height: auto;
	}
	.news-info span.news-title {
		line-height: 100%;
		letter-spacing: 0;
	}
	.news-content {
		gap: 32px;
	}
	/* Hide images for all but first post on mobile */
	.news-item:not(:first-child) .news-image {
		display: none;
	}

	.round-panels{
		overflow: hidden;
	}
	.round-panels .tab-panel, .matches-container{
		overflow-x: auto;
	}
	.upcoming_post_event_left{
		border-right: none;
	}


}

.sidebarWidget .league-season-header {
	margin: 0px 0 20px;
}


.search-form {
	display: none;
}
.search-form.active {
	display: block;
}

.search-btn a {
	width: 53px;
	height: 53px;
	display: flex;
	align-items: center !important;
	justify-content: center;
	border-radius: 100%;
	background: #F2F2F2;
	cursor: pointer;
	padding: 0;
}

.search-btn .e-con-inner {
	padding: 0;
}
.search-btn .elementor-icon-wrapper {
	height: auto;
}
.search-btn .elementor-icon-wrapper svg {
	fill: #999999;
	height: 18.5px;
} 