@import "../../../theme/variables.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #b6d537;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #b6d537;
}

::-webkit-scrollbar {
    width: 8px;
    max-width: 12px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

.network-dsp .speakerContainer-subtitle {
    display: none;
}

html,
body {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 16px;
}

body {
    background: #f0f0f0;
}

#network-adTitle {
    padding: 5px 0;
    text-align: center;
}

.container {
    width: 95%;
    margin: 0px auto;
}

.videocontainer-title {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    margin: 30px 0 15px 60px;
    color: #000;
}
/* HEADER */
header {
    background: white;
    padding-bottom: 10px;
    box-shadow: 0 5px 5px 0 #cac9c9;
}

.topHeader {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

    .topHeader img {
        align-self: center;
    }

.phone {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-right: 95px;
}

.number {
    font-size: 14px;
    color: #5d6162;
    font-weight: 300;
}

.description {
    margin-left: 10px;
}

/* Body Styles */
.speakerContainer {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.speakerContainer-subtitle {
    margin-left: 15px;
    padding-left: 30px;
    border-left: 1px solid #aaa;
    font-weight: 400;
}

.left-column {
    display: block;
    width: 100%;
    background: white;
    padding: 10px;
    box-sizing: border-box;
}

.right-column {
    display: block;
    width: 100%;
    text-align: center;
}

.doctor_name {
    color: #24376e;
    font-weight: 700;
}

.clear {
    clear: both;
}

footer a,
footer a:hover {
    text-decoration: none;
    color: #333;
}

footer p {
    font-size: 12px;
    text-align: left;
    color: #333;
}

.row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.playVSLButtonContainer {
    text-align: center;
    margin: 0 auto 20px auto;
    width: 100%;
}

.playVSLButton {
    background-color: #d6ef59;
    border: 1px solid #c2e028;
    width: 100%;
    height: 36px;
    color: #49555e;
    font-weight: 700;
    font-family: Arial;
    font-size: 16px;
    -webkit-box-shadow: #666 0 1px 3px;
    box-shadow: #666 0 1px 3px;
    margin: 15px auto 0;
    cursor: pointer;
}

    .playVSLButton img {
        margin-right: 10px;
        height: 17px;
        padding-top: 1px;
        vertical-align: text-bottom;
    }

.orderpage_btnB {
    font-weight: 700;
    background: #dfa15a;
    background-image: -webkit-linear-gradient(top, #dfa15a, #ed8924);
    background-image: -moz-linear-gradient(top, #dfa15a, #ed8924);
    background-image: -ms-linear-gradient(top, #dfa15a, #ed8924);
    background-image: -o-linear-gradient(top, #dfa15a, #ed8924);
    background-image: linear-gradient(to bottom, #dfa15a, #ed8924);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    border: solid #e47925 1px;
    text-decoration: none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 8px;
    box-sizing: border-box;
    animation: bounce 2s infinite;
    display: none;
}

    .orderpage_btnB:hover {
        background: #e47825;
        background-image: -webkit-linear-gradient(top, #e47825, #ba5b12);
        background-image: -moz-linear-gradient(top, #e47825, #ba5b12);
        background-image: -ms-linear-gradient(top, #e47825, #ba5b12);
        background-image: -o-linear-gradient(top, #e47825, #ba5b12);
        background-image: linear-gradient(to bottom, #e47825, #ba5b12);
        text-decoration: none;
        color: #fff;
    }

h1 {
    font-size: 23px;
    color: #27377a;
    margin-bottom: 10px;
}

h4 {
    color: #000;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}

hr {
    border-top: 1px solid #5e5f61;
    color: #5e5f61;
    text-decoration: none;
    height: 0px;
    border-top-color: #d5d5d5
}

.hrsmll {
    width: 35px;
}

.wrapper {
    display: block;
    margin: 0px auto;
}

.flip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: “FlipH”;
}

.smftrtext {
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}

.videocontainer {
    margin: 0px auto;
    padding-bottom: 10px;
    max-width: 960px;
}

.caption {
    font-size: 15px;
    color: #333;
}

.shield {
    margin-bottom: 0;
    padding-left: 0;
}

    .shield li {
        background: url("	https://www2.thegutrehab.com/assets/img/favicon.png") no-repeat 9px 7px;
        width: 270px;
        list-style: none;
        padding-left: 58px;
        font-size: 15px;
        margin-bottom: 30px;
        background-size: 40px;
    }

.points-container {
    width: 670px;
    margin: auto;
    padding: 10px 20px 1px 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.75);
}

.font18 {
    font-size: 18px;
    margin-top: 0;
}

.floatRight {
    float: right;
}

.center {
    text-align: center;
}

.inThis {
    margin-top: 40px;
}

.checkbox {
    width: 250px;
    vertical-align: top;
    margin-left: 25px;
    position: relative;
}

#checkbox_box {
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border: 2px solid black;
    background-color: #f0f0f0f0;
    border-radius: 3px;
    margin-bottom: 2px;
    margin-right: 5px;
}

.checkbox_free {
    vertical-align: middle;
    color: #b8d436;
    font-size: 25px;
    font-weight: 900;
}

#green-check {
    padding-top: 3px;
    width: 27px;
}

.inlineBlock {
    display: inline-block;
}

.m0 {
    margin: 0;
}

.vjs-big-play-button {
    display: none;
}

.featuredSection {
    color: #fff;
}

.rowFeature {
    background: linear-gradient(225.28deg,#4780c2 0,#27377a 100%);
    display: flex;
    width: 100%;
}

.featuredSection_topTitle {
    font-family: var(--tiemposLight), sans-serif;
    font-size: 17px;
    letter-spacing: 1.5px;
    margin-bottom: 0;
}

.featuredSection_bottomTitle {
    font-family: sans-serif;
    font-size: 36px;
    font-weight: 200;
    padding: 0;
    color: #fff;
    letter-spacing: 1.5px;
    margin-top: 0;
    margin-bottom: 0;
}

.featuredSection_hr {
    border: 0;
    background-color: #b8d436;
    width: 70px;
    height: 2px;
    margin: 20px 0;
}

.featuredSection_content {
    font-family: 'Figtree', sans-serif;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 15px;
    font-style: italic;
}

@media screen and (min-width: 1025px) {
    body {
        background: transparent url(https://cdn.gundrymd.com/images/greenLeafy.png) no-repeat scroll top center;
    }

    .topHeader img {
        max-width: 180px;
    }

    /* General Styles */
    .container {
        width: 960px;
    }

    /* Header Styles */
    header {
        box-shadow: 0 8px 18px -9px #949494;
        height: 90px;
        padding-bottom: 0;
    }

    .topHeader {
        padding: 0;
    }

        .topHeader img {
            max-width: 240px;
        }

    .number {
        font-size: 17px;
        font-weight: 700;
    }

    .featuredSection {
        display: flex;
        margin: auto;
        width: 1070px;
        padding: 45px 0;
    }

    .featuredSection_col-left {
        flex-basis: 25%;
    }

    .featuredSection_col-right {
        flex-basis: 75%;
        margin-left: 105px;
    }


    /* Body Styles */
    .content {
        box-shadow: 0 0 25px #ccc;
        height: 600px;
        margin-top: -100px;
        background-color: #fff;
    }

    .speakerContainer {
        font-family: helvetica neue-light,helvetica neue light,Helvetica,Arial,sans-serif;
        padding: 30px 0;
        font-size: 16px;
        font-weight: unset;
    }

    .videocontainer {
        padding-bottom: 20px;
    }

    .left-column {
        float: left;
        width: 680px;
        margin-left: 20px;
        padding: 0;
    }

    .right-column {
        width: 188px;
        float: right;
        padding-right: 20px;
        margin-right: 20px;
        text-align: left;
    }

    .doctor {
        width: 188px;
    }

    .caption {
        margin: 0;
        font-size: 14px;
    }

    .playVSLButtonContainer, .orderpage_btnB {
        width: 291px;
    }

    h4 {
        color: #62666a;
        padding-right: 30px;
        padding-left: 30px;
    }

    /* Footer Styles */
    .smftrtext {
        font-size: 10px;
        margin-top: 40px;
        line-height: 14px;
        padding: 0;
    }

    .hidden-desktop {
        display: none !important;
    }

    .rowFeature {
        margin-top: 120px;
    }

    footer {
        margin: 25px 10px 0;
        padding: 0 0 15px 0;
        font-size: 14px;
        text-align: center;
        background-color: #fff;
        color: #fff;
    }
}

@media screen and (max-width: 1369px) {
    .checkbox {
        top: 610px;
    }
}

@media screen and (min-width: 1370px) {
    .checkbox {
        top: 500px;
    }
}

@-webkit-keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
