/*
Theme Name: Boost Sports Camp
Version: 6.1
Description: Customizable responsive accessible Wordpress child theme created by CyberOptik
Author: CyberOptik
Author URI: https://www.cyberoptik.net/
Template: optik-theme-6
*/





/******************************************************************************
 * * *  IMPORTS & VARIABLES  * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/

@import url("../optik-theme-6/style.css");



/* Add font imports here */


 /** Teko **/

/* Normal */
@font-face {
  font-family: 'Teko';
  font-weight: normal;
  src: url('fonts/Teko/Teko-Regular.ttf');
}

/* SemiBold */
@font-face {
  font-family: 'Teko';
  font-weight: 600;
  src: url('fonts/Teko/Teko-SemiBold.ttf');
}

/* Bold */
@font-face {
  font-family: 'Teko';
  font-weight: bold;
  src: url('fonts/Teko/Teko-Bold.ttf');
}


 /** Ubuntu **/

/* Normal */
@font-face {
  font-family: 'Ubuntu';
  font-weight: normal;
  src: url('fonts/Ubuntu/Ubuntu-Regular.ttf');
}

/* Italic */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: normal;
  src: url('fonts/Ubuntu/Ubuntu-Italic.ttf');
}

/* Semi Bold */
@font-face {
  font-family: 'Ubuntu';
  font-weight: 500;
  src: url('fonts/Ubuntu/Ubuntu-Medium.ttf');
}

/* Bold */
@font-face {
  font-family: 'Ubuntu';
  font-weight: bold;
  src: url('fonts/Ubuntu/Ubuntu-Bold.ttf');
}

/******************************************************************************
 * * *  STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  UNIVERSAL STYLES  ***/

html {
	font-size: 16px;
}

body {
	line-height: 1.6em;
	background-color: var(--wp--custom--dark--1);
	font-family: var(--wp--custom--font--1);
	color: white;
}



/***  BACK TO TOP BUTTON  ***/

.btt-button [class*="fa"] {
	border-radius: var(--wp--custom--radius--full);
	background-color: var(--wp--custom--primary--main);
	font-weight: 300;
	color: white;
}

.btt-button:hover [class*="fa"] {
	background-color: var(--wp--custom--primary--light);
	color: white;
}


/* responsive */ 
.btt-button.bottom{
 bottom: 50px!important;	
}

@media screen and (max-width: 900px) {
  .btt-button.bottom{
 bottom: 20px!important;	
}
} 


/******************************************************************************
 * * *  CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/



/***  TEXT & LINKS  ***/

a {
	color: var(--wp--custom--primary--main);
}

a:hover {
	color: var(--wp--custom--primary--light);
}



/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-style: italic;
	color: white;
	font-family: var(--wp--custom--font--2);
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 3em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 0.95em;
}

/**Mobile & Tablet**/
@media screen and (min-width: 601px) and (max-width: 1024px) {
  h1 { font-size: 3em; }
  h2 { font-size: 2em; }
  h3 { font-size: 1.5em; }
  h4 { font-size: 1.25em; }
  h5 { font-size: 1.2em; }
  h6 { font-size: 0.9em; }
}

@media screen and (max-width: 600px){
h1 {font-size: 2em;}
h2 {font-size: 1.5em; }
h3 {font-size: 1.25em;  }
h4 {font-size: 1.125em;}
h5 {font-size: 1em;}
h6 {font-size: 0.875em;}
}


/***  BORDERS & DIVIDERS  ***/

hr, .divider {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #e2e2e2;
	margin: 2.5em auto;
	padding: 0;
}



/***  BUTTONS  ***/

.button, 
.wp-block-button__link, 
.button-outline, 
.is-style-outline .wp-block-button__link {
	padding: 0.5em 1.5em;
	border-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xs);
	background-color: var(--wp--custom--primary--main);
	font-family: var(--wp--custom--font--2);
	text-transform: uppercase;
	font-size: 1.5em;
	color: white;
	line-height:1em;
}

.button:hover, 
.wp-block-button__link:hover, 
.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--custom--primary--dark);
	background-color: var(--wp--custom--primary--dark);
	color: white;
	line-height:1em;
}

.button [class*="fa"], 
.wp-block-button__link [class*="fa"], 
.button:hover [class*="fa"], 
.wp-block-button__link:hover [class*="fa"] {
	color: inherit !important;
}

/* Outlined Button */

.button-outline, 
.is-style-outline .wp-block-button__link {
	background: none;
	color: var(--wp--custom--primary--main);
}

