/*Copied from css plugin*/


/*  For perfomance reasons  all custom css is consolidated to this file */


/* Google Fonts are defined in the Divi Settings where you can customize the website Head */


/* START general */

@font-face {
    font-family: 'Shelva Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Shelva Regular'), url('/shelva/Shelva.woff') format('woff');
}

.underlined {
    text-decoration: underline;
}

.italics {
    font-style: italic;
}

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

.centered {
    text-align: center !important;
}

.yellowtail {
    font-family: "Yellowtail", Montserrat, sansserif;
}

.calligraffitti {
    font-family: 'Calligraffitti', cursive;
}

.shelva {
    font-family: 'Shelva Regular', Yellowtail, cursive;
}

.light {
    font-weight: 300;
}

.bold {
    font-weight: 700;
}

.black {
    font-weight: 900;
}

.normal {
    font-weight: 400;
}

.normal-important {
    font-weight: 400!important;
}

.teal {
    color: #5fd6bf;
}

.gold {
    color: #b99c43;
}

.small-text {
    font-size: .25em;
}

.medium-text {
    font-size: 1.75rem !important;
    line-height: 3rem !important;
}

.big-text {
    font-size: 2.75rem !important;
    line-height: 3rem !important;
}

.extra-big-text {
    font-size: 8rem !important;
}

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

.img-divider img {
    max-width: 60px;
}

.img-icon-wrapper {
    display: inline-block;
}

.img-icon {
    max-width: 42px;
    vertical-align: top;
    margin-right: 10px;
}

.flex {
    display: flex;
}

.align-vertical-middle {
    display: flex;
    align-items: center;
}

.display-inline-block {
    display: inline-block;
    width: 90%;
}

.vertical-align-bottom {
    vertical-align: text-bottom;
}

.margin-top-18 {
    margin-top: 18px;
}

.tablepress tr:hover {
    background-color: #e8e8e8;
}


/*comments-button*/

.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    color: white !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover {
    background: #eeeeee !important;
    color: #5fd6bf !important;
}

.width-25 {
    width: 25% !important;
}

.width-50 {
    width: 50% !important;
}

.width-75 {
    width: 75% !important;
}


/*Testimonials*/


/*Author photo*/

.bl_testimonial_portrait {
    width: 72px;
    height: 72px;
}

.bl_testimonial_portrait img {
    border-radius: 50%;
}

@media only screen and (max-width: 769px) {
    .bl_testimonial_portrait {
        margin: auto;
        margin-bottom: 16px;
    }
}


/*Form*/

form {
    margin: 0 auto;
}


/*Footer*/

#footer-bottom {
    background-color: #434c5f!important;
}

#footer-info {
    width: 100%;
    text-align: center;
}

#footer-info,
#footer-info a {
    color: #f6f8f9!important;
}


/*Remove bullet from footer menus*/

#footer-widgets .footer-widget li {
    padding-left: 0;
}

#footer-widgets .footer-widget li:before {
    display: none;
}


/*font style footer*/

#main-footer {
    background-color: #f6f8f9;
    border-top: dotted 2px lightgray;
}

.footer-widget,
.footer-widget li,
.footer-widget li a,
#footer-info {
    font-family: 'Montserrat', Raleway, Helvetica, Sans-serif;
    font-weight: 300;
}

.et_pb_widget ul li {
    margin-bottom: .85em;
}

.footer-widget li a:hover {
    font-weight: 400;
}

.footer-widget .widget_media_image {
    width: 100%;
}

.footer-widget .widget_media_image img {
    border-radius: 100px;
    box-shadow: 0px 0px 10px #bbb;
}

@media only screen and (max-width: 769px) {
    .width-25,
    .width-50,
    .width-75 {
        width: 100% !important;
    }
    .big-text {
        font-size: 2.5rem !important;
        line-height: 2.75rem;
    }
    .medium-text {
        font-size: 1.5rem !important;
        line-height: 2.5rem !important;
    }
    .mobile-left-aligned {
        text-align: left !important;
    }
    .mobile-display-block {
        display: block;
    }
}


/* END general */


/* START meet brett */

.page-id-17657 h1,
.page-id-17657 h2,
.page-id-17657 h3,
.page-id-17657 h4,
.page-id-17657 h5,
.page-id-17657 h6,
.page-id-17657 .et_pb_fullwidth_header_subhead,
.page-id-17657 .et_pb_testimonial_author {
    font-family: 'Montserrat', 'Raleway', sans-serif !important;
}

.page-id-17657 p,
.page-id-17657 .et_pb_testimonial_author,
.page-id-17657 ul,
.page-id-17657 ol {
    font-family: 'Raleway', Montserrat, sans-serif !important;
}

.page-id-17657 p,
.page-id-17657 .et-pb-blurb h4 {
    font-size: 1.25rem;
    line-height: 2.5rem;
    padding-bottom: 1.5rem;
    font-weight: 400;
}

.hero-banner-col-1 {
    max-width: 350px;
    margin-left: 10%;
}

@media only screen and (max-width: 980px) {
    .hero-banner-col-1 {
        max-width: 240px;
        margin-left: 6%;
    }
}


/*----------right column images--------*/

@media only screen and (min-width: 981px) and (max-width: 1039px) {
    .responsive-images-margin-bottom .et_pb_module {
        margin-bottom: 85% !important;
    }
}

@media only screen and (min-width: 1040px) and (max-width: 1139px) {
    .responsive-images-margin-bottom .et_pb_module {
        margin-bottom: 65% !important;
    }
}

@media only screen and (min-width: 1140px) and (max-width: 1239px) {
    .responsive-images-margin-bottom .et_pb_module {
        margin-bottom: 35% !important;
    }
}

@media only screen and (min-width: 1240px) and (max-width: 1339) {
    .responsive-images-margin-bottom .et_pb_module {
        margin-bottom: 6.5% !important;
    }
}

@media only screen and (min-width: 1340px) {
    .responsive-images-margin-bottom .et_pb_module {
        margin-bottom: -10.5% !important;
    }
}


/* END meet brett */


/* START testimonial */

.testimonial-carrousel .author {
    font-weight: 600;
    font-family: Montserrat, Raleway, helvetica, sans-serif;
    padding-bottom: 0;
}

.testimonial-carrousel .title {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.4;
}

.testimonial-carrousel .author-image {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    box-shadow: 0 0 20px grey;
}

.testimonial-carrousel .et_pb_slide_content {
    padding-bottom: 48px;
}

@media only screen and (max-width: 767px) {
    .testimonial-carrousel .et_mobile_device .et-pb-arrow-prev {
        left: -3%;
    }
    .testimonial-carrousel .et_pb_slider:hover .et-pb-arrow-next {
        right: -2%;
    }
    .testimonial-carrousel .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 18px!important;
    }
}


/* END testimonial */


/* START yoga pose directory */

.post-16960 .et_pb_section {
    padding: 1.5% 0!important;
}

.directory-featured-pose-thumb {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.directory-featured-pose-thumb:hover h3 {
    cursor: pointer;
    background-color: #493c5e;
    color: #ffffff!important;
    transition: 0.75s;
}

.directory-featured-pose-thumb h3 {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 16px;
}

.post-16960 .bg-change-on-hover {
    border-radius: 25px 5px;
    display: flex;
    align-items: center;
    transition: .75s;
}

.post-16960 .directory-menu h4 {
    max-width: 110px;
    padding-bottom: 0;
}


/*Yoga Pose Page Template*/

.single-post .category-yoga-pose .entry-title {
    font-size: 3.5em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    text-align: center;
}

.yoga-pose-main-image {
    position: relative;
}

.yoga-pose-meta {
    position: absolute;
    top: 32px;
    right: 0;
    padding: 4%;
    background: rgba(255, 255, 255, 0.25);
}

.yoga-pose-step-list {
    display: flex;
    align-items: flex-start;
}

.yoga-pose-step-number {
    margin: -20px 16px 0 0;
    min-width: 100px;
}

@media only screen and (max-width: 766px) {
    .yoga-pose-meta {
        position: unset;
    }
    .yoga-pose-step-list h4 {
        font-size: 48px!important;
    }
    .yoga-pose-step-number {
        margin: -20px 16px 0 0;
        min-width: 42px;
    }
    /*trying to re-write a style coming from a different css page used on this page for the Pose Prep and Practice Section*/
    .post-16951 .et_pb_blog_grid h2,
    .et_pb_post h2 {
        font-size: 28px;
        padding-bottom: 5%;
    }
}


/* END yoga pose directory */


/* START journal */

.post-15770 p,
.post-15770 .et_pb_testimonial_author,
.post-15770 ul,
.post-15770 ol,
.et_pb_blurb_container h4 {
    font-family: 'Raleway', 'Poppins', Montserrat, sans-serif !important;
}

.post-15770 p,
.post-15770 ul,
.post-15770 .et-pb-blurb h4,
.post-15770 p,
.post-15770 ul,
.post-15770 h4,
.post-15770 ul {
    font-size: 1.25rem;
    line-height: 2.5rem;
    padding-bottom: 1.5rem;
    font-weight: 400;
}


/*Text modules 70% width*/

.post-15770 .et_pb_section:not(:first-child) .et_pb_module.et_pb_text {
    width: 70%;
    margin: 0 auto;
}

@media only screen and (max-width: 500px) {
    .et_pb_fullwidth_header_13 .et_parallax_bg {
        background-size: 100%;
    }
}

@media only screen and (max-width: 749px) {
    .journal .et_pb_row {
        display: block;
    }
    .journal h1 {
        font-size: 35px !important;
    }
    /*Text modules 70% width*/
    .post-15770 .et_pb_section:not(:first-child) .et_pb_module.et_pb_text {
        width: 90%;
    }
    .et_pb_section_11 .et_parallax_bg {
        background-position: -180px;
    }
}


}

