/*
Theme Name: Private Markets Playbook - Elumine Child Theme
Theme URI: https://elumine.wisdmlabs.com
Author: WisdmLabs
Author URI: https://wisdmlabs.com/
Template: elumine
Description: Child Theme for eLumine
Version: 1.11.17.25
Tags: learndash, e-learning, elearning, unyson, LMS, elumine, woocommerce, buddypress, bbpress
Text Domain: elumine

*/

/* Dependensies 
------------------------------------------------------------------------ 

@import 'css/iconsmind.css';
@import 'css/ninja-form-override.css';

/* Basic Style
------------------------------------------------------------------------ */

/* Classless Component Styles */

html {
	font-size: 100%;
} /*16px*/

body,
select,
input,
button,
h1,
h2,
h3 p,
body a {
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	line-height: 1.65;
}
h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
	font-size: 30px;
	color: #232323;
	margin-bottom: 0.8125em;
}
h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 1.825em;
	color: #232323;
}
h4,
h5,
h6 {
	font-family: "Lato", sans-serif;
}
h5,
p,
a {
	color: #010101;
	font-weight: 400;
}
h4 {
	margin-top: 0.5em;
	margin-bottom: 0.13em;
	text-align: left;
}
h4 a {
	font-family: "Lato", sans-serif;
	font-weight: 300;
	text-decoration: none;
	color: #232323;
}
h5 {
	font-size: 1.875em;
	margin-bottom: 0.13em;
}
h5.paragraph-title {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 700;
}
h5.paragraph-title:not(:first-child) {
	margin-top: 25px;
}
h5.contact-header {
	margin-bottom: 26px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
}
h6 {
	color: #767676;
	font-size: 1em;
	font-weight: 400;
	padding-bottom: 5px;
	letter-spacing: 1px;
	min-height: 17px;
}
p {
	margin-bottom: 1em;
}
p.hompage-paragraph {
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: 0.5px;
	color: #232323;
	margin-bottom: 35px;
}
a {
	color: #010101;
	text-decoration: underline;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
img {
	height: auto;
}

button {
	background: #0093e7;
	color: #ffffff;
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 17px;
	border: none;
	-webkit-box-shadow: 0 17px 15px -12px #000000;
	box-shadow: 0 17px 15px -12px #000000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
button:hover {
	background: #19367c;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button.ld-tab {
	box-shadow: none;
}
hr {
	margin: 1.625em auto;
	border-color: #0093e7;
	border-top: 2px solid #0093e7;
}

/* Class Driven Blocks & Components */
.heading h1.elumine-page-title {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.heading h1.elumine-page-title > span:first-of-type {
	border-bottom: none;
	padding-bottom: 0 0 0.5em;
}

.featured-box {
	text-align: center;
	background-color: #ffffff;
	color: #010101;
	padding: 15px 10px 30px;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
	border-bottom: 4px solid #19367c;
	height: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-weight: 300;
	font-size: 14px;
}
.featured-box:hover {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
	z-index: 2;
}

.event-card figure {
	margin-bottom: 0px;
}
.event-card img {
	border: 1px solid #ebebeb;
	margin-bottom: 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.event-card img:hover,
.audience-card:hover {
	-webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.event-card figcaption {
	font-size: 14px;
	font-weight: normal;
	color: #010101;
	margin-bottom: 0px;
}
.event-card p {
	font-size: 12px;
	color: #232323 !important;
}

.audience-card {
	border: 1px solid #ebebeb;
	padding: 1em 2em;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.audience-card h2 {
	font-size: 48px;
	font-weight: 700;
	margin-top: 1em;
	margin-bottom: 0;
	color: #767676;
}
.audience-card p {
	margin-bottom: 45px;
}

.wp-block-button__link {
	background: #0093e7;
	color: #ffffff;
	border: none;
	-webkit-box-shadow: 0 17px 15px -12px #9f9f9f;
	box-shadow: 0 17px 15px -12px #9f9f9f;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-weight: 700;
	font-size: 17px;
	line-height: 23px;
	padding: 9px 20px;
}
.wp-block-button__link:hover {
	background: #19367c;
	border: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.wp-block-button.secondary-button a,
.nf-form-content input[type="button"] {
	margin: auto;
	color: #010101;
	background-color: #ffffff;
	border: 2px solid #010101;
	line-height: 23px;
	padding: 9px 20px;
	border-radius: 23px;
	font-size: 17px;
	font-weight: normal;
	-webkit-box-shadow: none;
	box-shadow: none;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
}

.secondary-button a:hover,
.nf-form-content input[type="button"]:hover {
	background-color: #010101;
	color: #ffffff;
}

hr.wp-block-separator {
	width: 75% !important;
	margin: 30px auto 40px;
	border-top: 1px solid #ebebeb;
	max-width: unset !important;
	height: auto !important;
}
hr.wp-block-separator.is-style-wide {
	width: 100% !important;
	margin: 30px auto 40px;
	border-top: 2px solid #0093e7;
	max-width: unset !important;
	height: auto !important;
}
[class*=" icon-"],
[class^="icon-"] {
	font-family: iconsmind !important;
}
.icon {
	font-size: 2.8125em;
	line-height: 0.75;
}
.data-icon {
	text-align: left;
}
.wp-block-elumine-section-block {
	padding: 0px 0px 40px;
}
.wp-block-columns .wp-block-columns,
.no-bottom-margin-column,
.no-bottom-margin-column .wp-block-image {
	margin-bottom: 0px;
}
.no-margin-columns,
.no-margin-columns .wp-block-column {
	margin: 0px;
}

/* Navigation Override Styles */
.site-branding img {
	width: 200px;
}
.main-navigation > div > ul > .menu-item:hover {
	background-color: transparent;
}

#primary-menu .menu-item.nav-item:hover a {
	box-shadow: none;
	color: #ffffff !important;
}
header#masthead #primary-menu .current-menu-item a {
	font-weight: 400 !important;
}
.navigation-secondary .menu-item a,
.main-navigation .menu-item a {
	font-size: 14px;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 1px;
	padding-top: 17px;
}
.main-navigation .menu-item a {
	text-transform: uppercase;
}
.navigation-secondary:hover,
.navigation-secondary .menu {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navigation-secondary .menu > li {
	padding: 0 10px;
	display: inline-block;
}
#Secondary-menu > *:first-child a,
#Secondary-menu > *:last-child a {
	background-color: #19367c;
	font-size: 15px;
	font-weight: 700;
	padding: 10px 25px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	line-height: 14px;
	border-radius: 20px;
	-webkit-box-shadow: 2px 3px 6px #ccc;
	box-shadow: 2px 3px 6px #ccc;
	color: #fff;
	text-decoration: none;
}
#Secondary-menu > *:first-child a:hover {
	background-color: #19367c;
}
#Secondary-menu > * a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
}
#Secondary-menu > *:first-child a,
#Secondary-menu > *:last-child:hover a {
	background-color: #0093e7;
}

/* Footer Override Styles */
footer.site-footer {
	margin-top: 30px;
}
.site-footer .footer-widget-area .widget-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	text-transform: none;
	font-family: "Lato", sans-serif;
}
.site-footer .widget ul li a {
	color: #b8b8b8;
	font-size: 13px;
	text-decoration: none;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 400;
}
.site-footer .widget ul li a:hover {
	color: #ffffff;
}
.site-footer .widget ul li {
	line-height: 24px;
	padding: 1px 0;
}
.site-footer a img,
.site-footer a i {
	opacity: 0.5;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	font-size: 1.5em;
}
.site-footer a:hover img,
.site-footer a:hover i {
	opacity: 1;
}
.social-logos a {
	padding-bottom: 10px;
	padding-top: 5px;
}
.site-footer .footer-widget-area {
	padding-bottom: 26px;
	padding-top: 20px;
}
footer.site-footer .site-info {
	border-top: none;
	font-size: 12px;
	font-weight: 400;
	padding: 0 0 28px 0;
	text-align: center;
	line-height: 14px;
}
footer.site-footer .site-info p {
	color: #b8b8b8;
}

/* Homepage Hero Area */

header.hero-section {
	width: 100vw;
	max-width: unset;
	height: 100vh;
}
header.hero-section .hero-bg .wp-block-cover__inner-container {
	position: absolute;
	bottom: 70px;
	left: calc(5vw + 22px);
	margin-bottom: 10px;
	color: white;
	line-height: 4vw;
	text-shadow: 2px 2px 20px #000000;
	font-size: 3em;
	font-weight: 600;
}
header.hero-section .hero-bg .wp-block-cover__inner-container h1 {
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 0px;
	text-shadow: 2px 2px 20px #000000;
}
header.hero-section .hero-bg .wp-block-cover__inner-container .wp-block-button__link {
	-webkit-box-shadow: 0 17px 15px -12px #000000;
	box-shadow: 0 17px 15px -12px #000000;
}
header.hero-section .hero-bg .wp-block-cover__inner-container .wp-block-button__link:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Tabs Override Styles */
h4.tab-header-with-margin {
	margin-bottom: 18px;
}
.wp-block-kadence-tabs .kt-tabs-title-list li.kt-tab-title-active {
	z-index: 4;
	text-decoration: none;
	position: relative;
	-webkit-box-shadow: 0px 0px 6px #d9d9d9;
	box-shadow: 0px 0px 6px #d9d9d9;
	border-radius: 10px;
	top: -2px;
	border: solid 2px #ffffff;
}
.wp-block-kadence-tabs .kt-tabs-title-list li:not(.kt-tab-title-active):first-child a {
	border-radius: 10px 0px 0px 10px;
}
.wp-block-kadence-tabs .kt-tabs-title-list li:not(.kt-tab-title-active):last-child a {
	border-radius: 0px 10px 10px 0;
}

/* Other Theme Overrides */
span.back-to-top.justify-content-center.align-items-center {
	display: none !important;
}

/*Lighbox CSS*/

.lightboxIt {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	padding-top: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.lightboxIt video {
	display: block;
	margin: auto;
	top: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 95vw;
	border: solid 5px white;
	width: 1100px;
}

.lightboxIt .caption {
	margin: 15px auto;
	width: 50%;
	text-align: center;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 700;
	color: #eee;
}

.video-preview figure {
	text-align: center;
	margin-bottom: 5px;
}
.demo-video img {
	border: solid 1px #0093e7;
}

@media screen and (max-width: 768px) {
	.page-template-template-front-page .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	header.hero-section {
		background: url(/wp-content/uploads/2020/08/RIA-Database-Mobile-Background-Image.jpg);
		background-position-x: 0%;
		background-position-y: 0%;
		background-repeat: repeat;
		background-position: center;
		background-repeat: no-repeat;
	}
	header.hero-section .hero-bg .wp-block-cover__inner-container h1 {
		font-size: 36px;
		text-shadow: 2px 2px 7px #000000;
		max-width: none !important;
		margin-bottom: 10px;
	}
	header.hero-section .hero-bg .wp-block-cover__inner-container {
		position: absolute;
		bottom: 25px;
		left: 15px;
		width: 100%;
	}
	.heading h1.elumine-page-title,
	.wdm-woocommerce-page-heading h1.elumine-page-title {
		margin-top: 0px;
	}
}

/* Upcoming Events Widget */
ul#events-list {
	list-style: none;
}
.event-item hr {
	border-color: white;
}
.event-item a {
	font-size: 14px;
	line-height: 20px;
	font-family: "Lato", sans-serif;
}
.webcast-alert {
	position: absolute;
	width: 260px;
	padding: 20px;
	z-index: 1000;
	right: 0;
	font-family: "Lato", san-serif;
	font-size: 24px;
	color: #ffffff;
	background: #010101;
}
#alert-hide {
	width: 30px !important;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	z-index: 99;
	right: 10px;
	cursor: pointer;
	transition: 0.1s linear;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	opacity: 0.7;
	content: "\2715";
	font-size: 0.65em;
	color: #fff;
	border: 2px solid #ffffff;
	background-color: rgba(0, 0, 0, 0);
	font-weight: 700;
	padding: 0 !important;
	line-height: unset;
	min-width: unset;
}
@media screen and (max-width: 768px) {
	.webcast-alert {
		width: 100%;
		bottom: 0px;
		position: fixed;
	}
}
@media screen and (min-width: 767px) {
	.webcast-alert {
		bottom: 55px;
	}
}
@media screen and (min-width: 576px) {
	.wp-block-elumine-section-block {
		max-width: 100%;
	}
}

