:root {
    --top-menu-height: 120px;
    --border-radius: 2px;
    --main-font: Poppins, Helvetica, sans-serif;
    --border: 1px solid #EBEAEC;
    --primary-color-1: #8d5bf7;
}

#loader{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    background-color: rgba(100,100,100,0.5);
    width: 100%;
    height: 100%;
}

#loader #lottie{
    width: 75%;
    height: 75%;
    margin: auto;
}

.modal .modal-content.standard-alert{
    padding: 20px;
}

/** external includes */
/** variables */
/** external settings */
/** project settings */
/** mixins */
/** internal generated includes */
.ico {
    display: inline-block;
    height: 1em;
    width: 1em;
    fill: inherit;
    stroke: inherit;
}

.ico-arrow {
    font-size: 1.6px;
    width: 1.125em;
}

.ico-block {
    font-size: 1.9px;
    width: 1em;
}

.ico-block-grey {
    font-size: 3.3px;
    width: 1em;
}

.ico-camera {
    font-size: 3.7px;
    width: 1.24324em;
}

.ico-check {
    font-size: 4px;
    width: 1em;
}

.ico-checked {
    font-size: 1.4px;
    width: 1.35714em;
}

.ico-clock {
    font-size: 1.6px;
    width: 1em;
}

.ico-consume {
    font-size: 1.6px;
    width: 0.8125em;
}

.ico-engage {
    font-size: 1.5px;
    width: 1.06667em;
}

.ico-facebook {
    font-size: 3px;
    width: 1em;
}

.ico-facebook-social {
    font-size: 48.6392px;
    width: 1em;
}

.ico-hamburger {
    font-size: 2.4px;
    width: 1em;
}

.ico-lock {
    font-size: 5.3px;
    width: 0.77358em;
}

.ico-logo {
    font-size: 6.3px;
    width: 2.80952em;
}

.ico-question {
    font-size: 1.6px;
    width: 1em;
}

.ico-search {
    font-size: 1.6px;
    width: 1em;
}

.ico-star {
    font-size: 2px;
    width: 1em;
}

.ico-twitter {
    font-size: 3px;
    width: 1em;
}

.ico-twitter-social {
    font-size: 61.2px;
    width: 1em;
}

/** styles */
/** core */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
    line-height: 1.1;
}

p {
    margin: 0 0 1em 0;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}

q {
    quotes: none;
}

q::before,
q::after {
    content: "";
}

small {
    font-size: 11px;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.1rem;
}

sub {
    bottom: -.1rem;
}

.h1 {
    font-size: 1.8rem;
}

.h2 {
    font-size: 1.6rem;
}

.h3 {
    font-size: 1.4rem;
}

.title {
    margin: 0 0 40px;
    font-size: 24px;
    line-height: 31px;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.title-groups {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 1164px;
    margin: 0 auto;
    z-index: 2;
}

@media screen and (min-width: 1880px) {
    .title-groups {
        display: block;
    }
}

.title-group {
    position: absolute;
    top: 100%;
    width: 300px;
    margin-top: -110px;
    color: #fff;
}

.title-group--left {
    right: 100%;
    margin-right: 40px;
    text-align: right;
}

.title-group--right {
    left: 100%;
    margin-left: 40px;
}

.title-group__title {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
}

.title-group__subtitle {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
}

/** media queries according to gridlex settings */
hr {
    margin: 0;
    border: 0;
}

* {
    box-sizing: border-box;
}

*::before, *::after {
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none !important;
}

img {
    border: 0;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button, input,
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.hidden {
    display: none;
}

.collapse {
    display: none;
}

html {
    height: 100%;
    font-size: 85.71429%;
}

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

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    outline: 0;
    text-decoration: none;
}

.body {
    min-width: 320px;
    margin: 0;
    background-color: #f8f8f8;
    color: #333333;
    font-family: "Poppins", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    cursor: pointer;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 992px) {
    .body {
        cursor: default;
    }
}

body.body-home, body.body-events, body.body-top-shows {
    background-color: #fff;
    background-image: url('/wp-content/themes/whatpods/images/whatpods_background_home.png');
    background-repeat: repeat-y;
    background-position: center;
}

h2 {
    font-weight: bold !important;
}

body.body-search {
    background-color: #fff;
}

body.body-profile {
    background-color: #fff;
    background-image: none;
    background-repeat: repeat-y;
    background-position: center;
}

@media (min-width: 992px) {
    body.body-profile {
        background-image: url('/wp-content/themes/whatpods/images/whatpods_background_home.png');
    }
}

body.body-profile .content {
    padding: 60px 0 0;
}

body.body-profile .main-profile-container {
    background-color: #ffffff;
    padding: 0;
}

.wp-profile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
}

.wp-profile__head {
    padding: 30px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: var(--border);
    width: 100%;
}

@media (min-width: 992px) {
    .wp-profile__head {
        align-items: flex-start;
    }
}

.wp-profile__image {
    position: relative;
    width: 86px;
    padding-bottom: 16px;
}

.wp-profile__name {
    font-size: 24px;
    color: #363043;
    margin-bottom: 16px;
    text-align: center;
}

.wp-profile__badge {
    font-size: 12px;
}

.wp-profile__followers {
    margin: 0 0 16px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.wp-profile__edit {
    text-align: center;
}

.wp-profile__section {
    padding: 20px 16px;
    border-bottom: var(--border);
    width: 100%;
}

@media (min-width: 768px) {
    .wp-profile__section {
        padding-left: 0;
    }
}

.wp-profile__section:last-of-type {
    border-bottom: 0;
}

.wp-profile__header {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #363043;
    margin: 0;
    background: unset;
    letter-spacing: 0.4px;
}

.wp-profile__main-header {
    line-height: 19px;
    font-size: 18px;
    color: #363043;
    background: unset !important;
    margin-bottom: 20px;
}

.wp-profile__activity-nav-header {
    margin-bottom: 60px;
}

.wp-profile__list-item {
    float: left;
}

img.avatar_60 {
    width: 36px;
    height: 36px;
    margin: 0 5px 5px 0;
}

.main_profile_pic .award_badge {
    position: absolute;
    top: 0px;
    width: 38px;
    height: 60px;
    overflow: visible;
    left: 60px;
}

.select-image--additional .select-image__image {
    width: 86px;
    height: 86px;
    margin: 0;
}

.form--dashboard .form__title {
    font-weight: bold;
    line-height: 25px;
    font-size: 24px;
    color: #363043;
    text-align: left;
    padding-top: 20px;
}

.user_badge.profile_badge {
    font-size: 12px;
    color: #5C566B;
    text-align: left;
    margin: 0;
    padding-top: 10px;
    width: unset;
    max-width: unset;
}

.follow-link svg {
    margin-left: 9px;
    margin-top: 8px;
    position: absolute;
    top: 0px;
}

.follow-link span {
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #854FF7;
    margin-left: 32px;
}

.award_points {
    margin-top: 9px;
    font-size: 11px;
    font-weight: bold;
    float: left;
    padding-right: 0;
}

@media screen and (min-width: 992px) {
    .award_points {
        padding-right: 12px;
    }
}

.award_points svg {
    overflow: hidden;
    position: absolute;
    left: -24px;
    top: 5px;
}

.profile_badge .award_points {
    text-align: left;
    width: unset;
    max-width: unset;
}

#top_shows_container h2 span {
    position: absolute;
    top: -3px;
    right: 0;
}

#events_container_side h2 span {
    position: absolute;
    top: -3px;
    right: 0;
}

#top_shows_container h2 span {
    position: absolute;
    top: -3px;
    right: 0;
}

#top_shows_container h2 span a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    text-align: right;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #363043;
}

#events_container_side h2 span {
    position: absolute;
    top: 0;
    right: 0;
}

#events_container_side h2 span a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    text-align: right;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #363043;
}

.follow-link {
    display: block;
    width: 100px;
    height: 27px;
    margin: 0;
    border-radius: 50px;
    background: #F3EDFE;
    color: #854FF7;
    overflow: hidden;
    padding-top: 4px;
}

a.follow-link {
    text-decoration: none;
}

.follow-following {
    width: 115px;
    background: linear-gradient(0deg, rgba(75, 218, 175, 0.1), rgba(75, 218, 175, 0.1)), #FFFFFF;
}

.follow-following span {
    color: #4BDAAF;
}

.hide {
    display: none !important;
}

.small .ico {
    width: 1.8em;
    height: 1.8em;
}

.small .follow-link svg {
    margin-left: 0;
}

.heading__text {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 14px;
    color: #363043;
    background: #fff;
    padding-left: 0;
    text-transform: none;
}

body.body-profile .main {
    background-color: #F9F8F9;
    padding: 20px 17px;
    margin: 0;
}

body.body-profile .image-list__item {
    margin: 0 14px 14px 0;
}

body.body-profile .tab-list__item {
    float: right;
}

body.body-profile .tab-list {
    display: flow-root;
    border-bottom: 1px solid #EBEAEC;
}

body.body-profile .activity_heading {
    margin-bottom: -30px;
}

.no-padding {
    padding: 0;
    margin: 0;
}

body.body-profile .tab-list__item .tab-list__link {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #AFACB4;
    padding-bottom: 20px;
}

.small_review_image {
    width: 44px;
    height: 44px;
}

body.body-profile .tab-list__item.active .tab-list__link {
    background: unset;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #363043;
    border-bottom: 2px solid #363043;
}

.reviews__item {
    background: #fff;
    padding: 20px 40px;
}

.episode-target {
    cursor: pointer;
}

.reviews h3, .reviews a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 10px;
    margin-bottom: 0;
    /* Primary Text */
    color: #363043;
}

.reviews h3 {
    width: 100%;
}

.hotonot {
    position: absolute;
}

.btn-tertiary-2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #854FF7;
    background: #FFFFFF;
    padding: 5px 14px;
    height: 27px;
}

.aside-profile .form__text {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #5C566B;
}

.aside-profile .heading {
    margin-bottom: 0px;
}

.slide-down {
    margin-bottom: 25px;
}

.aside-profile .form__holder {
    margin: 0px 0 15px;
}

.heading {
    border: 0;
}

a.follow-link {
    position: relative;
}

#sponsor_1 {
    margin: 40px 0;
}

.search-result h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    color: #363043;
}

.search-result .mr-2 {
    width: 90px;
    height: 90px;
}

.search-result .col-sm-2 {
    max-width: 16.666667%;
}

.endorsed-episode h3 {
    line-height: normal;
    font-size: 18px;
    color: #363043;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#top_shows li a:hover {
    color: unset;
    text-decoration: none;
}

#top_shows li:hover .row {
    background-color: rgba(133, 79, 247, 0.05);
}

