/* 
div#featured-talk-current
ul#featured-talks-up-next
a.next-up
div.next-talk-container
div.thumb
div.heading
div.excerpt
.featured-talks-heading-column
p.heading
ul.talk-speakers
.featured-talks-description-column
.featured-talks-video-column
iframe.elementor-video-iframe 
*/

div#featured-talk-current {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
@media only screen and (min-width: 767px) {
	div#featured-talk-current {
		flex-direction: row;
	}
}

.featured-talks-heading-column {
	flex: 0 0 25%;
}
.featured-talks-description-column {
	flex: 0 0 25%;
}
.featured-talks-video-column {
	flex: 2 2 auto;
	position: relative;
}
.featured-talks-heading-column span.heading {
	font-weight: bold;
}
.featured-talks-video-holder {
	padding-top: 56.25%;
}
a.speaker-name::after {
	content: ', ';
}
a.speaker-name {
	color: #000;
	font-size: 0.8em;
}
.talk-speakers {
	list-style: none;
	padding: 0;
	margin: 0;
}
.talk-speakers li {
	display: inline;
}
#featured-talks-up-next {
	margin: 0;
	padding: 0;
	/*
    list-style: none;
    display: flex;
	flex-direction: row;
    */
}
/* #featured-talks-up-next > div {
	width: 40%;
} */
#featured-talks-up-next .next-talk-container {
	color: #000;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
	grid-auto-flow: row dense;
	align-content: center;
	justify-items: start;
	align-items: center;
	grid-template-areas: 'thumb content';
	min-width: 320px;
}
.next-talk-container .thumb {
	grid-area: thumb;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-color: #000;
}
.next-talk-container .next-talk-content {
	grid-area: content;
}
.excerpt {
	font-size: 0.85em;
	line-height: 1.1em;
}

.thumb {
	background-color: #000;
	padding-top: 75%;
}

.next-talk-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

div.nowPlaying {
	color: var(--e-global-color-accent);
	display: none;
}

.next-talk-container.now-playing div.nowPlaying {
	display: block;
}

button.splide__arrow.splide__arrow--prev {
	top: -57px;
	right: 26px;
	left: unset;
	background: none;
}

button.splide__arrow.splide__arrow--next {
	right: 0;
	top: -57px;
	height: 20px;
	background: none;
}

ul#featured-talks-up-next {
	gap: 20px;
}

ul#featured-talks-up-next li:not(:last-child) {
	border-right: 1px solid;
	padding-right: 10px;
}

/************************/
.hs-sign-up button.hbspt_submit {
	line-height: 1.9;
	font-size: 20px;
	border: 0 none;
	border-bottom: 1px solid rgba(51, 51, 51, 0.12);
	color: rgba(102, 102, 102, 0.5);
	padding-right: 15px;
	background-color: #fff;
}
.hs-sign-up button.hbspt_submit:hover {
	color: #666;
}

.hs-sign-up .hs_submit.hs-submit,
label#label-email-28c8143a-fd70-44ba-9142-eadb008de478,
.hs-sign-up .hs_email ul.no-list.hs-error-msgs.inputs-list {
	display: none !important;
}
.hs-sign-up input#email-28c8143a-fd70-44ba-9142-eadb008de478 {
	background-color: #fff;
	border-left: 0 none;
	border-right: 0 none;
	border-top: 0 none;
	width: calc(100% - 40px);
}

/************** fonts for page including arrows **************/
@font-face {
	font-family: 'unfinished-live';
	src: url('../fonts/unfinished-live.eot?bak31n');
	src: url('../fonts/unfinished-live.eot?bak31n#iefix') format('embedded-opentype'),
		url('../fonts/unfinished-live.ttf?bak31n') format('truetype'),
		url('../fonts/unfinished-live.woff?bak31n') format('woff'),
		url('../fonts/unfinished-live.svg?bak31n#unfinished-live') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.unfinmenu:before,
.unfinarrow-right2:before,
.unfinarrow-left2:before,
.unfincircle-right:before {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'unfinished-live' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.unfinmenu:before {
	content: '\e9bd';
}
.unfinarrow-right2:before {
	content: '\ea3c';
}
.unfinarrow-left2:before {
	content: '\ea40';
}
.unfincircle-right:before {
	content: '\ea42';
}
