/*--------------------------------------------------------------
1.0 Typography, Article, Page and Basic Styles
--------------------------------------------------------------*/
.page-title, .entry-title, .widget-title {
    border-left: #ffcc00 6px solid;
    padding-left: 6px;
}

span.author::before {
    content: "Von: ";
}

span.author a, span.meta-date a {
    text-decoration: underline;
}

/* 1.2 Quotes */
blockquote {
	margin: 0 0 1.5em;
	padding-left: 1.25em;
	color: #141414;
	font-style: italic;
	text-transform: uppercase;
	font-family: 'FiraGO', 'Set Classic', sans-serif;
	line-height: 1;
	font-weight: 700;
	font-size: 24px;
	font-size: 1.8rem;
	border-left: none;
}

blockquote cite,
blockquote small {
	display: block;
	margin-top: 1em;
	color: #303030;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote > :last-child {
	margin-bottom: 0.5em;
}


blockquote p:first-child {
    margin-bottom: 0.64em;
	line-height: 1.3;
}
blockquote p:last-child {
    margin-top: 0.25em;
	font-size: 24px;
	font-size: 1.4rem;
}

blockquote p:first-child:before {
    content: "\00BB";
    font-size: 2em;
    position: relative;
    left: 0;
    top: -8px;
    margin-right: 0.25em;
	line-height: 1;
}

blockquote p:first-child:after {
    content: '\00AB';
    font-size: 2em;
    position: relative;
    right: 0;
    bottom: -12px;
    margin-left: 0.25em;
	line-height: .5;
}


blockquote p:last-child:before {
    content: "\2014\00A0";
}

/* 1.4 Header */
.site-title {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #303030;
	text-decoration: none;
	font-weight: 700;
	font-size: 44px;
	font-size: 2.75rem;
	font-family: 'Set Classic', sans-serif !important;
}



/*--------------------------------------------------------------
2.0 Navigation and Menu Styles
--------------------------------------------------------------*/

nav, nav ul, nav ul li, nav ul li a {
    font-family: 'Set Classic', sans-serif !important;
}

nav, nav ul, nav ul li, nav ul li a:hover {
    color: #ffe161;
}


/*--------------------------------------------------------------
3.0 Post Slider Custom Styles
--------------------------------------------------------------*/
figure.slide-image-wrap img.slide-image {
    margin: auto;
	padding: 0;
	max-width: 100%;
    width: 100% !important;
	max-height: 480px;
	min-height: 256px;
	width: auto;
	height: auto;
	vertical-align: top;
	object-fit: cover;
	image-rendering: auto;
    display: block;
}

.post-slider .zeeslide .slide-content {
	position: absolute;
	bottom: 1.5em;
	left: 1.5em;
	overflow: hidden;
	box-sizing: border-box;
	padding: 1em 1.5em 1.5em;
	width: 25vw;
	background: rgba(0,0,0,0.4);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	color: white !important;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}


.post-slider .zeeslide .slide-content .slide-title {
	font-size: 28px;
	font-size: 1.75rem;
	color: white !important;
}

.post-slider .zeeslide .slide-content .slide-title a {
	color: white !important;
}

.post-slider .zeeslide .slide-content .entry-meta, .post-slider .zeeslide .slide-content .entry-meta .meta-date, .post-slider .zeeslide .slide-content .entry-meta .meta-date a,
.post-slider .zeeslide .slide-content .entry-meta .meta-author, .post-slider .zeeslide .slide-content .entry-meta .meta-author .author a,
.post-slider .zeeslide .slide-content .entry-meta .meta-date:after {
	color: white !important;
}

/* Direction Nav */
.post-slider-controls .zeeflex-direction-nav {
	position: absolute;
	right: 1.5em;
	bottom: 1.5em;
	*height: 0;
}