.endorsed-list__header {
    border-bottom: 1px solid #EBEAEC;
    margin-top: 38px;
    font-family: var(--main-font);
    font-style: normal;
    font-weight: bold;
    line-height: 19px;
    color: #363043;
    font-size: 18px;
    padding-bottom: 60px;
    position: relative;
}

@media (min-width: 992px) {
    .endorsed-list__header {
        padding-bottom: 20px;
    }
}

#events_container_side h2, #event_notify_container h2, #event_filter_container h2, #events_container h2, #endorsed_yesterday h2, #top_shows_container h2, #endorse_episodes_container h2, #join_email_container h2 {
    font-weight: bold;
    line-height: 19px;
    font-size: 18px;
    color: #363043;
    border-bottom: 1px solid #EBEAEC;
    padding-bottom: 20px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

#events_container_side h2, #event_notify_container h2, #top_shows_container h2, #endorse_episodes_container h2, #join_email_container h2, #event_filter_container h2 {
    border: 0;
    margin-bottom: 3px;
}

#endorsed_yesterday h2 {
    margin-top: 40px;
    margin-bottom: 0;
}

#top_shows_container, #events_container_side {
    margin-top: 35px;
}

#endorse_episodes_container {
    margin-top: 35px;
}

#event_notify_container {
    margin-top: 35px;
    margin-bottom: 40px
}

#join_email_container {
    margin-top: 35px;
}

.body-events #join_email_container,
.body-events #event_notify_container {
    display: none;
}

@media (min-width: 768px) {
    .body-events #event_notify_container,
    .body-events #join_email_container {
        display: block;
    }
}

/* Promotion image are you a host */
.promotion-image {
    overflow: hidden;
    position: relative;
    margin-top: 27px;
    margin-bottom: 20px;
    border-radius: var(--border-radius)
}

.promotion-image__header {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 125px;
    color: #fff;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    padding: 5px 0 0;
    letter-spacing: 0.7px;
}

.promotion-image__text {
    position: absolute;
    top: 102px;
    left: 18px;
    width: 147px;
    font-family: Poppins, Helvetica, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
}

.promotion-image__button {
    position: absolute;
    top: 182px;
    left: 18px;
    width: 147px;
    height: 32px;
}

.col-lg-4 {
    padding-right: 26px;
    padding-left: 20px;
}

#endorsed_today .nav {
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #363043;
    clear: both;
    position: absolute;
    top: 40px;
    left: calc(50% - 94px / 2);
}

@media (min-width: 992px) {
    #endorsed_today .nav {
        top: 0;
        right: 0;
        left: initial;
    }
}

#endorsed_today .nav li {
    float: left;
    margin-left: 20px;
    padding-bottom: 21px;
    cursor: pointer;
}

#endorsed_today .nav li.active, #endorsed_today .nav li:hover {
    border-bottom: 2px solid;
}

.top-shows-full .description {
    position: relative;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #5C566B;
}

.search-result .description {
    position: relative;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #5C566B;
}

.endorsed-episode .description {
    position: relative;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #5C566B;
}

.search-result {
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}

.search-result .row {
    border-bottom: 1px solid #EBEAEC;
}

.endorsed-episode {
    border-bottom: 1px solid #EBEAEC;
    margin: 0;
    padding: 20px 0;
}

.endorsed-episode .description p {
    overflow: hidden;
    height: 20px;
}

.top-shows-full .description p {
    overflow: hidden;
    height: 22px;
}

.search-result .description p {
    overflow: hidden;
    height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .search-result .description p {
        height: 22px;
    }
}

.endorsed-episode .description a.ellipse {
    position: absolute;
    right: 0;
    top: 3px;
    background: #fff;
    color: unset;
    font-weight: 500;
}

.search-result .description span.ellipse {
    position: absolute;
    right: 0;
    top: 3px;
    background: #fff;
    color: #808080;
}

.top-shows-full .description span.ellipse {
    position: absolute;
    right: 0;
    top: 0px;
    background: #fff;
    color: unset;
}

.endorsed-episode .description a.read-less {
    position: unset;
    display: none;
    background: #fff;
    color: unset;
}

.endorsed-episode .episode-link {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 11px;
    color: #5C566B;
}

.search-result .episode-link {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 11px;
    color: #5C566B;
}

.search-result .podcast-genre {
    margin-right: 20px;
}

.endorsed-episode .podcast-genre {
    margin-right: 20px;
}

.search-result .episode-link .btn-noborder {
    text-transform: unset;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.endorsed-episode .episode-link .btn-noborder {
    text-transform: unset;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.endorsed-btns {
    position: absolute;
    right: 0;
    bottom: 0;
    clear: both;
}

.endorsed-btns li {
    float: left;
}

.endorsed-btns li button.btn {
    height: 24px;
    margin-left: 10px;
    padding: 5px 10px 5px;
    line-height: 13px;
}

.is-endorsed {
    background-color: white !important;
    border-color: #854ff7 !important;
    color: #854ff7 !important;
    cursor: default;
    min-width: 92px !important;
}

.is-endorsed #endorse-icon {
    stroke: var(--primary-color-1);
}

.endorsed-btns li button.btn.is-endorsed {
    padding: 0;
}

#endorsed_today h5.show-more {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #363043;
    text-align: center;
    cursor: pointer;
}

#popular_endorsed .loading, #popular_endorsed_yesterday .loading, #top_shows .loading, #events_container .loading, #events_side .loading {
    padding: 20px;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #363043;
}

#events_side, #top_episodes_side, #top_shows, #endorse_episodes, #join_email, #event_filter, #event_notify {
    background-color: #fff;
    border: 1px solid #EBEAEC;
}

.body-top-shows #top_shows {
    border: 0;
}

#endorse_episodes, #join_email, #event_filter, #event_notify {
    padding: 10px;
    border-radius: var(--border-radius);
}

#join_email p {
    line-height: normal;
    font-size: 12px;
    color: #363043;
}

#endorse_episodes ul {
    margin: 20px;
}

#endorse_episodes li {
    padding-bottom: 10px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #363043;
}

#endorse_episodes li svg {
    margin-right: 10px;
}

#event_notify ul {
    margin: 20px;
}

#event_notify li {
    padding-bottom: 10px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #363043;
    vertical-align: middle;
    line-height: 24px;
    position: relative;
    padding-left: 31px;
}

#event_notify li svg {
    position: absolute;
    left: 0;
}

#events_side p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 10px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5C566B;
    padding-left: 7px;
    margin-bottom: 0;
}

#events_side p a {
    text-decoration: none;
    color: #854FF7;
}

#events_side .read-more {
    display: none;
}

#events_side ul {
    margin-bottom: 0;
}

#top_shows img, #top_episodes_side img, #events_side img {
    width: 40px;
    height: 40px;
}

#top_shows .top-shows-full img {
    width: 90px;
    height: auto;
    padding-right: 7px;
}

@media (min-width: 992px) {
    #top_shows .top-shows-full img {
        height: 90px;
        padding: 0;
    }
}

#top_shows li, #top_episodes_side li, #events_side li {
    border-bottom: 1px solid #EBEAEC;
}

#top_shows li:last-child, #top_episodes_side li:last-child, #events_side li:last-child {
    border-bottom: 0;
}

#top_shows li h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #363043;
    margin-bottom: 5px;
}

#top_shows_container h3 {
    padding-left: 7px;
}

#top_shows li .podcast-genre, #top_episodes_side li .podcast-genre {
    margin-left: 7px;
}

#top_episodes_side li h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #363043;
    margin-bottom: 2px;
    position: relative;
    padding-right: 53px;
    height: 18px;
    overflow: hidden;
    padding-left: 7px;
}

#events_side li h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #363043;
    margin-bottom: 2px;
    padding-left: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#top_episodes_side li h3 span.read-more, #events_side li h3 span.read-more {
    position: absolute;
    right: 0;
    top: 0;
}

#top_shows ul {
    margin-bottom: 0rem;
}

#top_shows li.top-shows-full h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    color: #363043;
}

li.top-shows-full .col-1 {
    max-width: 3.333333%;
}

#top_shows li.top-shows-full p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    /* Secondary Text */
    color: #5C566B;
}

#top_shows li .podcast-hot span {
}

#top_shows li .podcast-hot svg {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 2px;
}

#top_shows li .podcast-nothot span {
}

#top_shows li .podcast-nothot svg {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 2px;
}

#top_shows li .podcast-hot .ico-hot {
    width: 15px;
    height: 15px;
}

#top_shows li .podcast-nothot .ico-nothot {
    width: 15px;
    height: 15px;
}

#top_shows li .row, #top_episodes_side li .row, #events_side li .row {
    position: relative;
    padding: 17px 14px;
    padding-left: 14px;
    margin: 0;
}

#top_shows li .row {
    padding: 17px 0px;
    padding-left: 14px;
}

#top_shows li .row .col, #top_episodes_side li .row .col, #events_side li .row .col {
    margin: 0;
    padding: 0;
}

.endorsed-episode .cnt, #top_shows li .row .col.cnt, #top_episodes_side li .row .col.cnt, #events_side li .row .col.cnt {
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    color: #363043;
    padding-top: 1rem;
}

.endorsed-episode .cnt {
    padding: 18px 10px;
}

@media screen and (min-width: 992px) {
    .endorsed-episode .cnt {
        padding: 40px 20px 0;
    }
}

#top_shows li .podcast-hotornot {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 124px;
}

#top_shows li .podcast-hot {
    position: absolute;
    font-weight: normal;
    line-height: normal;
    font-size: 11px;
    width: 30px;
    right: 0;
    margin-right: 17px;
    bottom: 0;
}

#top_shows li .podcast-nothot {
    position: absolute;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 11px;
    width: 30px;
    margin-right: 23px;
    bottom: 0;
    right: 0;
}

.host_info {
    padding-bottom: 10px;
    position: relative;
}

.host_info a {
    font-family: Poppins;
    font-size: 12px;
    color: #854FF7;
    padding-left: 26px;
}

.host_info svg {
    position: absolute;
    width: 20px;
    text-align: left;
}

h3.profile_edit {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 14px;
    color: #363043;
    padding-bottom: 5px;
}

.input_prefix {
    position: absolute;
    color: #AFACB4;
    font-size: 12px;
    bottom: 23px;
    left: 28px;
}

.prefixed_twitter input {
    padding-left: 75px;
}

.prefixed_facebook input {
    padding-left: 95px;
}

.prefixed_patreon input {
    padding-left: 85px;
}

.host_links li {
    float: left;
    font-family: Poppins;
    font-size: 12px;
    color: #854FF7;
    padding-left: 26px !important;
    position: relative;
}

.host_txt {
    font-size: 12px;
    padding: 0 20px;
}

.host_links li svg {
    position: absolute;
    bottom: -2px;
}

.host_links li a {
    padding-left: 26px;
}

.host_links {
    clear: both;
}

.locked {
    opacity: 0.5;
}

