﻿    .module-wrapper {
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        box-sizing: content-box !important;
        line-height: normal !important;
    }

    .module-wrapper *,
    .module-wrapper *:before,
    .module-wrapper *:after {
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        box-sizing: content-box !important;
    }

    @media (max-width: 767px) {
         .share {
             float: left !important;
         }
     }

.full-width {
    width: 100% !important;
}
.podcast-col1 {
    width: 55%;
}

.podcast-col2 {
    width: 45%;
}

.podcast-logo-align {
    margin-left: 10px;
}

.podcast-into-text {
    font-size: 21px;
    line-height: 30px;
}

.podcast-body-text {
    font-size: 16px;
    line-height: 24px;
}

.podcast-listen-text {
    font-size: 24px;
    line-height: 51px;
    padding-right: 12px;
    font-weight: bold;
}

.podcast-listen-icon {
    padding-right: 20px;
}

.podcast-grey-text {
    color: #9A9B9A;
}

.podcast-episode-number {
    color: #4499A5;
    clear: both;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2px;
}

.podcast-episode-number-single {
    font-size: 18px;
}

.podcast-episode-date {
    color: #4499A5;
    font-weight: bold;
}

.podcast-episode-tagline-wrapper {
    line-height: 23px;
    width: 55%;
    margin-top: -25px;
    margin-bottom: 20px;
}

.podcast-episode-tagline-wrapper-single {
    margin-top: 0;
}

.podcast-embed-wrapper {
    margin-bottom: 30px;
}

.podcast-listen-wrapper-single {
    margin-bottom: 45px;
}

.podcast-meet-host-wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
}

.podcast-meet-host-image-wrapper {
    width: 30%;
    float: left;
    margin-right: 15px;
}

.podcast-meet-host {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}

.podcast-custom-width {
    width: 60%;
}

.podcast-transcript-wrapper {
    margin-top: 10px;
}

.podcast-guest-name {
    color: #4499A5;
    font-weight: bold;
    margin-bottom: 16px;
}

.podcacst-guest-title-space-bottom {
    margin-bottom: 40px;
}

.podcast-guest-wrapper {
    margin-bottom: 50px;
}

.podcast-guest-col1 {
   width: 25%;
    float: left;
}

.podcast-guest-col2 {
    width: 75%;
    float: left;
}

@media only screen and (max-width: 1000px) {
    .podcast-col1, .podcast-col2 {
        width: 100%;
    }

    .podcast-module-blue-button {
        margin-bottom: 20px;
    }

    .podcast-episode-tagline-wrapper {
        width: 100%;
    }
}