/* END journal */

/* START pure beginner */
.pb-h1 {
    color: white;
    font-weight: 700;
    font-size: 3.7em;
    padding-top: 42px;
}
.pb-h3 {
    color: white;
    font-family: 'Raleway', Helvetica, sans-serif !important;
    font-weight: 400;
    font-size: 2em;
    padding-top: 36px;
}
.pb-h1-huge {
    color: rgb(255, 223, 196);
    font-family: 'Fira Sans', Monserrat, sans-serif !important;
    font-size: 6em !important;
    font-weight: 700;
    line-height: 1.2em;
}
.pb-h2 {
    color: rgb(255, 223, 196);
    font-family: 'Raleway', sans-serif !important;
    font-size: 2em !important;
    font-weight: 700;
    line-height: 1.2em;
}
.pb-h4 {
    color: white;
    font-family: 'Raleway', Helvetica, sans-serif !important;
    font-weight: 600;
    font-size: 1.5em;
    padding-top: 24px;
}
#post-8614 .et_pb_button {
    padding: 4% 12% !important;
}
#post-8614 p {
    font-size: 20px;
    font-family: 'Raleway', Helvetica, sans-serif !important;
}
#post-8614 .et_pb_main_blurb_image {
    margin-bottom: 12px !important;
}

/*-----EVERGREEN COUNTDOWN-----*/
#post-8614 .a2eb5e4b5415998d41fc2cbdfb3a033a4 {
    color: white !important;
    font-family: 'Monserrat', Helvetica, sans-serif;
}

/*-------COLORS--------*/
.white {
    color: #ffffff !important;
}

/*----SIZE----*/
.biggest {
    font-size: 1.75em;
}
.bigger {
    font-size: 1.5em;
}

/*-----Evergreeen countdown-----*/
@media only screen and (max-width: 980px) {
    .pb-h1 {
        font-size: 2.8em;
    }
}

/* END pure beginner */

/* START pregnant powerful */

/*COLORS*/
.olive {
    color: #535918;
}
.pp-pink {
    color: #f7819e;
}

/*hero banner*/
.pp-hero-banner .pp-logo {
    max-width: 300px;
}
.pp-hero-banner .et_pb_slide_description {
    animation-name: none;
    animation-duration: 0s;
}

/*testimonial*/
.testimonial-image-center {
    width: 96px;
    height: 96px;
    margin: 0 auto;
    border: solid 3px white;
    border-radius: 100px;
    margin-bottom: 24px;
}
.testimonial-image-center img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
}
.pp .quotes-quote-wrapper {
    border: 10px solid #535918;
}
.pp .quote-content {
    font-weight: 400;
    font-size: 24px;
}
.pp .et_pb_testimonial_portrait {
    display: block !important;
    float: none !important;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    margin-right: none;
    margin-bottom: 24px;
    border: solid 12px #f5f1ea;
}
.pp .quotes-quote-wrapper {
    left: 15%;
    width: 70% !important;
}
.pp .et_pb_testimonial_description {
    margin-left: 0 !important;
}
.pp .et_pb_testimonial_description_inner {
    width: 100% !important;
}
.pp .et_pb_testimonial_author,
.pp .et_pb_testimonial_meta {
    text-align: center !important;
}
.pp .et_pb_testimonial_meta {
    color: #888888;
    font-size: 18px !important;
    font-style: italic;
}
.pp .quotes-quote-wrapper::after {
    width: calc(103% + 110px + 10px - 120px);
    height: calc(100% + 10px);
    top: 57%;
    left: -52px;
    transform: translateY(-50%);
    z-index: 1;
    visibility: visible;
}
.pp .quotes-quote-wrapper::before {
    width: calc(110% + 39px - 346px + 264px);
    height: calc(100% + -5px);
    top: -30px;
    left: 56%;
    transform: translateX(-50%);
    z-index: 1;
}
@media only screen and (max-width: 749px) {
    .pp .quotes-quote-wrapper::after {
        width: calc(103% + 110px + 10px - 120px);
        height: calc(100% + -10px);
        top: 54%;
        left: -42px;
        transform: translateY(-50%);
        z-index: 1;
        visibility: visible;
    }
    
    .pp .quotes-quote-wrapper::before {
        width: calc(120% + 39px - 346px + 264px);
        height: calc(100% + -5px);
        top: -30px;
        left: 65%;
        transform: translateX(-50%);
        z-index: 1;
    }
}

/*Buttons*/
.pp-button {
    color: #f5f1ea !important;
    font-family: montserrat;
    text-transform: uppercase;
    font-weight: bold;
    background: #f7819e;
    border: none;
    padding: 1.5% 5%;
}
.pp-button:hover,
.pp-button:focus,
.pp-focus:active {
    color: #f5f1ea !important;
    background-color: #d56f88 !important;
    padding: 1.75% 5.25% !important;
}
.pp-button:after {
    color: #f5f1ea !important;
    background-color: #d56f88 !important;
}
@media only screen and (max-width: 767px) {
    .no-padding-bottom {
        padding-bottom: 0!important;
    }
    
    .no-padding-top {
        padding-top: 0!important;
    }
    
    #post-11273 .et_pb_section {
        padding: 16px 0;
    }
    
    #post-11273 .et_pb_section_14 {
        padding-top: 32px !important;
    }
    
    #post-11273 .et_pb_section_2 .et_parallax_bg {
        background-position: -250px 0px;
    }
    
    #post-11273 .et_pb_section_8 .et_pb_fullwidth_header .et_pb_parallax_css {
        background-position: 0px;
    }
    
    #post-11273 .et_pb_section_8 {
        min-height: 400px;
        padding: 0 !important;
        padding-bottom: 32px !important;
    }
    
    #post-11273 .et_pb_section_12 {
        min-height: 260px;
        padding: 0!important;
        padding-bottom: 32px !important;
    }
    
    #post-11273 .et_pb_section_19 {
        padding: 0 !important;
        min-height: 32px;
    }
    
    .pp-hero-banner .pp-hero-banner .et_pb_slide_0 .et_pb_container {
        width: 100%;
        margin: 0 auto;
    }
    
    .pp-hero-banner .et_pb_slide_description {
        padding: 0;
    }
    
    .pp-hero-banner .et_pb_fullwidth_slider_0 .et_pb_slide_description {
        padding: 0;
        margin: 0 auto;
    }
    
    .pp-hero-banner .et_pb_slider_with_text_overlay .et_pb_slide_content {
        padding: 0 !important;
    }
    
    #post-11273 .pp-hero-banner .et_pb_slide,
    #post-11273 .et_pb_section_16 {
        padding: 0;
    }
    
    #post-11273 .et_pb_section_3 .et_parallax_bg {
        background-position: -520px;
    }
    
    #post-11273 .et_pb_section_16 .et_parallax_bg {
        background-position: -70px;
    }
}
@media only screen and (max-width: 480px) {
    .pp .quotes-quote-wrapper::after {
        top: 52.5%;
    }
    
    .pp .et_pb_section_6 {
        padding-bottom: 32px;
    }
    
    .pp .quotes-quote-wrapper::after {
        left: -38px;
    }
}

/* END pregnant powerful */

/* START pro quiz */
font-family:'Raleway';
iframe .pb-quiz-intro-container .intro-btn-container .intro-start-btn .btn-text {
    font-family: 'Montserrat'!important;
    font-size: 1.4em;
    letter-spacing: 1px;
    font-weight: 600;
}
.pb-quiz-intro-container .texts-container .intro-title p,
.pb-quiz-image-card .text-viewer-wrapper .text-viewer-component p {
    font-size: 1.8em;
    font-family: 'Montserrat';
    font-weight: 600;
}
.pb-quiz-image-card .text-viewer-wrapper .text-viewer-component p .pb-quiz-intro-container .texts-container .intro-desc p {
    font-family: 'Raleway';
    font-size: 1.2em;
}
.pb-quiz-card.short .pb-quiz-image-card .text-viewer-wrapper .text-viewer-component {
    padding: 12px;
    box-shadow: 5px 10px gray;
}

/* END pro quiz */

/* START homepage */

