/*
CUSTOM 0020 ========= HTML BUILD BETA v1.0 - Adriana  - UPDATED 09-09-2020 
NEW STYLESHEET FOR RESPONSIVE -- CUSTOM WIDE using Bootstrap v4.3.1 --
*/


/* EXCLUSIVE STYLES FOR CUSTOM TEMPLATE - Wide Layout (styles based on my template 0010)
===========================================================================================================*/
body { 
	/*background: var(--siteBkgImage);*/
	/*background-color: var(--siteBkgColor);*/
}



/* HEADER TOP
===========================================================================================================*/
#header-top-section {
	background-image: radial-gradient(circle,#A9CAA6,#73988B);    
}

#header-top-section .header-top-container {
	padding: 16px 0;
}

#header-top-section .logo-area img {
	max-height: 40px;
}

#header-top-section .social-media-area {
	text-align: center;
}
#header-top-section .social-media-area a,
#header-top-section .social-media-area a:hover,
#header-top-section .social-media-area a:focus {
	text-decoration: none;
}
#header-top-section .social-media-area .fa-inverse {
	color:rgba(255,255,255,.30);
}
#header-top-section .social-media-area .fa-2x {
	font-size: 22px;
	padding: 0 12px;
}

#header-top-section .button-area {
	text-align: right;
}
#header-top-section .button-area a {
	color: #ffffff;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration: none;
	margin: 0 30px 0 0;
}
#header-top-section .button-area a:last-child {
	margin: 0 0 0 0;
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
	#header-top-section .social-media-area .fa-2x {
		font-size: 20px;
		padding: 0 5px;
	}
	#header-top-section .button-area a {
		margin: 0 10px 0 0;
	}
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	#header-top-section .social-media-area .fa-2x {
		font-size: 20px;
		padding: 0 5px;
	}
	#header-top-section .button-area a {
		margin: 0 10px 0 0;
	}
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	#header-top-section .social-media-area {
	text-align: right;
}
	#header-top-section .button-area {
	text-align: center;
	padding-top: 12px;
}
	#header-top-section .button-area a {
		margin: 0 20px 0 0;
	}
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	#header-top-section .social-media-area .fa-2x {
		font-size: 16px;
	}
}



/* TOP NAV (use this nav section or the one below)
===========================================================================================================*/
/*IMPORTANT - Move styles from include here*/
 
 /* OR ---- TOP NAV WITH BRAND LOGO 
===========================================================================================================*/
/*IMPORTANT - Move styles from include here*/ 
 
 
 
/* HERO 
===========================================================================================================*/
#header-hero-banner-section {
	background: url(../images/sitelook/header-hero-banner-bkgd.jpg);
	background-color:#ffffff;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#header-hero-banner-section .overlay-container {
	/*background:rgba(255,255,255,.5);*/
	position: relative;
	width: 100%;
	height: 100%;
	/*border: 3px solid #73AD21;*/
}
#header-hero-banner-section .bottom-bar-overlay {
	background:transparent;
	background: url(../images/sitelook/header-banner-bar-bottom.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	opacity:.5;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 600px;
	height: 40px;
}
#header-hero-banner-section .right-bar-overlay {
	background:transparent;
	background: url(../images/sitelook/header-banner-bar-right.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	opacity:.5;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 90%;
}

#header-hero-banner-section .title-column {
	display:table;
	width:60%;
	text-align:center;
	float:left;
	padding-right:5vw;
}
#header-hero-banner-section .title-column-inner {
	display:table;
	width:50%;
	text-align:center;
	float:left;
	padding:0 0% 7% 12%;
}
#header-hero-banner-section .title-box {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding: 30px 0 0 0;
	width: 100%;
	height: auto;
}

#header-hero-banner-section .announcement-box {
	background: #C28035;
	/*background: #b41a3d;*/
	padding:12px 12px 4px 12px;
}
#header-hero-banner-section .announcement-box h1 {
	font-size:28px;
	color:#ffffff;
	text-transform:uppercase;
	margin-bottom:0;
}
#header-hero-banner-section .announcement-box h2 {
	font-size:24px;
	color:#ffffff;
}
#header-hero-banner-section .announcement-box a {
	color:#ffffff;
	text-decoration:underline;
}
#header-hero-banner-section .countdown-box {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width: 100%;
	float: left;
}
#header-hero-banner-section .calendar-button-box {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width: 100%;
	float:left;
	padding: 10px 0 40px 0;
}

