:root {
    --button-bg-color: #CDF563;
}

.hide {
    display: none !important;
}

/* header menu */

.header-mobile,
.megaphone-header-main {
    margin-bottom: 0px;
}

.header-middle {
    background-color: transparent;
}

.megaphone-header {
    background-color: #171717;
}

body.megaphone-header-indent .megaphone-header {
    background-color: transparent;
}

@media (min-width: 900px) and (max-width: 1050px) {
    body.megaphone-header-indent .megaphone-header+.megaphone-section {
        margin-top: -100px;
    }
}

.megaphone-overlay .megaphone-button {
    background: var(--button-bg-color);
    color     : #333;
    border    : none;
}

.meks-ap-slot-l {
    background-color: var(--button-bg-color);
    color           : #000000;
}

.meks-ap,
.meks-ap a,
.meks-ap-title {
    color: #000000 !important;
}

.megaphone-header .megaphone-menu>li>a {
    font          : normal normal 500 20px/30px Poppins;
    letter-spacing: 0px;
    color         : #FFFFFF;
    text-transform: capitalize;
}

.megaphone-header .megaphone-menu>li.current-menu-item>a {
    border-bottom: 2px solid #FFFFFF;
}

.megaphone-header .megaphone-menu>li:last-child>a {
    width          : 187px;
    height         : 48px;
    border         : 1px solid #F8F8F8;
    border-radius  : 40px;
    font           : normal normal 500 16px/25px Poppins;
    letter-spacing : 0px;
    color          : #FFFFFF;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.megaphone-header .megaphone-menu>li:last-child.current-menu-item>a {
    background-color: #5FDCFF;
    border          : 1px solid #5FDCFF;
    color           : #171717;
}

.megaphone-section {
    margin-bottom: 0px;
    padding-top  : 37px;
}

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

.megaphone-footer .megaphone-footer-widgets {
    align-items: center;
}

.megaphone-footer-widgets>.col-12 {
    padding-top   : 0px;
    padding-bottom: 0px;
}

.megaphone-footer .widget {
    margin-bottom: 0px;
}

.megaphone-footer .widget.widget_media_image,
.megaphone-footer .widget.mks_social_widget {
    padding-top   : 40px;
    padding-bottom: 40px;
}

.megaphone-footer .menu {
    display       : flex;
    flex-direction: column;
}

.megaphone-footer .menu li {
    margin: 0px 0px 20px;
}

.megaphone-footer .menu li a {
    font          : normal normal 500 16px/25px Poppins;
    letter-spacing: 0px;
    color         : #FFFFFF;
}

.megaphone-footer .mks_social_widget_ul {
    text-align: center;
}

.megaphone-footer .mks_social_widget_ul li {
    margin: 0px;
}

.megaphone-footer .mks_social_widget_ul li a {
    background-color: transparent !important;
    color           : transparent !important;
    margin          : 0px 24px 0px 0px;
    color           : #FFF !important;
}

.megaphone-footer .mks_social_widget_ul li:last-child a {
    margin: 0px 0px 0px;
}

.entry-category .meta-item.meta-episode {
    color      : #5FDCFF;
    font-family: Poppins;
    font-size  : 1.8rem;
    font-weight: 700;
}

@media (min-width: 600px) {
    .megaphone-footer {
        text-align: left;
    }

    .megaphone-footer .widget {
        padding-top   : 40px;
        padding-bottom: 40px;
    }

    .megaphone-footer .menu {
        flex-direction : row;
        align-items    : center;
        justify-content: space-around;
    }

    .megaphone-footer .menu li {
        margin: 0px 0px 0px;
    }

    .entry-category a,
    .entry-category .meta-item {
        font-size: 2.2rem;
    }

}

@media (min-width: 900px) {

    .megaphone-footer .mks_social_widget_ul {
        text-align: right;
    }
}

/* layout */

.stick-layout-form {
    position: fixed;
    top     : 144px;
    right   : 0px;
    z-index : 9001;
    display : flex;
}

.stick-layout-form-action {
    width         : 56px;
    height        : 280px;
    background    : #CDF563 0% 0% no-repeat padding-box;
    box-shadow    : 0px 3px 6px #00000029;
    border-radius : 4px 0px 0px 4px;
    display       : flex;
    flex-direction: column;
    cursor        : pointer;
    overflow      : hidden;
    z-index       : 1;
}

.stick-layout-form-action .action-arrow-wrap {
    width          : 56px;
    height         : 40px;
    background     : #006B89 0% 0% no-repeat padding-box;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.stick-layout-form-action .action-arrow-wrap svg {
    transition-duration: 0.5s;
    transition-property: transform;
}

