html{
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  background: #1a2b28;
  color: #fff;
}
body,html{
    overflow-x: hidden;
}
a{
  color: #ccf7ad;
  text-decoration: none !important;
}

a:hover, a:focus{
  color: #ccf7ad;
}
a:focus {
    outline: thin dotted !important;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px !important;
}
a:visited {
  color: #ccf7ad;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "Inter Tight";
  color: #fff;
  font-weight: 500 !important;
      line-height: 130%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;

}
h1{
    font-size: 36px;
    line-height: 130%;
}
h2{
    font-size: 32px;
    line-height: 130%;
}
h3{
    font-size: 28px;
    line-height: 130%;
}
h4{
    font-size: 24px;
    line-height: 130%;
}
h5{
    font-size: 20px;
    line-height: 130%;
}
h6{
    font-size: 16px;
    line-height: 130%;
}
a{
  color: #ccf7ad;
  text-decoration: none !important;
}

a:hover, a:focus{
  color: #ccf7ad;
}
a:visited {
  color: #ccf7ad;
}

ul, ol {
    margin-left: 0;
    padding-left: 17px;
}
#secondary.widget-area .widget ul {
    list-style: none;
    padding-left: 0;
}
.site-main article p a, 
.site-main article .entry-content a, 
.comment-content p a, 
.site-main article li a, 
.comment-content li a, 
.textwidget p a {
    text-decoration: underline !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"]{
background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 13px 28px;
    border-radius: 0 !important;
    display: inline-block;
    border: 1px solid #fff;
    font-family: "Inter Tight",sans-serif;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
    background: #fff;
    color: #000;
}
input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
    background: #fff !important;
    color: #000 !important;
}

.comment-respond .comment-form input[type="submit"]:hover{
      background: #fff;  
        color: #000;
}
.blog-element article.blog-post {
    width: calc(33.33% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
}
.blog-element {
height: 100%;
}

.blog-element h3.entry-title a{
  color: #fff;
}
.blog-element h3.entry-title {
    font-size: 23px;
    margin-top: 0;
    margin-bottom: 0;
}
.blog-element .date {
    margin-top: 5px;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    border-radius: 0;
}
.blog-element .date span {
    color: #fff;
}
.blog-element .blog-img {
    position: relative;
    width: 100%;
}
.blog-element p.post-excerpt {
    margin-top: 8px;
    margin-bottom: 0;
}
.blog-element .post-content {
    margin-top: 0;
    padding: 25px;
    width: 100%;
}
.blog-list .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.blog-list .row > [class*='col-'] {
  display: flex;
  flex-direction: column;

}
.blog-list .blog-element {
    background: #233835;
}




/* #secondary.widget-area .widget {
    background: #fff;
    padding: 30px;
}*/
.col-md-4 .widget h2 {
    font-size: 20px;
}
.page-section,.full-width {
    padding: 70px 0;
}
/*#content main.site-main {
    padding: 30px;
    background: #fff;
}*/
ol.wp-block-latest-comments {
    padding-left: 0;
}
header.entry-header h1.entry-title {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 5px;
}
header.entry-header {
    margin-bottom: 15px;
}

span.edit-link a {
    box-shadow: none;
    padding: 3px 21px;
    margin-top: 20px;
    border-radius: 0;
    border: 1px solid #ccf7ad;
    color: #fff;
}
span.edit-link {
    margin-top: 15px;
    display: block;
    margin-bottom: 15px;
}

span.cat-links, span.tags-links {
display: block;
margin-bottom: 5px; }

article .post-bg .entry-footer {
margin-top: 20px; }

span.comments-link {
border: 1px solid #ddd;
font-size: 13px;
padding: 3px 10px;
border-radius: 5px; }
span.comments-link a {
  color: #000; }

select {
width: 100%; }

.comment-respond .comment-form textarea {
  height: 200px;
  padding: 10px;
  background: none;
  border: none;
  border: 1px solid #fff;
  outline: 0 !important;
  transition: all 0.5s ease-out 0s;
  width: 100%;
  border-radius: 3px;
  color: #fff;

}
.comment-respond .comment-form input {
    background: none;
    border: none;
    outline: 0;
    font-size: 15px;
    padding: 0;
    border: 1px solid #fff;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    border-radius: 3px;
    padding: 10px 16px;
    transition: all 0.5s ease-out 0s;
}
/*.comment-respond .comment-form input[type="submit"] {
  font-weight: normal;
  text-transform: capitalize;
  width: auto;
  color: #fff;
  height: auto;
  background-color: #ccf7ad;
    color: #fff;
    cursor: pointer;
    padding: 15px 28px;
    border-radius: 3px !important;
}*/

.comment-reply-title {
    font-size: 21px;
}


header.page-header {
    margin-top: 0;
    border-bottom: 1px solid #4b5b57;
}
header.page-header h1.page-title {
    font-size: 32px;
}

.site-logo{
    padding-right: 20px;
    width: 240px;
}

nav#site-navigation {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 0rem;
    margin-left: auto;
}
header#masthead .col-md-12 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 1.25rem;
    width: 100%;
    margin: 0 auto;
}