/* -- Page Specific CSS --*/

.page-login .site-content-contain,
.page-loginerror .site-content-contain,
.page-user-expired .site-content-contain {
	background: url(/wp-content/uploads/2020/08/Summer-Login-BG-4.jpg);
	background-size: cover;
}
.page-retrieve-password .site-content-contain {
	background: url(/wp-content/uploads/2020/08/hpslider3.jpg);
	background-size: cover;
}
.page-retrieve-password footer#colophon,
.page-login footer#colophon {
	margin-top: 0 !important;
}
.login-box {
	background-color: rgba(256, 256, 256, 0.9);
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 10;
	margin-top: 10vh;
	border-radius: 10px;
	padding: 10px 20px;
	margin-bottom: 10vh;
}
.login-box h2.loginHeading {
	font-family: Lato, sans-serif;
	color: #010101;
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: 700;
}

body [type="radio"]:not(:checked) + label,
body [type="radio"]:checked + label {
	padding: 14px 12px;
	border: 1px solid #ececec;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
	display: block;
	margin-left: 20px;
	font-size: 13px !important;
	padding-left: 0px !important;
	border: none;
	padding-right: 0px !important;
}
body [type="radio"]:checked + label:before,
body [type="radio"]:not(:checked) + label:before {
	width: 24px;
	height: 24px;
}
body [type="radio"]:checked + label:before {
	-webkit-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.4);
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
	left: -30px;
	top: 11px;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
	top: 17px;
	left: -25px;
}
.wpProQuiz_questionListItem {
	padding: 3px 30px 3px 16px !important;
}
.single-sfwd-quiz [type="checkbox"]:checked + label:before,
.single-sfwd-quiz [type="radio"]:checked + label:after,
[type="radio"]:checked + label:after {
	border: 1px solid rgba(26, 54, 124, 0.38039) !important;
	background: #0092e7;
}
.wdm-checkbox {
	width: 30px;
	border: 1px solid #010101;
	height: 30px;
	font-size: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
	position: relative;
	margin-left: 4px;
	margin-right: 8px;
}
input[type="submit"].btn {
	margin: auto;
	color: #010101;
	background-color: #ffffff;
	border: 2px solid #010101;
	line-height: 23px;
	padding: 9px 20px;
	border-radius: 23px;
	font-size: 17px;
	font-weight: normal;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 50px;
	width: 50%;
	margin: auto;
}
input[type="submit"].btn:hover {
	background-color: #010101;
	color: #ffffff;
}

