/*@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@300&display=swap');*/

.podcasts.loop .wrapper {
    background-color: #d4f2f2;
    padding: 1.7em;
    border-radius: 1.7em;
    margin-bottom: 2.5em;
}
.podcasts.loop .wrapper .content_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.7em;
}
.podcasts.loop .wrapper .content_wrapper .episode_thumbnail {
    flex-basis: 40%;
    max-width: 200px;
}
.podcasts.loop .wrapper .content_wrapper .episode_content {
    flex-basis: fit-content;
}
.podcasts.loop .wrapper h2 {
    color: #D02176;
    font-weight: bold;
    text-align: center;
	font-size: 24px;
}
.podcasts.loop .wrapper .subtitle {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}
.podcasts.loop .wrapper .post-meta {
    font-style: italic;
    text-align: center;
}
.podcasts.loop .post-text-wrapper {
    margin-bottom: 1em;
}


.rss_links img {
    height: 40px;
    width: 40px;
}
.rss_links .toggle_below {
    display: none;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
}
.rss_links .toggle_overlay {
    display: flex;
    flex-direction: row;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
}
.rss_links .toggle_overlay div {
    height: 40px;
}
.rss_links .toggle_overlay span {
    margin-left: 15px;
    line-height: 40px;
    font-size: 20px;
}

.dbm-articles-small {
    background-color: #eaf5f5;
    padding: 10px;
    /* margin: -10px; */
    border-radius: 10px;
}

.dbm-articles-small .et_pb_post:last-child {
    margin-bottom: 0 !important;
    padding: 10px;
}

div.dbm-articles article .media-of-post {
    /* display: flex;
    margin-bottom: 1em; */
    flex-wrap: wrap;
    margin: -15px !important;
}
div.dbm-articles article .media-of-post > div {
    padding: 15px;
    margin: 0 !important;
}

.thumbnail-gif-player {
    margin-right: 20px;
    flex: 0 2 content;
}

div.dbm-articles article .post-text-wrapper {
    flex: 1 0 22%;
}

.more-button-wrapper {
	text-align: center;
	margin-top: 1em;
}

a.more-button {
	border: 1px solid #D02176;
	border-radius: 5px;
	padding: 5px;
	transition: all 300ms ease;
}
a.more-button:hover {
	background-color: #D02176;
	color: #ffffff;
}

.post-text.text-justify {
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; 
}

div.post-terms {
    margin-top: 1em;
}

div.dbm-articles.loop.dbm-articles-fold .post-text {
    line-height: 1.4em;
}

.ui-widget.ui-widget-content {
    padding: 1px 8px;
    border-radius: 10px;
    background-color: #12d3cf;
    color: #fff;
    font-weight: 800;
    margin-top: -10px;
}