/*homepage 2019 font*/
.post-15421 p,
.post-15421 .et_pb_testimonial_author,
.post-15421 ul,
.post-15421 ol,
.et_pb_blurb_container h4 {
    font-family: 'Raleway', 'Poppins', Montserrat, sans-serif !important;
}
.post-15421 p,
.post-15421 ul,
.post-15421 .et-pb-blurb h4,
.post-15421 p,
.post-15421 ul,
.post-14277 .post-15421 h4,
.post-15421 ul {
    font-size: 1.25rem;
    line-height: 2.5rem;
    padding-bottom: 1.5rem;
    font-weight: 400;
}

/*Text modules 70% width*/
.post-15421 .et_pb_section:not(:first-child) .et_pb_module.et_pb_text {
    width: 70%;
    margin: 0 auto;
}

/*hero banner bg image for tablets*/
@media only screen and (max-width: 779px) {
    .et_pb_section_0 {
        background-position: -180px 0;
        background-size: 150%;
    }
}
.quote-two-columns {
    width: 40%;
}
.et_pb_testimonial_portrait,
.et_pb_testimonial_description_inner {
    z-index: 100;
}
.border-purple {
    border-color: #434C5F !important;
}
.quote-two-columns {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 25px;
    border: 10px solid;
    left: 10%;
    width: 40% !important;
    z-index: 1;
}
.quote-two-columns::before,
.quote-two-columns::after {
    content: '';
    position: absolute;
    background: white;
    z-index: -99;
}
.quotes-quote-wrapper.z-index--1::before,
.quotes-quote-wrapper.z-index--1::after {
    z-index: -1;
}
.quotes-quote-wrapper.z-index-0::before,
.quotes-quote-wrapper.z-index-0::after {
    z-index: 0;
}
.quote-two-columns::before {
    width: calc(106% + 60px + 10px - 100px);
    height: calc(90% + 7px);
    top: -10px;
    left: 56%;
    transform: translateX(-50%);
}
.quote-two-columns::after {
    width: calc(101% + 90px + 10px - 120px);
    height: calc(90% + 10px);
    top: 58%;
    left: -10px;
    transform: translateY(-50%);
    visibility: visible;
}
@media only screen and (max-width: 600px) {
    .post-15421 .content-wrapper {
        padding-top: 32px!important;
        padding-bottom: 32px!important;
    }
}

/*sepcial quotes*/
.post-15421 .et_pb_section_8 .testimonial-image-bottom-center img {
    margin-top: 225px;
}
.post-15421 .et_pb_section_21 .testimonial-image-bottom-center img {
    margin-top: 175px;
}

/*Blurbs*/
.bg-change-on-hover:hover {
    background: #5fd6bf;
}
.bg-change-gray-on-hover:hover {
    background: #f6f8f9;
}

/*medium screens and ipad pro*/
@media only screen and (min-width: 980px) and (max-width: 1190px) {
    .post-15421 .et_pb_gutters3 .et_pb_section_0 .et_pb_column_1_4.et_pb_column_0 {
        width: 10%!important;
    }
    
    .post-15421 .et_pb_gutters3 .et_pb_section_0 .et_pb_column_1_2 {
        width: 58%!important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1190px) {
    .post-15421 .et_pb_section_0 {
        background-size: 1800px;
        background-position: -360px 0;
    }
}

/*mobile*/
@media only screen and (max-width: 600px) {
    .post-15421 .et_pb_section:not(:first-child) .et_pb_module.et_pb_text {
        width: 90%;
    }
    /*testimonial brett quote like*/
    
    .post-15421 .et_pb_section_8 .testimonial-image-bottom-center img {
        margin-top: 245px;
    }
    
    .post-15421 .et_pb_section_22 .testimonial-image-bottom-center img {
        margin-top: 135px;
    }
    /*quotes*/
    
    .post-15421 .et_pb_testimonial_author,
    .post-15421 .et_pb_testimonial_meta {
        text-align: center;
    }
    /*animated numbers*/
    
    .post-15421 .percent-value {
        font-size: 48px;
    }
    /*titles*/
    
    .post-15421 h1 {
        font-size: 1.8em;
        line-height: 1.1em;
    }
    
    .post-15421 h2 {
        font-size: 1.5em;
    }
    
    .post-15421 h3 {
        font-size: 1.3em;
    }
    
    .post-15421 h4 {
        font-size: 1.1em;
    }
    /*section with stats*/
    
    .post-15421 .et_pb_section_17 {
        background-position: -200px 0;
    }
}

/* END homepage */

/* START hide navigation */

/*200 YTT organic, google, facebook*/
.page-id-14828 #top-header,
.page-id-14828 #et-top-navigation,
.page-id-17429 #top-header,
.page-id-17429 #et-top-navigation,
.page-id-19583 #top-header,
.page-id-19583 #et-top-navigation {
    display: none;
    !important;
}

/* END hide navigation */

/* START kundalini love */
.page-id-14247 p,
.page-id-14247 ul {
    font-size: 1.25rem;
    line-height: 2.5rem;
    padding-bottom: 1.5rem;
    font-weight: 400;
}
.page-id-14247 #et-secondary-menu ul {
    font-size: 1rem;
    line-height: 1rem;
    padding-bottom: 0rem;
    font-weight: 400;
}
.page-id-14247 .footer-widget .et_pb_widget ul {
    font-size: .75rem;
}
blockquote {
    border-color: #816DA5 !important;
}
.dark-lavander {
    color: #816DA5;
}
.pp.kl .quotes-quote-wrapper {
    border: 10px solid #816DA5;
}

/*Kundalini University*/
.post-18974 .video-section .et_pb_row {
    display: flex;
    align-items: center;
}