.initial-wrapper {
	text-align: right;
	background: rgba(221, 219, 219, 0.10196);
	margin-bottom: 0px !important;
	padding: 20px 10px;
}

.initial-wrapper label {
	background: #0093e7;
	color: white !important;
	padding: 2px 15px 2px 18px !important;
	font-size: 18px !important;
	border-top-left-radius: 5px;
	-webkit-box-shadow: 4px 3px 8px #ccc;
	box-shadow: 4px 3px 8px #ccc;
	position: relative;
	border-bottom-left-radius: 5px;
	margin-left: -25px !important;
}
.initial-wrapper input {
	background: white;
	border: solid 1px #232323;
}
.nf-input-limit {
	display: none;
}
.label-left.initial-wrapper .nf-field-label label:after {
	content: "";
	position: absolute;
	right: -22px;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-left: 22px solid #0093e7;
	border-bottom: 13px solid transparent;
	top: 0px;
}
input.section-signature {
	border: solid 1px gray;
	border-radius: 50px;
	padding-left: 1.625em;
	padding-right: 1.625em;
	background: white;
	color: #787878;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 40px;
	font-size: 16px;
	margin: 10px;
	-webkit-box-shadow: 4px 3px 8px #ccc;
	box-shadow: 4px 3px 8px #ccc;
	width: 100px;
}
@media (min-width: 993px) and (max-width: 1325px) {
	.site-branding {
		margin-left: 15px;
	}
	.primary-desktop-navigation {
		margin-right: 5px;
	}
	.main-navigation .menu-item > a {
		padding: 14px 10px 14px 0px;
	}
	.navigation-secondary {
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 0px;
		margin-right: 5px;
	}
	#Secondary-menu > :first-child a,
	#Secondary-menu > :last-child a {
		padding: 10px 15px;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 992px) {
	#mobile-menu .menu-secondary-menu-container {
		display: inline-block;
		position: absolute;
		top: 4em;
		width: 100%;
	}
	#mobile-menu .menu-secondary-menu-container ul {
		width: 100%;
		padding: 0;
	}
	#mobile-menu .menu-secondary-menu-container ul li.menu-item {
		width: 49%;
		text-align: center;
		border-bottom: 0;
		display: inline-block;
	}
	#mobile-menu .menu-primary-menu-container .menu-item {
		text-transform: uppercase;
	}
	.mobile-menu-ellipsis > span {
		background-color: #232323;
	}
	.action--close {
		font-size: 16px;
		top: 0.7em;
		right: 0.8em;
		color: white;
		text-decoration: none;
		background: black;
		border-radius: 50px;
		width: 30px;
		height: 30px;
		line-height: 32px;
		text-align: center;
	}
	.mob-icon-cross {
		color: white;
	}
}
@media screen and (max-width: 768px) {
	h4 {
		font-size: 21px;
	}
	ul {
		padding-left: 15px;
		margin-bottom: 0px;
	}
	.list-column {
		margin-top: 0px;
	}
	.wp-block-kadence-tabs .kt-tabs-wrap > .kt-tabs-title-list li .kt-tab-title,
	.kt-tabs-id_3a3980-16 > .kt-tabs-content-wrap > .kt-tabs-accordion-title .kt-tab-title {
		padding: 5px 12px;
		font-size: 10px;
		letter-spacing: 0;
	}
	.data-icon {
		-ms-flex-preferred-size: 50% !important;
		flex-basis: 50% !important;
	}
	.data-icon,
	.data-icon p {
		text-align: center;
	}
}
@media screen and (max-width: 576px) {
	.hero-bg video {
		display: none;
	}
	.login-box {
		margin-top: 2%;
		padding: 10px 10px;
	}
	.wdm-checkbox {
		width: 20px;
		height: 20px;
		font-size: 15px;
		margin-left: 0;
		margin-right: 2px;
	}
	.site-footer .footer-sidebar h4.widget-title {
		text-align: center;
	}
	#footer-social {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* Styles to move to child theme */
header.hero-section .hero-bg .wp-block-cover__inner-container .wp-block-button__link {
	vertical-align: top;
	margin-top: 10px;
}
.navigation-secondary {
	display: none;
}
.nav-button.nav-item {
	padding-top: px;
	padding-left: 20px;
}
#primary-menu .nav-button.nav-item a {
	background: #ff731c;
	font-weight: 400;
	color: #0d0d0d !important;
	box-shadow: 0 15px 15px -12px #00000063;
	border-radius: 50px;
	font-size: 17px;
	line-height: 23px;
	padding: 9px 20px;
	transition: all 0.4s ease-in-out;
	min-height: auto;
}
.nav-button.nav-item a:hover {
	box-shadow: none;
	opacity: 1;
	background: #ff731c;
}
h3.instructor-name {
	font-size: 33px;
	display: inline-block;
	line-height: 48px;
	vertical-align: super;
}
.instructor-details {
	display: inline-block;
	border-left: solid 1px #ff731c;
	padding-left: 10px;
	margin-left: 5px;
}
.instructor-title {
	font-size: 18px;
	font-weight: 300;
	display: block;
}
.instructor-firm {
	margin: -5px 0 0px;
	display: block;
	font-size: 14px;
}
.instructor-bio p:not(:first-child) {
	height: 0;
	opacity: 0;
	transition: 0.5s;
}
.instructor-read-more {
	position: absolute;
	right: 0;
	z-index: 10;
}
.border-right {
	border-right: solid 1px #ccc;
	padding-right: 20px;
}
.read-more-content {
	height: auto !important;
	opacity: 1 !important;
}
.firm-bio {
	font-size: 14px;
}
.firm-logo {
	text-align: center;
	min-height: 75px;
}
.firm-logo img {
	max-width: 75% !important;
	margin: auto;
	max-height: 70px;
}
.container.four-white-boxes {
	padding: 0;
}
.four-white-boxes .wp-block-column figure {
	margin-bottom: 0px;
}
.four-white-boxes .wp-block-column {
	border: 1px solid #ff731c;
	box-shadow: 3px 4px 11px #00000030;
	margin-bottom: 10px !important;
	padding-top: 7px !important;
	padding-right: 7px !important;
	padding-bottom: 5px !important;
	padding-left: 7px !important;
	background-color: #ffffff !important;
}
.four-white-boxes .wp-block-column h2,
.four-white-boxes .wp-block-column h2 a {
	font-size: 24px;
	font-weight: 300;
	color: #010101;
	margin: 10px 0 15px;
	line-height: 24px;
	min-height: 50px;
	text-decoration: none;
}
.four-white-boxes .wp-block-column p,
.four-white-boxes .wp-block-column p a {
	font-size: 14px;
	text-decoration: none;
	color: inherit;
	line-height: 16px;
	margin-bottom: 10px;
	padding: 0 5px;
}
.session-details h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
}
.session-title {
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 10px;
	border-bottom: solid 1px orange;
}
.session-details ul {
	font-size: 14px;
	line-height: 18px;
	padding-left: 20px;
}
.session-details ul li {
	margin-bottom: 10px;
}
.registration-column {
	padding: 20px;
	box-shadow: 0 17px 20px -12px #9f9f9f;
}
#registrationForm table {
	table-layout: fixed;
}
#registrationForm td {
	border-top: none;
	padding: 10px 5px 0px;
}
#registrationForm label {
	margin: 0px;
}
#registrationForm input,
#registrationForm select {
	width: 100%;
	margin-bottom: 10px;
}

