/*
Theme Name:     WebTalkRadio - Kadence
Theme URI:      n/a
Template:       kadence
Author:         Wordpress Barista
Author URI:     n/a
Description:    Kadence Theme for Webtalkradio.net
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
#primary .tribe-common .tribe-common-l-container{
	padding: 40px 40px 20px;
}

/* SINGLE EPISODE */

.single .host {
	float: right;
	text-align: right;
}

.single  .host-name {
	font-weight: 900;
	font-size: 24px;
	margin-bottom: 10px;
	color: #0a1747;
	
}

.single  .episode-title {
	margin: 15px 0;
}


.single  .cat-title {
	text-align: center;
	background-color: #1e0e78;
    padding: 20px 20px;
	color: #fff;
	width: 100%;
	display: block;
}

.single  .cat-title .iconify {
	font-size: 24px;
	color: #fff;
	vertical-align: middle;
}

.single  .listen {
	font-size: 24px;
	margin: 20px 0 0 0;
	font-weight: 600;
	float: left;
	widtH: 70%;
}

.single .host-img {
	float: left;
	margin-right: 30px;	 
	max-width: 165px;
} 

.single .episode-title{
	font-size: 32px;
	font-weight: 500;
	line-height: 1.1;
	width: 70%;
	float: left;
 
}

.single .author {
	width: 70%;
	float: left;
	margin: 0;
}

.single .host-pic-single {
	float: right;
    position: relative;
    margin: 0;
}

.single .follow li {
	display: inline;
}

.single .blue-bg:after {
	clear:  both;
}

.single .button {
	padding: 10px 20px;
	margin-right: 5px;
}

.single .grey.bar, .single .entry-header  {
	background-color: #f7f8ff;
	padding:  20px;
	border-top: 20px solid #1b308e;
	margin-bottom: 0;
}

.entry-content.single-content {
	margin-top: 0;
}

.entry-content.single-content .powerpress_player,
.entry-content.single-content .powerpress_links ,
.entry-content.single-content .subscribe-buttons
 {
	
	background-color: #f7f8ff;
	width:  100%;
	display: block;
	padding:  0 20px;
}

.entry-content.single-content .subscribe-buttons {
	margin-bottom: 30px;
	padding-bottom: 20px;
}


.single .powerpress_player{
	padding-top:0;
}
.single .powerpress_links a{
	font-weight:500;
	font-size: small;
}
.single .entry-content .wp-audio-shortcode, .single .entry-content .wp-playlist, .entry-content .wp-video{
	margin:0;
}
.single .powerpress_links, .single .powerpress_player{
	margin-top:0;
	padding-top:0;
	float:left;
}

.single .powerpress_links{
	clear:left;
}


.single .subscribe-buttons {
	clear: left;
}



.entry-content .grey.bar .button{
	background-color: #1b308e;
	margin-right: 5px;
	color: #fff;
}

.single .sidebar{
	width:100%;
}

.single .recent-episode  {
	margin-bottom: 15px;
	line-height: 1.3;
	
}

.single .recent-episode a {
	font-weight: 600;
	font-size: 16px;
	
}

.single .sidebar svg {
	font-size: 36px;
}


.single .host-info {
	margin:  0 0 20px;
}
.single .follow {
	margin: 0 0 20px;
}

.single .view-all {
	margin: 15px auto;
}


.single .prev, .single .next {
	font-weight: 900;
	width: 49%;
}

.single .prev {
	float: left;
}

.single .next {
	float: right;
	text-align: right;
}




@media only screen and (max-width: 768px) {

.single  .listen {
	float: none;
	width: 100%;
}

.single .host-img {
	float: none;
	width: 100%;
	margin:auto;	 
	max-width: 165px;
} 

.single .episode-title{
	float: none;
	widtH: 100%;
 
}

.single .author {
	float: none;
	width: 100%;
	margin: auto;
}

.single .host-pic-single {
	float: none;
	width: 100%;
    margin: auto;
    text-align: center;
}

.single .host-pic-single img,
.single .author,
.single .listen,
.single .episode-title  {

    margin: auto auto 10px auto;
    text-align: center;
}
}