/*
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 SECTION
===========================================================================================================*/
/*IMPORTANT - Move styles from include here*/


/* 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 CAROUSEL / MAIN SLIDESHOW 
===========================================================================================================*/
#hero-section { 
	/*background-color: transparent; 
	padding: 0;*/
}

/* === INTRO SECTION ===*/


/* === FAQ LISTS ===*/
a.expandALL,
a.collapseALL{
	color: var(--primaryColor) !important;
	background-color: transparent !important;
}
a.color1 {
	color: var(--primaryColor) !important;
	background-color: transparent !important;
	text-decoration: none;
}


/*=== FEATURED BOXES ===*/
/*IMPORTANT - Move styles from include here*/


/*=== 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;
}


/*=== PHOTOS STRIP ===*/
.photo-strip-image {
	margin-bottom: 2rem;
}



/* SIDE COLUMN - GENERAL
===========================================================================================================*/
#side-column-content { 
	background-color: transparent;
}
.sidecolumn3 { 
	padding: 15px 0;
}
.side-col-items { 
	background: transparent; 
	padding: 0;
	margin: 0 0 2rem 0; 
}
.side-col-headers {
	background-color: #FFF;
	border-bottom: 1px dotted #999;
	padding: 0 0 0.15rem 0;
	margin-bottom: 1rem;
}
.side-col-header-text {
	color: #999;
	font-size: 1.35rem;
	font-weight: bold;
	text-align: left; 
}
.side-col-items i {
	color:var(--primaryColor);
	text-align:center;
	min-width: 32px;
}
.side-col-items a {
	color:var(--primaryColor);
	padding:0;
	margin:0;
}
.side-col-items ul {
	padding: 16px;
}

/* SIDE COLUMN - SIDE NAV (only if side nav is called and used)
===========================================================================================================*/
.nav-side-area { padding-bottom: 3rem;}

/*=== SPEAKERS ===*/
#speaker_roster {
	font-family: var(--siteFont-main) !important;
	margin-bottom: 3rem;
}
.spkTbDefault table {
	height: auto !important;
}
img.spkPhoto {
	border-radius: 50% !important;
	max-width: 150px !important;
	max-height: 150px !important;
}
.thumb-overlay a {
	color: var(--primaryColor) !important;
	font-weight: 900 !important;
	text-decoration: none;
}
.overlay-spkName {
	color: var(--primaryColor) !important;
	font-weight: 900 !important;
	text-decoration: none;
}
.spkBioClass {
	display: none;
}

/* 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 - ONE COLUMN
===========================================================================================================*/
/*IMPORTANT - Move styles from include here*/


/* TESTIMONIALS CAROUSEL
===========================================================================================================*/
/*IMPORTANT - Move styles from include here*/


/* SPONSOR WIDE CAROUSEL OWL
===========================================================================================================*/
/*IMPORTANT - Move styles from include here*/


/* FOOTER 
===========================================================================================================*/
/*IMPORTANT - Move styles from include here*/


/* eSHOW FOOTER
===========================================================================================================*/
/*IMPORTANT - Move styles from include here*/



.session-title {
    font-size: 1.55rem !important;
}
.session-speaker-name {
    font-weight: normal !important;
}