nav#site-navigation .menu .navbar-nav>li>.sub-menu li a:focus,.navbar-nav>li>.sub-menu li a:focus-within {
  background: #000 !important;
  border: none !important;
  color: #fff !important;
}


nav#site-navigation .menu li.menu-item-has-children .sub-menu {
    position: absolute;
    opacity: 0;
    left: -9999px;
    z-index: 99999;
    display: block !important;
    right: auto;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06) !important;
/*    border: 1px solid #ececec;*/
    background: #f5f5f5;
}

nav#site-navigation .menu li.menu-item-has-children:hover .sub-menu,nav#site-navigation .menu li.menu-item-has-children:focus .sub-menu,nav#site-navigation .menu li.menu-item-has-children:focus-within .sub-menu{
  display: block;
  left: 0;
  margin-top: 0;
  opacity: 1;
}

nav#site-navigation .menu li.menu-item-has-children .sub-menu li.menu-item-has-children>.sub-menu{
  position: absolute;
  opacity: 0;
  left: -9999px;
  z-index: 99999;
  display: block !important;
}


nav#site-navigation .menu li.menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu,
nav#site-navigation .menu li.menu-item-has-children .sub-menu li.menu-item-has-children:focus .sub-menu,
nav#site-navigation .menu li.menu-item-has-children .sub-menu li.menu-item-has-children:focus-within .sub-menu{
  display: block;
  left: 220px;
  margin-top: 0;
  opacity: 1;
}
nav#site-navigation li > .sub-menu li a {
    padding: 8px 20px !important;
}
nav#site-navigation li > .sub-menu li a:hover,nav#site-navigation li > .sub-menu li a:focus {
    background:#233835;
    color: #fff;
}
.header-navigation li a {
    padding: 14px 15px;
    font-size: 15px;
    color: #fff;
}
p.site-title a {
    font-family: "Inter Tight";
    color: #fff;
    font-weight: 500;
    font-size: 25px;
}
.header-navigation ul ul {
    background: #fff;
    width: 220px;
}
.header-navigation li {
    display: inline-block;
}

nav#site-navigation .menu li.menu-item-has-children .sub-menu li {
    border-bottom: none;
    width: 100%;
}

.header-navigation ul ul a {
    width: 100%;
}
nav#site-navigation li.menu-item-has-children>a:after {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    top: 2px;
}
header#masthead {
    padding: 15px 25px;
}

#hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: #ccf7ad;
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
}

#hamburger-menu span:nth-child(1) {
    top: 0;
}
#hamburger-menu span:nth-child(2) {
    top: 7px;
}
#hamburger-menu span:nth-child(3) {
    top: 14px;
}
#hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}
#hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}
#hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}
#hamburger-menu {
    position: relative;
    width: 22px;
    height: 20px;
}
button.close-menu {
    display: none;
}

