/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
/*-----------------------------------header-------------------------------  */
.header-shape {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.header-shape svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#header-border {
	min-height: unset;
	position: fixed;
	z-index: 2;
	background-color:unset;
}
#header-border .container {
	margin: 0px;
    padding: 0px;
    width: 100%;
    min-width: 100%;
}
#header-border .container .template-page {
	padding:0px;
}
.header_color .avia-menu-fx {
	background-color:unset;
}
.html_header_top.html_header_sticky #main {
	padding-top:64px;
}
#header_main {
	border-bottom:unset;
}
#header_main .inner-container .logo a img {
	padding:10px;
}

#header_main {
	background:#000000;
	position:relative;
}
#header_main .main_menu ul li a {
	color:#ffffff;
	font-weight:normal;
	font-size:16px !important;
}
#header_main .main_menu ul li a:active {
	color:#F4C100 !important;
}
#header_main .main_menu ul li a:hover {
	color:#F4C100 !important;
}
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
	color:#F4C100 !important;
	font-size:16px !important;
}
#header_main .main_menu ul li ul.sub-menu li a {
	color:#000000 !important;
}
#header_main .main_menu ul li ul.sub-menu li a:hover {
	color:#F4C100 !important;
}
#header_main .main_menu ul li ul.sub-menu li.current-menu-item > a {
	color:#F4C100 !important;
}
#header_main .main_menu .noLightbox li a:focus {
	background-color: red !important;
}
#header_main .main_menu .noLightbox li a {
/* 	color:#F4C100; */
	color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
#header_main .main_menu .noLightbox li:hover {
	 background-color: red !important;
}
#top #wrap_all .av-social-link-twitter:hover a {
		 background-color: red !important;
}
#top #header .social_bookmarks li:last-child:hover {
/* 	border-right: 2px solid red !important;  */
}
#header_main .main_menu .noLightbox li {
	width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
    background: #F4C100 !important;
}
#top .social_bookmarks {
	height:35px;
}
#top .social_bookmarks li:nth-child(2) {
    margin-left: 10px;
}
.avia-menu.av_menu_icon_beside {
	border-right:unset;
}
#top #header .social_bookmarks li:last-child {
	border-right: 2px solid #F4C100 !important; 
 
}
#home-news-btn {
	margin-top: -150px;
	background:#1D2028;
}
#home-news-btn .fixtures-header h2 {
	color:#F4C100;
}
#home-news-btn .fixtures-header .line {
	background-color:#303239;
	height:3px;
}

/*-----------------------------------home-fixture-----------------------------  */
.fixtures-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 50px 0;
}

.fixtures-header h2 {
	font-size: 28px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
	white-space: nowrap;
}

.fixtures-header .line {
	flex: 1;
	height: 2px;
	background: #d9d9d9;
	margin: 0 10px;
}

/* Hexagon Button */
.hex-btn {
	display: inline-block;
	background: #f6c301; /* yellow background */
	color: #000 !important;
	font-weight: 700;
	font-size: 14px;
	padding: 12px 50px;
	text-decoration: none;
	position: relative;
	font-family: Arial, sans-serif;
	transition: background 0.3s, color 0.3s;

	/* hexagon-style edges */
	clip-path: polygon(
		10% 0%, 90% 0%, 100% 50%,
		90% 100%, 10% 100%, 0% 50%
	);
}

/* black arrow on the left */
.hex-btn::before {
	content: "";
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 25px;
	height: 25px;
	border-left: 3px solid #111;
	border-bottom: 3px solid #111;
}

/* black arrow on the right */
.hex-btn::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%) rotate(-135deg);
	width: 25px;
	height: 25px;
	border-left: 3px solid #111;
	border-bottom: 3px solid #111;
}

/* hover: blue background + white text + white arrows */
.hex-btn:hover {
	/*   background: #1f6feb; */
	/*   color: #fff; */
}
.hex-btn:hover::before,
.hex-btn:hover::after {
	/*   border-color: #fff; */
}

#responsive_btn {
	display:none;

}

