.category-1176 #main h1 {
    padding-bottom: 20px;
}
.imgbg {
        background-size: cover;
        background-position: center;
        overflow: hidden;
        background-repeat: no-repeat;
}
.imgbg > img {
        opacity: 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img {
    border: 0;
    vertical-align: middle;
    border-style: none;
}

.featuredInfo .imgbg {
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-repeat: no-repeat;
    height: auto;
}

#main .podcasteps {
    box-shadow: 0 0 3px rgba(1,1,1,0.16);
    box-sizing: border-box;
    background: #fff;
    color: #424242;
    position: relative;
    margin-bottom: 20px;
}

#main .podcasteps .text-cont {
    padding: 20px;
}

.fp-img {
    /*height: 250px;*/
    height: auto;
}

/* body .btn, .navbar-dark .navbar-nav .nav-link.btn {
    padding-left: 25px;
    padding-right: 25px;
} */
/* .btn-secondary {
    background-color: #005cff;
    border-color: #005cff;
} */

.category-podcast #main h1 {
    padding-bottom: 20px;
}

.category-podcast header {
    margin-bottom: 30px;
}

.category-podcast .text-cont p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.category-post-read-more-link {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}

.category-post-read-more-link:hover {
    background-color: #f1f1f1;
    color: #292b2c;
    border-color: #ccc;
}

