@font-face {
    font-family: "FuturaTS-Regular";
    src: url('../fonts/template/FuturaTS-Regular.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

h1:not(wp-block-post-content h1),
h2:not(wp-block-post-content h2),
h3:not(wp-block-post-content h3),
h4:not(wp-block-post-content h4),
h5:not(wp-block-post-content h5),
h6:not(wp-block-post-content h6),
p:first-child:not(wp-block-post-content p) { 
    margin-block-start: revert;
    margin-block-end: revert;
	font-weight: revert;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 0px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div#content {
    float: left;
    /* min-height: 1500px; */
    width: 100%;
    float: left;
    position: relative;
    z-index: 5;
    opacity: 0;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

.slider_view {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* overflow: scroll; */
    height: 100vh;
    width: 100vw;
    position: relative;
}

.yoga_view, .smoothie_view {
    width: 100vw;
    height: 100vh;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.smoothie_view.more {
    flex-direction: column;
}

.yoga_view.more {
    flex-direction: column;
}

.content_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.wellness-grid {
    width: 50%!important;
    height: 90%!important;
}

.wellness-grid-item {
    padding: 5px;
    box-sizing: border-box;
}

.wellness-grid-item img {
    width: 100%!important;
    height: auto!important;
    margin: auto!important;
    float: left;
}

.wellness-grid-item span {
    font-size: 12px;
    font-family: 'FuturaTS-Regular';
    line-height: 16px;
    color: black;
    /* padding: 5px; */
    /* box-sizing: border-box; */
}

.wellness-grid-item.copy1 {
    display: flex;
    align-items: flex-end;
}

.wellness-grid-item.rightaligned img {
    width: 82%!important;
    float: right!important;
    margin: unset!important;
}

.initial_view_bottom {
    color: #92A9C8;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 19px;
    font-family: 'FuturaTS-Regular';
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    width: 90%;
}

.bottom_link.yoga_next {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.bottom_link.smoothie_next {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bottom_link.smoothie_back, .bottom_link.yoga_more {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.bottom_link.smoothie_more, .bottom_link.yoga_back {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

img.left_arrow {
    width: 15px!important;
    margin-right: 15px;
}

img.right_arrow {
    width: 15px!important;
    margin-left: 15px;
}

.content_yoga {
    width: 70vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.content_smoothie {
    width: 70vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.video_title_yoga {
    font-size: 18px;
    letter-spacing: 8px;
    line-height: 22px;
    color: black;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'FuturaTS-Regular';
}

.video_holder_yoga {
    width: 70%;
}

.video_holder_yoga video {
    width: 100%;
}

.video_copy_yoga {
    width: 50%;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    font-family: 'FuturaTS-Regular';
    color: black;
    line-height: 15px;
}

.side_window {
    width: 30vw;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.initial_view {
    width: 60vw;
    height: 100vh;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
}

.initial_view_top {
    margin-top: 50px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #737373;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: .5px;
    font-family: 'FuturaTS-Regular';
}

.initial_view_center {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.initial_view_center h1 {
    font-family: 'FuturaTS-Regular';
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 25px;
    color: black;
}

.wellness_copy {
    width: 300px;
    font-size: 12px;
    font-family: 'FuturaTS-Regular';
    line-height: 15px;
    text-align: justify;
    color: black;
    margin-top: 100px;
}

.video_holder_smoothie {
    width: 100%;
}

.video_holder_smoothie video {
    width: 100%;
}

.recipe_wellness {
    width: 1000px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.recipe_wellness img {
    width: 70%!important;
    height: auto!important;
}

.ingredients_list {
    width: 25%;
    padding-left: 20px;
    font-family: 'FuturaTS-Regular';
    color: black;
    font-size: 14px;
    line-height: 22px;
}

.ingredients_list_holder {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.ingredients_list_holder span {
    width: 100%;
    float: left;
}

@media all and (max-width: 1000px) {

}

@media all and (max-width: 700px) {
    .yoga_view, .smoothie_view {
        width: 100vw;
        height: 100vh;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap-reverse;
    }

    .smoothie_view .content_holder {
        height: 70%;
        padding: 40px 0;
    }

    .yoga_view .content_holder {
        height: 90%;
        padding: 40px 0;
    }
    
    .wellness-grid-item.rightaligned img {
        width: 100%!important;
        float: right!important;
        margin: 25px 0px 0px !important;
    }
    
    .wellness-grid {
        width: 100%!important;
        height: 90%!important;
        overflow: scroll;
    }
    
    .wellness-grid-item img {
        width: 100%!important;
        height: auto!important;
        margin: 25px 0px 0px !important;
    }
    
    .wellness-grid-item {
        display: flex;
        align-items: flex-end;
        width: 100%!important;
        float: left;
        height: unset!important;
        position: relative;
        box-sizing: border-box;
        padding: 0px 5%;
    }
    
    .wellness-grid-item span {
        font-size: 12px;
        font-family: 'FuturaTS-Regular';
        line-height: 16px;
        color: black;
        /* padding: 5px; */
        /* box-sizing: border-box; */
        margin-top: 25px;
    }
    
    .wellness-grid-item:last-child {
        margin-bottom: 50px;
    }

    .content_yoga {
        width: 100vw;
        height: 70vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        order: 1;
    }

    .content_smoothie {
        width: 100%;
        height: 70vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .video_title_yoga {
        font-size: 18px;
        letter-spacing: 8px;
        line-height: 22px;
        color: black;
        margin-bottom: 30px;
        text-transform: uppercase;
        font-family: 'FuturaTS-Regular';
        margin-top: 50px;
    }

    .video_holder_yoga {
        width: 90%;
    }
    
    .video_copy_yoga {
        width: 70%!important;
        text-align: center;
        margin-top: 30px;
        font-size: 14px;
        font-family: 'FuturaTS-Regular';
        color: black;
        line-height: 15px;
    }

    .side_window {
        width: 100vw!important;
        height: 30vh;
        background-size: cover;
        background-position: 50% 70%;
        order: 2;
    }

    .wellness_copy {
        width: 100%;
        font-size: 12px;
        font-family: 'FuturaTS-Regular';
        line-height: 15px;
        text-align: justify;
        color: black;
        margin-top: 30px;
    }

    .video_holder_smoothie {
        width: 130%;
    }

    .recipe_wellness {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .ingredients_list {
        width: 90%;
        padding-left: 20px;
        font-family: 'FuturaTS-Regular';
        color: black;
        font-size: 14px;
        line-height: 22px;
    }

    .initial_view {
        width: 100vw;
        height: 100vh;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        text-align: center;
    }
}