h2#register-subtitle {
	margin-bottom: 0px;
	margin-top: -15px;
	border-top: 1px solid #c8c8c8;
	padding-top: 10px;
}

#registration-info-admin {
	background: #fff;
	margin: 15px 0;
	padding: 5px 10px 10px;
	box-shadow: 2px 2px 10px #ccc;
}

#regitration-info-admin {
	line-height: 18px;
}

#registration-info-admin th,
#registration-info-admin td {
	padding: 10px 0 15px 10px;
	border-top: solid 1px #ecebeb;
}

@media screen and (max-width: 1140px) {
	.site-content-contain .wrap.container {
		min-width: 95%;
	}
}

/* CSS for our custom course page */

div.course-card-wrapper:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.course-card.display-wrapper {
	flex-basis: 49%;
	display: flex;
	min-height: 225px;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	background-color: rgba(0, 0, 0, 0.8);
	margin-bottom: 1em;
	color: #ffffff;
}
.upcoming-live-webcasts .course-card.display-wrapper {
	flex-basis: 32%;
	font-size: 86%;
}

.on-demand-card {
	display: flex;
	flex-basis: 48%;
}

.on-demand-card .course-card.display-wrapper {
	flex-basis: 100%;
}

.session-title-name {
	text-align: center;
	width: 100%;
	font-size: 2em;
	flex-basis: 100%;
	line-height: 1em;
	margin-bottom: 11px;
}
.session-title-details {
	text-align: center;
	width: 100%;
	font-size: 1.3em;
	line-height: 1.3em;
	flex-basis: 100%;
}
.next-session-title {
	border-bottom: solid 1px;
}
.course-card-details {
	margin: auto;
	position: relative;
	z-index: 10;
}
.course-card-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.course-card.display-wrapper hr {
	width: 30%;
	flex-basis: 20%;
	margin: 7px auto;
}