/*Hero mobile*/
@media only screen and (max-width: 780px) {
    .page-id-16978 div.et_pb_section.et_pb_section_0 {
        background-image: url(https://bel216staging.wpengine.com/wp-content/uploads/2020/01/Brett-Larkin-Yoga-Kundalini-Love-Banner-Mail-Mobile.jpg)!important;
    }
}

/*Bullets superposed on image*/
.bullet-image-bundle {
    display: flex;
    align-items: center;
}
.bullet-area-right,
.bullet-area-left {
    background: white;
    padding: 5%;
    width: 55% !important;
    z-index: 10;
}
.bullet-area-right {
    margin-left: -12%;
    border: solid 2px #816DA5;
}
.bullet-area-left {
    margin-left: -8%;
    margin-left: 6%;
    border: solid 2px #eaca78;
}
@media only screen and (max-width: 980px) {
    .bullet-image-bundle {
        display: block;
        align-items: center;
    }
    
    .bullet-area-left,
    .bullet-area-right {
        width: 90%!important;
        margin-left: 5%;
        margin-right: 5%;
    }
    
    .bullet-area-right {
        margin-top: -20%;
    }
    
    .bullet-area-left {
        margin-bottom: -20%;
    }
    
    .bullet-image-bundle.bullet-area-right {
        flex-direction: row-reverse;
    }
}

/*blurb font size*/
.page-id-14247 .et_pb_blurb_content h4 {
    font-size: 20px;
    font-weight: 500;
}

/*Optin*/
.kundalini .optin form body,
.kundalini .optin form .formkit-input,
.kundalini .optin form textarea,
.kundalini .optin form select,
.kundalini .optin form button {
    font-family: 'Raleway', Montserrat, Helvetica, sans-serif !important;
}

/*Kundalini University*/
@media only screen and (max-width: 767px) {
    div.et_pb_section.et_pb_section_0.kundalini-university {
        background-image: url(https://bel216staging.wpengine.com/wp-content/uploads/2020/07/Hero-Banner-Mobile-Kundalini-University-Brett-Larkin.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    /*Kundalini University*/
    
    .post-18974 .video-section .et_pb_row {
        display: block;
    }
}

/* END kundalini love */

/* START blog */
.post-5867 p,
.post-15640 p {
    font-family: 'Raleway', 'Poppins', Montserrat, sans-serif !important;
    font-size: 1.25rem;
    line-height: 2.5rem;
    padding-bottom: 1.5rem;
    font-weight: 400;
}

/*blog hot links*/
.link-menu ul {
    max-width: 900px;
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.link-menu ul h6 {
    padding-bottom: 0px !important;
    font-size: 14px!important;
    text-align: center;
}
.link-menu li {
    align-self: flex-start;
}
.link-menu a {
    display: block;
    padding: 6px 14px;
}
.link-menu a:hover {
    color: #5fd6bf;
}
.bg-change-white-on-hover:hover {
    background: white;
}
.project p,
.single-post p {
    font-family: 'Raleway', helvetica, sans-serif !important;
    font-weight: 400;
}
.project.has-post-thumbnail>img:nth-of-type(1) {
    max-width: 600px !important;
}
.project a,
.post a {
    color: #e84b92 !important;
}

/* bylines */
.up-byline-container {
    font-size: 14px;
    font-weight: 400;
}

/* .post .up-byline-container a {
  color: #4d3e4f !important;
}
 */

/* END bylines */

/*additional blog pages*/
.blog-post-thumb-wapper .et_pb_image {
    margin-bottom: 0 !important;
}
.blog-post-thumb-wapper h3 {
    font-size: 18px;
}
.blog-post-thumb-wapper h3 a {
    color: #333;
}
.gray-bg .blog-post-thumb-wapper .et_pb_text,
.white-bg .blog-post-thumb-wapper .et_pb_text {
    padding: 24px;
}
.white-bg .blog-post-thumb-wapper .et_pb_column {
    background: rgba(246, 248, 249, .25);
}
.white-bg .blog-post-thumb-wapper .et_pb_column:hover {
    background: rgba(246, 248, 249, 1);
}
.gray-bg .blog-post-thumb-wapper .et_pb_column {
    background: rgba(255, 255, 255, .25);
}
.gray-bg .blog-post-thumb-wapper .et_pb_column:hover {
    background: rgba(255, 255, 255, 1);
}

/* END blog */

/* START mastermind */
.content-wrapper {
    margin: 0 auto !important;
}
.quotes-quote-wrapper {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 25px;
    border: 10px solid #fad278;
    left: 10%;
    width: 80% !important;
}
.quotes-quote-wrapper::before,
.quotes-quote-wrapper::after {
    content: '';
    position: absolute;
    background: white;
}
.quotes-quote-wrapper::before {
    width: calc(100% + 90px + 10px - 120px);
    height: calc(90% + 10px);
    top: -10px;
    left: 53%;
    transform: translateX(-50%);
    z-index: 1;
}
.quotes-quote-wrapper::after {
    width: calc(100% + 90px + 10px - 120px);
    height: calc(90% + 10px);
    top: 58%;
    left: -10px;
    transform: translateY(-50%);
    z-index: 1;
    visibility: visible;
}
.quotes-quote-wrapper .quote-content {
    z-index: 3;
}

/*-------------BUTTON----------------*/
.wtrvl-checkout_button {
    color: #ff9898 !important;
    background: #ffffff !important;
    border: solid 4px #ff9898!important;
    border-radius: 20px !important;
    letter-spacing: .5px !important;
    font-size: 28px !important;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: uppercase !important;
    width: 100% !important;
    line-height: 1.2em !important;
    transition: all 0.2s;
}
.wtrvl-checkout_button:hover {
    color: #ffffff !important;
    background: #ff9898 !important;
}
.reserve.gold:hover {
    color: #ffffff !important;
    background: #eaca78 !important;
}
.img-circular img {
    border-radius: 100%;
}
@media only screen and (min-width: 750px) and (max-width: 1279px) {
    .quotes-quote-wrapper::before {
        left: 58%;
    }
    
    .quotes-quote-wrapper::after {
        left: -24px;
    }
}
@media only screen and (max-width: 749px) {
    .quotes-quote-wrapper {
        left: 5%;
        width: 90% !important;
    }
    
    .quotes-quote-wrapper::before {
        top: -14px;
        left: 60%;
    }
    
    .quotes-quote-wrapper::after {
        top: 58%;
        left: -20px;
    }
}

/* END mastermind */

/* START  uplifted */

/*font*/

/* .page-id-16836 Chakra New Year*/
.post-16309 p .post-16309 ul,
.page-id-16466 p,
.post-16466 ul,
.post-16836 p .post-16836 ul,
.post-16836 p,
.post-16836 ul {
    font-size: 1.25rem;
    line-height: 2.5rem;
    padding-bottom: 1.5rem;
    font-weight: 400;
}
.post-16309 p,
.et_pb_testimonial_author,
.page-id-16309 ul,
.page-id-16309 ol,
.page-id-16309 .et_pb_blurb_container h4,
.post-16466 p,
.post-16466 .et_pb_testimonial_author,
.post-16466 ul,
.post-16466 ol,
.page-id-16466 .et_pb_testimonial_description p,
.page-id-16466 .et_pb_testimonial_description p,
.post-16836 .et_pb_testimonial_description p {
    font-weight: 300;
    font-size: 21px;
}
.page-id-16309 #page-container,
.page-id-16466 #page-container,
.page-id-16836 #page-container {
    overflow: hidden;
}
.page-id-10967 p,
.page-id-5306 p {
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: 400;
}

/*Journal image*/
.page-id-16836 .et_pb_fullwidth_header .et_pb_parallax_css {
    background-size: 1900px!important;
}
.up-h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
}
.up-h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 34px;
    font-weight: 400;
}
.up-h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
}
.up-h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.up-h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 27px;
    font-weight: 400;
}
.up-gray {
    color: #5A5959;
}
.purple {
    color: #352b3d;
}
.circle-border-100 img {
    border-radius: 100px;
}
.bonus-image img {
    left: 0;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 500px;
    position: relative;
    right: 0;
    width: 300px;
    min-width: 200px;
    margin-top: -32px
}
@media screen and (max-width: 767px) {
    .et_pb_countdown_timer .section p {
        font-size: 25px !important;
    }
    
    .up.section-headers {
        min-height: 300px;
    }
    
    .page-id-13625 .et_pb_testimonial_author {
        text-align: center !important;
    }
    
    .page-id-16466 .et_pb_testimonial_description p {
        font-weight: 300;
        font-size: 19px;
        line-height: 1.75em;
    }
    
    .page-id-16466 .big-text {
        font-size: 2rem !important;
        line-height: 2.75rem;
    }
}

/* END uplifted */

/* START  Featured Yoga Teachers */
#post-10105 .entry-content {
    background: white;
}
.featured-teachers-hero {
    background-image: url("https://bel216staging.wpengine.com/wp-content/uploads/2017/12/uplifted-featured-yoga-techers-heasder.jpg");
}
.featured-teachers-hero .et_pb_row {
    background-color: rgba(69, 52, 86, .75);
}
.featured-teachers {
    margin-top: 120px;
}
.featured-teachers .teacher-portrait img {
    border-radius: 100px;
    margin-top: -100px;
}
.teacher-name {
    font-family: 'Montserrat', helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin-bottom: 2% !important;
}
.teacher-job-description {
    font-family: 'Montserrat', helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 300;
    color: #BF1767;
}
.teacher-graduation {
    font-family: 'Montserrat', helvetica, sans-serif;
    padding: 20px 0;
    color: #959595;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.teacher-info {
    font-family: 'Raleway', montserrat, helvetica, sans-serif;
    font-size: 16px;
}
.teacher-info a {
    color: #959595;
}
.teacher-affirmation {
    font-family: 'Raleway', montserrat, helvetica, sans-serif;
    color: #959595;
    padding: 36px 16px;
    margin-top: 42px;
    border: 1px solid #BF1767;
}
.teacher-affirmation h3 {
    font-size: 22px;
    font-style: italic;
    color: #5fd6bf;
    font-weight: 300;
    margin-top: 12px;
    letter-spacing: .5px;
}
.400 {
    font-weight: 400;
}

/* END  Featured Yoga Teachers */

/* START  In Person & YTT & Mastermind */
.page-id-9694,
.page-id-10298,
.page-id-11752,
.page-id-14277,
.page-id-17429 {
    font-family: 'Poppins', Montserrat, sans-serif !important;
}

/*200 YTT Facebook: page-id-19583*/

/*YTT font-family: Accelerator Page: 17661, CHAKRAS & SUBTLE BODY: 17740, 300YTT Google post-17429*/
.page-id-11752 body,
.page-id-11752 h1,
.page-id-11752 h2,
.page-id-11752 h3,
.page-id-11752 h4,
.page-id-11752 h5,
.page-id-11752 h6,
.page-id-11752 p,
.page-id-11752 li,
.page-id-11752 .et_pb_fullwidth_header_subhead,
.page-id-11752 .et_pb_testimonial_author,
.page-id-9694 h1,
.page-id-9694 h2,
.page-id-9694 h3,
.page-id-9694 h4,
.page-id-9694 h5,
.page-id-9694 h6,
.page-id-9694 p,
.page-id-9694 .et_pb_fullwidth_header_subhead,
.page-id-9694 .et_pb_testimonial_author,
.page-id-1029 h1,
.page-id-1029 h2,
.page-id-1029 h3,
.page-id-1029 h4,
.page-id-1029 h5,
.page-id-1029 h6,
.page-id-10298 p,
.page-id-10298 .et_pb_testimonial_author,
.page-id-17661 body,
.page-id-17661 h1,
.page-id-11752 h2,
.page-id-17661 h3,
.page-id-17661 h4,
.page-id-17661 h5,
.page-id-17661 h6,
.page-id-17661 p,
.page-id-17661 ul,
.page-id-17661 li,
.page-id-17661 .et_pb_fullwidth_header_subhead,
.page-id-17661 .et_pb_testimonial_author,
.page-id-17740 body,
.page-id-17740 h1,
.page-id-17740 h2,
.page-id-17740 h3,
.page-id-17740 h4,
.page-id-17740 h5,
.page-id-17740 h6,
.page-id-17740 p,
.page-id-17740 ul,
.page-id-17740 li,
.page-id-17740 .et_pb_fullwidth_header_subhead,
.page-id-17740 .et_pb_testimonial_author,
{
    font-family: 'Poppins', Montserrat, sans-serif !important;
}