.stick-layout-form-action .action-text-wrap {
    flex           : 1;
    display        : flex;
    align-items    : center;
    justify-content: center;
    transform      : rotate(-90deg);
    font           : normal normal 500 16px/25px Poppins;
    letter-spacing : 0px;
    color          : #171717;
    white-space    : nowrap;
}

.stick-layout-form-action .action-text-wrap svg {
    min-width   : 31px;
    min-height  : 24px;
    margin-right: 12px;
}

.stick-layout-form_wrap {
    width        : 480px;
    padding      : 32px 24px;
    background   : #F8F8F8 0% 0% no-repeat padding-box;
    box-shadow   : 0px 3px 6px #00000029;
    border-radius: 4px;
    position     : absolute;
    top          : 40px;
    right        : -540px;
    transition   : right 1s ease;
    overflow     : hidden;
    z-index      : 1;
}

.stick-layout-form_wrap h2 {
    font          : normal normal bold 22px/31px Poppins;
    letter-spacing: 0px;
    color         : #171717;
    margin-bottom : 24px;
}

.stick-layout-form_wrap p {
    font          : normal normal normal 16px/24px Poppins;
    letter-spacing: 0px;
    color         : #171717;
    margin-bottom : 8px;
}

.stick-layout-form_wrap select {
    height             : 23px;
    font               : normal normal 600 16px/23px Poppins;
    letter-spacing     : 0px;
    color              : #006B89;
    padding            : 0px 48px 0px 0px;
    margin-bottom      : 19px;
    background-color   : transparent;
    border             : none;
    width              : auto;
    display            : flex;
    appearance         : none;
    background-image   : url('/wp-content/themes/megaphone-child/assets/icon/ic-chevron.png');
    background-repeat  : no-repeat;
    background-position: calc(100% - 16px);
    max-width: 432px;
    text-overflow: ellipsis;
}

.stick-layout-form_wrap .form-group {
    margin-bottom : 8px;
    display       : flex;
    flex-direction: column;
}

.stick-layout-form_wrap .form-group label {
    font          : normal normal 600 12px/17px Poppins;
    letter-spacing: 0px;
    color         : #171717;
    opacity       : 0.5;
    margin-bottom : 0px;
}

.stick-layout-form_wrap .form-group h3 {
    font          : normal normal 600 16px/23px Poppins;
    letter-spacing: 0px;
    color         : #171717;
    opacity       : 0.5;
    margin-bottom : 7px;
    margin-top    : 24px;
}

.stick-layout-form_wrap .form-group input {
    padding         : 8px 0px;
    width           : 100%;
    background-color: transparent;
    outline         : none;
    font            : normal normal 600 16px/23px Open Sans;
    letter-spacing  : 0px;
    color           : #171717;
    border          : none;
    border-bottom   : 1px solid #868686;
}

.stick-layout-form_wrap .form-group textarea {
    padding       : 8px;
    width         : 100%;
    height        : 120px;
    background    : transparent;
    border        : 1px solid #868686;
    border-radius : 2px;
    font          : normal normal 600 16px/23px Open Sans;
    letter-spacing: 0px;
    color         : #171717;
}

.stick-layout-form_wrap button {
    margin-top     : 32px;
    width          : 200px;
    height         : 48px;
    background     : #006B89 0% 0% no-repeat padding-box;
    box-shadow     : 0px 3px 6px #00000029;
    border         : none;
    outline        : none;
    border-radius  : 40px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    font           : normal normal 500 16px/25px Poppins;
    letter-spacing : 0px;
    color          : #FFFFFF;

}

.stick-layout-form.open .stick-layout-form_wrap {
    right: 60px;
}

.stick-layout-form.open .stick-layout-form-action .action-arrow-wrap svg {
    transform: rotate(180deg);
}

