
/*==============PODCAST-DETAILS=================*/

.podcategory{
	padding: 2px 7px 0px;
    background: #ffe9ed;
    border: 1px solid pink;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 6px;
    color: #ef8c9d;
    font-size: 11px;
}
h1.podhead{
	font-size: 32px;
	font-weight: 700;
	line-height: normal !important;
    letter-spacing: normal;
    padding: 0;
    margin-bottom: 10px;
}
.poditem .nav{
	border-bottom: none;
    display: flex;
    flex-flow: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 5px;
}
.poditem .nav li{
	margin-right: 10px;
}
.poditem .nav li a{
	border: 1px solid #ddd;
	border-radius: 20px;
	color: #666;
	width: 130px;
	text-align: center;
}
.poditem .nav li.active a{
	background-color: #274abb;
	color: #fff;
	border-color: #274abb;
}
.poditem .tab-content{
	padding-top: 15px;
}
.podate{
	color: #a5a5a5;
	font-size: 14px;
}
.podate span{
	margin-right: 5px;
}
.detimg{
	margin-bottom: 25px;
	border-radius: 6px;
	overflow: hidden;
}
.transcript{
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.transcript iframe{
	border: 1px solid #ccc;
}
.trmain{
	display: flex;
	flex-flow: wrap;
}
.trheadcol{
	width: 100%;
}

h2.trhead{
	font-size: 28px;
	font-weight: 700;
	padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 0;
}
h3.trsubhd{
	font-size: 22px;
	color: #222;
	margin-top: 10px;
}
h4.trsubhd{
	font-size: 18px;
    color: #555;
    margin-top: 15px;
    margin-bottom: 12px;
    border-left: 5px solid #274abb;
    padding-left: 10px;
}
.transcript p{
	text-align: justify;
	color: #555;
    line-height: 26px;
}

.sidehead{
	font-size: 26px;
	font-weight: 700;
	padding-left: 10px;
	border-left: 5px solid #274abb;
	margin-bottom: 15px;
}
.podlist{
	display: flex;
	flex-flow: column;
}
.podlist li{
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.podlist li a{
	display: flex;
	flex-flow: wrap;
	align-items: center;
}
.podlist li a:hover{
	text-decoration: none;
}
.podlist li a .podicon{
	width: 80px;
	border-radius: 5px;
	overflow: hidden;
}
.podlist li a .podicon img{
	max-width: 100%;
}
.podlist li a .podcont{
	width: calc(100% - 80px);
	padding-left: 10px;
}
.podlist li a .podcont h4{
    color: #333;
    font-size: 18px;
    max-height: 44px;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 0;
}
.podlist li a:hover h4{
	color: #274abb;
}
.podlist li a .podcont .date{
	color: #888;
	font-size: 14px;
}
.podlist li a .podcont .date i{
	margin-right: 4px;
}

@media(max-width: 600px){
.transcript p{line-height:24px;}
}

@media(max-width: 480px){
.podlist li a .podicon{
	width: 60px;
}
.podlist li a .podcont{
	width: calc(100% - 60px);
}
.poditem .nav li a{
	padding: 8px 15px;
	width: 110px;
}
}