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

/* General */
.custom-anchor {
	padding-top: 64px;
}

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

/* Navigation */
.subnav-button .fusion-button-text {
	justify-content: flex-start;
	text-align: left;
	width: 100%;
}
.subnav-button .fusion-button {
	justify-content: flex-start;
}

/* Countdown Clock*/
.fusion-countdown {
	display: flex !important;
	flex-wrap: nowrap !important; 
	justify-content: center !important;
	align-items: center !important;
	width: 100%;
	padding: 16px 10px !important;
	text-align: center !important;
}
.fusion-countdown .dash {
  flex: 1 1 0;       
  min-width: 0;    
  text-align: center;
}
.fusion-countdown .fusion-countdown-heading {
	font-family: 'College Vista 34 Extrabold';
	letter-spacing: 0px !important;
	padding: 0 !important;	
	margin: 0 !important;	
}
.fusion-countdown .fusion-digit-wrapper {
	font-family: 'College Vista 34';
    font-weight: 600;
	border-radius: 4px;
	padding: 10px 10px 12px 10px !important;
	margin-bottom: 6px;
	background: linear-gradient(175deg, #B32626, #692828);
	font-size: clamp(1.2rem, 5vw, 2.5rem);
	line-height: 1;
	display: inline-block;
}
.fusion-countdown .fusion-dash-title {
    font-weight: 500;
	text-transform: uppercase;
}

/* Homepage */
.homepage-sponsors {
	max-height: 112px;
	position: relative;
	overflow: hidden;
	justify-content: center;
}
.homepage-sponsors img {
	object-fit: contain;   
	object-position: center;
	max-height: 100px;
	height: auto;
	max-width: 100%;
	width: auto;
}
.game-recap-card img {
	object-position: center;
	max-height: 35px;
	height: auto;
	max-width: 100%;
	width: auto;
}


/* Bowl Staff */
.staff-card .fas {
	color: #bc2628;
}
.staff-card a:hover {
	text-decoration: underline;
}

/* Page Index */
.awb-toc-el__item-anchor {
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.awb-toc-el__item-icon {
	margin: 2px 6px 1px 0px;
}

/* Game History Card */
.rotate-icon-btn .button-icon-right {
	transform: rotate(-45deg);
	transition: transform 0.3s ease;
}
.rotate-icon-btn:hover .button-icon-right {
  transform: rotate(0deg);
}



/* Game Records */
.record-table-wrapper {
  display: flex;
  justify-content: flex-end;
}
.record-table {
	width: auto;
	transition: all 0.3s ease;
	margin: 0px;
	max-width: 100%;
}
.record-table table {
	padding: 0px;
}
.record-table table th {
    font-family: 'Roboto';
	font-weight: 800;
	text-transform: capitalize !important;
    color: #fff;
}
@media only screen and (max-width: 800px) {
  .record-table table td,
  .record-table table th {
    word-break: break-word;
    white-space: normal;
  }
}

/* Sponsors Page */
.sponsor-post-card {
	height: 148px;
	position: relative;
	overflow: hidden;
	justify-content: center;
}
.sponsor-post-card img {
	object-fit: contain;   
	object-position: center;
	max-height: 100px;
	height: auto;
	max-width: 100%;
	width: auto;
}

/* Event Cards */
.event-card img {
	min-width: 300px;
	max-width: 300px;
}
.event-date-label {
	padding: 10px 16px;
	border-radius: 2px;
	background-color: #BC2628;
	border: 1px solid #BC2628;
}
.event-label {
	padding: 10px 16px;
	border: 1px solid #252525;
	border-radius: 2px;
}

@media screen and (max-width: 800px) {
	.event-card img {
		min-width: 100%;
		width: 100%;
		object-fit: cover;   
		height: auto;
		object-position: center;
}
	}
	.event-date-label, .event-label {
		padding: 6px 10px;
	}
}

/* Form Styling */
.fusion-form-form-wrapper .custom-consent label {
	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;
}

/* Logo Download Cards */
.logo-label {
	padding: 6px;
	background-color: #246AB4;
}
.bw-logo-label {
	padding: 6px;
	background-color: #020202;
}

/* Photo Gallery */
.custom-gallery-card {
	height: 324px;
}

/* Image Slider on About Us Page */
.qch_image .fusion-carousel-item-wrapper {
	padding: 16px;
	box-shadow: 0 0px 12px rgba(0, 0, 0, 0.16);
}

/* Press Releases */
.press-release-card:hover .press-text{
	text-decoration: underline !important;
	color: #246ab4;
}
.press-text-mobile {
	text-decoration: underline !important;
}

/*Pagination*/
.press-releases .pagination {
  display: flex;
  justify-content: flex-start;
}
.press-releases .pagination .current {
    border: 1px solid #bc2628;
    background-color: #bc2628;
}
.press-releases .pagination .inactive,
.press-releases .pagination .pagination-next,
.press-releases .pagination .pagination-prev {
	border: 1px solid #252525;
}
.press-releases .pagination a.inactive:hover,
.press-releases .pagination a.pagination-next:hover,
.press-releases .pagination a.pagination-prev:hover {
    border: 1px solid #bc2628;
    background-color: #bc2628;
	color: white;
}
.press-releases .pagination a.pagination-prev:hover::before, 
.press-releases .pagination a.pagination-next:hover::before,
.press-releases .pagination a.pagination-next:hover::after{
    color: #fff;
}