/*200hr YTT*/
.post-5958-backup p,
.post-5958-backup .et_pb_testimonial_author,
.post-5958-backup ul,
.post-5958-backup ol,
.et_pb_blurb_container h4,
.page-id-23359 p,
.page-id-23359 .et_pb_testimonial_author,
.page-id-23359 ul,
.page-id-23359 ol,
{
    font-family: 'Raleway', 'Poppins', Montserrat, sans-serif !important;
}

/*200&300hr YTT Uplifted Membership New Years 16309&16466 -- 
Accelerator Page 17661, CHAKRAS & SUBTLE BODY: 17740
200YTT Facebook*/
.page-id-14828 p,
.page-id-14828 ul,
.post-14828 .et-pb-blurb h4,
.page-id-19583 p,
.page-id-19583 ul,
.post-19583 .et-pb-blurb h4,
.post-14277 p,
.post-14277 li,
.post-14277 .et-pb-blurb h4,
.post-5958-backup ul,
.post-5958-backup p,
.post-23359 ul,
.page-id-23359 p,
.page-id-17661 p,
.page-id-17661 .et-pb-blurb h4,
.page-id-17740 p,
.page-id-17740 .et-pb-blurb h4,
.page-id-17429 p,
.page-id-17429 .et-pb-blurb h4 {
    font-size: 1.25rem;
    line-height: 2.5rem;
    padding-bottom: 1.5rem;
    font-weight: 400;
}

/*Logo*/
.ytt-logo h1 {
    font-size: 3.6em;
    letter-spacing: 6px;
    line-height: 1em;
    text-transform: uppercase;
}
.ytt-logo .ytt-logo-small-h1 {
    font-size: 0.7em;
    letter-spacing: 6px;
}
.ytt-logo .ytt-logo-smaller-h1 {
    font-size: .425em;
    letter-spacing: 6px;
    font-weight: 300 !important;
    vertical-align: text-top;
}
.ytt-logo h5 {
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 3px;
    line-height: 1.4em;
    margin-top: 0 !important;
    vertical-align: text-top;
}
.ytt-logo h6 {
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: 5px;
    line-height: 1.2em;
    font-weight: 400;
}
.ytt-logo {
    margin-top: 56px;
    margin-bottom: 36px!important;
}
@media only screen and (max-width: 979px) {
    .ytt-logo h1 {
        font-size: 2em;
        letter-spacing: 5px;
    }
    
    .ytt-logo .ytt-logo-small-h1 {
        font-size: 0.7em;
        letter-spacing: 5px;
    }
    
    .ytt-logo .ytt-logo-smaller-h1 {
        font-size: .425em;
        letter-spacing: 5px;
    }
    
    .ytt-logo h5 {
        font-size: .9em;
        letter-spacing: 3px;
    }
    
    .ytt-logo h6 {
        font-size: .85em;
    }
    
    .ytt-logo {
        margin-top: 16px;
        margin-bottom: 0px!important;
    }
}

/*.post-5958-backup online-yoga-teacher-trainign .post-5958-backup 200-hour-youga-teacher-training*/
.post-14828 .et-pb-blurb h4,
.post-5958-backup .et-pb-blurb h4,
.post-23359 .et-pb-blurb h4,
.page-id-19583 .et-pb-blurb h4 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding-bottom: 1.5rem;
}
.post-5958-backup p,
.post-23359 p {
    font-size: 1.25rem;
    line-height: 2.5rem;
    padding-bottom: 1.5rem;
    font-weight: 300;
}
.page-id-11752 h1,
.page-id-9694 h1,
.page-id-10298 h1 {
    color: #0C3479 !important;
    letter-spacing: 2px;
}
.page-id-11752 h3,
.page-id-9694 h3,
.page-id-10298 h3 {
    color: #30BAD9 !important;
    letter-spacing: 2.5px;
}
.page-id-9694 h1,
.page-id-9694 h2,
.page-id-9694 .et_pb_testimonial_author,
.page-id-10298 h1,
.page-id-10298 h2,
.page-id-10298 .et_pb_testimonial_author,
.page-id-11752 h1,
.page-id-11752 h2,
.page-id-11752 .et_pb_testimonial_author {
    font-weight: 700;
}
.page-id-9694 h3,
.page-id-9694 h4,
.page-id-9694 h5,
.page-id-9694 h6,
.page-id-9694 .et_pb_fullwidth_header_subhead,
.page-id-10298 h3,
.page-id-10298 h4,
.page-id-10298 h5,
.page-id-10298 h6,
.page-id-10298 .et_pb_fullwidth_header_subhead,
.page-id-11752 h3,
.page-id-11752 h4,
.page-id-11752 h5,
.page-id-11752 h6,
.page-id-11752 .et_pb_fullwidth_header_subhead,
{
    font-weight: 500;
}
.page-id-9694 .hero-banner h1,
.page-id-9694 .hero-banner h3,
.page-id-9694 .hero-banner h4,
.page-id-10298 .hero-banner h1,
.page-id-10298 .hero-banner h3,
.page-id-10298 .hero-banner h4,
.page-id-11752 .hero-banner h1,
.page-id-11752 .hero-banner h3,
.page-id-11752 .hero-banner h4 {
    font-weight: 400 !important;
}
.page-id-9694 p,
.page-id-10298 p,
.page-id-11752 p,
.page-id-11752 ul {
    font-weight: 400;
}
.page-id-9694 .hero-banner h3,
.page-id-10298 .hero-banner h3,
.page-id-11752 .hero-banner h3 {
    background-color: #0C3479;
    text-align: center;
    width: 400px;
    height: 42px;
    margin-left: 25%;
    margin-top: -14px;
    padding-top: 5px;
    color: #ffffff !important;
}
.et_pb_blurb_container h4 {
    font-weight: 400 !important;
}
.page-id-9694 .hero-banner h4,
.page-id-10298 .hero-banner h4 {
    background-color: #0C3479;
    text-align: center;
    width: 250px;
    height: 32px;
    margin-left: 65%;
    margin-top: 32px;
    padding-top: 4px
}
@media only screen and (min-width: 981px) and (max-width: 1179px) {
    .et_pb_module.big-headings-responsive {
        padding-top: 100px!important;
    }
    
    .big-headings-responsive h1 {
        font-size: 48px!important;
    }
    
    .big-headings-responsive h2 {
        font-size: 80px!important;
    }
}
@media only screen and (min-width: 1180px) and (max-width: 1379px) {
    .et_pb_module.big-headings-responsive {
        padding-top: 120px!important;
    }
    
    .big-headings-responsive h1 {
        font-size: 60px!important;
    }
    
    .big-headings-responsive h2 {
        font-size: 100px!important;
    }
    
    .headings-responsive h2 {
        font-size: 24px!important;
        letter-spacing: 6px!important;
    }
}
.page-id-9694 .et_pb_fullscreen .et_pb_fullwidth_header_container,
.page-id-10298 .et_pb_fullscreen .et_pb_fullwidth_header_container {
    width: 100% !important;
}
.stripe {
    text-align: center;
    width: 50%;
    height: 24px;
    margin-left: 25%;
    margin-top: 24px;
    padding-top: 4px;
}
.stripe-100 {
    width: 100%;
    margin-left: 0%;
}

/*page-14277: 300/500  page-17661: Accelerator, 300hr google*/
.page-id-10298 .stripe,
.page-id-14277 .stripe,
.page-id-17661 .stripe,
.page-id-17429 .stripe {
    width: 80%;
    margin-left: 10%;
}
.pink {
    background-color: #FF9898 !important;
}
.stripe p {
    position: relative;
    top: -42px;
    font-weight: 700;
    line-height: 1em !important;
}
.page-id-9694 .hero-banner p,
.page-id-10298 .hero-banner p,
{
    padding-top: 120px !important;
    text-align: center;
}
.hero-banner .header-content-container {
    width: 80% !important;
    margin: 0 auto;
}

/*Section separators 200 YTT organic and google*/
.post-5958-backup .wrapper-section-headers .section-headers,
.post-23359 .wrapper-section-headers .section-headers,
.post-14828 .wrapper-section-headers .section-headers {
    display: flex;
}
.post-5958-backup .wrapper-section-headers .section-headers .header-content-container,
.post-23359 .wrapper-section-headers .section-headers .header-content-container,
.post-14828 .wrapper-section-headers .section-headers .header-content-container {
    align-self: center;
}

}
.the-perks .et_pb_blurb_content {
    width: 100%;
    max-width: 980px;
    margin-left: 0;
}
.the-perks .et_pb_main_blurb_image {
    width: 72px !important;
}
.the-perks h4 {
    color: #30BAD9;
    letter-spacing: 1.5px;
    font-size: 24px;
}
.investment h4 {
    margin: 2%
}
.the-perks .et_pb_blurb_container {
    padding-left: 32px;
}
.the-perks .et_pb_blurb {
    margin-bottom: 4% !important;
}
.width-70 .et_pb_blurb_content {
    width: 70%;
    max-width: 980px;
    margin: 0 auto;
}
.modules h4 {
    letter-spacing: 1.5px;
    color: #0C3479;
    background-color: #30BAD9;
    padding: 2%;
    margin-bottom: 36px;
    text-align: center !important;
}

