/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Homepage Hero Background Image */
.dynamic-bg {
  background-size: cover;
  background-position: center;
  transition: background 0.5s ease;
}

/* Homepage Hero Thumbnail Container */
.bg-thumbnails {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 6px;
	position: relative;
	padding-right: 2%;
	margin: 20px 0;
}

/* Default Thumbnail Style */
.bg-thumb {
	position: relative;
	display: inline-block;
	width: 42px;
	height: 42px;
	border: 1px solid #fff;
	border-radius: 50%;       
	object-fit: cover;          
	filter: grayscale(100%); 
	transition: border 0.3s ease, filter 0.3s ease;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0,0,0,0.75); 
}

/* Tooltip Styling */
.tooltip {
    position: absolute;
    background-color: #fff;
    color: #000;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
	font-weight: 600;
    white-space: nowrap;
    display: none;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.tooltip.show {
    opacity: 1;
}

/* Hover Thumbnail Style */
.bg-thumb:hover:not(.active) {
	border: 1px solid #f86d05;
	box-shadow: 0 4px 12px rgba(0,0,0,0.75);
}

/* Active Thumbnail Style */
.bg-thumb.active {
  border: 2px solid #fff;
  filter: grayscale(0%);
}

/* Responsive */
@media screen and (max-width: 768px) {
	.bg-thumbnails {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 2px;
		margin: 0 auto;
		padding: 6px 0;
		width: 100%;
		position: relative;
		top: 0;
	}
	.bg-thumb {
	  	width: 24px;
	  	height: 24px;
	}
	.tooltip {
    	font-size: 12px;
	}	
}


/* Homepage Experience the Game Cards */
.homepage-carousel .fusion-carousel-item {
    height: 100%;
    display: flex;
    flex-direction: column;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.homepage-carousel .fusion-carousel-item-wrapper {
	background: #252525;
	padding: 16px;
	border-radius: 8px;
}

/* Homepage Sponsor Cards */
.sponsor-card {
  width: 100%;
  max-height: 136px;
  box-sizing: border-box;
}
.sponsor-card img {
  object-fit: contain;
  width: auto;
  max-height: 102px;
  object-position: center;
}
@media screen and (max-width: 1000px) {
	.sponsor-card {
	  width: 100%;
	  max-height: 158px;
	  box-sizing: border-box;
	}
	.sponsor-card img {
	  object-fit: contain;
	  width: auto;
	  max-height: 136px;
	  object-position: center;
	}
}

/* ESPN Bowls Push Menu */
.bowl-logos-menu img {
  		width: auto;
  		max-width: 100%;
  		height: auto;
  		max-height: 65px;
}

/* News */
.news-item {
  background-color: #252525;
  margin-bottom: 2px;
}
.news-item {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
.news-item div {
  padding: 24px 18px;
}
#news-items .more-news-button {
  height: 58px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  text-decoration-line: none !important;
  margin-top: 12px;
}
#news-items .more-news-button:hover {
  color: #020202;
  background-color: #ffffff;
}
.more-news-button img {
  width: 11px;
  height: 16px;
  margin-left: 16px;
}
#news-items .more-news-button:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(23%) saturate(1301%)
    hue-rotate(66deg) brightness(96%) contrast(99%);
}
.news-tabs {
  display: flex;
  margin-bottom: 30px;
}
.news-tabs span {
  flex: 1;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  border-bottom: 2px solid #707070;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
	.news-tabs span {
  	font-size: 18px;
	}
}
.news-tabs span:hover {
  background-color: #f86d05;
}
.news-tabs span.active {
  border-bottom: 2px solid #f86d05;
}
.hbcu-item {
  display: none;
}
#news-items .hbcu-more-button {
  display: none;
}

/* Bag Policy */
.policies-list li::before{
	margin-left: 0;
	padding-left: 0;
}
.policies-list {
	list-style-position: inside;
	padding-left: .2em;
	margin-left: 0;
}
.policies-list li {
	position: relative;
	padding-left: 1.2em;
	text-indent: -1.4em;
}

/* General CSS*/
ul li {
	margin-bottom: 16px;
}