.post-slider-controls .zeeflex-direction-nav a {
	position: absolute;
	z-index: 10;
	display: block;
	margin: -40px 0 0 -80px;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.4);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	color: #fff;
	text-align: left;
	font-size: 0;
	cursor: pointer;
	text-decoration: none;
}

.post-slider-controls .zeeflex-direction-nav a:hover {
	color: #ffcc00;
	text-decoration: none;
}



.post-slider-controls .zeeflex-direction-nav a.zeeflex-next:before {
	margin: 0.2em;
}

.post-slider-controls .zeeflex-direction-nav a.zeeflex-prev:before {
	margin: 0.28em;
}

.post-slider-controls .zeeflex-direction-nav .zeeflex-next {
	left: 41px;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media only screen and (max-width: 82em) {
	.post-slider .zeeslide .slide-content {
		width: 40%;
	}
}

@media only screen and (max-width: 72em) {
	.post-slider .zeeslide .slide-content {
		width: 50%;
	}
}

@media only screen and (max-width: 62em) {
	.post-slider .zeeslide .slide-content {
		padding: 0.5em 1em;
	}
	.post-slider .zeeslide .slide-content .entry-content {
		display: none;
	}
}

@media only screen and (max-width: 52em) {
	.post-slider .zeeslide .slide-content .entry-meta {
		display: none;
	}
}

@media only screen and (max-width: 42em) {
	.post-slider .zeeslide .slide-content {
		bottom: 1em;
		left: 1em;
	}
	.post-slider-controls .zeeflex-direction-nav {
		right: 1em;
		bottom: 1em;
	}
	.post-slider .zeeslide .slide-content .slide-title {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 32em) {
	.post-slider .zeeslide .slide-content {
		bottom: 0.5em;
		left: 0.5em;
	}
	.post-slider-controls .zeeflex-direction-nav {
		right: 0.5em;
		bottom: 0.5em;
	}
	.post-slider .zeeslide .slide-content .slide-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

@media only screen and (max-width: 22em) {
	.post-slider .zeeslide .slide-content {
		padding: 0.2em 0.5em;
	}
	.post-slider .zeeslide .slide-content .slide-title {
		font-size: 16px;
		font-size: 1rem;
	}
}




/*--------------------------------------------------------------
10.0 Widget Styles
--------------------------------------------------------------*/

.equals_live_badge {
    height: 24px;
	border-radius: 4px;
	padding: 2px;
}

.equals_live_badge_coloring{
	height: 28px;
    background: #FA7D19;
	border-radius: 4px;
	padding: 2px;
}
.equals_onair_badge {
    fill: white;
	background: #666;
    height: 20px;
	border-radius: 4px;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
}

table.sched_table, tr.sched_row, td.sched_badge, td.sched_info, table.nowplaying_info, tr.nowplaying_row, td.nowplaying_badge, td.nowplaying_metadata {
	margin: 0px;
	border: none;
	padding: 0px;
}
td.sched_badge, td.nowplaying_badge {
	width: 80px;
	justify-content: center;
}

p.metadata, p.sched_current, p.sched_next {
	white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
	margin-block-start: 8px;
    margin-block-end: 8px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.live-pulse {
    animation: live-pulse 1.7s ease infinite;
    animation-delay: 0.5s;
}
.sched-onair-animated {
    animation: live-pulse 1.7s ease infinite;
}

@keyframes live-pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}
hr.metadata_divider {
	margin: 8px;
}
.entry-subtitle {
	font-family: "Set Classic", Verdana;
	text-transform: none !important;
	font-weight: 500;
	font-size: 0.64em !important;
}
.marker, .marker-aod, .marker-right {
    height: 5px;
    width: 56px;
    border-radius: 5px;
    background: #ffcc00;
    display: flex;
	margin-top:8px;
}

.tbr-logo {
	fill: white;
	height: 28px;
}
.tbr-logo-container {
	margin-top: 4px;
	align-self: end;
	align-content: end;
	align-items: end;
	display: flex;
	justify-content: end;
	justify-items: end;
	justify-self: end;
}