.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--custom--secondary--main);
	background: none;
	color: var(--wp--custom--secondary--main);
}



/***  ICONS  ***/

.fa {
	font-weight: 300;
}

/* Icon Colors */

.fa, .fas, .far, .fal, .fab {
	color: var(--wp--custom--primary--main);
}

a .fa, a .fas, a .far, a .fal, a .fab {
	color: var(--wp--custom--primary--main);
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {
	color: var(--wp--custom--secondary--main);
}

/* Icon Backgrounds */

.fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a .fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a:hover .fa-bg {
	background-color: var(--wp--custom--secondary--main);
	color: white;
}

/* Icon Borders */

.fa-br {
	border-color: var(--wp--custom--primary--main);
}

a .fa-br {
	border-color: var(--wp--custom--primary--main);
}

a:hover .fa-br {
	border-color: var(--wp--custom--secondary--main);
}



/***  LISTS  ***/

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before, 
.arrow-list li [class*="fa"], 
.check-list li [class*="fa"], 
.check-circle-list li [class*="fa"], 
.icon-list li [class*="fa"], 
.contact-list li [class*="fa"] {
	color: var(--wp--custom--primary--main);
}



/***  FORMS  ***/

/* Inputs */

input[type="text"], input[type="email"], input[type="number"], 
input[type="password"], input[type="search"], input[type="tel"], 
input[type="url"], input[type="date"], input[type="datetime-local"], 
input[type="month"], input[type="time"], input[type="week"], 
textarea, select, .filter-reset {
	border-radius: var(--wp--custom--radius--xs);
	color:var(--wp--custom--dark--1);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
textarea:focus, select:focus {
	border-color: var(--wp--custom--primary--main);
	color:var(--wp--custom--dark--1);
}

select { padding-right: 40px; }

/* Buttons */

input[type="submit"], 
input[type="reset"], 
input[type="button"], 
form button {
	border-color: var(--wp--custom--primary--main);
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xs);
	color: white;
}

input[type="Submit"]:hover, 
input[type="reset"]:hover, 

input[type="button"]:hover, 
form button:hover {
	border-color: var(--wp--custom--primary--dark);
	background-color: var(--wp--custom--primary--dark);
	color: white;
}

input[type="Submit"]:active, 
input[type="reset"]:active, 
input[type="button"]:active, 
form button:active {
	border-color:  var(--wp--custom--primary--dark);
	background-color:  var(--wp--custom--primary--dark);
	color: white;
}





/******************************************************************************
 * * *  HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  SCROLL BAR  ***/

.scroll-bar {
	background-color: black;
}

.scroll-logo {
	max-height: 50px;
}



/***  TOP BAR  ***/

.top-bar {
	background-color: var(--wp--custom--light--2);
}



/***  HEADER  ***/

.header {
  position: absolute;
  top: 20;
  left: 0;
  z-index: 99;
} 


.header-logo {
	max-height: 60px;
}

/* Menu Button */

.header .menu-button [class*="fa"], 
.header .menu-button:hover [class*="fa"] {
	color: white;
}

.header .menu-button.active [class*="fa"] {
	background-color: var(--wp--custom--primary--main);
	color: white;
}



/***  NAVBAR  ***/

.navbar {
}



/***  NAV MENUS  ***/

.nav-menu > li > a, 
.nav-menu > li > span, 
.nav-menu > li > button {
	color: var(--wp--custom--light--1);
}

.single-post .nav-menu > li.posts-link > a, 
.category .nav-menu > li.posts-link > a, 
.single-service .nav-menu > li.services-link > a, 
.single-career .nav-menu > li.careers-link > a, 
.single-resource .nav-menu > li.resources-link > a, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-menu-ancestor > span, 
.nav-menu > li.current-menu-ancestor > button, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li.current-menu-item > span, 
.nav-menu > li.current-menu-item > button, 
.nav-menu > li:hover > a, 
.nav-menu > li:hover > span, 
.nav-menu > li:hover > button {
	color: var(--wp--custom--primary--main);
}


@media screen and (min-width:1025px) and (max-width: 1080px) {
	.nav-menu > li > a, 
	.nav-menu > li > span, 
	.nav-menu > li > button {
		padding-left:5px;
		padding-right:5px;
	}
	
	.nav-menu > li {
		padding:0 5px;
	}
}

@media screen and (min-width:1081px) and (max-width: 1185px) {
	.nav-menu > li > a, 
	.nav-menu > li > span, 
	.nav-menu > li > button {
		font-size: 1em;
		padding-left:5px;
		padding-right:5px;
	}
	
	.nav-menu > li {
		padding:0 5px;
	}
}


/* Nav Button */

.nav-menu > li.nav-button {
	background-color: transparent !important;
}

.nav-menu > li.nav-button > a {
	margin-left: 10px;
	margin-right: 10px;
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xs);
	color: white;
}