/* Form Styling */
.presale-form .fusion-form-field, 
.presale-form .fusion-form-select-field  {
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}
.presale-form .fusion-form-field label {
	font-weight: 600;
	margin-bottom: 4px!important;
}
.fusion-form-form-wrapper .custom-consent label {
	font-weight: 400;
	font-size: 14px!important;
}
.fusion-form-form-wrapper .custom-consent .fusion-form-checkbox label {
	display: inline-block!important;
	vertical-align: top!important;
    padding: 0 0 0 2em!important;
}
.fusion-form-form-wrapper .custom-consent .fusion-form-checkbox input[type="checkbox"] {
	display: inline-block!important;
	vertical-align: top!important;
}

/*MVP Cards*/
.mvp-title {
	background: #002f87;
	padding-top: 6%;
	padding-bottom: 6%;
}
/*Media Gallery*/
.fusion-post-cards .fusion-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: .5rem;
  gap: 12px;
  list-style: none;
	margin-bottom: 16px;
}
.fusion-post-cards .fusion-filters li {
	list-style: none;
}
.fusion-post-cards .fusion-filters li a {
	display: inline-block; 
	white-space: nowrap;  
	background-color: #020202;
	padding: 12px 24px;
	border: 1px solid white;
	border-radius: 4px;
	cursor: pointer;
	padding: 1rem;
	text-decoration: none;
}
.fusion-post-cards .fusion-filters li a:hover {
	background-color: white;
	color: #020202;
	border-color: #020202;
	transition: all 0.2s ease;
}
.fusion-post-cards .fusion-filters li.fusion-active a {
	background-color: white;
	color: #020202;
	border-color: #020202;
}
.custom-gallery-card {
	height: 324px;
}
@media only screen and (max-width: 768px) {
.fusion-post-cards .fusion-filters li{
    display: flex !important;
	flex-wrap: wrap!important;
    justify-content: center !important;
	align-items: center !important;
	float: none !important;
    gap: 12px;
    border-bottom: none !important;
    padding: 6px 0;
	margin: 0 auto !important;
    text-align: center !important;


  }
.fusion-post-cards .fusion-filters li {
    float: none !important;
    display: inline-block !important;
    margin: 0px 6px !important;
	font-size: 12px;
  }
  .fusion-post-cards .fusion-filters li a {
    display: inline-block;
    white-space: nowrap;
  }
}

.anniversary-carousel img {
    width: 100%;         
    height: auto;      
    max-height: 100%;  
    object-fit: cover;   
    object-position: center;
}

.fusion-carousel .fusion-image-wrapper img {
    width: 100%;         
    height: auto;      
    max-height: 100%;  
    object-fit: cover;   
    object-position: center;
}
.anniversary-carousel .fusion-image-wrapper {
    width: 100%;        
    height: 100%;        
    overflow: hidden;   
    display: flex;      
    align-items: center;  
    justify-content: center; 
}

/* Beyond the Field Carousel Images */
.btf-gallery img {
  object-fit: contain;   
  width: auto;
  max-width: 100%;
  height: 475px;
  object-position: center;
}
@media only screen and (max-width: 1024px) {
	.btf-gallery img {
  		height: 400px;
		object-fit: cover;   
	}
}
@media only screen and (max-width: 768px) {
	.btf-gallery img {
  		height: 300px;
		object-fit: cover;  
	}
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: flex-start;
}
.pagination .current {
    border: 1px solid #012F87;
    background-color: #012F87;
}
.pagination .pagination-prev, 
.pagination .pagination-next, 
.pagination a.inactive {
    border: 1px solid #ffffff;  
} 
.pagination a.pagination-prev:hover, 
.pagination a.pagination-next:hover, 
.pagination a.inactive:hover {
    border: 1px solid #ffffff;  
    background-color: #ffffff;
    color: #020202;
} 
.pagination a.pagination-prev:hover::before, 
.pagination a.pagination-next:hover::before,
.pagination a.pagination-next:hover::after{
    color: #020202;
}

/* Accordion */
.fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode .panel-body {
    padding: 24px 24px 0px 24px;
    background-color: white;
}