/*Blurb icon 300ytt*/
.post-14277 .et_pb_blurb_position_left .et_pb_main_blurb_image,
.post-14277 .et_pb_blurb_position_right .et_pb_main_blurb_image,
.post-17429 .et_pb_blurb_position_right .et_pb_main_blurb_image,
.post-17429 .et_pb_blurb_position_left .et_pb_main_blurb_image {
    padding-top:12px;
}

/*--------quote---------*/
.page-id-9694 .et_pb_testimonial:before {
    background: #FF9898;
    width: 42px;
    height: 42px;
    font-size: 42px;
    color: #F2F2D3 !imoprtant;
}

/*200hr YTT*/
.post-5958-backup .et_pb_testimonial:before,
.page-id-23359 .et_pb_testimonial:before {
    background-color: #f8ffff !important;
}
.post-5958-backup .et_pb_testimonial_description_inner,
.page-id-23359 .et_pb_testimonial_description_inner {
    color: darkslategrey !important;
    font-size: 1.4rem;
    font-weight: 400 !important;
}
.post-5958-backup .et_pb_testimonial *,
.page-id-23359 .et_pb_testimonial * {
    font-weight: 400 !important;
    color:#222222;
}
.page-id-9694 .et_pb_testimonial {
    background: #FF9898;
    border-radius: 10px;
}
.white {
    color: white !important;
}
.pink-font,
.cost h1 {
    color:#FF9898 !important;
}
.testimonial-image-bottom-center {
    width: 96px;
    height: 96px;
    margin: 0 auto;
    border-radius: 100px;
    margin-bottom: 24px;
    margin-top: -100px;
}
.testimonial-image-bottom-center img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    margin-top: 165px;
}
@media only screen and (max-width: 767px) {
    .full-width-mobile {
        width: 100%;
    }
    /* .page-id-9694 yoga-teacher-training-lesley-fightmaster*/
    .page-id-9694 .et_pb_fullwidth_header_0 .header-content h1 {
        padding: 0;
        font-size: 48px !important;
    }
    .page-id-9694 .et_pb_fullwidth_header_0 .et_pb_fullwidth_header_subhead .page-id-9694 .hero-banner p {
        padding-top: 48px !important;
    }
    .page-id-9694 .et_pb_fullwidth_header_0 .et_pb_fullwidth_header_subhead {
        font-size: 40px !important;
    }
    .page-id-9694 .hero-banner h3 {
        margin-left: -40%;
        font-size: 20px;
    }
    .page-id-9694 .hero-banner h4 {
        margin-top: 12px;
        margin-bottom: 52px;
        margin-left: 5%;
    }
    .page-id-9694 .stripe,
    .page-id-10298 .stripe,
    {
        width: 100%;
        margin-left: 0;
        margin-top: 68px;
    }
    .page-id-10298 .stripe p {
        top: -54px;
        line-height: 1em !important;
    }
    .page-id-9694 .stripe p {
        top: -26px;
    }
    .width-70 .et_pb_blurb_content {
        width: 100%;
    }
    .the-perks .et_pb_blurb_container {
        padding-left: 12px;
    }
    .rys a {
        margin: 0 auto;
    }
    .rys a img {
        max-width: 45%;
        margin-bottom: 26px;
    }
    .stripe p {
        line-height: 1em;
    }
    .page-id-9694 .et_pb_blurb {
        width: 80%;
        margin: 16px 10%;
    }
    .page-id-9694 .lower-stripe p {
        top: -62px;
        line-height: 1em;
    }
    .page-id-10298 .lower-stripe p {
        top: -9px;
        margin-top: 0;
    }
    .page-id-10298 .lower-stripe {
        margin-top: 0;
    }
}
.mastermind-button-section .et_pb_button_module_wrapper {
    background: white;
    padding-bottom: 5%;
    width: 90%;
    margin: 0 auto;
}

/*Mobile Yoga Teacher Training*/
@media only screen and (max-width: 980px) {
    .video-arrow-down-mobile {
        left: 50%;
        margin-left: -50px!important;
    }
    .video-section h5 {
        text-align: center!important;
    }
    .post-5958-backup .video-arrow img,
    .page-id-23359 .video-arrow img,
    .video-arrow-down-mobile img {
        max-width: 100px !important;
        transform: rotate(90deg);
        margin-top: .5em;
    }
}
@media only screen and (max-width: 767px) {
    .hero h1 {
        font-size: 48px !important;
    }
    .hero .header-content-container img:first-child {
        max-width: 200px !important;
    }
    .hero .header-content-container img:last-child {
        width: 100% !important;
    }
    /*Section separators*/
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
        width: 100% !important;
    }
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content h1,
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content h2 {
        font-size: 28px !important;
    }
    .headline {
        line-height: 1.2em !important;
    }
    /*want to learn more*/
    /*.post-5958-backup .et_pb_section_4 .et_pb_text, .post-5958-backup .et_pb_section_13 .et_pb_text{
    line-height: 1.2em !important;
    font-size: 32px !important;
    margin-top: 3.3em !important;
  }
  .post-5958-backup .et_pb_section_4 p, .post-5958-backup .et_pb_section_13 p{
    line-height: 1.2em !important;
  }*/
    .post-5958-backup .et_pb_section_11 h2,
    .page-id-14828 .et_pb_section_11 h2,
    .page-id-19583 .et_pb_section_11 h2,
    .page-id-23359 .et_pb_section_11 h2 {
        text-align: left !important;
    }
    .page-id-9694 .et_pb_section,
    .page-id-10298 .et_pb_section,
    .page-id-11752 .et_pb_section,
    .page-id-14277 .et_pb_section,
    .page-id-1029 .et_pb_section {
        padding: 12px 0 !important;
    }
    .stripe {
        text-align: center;
        width: 100%;
        height: 24px;
        margin-left: 0%;
        margin-top: 12px;
        padding-top: 4px;
    }
}

/* END In Person & YTT & Mastermind */

/* START ported from old CSS plugin */
#et-top-navigation {
    /*float: left !important;*/
    padding-left: 0px !important;
    /*width: 75%;*/
}
@media only screen and ( min-width: 768px) and ( max-width: 980px) {
    #et-top-navigation {
        width: 50% !important;
    }
}
#top-menu li {
    padding-right: 76px !important;
}
#top-menu li:last-child {
    padding-right: 0px !important;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    #top-menu li {
        padding-right: 60px !important;
    }
    #top-menu li:last-child {
        padding-right: 0px !important;
    }
}

/*secondary menu*/
#top-header .container {
    font-weight: 400 !important;
}

/**HOMEPAGE **/

/*Challenge main header opt-in*/
@media only screen and (min-width: 100px) and (max-width: 979px) {
    .ck_form.ck_naked .ck_subscribe_button,
    .ck_form.ck_naked input[type="text"],
    .ck_form.ck_naked input[type="email"] {
        height: 60px !important;
    }
    #top-menu li {
        padding-right: 60px !important;
    }
    #top-menu li:last-child {
        padding-right: 0px !important;
    }
}
.sign-up-button {
    font-family: 'Montserrat',
    sans-serif;
    font-size: 1em;
    padding: 4% 22%;
    color: #60063e !important;
    background: #eaca78;
    border: none;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    text-align: center;
}
@media only screen and (max-width: 400px) {
    .sign-up-button {
        padding: 4% 16%;
    }
}
@media only screen and (min-width: 100px) and (max-width: 979px) {
    /*home page more challenges blurbs*/
    #post-6443 .et_pb_blurb .et_pb_blurb_content {
        margin-bottom: 72px !important;
    }
    #post-6443 .et_pb_blurb .et_pb_main_blurb_image {
        padding-bottom: 24px !important;
    }
}

/*convertkit form Ritual*/
.page .ck_form.ck_naked {
    margin: 0 auto !important;
    max-width: 900px !important;
}
.ck_form.ck_minimal h3.ck_form_title {
    padding-bottom: 0 !important;
}
.ck_modal.ck_form_v6 .ck_minimal .ck_subscribe_form {
    padding-top: 0 !important;
}
.ck_form.ck_naked .ck_subscribe_button {
    background: #5FD6BF !important;
}
.ck_form.ck_naked .ck_form_fields {
    padding: 2.5% !important;
}