.small-msg {
    font-family: Poppins;
    font-size: 10px;
    color: #5C566B;
    padding-left: 5px;
    font-weight: normal;
}

#top_shows li.top-shows-full .podcast-hot,
#top_shows li.top-shows-full .podcast-nothot {
    position: relative;
    width: 40px;
    float: left;
    margin-right: 2%;
    padding-top: 4px;
}

@media (max-width: 425px) {
    .top-shows-full__side-panel {
        background-color: #ffffff;
        border: var(--border);
    }

    #top_shows li.top-shows-full .podcast-hot,
    #top_shows li.top-shows-full .podcast-nothot {
        padding-top: 1px;
    }
}

.top-shows-page h2 {
    color: #363043;
}

.modal-open {
    position: unset;
    overflow: hidden;
}

.wrapper {
    padding: var(--top-menu-height) 40px 40px;
    max-width: 1056px;
}

.top-shim {
    height: 52px;
}

.btn-secondary.active {
    color: #fff !important;
    background-color: #854FF7 !important;
    border-color: #854FF7 !important;
}

.search-header h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5C566B;
}

.search-header h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    line-height: 50px;
    font-size: 48px;
    color: #363043;
}

.podcast-stats1, .podcast-stats1 li {
    float: left;
}

.bgimage {
    width: 100%;
    height: 310px;
    background: url(/wp-content/themes/whatpods/images/home-page-bg-mob.jpg);
    background-size: cover;
    padding-top: 100px;
    position: relative;
}

.bgimage .container-fluid {
    z-index: 200;
    position: relative;
}

@media (min-width: 992px) {
    .bgimage {
        background: url(/wp-content/themes/whatpods/images/home-page-bg.jpg);
        background-repeat: no-repeat;
        background-position: center -340px;
        background-size: 1440px 1075px;
        background-attachment: fixed;
    }

    .bgimage::after {
        content: "";
        background: #000;
        opacity: 0.3;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: 1;
    }
}

@media (min-width: 1440px) {
    .bgimage {
        width: 100%;
        background-position: center -502px;
        background-size: 100%;
    }
}

.body-top-shows .bgimage {
    background: url(/wp-content/themes/whatpods/images/topshows_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: center;
}



.body-events .bgimage {
    height: 224px;
    background: url(/wp-content/themes/whatpods/images/events-bg-mobile.png);
}

@media (min-width: 445px) {
    .body-events .bgimage {
        height: 310px;
        background: url(/wp-content/themes/whatpods/images/events-bg.jpg);
        background-size: cover;
    }
}

.search-header {
    background-color: #F9F8F9;
    width: 100%;
    padding: 155px 0 30px;
    min-height: 155px;
}

.bgimage h5 {
    color: white;
    text-shadow: 2px 2px #333;
}

.percentage-hots {
    background-image: url('/wp-content/themes/whatpods/images/hot_small.png');
    background-repeat: no-repeat;
    background-size: 16px;
    width: 60px;
    display: inline-block;
    padding-left: 26px;
}

.percentage-nots {
    background-image: url('/wp-content/themes/whatpods/images/not-hot_small.png');
    background-repeat: no-repeat;
    background-size: 16px;
    width: 68px;
    display: inline-block;
    padding-left: 26px;
}

.section {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.section--first,.events-header,.bgimage,.content-area {
    margin-top: var(--top-menu-height);
}

.error-404{
    margin-bottom: var(--top-menu-height);
}

.section--column {
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.section--sm {
    height: 96px;
}

.section__content {
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 20px 17px 0;
    width: 100%;
    background-color: #fff;
}

.wp-podcast {
    display: grid;
    grid-template-columns: 120px auto;
    grid-template-rows: auto;
    grid-template-areas: "image header" "image stats1" "desc desc" "stats2 stats2";
}

.wp-podcast__image {
    grid-area: image;
    width: 102px;
    padding-bottom: 20px;
}

.wp-podcast__el {
    margin-bottom: 12px;
}

.wp-podcast__header {
    margin-bottom: 0;
    margin-top: -4px;
    font-weight: bold;
    font-size: 18px;
    color: #363043;
    letter-spacing: 0.5px;
    grid-area: header;
    padding-bottom: 10px;
}

.wp-podcast__stats1 {
    grid-area: stats1;
    justify-self: start
}

.wp-podcast__stats2 {
    display: flex;
    height: 69px;
    margin-bottom: 0;
    align-items: center;
    justify-content: space-around;
    grid-area: stats2;
}

.wp-podcast__desc {
    grid-area: desc;
    color: #5C566B;
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.wp-podcast-stats__genre {
    margin-bottom: 12px;
}

.hotnot {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.language {
    font-size: 11px;
    line-height: 17px;
    letter-spacing: 0.04em;
    color: #5C566B;
    display: inline-block;
}

.language__title {
    margin-right: 6px;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}

.language__name {
    font-size: 12px;
    font-weight: normal;
}

.genre {
    background: #F3EDFE;
    border-radius: 2px;
    padding: 0 12px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #854FF7;
    text-decoration: none;
}

.wp-podcast__fav-icon {
    position: absolute;
    top: 94px;
    right: 20px;
}

.podcast-favs-cnt {
    line-height: 22px;
    font-size: 11px;
}

#ico-favheart {
    margin-right: 5px;
}

.wp-button-icon {
    cursor: pointer;
    display: flex;
    height: 24px;
    width: 51px;
    justify-content: center;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    text-align: right;
    color: #5C566B;
    border: 1px solid #EBEAEC;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    background-color: #ffffff;
}

.wp-button-icon--center {
    align-items: center;
}

.wp-button-icon.active {
    border: 1px solid #FF4D62;
    color: #FF4D62 !important;
}

.wp-button-icon__icon {
    stroke: #5C566B;
    fill: #FFFFFF;
    stroke-width: 2px;
}

.wp-button-icon__icon--light {
    height: 27px;
    width: 19px;
    stroke-width: 1px;
    margin-right: 2px;
}

.podcast-fav-ico.active {
    fill: #FF4D62;
    stroke: #FF4D62;
}

@media (min-width: 992px) {

    .section--sm {
        height: 86px;
    }

    .section--column {
        flex-direction: row;
        justify-content: center;
    }

    .section__content {
        max-width: 1056px;
        margin: 0 auto;
        padding: 60px 0;
    }

    .product-view .section__content {
        padding: 0;
    }

    .promoter-section {
        margin-right: 20px;
    }

    .wp-podcast {
        grid-template-columns: 186px auto;
        grid-template-areas: "image header header" "image desc desc" "image stats1 stats2";
        grid-auto-columns: 1fr;
    }

    .wp-podcast__image {
        width: 156px;
        padding: 0;
    }

    .wp-podcast__header {
        font-size: 36px;
        margin-top: -6px;
        position: relative;
    }

    .wp-podcast__desc {
        font-size: 14px;
        line-height: 21px;
    }

    .wp-podcast__stats1 {
        display: block;
        padding-top: 20px;
    }

    .wp-podcast__stats2 {
        height: auto;
        padding-top: 20px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .wp-podcast__el {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 30px;
    }

    .wp-podcast__fav-icon {
        top: 10px;
        right: 0;
    }

    .podcast-review,
    .wp-podcast__stats2 .hotnot {
        margin-right: 30px;
        line-height: 24px !important;
    }

    .podcast-review .ico-hot,
    .podcast-review .ico-nothot {
        margin-top: -6px;
    }
}

.podcast-artwork {
    width: 156px;
    height: 156px;
}

.podcast-data {
    margin-top: 90px;
    padding-bottom: 60px;
}

.podcast-genre {
    background: #F3EDFE;
    border-radius: 2px;
    padding: 4px 10px 2px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #854FF7;
    text-decoration: none;
    display: inline-block;
    margin-right: 30px;
    height: 24px;
}

.podcast-episodes-title {
    position: relative;
}

.podcast-episodes-title h5 {
    font-size: 15px;
    height: 22px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top-shows-full .podcast-review, .top-shows-full .podcast-genre {
    float: left;
    margin-right: 5%;
}

#top_shows .top-shows-full .podcast-genre {
    margin-left: 0;
}

.podcast-review {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5C566B;
}

.podcast-review span {
    font-weight: normal;
    font-size: 12px;
}

.btn-secondary {
    padding: 0 1.3rem;
    background-color: #fff;
    border-color: #EBEAEC;
    color: #363043;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 2px;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #854FF7;
    border-color: #854FF7;
}

.btn-noborder {
    padding: 0 .7rem;
    background-color: #fff;
    border-color: none;
    color: #5C566B;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 2px;
    height: 20px;
    margin-top: 5px;
}

.btn-primary {
    padding: 0 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #854FF7;
    border-radius: 2px;
    border-color: #854FF7;
}

.btn-tertiary {
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #854FF7;
    border: 1px solid #854FF7;
    background: #FFFFFF;
    line-height: 22px;
    border-radius: var(--border-radius);
    padding: 0 .75rem;
    height: 24px;
}

.btn-tertiary:hover {
    background-color: #9161F8;
    color: #FFFFFF;
}

@media (min-width: 992px) {
    .btn-tertiary {
        line-height: 22px;
        border-radius: var(--border-radius);
        padding: 0 .75rem;
        height: 24px;
    }
}

.promoter-section {
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 14px;
    color: #363043;
}

.bgimage .btn-primary {
    padding: 12px 50px 27px 50px;
}

.podcast-list-h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bolder;
    line-height: normal;
    font-size: 18px;
    color: #363043;
    padding-bottom: 12px;
    padding-top: 39px;
    opacity: 0;
}

.podcast-list-h4 span {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #5C566B;
    padding-top: 10px;
}

@media (min-width: 992px) {
    .podcast-list-h4 span {
        padding: 0 0 0 20px
    }
}

.container.podcast-episodes {
    border: 1px solid #EBEAEC;
    padding-top: 36px;
    margin-bottom: 40px;
    background-color: #fff;
}

.container.podcast-episodes table {
    padding-top: 36px;
}

.reply_list .container {
    padding-bottom: 0;
}

.comments {
    margin: 0px;
}

.reply_list {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.comments__img-holder {
    margin: 0;
}

.comments__item {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0px;
}

.comments__item .row {
    flex-wrap: unset;
    margin-top: 10px;
}

#podcast-episodes-viewport {
    overflow: hidden;
    display: none;
}

.comments__data {
    margin-left: -20px;
}

.container.podcast-episodes h5.show-more {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #363043;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    cursor: pointer;
    display: none;
}

#podcast-episodes-data {
    margin-left: 30px;
    margin-right: 30px;
}

#podcast-episodes-data .row {
    padding-right: 12px
}

#podcast-episodes-data .row .podcast-episodes-description {
    position: relative;
}

.episode-link {
    position: relative;
}

.arrow-link {
    height: 20px !important;
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: #854FF7;
}

.arrow-link__title {
    flex: 3;
}

.arrow-link__arrow {
    font-size: 11px;
}

.episode-link.side {
    right: 0;
    bottom: 16px;
    position: absolute;
}

.episode-link-action {
    display: none;
    position: absolute;
    top: 20px;
    left: 6px;
    background: #363043;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin-bottom: 0;
    z-index: 100;
    padding-top: 5px;
}

.podcast-episodes .episode-link-action {
    display: none;
    position: absolute;
    top: 27px;
}

.episode-link-action:before {
    content: "";
    position: absolute;
    top: -4px;
    left: calc(50% - 4px);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #363043;
}

.episode-link-action ul {
    margin-bottom: 0;
    width: 100%;
    padding-bottom: 4px;
    overflow: hidden;
}

.episode-link-action a {
    color: #fff;
    font-size: 11px;
}

.episode-link-action li {
    padding: 4px 10px;
    width: 100%;
}

.episode-link-action li:hover {
    background: #854FF7;
}

.episode-link-action li a:hover {
    text-decoration: none;
}

.description-wraper {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.no-border {
    border: none !important;
}

.podcast-episodes-titles {
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5C566B;
    padding-bottom: 17px;
}

#podcast-episodes-data {
    font-size: 14px;
    color: #363043;
}

.podcast-episodes-data-row {
    border-bottom: 1px solid #EBEAEC;
    vertical-align: top;
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
}

.podcast-episodes-data-row:hover {
    background: rgba(133, 79, 247, 0.05);
    color: #854FF7;
}

.comment-btn {
    position: relative;
    width: 40px;
    text-align: left;
}

.endorse-comment-container .comment-btn {
    padding: 2px 4px !important;
}

.endorse-comment-container button.btn-small span {
    right: 7px;
    bottom: 5px;
    position: absolute;
}

.opinion .btn {
    width: 133px;
    height: 40px;
}

.opinion .btn span {
    margin-top: 5px;
    display: inline-block;
}

.opinion .btn svg {
    float: left;
}

.ico-hot {
    width: 24px;
    height: 24px;
}

.ico-nothot {
    width: 24px;
    height: 24px;
}

.ico-search {
    width: 16px;
    height: 16px;
    color: rgba(0, 0, 0, .5);
}

.opinion {
    border-bottom: none;
    border-top: none;
    text-align: center;
}

.opinion h5 {
    font-size: 24px;
    text-align: center;
    color: #363043;
    padding-bottom: 20px;
}

.all-reviews h2 {
    font-weight: bold;
    font-size: 18px;
    color: #363043;
}

.all-reviews span {
    padding-left: 30px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #5C566B;
}

.comments__item {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.reply_list {
    border: none;
}

.reply_list .comments__item {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.reply_list .comments__item:last-child {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: unset;
}

.comment_parent.row {
    flex-wrap: unset;
    padding-bottom: 10px;

}

.podcast-data li .podcast-hot span {
    margin-left: 25px;
}

.podcast-data li .podcast-hot svg {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    bottom: 0;
}

.podcast-data li .podcast-hot .ico-hot {
    width: 20px;
    height: 20px;
}

.podcast-data li .podcast-hot {
    position: relative;
    width: 100px;
    float: left;
}

.podcast-data li .podcast-nothot {
    position: relative;
    width: 100px;
    float: left;
}

.podcast-data li .podcast-nothot span {
    margin-left: 25px;
}

.podcast-data li .podcast-nothot svg {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    bottom: 0;
}

.podcast-data li .podcast-nothot .ico-nothot {
    width: 20px;
    height: 20px;
}

.bg-gray {
    background-color: #f3f3f3;
}

.episode-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal {
    padding-right: 0 !important;
}

.modal .modal-body {
    padding: 0;
}

.modal.episode .reviews .btn-noborder {
    background: none;
}

.modal.episode .reviews-container, .modal.episode .podcast-data, .modal.episode .episode_review_container {
    padding: 4% 8%;
}

.modal .modal-content {
    padding: 0;
}

.comments__info {
    align-self: unset;
}

.modal.episode .episode_review_container {
    /* Background */
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 2px 2px;
}

.modal.episode .episode_review_container .textarea {
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #AFACB4;
    background: #FFFFFF;
    border: 1px solid #EBEAEC;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 5px;
    max-height: 40px;
}

.reviews-container {
    background: #F9F8F9;
}

#nav-signin-btns {
    min-width: 12rem;
     margin-top:4px !important;
}

.nav-link {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 12px;
    text-align: left;
    color: #363043;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar {
    height: 120px;
    background: white;
}

.navbar:after{
    padding-top:150px;
}

.navbar-brand {
    position: relative;
}

#logo2 {
    position: absolute;
    bottom: 14px;
    left: 51px;
}

.bgimage h2 {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 3.5rem;
    color: #FFFFFF;
    padding-top: 20px;
}

.bgimage p {
    font-size: 18px;
    color: #FFFFFF;
}

.bgimage .svg-banner-circles,
.bgimage .svg-banner-pill {
    display: none;
}

@media (min-width: 992px) {
    .bgimage .svg-banner-circles {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 50%;
    }

    .bgimage .svg-banner-pill {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: 0.5;
    }
}

.bgimage.events-header .svg-banner-circles {
    position: absolute;
    left: 0;
    bottom: 0;
    right: unset;
    top: unset;
    opacity: 0.8;
}

.bgimage.events-header .svg-banner-pill {
    position: absolute;
    top: 0;
    right: 0;
    height: 50%;
    left: unset;
    bottom: unset;
    opacity: 0.8;
}

.navbar-toggler {
    border: 0;
}

footer {
    background-color: #363043;
    padding-top: 50px;
    padding-bottom: 50px;
}

footer h4 {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 10px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 10px;
}

footer h3 {
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    font-size: 18px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

footer p, footer li {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #AFACB4;
}

footer p.thinner {
    width: 80%;
}

footer #footer-copytext {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer li {
    padding-bottom: 12px;
}

footer a {
    font-size: 12px;
    color: #AFACB4;
}

.nav-more {
    display: none;
    flex-direction: column !important;
    position: absolute;
    background: white;
    width: 142px;
    top: 78px;
    left: 144px;
    border: 1px solid #EBEAEC;
}

.nav-more-arrow {
    position: absolute;
    top: -7px;
    left: 62px;
}

.nav-secondary {
    position: relative;
}

.user-panel {
    height: 42px;
    position: absolute;
    right: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #5C566B;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #363043;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #363043;
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #363043;
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link:after {
    background-color: #854FF7;
    content: '';
    height: 2px;
    display: block;
    margin: 5px auto 0 auto;
    opacity: 1;
    width: 0%;
    transition: width 80ms ease-in;
    -webkit-transition: width 80ms ease-in;
}

.navbar-light .navbar-nav .nav-link:hover:after {
    width: 100%;
}

.navbar{
    background-image: url('/wp-content/themes/whatpods/images/menu_bg.png');
    background-repeat: repeat-x;
    background-position: 0 54%;
}

.navbar .container {
    display: block !important;
}

.navbar .secondary-nav{
    margin-top:16px;
}


.navbar-light .secondary-nav .navbar-nav .nav-link{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #5C566B;
    margin-left: 0;    
    margin-right: 2rem;
    text-align: center;
}

.navbar-light .secondary-nav .navbar-nav .nav-link.active,
.navbar-light .secondary-nav .navbar-nav .nav-link:active,
.navbar-light .secondary-nav .navbar-nav .nav-link:hover{
    color: #854FF7;
    font-weight: 600;
    margin-left: -1px;    
}

.navbar-light .secondary-nav .navbar-nav .nav-link:after{
    -webkit-transition: none;
    height: 0;
}

#host_email_signup_error,#host_email_signup_error2{
    display: none;
}

.navbar .main-nav{
    margin-bottom:0px;
    margin-left: 0;
}

.belt-{
    background-image: url('/wp-content/themes/whatpods/images/icon_belt_purple.png');
}

.belt-purple{
    background-image: url('/wp-content/themes/whatpods/images/icon_belt_purple.png');
}

.belt-yellow{
    background-image: url('/wp-content/themes/whatpods/images/icon_belt_yellow.png');
}
.belt-red{
    background-image: url('/wp-content/themes/whatpods/images/icon_belt_red.png');
}
.belt-brown{
    background-image: url('/wp-content/themes/whatpods/images/icon_belt_brown.png');
}
.belt-black{
    background-image: url('/wp-content/themes/whatpods/images/icon_belt_black.png');
}

.host-belt-icon{
    width: 26px;
    height: 26px;
}

@media (min-width: 992px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: relative;
    }

    .navbar-expand-lg .navbar-nav {
        margin-top: 12px;
    }

    .user-panel__drop-button {
        padding: 0;
    }
}

