body.admin-bar header {
	top: 32px;
}


@media screen and (max-width:782px) {
	body.admin-bar header {
		top: 46px;
	}
}

@media screen and (max-width:600px) {
	body.admin-bar header {
		top: 46px;
		position: absolute;
	}
	body.admin-bar.wp-bar header {
		position: fixed;
		top: 0;
	}
}

.main-container.-single {
	padding: 0;

}



.main-container.-single img {
	max-width: 100%;
	height: auto;
}

.main-container.-single .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-container.-single .row:before,
.main-container.-single .row:after {
	display: none;
}

.main-container.-single .col-md-6 {
	float: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.episode-wrap {
	position: relative;
	background-color: rgba(243,243,243, .6);
	border-top:  1px solid #9a2827;
}

.episode-wrap iframe {
	max-width: 100%;
	width: 100% !important;
}

.episode-wrap .row:before, .episode-wrap .row:after {
	display: none;
}

.guests-section .row:before, .episode-wrap .row:after {
	display: none;

}

.details {
	padding: 35px 20px 0 30px;
}

.details h4 {
	line-height: 1;
	margin-bottom: 20px;
}

.social-strip {
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	list-style-type: none;
}

.social-strip li {
	display: inline-block;
	margin-right: 16px;
}

.social-strip li:last-child {
	margin-right: 0;
}

.social-strip a {
	transition:  all .15s;
}
.social-strip a:hover {
	opacity: .7;
}

.episode-item-wrap {
	padding-top: 110px;
	padding-right: 30px;
	width: 100%;
}

.episode-item-single {
	position: relative;

	width: 100%;
}

.details-descr {
	max-height: 387px;
	overflow-y: auto;
}

.details-descr .mCSB_scrollTools {
	width: 6px;
}

.details-descr .mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: rgba(33,38,42, .1)
}

.details-descr .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(33,38,42, .4);
	width: 6px;
}

.episode-strip {
	padding: 0 30px;
	height: auto;
}

.episode-strip span {
	padding: 0;
	line-height: 1;
}

.episode-strip-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style-type: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 75px 0 10px;
	margin: 0;
}

.episode-strip-list li {
	margin-right: 40px;
	margin-bottom: 5px;
}

.episode-strip-list li:last-child {
	margin-right: 0;
}

.arrow-holder {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.arrow-holder img {
	margin: 0;
}

.arrow-holder.-left {
	left: -100px;
	width: 60px;
}

.arrow-holder.-right {
	right: -100px;
	width: 60px;
}

.main-container.-single .section-title {
	margin: 35px 0 15px;
}

.host-item {
	background-color: rgba(243,243,243, .6);
	padding: 30px;
}

.transcript-text {
	background-color: rgba(243,243,243, .6);
}

@media screen and (max-width: 1250px) {
	.arrow-holder.-left {
		left: -80px;
		width: 45px;
	}

	.arrow-holder.-right {
		right: -80px;
		width: 45px;
	}
}

@media screen and (max-width: 1200px) {
	.arrow-holder.-right {
		right: 0;
		width: 30px;
	}

	.arrow-holder.-left {
		left: 0;
		width: 30px;
	}

	.main-container.-single {
		padding: 0 15px;
	}
	.arrow-holder {
		top: -70px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none; }
	}
	.arrow-holder img {
		max-width: 100%;
	}
	.arrow-holder a {
		display: inline-block;
	}
	.main-container.-single .col-md-12{
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.episode-strip {
		padding: 0;
	}
	.episode-strip-list {
		padding: 40px 0 10px;
	}
	.episode-strip-list li {
		margin: 0 15px 5px;
	}
	.episode-strip-list li:last-child {
		margin-right: 15px;
	}
	.details {
		padding: 35px 20px 0;
	}
	.host-item {
		padding: 30px 20px;
	}
}

@media screen and (min-width:767px) {
	.main-container.-single .col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.main-container.-single .col-md-6{
		width:  100%;
	}
	.main-container.-single .arrow-holder,
	.main-container.-single .episode-strip {
		display: block;
	}
	.episode-item-wrap {
		padding: 10px 20px 0;
		margin: 0 auto;
	}
	.arrow-holder.-right {
		right: 20px;
		top: 20px;
	}
	.arrow-holder.-left {
		top: 20px;
		left: auto;
		right: 100px;
	}
	.details {
		padding: 35px 20px 0;
	}
	.episode-strip-list {
		padding-top: 20px;
	}

}

@media screen and (max-width:575px) {
	.episode-strip-list {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.episode-strip-list li {
		margin-right: 0;
	}

	.details h4 {
		padding-right: 70px;
	}

	.arrow-holder.-right {
		right: 10px;
		top: 33px;
		width: 20px;
	}

	.arrow-holder.-left {
		top: 33px;
		right: 60px;
		width: 20px;
	}
}


.all-season-episode-block .nav-tabs>li>a {

}


.main-host-section .host-item,
.guests-section .host-item {
	
}

.single-episode-page .logo-large-wrap .logo-large {
	max-width: 340px;
	width: 100%;
}

.episode-item_wrap {
	width: 100%;
}


@media only screen and (max-width: 1450px) {
	.logo-large-wrap {
		max-width: 340px;
	}
	.single-episode-page .logo-large-wrap .logo-large {
		max-width: 280px;
	}
}

@media only screen and (max-width: 767px) {
	.single-episode-page .logo-large-wrap .logo-large {
		max-width: 280px;
	}
	.welcome-section-wrap {
		height: inherit;
	}
}