.category-headline {
    text-align: center;
    margin: 0 10px;
}
.category-headline h3 {
    font-weight: 700;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.fold-headline {
    font-family: 'Work Sans',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 15px;
    padding: 0 7px;
    margin: 0 6px;
    transition: all 0.7s ease-in-out;
    text-align: center;
}
.fold-headline span {
    color: #fff;
}
.fold-headline .medaudio-title span.title-first {
    font-weight: 400;
}
.fold-headline .medaudio-title span.title-second {
    font-weight: 700;
}
.fold-headline span.powered-by {
    font-size: 0.6em;
}
.fold-headline span.partner {
    font-weight: 700;
}
.fold-headline > div {
    display: inline;
}
.fold-headline > div.overlay-headline {
    position: absolute;
    z-index: 200;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    margin: 0px;
}
.fold-headline > div.overlay-headline > div {
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    background-color: #ffffffd9;
    border-radius: 5px;
    padding: 5px;
    color: #333;
}

.fold-wrap {
    margin-bottom: 10px;
}
  
.fold-wrap.active {
    /* background-color: #0095FF */
}

.fold-content {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.7s ease-out;
}

.fold-wrap.active .fold-content {
    max-height: 600px;
    visibility: visible;
    opacity: 1;
    transition: all 0.7s ease-in;
    background-color: rgba(0, 0, 0, 0.5);
}

button.fold-toggle-button {
    background-color: transparent;
    border: none;
    color: white;
    padding: 12px 62px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    transition: all 0.7s ease-in-out;
}
button.fold-toggle-button:hover {
    transform: scale(1.3);
}

.fold-wrap.active button.fold-toggle-button,
.dbm-articles.active button.fold-toggle-button {
    transform: rotateZ(180deg);
}

.dbm-articles-fold button.fold-toggle-button {
    color: #00d3d0;
    padding: 4px 62px;
    margin-bottom: 3px;
}
.dbm-articles-fold .fold-wrap {
    margin: 5px;
}
.dbm-articles-fold.dbm-articles-show-cat-image .fold-headline {
    background-color: #fff;
    border-radius: 6px;
    padding: 4px 20px;
    margin-bottom: 15px;
}
.dbm-articles-fold.dbm-articles-show-cat-image .fold-headline img.category-image {
    /* max-width: 300px;
    min-width: 30vw; */
}
.dbm-articles-fold.dbm-articles-show-episode-image .fold-headline {
    padding: 0;
}
.dbm-articles-fold.dbm-articles-show-episode-image .fold-headline img {
    border-radius: 6px;
    background-color: #37dbcf73;
}
.dbm-articles-fold.dbm-articles-show-cat-image .fold-wrap.active .fold-headline {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 5px;
}
/* .dbm-articles-fold.dbm-articles-show-episode-image .fold-wrap.active .fold-headline {
    padding-left: 200px;
    padding-right: 200px;
    margin-bottom: -15px;
} */
.dbm-articles-fold .fold-wrap.active .fold-content {
    background-color: transparent;
}
.dbm-articles-fold .fold-content article {
    border: none !important;
    background-color: transparent !important;
}

.dbm-articles-fold .splide {
    padding-bottom: 0;
}
.dbm-articles-fold .splide__pagination {
    padding: 0 !important;
}
.dbm-articles-fold .splide__pagination__page.is-active {
    transform: scale(1.4);
    background: #00d3d0;
}

div.rss_links_register {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    font-family: 'Work Sans',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 600;
    font-size: 16px;
    border: 3px solid #ddd;
    border-radius: 8px;
    padding: 3px;
    /* margin: -10px; */
}
div.rss_links_url {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    font-family: 'Work Sans',Helvetica,Arial,Lucida,sans-serif !important;
    border: 3px solid #ddd;
    border-radius: 8px;
    padding: 3px;
    /* margin: -10px; */
}
div.rss_links_url input {
    font-family: 'Fira Sans Condensed', sans-serif;
}

div.rss_links a {
    color: rgb(102, 102, 102);
    transition: color 0.2s ease-in-out;
}
div.rss_links a:hover,
div.rss_links a:focus,
div.rss_links a:active {
    color: #12d3cf;
}
div.rss_links_register div.rss_icon,
div.rss_links_url div.rss_icon {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

#start_login .login-message {
    margin: 15px;
    text-align: center;
    background-color: #b6fbf0;
    padding: 7px;
    border-radius: 4px;
}

/* Ultimate Member */
.um input[type="submit"].um-button, .um input[type="submit"].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
    background: #12d3cf !important;
}
.um input[type="submit"].um-button:hover, .um a.um-button:hover {
    background-color: #63e3e1 !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    color:#12d3cf !important
}

h2.search-results {
    font-weight: 700;
    font-size: 30px;
    color: #12D3CF !important;
    text-align: center;
}

sup.headline-badge {
    background: #12d3cf;
    padding: 2px;
    border-radius: 6px;
    color: #fff;
    font-size: .8em;
    margin-left: 2px;
    height: auto;
}

.transcript_box .bottom_buttons button.btn_transcript {
    border: solid 1.5px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #f7f4f4;
    line-height: 17px;
    color: #12d3cf;
    font-size: 12px;
    font-weight: 600;
}