.avatar-32 {
    width: 32px;
    height: 32px;
    margin-right: 0;
    border-radius: 50%;
}


.avatar-25 {
    width: 25px;
    height: 25px;
    margin-right: 0;
    border-radius: 50%;
}

.award_2 span {
    font-weight: 600;
    font-size: 11px;
    color: #363043;
}

.user_badge {
    position: relative;
    margin-right: 0;
    margin-bottom: 8px;
}

#subscribe-form-icon {
    position: relative;
    z-index: 1;
    left: 10px;
    top: -26px;
    color: #fff;
    cursor: pointer;
}

#sub-form-email,
.wp-email-input {
    background: #282431;
    border-radius: 2px;
    color: #fff;
    padding: 8px 10px 8px 35px;
    border: none;
    font-size: 12px;
}

#sub-form button {
    width: 100%;
}

#sub-form-email.light,
.wp-email-input.light {
    background: #fff;
    color: #AFACB4;
    border: 1px solid #EBEAEC;
}

#subscribe-form-icon.light {
    color: #AFACB4;
}

.user-panel .dropdown-menu {
    position: absolute;
    top: 36px;
    right: 0;
    left: -49px;
    margin: 0;
    background-color: #fff;
    z-index: 1000;
    border: 1px solid #EBEAEC;
    border-radius: 4px;
    width: 144px;
    padding: 0;
}

.user-panel-arrow {
    position: absolute;
    top: -7px;
    left: 84px;
}

.dropdown-menu__item {
    text-align: left;
    font-size: 11px;
    padding: 6px 10px 7px;
    margin: 0;
}

.dropdown-menu__item--highlighted {
    text-transform: none;
    color: #363043;
    font-weight: 600;
    border-bottom: 1px solid #EBEAEC;
    margin-bottom: 0;
}

.dropdown-menu__item--with-border {
    border-top: 1px solid #EBEAEC;
}

.dropdown-menu__item a:hover,
.dropdown-menu__item:hover {
    text-decoration: none;
    background: #F3EDFE;
    color: #854FF7;
}