.nav-menu > li.nav-button > a:hover {
	background-color: var(--wp--custom--primary--dark);
}

/* Dropdowns */

.nav-menu li ul li:first-child {
	padding-top: 8px;
}
.nav-menu li ul li:last-child {
	padding-bottom: 8px;
}

.nav-menu li ul > li > a, 
.nav-menu li ul > li > span, 
.nav-menu li ul > li > button {
	color: var(--wp--custom--dark--3);
}

.single-careers .nav-menu li ul li.careers-link > a, 
.nav-menu li ul li.current-menu-item > a, 
.nav-menu li ul li.current-menu-item > span, 
.nav-menu li ul li.current-menu-item > button, 
.nav-menu li ul li:hover > a, 
.nav-menu li ul li:hover > span, 
.nav-menu li ul li:hover > button {
	color: var(--wp--custom--primary--main);
}

/* Nested Dropdowns */

.nav-menu li ul li ul {
	top: -8px;
}



/***  HIDDEN NAV  ***/

.hidden-nav {
	background-color: black;
}

.hidden-menu li a {
	color: white;
}

.hidden-menu li.current-menu-item > a {
	color: var(--wp--custom--primary--main);
}





/******************************************************************************
 * * *  BODY STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  BANNER  ***/

.banner {
	background-color: black;
}

.banner:before {
	opacity: 0.2!important;
}

.banner-inner {
	padding-top: var(--wp--custom--spacer--xxl);
	padding-bottom: var(--wp--custom--spacer--lg);
	min-height: 550px;
}

.banner-tall .banner-inner {
	min-height: 600px;
}
.banner-viewheight .banner-inner {
	padding-top: calc(var(--wp--custom--spacer--lg) + 140px);
	padding-bottom: var(--wp--custom--spacer--lg);
}

.banner a {
	color: var(--wp--custom--primary--light);
}

.banner a:hover {
	color: white;
}



/***  HEADLINE BAR  ***/

.headline-bar {
}


/***  ENTRY NAVBAR  ***/

.entry-menu > li > a {
	color: var(--wp--custom--dark--3);
}

.entry-menu > li.current-menu-item > a, 
.entry-menu > li:hover > a {
	color: var(--wp--custom--primary--main);
}



/***  MAIN  ***/

.main {
	padding-top:  var(--wp--custom--spacer--xxl);
	padding-bottom:  var(--wp--custom--spacer--xxl);
}



/***  ARCHIVE  ***/

/* Entry Cols */

.entry-cols .entry-link {
	border-radius: var(--wp--custom--radius--sm);
	background-color: #0a0a0a;
	overflow: hidden;
	color: white;
}

.entry-cols .entry-link:hover {
	transform: translateY(-3px);
}

.entry-cols .entry-icon-wrap:first-child {
	padding: 30px 30px 0;
}

.entry-cols .entry-icon svg {
	width: 60px;
	fill: var(--wp--custom--primary--main);
}

.entry-cols .entry-text-wrap {
	padding: 30px;
}

.includes-link-text .entry:not(.col-full) .entry-text-wrap {
	padding-bottom: 80px;
}

.entry-cols .entry:not(.col-full) .entry-link-text-wrap {
	left: 30px;
	bottom: 30px;
}

.entry-cols .entry-link .entry-link-text {
	color: var(--wp--custom--primary--main);
	font-weight: 600;
	text-transform: uppercase;
}

.entry-cols .entry-link:hover .entry-link-text {
	color: var(--wp--custom--primary--light);
}

/* Archive Pagination */

.archive-pagination a {
	border-radius: var(--wp--custom--radius--xl);
	border-color: var(--wp--custom--light--1);
	color: var(--wp--custom--primary--main);
}

.archive-pagination a:hover {
	border-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--primary--light);
}

.archive-pagination a [class*="fa"], 
.archive-pagination a:hover [class*="fa"] {
	color: inherit !important;
	transition: all 0ms ease-in-out;
}



/***  SINGLE  ***/





/******************************************************************************
 * * *  FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  CTA BAR  ***/