nav#site-navigation .menu li.menu-item-has-children .sub-menu li:last-child{
    border: none;
}
.header-navigation {
    display: flex;
    align-items: center;
}
.social-icons span {
    display: inline-block;
    font-size: 19px;
    margin: 0 7px;
}
.header-navigation .social-icons {
    padding-left: 30px;
}


.archive .site-main article header.entry-header h2,.blog .site-main article header.entry-header h2 {
    font-size: 21px;
    margin-bottom: 7px;
}
.archive .site-main article header.entry-header h2 a,.blog .site-main article header.entry-header h2 a {
    color: #fff;
}
.archive .page-section .site-main article, .blog .page-section .site-main article {
    padding-bottom: 0;
    margin-bottom: 40px;
    border: none;
    background: #233835;
}
.archive .article-content,.blog .article-content {
    padding: 30px;
}
.archive .page-section .site-main article footer.entry-footer, .blog .page-section .site-main article footer.entry-footer{
    margin-top: 20px;
}

.archive .page-section .site-main article:last-child, .blog .page-section .site-main article:last-child{
    margin-bottom: 0;
}
article a.post-thumbnail img {
    width: 100%;
    display: block;
}

footer#colophon {
    background-color: #233835;
    padding-top: 70px;
}
footer#colophon h3.widget-heading {
    color: #fff;
    font-size: 21px;
    margin-bottom: 20px;
}
.prefooter {
    padding-top: 0;
    padding-bottom: 15px;
}
#secondary .widget {
    border: none;
    padding: 20px;
    background: #233835;
}

div#calendar_wrap table {
background-color: transparent;
width: 100%; }

#wp-calendar caption {
background-color: #33475b;
color: #ffffff;
padding: 10px; }

#wp-calendar thead tr th {
text-align: center; }

table th {
border: 1px solid #dddddd;
padding: 8px;
line-height: 20px;
text-align: center;
vertical-align: top; }

table td {
border: 1px solid #dddddd;
padding: 8px;
line-height: 20px;
text-align: center;
vertical-align: top; }

table td {
border: 1px solid #dddddd;
padding: 8px;
line-height: 20px;
text-align: center;
vertical-align: top; }

#wp-calendar tbody tr td {
text-align: center; }

#wp-calendar tr th {
border: 1px solid rgba(0, 0, 0, 0.2);
border-right: 0;
border-bottom: 0; }

#wp-calendar tr th:last-child {
border-right: 1px solid rgba(0, 0, 0, 0.2); }

#wp-calendar tr td {
border: 1px solid rgba(0, 0, 0, 0.2);
border-right: 0;
border-bottom: 0; }

#wp-calendar tr td a {
font-weight: bold; }

#wp-calendar tr td:last-child {
border-right: 1px solid rgba(0, 0, 0, 0.2); }

#wp-calendar tfoot tr td {
border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

#secondary #wp-calendar tr td {
border: 1px solid #eee; }

#secondary #wp-calendar tr th {
border: 1px solid #eee; }


.prefooter a, .prefooter p, .prefooter span {
    color: #fff;
}
.prefooter ul {
color: #fff;
}


.site-info, .site-info a {
    color: #fff;
}
.site-info {
    padding: 16px 0;
    text-align: center;
    font-size: 14px;
    margin-top: 50px;
    border-top: 1px solid #4b5b57;
}

div#hamburger-menu {
    display: none;
}



input.wp-block-search__input {
    padding: 14px 10px;
    border-radius: 0;
}
.single article footer.entry-footer {
    margin: 30px 0;
}


.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
svg.svg-icon path {
    fill: #ccf7ad;
}


input#wp-comment-cookies-consent {
    width: auto;
    height: auto;
    padding: 0;
    display: inline-block;
}
p.comment-form-cookies-consent label {
    display: inline-block;
}
.widget_recent_jobs ul.job_listings li.job_listing {
    padding-left: 15px;
    padding-right: 15px;
}
.job_filters .select2-container {
    width: 100% !important;
}

