/*
Theme Name: The Nerdist
Text Domain: nerdist
*/

.ajax-loader{display:none;
    position: absolute;
    z-index: 999999999999;
    text-align: center;
    left: 0px;
    right: 0px;
}

select.cstm-chanel {
    color: #ccc !important;
}
a.channel_cat_name {
    background: #ccc;
    color: #000;
    font-size: 13px;
    padding: 2px 10px;
    line-height: normal;
    font-weight: bold;
}
a.channel_ttl_name, a.channel_auth_name{
	color:#fff;
	font-size: 15px;
}
.channel-icon {
    height: 12px;
    width: 17px;
    margin-right: 10px;
}

/*  Latest article  css */
.latest-articles-category a{
	color:#e28383;
}
.latest-article-card h3 a{color:black; }
.latest-article-card h3 {
    margin: 0px;
}
.latest-article-card h3 a {
    color: black;
    font-size: 31px;
    font-weight: bold;
    line-height: 2px;
}
/*  Latest article  end */

/*  Videos Page css */
.video_series {
    /* border: solid; */
    float: left;
    width: 100%;
    /* margin: 0px; */
    /* padding: 0px; */
    margin-left: 5px;
    margin-top: 17px;
}
p.left.series {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
	margin-top: 8px;
}
/*  Videos Page css END */

/* .transition-section {
    z-index: 5 !important;
} */
