/*
Theme Name: Dallas Express
Author: JPM
Version: 1.0
*/

@font-face {
    font-family: 'BigNoodle';
    src: url('fonts/BigNoodleTitling.woff2') format('woff2'),
    url('fonts/BigNoodleTitling.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, html {
    padding: 0;
    margin: 0;
}
body {
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

h1 {
    font-size: 28px;
    line-height: 34px;
}
h2 {
    margin-top: 30px;
}

div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.main-page {
    display: block;
    padding-top: 30px;
}
.page-template-homepage .main-page {
    padding-top: 0px;
}

.container {
    width: 100%;
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

/* Top Bar Styles */
.top-bar {
    background: #E6E7E8;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-bar .container {
    display: flex;
    flex-direction: row;
}

.top-bar .container .search {
    margin-left: auto;
}

.socials {
    display: flex;
    flex-direction: row;
    gap: 2px;
}
.socials a.social-link {
    width: 30px;
    height: 30px;
    display: block;
    transition: all .2s ease-in;
}
.socials a.social-link:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer;
}
.socials a.social-link svg {
    width: 100%;
    height: auto;
    fill: #000 !important;
}
.socials a.social-link.instagram-link svg {
    margin-top: -1px;
}
.socials a.social-link.facebook-link svg{
    width: 34px;
    height: 34px;
    margin-top: -2px;
    margin-left: -5px;
}

/* Header Styles */
.header {
    display: block;
    padding: 20px 0;
}
.header .container {
    display: flex;
    flex-direction: row;
    gap: 80px;
}
.header .logo {
    flex: 300px 0 0;
}
.header .menu {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
}
.top-bar .container .search {
    display: flex;
    justify-content: flex-end;
}
.mobile-menu-expand .socials {
    margin-top: 10px;
}
.mobile-menu-expand .search {
    margin-top: 15px;
}
.top-bar .container .search form, .mobile-menu-expand .search form{
    position: relative;
}
.top-bar .container .search form:after, .mobile-menu-expand .search form:after{
    content: "";
    height: 15px;
    width: 15px;
    background: url(imgs/search.svg) center center no-repeat;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 10;
}
.top-bar .container .search input[type=text], .mobile-menu-expand .search input {
    padding: 3px;
    padding-left: 30px;
    position: relative;
    background-color: #ffffff;
    height: 30px;
    line-height: 30px;
    border: 2px solid #000000;
    outline: none !important;
    width: 250px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.top-bar .container .search input[type=text] {
    padding-right: 20px;
}
.top-bar .container .search input[type=submit] {
    -webkit-appearance: none;
    position: absolute;
    top: 3px;
    right: 3px;
    height: 24px;
    width: 28px;
    background: #000000;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}
.mobile-menu-expand .search input {
    width: 100%;
}
.header .menu ul {
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    flex-direction: row;
    gap: 18px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.header .menu ul li {
    padding-bottom: 10px;
}
.header .menu ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    line-height: 25px;
}
.header .menu ul li a:hover {
    text-decoration: underline;
}
.header .menu ul li.menu-item-has-children a:hover {
    text-decoration: none;
}
.header .menu ul li.menu-item-has-children {
    position: relative;
}
.header .menu ul li ul {
    display: none;
    z-index: 100;
}
.header .menu ul li.menu-item-has-children:hover ul {
    display: flex;
    align-items: flex-start;
    background: #ffffff;
    box-shadow: 3px 5px 3px;
    left: -20px;
    top: 30px;
    padding: 10px 20px;
    position: absolute;
    height: auto;
    flex-direction: column;
    gap: 12px;
    min-width: 130px;
    width: 100%;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.header .menu ul li ul li.social a, .mobile-menu-expand ul ul li.social a {
    padding-left: 20px;
    display: block;
    position: relative;
}
.header .menu ul li ul li.social a:before, .mobile-menu-expand ul ul li.social a:before {
    content: "";
    height: 15px;
    width: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0px;
    top: 1px;
}
li.social.facebook a:before {
    background-image: url(imgs/facebook.svg);
}
li.social.twitter a:before {
    top: 4px !important;
    left: 1px !important;
    background-image: url(imgs/twitter.svg);
}
li.social.linkedin a:before {
    background-image: url(imgs/linked-in.svg);
}
li.social.youtube a:before {
    background-image: url(imgs/youtube.svg);
}
li.social.instagram a:before {
    top: 2px !important;
    background-image: url(imgs/instagram.svg);
}
.header .menu ul li.menu-item-has-children:hover ul li {
    padding-bottom: 0px;
}
.header .menu ul li.menu-item-has-children:hover ul li a {
    text-transform: none;
    font-size: 15px;
    line-height: 15px;
}
.header .menu ul li.menu-item-has-children:hover ul li a:hover {
    text-decoration: underline;
}
.mobile-menu {
    display: none;
    width: 30px;
    height: 20px;
    position: relative;
    align-self: center;
    margin-left: auto;
}
.mobile-menu:before, .mobile-menu:after, .mobile-menu div {
    content: "";
    width: 100%;
    height: 2px;
    top: 0px;
    left: 0px;
    background: #000000;
    position: absolute;
}
.mobile-menu:after {
    top: unset;
    bottom: 0px;
}
.mobile-menu div {
    top: 9px;
}
.mobile-menu:hover {
    cursor: pointer;
}
.mobile-menu-expand {
    display: none;
    padding-bottom: 30px;
}
.mobile-menu-expand ul {
    list-style: none;
    padding: 0px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: 'Roboto', sans-serif;
}
.mobile-menu-expand ul a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #000000;
}
.mobile-menu-expand ul li {
    padding-left: 20px;
    position: relative;
}
.mobile-menu-expand ul li.menu-item-has-children:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #000000;
}
.mobile-menu-expand ul li.expanded:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000000;
    border-bottom: 0px;
    left: -7px;
    top: 5px;
}
.mobile-menu-expand ul ul li:before {
    display: none;
}
.mobile-menu-expand ul ul {
    display: none;
    padding-top: 10px;
}
.mobile-menu-expand ul ul li {
    padding-bottom: 3px;
}

/* Subscribe Bar */
.subscribe-bar {
    width: 100%;
    border: 2px solid #D32F2F;
    padding: 15px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
}
.subscribe-bar .text {
    flex-grow: 1;

    text-transform: uppercase;
}
.subscribe-bar a {
    justify-self: flex-end;
    background: #D32F2F;
    padding: 10px 15px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s ease-in;
    text-align: center;
}
.subscribe-bar a:hover {
    filter: brightness(120%);
}

/* Post Loop */
.featured-post-loop {
    background: #E6E7E8;
}
.post-entry {
    border-top: 2px solid #000000;
    padding: 10px;
}
.post-entry a.title {
    font-weight: bold;
}
.top-story .post-entry {
    border-top: 0px;
    margin-bottom: 30px;
    padding: 0px;
}
.featured-post-entry a.title {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #000000;
}
.featured-post-entry a.title:hover {
    text-decoration: underline;
}
.post-entry .image-columns {
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.top-story {
    background-color: #e5e7e8;
}
.top-story .post-entry .image-columns {
    padding-top: 0px;
}

.post-entry .image-columns .featured-image {
    flex: 250px 0 0;
    height: 150px;
    overflow: hidden;
    position: relative;
    transition: all .2s ease-in;
}

.post-entry .image-columns .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f1f1f1;
}

.top-story .post-entry .image-columns .featured-image {
    flex: 60%;
    flex-shrink: 0;
    padding-bottom: 28%;
    height: 0;
    position: relative;
    max-width: 460px;
}

.top-story .post-entry .image-columns .featured-image img,
.top-story .post-entry .image-columns .featured-image .video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.top-story .post-entry .image-columns .featured-image .video-player {
    margin: 0;
}

.top-story .post-entry .image-columns .featured-image .top-story-label {
    background: rgb(244, 48, 34, .9);
    color: #ffffff;
    padding: 6px 15px;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    left: 0;
    font-size: 30px;
    z-index: 10;
    line-height: 30px;
}
.post-entry .image-columns .featured-image:hover {
    filter: brightness(110%);
}
.post-entry .image-columns .entry-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}
.top-story .post-entry .image-columns .entry-content {
    justify-content: center;
}
.post-entry .image-columns .entry-content a.title {
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #000000;
    margi-bottom: 10px;
}
.top-story .post-entry .image-columns .entry-content a.title {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
}
.post-entry .image-columns .entry-content .excerpt {
    margin-bottom: 10px;
}
.post-entry .image-columns .entry-content a.title:hover {
    text-decoration: underline;
}
.post-entry .image-columns .entry-content .date {
    margin-top: auto;
}
.top-story .post-entry .image-columns .entry-content .date {
    margin-top: 20px;
    font-size: 20px;
}
.top-story .post-entry .image-columns .entry-content .date a {
    text-decoration: none;
}
.top-story .post-entry .image-columns .entry-content .date a:hover {
    text-decoration: underline;
}
.pagination {
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-direction: row;
    gap: 20px;
}
.pagination a {
    justify-self: flex-end;
    background: #D32F2F;
    padding: 10px 15px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s ease-in;
    text-align: center;
}
.pagination a:hover {
    filter: brightness(120%);
}
.pagination .next-link {
    margin-left: auto;
}

/* Single Post */
.single-post-page .social-share {
    width: 100%;
    display: flex;
    border-top: 2px solid #000000;
    align-content: flex-end;
    justify-content: flex-end;
}
.single-post-page .social-share a {
    display: block;
    width: 27px;
    height: 27px;
    padding: 3px;
    background: #848484;
    transition: all .2s ease-in;
}
.single-post-page .social-share a.share-facebook {
    background: rgb(59,89,152);
}
.single-post-page .social-share a.share-twitter {
    background: rgb(29,161,242);
}
.single-post-page .social-share a.share-reddit {
    background: rgb(255,87,0);
}
.single-post-page .social-share a.share-sms {
    background: rgb(105, 190, 89);
}
.single-post-page .social-share a svg {
    fill: #ffffff;
}
.single-post-page .social-share a:hover {
    filter: brightness(120%);
}
.single-post-page h1.title {
    margin-bottom: 5px;
}
.single-post-page .metadata {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
}
.single-post-page .metadata .category:before {
    content: "|";
    margin-right: 10px;
    margin-left: 10px;
}
.single-post-page .metadata .category a {
    color: #D32F2F;
}
.single-post-page .metadata a {
    text-decoration: none;
}
.single-post-page .metadata a:hover {
    text-decoration: underline;
}
.single-post-page .metadata .date {
    margin-left: auto;
}
.single-post-page .aggregation-source, .single-post-page .aggregation-source a {
    color: #71A8D4;
    font-size: 17px;
    line-height: 22px;
}
.single-post-page .summary {
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.single-post-page .summary p {
    margin: 0;
    padding: 0;
}

.single-post-page .featured-image {
    width: 100%;
    padding-top: 45%;
    position: relative;
    overflow: hidden;
}

.single-post-page .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.single-post-page .cutline {
    display: block;
    margin-top: 5px;
    color: rgb(162, 162, 162);
    font-size: 12px;
}
.single-post-page .post-content {
    margin-bottom: 30px;
}
.single-post-page .read-more {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
.single-post-page .read-more a {
    display: inline-block;
    background: #D32F2F;
    padding: 10px 15px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s ease-in;
    text-align: center;
}
.single-post-page .read-more a:hover {
    filter: brightness(120%);
}
.single-post-page .video-player .thumbnail,
.top-story .post-entry .image-columns .featured-image .video-player .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.single-post-page blockquote {
    border-left: 4px solid #000000;
    margin-left: 5px;
    padding-left: 30px;
}

/* Donate CTA */
.single-post-page .donate-cta {
    font-family: sans-serif;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 70px;
    text-align: center;
    background-color: #f9f9f9;
    margin-top: 0;
    margin-bottom: 36px;
}

.single-post-page .donate-cta .text-block {
    line-height: 1.5;
    color: #333;
}

.single-post-page .donate-cta .text-block p:first-child {
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.single-post-page .donate-cta .text-block p:nth-child(2) {
    font-size: 1em;
    margin-bottom: 20px;
}

.single-post-page .donate-cta .give-now-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #D32F2F;
    color: white;
    text-decoration: none;
    border-radius: 20px;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s;
}

.single-post-page .give-now-btn:hover {
    background-color: #b71c1c;
}

/* Popup */
#popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

#donate-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f5f5f5;
    padding: 20px;
    border: 1px solid #ccc;
    z-index: 9999;
    max-width: 400px;
    text-align: center;
    font-family: Georgia, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

#donate-popup h2 {
    margin-top: 0;
}

#donate-popup hr {
    margin: 10px 0;
    border: 0;
    border-top: 2px solid #000000;
}

#donate-popup h3 {
    font-size: 1.1em;
    margin: 10px 0;
}