.dropdown-menu__item--highlighted:hover {
    text-decoration: none;
}

@media (min-width: 992px) {
    .dropdown-menu:before,
    .dropdown-menu:after {
        left: calc(50% + 13px) !important;
    }

    .user-panel .dropdown-menu {
        top: 30px;
        left: -120px;
    }
}

.dropdown-menu__item a {
    text-transform: none;
    color: #5C566B;
    font-weight: normal;
    font-size: 12px;
    display: block
}

.user-panel__drop-button:hover {
    background-color: unset !important;
}

.comments__name {
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    color: #363043;
}

.hotornot span {
    font-weight: bold;
    line-height: normal;
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    min-height: 29px;
}

.comments__data p {
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #5C566B;
}

.vortex-p-like-counter-comment {
    line-height: normal;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #363043;
    height: unset;
    padding: 5px 14px;
}

.vortex-p-like-comment a:hover, .vortex-p-like-comment a:hover span {
    color: #fff !important;
}

.vortex-p-like-counter-comment .fas {
    padding-right: 5px;
}

.comments__holder {
    justify-content: unset;
}

.vortex-p-like-counter-comment span {
    padding-left: 5px;
    color: #5C566B;
    font-weight: normal;
}

#search-inline-container {
    position: absolute;
    right: 0;
}

.padding-fix {
    padding-top: 7px;
}

.search-form {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    padding: 12px 18px;
    width: 100%;

    background: #fff;
    height: 59px;
    z-index: 10;
}

.search {
    position: relative;
}

.search__input {
    width: 100%;
    padding: 8px 40px;
    color: #AFACB4;
    border: 1px solid #EBEAEC;

    font-family: var(--main-font);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
}

.search__close {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}

.search__icon {
    position: absolute;
    top: 4px;
    left: 10px;
}

.search-results {
    display: none;
    position: absolute;
    border: 1px solid #EBEAEC;
    z-index: 2000;
    background-color: #fff;
    margin-top: -1px;
    width: calc(100% - 36px);
    border-top: 0;
}

@media (min-width: 992px) {
    .search-form {
        top: -6px;
        padding: 0;
        background: none;
        left: -405px;
        width: 438px;
    }

    .search-results {
        width: 100%;
    }
}

#nav-search {
    cursor: pointer;
    margin-bottom: 1px;
}

#search-nav-wrapper{
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;    
}

.search-hotornot {
    position: absolute;
    top: 7px;
    right: 44px;
    font-size: 11px;
    color: #5C566B;
    padding: 0;
    line-height: 11px;
    margin: 0;
}

.search-hotornot svg {
    width: 16px;
    position: absolute;
    top: -8px;
    left: 15px;
}

.search-result {
    cursor: pointer;
}

.search-inline-msg {
    font-size: 10px;
    color: #AFACB4;
    text-transform: uppercase;
    padding-bottom: 20px !important;
}

.comments__item {
    flex-direction: column;
}

.comments__info {
    margin: unset;
}

.container.home-page .left-col, .container.events-page .left-col, .top-shows-page .left-col {
    padding-bottom: 40px;
}

.top-shows-page .left-col {
    padding-top: 26px;
}

@media (max-width: 768px) {
    .events-page {
        position: relative;
    }

    .events-page__left {
        padding-top: 120px;
    }

    .events-page__right h2 {
        display: none;
    }

    .events-page__right {
        position: absolute;
        top: 20px;
        padding: 0 48px;
    }
}

.endorse-info h3 {
    font-weight: bold;
    line-height: 25px;
    font-size: 24px;
    color: #363043;
    padding-bottom: 20px;
}

.endorse-info p {
    font-weight: normal;
    font-size: 14px;
    color: #5C566B;
}

.endorse-info h4 {
    font-weight: 600;
    font-size: 14px;
    color: #5C566B;
    padding-bottom: 10px;
}

.endorse-info .left-col {
    padding: 40px;
}

.endorse-info .right-col {
    background: #F9F8F9;
    padding: 30px;
    padding-top: 40px;
    border-radius: 2px;
}

.endorse-info .right-col p {
    font-size: 12px;
    color: #5C566B;
    padding-bottom: 30px;
}

.sponsor-main {
    border: 1px solid #EBEAEC;
    padding: 40px;
    text-align: center;
    margin-bottom: 40px;
}

#events_container {
    margin-bottom: 40px
}

.endorse-meter {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.endorse-meter .line {
    height: 0;
    border-bottom: 3px solid #EBEAEC;
}

.endorse-meter .level {
    position: absolute;
    height: 5px;
    background: #4BDAAF;
    bottom: -1px;
    left: 0;
}

.endorse-meter .level-0 {
    display: none;
}

.endorse-meter .level-33 {
    width: 33%;
}

.endorse-meter .level-66 {
    width: 66%;
}

.endorse-meter .level-99 {
    width: 100%;
}

.endorse-meter h5 {
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #AFACB4;
}

.endorse-steps .checkbox {
    padding-top: 6px;
}

.endorse-steps h6 {
    font-size: 14px;
    color: #363043;
    margin-bottom: 0;
}

.endorse-steps p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 11px;
    color: #5C566B;
}

.endorse-steps a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    text-align: right;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #854FF7;
}

.event {
    position: relative;
    padding: 10px;
}

.event img {
    width: 70px;
}

.event h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    color: #363043;
    padding-top: 5px;
}

:focus {
    outline: none;
    box-shadow: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-top: -4px;
        margin-left: 120px;
    }
}

.btn.focus, .btn:focus {
    outline: none;
    box-shadow: none;
}

.event .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: unset;
    padding: 6px 20px;
    height: 24px;
    border-radius: 3px;
}

.event h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5C566B;
}

#events_container h2 {
    border: 0;
    margin-top: 30px;
    margin-bottom: 0px;
}

#event_filter_container h2 {
    margin-top: 30px;
}

#events_container ul {
    border-top: 1px solid #EBEAEC;
    border-left: 1px solid #EBEAEC;
    border-right: 1px solid #EBEAEC;
}

#events_container ul li {
    border-bottom: 1px solid #EBEAEC;
}

#events_container ul li .img_container {
    max-width: 11.666667%;
    margin-left: 0;
    padding-right: 0;
}

#event-filter-search-icon {
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 21px;
    cursor: pointer;
    width: 50px;
}

#event_query {
    border-radius: var(--border-radius);
    padding: 7px;
    background: #fff;
    color: #AFACB4;
    margin-bottom: 8px;
    border: 1px solid #EBEAEC;
}

#event_filter {
    padding: 10px;
    position: relative;
    border-radius: var(--border-radius);
}

#review_title {
    border: 0;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 18px;
    color: #AFACB4;
    margin-bottom: 10px;
    width: 100%;
}

.comment-form-wrapper {
    padding: 10px;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #EBEAEC;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

.button-loader {
    display: none;
    margin-left: 40%;
}

.disable-form {
    background: #fff;
    color: #ccc;
}

.btn--primary {
    background: #854FF7;
}

#leave_review {
    height: 37px;
    padding: 10px 0;

}

.btn-primary.focus, .btn-primary:focus, .open > .dropdown-toggle.btn-primary {
    box-shadow: 0 0 0 0.2rem rgba(133, 79, 247, .5);
}

.bgimage .btn-primary {
    padding: 12px 50px 26px;
}

.btn-primary {
    font-weight: 600;
    transition: all 200ms ease-in-out;
}

.btn-primary {
    background-color: #9161F8;
    border: #9161F8;
}

.btn-primary.active, .btn-primary:active, .btn-primary.disabled, .btn-primary:disabled, .btn-primary.hover, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    background: #9161F8;
    opacity: 1;
    box-shadow: none;
}

.comment-form-error {
    display: none;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 10px;
    color: #FF2943;
}

.comment-title-error {
    position: absolute;
    left: 241px;
    top: 19px;
}

.comment-content-error {
    position: absolute;
    top: 53px;
    left: 190px;
}

.opinion .btn.btn--social {
    width: unset;
    height: 28px;
    padding-right: 10px;
    padding-left: 10px;
}

.opinion .btn.btn--social:hover {
    color: #ccc;
}

.submit-row .btn-small {
    padding: 0;
    height: 32px;
}

.submit-row .btn-small .button-text {
    margin-top: 0;
}

.submit-row {
    margin-top: 10px;
}

#comment, #review-comment {
    border: 0;
}

#episode_review_form .textarea--with-border {
    background: #FFFFFF;
    border: 1px solid #EBEAEC;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 12px;
    color: #363043;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-tertiary:not(:disabled):not(.disabled).active:focus, .btn-tertiary:not(:disabled):not(.disabled):active:focus, .show > .btn-tertiary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.btn-tertiary.focus, .btn-tertiary:focus {
    box-shadow: none;
}

.disabled {
    opacity: 0.5 !important;
}

#submit_noreview {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    text-align: right;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #854FF7;
}

.edit_profile .nav {
    height: 70px;
}

.edit_profile .nav ul {
    clear: both;
    margin: 26px auto 0;
}

.edit_profile .nav li {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #AFACB4;
    padding-right: 32px;
    float: left;
    cursor: pointer;
}

.edit_profile .nav li.active {
    color: #363043;
    border-bottom: 2px solid #363043;
    padding-bottom: 26px;
}

.edit_profile .nav li:last-child {
    padding-left: 0;
}

.edit_profile .enter-review {
    background: #F9F8F9;
    padding-top: 40px;
}

.edit_profile .enter-password {
    background: #F9F8F9;
    padding-top: 40px;
}

.edit_profile .row {
    margin: 0;
}

.select-image {
    position: relative;
    width: unset;
    margin: unset;
    padding-bottom: 20px;
}

.select-image__image {
    display: block;
    width: 86px;
    height: 86px;
    margin: 0px auto 10px;
    border-radius: 50%;
}

h4.change-photo {
    margin: 20px auto 10px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
}

.edit-field {
    border: 1px solid #EBEAEC;
    background: #fff;
    margin-bottom: 20px;
    padding-top: 17px;
    height: 50px;
}

.edit-field.notempty {
    padding: 0;
}

.edit-field label {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #AFACB4;
    display: block;
    padding-left: 10px;
}

.edit-field.focused label, .edit-field.notempty label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 10px;
    color: #AFACB4;
    margin: 10px;
    display: block;
    margin: 5px 10px;
    padding: 0;
}

.enter-password {
    display: none;
}

.edit-field input {
    position: relative;
    display: none;
}

.edit-field .required-icon {
    position: absolute;
    right: 30px;
    font-size: 40px;
    top: -5px;
}

.edit-field.focused input, .edit-field.notempty input {
    display: inline-block;
    width: 90%;
    margin: 10px;
    margin-top: 0px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #363043;
    border: 0px;
}

.enter-password span {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 10px;
    color: #5C566B;
    padding-bottom: 20px;
    display: block;
    margin-top: -10px;
}