.course-card.display-wrapper {
	flex-wrap: wrap;
	padding: 2em;
	position: relative;
}

.course-card img {
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0.2;
	width: 100%;
	overflow-y: clip;
	transform: translate(-50%, -50%);
	max-width: 80%;
}

.course-card.display-wrapper {
	overflow: clip;
}

#live-day-image-wrapper {
	position: relative;
	background: rgba(0, 0, 0, 0.8);
	display: inline-block;
	margin: 0 auto 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px;
	transition: 0.3s;
}
.live-day-preview-link {
	cursor: pointer;
}
.live-day.display-wrapper .wp-block-column:not(:first-child) {
	margin-left: 1em;
}
.live-day.display-wrapper ul {
	text-align: left;
	padding-left: 1em;
}
.live-day.display-wrapper li {
	line-height: 1.2em;
	margin-bottom: 1em;
}
#play-button {
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 44%;
	transform: translate(-50%, -50%);
	max-width: 20%;
}

#live-day-image-wrapper .course-card-bg {
	opacity: 0.2;
	position: relative;
	margin-top: -5%;
	max-width: 80%;
}

#live-day-preview-wrapper {
	text-align: center;
}

#live-day-image-wrapper .course-card-details {
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 48%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 150%;
	min-width: 100%;
}
#live-day-image-wrapper.not-live .session-title-name::after {
	display: block;
	border-bottom: solid 2px #0093e7;
	width: 30%;
	content: " ";
	text-align: center;
	margin: 8px auto -4px;
}
#live-day-image-wrapper.live .course-card-details {
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 59%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: bold;
}