/*Journal Form*/
.ck_form_v6 .ck_minimal {
    margin-top: 250px !important;
}
.ck_form_v6 .ck_form.ck_minimal .ck_subscribe_button,
.ck_form_v6 .ck_form.ck_minimal input[type="email"] {
    height: 72px !important;
    width:100% !important;
}
.ck_form_v6 .ck_form.ck_minimal .ck_subscribe_button,
{
    float: none !important;
    width: 50% !important;
    padding-bottom: 72px !important;
}
@media only screen and (min-width: 400px) and (max-width: 750px) {
    #post-6443 .et_pb_section_0 {
        background-position-x: 80%;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    /*#post-6443 .et_pb_text_0{
      margin-top: .25em !important;
  }*/
    #post-6443 .et_pb_section_0 .et_pb_row_0 .et_pb_column {
        margin-left: 0%;
        background-color: rgba(255, 255, 255, .5);
        margin-top: 85%;
        padding-left: 5%;
        padding-bottom: 25%;
    }
    #post-6443 .et_pb_image_0 {
        margin-left: -25px !important;
    }
    #post-6443 .et_pb_section_0 .et_pb_row_1 {
        padding: 0 !important;
    }
    #post-6443 .et_pb_text_3 {
        text-align: center !important;
    }
    #post-6443 .et_pb_column_5 .et_pb_image_1 {
        background-image: url("https://bel216staging.wpengine.com/wp-content/uploads/2016/08/ytt-200-hour-banner-mobile.png");
        width: 90%;
        margin-left: 10% !important;
        background-size: contain;
        background-repeat: no-repeat;
        min-height: 150px !important;
        background-position-x: center;
        margin-top: 7.5%;
    }
    #post-6443 .et_pb_column_5 .et_pb_image_1 img {
        display: none;
    }
    #post-6443 .et_pb_section_1 {
        padding: 0 0;
    }
    #post-6443 .et_pb_text_4 {
        margin-left: 5% !important;
        max-width: 90%;
    }
    /**YTT ad**/
    /* #post-6443 .et_pb_section_2{
    min-height: 540px !important;
    background-image: url("https://bel216staging.wpengine.com/wp-content/uploads/2016/08/ytt-website-homepage-mobile.jpg");
   }*/
    #post-6443 .et_pb_text_5 {
        /*
        width: 72.5% !important;
        margin-left: 20%;
        margin-top: 50%;
    */
    }
    #post-6443 .et_pb_text_5 p a {
        font-size: 20px !important;
    }
    #post-6443 .et_pb_column_6 {
        width: 60% !important;
        margin-left: 20% !important;
    }
    #post-6443 .et_pb_section_3,
    #post-6443 .et_pb_section_3 .et_pb_row_3 {
        padding: 0 0;
    }
    /**get uplifted**/
    #post-6443 .et_pb_image_2 {
        margin-top: -1.75em !important;
    }
    /** watch now!**/
    #post-6443 .et_pb_text_7 {
        font-size: 27px;
        margin-top: 2.75em !important;
        margin-bottom: 0% !important;
    }
    /**UPLIFTED SLIDER**/
    .et_pb_slide_description .subtitles {
        font-size: 60px !important;
    }
}
@media only screen and (min-width: 751px) and (max-width: 980px) {
    #post-6443 .et_pb_text_0 {
        margin-top: 8em !important;
        margin-bottom: 3% !important;
        width: 50%;
        float: left;
        text-align: left;
    }
    #post-6443 .et_pb_text_1,
    #post-6443 .et_pb_text_2 {
        margin-top: 5% !important;
        margin-bottom: 5% !important;
    }
    #post-6443 .et_pb_section_0 .et_pb_row_0 .et_pb_column {
        margin-left: 12.5%;
    }
    #post-6443 .et_pb_image_0 {
        margin-top: 1% !important;
        position: absolute;
        max-width: 350px;
    }
    #post-6443 .et_pb_section_0 {
        background-size: cover !important;
        min-height: 357px !important;
    }
    #post-6443 .et_pb_text_3 {
        margin-right: 0px !important;
        text-align: center;
    }
    #post-6443 .et_pb_text_4 {
        /*margin-right: 33.334%;
      margin-left: 33.334% !important;*/
    }
    #post-6443 .et_pb_column {}
    #post-6443 .et_pb_row_1 .et_pb_column {
        margin-left: 0;
    }
    #post-6443 .et_pb_section_1 {
        padding: 0px !important;
    }
    #post-6443 .et_pb_column_5 .et_pb_image_1 {
        width: 75%;
    }
    #post-6443 .et_pb_section_2 {
        min-height: 480px !important;
        /* height: 560px !important;

    background-image: url(https://bel216staging.wpengine.com/wp-content/uploads/2016/08/ytt-website-homepage-narrow.jpg);
   */
    }
    #post-6443 .et_pb_row_3 {
        padding-top: 0px !important;
    }
    #post-6443 .et_pb_column_5 .et_pb_image_1 {
        width: 65%;
        padding-top: 10% !important;
        margin-left: 42.5% !important;
    }
    #post-6443 .et_pb_text_5 {
        font-size: 20px;
    }
    #post-6443 .et_pb_text_5 p a {
        font-size: 24px !important;
    }
    #post-6443 .et_pb_column_6 {
        background-position: top center !important;
        /* 
      width: 50% !important;
      margin-left: 22.5% !important;
      clear: both;

  */
    }
}
@media only screen and (max-width: 1279px) {
    #post-6443 .et_pb_section_0 {
        min-height: 460px;
    }
}

/** SIDE BAR **/
.widgettitle:first-child {
    font-weight: 700;
    color: #195968 !important;
    font-size: 18px;
    margin-bottom: 16px;
    text-align: center !important;
    background-image: url("https://bel216staging.wpengine.com/wp-content/uploads/2016/07/yellow-light-candy-cane-bg.jpg");
    background-size: 350%;
    padding-top: 12px;
}

/** YTT **/

/**we traine to header animated image**/
.animated-words {
    max-width: 750px !important;
    display: inline-block;
    margin-top: 0 !important;
}
.content h2,
.content h3 {
    margin: 7.5% 0 2.5% 0;
    text-align: center;
    line-height: 1.75em;
}
.content h2:first-child {
    margin-top: 0%;
}
.content h5 {
    margin: 7.5% 0 0 0;
    line-height: 1.6em;
    font-weight: 600;
    font-size: 1.3rem;
}
.schedule h3,
.schedule h4,
.threeps h3 {
    text-transform: uppercase;
    font-family: 'Raleway',
    sans-serif;
}
.threeps h3 {
    color: #0f9187;
    font-size:1.333em;
    text-align: center;
    margin: 5% 0 2.5% 0;
    font-weight: 600;
}
@media screen and (max-width: 979px) {
    .threeps h3:first-child {
        padding-top: 10%;
        margin: 0 auto;
    }
}
.schedule h4 {
    color: #555555;
    margin-bottom: 5%;
    font-weight: 300;
    font-size: 1em;
}
.investment h1 {
    font-weight: 700;
    font-size: 2.25em;
    color: #0f9187;
}
.investment h2 {
    color: #5bbcb2
}
.investment h4 {
    margin:5% 0 10% 0;
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
}
.investment h5 {
    margin:5% 0 2.5% 0;
    font-weight: 400;
    font-size: .85em;
}
.payment-options h1,
.payment-options h2,
.payment-options h3,
.payment-options h4,
.payment-options h5,
.payment-options h6,
.deposit h4 {
    color: #777777 !important;
}
.deposit h3 {
    color: #5bbcb2;
}
.schedule .topic-time {
    color: #888888;
    font-weight: 400;
    font-size: 1em;
    display:inline;
    padding-left: 20px;
}
.topic li {
    font-weight:400;
}
.subtopic li {
    list-style-type:circle;
    font-weight:400;
    font-size: 1em;
}
.note {
    font-size: .75em;
}
.reserve {
    margin-top: 5%;
}
#name p,
#name img {
    text-align: center;
}
@media screen and (min-width: 980px) {
    #name p {
        text-align: left !important;
    }
}
.pink-bars-bg h1 {
    line-height: 2em;
}
@media screen and (min-width: 100px) {
    .pink-bars-bg {
        background-size: 250% !important;
    }
}
@media screen and (min-width: 499px) {
    .pink-bars-bg {
        background-size: 250% !important;
    }
}
@media screen and (min-width: 599px) {
    .pink-bars-bg {
        background-size: 200% !important;
    }
}
@media screen and (min-width: 779px) {
    .pink-bars-bg {
        background-size: 175% !important;
    }
}
@media screen and (min-width: 979px) {
    .pink-bars-bg {
        background-size: 125% !important;
    }
}
@media screen and (min-width: 980px) {
    .ryt img {
        margin-left: 50%;
    }
}
@media screen and (max-width: 979px) {
    .ryt img {
        margin: 10% 10% 10% 50%;
    }
}

/*.et_pb_video_play{
    color: #2fc1b3 !important;
    font-size: 12rem !important;
    margin-left: -7rem !important;
    
  }*/
.number {
    vertical-align: middle;
}
.et_pb_testimonial_author {
    font-weight: 600 !important;
}
.et_pb_testimonial_meta {
    font-size: .85em;
}
.banner {
    display:block;
    margin-top: 5%;
}

/** UPLIFTED PAGE **/
.subtitle h1 {
    margin-top: 36px;
    margin-bottom:20px;
}

/* @import url("https://fonts.googleapis.com/css?family=Yellowtail:400"); */

/*homepage slider*/
.post-6443 .et_pb_slider .et_pb_slide_0 .et_pb_slide_description .et_pb_slide_title {
    font-family: 'Yellowtail' !important;
}

