/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2026 | 14:23:09 */
.resources-grid .search-filter-results-list .each_post .p_content p {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #000 !Important;
    background: #fff;
    line-height: 1;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 50px;
    font-weight: 500;
    border: 1px solid #eee;
}
.resources-grid .search-filter-results-list .each_post {
    position: relative;
}
.resources-grid .search-filter-results-list:first-child .each_post:first-child .p_content p {
    font-weight: 500 !important;
    font-size: 12px !important;
}
.resources-grid .search-filter-results-list .each_post:first-child .p_content p:before {
    top: 0;
}
.resources-grid .search-filter-results-list .each_post .p_content p:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #06d8a2;
    display: inline-block;
    border-radius: 50px;
    margin-right: 6px;
    position: relative;
    top: 1px;
}
.each_post.case_study .p_content p:before {
    background: #37a000 !important;
}
.each_post.guide .p_content p:before {
    background: #b5d219 !important;
}
.each_post.video .p_content p:before {
    background: #3237e8 !important;
}
.each_post.webinar .p_content p:before {
    background: #06d8a2 !important;
}
.each_post.whitepaper .p_content p:before {
    background: #d806b4 !important;
}
.each_post.blog_post .p_content p:before {
    background: #ea7928 !important;
}
.each_post.article .p_content p:before {
    background: #b8d806 !important;
}


.related_posts_parent{
	width:100%;
}

.banner-content-ctm .upocomingpost-ctm .upocomingpost_content p a,
.banner-content-ctm .defaultpost-ctm .defaultpost_content p a {
    color: #777;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px!important;
    font-size: 16px;
}
.banner-content-ctm .upocomingpost-ctm .upocomingpost_content h4,
.banner-content-ctm .defaultpost-ctm .defaultpost_content h4 {
    margin-bottom: 32px;
}
.banner-content-ctm .upocomingpost-ctm .upocomingpost_content h4 a,
.banner-content-ctm .defaultpost-ctm .defaultpost_content h4 a {
    color: #1a1e32;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1.3em;
    font-size: 34px;
}
.banner-content-ctm .upocomingpost-ctm .upocomingpost_content .time_date {
    display: flex;
    flex-flow: wrap;
    align-content: center;
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
}
.banner-content-ctm .upocomingpost-ctm .upocomingpost_content .time_date .date {
    margin: 0 30px 0 0;
    position: relative;
    padding: 0 0 0 45px;
}
.banner-content-ctm .upocomingpost-ctm .upocomingpost_content .time_date .time {
    margin: 0;
    position: relative;
    padding: 0 0 0 50px;
}
.banner-content-ctm .upocomingpost-ctm .upocomingpost_content .time_date .date:before {
    content: "\f073";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    font-family: FontAwesome;
    font-size: 16px;
    color: #ffffff;
    background-color: #35daff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.banner-content-ctm .upocomingpost-ctm .upocomingpost_content .time_date .time:before {
    content: "\f017";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    font-family: FontAwesome;
    font-size: 16px;
    color: #ffffff;
    background-color: #35daff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.banner-content-ctm .upocomingpost-ctm .upocomingpost_content .custom_btn,
.banner-content-ctm .defaultpost-ctm .defaultpost_content .custom_btn {
    padding: 9px 26px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    background-color: #37a000;
    text-transform: capitalize;
}
.banner-content-ctm .upocomingpost-ctm .upocomingpost_content .custom_btn:hover,
.banner-content-ctm .defaultpost-ctm .defaultpost_content .custom_btn:hover {
    background-color: #158107;   
}

.failsafe {
    margin-top: -30px;
    font-size: 26px;
    text-align: center;
    color: #999;
}