.site-logo h1.site-title {
    font-size: 21px;
}

h2.widgettitle,h2.widget-title {
    font-size: 21px;
}
input[type="search"] {
    padding: 8px 10px;
}
.error404 form.search-form {
    margin-bottom: 20px;
}

.section-spacing {
    padding:70px 0;
}
.section-headings {
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #4b5b57;
}
.cta-section {
    padding: 90px 0;
    text-align: left;
}
.banner-section {
    height: 700px;

}




/*.banner-section span {
    color: #FFFFFF;
    font-size: 22px;
    display: block;
    margin-bottom: 30px;
}*/
.banner-section h1 {
    color: #FFFFFF;
    font-size: 60px;
    text-align: left;
    margin-bottom: 30px;
}
.banner-content-wrap span {
    display: block;
    margin-bottom: 30px;
}
.section-headings h2 {
    font-size: 34px;
}
.section-headings span {
    font-size: 16px;
}


.cta-section span {
    display: block;
}


.cta-section,.banner-section,.site-footer {
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.btn-default {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 9px 28px;
    border-radius: 0 !important;
    display: inline-block;
    border: 1px solid #fff;
    font-family: "Inter Tight",sans-serif;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}


.btn-default:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: translateX(-100%);
    transition: 0s;
}


.qodef-m-text {
    position: relative;
    z-index: 12;
    transition: .2s;
    font-style: normal;
}
.btn-default:hover:after {
    animation: qodef-btn-outline-animation 1.2s cubic-bezier(.34,.43,.13,.96) forwards;
}
.btn-default:hover:not(.qodef-btn-custom-hover-color) .qodef-m-text{
    animation: qodef-btn-text-outline-animation 1.2s forwards;
}
.btn-default:hover:after {
    animation: qodef-btn-outline-animation 1.2s cubic-bezier(.34,.43,.13,.96) forwards;
}
@keyframes qodef-btn-outline-animation {
    0% {
        transform: translateX(-101%)
    }

    50% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(101%)
    }
}
@keyframes qodef-btn-text-outline-animation {
    0%,100%,75% {
        color: #fff
    }

    30%,50% {
        color: #000
    }
}

.cta-section .btn-default {
    margin-top: 30px;
}



header#masthead {
    background: #233835;
}




.cta-section h2 {
    color: #fff;
}
.cta-section span {
    color: #fff;
}

h2.comments-title {
    font-size: 21px;
}




.header-add-listing a {
    font-size: 16px;
    font-weight: 400;
    background-color: #ccf7ad;
    border-radius: 3px 3px 3px 3px;
    padding: 9px 14px !important;
    color: #fff !important;
}
.header-add-listing a:hover{
    background: #222!important;
}

nav#site-navigation .menu li.menu-item-has-children .sub-menu li {
    background: #1a2b28;
    border-bottom: 1px solid #4b5b57;
}




.page-template-template-home p.site-title a,.page-template-template-home p.site-description{
    color: #fff;
}
p.site-title {
    margin-bottom: 0;
}
.page-template-template-home p.site-description {
    font-size: 14px;
}
.page-template-template-home .header-navigation li a {
    color: #fff;
}
header p.site-description {
    margin: 0;
    font-size: 14px;
}


.banner-section {
    text-align: left;
}
.banner-section {
    display: flex;
    width: 100%;
    height: 750px;
}
.banner-section .banner-content,.banner-section .banner-img {
    width: 50%;
}
.banner-section .banner-content {
    padding: 6% 5%;
    padding-left: 6%;
    position: relative;
    padding-right: 8%;
}
.banner-content-wrap {
    position: relative;
    height: 100%;
}

.banner-content-wrap .follow-banner {
    position: absolute;
    bottom: 0;
}
.banner-section .banner-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.blog-list .row {
    margin-bottom: 40px;
}