/* COUNTDOWN */
.countdown-heading {
	color:rgba(250,250,250,.75);
	font-family: 'Oswald', Helvetica, Arial, sans-serif; 
	font-size: 16px;
	font-weight: 500;
	text-transform:uppercase;
	letter-spacing: .02em;
	text-align: center;
	/*margin:8px 0 0 0;*/
}

/* COUNTDOWN CLOCK AREA */
.countdown-timer {
	padding:0;
	margin:0;
}
ul#count-down-1 {
	list-style: none;
	margin: 0;
	padding:0;
	text-align: center; 
}
ul#count-down-1 li { 
	display: inline-block;
	padding:4px 20px 0 20px;
}
ul#count-down-1 li p {
	color: #63666a;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .05em;
	text-transform:uppercase;
	padding: 4px 0;
}
.days, .hours, .minutes, .seconds {
	color: #ffffff;
	font-family: 'Oswald', Helvetica, Arial, sans-serif; 
	font-size:32px;
	font-weight:500;
}

@media (min-width: 768px) and (max-width: 979px) {
	.days,
	.hours,
	.minutes,
	.seconds {
		font-size:24px;
	}
}
@media (max-width: 767px) {
	#header-hero-banner-section .countdown-box {
		display:none;
	}
	#header-hero-banner-section .calendar-button-box {
		display:none;
	}
	.days,
	.hours,
	.minutes,
	.seconds {
		font-size:24px;
	}
}



/* FEATURE BOXES 1 (JCF)  - HOME PAGE
============================================================================*/
#feature-boxes-1-section {
	display:table;
	width:100%;
}
.feature-box-1,
.feature-box-2,
.feature-box-3 {
	display:table-cell;
	vertical-align:middle;
	width:33.3333vw;
	height:272px;
}
.feature-box-1 {
	background: url(../images/content/feature-box-1-bkgd.jpg);
	background-color:#ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.feature-box-2 {
	background: url(../images/content/feature-box-2-bkgd.jpg);
	background-color:#ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.feature-box-3 {
	background: url(../images/content/feature-box-3-bkgd.jpg);	
	background-color:#ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.feature-box-button {
	color:#FFFFFF;
	background:rgba(0,0,0,.70);
	font-family: 'Oswald', Helvetica, Arial, sans-serif; 
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #FDB933;
	display:block;
	width:100px;
	height:100px;
}
#feature-boxes-1-band a,
#feature-boxes-1-band a:hover,
#feature-boxes-1-band a:focus {
	display:table-cell;
	vertical-align:middle;
    text-align: center;
	color:#FFFFFF;
	line-height:normal;
	text-decoration:none
}