/*-------------------------------------social-media------------------------  */
.banner-content{
	position: absolute;
	top: 65%;
	left: 62%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: flex;
    width: 53%;
	gap:60px;
    text-align: center;
    align-items: center;
}
.update-banner {
	position:relative;
	text-align: center;
	margin: 40px 0;
}
.banner-content h2 {
	color:#F4C100;
	font-family: Arial, sans-serif;
}

.icons {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.hex-border {
	width: 80px;
	height: 80px;
	background: #ffffff !important; /* border */
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px; /* border thickness */
	transition: background 0.3s ease;
}
.hex-border.red {
	background: red !important;
}

.hex-border:hover {
/* 	background: red !important; */
}
#social-media .hex-content:hover {
	background:#F4C100;
}
.hex-content {
	width: 100%;
	height: 100%;
	background: #000000; /* inside fill */
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.x-logo {
	font-size: 40px;
	font-weight: bold;
	color: black;
}

.yt {
	font-size: 40px;
	color: red;
}

/*------------------------------------club-section-------------------------  */
.section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.section-header h3 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	white-space: nowrap;
}

.section-header .line {
	flex: 1;
	height: 2px;
	background: #ddd;
	margin: 0 10px;
}

.section-header .controls {
	display: flex;
	gap: 8px;
}

.circle-btn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #FFD500;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #000;
	cursor: pointer;
	border: none;
	outline: none;
	transition: background 0.3s;
}

.circle-btn:hover {
	background: #e0b800;
}

/*--------------------------------------------------------partners-section---------------------------------------------------------  */
#partners-section .avia-logo-element-container .slide-entry .av-partner-fake-img {
	border-radius:20px;
}
#partners-section {
	background:#EDEDED;
}

/*--------------------------------------------------------contact-page  -----------------------------------------------------------  */
#contact_us_page label {
	font-size:16px;
}
#contact_us_page .has-spinner {
	display: inline-block;
	background: #f6c301; /* yellow */
	color: #000000 !important;
	font-weight: 700;
	font-size: 14px;
	padding: 12px 40px;
	text-decoration: none;
	position: relative;
	clip-path: polygon(12% 0, 88% 0, 100% 50%, 88% 100%, 12% 100%, 0 50%);
	transition: background 0.3s;
	font-weight:normal;

}

/* ----------------------------------footer-------------------------------- */
#footer {
    background-image: url('/wp-content/uploads/2025/09/footer-img.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; /* Responsive full cover */
    
}

#footer .widgettitle {
	color:#F4C100;
	font-size:18px;
}
#footer ul li a {
	color:#ffffff;
	font-size:16px;
}
#footer ul li a:hover {
	color:#F4C100;
}

#footer .hex-border {
	width: 55px;
	height: 55px;
	background: #F4C100 !important; /* border */
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px; /* border thickness */
	transition: background 0.3s ease;
}
#footer .hex-content {
	width: 100%;
	height: 100%;
	background: #000000; /* inside fill */
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer .hex-content:hover {
	background: #d29d00;
}

#footer .footer-social-media .flex {
	text-align:end;
	padding:10px 0px;
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 20px;
}
#footer .footer-social-media .flex a {
	color:#ffffff;
	font-size:16px;
}
#footer .footer-social-media .flex a:hover {
	color:#F4C100 !important;
}
#footer .container .flex_column:nth-child(2) {
	text-align:center;
}

.image-overlay .image-overlay-inside,
.avia_transform a:hover .image-overlay {
	display:none !important;
}