.edit-field-btns {
    padding: 20px;
}

.edit-field-btns .btn {
    margin: 0 auto;
    display: block;
    width: 136px;
    height: 34px;
}

.edit-field label span {
    display: none;
}

.edit-field.error label {
    color: #FF2943;
}

.edit-field.error label span {
    display: inline;
    color: #FF2943;
}

.edit-field.error .required-icon {
    color: #FF2943;
}

#profile_activity_nav {
    position: relative;
    border-bottom: 1px solid #EBEAEC;
    margin-bottom: 20px;
}

#profile_activity_nav ul {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    #profile_activity_nav ul {
        right: 0;
        left: auto;
    }
}

#profile_activity_nav ul li {
    float: left;
    cursor: pointer;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #AFACB4;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

#profile_activity_nav ul li.active {
    background: unset;
    color: #363043;
    border-bottom: 2px solid #363043;
}

.sign-up .modal-body,
.log-in .modal-body {
    padding: 38px 38px 5px;
}

.sign-up .modal-body h2,
.log-in .modal-body h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    line-height: 25px;
    font-size: 24px;
    text-align: center;
    color: #363043;
}

.sign-up .modal-body p,
.log-in .modal-body p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    color: #363043;
}

.sign-up .modal-body p.secondary,
.log-in .modal-body p.secondary {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 12px;
    text-align: center;
    color: #AFACB4;
}

.social-buttons__row {
    height: 86px;
    overflow: hidden;
    margin: 10px 45px 0;
}

body.body-top-lists {
    background: #fff;
}

body.body-page-default {
    background: #fff;

    display: grid;
    grid-template-areas: "nav" "main" "footer";
    grid-template-rows: 60px auto 640px;
    font-size: 16px;
}

@media (min-width: 992px) {
    body.body-page-default {
        grid-template-rows: 60px auto 300px;
    }

    .social-buttons__row {
        margin-left: 120px;
    }
}

.body-page-default .navbar,
.wp-nav {
    grid-area: nav;
}

.body-page-default .container,
.wp-container {
    grid-area: main;
}

.body-page-default .footer,
.wp-footer {
    grid-area: footer;
}

.wp-content-container {
    max-width: 697px;
    margin: 0 auto;
    font-size: 14px;
    color: #5C566B;
}

.wp-page-header {
    font-weight: bold;
    color: #363043;
    font-size: 1.5em;
    line-height: 1.1em;
    margin: 1em 0;
}

@media (min-width: 992px) {
    .wp-page-header {
        font-size: 3em;
    }
}

.wp-default-page__header {
    text-align: center;
}

.wp-default-page__hero-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}

.amazondisc{
    margin-top: 15px;
    color: #fff;
    font-size: 10px;
    text-align: center;
}


.top-lists {
    padding-top: 60px;
    padding-bottom: 60px;
}

.top-lists h1 {
    max-width: 696px;
    margin: 0 auto;
}

.top-lists img.hero {
    margin-top: 40px;
    width: 100%;
    margin-bottom: 30px;
}

.top-lists-banner {
    display: block !important;
    background-image: url('/wp-content/themes/whatpods/images/discover-bnr-mobile.png');
    background-repeat: repeat-y;
    background-size: cover;
    width: 100%;
    height: 208px;
    margin: 30px 0;
    text-align: center;
    cursor: pointer;
}

.top-lists-banner__header {
    color: #fff;
    font-weight: bold;
    margin: 0 auto 20px;
    padding-top: 1.3em;
    font-size: 27px;
    width: 90%;
}

.top-lists-banner:hover {
    text-decoration: none;
}

.top-lists-banner__button {
    margin: 0 auto;
    text-align: center;
    height: 36px;
    padding: 0 3em;
}

.follow-following.pending {
    width: 115px;
    background: #aaa;
    text-align: center;
}

.follow-following.pending span {
    color: #fff;
    margin: auto;
}

.follow-following.pending svg {
    display: none;
}

@media (min-width: 992px) {
    .top-lists-banner {
        display: block !important;
        background-image: url('/wp-content/themes/whatpods/images/discover-bnr-desktop.png');
        background-repeat: repeat-y;
        height: 254px;
        margin: 30px 0;
        text-align: center;
        cursor: pointer;
    }

    .top-lists-banner__header {
        width: 50%;
        font-size: 38px;
        padding-top: 1.4em;
        margin-bottom: 18px;
    }

    .top-lists-banner__button {
        padding: 0 2.4em;
        height: 40px;
    }
}

.social-share-panel {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.social-share-panel a.twitter {
    background: #4AABE7;
    border-radius: 2px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 200px;
    display: inline-block;
    text-align: center;
    height: 32px;
    padding-top: 8px;
    text-decoration: none;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .social-share-panel a.twitter {
        margin-bottom: 0;
        margin-right: 30px;
    }
}

.social-share-panel a svg {
    margin-right: 10px;
}

.social-share-panel a.facebook {
    background: #415993;
    border-radius: 2px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 200px;
    display: inline-block;
    text-align: center;
    height: 32px;
    padding-top: 8px;
    text-decoration: none;
}

.top-lists-content {
    max-width: 696px;
    margin: 0 auto;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #363043;
}

.top-lists img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.top-lists .review-leave-span {
    border-bottom: 0;
    padding-top: 70px;
    padding-bottom: 25px;
}

.top-lists .wpb_wrapper {
    position: relative;
}

.top-lists p {
    text-align: left !important;
    margin: 0;
    margin-top: 10px;
}

.top-lists img {
    width: 116px;
    float: left !important;
    margin-right: 20px !important;
}

.top-lists h2 {
    margin-top: 50px;
    font-family: Poppins !important;
    font-style: normal;
    font-weight: bold !important;
    line-height: 25px !important;
    text-align: left !important;
    font-size: 18px !important;
    color: #363043 !important;
    position: absolute;
    left: 136px;
}

.wp-default-page a,
.top-lists a {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    color: #854FF7;
    display: inline-block;
}

.top-lists li {
    padding-left: 10px;
    margin-bottom: 10px;
}

.top-lists .heading-lists,
.wp-default-page .heading-lists {
    font-size: 24px;
    color: #363043;
    line-height: 110%;
    text-align: center;
    font-weight: bold;
    margin-top: 60px;
}

.wp-default-page .heading-lists {
    margin-top: 30px;
    margin-bottom: 30px;
}

.wp-default-page a {
    border: 0;
}

.wp-default-page h2 {
    font-family: Poppins !important;
    font-style: normal;
    font-weight: bold !important;
    line-height: 25px !important;
    text-align: left !important;
    font-size: 24px !important;
    color: #363043 !important;
    margin: 20px 0;
}

.top-lists a.hero-link {
    display: block;
}

.top-lists h3 {
    display: none;
}

@media (min-width: 992px) {
    .top-lists .heading-lists,
    .wp-default-page .heading-lists {
        font-size: 38px;
    }

    .top-lists h2 {
        font-size: 24px !important;
    }
}

.top-lists-footer {
    display: none;
    background: #F9F8F9;
    width: 100%;
    max-width: unset !important;
}

.top-lists-footer .top-lists-footer-wraper {
    max-width: 700px;
    margin: 0 auto;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    padding-bottom: 20px;
    padding-top: 40px;
}

.top-lists-footer .top-lists-footer-wraper h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    line-height: 25px;
    font-size: 24px;
    color: #363043;
    padding-bottom: 20px;
}

.thanks-container{
    background: #fff;
    min-height: 287px;
    max-width: 557px;
    margin: 100px auto;
    text-align: center;
    padding: 40px;
}

.thanks-container img{
    margin: auto;
}
.thanks-container h1{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    line-height: 25px;
    font-size: 24px;
    color: #363043;
    padding-top: 20px;
}

.thanks-container p{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #5C566B;
    padding-top: 20px;
}

.thanks-container a{
    padding: 10px 30px;
}

.sub-nav li{
    padding-left: 20px;
}

.sub-nav li a{
    color: #ccc !important;
}

.event-post-link{
    text-align: center;
    padding: 10px;
    font-size: .8em;
    font-weight: 500;
}

.event-post-link a{
    text-transform: uppercase;
}

.event-post-link a:hover{
    text-decoration: none;
}

.marketplace h1{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 38px;
    margin-top: 57px;
    color: #363043;
}

.image-menu-container{
    display: inline-block;
    width: 92%;
    vertical-align: center;
}

.product-image-menu .helper{
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
}

.marketplace p{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #5C566B;
}

.marketplace .blurb{
    padding-top: 30px;
}

.marketplace label{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5C566B;
}

.marketplace select{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;

    color: #854FF7;
}

.bg-5050greywhite{
    background-image: url('/wp-content/themes/whatpods/images/fiftyfiftygreywhit_bg.png');
    background-position: center;
    background-repeat: repeat-y;
}

.bg-5050greywhite.marketplace.product-view{
    margin-top: 110px;
    border-bottom: 1px solid #EBEAEC;
}

.bg-5050greywhite .section__content{
    background-color: transparent;
}

.product-data-top h4{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5C566B;
    padding-bottom: 5px;
    margin-top: 7px;
}

.product-data-top h5{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #854FF7;
}

.product-data-top h6{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
    color: #363043;
}

.star-container{
    position: relative;
}

.product-data-top h7{
    position:absolute;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #5C566B;
    display: inline;
    margin-left: 4px;    
}

.product-data-top,.product-testimonial-top{
    margin-top: 30px;
}

.buy-btn .btn-primary{
    background-color:  #FF8C00;
    border:  #FF8C00;
    text-decoration: none;
}

.buy-btn a:hover{
    text-decoration: none!important;
}

.buy-btn a{
    text-decoration: none!important;
}

.buy-btn .btn-primary:click,
.buy-btn .btn-primary:hover,
.buy-btn .btn-primary:active,
.buy-btn .btn-primary:not(:disabled):not(.disabled):active{
    background-color:  #FF8C20!important;
    border:  #FF8C20!important;
    text-decoration: none!important;
}


.image-list--host li{
    position: relative;
}

.image-list--host li button{
    position: absolute;
    background: none;
    border: 0;
    right: 0;
    top: 4px;
}

.image-list--host li button svg{
    cursor: pointer;
    background: #aaa;
}

.product-data-top-2{
    margin-top: 15px;
}

.star-container svg{
    height: 1.2em;
    width: 1.2em;
    margin-left: -2px;
}

.product-testimonial-top{
    padding-top: 35px;
    background-color: #fff;
    margin-top: 80px;
    padding-bottom: 15px;
}

.product-testimonial h4{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #363043;
    margin-bottom: 0;
    margin-top: -20px;    
}

.product-testimonial h5{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 28px;
    color: #5C566B;
    margin-bottom: 20px;
}

.testimonial-slides .product-testimonial h4{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #363043;
}