#live-day-image-wrapper.live .session-title-name {
	line-height: 1em;
	padding: 5px;
	margin-bottom: 6px;
}
#live-day-image-wrapper.live-day-preview-link.live .course-card-details {
	top: 45%;
}
#play-button {
	display: none;
}

#live-message {
	display: inline-block;
	color: white;
	min-width: 70px;
}

#live-message span {
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
	vertical-align: middle;
}

#live-message::before {
	content: "•";
	line-height: 0;
	vertical-align: middle;
	10px: p;
	position: relative;
	color: rgba(0, 0, 0, 0);
	border: solid 1px #fff;
	border: ;
	border-radius: 50%;
	height: 15px;
	display: inline-block;
	width: 15px;
	margin-right: 5px;
}
.live::before {
	background: red !important;
	border-color: red !important;
}
#live-message {
	font-size: 1.2em;
	width: 8%;
}

#live-rectangle {
	display: inline-block;
	width: 73%;
	height: 18px;
	border: solid 0.5px rgba(255, 255, 255, 0.55);
	margin-left: 2%;
	vertical-align: middle;
}

#live-logo {
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	width: 14%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 2%;
	min-width: 100px;
}
#video-bottom {
	padding: 5px 10px 9px;
	text-align: left;
	color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #272727;
	border: ;
	border-top: solid #5091cd;
	display: flex;
	align-items: center;
}