#socket {
	background:#1D2028;
}
#socket .copyright {
	color: #ffffff;
	font-size: 16px;
	width: 100%;
	text-align: center;
}
#socket a {
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
}
#responsive_btn {
	display:none;
}
#footer .container > .flex_column:nth-child(4) {
	display:none;
}
#footer div .av_one_fourth {
	width:28.5%;
}
#home-news {
	background-size:cover;
	margin-top:25px;
}
#scroll-top-link {
	background-color:#F4C100;
}
#scroll-top-link:hover {
	background-color:#d29d00;
}
#scroll-top-link.avia-svg-icon:hover svg:first-child {
	fill:#000000;
}
.toggle_icon{
	background:#F4C100;
}
/*------------------------------------------------------media query-----------------------------------  */
@media only screen and (max-width: 1023px) {
	#home-news-btn {
		margin-top: 0px;
		background:#1D2028;
	}
}
@media only screen and (max-width: 1824px) and (min-width:990px) {
	#header-border .container {
		padding-top:12px;
	}
}
@media only screen and (max-width: 1250px) {
	#header_main .main_menu ul li a {
		color:#ffffff;
		font-weight:normal;
		font-size:11px !important;
	}
}
@media only screen and (max-width: 1064px) {
		#header_main .main_menu ul li a {
			color:#ffffff;
			font-weight:normal;
			font-size:10px !important;
		}
}
@media only screen and (max-width: 989px) {
	#home-news {
		margin-top:-45px;
	}
	#header-border {
		position: unset;
	}
	#header_main .main_menu .noLightbox {
		display:none !important;
	}
	#social-media .banner-content h2 {
		font-size:18px;
	}
	#social-media .hex-border {
		width: 50px;
    	height: 55px;
	}
	#social-media .yt {
		font-size:24px;
	}
}
@media only screen and (max-width: 767px) {
	#responsive_btn {
		display: block;
		padding-top:25px;
		text-align: center;
	}
	.fixtures-header .line {
		display: none;
	}
	.fixtures-header a {
		display:none;
	}
	#home-news-btn .fixtures-header a {
		display: block;

	}
	#home-news-btn .fixtures-header {
		gap:20px;
		flex-direction:column;
	}
	#social-media .bg-banner {
		min-height:200px;
	}
	#social-media .banner-content {
		width:100%;
		left:50%;
		gap:0px;
		flex-direction:column;
	}
	#social-media .template-page {
		padding:0px;
	}
	#footer .container > .flex_column:first-child {
	  display: none;
	}
	#footer .container > .flex_column:nth-child(3) {
	  display: none;
	}
	#footer .container > .flex_column:nth-child(4) {
	  display: flex;
	}
	#footer .container > .flex_column:nth-child(4) .widget {
		width:50%;
	}
	#footer .container > .flex_column:nth-child(4) .widget .footer-social-media .flex {
		text-align: center;
		padding: 10px 0px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 15px;
		flex-direction: row-reverse;
	}
	#footer .container > .flex_column:nth-child(4) .widget_nav_menu a {
		padding: 25px 0 5px 0;
	}
	@media only screen and (max-width: 425px) {
		#footer .container > .flex_column:nth-child(4) .hex-border {
			width:35px;
			height:40px;
		}
		#footer .container > .flex_column:nth-child(4) .widget .footer-social-media .flex a {
			font-size:12px;
		}
		#footer .container > .flex_column:nth-child(4) .widget_nav_menu a {
			font-size:12px;
		}
		#footer .container > .flex_column:nth-child(4) .widget_nav_menu a {
			padding: 12px 0 5px 0;
		}
		#footer .container > .flex_column:nth-child(2) .widget_text {
			margin-bottom:0px;
		}
		#footer .footer-img img {
			width:120px;
		}
		#socket a {
			font-size:15px;
			color:#F4C100;
		}
		#socket .copyright {
			font-size:15px;
		}
		#socket .footer-right a {
			color:#fff;
			font-weight:bold;
		}
		#social-media .x-logo,
		#social-media .yt {
			width: 16px;
    		height: 30px;
		}
		#social-media .hex-border {
			width: 40px;
			height: 45px;
		}
		 #header_main::after {
		  content: "";
		  position: absolute;
		  bottom: 0;
		  left: 0;
		  width: 100%;
		  height: 2px; /* line thickness */
		  background: linear-gradient(
			to right,
			#00c896 0%,
			#00c896 40%,   /* green portion */
			#fdd600 25%,
			#fdd600 100%   /* yellow portion */
		  );
		}
		#header-border {
			display:none;
		}
		#home-news-btn .fixtures-header {
			margin:0px;
		}
		#main .content {
			padding:25px 0px;
		}
		.fixtures-header {
			margin-top:25px;
			margin-bottom:25px;
		}
	}
	