.testimonial-slides .product-testimonial h5{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #5C566B;
    margin-top: 10px;
}

.testimonial-content{
    padding-top: 20px;
}

.product-image-menu img{
    cursor: pointer;
}

.product-specs h2{
    margin-bottom: 20px;
    font-size: 25px;
}

.product-specs li{
    margin-bottom: 15px;
}

.testimonial-slides-nav{
    text-align: center;
}

.product-image-menu img{
    border: 1px solid #EBEAEC;
    margin-bottom: 5px;
}

.product-image-menu{
    margin-top: 10%;
}

.product-testimonial-top{
    margin-left: -100%;
    position: relative;
    height: 121px;
}

.product-testimonial{
    display: none;
}

.product-testimonial.active{
    padding-top: 47px;
    display: flex;
    min-height: 124px;
}

.product-testimonial-top{
    padding-top: 47px;
    display: block;
    min-height: 124px;
    height: 100%;
}

.product-specs{
        padding-top: 37px;
}

 
.marketplace.product-view.main-container{
    padding-bottom: 22px;
}

.product-testimonial-top .avatar-32{
    width: 60px;
    height: 60px;
    margin-right: 0;
}

.product-detail-container{
    margin-top: 0;
    padding-top: 44px;
}

.product-testimonial-top .avatar-32 img{
    width: 60px;
    height: 60px;
}

.product-testimonial-top .icon{
    padding-top: 10px;
    padding-left: 20px;
}

.product-testimonial-top .shiftright{
    width: 560px;
    float: right;
}

.testimonial-slide-nav-item{
    cursor: pointer;
}

.main-container .section--first{
    margin-top: 0;
    padding-top: 60px;
}

.product-detail{
    font-size: 16px;
}


.product-detail ul{
    margin-bottom: 15px;
    list-style: disc;
    margin-top: 36px;
    margin-left: 20px;
}

.product-detail li{
    margin-bottom: 15px;
}

.bg-transparent.marketplace .section__content{
    background: transparent;
}


.product-detail h1,.product-detail h2,.product-detail h3,.product-detail h4,.product-detail h5{
    padding-bottom: 22px;
}

.product-images .row{
    height: 100%;    
}

.product-images-wrapper{
    height: 100%;
    width: 100%;
    white-space: nowrap;
    text-align: center; 
    margin: 1em 0;
}

.product-images-wrapper .helper{
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
}

.product-images-wrapper img{
    display: inline-block;
    background: #3A6F9A;
    vertical-align: middle;
    margin: 0 auto;
    max-height: 446px;
}

.product-detail-container .section__content{
        padding-top: 60px;
}

@media (min-width: 1000px) {
    .podcast-img {
        padding-left: 0;
        padding-right: 0;
        max-width: 90px;
    }

    .podcast-img img {
        width: 90px;
        height: 90px;
    }

}

@media (min-width: 576px) {

    .modal-dialog {
        max-width: 1116px;
        margin: 4.75rem auto;
    }

    .edit_profile .modal-dialog {
        max-width: 516px;
        margin: 4.75rem auto;
    }

    .modal.episode .modal-dialog {
        margin-top: 30px;
    }

    .modal.episode .episode-close {
        top: 4px;
    }

    .sign-up .modal-dialog,
    .log-in .modal-dialog {
        max-width: 516px;
        margin: 4.75rem auto;
    }

}

@media (min-width: 426px) {
    .podcast-data-wide {
        display: flex;
    }

    .podcast-data-wide-row {
        display: table-row;
    }

    .podcast-data-mob {
        display: none;
    }

}

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

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-right: 1rem;
        margin-left: .8rem;
        padding: 0;
        padding-bottom: 5px;
    }

    .navbar-expand-lg .navbar-nav.nav-more .nav-link {
        padding: 5px 9px;
        margin: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link.nav-more-btn:hover {
        text-decoration: none;
    }

    .navbar-expand-lg .navbar-nav.nav-more .nav-link:hover {
        text-decoration: none;
        background: #F3EDFE;
        color: #854FF7;
    }

    .navbar-expand-lg .navbar-nav .nav-link.nav-more-btn:after, .navbar-expand-lg .navbar-nav .nav-link.nav-more-btn:hover:after {
        height: 0px;
    }

    .navbar-expand-lg .navbar-nav.nav-more .nav-link:after, .navbar-expand-lg .navbar-nav.nav-more .nav-link:hover:after {
        height: 0px;
    }

    .content {
        padding: 13px 0;
    }
}

@media (min-width: 768px) {

    .podcast-data h1 {
        width: 93%;
    }
}

@media (max-width: 768px) {

    .body-top-shows .bgimage {
        padding-top: 60px;
        height: 210px;
    }

    body.body-home {
        background-color: #fff;
        background-image: unset;
    }

    body.body-events {
        background-color: #fff;
        background-image: unset;
    }

    #endorsed_today .podcast-genre, #endorsed_yesterday .podcast-genre {
        display: none;
    }

    #events_container .col-2, #endorsed_today .col-2, #endorsed_yesterday .col-2 {
        padding-left: 0;
        padding-right: 0;
    }

    #events_container .event h3, #endorsed_today .endorsed-episode h3, #endorsed_yesterday .endorsed-episode h3 {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        font-size: 14px;
        color: #363043;
        margin-bottom: 0;
    }

    #endorsed_today .endorsed-btns,
    #endorsed_yesterday .endorsed-btns {
        margin-bottom: -14px;
    }

    #endorsed_yesterday .endorsed-episode .description, #endorsed_today .endorsed-episode .description {
        padding-bottom: 10px;
    }

    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        width: 144px;
        z-index: 325;
        background: #fff;
        top: 51px;
        right: 0;
        padding: 15px;
        border: 1px solid #EBEAEC;

    }

    .nav-tabs.show_idea_menu {
    border-bottom: none;
    padding-left: 10px;
}

#search-inline-container {
    position: absolute;
    right: 8px;
}

.search-form{
    position: absolute;
    right: -12px;
    top: -16px;
    display: none;
    padding: 12px 18px;
    width: 398px;
    background: #fff;
    height: 56px;
    z-index: 10;
        left: unset;
}

    .user-panel-arrow {
        position: absolute;
        top: -7px;
        left: 81px;
    }

    .nav-more-arrow {
        top: -180px;
        left: 74px;
    }

    .nav-more-btn {
        display: none;
    }

    .nav-more {

    position: absolute;
    flex-direction: column !important;
    background: white;
    width: unset;
    top: 107px;
    left: 67px;
    border-radius: 2px;
    padding: 10px;
    }

    .nav-more a {
        padding: 0 0 5px 0;
    }

    .nav-more a:last-child {
        padding: 0;
    }

    #podcast-episodes-data {
        margin-left: 0px;
        margin-right: 0px;
    }

    footer {
        padding: 36px 26px;
    }

}

.nav-more:after, .dropdown-menu:after, .nav-more:before, .dropdown-menu:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.nav-more:after, .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 5px;
    margin-left: 38px;
}

.nav-more:before, .dropdown-menu:before {
    border-color: rgba(235, 234, 236, 0);
    border-bottom-color: #EBEAEC;
    border-width: 7px;
    margin-left: 36px;
}

.product-testimonial .user-preview{
    border-radius: 30%;
}

.testimonial-slides{
    padding-top:40px;
    padding-bottom:12px;
}

.testimonial-slides .avatar-32{
    width: 60px;
    height: 60px;
}

.testimonial-slides .avatar-32 img{
    width: 60px;
    height: 60px;
}

.testimonial-slides .quote-icon svg{
    margin-left: -23px;
    margin-top: 10px;
}

.product-teaser{
    margin-top: 30px;
}

.product-teaser-image{
    background: #fff;
}

.product-teaser img{
    margin: 0 auto;
    height: 246px;
    padding: 20px;
}

.product-teaser-image{
    position: relative;
}

.product-rating-star{
    position: absolute;
    bottom: 10px;
    left: 10px;
    height: 38px;
    width: 38px;
}

.product-rating-star svg{
    height: 38px;
    width: 38px;
}

.product-rating-star span{
    position: absolute;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    width: 38px;
    top: 8px;
    left: 0;    
    color: #fff;
}


.product-teaser h3{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
    color: #363043;
    padding-top: 10px;
    padding-bottom: 5px;
}

.product-teaser h4{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #363043;
    padding-bottom: 5px;
}

.product-teaser h5{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5C566B;
    padding-top: 5px;
}

.product-teaser h6{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #854FF7;
    padding-bottom: 5px;
}

.product-teaser h6.price{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    color: #363043;
    padding-bottom: 5px;
}

.product-teaser h7{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #5C566B;
}

.product_view{
    margin-top: 10px;
}

.products-container{
    padding-bottom: 40px;
}

.brand-detail{
    border-top: 1px solid #EBEAEC;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 24px;
    font-size: 16px;
}


.brand-detail h2{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 38px;
    color: #363043;
    margin-bottom: 20px;
    padding-top: 20px;    
}

.brand-detail h3,.brand-detail h4{
    margin-bottom: 15px;
    padding-top: 15px;    
}


.brand-detail h5,.brand-detail h6{
    margin-bottom: 10px;
    padding-top: 10px;    
}

.brand-detail ol,.brand-detail ul{
    padding: 20px 60px;
}

.brand-detail span{
    display: block;
    padding-bottom: 15px;
}

.brand .section__content{
    padding: 60px 10px 30px;
}


.video_view{
    background-image: url(/wp-content/themes/whatpods/images/whatpods_white_bg.png);
    background-color: transparent!important;
    background-repeat: no-repeat;
    background-position: 0 -338px;
}

.video_view .product-detail-container .section__content{
    padding: 0;
}

.product-teaser h6 a, .product-main h6 a, .brand-detail a{
    color: #8c52ff !important;
}