.blog-list .row:last-child {
    margin-bottom: 0;
}
h3.entry-title a:hover {
    color: #ccf7ad;
}
.cta-section h2 {
    text-align: left;
    margin-bottom: 25px;
}
.cta-section {
    text-align: left;
}
.cta-section .btn-default {
    margin-top: 60px;
}

@media (min-width: 1200px) {
    .container{
        max-width: 1300px;
        width: 1300px;
    }
}




.cta-section .row{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}


.single article .post-thumbnail {
    margin-bottom: 30px;
}






.follow-banner i {
    font-size: 20px;
    margin-right: 7px;
}
.follow-banner a {
    display: flex;
    align-items: center;
}
.follow-banner .follow-icons{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 18px;
}
.follow-banner span {
    font-size: 17px;
    margin: 0;
}
.follow-banner p {
    border-bottom: 1px solid #4b5b57;
    padding-bottom: 10px;
    margin-bottom: 13px;
}

.songs-section {
    padding: 100px 0;
    padding-bottom: 0;
}
.follow-banner a {
    color: #fff;
}


.ai-with-typography{
font-family: "Inter Tight", sans-serif;
}
.ai-wrap .ai-audio-control {
    background-color: #ccf7ad;
}

.ai-wrap .ai-audio-control:hover,.ai-wrap .ai-audio-control:focus {
    background-color: #ccf7ad
}
.ai-wrap .ai-track-progress {

    background-color: #ccf7ad;
}
.ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
    background-color: #ccf7ad
}
.ai-wrap .ai-btn.ai-btn-active {
    background-color: #ccf7ad
}
.ai-wrap .ai-track:hover,.ai-wrap .ai-track.ai-track-active {
    background-color: #ccf7ad;
    color: #fff
}
.ai-wrap .ai-footer a {
    color: #ccf7ad;
}

.ai-wrap .ai-footer a:hover {
    color: #ccf7ad;
}
.ai-wrap .ai-scroll-wrap>div:last-child div {
    background-color: #ccf7ad !important
}



.footer-site-logo {
    text-align: center;
}
.cta-section.no-bg-image::before {
    border-top: 1px solid #4b5b57;
    max-width: 1300px;
    margin: 0 auto;
    background: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cta-section.no-bg-image{
        border-bottom: 1px solid #4b5b57;
}


.site-footer .social-icons span {
    font-size: 29px;
    margin: 0 13px;
}
footer#colophon .social-icons {
    margin-top: 30px;
}


.comment-form label {
    display: block;
}
.comment-respond .comment-form input {
    width: 100%;
    color: #fff;
}
.comment-respond .comment-form input[type="submit"] {
    width: auto;
}

.widget select {
    max-width: 100%;
    color: #000;
    font-size: 15px;
    padding: 6px 10px;
}

.single div#comments {
    margin-top: 40px;
}
.widget button.wp-block-search__button {
    padding: 8px 28px;
}
.widget form.search-form {
    display: flex;
}
.widget form.search-form label {
    margin: 0;
}

.ai-wrap .ai-btn:focus {
    background: #ccf7ad !im portant;
}
.ai-wrap .ai-audio-control:focus {
    background-color: #ccf7ad !important;
}

.header-navigation ul>li.current-menu-item a {
    color: #ccf7ad;
}




.photo-info h2 {
  margin: 10px 0 0;
}

.episode-list h3.entry-title {
    font-size: 21px;
    color: #192a27;
}
.photo-info {
    margin-top: 25px;
}


.episode-section {
    background: #fff;
}
.episode-section .section-headings h2 {
    color: #192a27;
}
.cta-section .col-md-6:first-child {
    padding-right: 60px;
}

header#masthead .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
}

.header-navigation ul>li.current-menu-item a {
    color: #ccf7ad;
}



.episode-list {
    background: #1a2b28;
}