@media only screen and (min-width: 980px) and (max-width: 1024px) {
.feature-box-1,
.feature-box-2,
.feature-box-3 {
	height:240px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.feature-box-1,
.feature-box-2,
.feature-box-3 {
	height:200px;
}
}
@media screen and (max-width: 767px) {
.feature-box-1,
.feature-box-2,
.feature-box-3 {
	height:160px;
}
.feature-box-button {
    font-size: 12px;
    width: 70px;
    height: 70px;
}
}
@media (max-width: 480px) {
.feature-box-1,
.feature-box-2,
.feature-box-3 {
	height:120px;
}
.feature-box-button {
    font-size: 10px;
    width: 60px;
    height: 60px;
}
}



/* PAGE CONTENT (SIDE COL and ADMIN) - GENERAL OVERALL SECTION
===========================================================================================================*/
#content-section { background-color: var(--siteBkgColor); padding: 1.5rem 0 1.5rem 0;}



/* MAIN ADMIN CONTENT - GENERAL
===========================================================================================================*/
#admin-page-content { background-color: transparent; }
.admincontent9, .admincontent12 { padding: 15px 15px; margin-bottom: 1.75rem;}



/* SIDE COLUMN - GENERAL
===========================================================================================================*/
#side-column-content { background-color: transparent; }
.sidecolumn3 { padding: 15px 0; }

.side-col-items { 
	background: transparent; 
	margin: 0; 
	padding: 0;
}
.side-col-headers {
	background-color: #FFF;
	padding: 0 0 0.25rem 0;
	border-bottom: 2px solid #EBEBEB;
	margin-bottom: 1rem;
}
.side-col-header-text {
	font-size: 1.35rem;
	color: var(--primaryColor);
	font-weight: bold;
	text-align: center; 
}


/* SIDE COLUMN - SIDE NAV (only if side nav is called and used)
===========================================================================================================*/
.nav-side-area { padding-bottom: 3rem;}



/* SIDE COLUMN - QUICK LINKS
===========================================================================================================*/
/*IMPORTANT - Move styles from include here*/



/* SIDE COLUMN - CAROUSEL SPONSOR (one image at a time)
===========================================================================================================*/
/*IMPORTANT - Move styles from include here*/



/* SIDE COLUMN - PURE CSS COUNTDOWN (NO IMAGE)
===========================================================================================================*/
/*IMPORTANT - Move styles from include here*/



/* SIDE COLUMN - TWITTER
===========================================================================================================*/
/*IMPORTANT - Move styles from include here*/



/* CUSTOM CONTENT - THREE COLUMNS 
===========================================================================================================*/
/*IMPORTANT - Move styles from include here*/



/* CUSTOM CONTENT - OTHER SHOWS BAND
===========================================================================================================*/
#other-shows-band {
	background-image: radial-gradient(circle,#A9CAA6,#73988B);    
	text-align:center;
	padding:24px 0 50px 0;
}
#other-shows-band h2 {
	text-transform:uppercase;
}
#other-shows-band .button-row {
	margin-top:30px;
}



/* TESTIMONIALS CAROUSEL
===========================================================================================================*/
/*IMPORTANT - Move styles from include here*/



/* SPONSOR WIDE CAROUSEL OWL
===========================================================================================================*/
/*IMPORTANT - Move styles from include here*/



/* FOOTER 
===========================================================================================================*/
#footer-company-section {
	background:#31302d;    
	border-top: 8px solid #FDB933;
	padding:30px 0 30px 0;
	margin:0;
}
#footer-company-section .header-top-container {
	height: 60px;
}

#footer-company-section .logo-area {
	text-align:center;
}
#footer-company-section .logo-area img {
	max-height:60px;
}

#footer-company-section .social-media-area {
	text-align: center;
}
#footer-company-section .social-media-area a,
#footer-company-section .social-media-area a:hover,
#footer-company-section .social-media-area a:focus {
	text-decoration: none;
}
#footer-company-section .social-media-area .fa-inverse {
	color:rgba(255,255,255,.30);
}
#footer-company-section .social-media-area .fa-2x {
	font-size: 22px;
	padding: 0 12px;
}

#footer-company-section .hashtag-area {
	text-align:center;
}
#footer-company-section .hashtag-area a,
#footer-company-section .hashtag-area a:hover,
#footer-company-section .hashtag-area a:focus {
	color: #ffffff;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-decoration: none;
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
	#footer-company-section .logo-area img {
		max-height: 45px;
	}
	#footer-company-section .social-media-area .fa-2x {
		font-size: 20px;
		padding: 0 5px;
	}
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	#footer-company-section .social-media-area .fa-2x {
		font-size: 20px;
		padding: 0 5px;
	}
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	#footer-company-section .logo-area {
		text-align:left;
	}
	#footer-company-section .social-media-area {
		text-align: right;
	}
	#footer-company-section .hashtag-area {
		padding-top: 12px;
	}
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	#footer-company-section .logo-area img {
		max-height: 40px;
	}
	#footer-company-section .social-media-area .fa-2x {
		font-size: 16px;
	}
}



/* eSHOW FOOTER
===========================================================================================================*/
#footer-eshow-section {
	background:#31302d;    
	padding: 0;
	margin: 0;
}

.footer-eshow-container { 
	padding-bottom: 3rem;
}
.eshow-footer-logo { 
	padding: 0.5rem; 
	max-width: 160px; 
}
.copyright-year { 
	font-size: 0.5rem;
	line-height: 1.65;
	color: #777777; 
	padding: 0 0.5rem 0.5rem 0.5rem;
}
