@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:300,400,500,700&display=swap');
 
body h1, 
body h2, 
body h3, 
body h4, 
body h5, 
body h6 {
    font-family: 'Fira Sans Condensed', sans-serif;
}

#site-logo {
    max-width: 75px;
}
.tp-simpleresponsive .tp-caption img {
    max-width: 100% !important;
    height: auto !important;
}
.tp-caption a {
    color: #999;
}
.tp-caption a:hover {
    color:rgb(0, 97, 151);
}
#blog-entries {
    max-width: 800px;
    margin: auto;
}
.page-header {
    display: none;
}
.elementor-pagination {
    margin-top: 50px;
}
#site-header {
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.elementor-button-text B {
    text-transform: uppercase;
    margin-bottom: -5px;
    display: block;
    font-weight: 300;
}
.category-podcast .elementor-post__thumbnail__link.no-lightbox::before,
.category-podcast .thumbnail-link.no-lightbox::before {
    content: "\f04b";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%,-50%);
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 48px;
}
.search-results main {
    padding: 100px 0;
    max-width: 800px;
    margin: auto;
}
body.search-results article .thumbnail {
    margin-right: 50px;
}
.search-entry-content.clr {
    width: calc(100% - 200px);
}
.elementor-post__tags {
    padding: 5px 30px;
    background-color: #145491;
    color: #fff;
    line-height: 1.2;
}
.elementor-post__tags a {
    color: #fff;
    opacity:0.8;
}
.elementor-post__tags a:hover {
    color: #fff;
    opacity:1;
}
@media (max-width:2000px) {
}