/* Upcoming Events List */

.upcoming-event-narrow-wrapper .upcoming-event-narrow {
  background: #f7f7fa;
  padding: 1rem;
  margin-bottom: 1.6rem;
}
.upcoming-event-narrow-wrapper .upcoming-event-narrow .lesson-name {
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "wght" 300;
  font-size: 6rem;
  line-height: 6rem;
  background: none;
  padding: 0 2rem 2rem 0px;
  position: relative;
  transition: 0.3s;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 1rem;
  padding-top: 0.2rem;
}
.upcoming-event-narrow-wrapper .upcoming-event-narrow .course-name {
  display: none;
}
.upcoming-event-narrow-wrapper .upcoming-event-narrow .course-ce {
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7) !important;
  display: block;
  color: rgba(0, 0, 0, 0.7) !important;
  letter-spacing: 0.1rem;
  padding-bottom: 2.4rem;
  padding-bottom: 1.4rem;
}
.upcoming-event-narrow-wrapper .upcoming-event-narrow .course-ce::after {
  content: "\e313";
  font-family: "Material Symbols Outlined";
  float: right;
  font-weight: 300;
  font-variation-settings: "wght" 300;
  color: rgba(0, 0, 0, 0.7) !important;
  font-size: 3rem;
  padding-top: 0;
  margin-top: 0;
  transition: 0.3s;
}
.upcoming-event-narrow-wrapper .upcoming-event-narrow .course-ce:last-child {
  border-bottom: solid 0.1rem;
}
.upcoming-event-narrow-wrapper .upcoming-event-narrow .course-ce:after {
  content: "";
}
.upcoming-event-narrow-wrapper .upcoming-event-narrow .lesson-date {
  font-style: normal;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-size: 18px;
  line-height: 30px;
  display: block;
}
.upcoming-event-narrow-wrapper .upcoming-event-narrow .lesson-description {
  display: none;
}
.upcoming-event-narrow-wrapper .upcoming-event-narrow .lesson-description p {
  color: #000;
  font-size: 1.8rem;
  line-height: 2.88rem;
  margin-bottom: 2rem;
}
.upcoming-event-narrow-wrapper .upcoming-event-narrow .lesson-cta .wp-block-buttons .wp-block-button a {
  font-weight: 500;
  font-variation-settings: "wght" 500;
  border-radius: 0 !important;
  padding: 13px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0;
  text-transform: capitalize;
  box-shadow: none !important;
  position: relative;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.95) !important;
  border: solid 0.1rem #000;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  background: none;
  border: none;
  padding: 0;
  border-bottom: none !important;
}
.upcoming-event-narrow-wrapper .upcoming-event-narrow .lesson-cta .wp-block-buttons .wp-block-button a a {
  border-bottom: none;
  padding: 13px 31px;
  display: inline-block;
}
.upcoming-event-narrow-wrapper .upcoming-event-narrow .lesson-cta .wp-block-buttons .wp-block-button a:hover {
  box-shadow: none;
}
.upcoming-event-narrow-wrapper .upcoming-event-narrow .lesson-cta .wp-block-buttons .wp-block-button a:hover {
  background: rgba(0, 0, 0, 0.08) !important;
  border: solid 0.1rem #000;
}
.upcoming-event-narrow-wrapper .upcoming-event-narrow .lesson-cta .wp-block-buttons .wp-block-button a:hover a {
  color: rgba(255, 255, 255, 0.95);
}
.upcoming-event-narrow-wrapper .upcoming-event-narrow .lesson-cta .wp-block-buttons .wp-block-button a a {
  padding: 13px 31px;
}
.upcoming-event-narrow-wrapper .upcoming-event-narrow .lesson-cta .wp-block-buttons .wp-block-button a:after {
  content: "→";
  padding-left: 0.8rem;
  transition: 0.3s;
  position: absolute;
}
.upcoming-event-narrow-wrapper .upcoming-event-narrow .lesson-cta .wp-block-buttons .wp-block-button a:hover {
  background: none !important;
  color: inherit !important;
  border: none;
}
.upcoming-event-narrow-wrapper .upcoming-event-narrow .lesson-cta .wp-block-buttons .wp-block-button a:hover:after {
  padding-left: 1.6rem;
}
.upcoming-event-narrow-wrapper .upcoming-event-narrow br {
  display: none;
}
.upcoming-event-narrow-wrapper hr {
  border-top: 0.1rem solid #949494;
}