.post-headline-sponsor-image {
    margin: -15px;
}
.post-headline-sponsor-image.flex {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
@media only screen and (max-width: 980px) {
    .post-headline-sponsor-image.flex {
        flex-direction: row-reverse;
    }
}
@media only screen and (max-width: 780px) {
    .post-headline-sponsor-image.flex {
        flex-wrap: wrap;
    }
    .post-headline-sponsor-image .sponsor-image {
        flex-shrink: 1;
    }
}


.post-headline-sponsor-image > div {
    margin: 15px;
}
.post-headline-sponsor-image .sponsor-image{
    flex-basis: 250px;
    flex-shrink: 0;
}
.post-headline-sponsor-image h1,
.post-headline-sponsor-image span.subtitle{
    font-weight: 700;
}
.post-headline-sponsor-image span.subtitle{
    font-size: 24px;
}
.post-headline-sponsor-image .title-container {
    flex-grow: 2;
    flex-basis: unset;
    flex-shrink: 1;
}
@media only screen and (max-width: 700px) {
    .post-headline-sponsor-image {
        flex-direction: column;
    }
    .post-headline-sponsor-image .sponsor-image{
        flex-basis: auto;
        max-width: 250px;
    }
}

div.dbm-articles article h2.entry-title,
div.dbm-articles article h2 {
    font-family: 'Work Sans',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700 !important;
    padding-bottom: .2em;
    line-height: 1.2em;
}
.dbm-articles-small.dbm-articles-fold .post-meta {
    line-height: 1.3em;
    font-size: 0.8em;
}
.slide-headline {
    text-align: center;
}
.slide-headline h2 {
    font-weight: 700;
}
.dbm-articles .post-headline-sponsor-image > .sponsor-image {
    padding: 5px;
    background: #fff;
    border-radius: 7px;
}

.et_pb_fullwidth_menu .et_pb_menu__search {
    max-width: 400px;
    margin-right: 0;
    margin-left: auto;
}

.menu_with_partner_logo .et_pb_menu__logo-wrap {
    margin: 0px -15px;
}

.menu_with_partner_logo .et_pb_menu__logo-wrap .et_pb_menu__logo {
    margin: 5px 15px;
}

.buttonizer-button:hover {
    background: rgb(115, 231, 229) none no-repeat scroll center center / cover !important;
}

@media only screen and (max-width: 575px) {
    .et_pb_menu__logo img {
        max-height: 45px !important;
    }
}

.fold-headline .episode-thumbnail {
    height: 100px;
    width: 100% !important;
    object-fit: cover;
    object-position: center center;
}

input.wpcf7-form-control,
textarea.wpcf7-form-control {
    max-width: 100%;
}

.mtphr-dnt-tick-contents {
    font-family: 'Fira Sans Condensed', 'Work Sans', sans-serif;
}

body.show_login_question_overlay {
    overflow: hidden !important;
}

#login_question_overlay {
    display: none;
    z-index: 1999999999;
    overflow-y: scroll;
    background-color: rgba( 0, 0, 0, 0.70 );
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: initial;
    transition: .15s ease-in-out;
    position: fixed;
}

#login_question_overlay.visible {
    display: block !important;
    opacity: 1;
}

.lq_box_wrapper {
    width: 95%;
    max-width: 500px;
    background-color: #fff;
    margin: 0 auto;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.lq_box_buttons {
    display: flex;
    justify-content: space-between;
    margin: 0 -7px -7px -7px;
}
.lq_box_buttons > div {
    background-color: #12d3cf;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    margin: 7px;
    line-height: 1.4em;
    cursor: pointer;
}

.sponsors,
.contentpartners {
    font-size: 1.2em;
}

.sponsors a > span,
.contentpartners a > span {
    background-color: #12d3cf;
    color: #fff;
    padding: 4px 10px;
    border-radius: 15px;
    font-weight: 600;
}

.dbm-articles-small .sponsors,
.dbm-articles-small .contentpartners {
    font-size: 1em;
}

.dbm-articles-small .sponsors a > span,
.dbm-articles-small .contentpartners a > span {
    background-color: #12d3cf;
    color: #fff;
    padding: 3px 5px;
    border-radius: 15px;
    font-weight: 600;
}

.dbm-articles.loop:not(.dbm-articles-small) .sponsors,
.dbm-articles.loop:not(.dbm-articles-small) .contentpartners {
    margin: 10px 0 5px;
}

.financing-info-btn span.fa-stack {
    vertical-align: baseline;
    font-size: 0.6em;
    color: #aeaeae !important;
    background-color: transparent !important;
    margin-left: 4px;
    transition: color .3s ease-in-out;
}
.financing-info-btn:hover span.fa-stack {
    color: #12d3cf;
}

.dbm-articles-loop-badge {
    background-color: #00d3d0;
    color: #fff;
    padding: 0px 6px;
    border-radius: 14px;
    font-size: 0.9em;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: -10px;
}

.banner img {
    width: auto;
    max-height: 100px;
    margin: 0 auto;
    display: block;
}
.banner .ad_notice {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.7em;
    background-color: #fff;
    line-height: 1.4em;
    padding: 2px 3px;
    opacity: 0.5;
    transition: opacity .3s ease-in-out;
}
.banner .ad_notice:hover {
    opacity: 0.9;
}
.banner .ad_notice a {
    color: #545454 !important;
}