#donate-popup p {
    margin: 15px 0;
    font-family: sans-serif;
}

#donate-link {
    display: inline-block;
    background: #D32F2F;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 20px;
    font-weight: bold;
}

#donate-link:hover {
    background: #cc0000;
}

/* Widgets */
.more-stories-widget {
    background: #E6E7E8;
    padding: 15px;
}
.more-stories-widget .headline {
    color: #D32F2F;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
.more-stories-widget .post-entry .image-columns .featured-image {
    padding-top: 0;
}
.more-stories-widget .post-entry .image-columns .entry-content .date {
    display: none;
}
.more-stories-widget .post-entry {
    border-top: 0px;
    padding: 5px 0px;
}
.more-stories-widget .pagination {
    display: none;
}
.author-description {
    margin-bottom: 30px;
}

/* Podcast Styles */
.podcast-page .title {
    font-size: 23px;
    line-height: 28px;
    font-weight: bold;
}
.podcast-page .latest {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.podcast-page .video .video-player, .podcasts .episode-video .video-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}
.podcast-page .video .thumbnail, .podcasts .episode-video .thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.podcast-page .video .video-player iframe, .podcasts .episode-video .video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.podcast-page .latest .video {
    flex: 600px 0 0;
}
.podcast-page .latest .content .people {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.podcast-page .latest .content .people .person {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.podcast-page .latest .content .people .person .image {
    flex: 70px 0 0;
    height: 70px;
    width: 70px;
    display: block;
    background-size: cover;
    border-radius: 50%;
    background-position: center center;
}
.podcast-page .latest .content .people .person .image img {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.podcast-page .latest .content .people .person .name {
    font-size: 21px;
    line-height: 26px;
}
.podcast-page .latest .content .people .person .position {
    font-family: sans-serif;
    font-weight: lighter;
    color:  rgb(33, 37, 41);
    font-size: 15px;
    line-height: 20px;
}
.podcast-page .recent-headline {
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 2px solid #000000;
    width: 100%;
    display: block;
    margin-top: 40px;
}
.podcast-page .recent {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.podcast-page .recent .entry {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}
.podcast-page .recent .entry .video {
    flex: 300px 0 0;
}
.podcast-page .recent .entry .title {
    font-size: 23px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}
.podcast-page .recent .entry .length {
    font-family: sans-serif;
    font-weight: lighter;
    color:  rgb(33, 37, 41);
    font-size: 15px;
    line-height: 20px;
}

/* Youtube styles */
.video-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.video-player img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}
.video-player.no-video img {
    cursor: initial;
}
.video-player.video:hover img {
    -webkit-filter: brightness(75%);
    -moz-filter: brightness(75%);
    filter: brightness(75%);
}
.video-player .play,
.video-play .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(imgs/play-button.png) no-repeat;
    cursor: pointer;
}
.podcasts .video-player .play {
    border-radius: 50%;
    background-color: #0BB8D8;
    background-image: url(includes/Podcast/imgs/play-icon.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.podcasts .video-player .play:hover {
    cursor: pointer;
    filter: brightness(110%);
    transition: all .2s ease-in;
}
.video-player.no-video .play {
    display: none;
}

/* Podcast v2 Loop Styles */
.podcasts {
    font-family: "inter", sans-serif;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}
.podcasts .top-fold {
    position: relative;
    width: 100%;
    padding: 0 40px;
    background-image: url(includes/Podcast/imgs/podcast-header.png);
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center bottom;
    color: #ffffff;
    margin-bottom: 70px;
    margin-top: 25px;
}
.podcasts .top-fold:before {
    content: "";
    height: 50px;
    width: 50%;
    display: block;
    background-image: url(includes/Podcast/imgs/top-border.png);
    background-repeat: repeat-x;
    background-position: bottom right;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 0px;
}

.podcasts .top-fold .loop-columns {
    display: flex;
    flex-direction: row;
    gap: 80px;
}
.podcasts .top-fold h1 {
    font-family: "BigNoodle", sans-serif;
    font-size: 75px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 85px;
    text-transform: uppercase;
}
.podcasts .top-fold .loop-columns .podcast-info {
    flex-grow: 1;
    padding-bottom: 60px;
    padding-top: 80px;
}
.podcasts .top-fold .loop-columns .podcast-info h1 {
    margin-bottom: 20px;
}
.podcasts .top-fold .loop-columns .podcast-logo {
    display: block;
    flex: 380px 0 0;
    margin-left: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.podcasts .top-fold .subscribe {
    margin-top: 30px;
}
.podcasts .podcast-loop-container {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.podcasts .podcast-loop-container .podcast-loop-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.podcasts .podcast-loop-container .podcast-loop-content .loop-ad-container {
    border-top: 0px;
    padding: 0px;
}
.podcasts .podcast-loop-container .podcast-loop-content a.podcast-loop-entry {
    border: 1px solid #D9D9D9;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    text-decoration:  none;
}
.podcasts .podcast-loop-container .podcast-loop-content a.podcast-loop-entry:hover {
    transition: all .2s ease-in;
    background: rgba(17,17,17,0.07);
}
.podcasts .podcast-loop-container .podcast-loop-content .podcast-loop-entry .episode-image {
    flex: 180px 0 0;
    height: 180px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}
.podcasts .podcast-loop-container .podcast-loop-content .podcast-loop-entry .episode-content {
    flex-grow: 1;
}
.podcasts .podcast-loop-container .podcast-loop-content .podcast-loop-entry .episode-content .show-label {
    background: rgb(230,246,249);
    padding: 10px 15px;
    border-radius: 60px;
    font-weight: 500;
    color: #06B4D4;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
}
.podcasts .podcast-loop-container .podcast-loop-content .podcast-loop-entry .episode-content .episode-title {
    font-family: "BigNoodle", sans-serif;
    font-weight: 400;
    color: #111111;
    font-size: 28px;
    line-height: 34px;
    text-decoration: none;
    margin-bottom: 5px;
}
.podcasts .podcast-loop-container .podcast-loop-content .podcast-loop-entry .episode-content .episode-description {
    margin-bottom: 15px;
}
.podcasts .podcast-loop-container .podcast-loop-content .podcast-loop-entry .episode-content .episode-description p {
    padding: 0;
    margin: 0;
}
.podcasts .podcast-loop-container .podcast-loop-content .podcast-loop-entry .episode-content .listen-btn {
    display: inline-block;
    padding: 5px 20px;
    padding-left: 40px;
    border: 1px solid #D9D9D9;
    background: #ffffff;
    line-height: 30px;
    font-size: 13px;
    color: #111111;
    text-decoration: none;
    border-radius: 60px;
    position: relative;
}
.podcasts .podcast-loop-container .podcast-loop-content .podcast-loop-entry .episode-content .listen-btn:before {
    content: "";
    height: 28px;
    width: 28px;
    position: absolute;
    left: 6px;
    top: 7px;
    background-image: url(includes/Podcast/imgs/play.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.podcasts .podcast-loop-container .podcast-loop-content .podcast-loop-entry .episode-content .listen-btn:hover {
    transition: all .2s ease-in;
    background: rgb(230,246,249);
}
.podcasts .podcast-loop-container .podcast-loop-sidebar {
    flex: 280px 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.podcasts .podcast-loop-container .podcast-loop-sidebar .widget {
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    color: #111111;
}
.podcasts .podcast-loop-container .podcast-loop-sidebar .widget.podcast-subscribe-widget {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, #CBEBFF 0%, #FFFFFF 100%);
}
.podcasts .podcast-loop-container .podcast-loop-sidebar .widget.podcast-host-widget {
    background: rgb(255,255,255);
    background: linear-gradient(0.04deg, #FFCBEF 0.03%, #FFFFFF 97.03%);
}
.podcasts .podcast-loop-container .podcast-loop-sidebar .widget img {
    display: block;
    margin: 0 auto;
}
.podcasts .podcast-loop-container .podcast-loop-sidebar .widget.podcast-subscribe-widget img {
    max-width: 170px;
}
.podcasts .podcast-loop-container .podcast-loop-sidebar .widget h1.widget-title {
    font-family: "BigNoodle", sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 34px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    margin-bottom: 15px;
}
.podcasts .podcast-loop-container .podcast-loop-sidebar .widget.podcast-subscribe-widget h1.widget-title {
    margin-top: 30px;
}
.podcasts .podcast-loop-container .podcast-loop-sidebar .widget h1.widget-subtitle {
    font-family: "inter", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 25px;
}
.podcasts .podcast-loop-container .podcast-loop-sidebar .widget .widget-text {
    opacity: 71%;
}
.podcasts .podcast-loop-container .podcast-loop-sidebar .widget .subscribe {
    margin-top: 30px;
}
.podcasts .podcast-loop-container .podcast-loop-sidebar .widget .subscribe .podcast-subscribe-links {
    gap: 10px;
}
.podcasts .podcast-loop-container .podcast-loop-sidebar .widget .subscribe .podcast-subscribe-links a.podcast-subscribe-link {
    background: rgba(17,17,17,0.07);
    color: #111111;
    padding-left: 20px;
}
.podcasts .podcast-loop-container .podcast-loop-sidebar .widget .subscribe .podcast-subscribe-links a.podcast-subscribe-link:hover {
    background: rgba(17,17,17,0.14);
}
.podcasts .podcast-loop-container .podcast-loop-sidebar .widget .subscribe .podcast-subscribe-links a.podcast-subscribe-link:before {
    display: none !important;
}
.podcasts .podcast-subscribe {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}
.podcasts .podcast-subscribe .podcast-subscribe-links  {
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-grow: 1;
    flex-wrap: wrap;
}

.podcasts .podcast-subscribe .podcast-subscribe-links a.podcast-subscribe-link {
    display: block;
    background: rgba(255,255,255, 0.16);
    padding: 10px 20px;
    border-radius: 60px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    padding-left: 50px;
}
.podcasts .podcast-subscribe .podcast-subscribe-links a.podcast-subscribe-link:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 14px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.podcasts .podcast-subscribe .podcast-subscribe-links a.podcast-subscribe-link.amazon:before {
    background-image: url(includes/Podcast/imgs/amazon.png);
}
.podcasts .podcast-subscribe .podcast-subscribe-links a.podcast-subscribe-link.apple:before {
    background-image: url(includes/Podcast/imgs/apple.svg);
}
.podcasts .podcast-subscribe .podcast-subscribe-links a.podcast-subscribe-link.spotify:before {
    background-image: url(includes/Podcast/imgs/spotify.png);
}
.podcasts .podcast-subscribe .podcast-subscribe-links a.podcast-subscribe-link:hover {
    transition: all .2s ease-in;
    background: rgba(255,255,255, 0.32);
}
.podcasts .podcast-social-links {
    display: flex;
    flex-direction: row;
    gap: 11px;
    flex-grow: 1;
    flex-wrap: wrap;
}
.podcasts .podcast-social-links a.podcast-social-link {
    display: block;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    border: 2px solid #111;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.podcasts .podcast-social-links a.podcast-social-link svg {
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 11px;
    left: 11px;
}
.podcasts .podcast-social-links a.podcast-social-link.instagram svg,
.podcasts .podcast-social-links a.podcast-social-link.facebook svg {
    top: 6px;
    left: 6px;
}
.podcasts .podcast-social-links a.podcast-social-link svg path {
    fill: #111 !important;
}
.podcasts .podcast-social-links a.podcast-social-link:hover {
    transition: all .3s ease-in;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

/* Podcast v2 Episode Styles */
.podcasts.podcasts-episode .top-fold {
    padding: 80px 9px;
}

.podcasts.podcasts-episode .top-fold .episode-columns {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.podcasts.podcasts-episode .top-fold .episode-columns .episode-video {
    flex: 400px 0 0;
}
.podcasts.podcasts-episode .top-fold .episode-columns .episode-content {
    flex-grow: 1;
}
.podcasts.podcasts-episode .top-fold .episode-columns .episode-content .episode-header {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.podcasts.podcasts-episode .top-fold .episode-columns .episode-content .episode-header .episode-image {
    flex: 120px 0 0;
    height: 120px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.podcasts.podcasts-episode .top-fold .episode-columns .episode-content .episode-header .episode-title {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.podcasts.podcasts-episode .top-fold .episode-columns .episode-content .episode-header .episode-title .time {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    opacity: 75%;
}
.podcasts.podcasts-episode .top-fold .episode-columns .episode-content .episode-header .episode-title .title {
    font-family: "BigNoodle", sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
}
.podcasts.podcasts-episode .top-fold .episode-columns .episode-content .episode-description {
    opacity: 75%;
    font-size: 14px;
    line-height: 21px;
}
.podcasts.podcasts-episode .top-fold .episode-columns .episode-content .episode-description a {
    color: #fff;
    text-decoration: underline;
}
.podcasts.podcasts-episode .top-fold .episode-columns .episode-content .episode-description a:hover {
    text-decoration: none;
}
.podcasts.podcasts-episode .top-fold .player {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.podcasts.podcasts-episode .top-fold .player .play-pause {
    flex: 41px 0 0;
    height: 41px;
    border-radius: 50%;
    background-color: #0BB8D8;
    background-image: url(includes/Podcast/imgs/play-icon.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.podcasts.podcasts-episode .top-fold .player .play-pause.playing {
    background-image: url(includes/Podcast/imgs/pause-icon.png);
}
.podcasts.podcasts-episode .top-fold .player .play-pause:hover {
    cursor: pointer;
    filter: brightness(110%);
    transition: all .2s ease-in;
}
.podcasts.podcasts-episode .top-fold .player .progress {
    padding-top: 15px;
    flex-grow: 1;
}
.podcasts.podcasts-episode .top-fold .player .progress .bar {
    width: 100%;
    height: 6px;
    position: relative;
    background: #ffffff;
    border-radius: 6px;
}
.podcasts.podcasts-episode .top-fold .player .progress .bar:hover {
    cursor: pointer;
}
.podcasts.podcasts-episode .top-fold .player .progress .bar .bar-inner {
    width: 0%;
    height: 6px;
    position: relative;
    background: #0BB8D8;
    border-radius: 6px;
}
.podcasts.podcasts-episode .top-fold .player .progress .timestamps {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-top: 5px;
    font-size: 12px;
    line-height: 16px;
}
.podcasts.podcasts-episode .top-fold .player .progress .timestamps .total {
    margin-left: auto;
}
.podcasts.podcasts-episode .top-fold .guests {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.podcasts.podcasts-episode .top-fold .guests .guest {
    display: block;
    padding-left: 50px;
    position: relative;
}
.podcasts.podcasts-episode .top-fold .guests .guest .guest-image {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.podcasts.podcasts-episode .top-fold .guests .guest .guest-info {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 0px;
}
.podcasts.podcasts-episode .top-fold .guests .guest .guest-info .guest-name {
    line-height: 22px;
}
.podcasts.podcasts-episode .top-fold .guests .guest .guest-info .guest-role {
    opacity: 71%;
    font-size: 14px;
    line-height: 16px;
}
.podcasts.podcasts-episode .podcasts-subscribe-banner {
    margin-top: 0px;
    margin-bottom: 30px;
}
.podcasts.podcasts-episode .transcription {
    padding: 30px;
    border: 2px solid #F7F7F7;
    border-radius: 20px;
    background: #EAF7FF;
    margin-bottom: 40px;
}
.podcasts.podcasts-episode .transcription.full-transcript {
    background: transparent;
    padding: 30px 0px;
    border: 0px;
    margin-bottom: 0px;
}
.podcasts.podcasts-episode .transcription .transcription-header {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
.podcasts.podcasts-episode .transcription h1.transcription-title {
    font-family: "BigNoodle", sans-serif;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: #06B4D4;
    font-size: 40px;
    line-height: 44px;
    display: block;
}
.podcasts.podcasts-episode .transcription a.all-episodes {
    margin-left: auto;
    line-height: 44px;
    padding: 0 20px;
    font-weight: 500;
    border: 1px solid #06B4D4;
    color: #06B4D4;
    border-radius: 20px;
    text-decoration: none;
}
.podcasts.podcasts-episode .transcription a.all-episodes:hover {
    background: #ffffff;
    transition: all .2s ease-in-out;
}

.podcasts.podcasts-episode .transcription .transcript-entries {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.podcasts.podcasts-episode .transcription .transcript-entries .transcript-entry,
.podcasts.podcasts-episode .transcription .transcript-entries .transcript-ad {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(75,75,75,0.1);
}
.podcasts.podcasts-episode .transcription .transcript-entries .transcript-entry:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}
.podcasts.podcasts-episode .transcription .transcript-entries .transcript-entry {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.podcasts.podcasts-episode .transcription .transcript-entries .transcript-entry.current {
    font-weight: bold !important;
    transition: all .2s ease-in-out;
}
.podcasts.podcasts-episode .transcription .transcript-entries .transcript-entry .timestamp {
    font-family: "Inter", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #000000;
}
.podcasts.podcasts-episode .transcription .transcript-entries .transcript-entry .timestamp:hover,
.podcasts.podcasts-episode .transcription .transcript-entries .transcript-entry.current .timestamp {
    cursor: pointer;
    color: #06B4D4;
    transition: all .2s ease-in-out;
}
.podcasts.podcasts-episode .transcription .transcript-entries .transcript-entry.current .timestamp {
    font-weight: bold;
}
.podcasts.podcasts-episode .transcription .transcript-entries .transcript-entry .text {
    font-family: "Inter", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: rgba(17,17,17,0.71);
}
.podcasts.podcasts-episode .transcription .transcript-entries .transcript-entry .text .speaker {
    font-weight: 500;
    color: #06B4D4;
}
.podcasts.podcasts-episode .transcription .transcript-entries .transcript-entry.current .text,
.podcasts.podcasts-episode .transcription .transcript-entries .transcript-entry.current .text .speaker {
    font-weight: bold;
    transition: all .2s ease-in-out;
}

/* Podcast Banners */
.podcasts-footer-banner {
    display: block;
    margin-top: 40px;
    width: 100%;
    background: #34ACC8;
    border-radius: 20px;
    padding: 40px 80px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.podcasts-footer-banner:before {
    content: "";
    height: 50px;
    width: 20%;
    display: block;
    background-image: url(includes/Podcast/imgs/top-border.png);
    background-repeat: repeat-x;
    background-position: top right;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 0px;
}
.podcasts-footer-banner .podcasts-footer-banner-image {
    position: absolute;
    bottom: 0px;
    top: 0px;
    right: 0px;
    width: 50%;
    max-width: 500px;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.podcasts-footer-banner .podcasts-footer-banner-content {
    width: 70%;
    color: #ffffff;
    z-index: 10;
    position: relative;
}
.podcasts-footer-banner .podcasts-footer-banner-content .title,
.podcasts-subscribe-banner .podcasts-subscribe-banner-content .title,
.podcasts-host-banner .podcasts-host-banner-content .title {
    font-family: "BigNoodle", sans-serif;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.podcasts-footer-banner .podcasts-footer-banner-content .text,
.podcasts-subscribe-banner .podcasts-subscribe-banner-content .text,
.podcasts-host-banner .podcasts-host-banner-content .text {
    font-size: 16px;
    line-height: 22px;
    font-weight: lighter;
    margin-bottom: 20px;
}

.podcasts-subscribe-banner {
    display: block;
    margin-top: 40px;
    width: 100%;
    background: #DA7CA1;
    border-radius: 20px;
    padding: 40px 80px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.podcasts-subscribe-banner .podcasts-subscribe-banner-image,
.podcasts-host-banner .podcasts-host-banner-image {
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    width: 300px;
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
}
.podcasts-subscribe-banner .podcasts-subscribe-banner-content,
.podcasts-host-banner .podcasts-host-banner-content {
    color: #ffffff;
    margin-left: 280px;
}
.podcasts-host-banner .podcasts-host-banner-content {
    color: #111111;
}
.podcasts-host-banner {
    display: block;
    margin-top: 40px;
    width: 100%;
    background: rgba(196,124,218, 0.1);;
    border-radius: 20px;
    padding: 40px 80px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(196,124,218, 0.75);
}

.podcasts-host-banner .podcasts-host-banner-content .subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.podcasts-host-banner .podcasts-host-banner-content  .social {
    margin-top: 10px;
}
.podcasts-host-banner .podcasts-host-banner-content .title {
    margin-top: 0px;
}

/* Submit a Story Styles */
.pitch-header {
    width: 100%;
    background: #000;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.pitch-header .pitch-boxes {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.pitch-header .pitch-boxes .caption-box {
    min-width: 195px;
}

.pitch-header .pitch-boxes .title-box {
    padding-right: 50px;
    border-right: 1px solid #ffffff;
    text-wrap: nowrap;
}
.pitch-header .pitch-boxes .title-box .header {
    font-size: 30px;
    margin-bottom: 14px;
}
.pitch-header .pitch-boxes .caption-box .header {
    font-size: 18px;
    line-height: 22px;
    text-wrap: nowrap;
}
.pitch-header .pitch-boxes .caption {
    font-family: Roboto, sans-serif;
    font-weight: lighter;
    font-size: 15px;
}

.tab-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}
.tab-buttons .tab-button {
    cursor: pointer;
    padding: 7px 30px;
    vertical-align: middle;
    color: #5a5a5a;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid #353535;
    display: block;
    border-radius: 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    transition: all .2s ease-in;
}
.tab-buttons .tab-button:hover {
    opacity: 0.7;
}
.tab-buttons .tab-button .emoji-prefix {
    margin-right: 5px;
}
.tab-buttons .tab-button.selected {
    background: #353535;
    color: #ffffff;
}
.tab-buttons .tab-button.selected:hover {
    opacity: 0.8;
}
.tab-content {
    display: none;
}
.tab-content.selected {
    display: block;
}
.tab-content .field {
    display: block;
    border: 1px solid #353535;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 16px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.tab-content .field.no-border {
    border: 0px;
    padding: 0;
}
.tab-content .field .hint-btn {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 15px;
    color: #282828;
    opacity: 0.5;
    transition: opacity 300ms ease;
    cursor: pointer;
    font-wweight: normal;
    z-index: 1;
}
.tab-content .field .hint {
    background-color: #f1f1f1;
    border-radius: 16px;
    font-style: italic;
    line-height: 15px;
    overflow: hidden;
    font-size: 12px;
    height: auto;
    padding: 15px;
    opacity: 1;
    margin-bottom: 1rem;
    display: none;
}
.tab-content .field input, .tab-content .field select, .tab-content .field textarea {
    width: 100%;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #d7d7d7;
    padding: 4px;
}
.tab-content .field label {
    font-weight: bold;
    margin-bottom: 3px;
}
.tab-content .field em {
    color: red;
}
.tab-content .field p.sml {
    font-size: 12px;
}
.tab-content span.wpcf7-list-item {
    margin: 0 !important;
}
.tab-content .wpcf7-acceptance {
    font-family: 'Roboto', sans-serif;
}
.tab-content .disclaimer {
    font-size: 12px;
}
.tab-content input[type=submit] {
    background: #353535;
    border-radius: 16px;
    font-size: 16px;
    padding: 9.5px 22px;
    color: #ffffff;
    border: 0;
    transition: .3s;
    cursor: pointer;
}
.tab-content input[type=submit]:hover {
    opacity: 0.7;
}
.reporting-standards {
    display: block;
    margin-top: 80px;
}
.reporting-standards h1 {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    text-decoration: underline;
    font-size: 18px;
    line-height: 22px;
}

.reporting-standards ul {
    padding: 0;
    margin: 0;
    margin-left: 20px;
}
.reporting-standards ul li {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
}

/* Faqs */
.faqs {
    display: block;
    margin-top: 40px;
}
.faqs .faq {
    padding: 20px;
    background-color: #f8f8fa;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    overflow: hidden;
    border-width: 0px;
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 25px;
}
.faqs .faq .question {
    font-family: 'Georgia', Georgia, "Times New Roman", serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    padding-right: 50px;
    color: #333333;
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
}
.faqs .faq .question:before {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    border-bottom: 0px;
    right: 0px;
    top: 10px;
}
.faqs .faq.expanded .question:before {
    display: none;
}

.faqs .faq.expanded .question {
    color: #ff6763 !important;
}
.faqs .faq .answer {
    display: none;
}
.faqs .faq.expanded .answer {
    display: block;
}
.faqs .faq .answer a {
    color: #ff6763;
    transition: all .2s ease-in;
    text-decoration: none;
}
.faqs .faq .answer a:hover {
    opacity: 0.7;
}
.faqs .faq .answer p {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 18px;
}

/* Team Styles */
.team {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}
.team .team-section {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 50px;
    border-bottom: 2px solid #000000;
}
.team .team-section:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}
.team .team-section .title {
    font-weight: bold;
    display: block;
    font-size: 22px;
    line-height: 26px;
    text-decoration: underline;
    margin-bottom: 30px;
}
.team .team-section .team-members {
    display: flex;
    flex-direction: row;
    gap: 30px 5%;
    flex-wrap: wrap;
}
.team .team-section .team-members .team-member {
    flex: 30% 0 0;
    display: flex;
    flex-direction: column;
}

.team .team-section .team-members .team-member .image {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 15px;
}

.team .team-section .team-members .team-member .name {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}
.team .team-section .team-members .team-member .position {
    color: #808080;
}
.team .team-section .team-members .team-member .email a {
    background: url(imgs/mail.png);
    height: 18px;
    width: 18px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 8px;
}

/* Infinite Scroll */
#scroll-sentinel {
    position: relative;
    bottom: 0;
}
.loading {
    margin-top: 30px;
}
.loading img {
    width: 40px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/*Homepage Styles */
.special-feature-image {
    display: block;
    border-top: 2px solid #000000;
    padding-top: 30px;
    margin-bottom: 30px;
}
.special-feature-image img {
    width: 100%;
    height: auto;
}
.special-feature-image .mobile-image {
    display: none;
}

/* Footer Styles */
.footer {
    margin-top: 35px;
    margin-bottom: 30px;
}
.footer .container .border {
    width: 100%;
    height: 2px;
    background: #000000;
}
.footer .container .content {
    padding-top: 35px;
}

.footer ul.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px 20px;
    text-wrap:nowrap;
    flex-wrap: wrap;
}
.footer ul.footer-menu a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.footer ul.footer-menu a:hover {
    text-align: center;
}
.footer .copyright {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

/* Ad Styles */
.ad {
    width: 100%;
    display: block;
}

.mobile-ad {
    display: none;
}

.ad.pre-comment-ad {
    margin-top: 35px;
    margin-bottom: 20px;
}

.ad.post-comment-ad {
    margin-top: 20px;
}

.ad.header-ad {
    margin-bottom: 0px;
}

.loop-ad-container {
    border-top: 2px solid #000000;
    padding-top: 30px;
    padding-bottom: 30px;
}

#appDownloadLink {
    display: none;
}

#appDownloadBox {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border: 2px solid #D32F2F;
    border-radius: 5px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 15px auto;
}

.bannerText {
    color: #D32F2F;
    font-size: 18px;
    font-weight: bold;
}

#appDownloadButton {
    padding: 10px 20px;
    background-color: #D32F2F;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s;
}

/* Responsive Styles */
@media screen and (max-width: 1150px) {
    .header .menu {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    .top-bar {
        display: none;
    }

    #appDownloadLink {
        display: block;
    }

    #appDownloadBox {
        display: flex;
    }

    #appDownloadButton {
        align-self: center;
    }
    .podcasts .podcast-subscribe {
        flex-direction: column;
        gap: 10px;
    }
    .podcasts .top-fold .loop-columns .podcast-info {
        text-align: center;
    }
    .podcasts .top-fold {
        padding: 0;
    }
    .podcasts .top-fold .loop-columns {
        gap: 20px;
    }
}
@media screen and (max-width: 950px) {
    .podcast-page .latest {
        flex-direction: column;
    }
    .podcast-page .latest .video {
        flex: 1;
        width: 100%;
    }
    .podcast-page .recent .entry {
        gap: 10px;
    }
    .top-story .post-entry .image-columns {
        flex-direction: column;
    }
    .top-story .post-entry .image-columns .featured-image {
        flex: 100%;
        padding-bottom: 60%;
        min-width: 100%;
    }
    .special-feature-image .desktop-image {
        display: none;
    }
    .special-feature-image .mobile-image {
        display: block;
    }
    .pitch-header .pitch-boxes {
        flex-direction: column;
        gap: 20px;
    }
    .pitch-header .pitch-boxes .title-box {
        border-bottom: 1px solid #ffffff;
        border-right: 0px;
        padding-bottom: 20px;
        padding-right: 0px;
    }
    .pitch-header .pitch-boxes .caption-box {
        padding-right: 0px;
    }
    .mobile-ad {
        display: block;
    }
    .desktop-ad {
        display: none;
    }
    .podcasts .podcast-loop-container {
        flex-direction: column;
    }
    .podcasts .podcast-loop-container .podcast-loop-sidebar {
        gap: 40px;
    }
    .podcasts .podcast-loop-container .podcast-loop-sidebar .widget img {
        max-width: 250px;
    }
    .podcasts .podcast-loop-container .podcast-loop-sidebar .widget {
        text-align: center;
    }
    .podcasts .widget .podcast-social-links {
        justify-content: center;
    }
    .podcasts.podcasts-episode .top-fold .episode-columns {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .podcasts.podcasts-episode .top-fold .episode-columns .episode-video {
        flex: initial;
    }
    .podcasts .top-fold {
        margin-bottom: 40px;
    }
    .podcasts.podcasts-episode .podcasts-subscribe-banner,
    .podcasts-host-banner {
        padding: 30px 40px;
    }
    .podcasts .podcast-subscribe .podcast-subscribe-links  {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and (max-width: 830px) {
    .podcasts .top-fold .loop-columns {
        flex-direction: column;
    }
    .podcasts .top-fold .loop-columns .podcast-logo {
        width: 100%;
        height: 280px;
        flex: initial;
    }
    .podcasts .top-fold .loop-columns .podcast-info {
        padding-bottom: 0px;
    }
    .podcasts-footer-banner {
        padding: 40px 30px;
    }
    .podcasts .podcast-subscribe .podcast-subscribe-links {
        gap: 10px;
    }
}
@media screen and (max-width: 650px) {
    .single-post-page .metadata {
        flex-direction: column;
    }

    .single-post-page .metadata .category:before {
        display: none;
    }

    .single-post-page .metadata .date {
        margin-left: 0px;
    }

    .single-post-page .donate-cta {
        padding: 15px;
        margin-bottom: 0px;
    }

    .single-post-page .donate-cta .text-block p:first-child {
        font-size: 1em;
    }

    .single-post-page .donate-cta .text-block p:nth-child(2) {
        font-size: 0.9em;
    }

    .single-post-page .donate-cta .give-now-btn {
        padding: 8px 16px;
        font-size: 1em;
    }

    #donate-popup {
        width: 90%;
        max-width: 90%;
        padding: 15px;
    }

    #close-popup {
        font-size: 18px;
    }

    #donate-link {
        padding: 8px 15px;
        font-size: 0.9em;
    }

    .top-story .post-entry .image-columns .entry-content {
        padding-left: 15px;
        padding-bottom: 15px;
    }

    .podcasts-footer-banner .podcasts-footer-banner-content {
        width: 100%;
    }

    .podcasts-footer-banner {
        padding: 40px 40px;
    }

    .podcasts-footer-banner {
        padding-bottom: 160px;
    }

    .podcasts .podcast-loop-container .podcast-loop-content a.podcast-loop-entry {
        flex-direction: column;
        align-items: center;
    }

    .podcasts .podcast-loop-container .podcast-loop-content .podcast-loop-entry .episode-image {
        width: 100%;
        max-width: 180px;
    }

    .podcasts .podcast-loop-container .podcast-loop-content .podcast-loop-entry .episode-content {
        text-align: center;
    }

    .podcasts .podcast-loop-container .podcast-loop-content .podcast-loop-entry .episode-content .episode-title {
        font-size: 25px;
        line-height: 32px;
    }

    .podcasts.podcasts-episode .podcasts-subscribe-banner, .podcasts-host-banner {
        padding: 20px;
    }
    .podcasts-subscribe-banner .podcasts-subscribe-banner-content,
    .podcasts-host-banner .podcasts-host-banner-content {
        margin-left: 240px;
    }
    .podcasts.podcasts-episode .top-fold {
        padding: 60px 0px;
    }
}
@media screen and (max-width: 575px){
    .header .logo {
        flex: 1;
        max-width: 300px;
    }
    .header .container {
        gap: 40px;
    }
    .post-entry .image-columns {
        flex-direction: column;
    }
    .more-stories-widget .post-entry {
        border-bottom: 2px solid #000000;
        padding-bottom: 15px;
        padding-top: 10px;
    }
    .more-stories-widget .post-entry:last-child {
        border-bottom: 0px;
        padding-bottom: 5px;
    }
    .post-entry .image-columns .featured-image {
        flex: initial;
        height: 0px;
        padding-bottom: 45%;
    }
    .podcast-page .recent .entry {
        flex-direction: column;
    }
    .podcast-page .recent .entry .video {
        flex: 1;
        width: 100%;
    }
    .top-story .post-entry .image-columns .entry-content .date {
        font-size: 16px;
        margin-top: 10px;
    }
    .top-story .post-entry .image-columns .entry-content a.title {
        font-size: 20px;
        line-height: 24px;
    }
    .tab-buttons {
        flex-direction: column;
    }
    .podcasts .top-fold h1 {
        font-size: 50px;
        line-height: 65px;
    }
    .podcasts .top-fold .subscribe {
        margin-top: 20px;
    }
    .podcasts-footer-banner .podcasts-footer-banner-content .title,
    .podcasts-subscribe-banner .podcasts-subscribe-banner-content .title,
    .podcasts-host-banner .podcasts-host-banner-content .title {
        font-size: 28px;
        line-height: 34px;
    }
    .podcasts-footer-banner .podcasts-footer-banner-image {
        width: 65%;
    }
    .podcasts-subscribe-banner .podcasts-subscribe-banner-content,
    .podcasts-host-banner .podcasts-host-banner-content {
        margin-left: 0px;
        text-align: center;
    }
    .podcasts.podcasts-episode .podcasts-subscribe-banner, .podcasts-host-banner {
        padding-bottom: 270px;
    }
    .podcasts .podcasts-host-banner .podcast-social-links {
        justify-content: center;
    }
    .podcasts.podcasts-episode .transcription .transcription-header {
        flex-direction: column-reverse;
        gap: 30px;
        margin-bottom: 15px;
    }
    .podcasts.podcasts-episode .transcription a.all-episodes {
        margin-right: auto;
        margin-left: initial;
        display: inline-block;
        border: 0px;
        font-size: 14px;
        line-height: 18px;
        padding: 0px;
        margin-top: -15px;
    }
    .podcasts.podcasts-episode .transcription a.all-episodes:before {
        content: "< ";
    }
    .podcasts.podcasts-episode .transcription a.all-episodes:hover {
        background: transparent;
        text-decoration: underline;
    }
    .podcasts.podcasts-episode .top-fold .episode-columns .episode-content .episode-header .episode-title .title {
        font-size: 32px;
        line-height: 38px;
    }
    .podcasts-footer-banner {
        padding: 20px;
        padding-bottom: 160px;
    }
    .podcasts .top-fold:before {
        background-position: top right;
    }
    .podcasts-footer-banner:before {
        width: 40%;
    }
}
@media screen and (max-width: 500px){
    .podcasts.podcasts-episode .transcription .transcript-entries .transcript-entry {
        flex-direction: column;
        gap: 0px;
    }
}
@media screen and (max-width: 400px){
    .top-story .post-entry .image-columns .featured-image .top-story-label {
        font-size: 20px;
        padding: 10px;
    }
    .podcasts-footer-banner .podcasts-footer-banner-image {
        width: 85%;
    }
}

/* WP Styles */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}
.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 100%;
    padding: 4px;
    text-align: center;
}
.wp-caption img {
    margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}
.wp-smiley {
    margin: 0;
}
.gallery {
    margin: 0 auto 18px;
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery img {
    border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}
.gallery dl {
    margin: 0;
}
.gallery img {
    border: 10px solid #f1f1f1;
}
.gallery br+br {
    display: none;
}
#content .attachment img {/* single attachment images should be centered */
    display: block;
    margin: 0 auto;
}