.episode-list .col-md-4 {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.episode-list{
    display: flex;
}
.episode-content-wrap {
    width: 100%;
    padding: 30px;
}
.podcast_meta {
    font-size: 13px;
    margin-top: 10px;
line-height: 170%;
}
.mejs-container .mejs-controls {
    background: #233835 !important;
    border: 1px solid #4b5b57;

}
.episode-content-wrap h3 {
    font-size: 25px;

}
.episode-content-wrap h3 a{
    color: #fff;
}
.podcast_meta a {
    color: #fff;
}
.episode-content-wrap a.read-more svg {
    width: 21px;
}
.episode-content-wrap a.read-more {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}



.banner-content-wrap a.btn-default {
    margin-top: 30px;
}
.banner-content-wrap p.banner-subtext {
    font-size: 19px;
}


.col-md-12.episode-column.twocolumn {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.col-md-12.episode-column.twocolumn .episode-list {
    width: calc(50% - 10px);
}
.twocolumn .episode-content-wrap h3 {
    font-size: 21px;
    margin-bottom: 15px;
}
.twocolumn .podcast_meta {
    font-size: 12px;
}
.twocolumn .episode-content-wrap {
    padding: 20px 10px;
}

.blog-section {
    border-top: 1px solid #4b5b57;
}
.single .podcast_player {
    margin: 30px 0;
    margin-bottom: 40px;
}

.episode-list .episode-content-wrap .castos-player {
    display: none;
}


.castos-player .player-panel h3 {
    font-family: 'Inter Tight', sans-serif !important;

}
.castos-player .player-panel .player-panel-row .title {
    font-family: 'Inter Tight', sans-serif !important;
}
.castos-player .episode-title {
    font-family: 'Inter Tight', sans-serif !important;
}
.castos-player .player-panels-nav button {
    font-family: 'Inter Tight', sans-serif !important;
}
.castos-player .playlist__item__details h2 {

    font-family: 'Inter Tight', sans-serif !important;
}
.castos-player .player-panels-nav button{
    text-transform: none !important;
}
.castos-player .player__podcast-title{
    font-weight: 500 !important;
}
.castos-player.light-mode .episode-title, .castos-player.light-mode .currently-playing .show, .castos-player.light-mode .subscribe-icons a, .castos-player.light-mode .player-panel h3, .castos-player.light-mode .player-panel .player-panel-row .title, .castos-player.light-mode .playback__timers{
    color: #192a27 !important;
}


.episode-column.onecolumn .episode-list {
    margin-bottom: 30px !important;
}
.episode-column.onecolumn .episode-list:last-child {
    margin-bottom: 0 !important;
}

.follow-banner .follow-icons a:hover{
    color: #ccf7ad;
}
.episode-content-wrap h3 a:hover{
       color: #ccf7ad; 
}

.podcast_meta a:hover{
    color: #ccf7ad;
}

.castos-player.light-mode .player {
    background: #fff !important;
}
.castos-player .player {
    border-radius: 0;
}

.follow-icons i {
    color: #ccf7ad;
}


.episode-content nav.navigation.post-navigation {
    margin-top: 30px;
}

.episode-content.page-section {
    background-color: #233835;
}
.single-podcast div#content {
    border-bottom: 1px solid #4b5b57;
}
.episode-content .podcast_player {
    display: none;
}
.episode-header header.entry-header {
    margin-bottom: 30px;
}
.episode-header .categories {
    position: relative;
}
.categories-single {
    margin-bottom: 20px;
    font-size: 15px;
}

.episode-header.page-section .row {
    display: flex;
    align-items: center;
}
.episode-header .post-thumbnail img {
    max-height: 400px;
    width: auto;
}
.episode-header .post-thumbnail {
    text-align: center;
}


.categories-single a:after {
    content: ",";
}

.categories-single a:last-child:after {
    display: none;
}

.castos-player.dark-mode .player {
    background: #131517 !important;
}
.castos-player.light-mode .player {
    background: #fff !important;
}
.castos-player .player {
    border-radius: 0 !important;
}

.tax-series .episode-list {
    border: 1px solid #4b5b57;
}

.site-info a {
    color: #ccf7ad;
}
.site-info p {
    margin: 0;
}