.cta-bar {
	padding-top: 0;
	padding-bottom: 0;
	background-color: var(--wp--custom--secondary--main);
	color: white;
}

.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6 {
	color: white;
} 

.cta-bar .wp-block-button__link {
	background-color:black;
	border-color: black;
	color: white;
}

.cta-bar .wp-block-button__link:hover {
	background-color: var(--wp--custom--dark--1);
	border-color: var(--wp--custom--dark--1);
}

.cta-bar-container {max-width: none; padding:0;}

/***  FOOTER  ***/

.footer {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
	background-color: black;
	font-size: 0.9em;
	color:white;
}

.footer a {
	color: var(--wp--custom--light-1);
}

.footer a:hover {
	color: var(--wp--custom--primary--main);
}

.footer .menu-primary-container .menu {
  column-count: 2;
  column-gap: 2rem;
}

.footer .menu-primary-container .menu > li {
  break-inside: avoid;
}

.footer h3 {
	font-size:1.6em;
}

/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	background-color: black;
	font-size: 0.9em;
	color:white;
}

/* Menus */

.bottom-bar .menu a {
	color: var(--wp--custom--light-1);
}

.bottom-bar .menu a:hover {
	color: var(--wp--custom--primary--main);
}





/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/

/* Add custom theme styles here */

/* Responsive */

@media screen and (min-width: 901px) {
	body:not(.wp-admin) .hide_on_desktop { display: none; }
}

@media screen and (min-width: 601px) and (max-width: 900px) {
	body:not(.wp-admin) .hide_on_tablet { display: none; }
}

@media screen and (max-width: 600px) {
	body:not(.wp-admin) .hide_on_mobile { display: none; }
}

/***  ICON CARDS  ***/

.icon-cards {
	text-align: center;
}