.subscribe-form {
    display       : flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.subscribe-form input {
    font-weight   : 600px;
    letter-spacing: 0px;
    color         : #FFFFFF;
    border        : none;
    border-bottom : 1px solid;
    padding       : 0px;
    margin        : 10px 0px;
}

.subscribe-form button {

    background-color: transparent;
    border          : 1px solid #FFFFFF;
    font-weight     : 500px;
    letter-spacing  : 0px;
    color           : #FFFFFF;
    text-transform  : capitalize;
    margin          : 10px 0px 0px;
}

@media (max-width: 599px) {
    .stick-layout-form {
        top: 80px;
		position: absolute;
    }

    .stick-layout-form_wrap {
        right: -600px;
    }

    .stick-layout-form.open .stick-layout-form_wrap {
        width: calc(100vw - 80px);
    }

    .megaphone-podcast-single-3 .entry-media {
        height: 700px;
    }
}

@media (max-height: 899px) {
    .stick-layout-form {
		position: absolute;
    }
}

.megaphone-section.megaphone-podcast-single-3 {
    padding-top: 0;
}

.podcast_links {
    display       : flex;
    flex-direction: column;
}

.podcast_link {
    font-size      : 14px;
    display        : flex;
    align-items    : center;
    text-decoration: none!important;
    font-weight    : 500;
    letter-spacing : 0px;
    color          : #FFFFFF;
    text-transform : capitalize;
    padding-top    : 10px;
    padding-bottom : 10px;
}

.podcast_link svg {
    margin-right: 8px;
}

.single-podcast .podcast_links {
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

@media (min-width: 600px) {
    .podcast_links {
        flex-direction: row;
    }
    .podcast_link {
        font          : normal normal 500 16px/25px Poppins;
        padding-top   : 24px;
        padding-bottom: 24px;
        padding-right : 40px;
		text-decoration: none!important;
    }
    .podcast_link:last-child {
        padding-right : 0px;
    }

    .subscribe-form {
        flex-direction: row;
    }

    .subscribe-form input {
        font     : normal normal 600 16px/64px Open Sans;
        max-width: 400px;
        flex     : 1;
        margin   : 22px 24px 0px 0px;
    }

    .subscribe-form button {
        width        : 200px;
        height       : 48px;
        border-radius: 40px;
        font         : normal normal 500 16px/25px Poppins;
        margin       : 22px 0px 0px;
    }

    .single-podcast .subscribe-form {
        justify-content: center;
    }
}

@media only screen and (min-width: 1102px) {
    .vertical-gutter-flow,
    p,
    .wp-block-column,
    .entry-content > blockquote,
    .entry-content > iframe,
    .wp-block-image,
    .entry-content > ul,
    .entry-content > ol,
    .wp-block-cover,
    .wp-block-cover-image,
    .wp-block-table,
    .wp-block-separator,
    .wp-block-button,
    .wp-block-media-text,
    .wp-block-archives,
    .wp-block-latest-comments,
    .wp-block-embed,
    address,
    pre,
    .entry-content .wp-block-quote,
    .entry-content .wp-block-pullquote,
    .wp-block-preformatted,
    .wp-block-verse,
    .wp-block-code,
    .wp-block-audio,
    .wp-block-calendar,
    .wp-block-search,
    .entry-content > .aligncenter {
        margin-bottom: 25px;
    }
}

.megaphone-menu-action.megaphone-search a { color: #ffffff; }

.megaphone-modal.search-alt input[type=text] {
    color: black;
}

#algolia-hits {
    padding-top: 18px;
}

#ais-facets {
    display: none;
}

.ais-hits--item h2 {
    font-size: 20px;
}

.ais-hits--item h2 a {
    color: #000000;
    text-decoration: underline;
    text-decoration-color: #FF4F00;
}


article.megaphone-layout-e .entry-media.entry-media-rounded{
    height: 270px;
    width: 270px;
    border-radius: 50%;
    margin: 0 auto;
}
article.megaphone-layout-e .guest-img-container .entry-media.entry-media-rounded.count-1 {
    width: 270px;
    height: 270px;
}
article.megaphone-layout-e .entry-media a img{
    object-fit: cover;
    height: 100%;
}
article.megaphone-layout-e .entry-media a:after {
    border-radius: 50%;
}
article.megaphone-layout-e .col-12.col-md-4.col-lg-4 img.company_logo {
    max-width: 80px;
    margin: 10px auto;
    display: block;
}
article.megaphone-layout-e .entry-media a img.guest-image {
    margin: 0;
}
article.megaphone-layout-e .guest-img-container .entry-media.entry-media-rounded {
    height: auto;
    width: auto;
    margin: 5px;
}



article.megaphone-layout-e  .guest-img-container.col-md-6.col-lg-6 {
    flex: auto;
    padding: 0;
    align-items: center;
}

article.megaphone-layout-e .guest-speaker-content.row {
    flex-flow: nowrap;
    justify-content: center;
}
body.page-template-template-with-form .container .section-content {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
    article.megaphone-layout-e .entry-media.entry-media-rounded,
    article.megaphone-layout-e .guest-img-container .entry-media.entry-media-rounded.count-1 {
        width: 150px;
        height: 150px;
    }
}