@media (max-width: 425px) {

    .buy-btn {
        left: 14px;
        bottom: 10px;
        z-index: 100000;
        width: 100%;
    }

    .product-images-wrapper img {
        max-height: 265px;
    }

    .testimonial-slides{
        padding-top:5px;
        padding-bottom:5px;
    }

    .testimonial-content{
        text-align: center;
    }

    .product-testimonial-slide{
        position: relative;
    }

    .product-testimonial-slide .quote-icon{
        position: absolute;
        top: 82px;
        left: 230px;
       }

    .product-testimonial-slide .quote-icon svg{
        width: 20px;
        height: 20px;
    }

    .product-testimonial-slide .avatar-32{
        width: 100px;
        height: 100px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .product-testimonial-slide .avatar-32 img{
        width: 100px;
        height: 100px;
    }

    .image-menu-container {
        display: inline-block;
        width: 86%;
        vertical-align: middle;
    }
    .product-images{
        background-color: #fff;
        margin-top: 15px;
        padding-bottom: 15px;    
        height: 310px;
    }

    .product-images .row{
        margin: 0;
    }

    .product-image-menu {
        margin-top: 10%;
        position: absolute;
        right: 0;
        top: 0;
        background: #f8f8f8;
        height: 310px;
        top: -40px;        
   }

    .product-detail-container {
        margin-top: 0;
        padding-top: 0;
    }

    .product-testimonial h4 {
         margin-top: 0;
    }

    .product-detail h2{
        font-size: 19px;
    }

    .product-testimonial-top-mob .avatar-32 {
        width: 42px;
        height: 42px;
        margin-right: 0;
    }

   .product-main{
        padding-bottom: 15px;
   }

    .product-testimonial-top{
        display: block;
    }

    .product-testimonial-top-mob.row{
        width: 100%;
        margin: 0;
        padding-top: 10px;
        display: flex;
        background-color: #fff;
    }

    .bg-5050greywhite{
        background-image: unset;
        background-position: center;
        background-repeat: repeat-y;
    }

    .bg-5050greywhite.marketplace.product-view {
        margin-top: 60px;
        border-bottom: 1px solid #EBEAEC;
    }

    .marketplace h1 {
        margin-top: 10px;
    }

    .product-data-top-2 .col-8{
        padding-left: 77px;
    }

    .product-data-top, .product-testimonial-top {
        margin-top: 10px;
    }

    .top-shows-page .top-shows-full__side-panel{
        display: none;        
    }

    .right-col {
        display: none;
    }

    .podcast-hot, .podcast-nothot {
        width: 70px;
        float: left;
    }

    .user-panel {
        position: absolute;
        right: 66px;
    }

    .modal-dialog {
        margin-top: 30px;
    }

    .episode-close {
        right: 50%;
    }

    .search-result .mr-2 {
        width: 70px;
        height: 70px;
    }

    .search-result .podcast-genre {
        display: none;
    }

    .search-result .col-sm-2 {
        max-width: 25.666667%;
    }

    .results_container.container {
        padding: 0 !important;
    }

    .search-result {
        margin-bottom: 10px;
        padding-bottom: 0;
    }

    .search-result h3 {
        margin: 0;
    }

    .search-result .row {
        padding-bottom: 10px;
    }

    #search-inline-container {
        margin-left: 0;
        flex: 7;
    }

    .search-result .description span.read-more {
        display: none;
    }

    .search-header {
        padding: 80px 0 0px;
    }

    .search-header h1 {
        font-size: 24px;
    }

    .comments {
        margin: 0px 0 10px;
    }

    .comments__data {
        font-size: 12px;
        line-height: 18px;
        width: 80%;
        float: right;
    }

    .comments__info {
        text-align: unset;
        margin: 0 0 10px;
        width: 15%;
        float: left;
        min-width: unset;
    }

    .comments__item {
        display: block;
    }

    .reply_list .comments__item:last-child {
        margin-bottom: -10px;
    }

    .reply_list {
        margin-bottom: 0;
    }

    .all-reviews h2 {
        text-align: center;
    }

    .all-reviews h2 span {
        display: block;
        padding-left: 0;
    }

    .podcast-data .media-body {
        margin-top: 10px;
        margin-left: 0;
    }

    #logo2 {
        display: none;
    }

    #nav-search {
        position: relative;
        margin-left: 0;
        margin-top: 7px;
    }

    .container {
        padding: 0 15px;
    }

    .reviews .container {
        padding: 0 !important;
    }

    .top-lists.container {
        padding-top: 80px;
    }

    .upvote-mob span {
        margin-left: 10px;
    }

    .comments__data {
        margin-left: 0px;
    }

    .reviews-container {
        clear: both;
    }

    #episode-body .podcast-data-mob .row .col-4, #episode-body .podcast-data-mob .row .col-8 {
        padding: 0 !important;
    }

    .modal.episode .reviews-container, .modal.episode .podcast-data, .modal.episode .episode_review_container {
        padding: 2% 4%;
    }

    .bgimage h2 {
        font-style: normal;
        font-weight: bold;
        line-height: normal;
        font-size: 2rem;
        color: #FFFFFF;
        padding-top: 0;
    }

    .bgimage p {
        font-size: 12px;
        color: #FFFFFF;
    }

    .podcast-data-mob {
        padding: 0 15px 10px;
        margin-bottom: 10px;
    }

    .podcast-data-wide, .podcast-data-wide-row {
        display: none
    }

    .podcast-data {
        margin-top: 65px;
        padding-bottom: 10px;
    }

    .podcast-data-mob-btns.action-links {
        position: absolute;
        right: 0;
        width: 153px;
    }

    .podcast-artwork {
        width: 102px;
        height: 102px;
    }

    .podcast-data h1 {
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        line-height: normal;
        font-size: 18px;
        color: #363043;
        line-height: unset;
        margin-bottom: 14px;
        position: relative;
        max-height: 53px;
        overflow: hidden;
    }

    .podcast-data .media-body {
        min-height: 102px;
        position: relative;
    }

    .podcast-stats1 {
        bottom: -7px;
        position: absolute;
        margin-bottom: 0;
    }

    .podcast-stats1 li {
        float: none;
        margin-top: 5px;
    }

    .podcast-list-h4 {
        text-align: center;
    }

    .podcast-list-h4 span {
        display: block;
    }

    .no-border, .podcast-episodes-titles {
        display: none;
    }

    .podcast-data-mob-btns .wp-button-icon {
        float: left;
    }

    .episode-date {
        font-weight: 500;
        font-size: 11px;
        color: #AFACB4;
        margin-bottom: 5px;
    }

    .podcast-episodes-data.podcast-data-mob {
        position: relative;
        border-bottom: 1px solid #EBEAEC;
    }

    .podcast-episodes-data.podcast-data-mob p {
        padding-right: 0;
        height: 20px;
        font-style: normal;
        font-weight: normal;
        font-size: 11px;
        color: #5C566B;
        margin-bottom: 0;
        margin-right: 17px;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .podcast-episodes-data.podcast-data-mob h4 {
        font-size: 14px;
        color: #363043;
    }

    .read-more {
        color: unset;
        font-size: 11px;
    }
}

/* copied from index.css */
.follow-link {
    display: block;
    width: 180px;
    height: 34px;
    margin: 0 auto;
    border-radius: 50px;
    color: #fff;
    overflow: hidden;
}

.follow-link--followed {
    background: #eee7ff;
}

.follow-link:hover {
    opacity: .85;
}

.follow-link__count,
.follow-link__text {
    display: block;
}

.follow-link--followed .follow-link__count, .follow-link--followed
.follow-link__text {
    display: none;
}

.follow-link__text--alt,
.follow-link__check {
    display: none;
}

.follow-link--followed .follow-link__text--alt, .follow-link--followed
.follow-link__check {
    display: block;
}

.follow-link__count {
    width: 50px;
    height: 34px;
    padding: 8px 5px;
    float: left;
    border-radius: 50px;
    background: #554b71;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
}

.follow-link__text {
    width: 94px;
    height: 34px;
    padding: 8px 5px;
    float: right;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.follow-link__text--alt {
    color: #554c72;
    text-transform: none;
}

.follow-link__check {
    position: relative;
    width: 50px;
    height: 34px;
    padding: 8px 5px;
    float: left;
    border-radius: 50px;
    background: #d4c6fa;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
}

.follow-link__check-ico {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 14px;
    fill: #fff;
}


.follow-link {
    display: block;
    width: 100%;
    height: 34px;
    margin: 0 auto;
    border-radius: 50px;
    color: #fff;
    overflow: hidden;
    padding-right: 10px;
}

.user-panel__dropdown-navbar {
    position: relative;
}

@media (max-width: 769px) {
    .product-testimonial-top .shiftright {
        position: absolute;
        right: 0;
        width: unset;
        margin-left: 0px;
    }
       
    .product-testimonial.active, .product-testimonial-top {
        margin-left: -20px;
        height: 155px;
    }

    .product-testimonial h4 {
        margin-top: 0px;
    }    

    .image-menu-container {
        display: inline-block;
        width: 86%;
        vertical-align: middle;
    }

    .marketplace h1 {
        margin-top: 10px;
    }

}

@media (min-width: 992px) {
    .product-view .section__content {
        padding: 0;
        padding-left: 20px;
    }
}

.floating-select-focused{
    top: 2px !important;
    color: #5264AE !important;
}

.tags .podcast-genre {
    margin-right: 5px;
}

h3.tags {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 12px;
    color: #363043;
    background: #fff;
    padding-left: 0;
    text-transform: none;
}

.purple{
    color: #854FF7;
}


.container_loader{
    display: none;
}

.container_loader h5{
        text-align: center;
    padding: 10px;
    color: #999;
    font-size: 14px;
}

body.secondary-inactive .navbar .secondary-nav{
   display:none;
}

body.secondary-inactive .navbar{
    height: 60px;
    background-image: none;
}

#showidea_menu{
    display: none;
}

body.secondary-inactive .bgimage{
    margin-top:0;
}
body.top_msg.secondary-inactive .bgimage {
    margin-top: 100px;
}

.tab-content{
    margin-top: 60px;
}


.modal {
    top: 62px;
}

body.secondary-inactive .modal {
    top: 0px;
}

.navbar-light .navbar-nav .nav-link.active:after {
    width: 100%;
}

.main-nav .nav-item{
    padding-top: 4px;
}

.navbar.top_msg {
    margin-top: 44px;
}

.cantfindpodcast{
    color: #854FF7;
    cursor: pointer;
}

.multi-select_scroll{
    height: 100px;
    overflow-y: scroll;
    font-size: 11px;
}

.multi-select_scroll h5{
    padding-bottom: 6px;    
    font-size: 12px;
    font-weight: 800;
    padding-bottom: 3px;    
}

.multi-select_scroll input{
    margin-left: 10px;
    margin-right: 5px;    
}

.patreon_container{
    font-size: 12px;
    margin-top: 10px;
}

#launching-soon-success-container{
    display: none;
}

.signing_up_heading h3 img {
    max-width: 20px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

.sign-up-coming-soon-msg{
    display: none;
}

.nav-tabs.show_idea_menu{
    border-bottom: none;
}

.notification_del{
    position: absolute;
    top:5px;
    right: 0;
    cursor: pointer;
}

.notifications_ul li{
    position: relative;
}

.smaller{
    font-size: 8px;
}

.live_btn{
    vertical-align: text-top;
    margin-left: 5px;
}

.community-post-view{
    cursor: pointer;
}

.pama-comments{
    min-height: unset;
}

.host-view .pama-comments{
    min-height: 50px;
}


.pama-answer-item {
    min-height: unset;
}


@media only screen and (max-width: 470px){
    .tab-content {
        margin-top: 120px !important;
    }

    .top_msg .tab-content {
        margin-top: 196px !important;
    }

}