.icon-cards .wp-block-column {
	background-color: var(--wp--custom--light--2);
	padding: var(--wp--custom--spacer--md) var(--wp--custom--spacer--sm);
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover {
	background-color: var(--wp--custom--accent--1);
	color: white;
}

.icon-cards .wp-block-column .wp-block-heading, 
.icon-cards .wp-block-column .wp-block-heading a {
	color: var(--wp--custom--primary--main);
	border-bottom: none;
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover .wp-block-heading, 
.icon-cards .wp-block-column:hover .wp-block-heading a, 
.icon-cards .wp-block-column:hover .wp-block-heading a:hover {
	color: white;
}

.icon-cards .wp-block-outermost-icon-block {
	justify-content: center;
}

.icon-cards .wp-block-heading:not(:first-child) {
	margin-top: 0.25em;
	font-size: 1.45em;
}

.fancy-img {
	border:5px solid var(--wp--custom--dark--2);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.small-img {
	width:200px;
}

.overlap-section {
  position: relative;
  z-index: 2; 
  margin-top: -150px; 
}

/******** Heading line  ********/

.headings-line:after {
    display: block;
	width: 60px;
	height: 3px;
	margin-top: 15px;
	margin-left: 0;
	margin-right: auto;
	background-color: var(--wp--custom--primary--main);
    content: '';
}

.headings-center:after {
    display: block;
	width: 60px;
	height: 3px;
	margin: 15px auto 0 auto;
	background-color: var(--wp--custom--primary--main);
    content: '';
}

.banner h1:after  {
    display: block;
	width: 60px;
	height: 3px;
	margin: 15px auto 0 auto;
	background-color: var(--wp--custom--primary--main);
    content: '';
}

/******** Responsive Section ********/

/** Reverse Section **/
@media screen and (max-width: 900px){
	.reverse-section {
    flex-direction: column-reverse;
	}
}

@media screen and (max-width: 900px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { flex-basis: 100% !important; }
} 

/**  Image Size **/
 @media screen and (max-width: 900px) {
  .wp-block-image { 
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
   }
}

@media screen and (min-width: 601px) and (max-width: 900px) {
  .wp-block-image.reduced-width { max-width: 50%; }
}


@media screen and (max-width: 900px) {
  .tablet-w-600 { 
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tablet-w-600-center {
    text-align: center;
  }

  .tablet-w-600-center .wp-block-outermost-icon-block { justify-content: center; }
} 

/** Large Screen  **/
@media screen and (max-width: 1024px) {
  .stack-section-lg { flex-direction: column; }

  .stack-section-lg.reverse-section { flex-direction: column-reverse; }
}

@media screen and (min-width: 901px) and (max-width: 1024px) {
  .stack-section-lg .wp-block-image {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
} 


/******** Gravity Forms ********/

.gfield_required {
	color:var(--wp--custom--light--1);
}

.gform_wrapper .gform_button,
.gform_wrapper button {
  background-color:black!important;
  color: white;
  padding: 14px 28px!important;
  font-size:1.3em!important;
  text-transform:uppercase!important;
  border-radius: 20px;
  border: none;
  font-family:var(--wp--custom--font--2)!important;
}

.gform_wrapper .gform_button:hover,
.gform_wrapper button:hover {
  background-color:var(--wp--custom--dark--1)!important;
  color: white;
  border: none;
} 


.gform-theme--orbital {
	padding:40px;
	background-color:var(--wp--custom--primary--main);
}

/** Bootcamp CPT **/

.event-filter-bar {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}


@media screen and (max-width: 1200px) {
	.event-filter-bar { flex-wrap: wrap; }
}

.event-filter-bar .ts-control,
.event-filter-bar .ts-wrapper.single.input-active .ts-control { 
	background: rgba(255,255,255,0.2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' d='M362.7 203.9l-159.1 144c-6.125 5.469-15.31 5.469-21.44 0L21.29 203.9C14.73 197.1 14.2 187.9 20.1 181.3C26.38 174.4 36.5 174.5 42.73 180.1L192 314.5l149.3-134.4c6.594-5.877 16.69-5.361 22.62 1.188C369.8 187.9 369.3 197.1 362.7 203.9z' style='&%2310; /* fill: white; */&%2310;'/%3E%3C/svg%3E") center right 15px no-repeat;
	color: white;
	padding: 13px 40px 13px 13px !important;
	font-weight: 700;
	background-size: 1em;
	border-radius: 6px;
}

.event-filter-bar .ts-dropdown .active {
	background-color: black;
	color: white;
}

.event-filter-bar .ts-dropdown .selected {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

.event-filter-bar option  {
	background-color: transparent;
}

.event-filter-bar .ts-control, 
.event-filter-bar .ts-wrapper.single.input-active .ts-control { cursor: pointer; }

.no-match-events { margin-top: 3em; }


.filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-locations {
    padding-top: 6px;
    border-top: 1px solid rgba(255,255,255,0.15);
}


.event-meta {
    display: flex;
    align-items: center;
		justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap; /* safe for mobile */
}

.event-meta .event-date,
.event-meta .event-capacity {
    margin: 0;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}


/* CTA text inside event card */
.event-card .event-actions {
    margin-top: 16px;
}

.event-card .event-actions span,
.event-card .event-actions .cta-text {
    color: var(--wp--custom--primary--main);
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* Thumbnail wrapper */
.event-thumb-wrap {
    position: relative;
    overflow: hidden;
}

/* Category badge */
.event-thumb-wrap .event-cat {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;

    background: #e10600; /* red / brand color */
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    padding: 6px 10px;
    border-radius: 4px;
}

/* Make sure image stays below badge */
.event-thumb-wrap img {
    display: block;
    width: 100%;
    height: auto;
}
/* FILTER BAR */
.event-filter-bar .event-location-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media screen and (min-width: 1201px) {
	.event-filter-bar .event-location-filter { flex: 1 0 300px; }
}

/* FILTER BUTTON */
.event-filter-bar .filter-btn {
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    padding: 10px 16px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.08em;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 6px;
    transition: all 0.2s ease;
}

/* HOVER */
.event-filter-bar .filter-btn:hover {
    background: rgba(255,255,255,0.15);
}

/* ACTIVE */
.event-filter-bar .filter-btn.active {
    background: #e10600; /* Boost red */
    border-color: #e10600;
    color: #fff;
}

.event-card .event-actions {
    margin-top: auto;
    padding-top: 14px;
}

.event-card .event-link {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.event-card .entry-text-wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.filter-btn .filter-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}


.filter-btn {
    color: var(--wp--custom--primary--main);
}

.filter-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.event-text-wrap {
    padding-bottom: 40px !important;
}

@media screen and (min-width: 901px) {
	.event-category-filter { display: none; }
}

@media screen and (max-width: 900px) {
	.filter-sports { display: none; }
}



.logo-footer img {
	width:250px;
}

@media (max-width: 900px) {
	.logo-footer img {
        margin: 0 auto;
        display: block;
	}
}


/* CAROUSEL TESTIMONIAL */ 

/* .wp-block-gutsliders-testimonial-slider .swiper-testimonial-outer { background-color: transparent; }

.wp-block-gutsliders-testimonial-slider .gutslider-testimonial-wrapper {
	background-color: rgba(0,0,0,0.08);
}

.wp-block-gutsliders-testimonial-slider .gutslider-testimonial {
	color:white!important;
}

.wp-block-gutsliders-testimonial-slider .author-photo-outer {
	display:none;
}

.wp-block-gutsliders-testimonial-slider .gutslider-testimonial-wrapper {
	height:auto!important;
} */

.slider-pagination li button {
    background: #3498db; 
}


.slider-pagination li button:hover,
.slider-pagination li.slick-active button {
    background: #e74c3c;
}


.stats-section .wp-block-columns {
  position: relative;
}


.stats-section .wp-block-columns {
  align-items: stretch;
}


.stats-section .wp-block-column {
  position: relative;
  padding: 40px 20px;
}


.stats-section .wp-block-columns::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  bottom: 15%;
  width: 2px;
  background: rgba(255,255,255,0.85);
}


.stats-section .wp-block-column:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  bottom: 15%;
  width: 2px;
  background: rgba(255,255,255,0.85);
}

/* ================= */
/* ================= */

@media (max-width: 768px) {


  .stats-section .wp-block-column::after,
  .stats-section .wp-block-columns::before {
    display: none;
  }


  .stats-section .wp-block-column:not(:last-child) {
    border-bottom: 2px solid rgba(255,255,255,0.3);
  }

}
/* Shortcode Animation */ 
.fade-card {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1.5s ease forwards;
}
a.filter-reset {
    color: white;
}
a.filter-reset:hover {
    color: red;
}

/* Contact Form */
.red-form .gfield_required_asterisk {
	color: white !important;
}

.red-form .gform_validation_errors { border-color: white !important; }

.red-form .gform_submission_error { color: white !important; }

.red-form .gfield_validation_message { color: white !important; }

.red-form .gform-icon--circle-error {
	color: white !important;
	border-color: white !important;
}

/* Home Banner */
.home-banner-testimonials .swiper-pagination-bullet { background-color: white !important; }

.home-banner-testimonials .swiper-pagination-bullet-active { background-color: var(--wp--custom--primary--main) !important; }

.home-banner-testimonials .swiper-slide { align-items: stretch; }



/* Home Testimonials */

.home-banner-testimonials .swiper-testimonial-outer { background-color: transparent !important; }

.home-banner-testimonials  .gutslider-testimonial {
	color:white!important;
}

.home-banner-testimonials .author-photo-outer {
	display:none;
}

.home-banner-testimonials .gutslider-testimonial-wrapper {
	height:auto!important;
}

/* Sport Page */
.sport-page-cover .entry-cols .entry-link { background-color: rgba(10, 10, 10, 0.57); }

.sport-page-cover .entry-cols .entry-link:hover { background-color: #0a0a0a; }

/* Home Sports */
.home-sports.link-cards .wp-block-column { transition: all 300ms ease-in-out; }

.home-sports.link-cards .wp-block-column:hover { transform: translateY(-3px); }

/* Archive Filter Form */
.archive-navbar .filter-form > * {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Blog Page */
body.blog .entry-cols .entry-link { background-color: rgba(10, 10, 10, 0.57); }

body.blog .entry-cols .entry-link:hover { background-color: #0a0a0a; }

/* Blog Cards */
.post-cols .post-cats {
	top: 14px;
	left: 14px;
}

.post-cols .post-cat { 
	background-color: #e10600;
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 6px 10px;
	border-radius: 4px;
}

/*sports-grid*/
.sports-grid{
	max-width:1920px;
}

.sports-grid .wp-block-cover{
	width:calc(16.66% - 20px);
	min-height:350px!important;
}

@media (max-width: 1340px) {
	.sports-grid .wp-block-cover{
		width:calc(25% - 20px);
	}
}

@media (max-width: 900px) {
	.sports-grid .wp-block-cover{
		width:calc(33.33% - 20px);
	}
}

@media (max-width: 600px) {
	.sports-grid .wp-block-cover{
		width:calc(50% - 20px);
	}
}

/*link-covers*/
.link-covers .wp-block-cover{
	cursor:pointer;
	transition: all 300ms ease-in-out;
}

.link-covers .wp-block-cover:hover{transform: translateY(-3px);}

.logo-slider img{
	object-fit:contain!important;
	filter: brightness(0) invert(1);
}

/* Filter White */
.filter-white img { filter: brightness(0) invert(1); }