/*Fonts*/
.yellowtail {
    font-family: 'Yellowtail' !important;
}
.elsie {
    font-family: 'Elsie',
    cursive !important;
}
.rufina {
    font-family: 'Rufina',
    serfif !important;
}
.uppercase {
    text-transform: uppercase;
}
.uplifted-formating {
    font-family: 'Yellowtail' !important;
    font-size: 72px;
}

/*font colors*/
.teal {
    color: #5fd6bf;
}
.fuchsia {
    color: #BF1767;
}
.lilac {
    color: #91839D;
}
.green {
    color: #0f9187;
}
.pink {}
.purple {
    color: #52425e;
}
.yellow {
    color: #eaca78 !important;
}
.blue {
    color: #0c3479;
}
.cyan {
    color: #007daa;
}
.light-yellow {
    color: #f8f7e6 !important;
}
.gray {
    color: #333333 !important;
}

/*background colors*/
.background-light-teal {
    background-color: #f2fcfa;
}
.background-teal {
    background-color: #5fd6bf;
}
.background-fuchsia {
    background-color: #BF1767;
}
.background-lilac {
    background-color: #91839D;
}
.background-green {
    background-color: #0f9187;
}
.background-pink {
    background-color:#FF9898 !important
}
.background-yellow {
    background-color: #eaca78 !important;
}
.background-light-yellow {
    background-color: #f8f7e6 !important;
}
.background-blue {
    background-color: #0c3479;
}
.background-light-gold {
    background-color: #f7f1e1 !important;
}
.start-trial:hover {
    padding:20px 25px;
}
@media screen and (max-width: 767px) {
    .start-trial {
        width: 200px !important;
    }
}

/**  FAQ  **/
.faq-question {
    color: #202c2d;
    padding-top:28px;
    padding-bottom:14px;
    line-height: 1.5em;
}

/***-----YTT banner homepage------***/
.home-ytt .et_pb_fullwidth_header_container {
    max-width:75%;
}

/* END ported from old CSS plugin */

/* END ported from divi page builder custom css section */
.et_pb_post .entry-content,
.project .entry-content {
    padding-top: 0;
}
.et_pb_post .et_pb_section_0 {
    padding-top: 20px;
}
.et_pb_post .et_pb_section_0 .et_pb_row_0 {
    padding-top: 0px;
}
#bel-opt-in-wrapper {
    padding: 0;
}
#bel-opt-in-wrapper .et_pb_row {
    padding-top: 0px;
}
#bel-opt-in-wrapper .et_pb_text {
    padding-top: 10px;
    margin-bottom: 20px;
}
#bel-main-header-image {
    margin-bottom: 0px;
}
#bel-main-header-section {
    padding: 0px;
    margin: 0px
}
#bel-main-header-section .et_pb_row {
    padding-top: 0px;
}
#bel-main-header-section .et_pb_column {
    max-height: 346px;
}
.entry-content {
    font-size: 18px;
    font-weight: 550;
}
#bel-donate-header.et_pb_section {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 85px;
}
#bel-donate-header .et_pb_row {
    padding-top: 0px;
    vertical-align: middle;
}
#bel-donate-header .et_pb_text {
    margin-bottom: 0px;
    vertical-align: middle;
    margin-top: 28px;
    font-family: 'Montserrat';
}
#bel-donate-header .et_pb_column {
    vertical-align: middle;
}
#bel-donate-header .et_pb_column img {
    margin-top: 20px;
    margin-bottom: 0px;
    vertical-align: middle;
}
#bel216-donate-button {
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
}
.et_project_categories {
    display:none;
}
.et_project_meta {
    display: none;
}

/*#top-header { display:none }*/
#bel-testimonial-download-cta {
    padding-top: 0px;
    padding-bottom: 0px;
}
#bel-three-buttons-cta {
    padding-top: 0px;
    padding-bottom: 0px;
}
#bel-sf-get-in-touch {
    padding-top: 0px;
    padding-bottom: 0px;
}
#footer-bottom {
    background-color: #fff
}
#footer-info {
    color: #000
}
#bel-sf-footer {
    padding-top: 0px;
    padding-bottom: 0px;
}
#bel-sf-footer .et_pb_contact_main_title {
    color: #fff;
}
.et_main_title h1 {
    font-family: 'montserrat';
    font-size: 35px;
    padding-bottom: 0px;
    text-align: center;
}
#bel216-music-header {
    padding-top: 0px;
    padding-bottom: 0px;
}
#bel216-music-cta {
    padding-top: 20px;
    padding-bottom: 10px;
}
#bel216-studio-text {
    padding-top: 20px;
    padding-bottom: 0px;
}
#bel216-studio-cta {
    padding-top: 0px;
    padding-bottom: 0px;
}
#bel216-studio-text .et_pb_row {
    padding-top: 20px;
}
#bel216-studio-top {
    padding-top: 15px;
    ;
    padding-bottom: 0px;
}
#bel216-video-header {
    margin-bottom: 0px;
}
#bel-biz-header {
    padding-top: 0px;
    padding-bottom: 0px;
}
#bel-biz-are-you {
    padding-top: 0px;
    padding-bottom: 0px;
}
#bel-biz-details {
    padding-top: 0px;
    padding-bottom: 0px;
}
#bel-biz-end {
    padding-top: 0px;
    padding-bottom: 0px;
}
#bel216-buttons {
    padding-top: 18px;
    padding-bottom: 0px;
}
#bel216-buttons .et_pb_row {
    padding-top: 0px;
}
#bel216-downloads {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* END ported from divi page builder custom css section */

/*Custom Table of Content*/
#ctoc {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    display: table;
    margin-bottom: 1em;
    padding: 10px;
    position: relative;
    width: auto;
}
.ctoc-title {
    font-weight: 600 !important;
    padding-bottom: 0px !important;
    cursor: pointer;
    margin-bottom: 5px;
}
ul.ctoc-main-list {
    padding-bottom: 0!important;
    padding-right: 5px!important;
}
ul.ctoc-main-list li {
    list-style: none;
    font-size: 16px;
}
ul.ctoc-inner-list {
    list-style: none;
    margin: 0;
    padding-bottom: 0!important;
}
.bl-toggle-icon {
    display: inline-block;
    font-size: 20px;
    padding-left: 10px;
    line-height: 22px;
    position: relative;
    top: 2px;
}

/*End*/

/*300hr page css*/
.custom-image-set {
    display:inline-block;
    text-align:center;
}
.custom-image-set img {
    width:500px;
    margin:20px;
}
@media screen and (max-width: 768px) {
    .custom-image-set {
        display: block;
    }
    .custom-image-set img {
        width: auto;
        margin: 20px 0;
    }
}
ul.custom-list-dot-style {
    list-style: none;
    padding:0;
    margin:0;
}
.custom-list-dot-style li {
    padding-left: 1em;
    text-indent: -.7em;
}
.custom-list-dot-style li:before {
    content: "• ";
    color: #eaca78;
}
.custom-watch-to-learn-box .new-video-arrow-down-mobile img {
    width:200px
}
.custom-watch-to-learn-box h5 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 15px;
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
    .custom-watch-to-learn-box .new-video-arrow-down-mobile {
        text-align: center;
    }
    .custom-watch-to-learn-box .new-video-arrow-down-mobile img {
        transform: rotate(90deg);
        width: 90px;
    }
    .custom-watch-to-learn-box h5 {
        text-align: center;
        font-size: 28px;
        margin-top: 30px;
    }
}
.bl-shadescreen {
    border: 0px;
    border-radius: 0px;
    float: none;
    letter-spacing: normal;
    outline: none;
    text-decoration: none;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    line-height: 1;
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
    appearance: none;
    position: fixed;
    z-index: 888888888;
    inset: 0px;
    zoom: 1;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: auto scroll;
    background: rgba(0,
    0,
    0,
    0.7);
    display: block;
}
.bl-option-popup-wrap {
    background: white;
    position: absolute;
    padding: 35px 15px 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,
    -50%);
    width: 800px;
    overflow-y: auto;
    max-height: 95vh;
}
#bl-optin-close {
    text-align: right;
    position: fixed;
    top: 15px;
    right: 15px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .bl-option-popup-wrap {
        width: 90%;
    }
}
.bl-popup-show {
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    z-index: 11111111;
}
.bl-popup-hide {
    opacity: 0;
    z-index: -2;
    visibility: hidden;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.bl-optin-popup-details-wrap {
    text-align: center;
}
.bl-optin-popup-details-wrap .bl-optin-popup-title {
    font-size: 28px;
    padding: 0 20px;
}
.bl-optin-popup-details-wrap .bl-optin-popup-image-wrap {
    margin: 10px 0;
}
.bl-optin-popup-details-wrap .bl-optin-popup-image-wrap img {
    width: 450px;
}
@media screen and (max-width: 768px) {
    .bl-optin-popup-details-wrap .bl-optin-popup-title {
        font-size: 20px;
    }
    .bl-optin-popup-details-wrap .bl-optin-popup-image-wrap img {
        width: auto;
    }
}