/*!
Theme Name: VR World NYC
Theme URI: http://underscores.me/
Author: INCLINED
Author URI: http://inclinedinc.com
Description: A custom WordPress theme built by INCLINED, Inc. for VR World, Inc.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vr_world_nyc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

VR World NYC is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.section-sub-hero {
    width: 100%;
    background: white
}

.section-experiences {
    width: 100%;
    background-color: #D1D2D4
}

.hslider_slide_content_holder {
    width: calc(100% - 72px) !important;
    margin: 0 auto !important
}

.hslider_image_element {
    background-blend-mode: difference !important
}

.hslider_button_element {
    font-size: 30px !important;
    font-family: Typewriter_ !important;
    font-weight: normal !important;
    text-transform: uppercase !important
}

.hslider_button_content {
    border-radius: 45px !important;
    padding: 30px 36px !important
}




#section-experience-content-wrapper {
    width: calc(100% - 30px);
    margin: 0px auto;
    padding: 40px 0px;
    max-width: 1368px
}

#quicksearch {
    background-color: black;
    border-radius: 44.5px;
    height: 90px;
    line-height: 90px;
    color: white;
    font-family: Typewriter_;
    text-transform: uppercase;
    padding: 0 36px;
    color: #fff;
    max-width: 290px;
    text-align: center;
}

.experience-sub-hero-image-wrapper {
    position: relative;
    height: 600px;
    width: 100%;
    margin: 0px auto
}

.experience-sub-hero-image-wrapper {
    position: relative;
    height: 680px;
    width: 100%;
    margin: 0px auto;
    background-size: cover;
    background-position: top center
}

#experience-sub-hero-blurb-wrapper {
    width: calc(100% - 30px);
    max-width: 1368px;
    margin: 0px auto;
    display: block;
}

#experience-sub-hero-content-wrapper {
    width: calc(100% - 30px);
    height: 680px;
    max-width: 1368px;
    font-family: "Typewriter_";
    font-weight: normal;
    font-size: 30px;
    margin: 0px auto;
    position: relative;
    text-align: left
}

#experience-sub-hero-content-wrapper .hero-text-container {
    position: absolute;
    bottom: 36px;
    left: 0px
}





.section-experiences h1 {
    font-family: VRWORLD-Light;
    font-size: 90px;
    line-height: 1;
    padding: 50px 0;
}

@media screen and (max-width: 840px) {
    .section-experiences h1 {
        font-family: VRWORLD-Light;
        font-size: 60px
    }
}

@media screen and (max-width: 480px) {
    .section-experiences h1 {
        font-family: VRWORLD-Light;
        font-size: 40px
    }
}

.isotope-button-games,
.isotope-button-music,
.isotope-button-film,
.isotope-button-art,
.isotope-button-alpha,
.isotope-button-show-all {
    border-radius: 44.5px;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    font-family: Typewriter_;
    font-weight: normal;
    font-size: 30px;
    min-width: 184px;
    height: 90px;
    line-height: 90px;
    margin-right: 0;
    margin-bottom: 0;
    border: 0px;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.isotope-filters-wrapper {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.isotope-filters-wrapper button {
    margin-right: 30px;
    margin-bottom: 20px;
}
.isotope-filters-wrapper button:last-child {
    margin-right: 0;
}

.isotope-button-games,
.isotope-button-film,
.isotope-button-music,
.isotope-button-art,
.isotope-button-alpha,
.isotope-button-show-all {
    background-color: white;
    color: black;
    border: transparent 2px solid;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s
}

.isotope-button-games.is-checked,
.isotope-button-games:hover {
    background-color: magenta;
    color: black;
    border: transparent 2px solid;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s
}

.isotope-button-music.is-checked,
.isotope-button-music:hover {
    background-color: cyan;
    color: black;
    border: transparent 2px solid
}

.isotope-button-film.is-checked,
.isotope-button-film:hover {
    background-color: red;
    color: black;
    border: transparent 2px solid
}

.isotope-button-art.is-checked,
.isotope-button-art:hover {
    background-color: #00FF00;
    color: black;
    border: transparent 2px solid
}

.isotope-button-show-all.is-checked,
.isotope-button-show-all:hover {
    background-color: #feff00;
    color: black;
    border: transparent 2px solid
}

.isotope-button-alpha.is-checked,
.isotope-button-alpha:hover {
    background-color: black;
    color: white;
    border: transparent 2px solid
}



#alpha-button-wrapper .sort-title {
    display: inline-block;
    font-family: Typewriter_;
    margin-right: 30px;
    font-size: 30px
}

#alpha-button-wrapper .isotope-button-alpha {
    display: inline-block
}

.grid a .art {
    background-color: #00FF00
}

.grid a .film {
    background-color: red
}

.grid a .game {
    background-color: magenta
}

.grid a .music {
    background-color: cyan
}

.grid-item h5 {
    position: absolute;
    top: 10px;
    left: 10px;
    color: black;
    padding: 20px;
    font-family: Typewriter_;
    font-size: 30px;
    text-transform: uppercase
}

.grid-item h5.Art {
    background-color: #00FF00;
    color: black
}

.grid-item h5.Game {
    background-color: magenta;
    color: black
}

.grid-item h5.Film {
    background-color: red;
    color: black
}

.grid-item h5.Music {
    background-color: cyan;
    color: black
}

@media all and (min-width: 769px) {
    .experiences-sub-page {
        margin-top: 105px !important
    }
}

.section-sub-hero {
    overflow: auto;
    display: block
}

#experiences-wrapper {
    width: calc(100% - 30px);
    max-width: 1368px;
    background-color: #FFF;
    margin: 75px auto;
    margin-bottom: 75px;
    margin-top: 15px;
    transition: height 0.25s ease-in;
    overflow: auto
}




#experience-sub-hero-blurb {
    text-transform: uppercase;
}


.experience-search-and-alpha-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.experience-search-and-alpha-wrapper .search-form {
    margin-bottom: 0;
}
.experience-search-and-alpha-wrapper .search-form label input[type="search"] {
    color: #fff;
    background-color: #000;
}
.experience-search-and-alpha-wrapper .search-form label input[type="search"]::placeholder {
    color: #fff;
}


.experiences-thumb-wrapper {
    min-height: 925px
}

.experiences-thumb-details {
    display: block;
    padding: 2.5%;
}

.experiences-thumb-details h3 {
    font-family: VRWORLD-Light;
    font-weight: normal;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    color: black;
    margin-bottom: 10px;
}

.experiences-thumb-details .experiences-thumb-excerpt {
    font-family: Typewriter_;
    font-weight: normal;
    font-size: 30px;
    text-transform: uppercase;
    color: black;
    margin-bottom: 40px;
    line-height: 36px
}

.experiences-thumb-details .experiences-thumb-arrow-wrapper {
    max-width: 38px;
    bottom: 10px;
    right: 15px;
    position: absolute;
    font-weight: normal;
    font-size: 36px;
    height: 50px;
    line-height: 1;
    color: black;
    content: "\2192" !important;
    font-family: VRWORLD-Basic !important;
    color: black;
    display: block;
}

#arrow-test::before {
    content: "•";
    padding-right: 8px;
    color: blue
}

#arrow-test {
    font-family: "VRWORLD Basic";
    font-size: 30px
}

#experiences-content {
    width: 100%;
    max-width: 1020px;
    margin: 0px auto;
    text-align: center;
    transition: height 0.25s ease-in
}

.isotope-filters-wrapper ul {
    float: none
}

.isotope-filters-wrapper ul li {
    font-family: Typewriter_;
    display: inline-block;
    list-style: none;
    padding: 0px 25px;
    letter-spacing: .02em
}

.isotope-filters-wrapper ul li a {
    color: #000;
    text-decoration: none
}

.isotope-filters-wrapper ul li a:hover {
    text-decoration: underline
}

.selected-filter {
    text-decoration: underline
}

.experiences-link,
.experiences-link:hover,
.experiences-link:visited,
.experiences-link:active {
    color: #FFF !important;
    vertical-align: middle;
    text-decoration: none
}

.imgWrap {
    position: relative;
    width: calc(100% - 6px);
    max-width: 420px;
    display: inline-block;
    margin: 0px 3px 6px 3px
}

.imgWrap img {
    width: 100%
}

.imgDescription {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ec008c;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: table-cell;
    vertical-align: middle;
    color: #FFF;
    display: block;
    margin: 0px auto
}

.imgDescription h3 {
    margin-top: 20%;
    margin-bottom: 5px
}

.imgDescription h5 {
    margin-top: 0px;
    text-transform: uppercase
}

.imgWrap:hover .imgDescription {
    visibility: visible;
    opacity: .90
}

#experiences-wrapper {
    width: 90%;
    max-width: 1020px;
    margin: 0px auto;
    padding-top: 0px;
    margin-bottom: 75px;
    margin-top: 15px;
    text-align: center
}

#experiences-wrapper #experiences-single-detail-wrapper {
    width: 100%;
    display: inline-block;
    text-align: center
}

#experiences-wrapper #experiences-single-detail-wrapper h1 {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: Typewriter_;
    font-size: 2em;
    line-height: 1em
}

#experiences-wrapper #experiences-single-detail-wrapper h2 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 1.15em;
    line-height: .9em
}

#experiences-wrapper #experiences-single-detail-wrapper h3 {
    margin: 20px 0px;
    font-size: .9em
}

#experiences-wrapper #experiences-single-blurb-wrapper {
    width: 90%;
    margin-left: 0%;
    display: inline-block;
    vertical-align: top;
    text-align: left
}

#experiences-image-wrapper {
    width: calc(100% - 30px);
    max-width: 980px;
    margin: 0px auto;
    text-align: center;
    display: none
}

#experiences-image-wrapper img {
    width: 100%;
    max-width: 1020px;
    margin: 0px auto
}

#experiences-image-mobile-wrapper {
    width: calc(100% - 30px);
    max-width: 980px;
    margin: 0px auto;
    text-align: center;
    display: block
}

#experiences-image-mobile-wrapper img {
    width: 100%;
    max-width: 1020px;
    margin: 0px auto
}

@media all and (min-width: 769px) {
    #experiences-image-wrapper {
        display: block
    }
    #experiences-image-mobile-wrapper {
        display: none
    }
    #experiences-wrapper {
        width: 100%;
        max-width: 1020px;
        margin: 0px auto;
        padding-top: 20px;
        margin-bottom: 75px;
        margin-top: 15px;
        text-align: left
    }
    #experiences-wrapper #experiences-single-detail-wrapper {
        width: 24%;
        display: inline-block;
        text-align: left
    }
    #experiences-wrapper #experiences-single-blurb-wrapper {
        width: 69%;
        margin-left: 5%;
        display: inline-block;
        vertical-align: top;
        text-align: left
    }
}

.experiences-details .btn {
    border-color: blue;
    color: blue;
    margin: 0px 0px 30px 0px
}

.experiences-details .btn:hover {
    color: #FFF;
    background-color: blue
}

@media all and (min-width: 280px) {
    .imgWrap {
        position: relative;
        width: calc(100% - 6px);
        max-width: 640px;
        display: inline-block;
        margin: 0px 3px 6px 3px
    }
    #experiences-wrapper {
        width: 90%;
        max-width: 1020px;
        margin: 0px auto;
        padding-top: 20px;
        margin-bottom: 75px;
        margin-top: 15px
    }
    #experiences-single-detail-wrapper {
        width: 100%;
        display: inline-block
    }
}

@media all and (min-width: 641px) {
    .imgWrap {
        position: relative;
        width: calc(50% - 6px);
        max-width: 640px;
        display: inline-block;
        margin: 0px 3px 6px 3px;
        height: 840px
    }
    #experiences-wrapper {
        width: 90%;
        max-width: 1020px;
        margin: 0px auto;
        padding-top: 20px;
        margin-bottom: 75px;
        margin-top: 15px
    }
}

@media all and (min-width: 769px) {
    #experiences-wrapper {
        width: 90%;
        max-width: 1020px;
        margin: 0px auto
    }
    #experiences-single-detail-wrapper {
        width: calc(33% - 6px) !important;
        display: inline-block
    }
}

@media all and (min-width: 1080px) {
    .imgWrap {
        position: relative;
        width: calc(33.333% - 6px);
        max-width: 640px;
        min-height: 840px;
        display: inline-block;
        margin: 0px 3px 6px 3px
    }
    #experiences-wrapper {
        width: 90%;
        max-width: 1020px;
        margin: 0px auto;
        padding-top: 20px;
        margin-bottom: 75px;
        margin-top: 15px
    }
    .imgDescription {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #ec008c;
        color: #fff;
        width: calc(33.333% - 6px);
        height: calc(33.333% - 6px);
        max-width: 640px;
        max-height: 640px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        display: table-cell;
        vertical-align: middle;
        color: #FFF;
        display: block;
        margin: 0px auto
    }
    .imgDescription h3 {
        margin-top: 20%;
        margin-bottom: 5px
    }
    .imgDescription h5 {
        margin-top: 0px;
        text-transform: uppercase
    }
}

.single-experiences {
    padding-top: 50px !important
}

#experience-header {
    font-size: 30px;
    text-transform: uppercase;
    font-family: VRWORLD-Light
}

#experience-image-wrapper {
    width: 100%;
    display: inline-block
}

#experience-blurb {
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px
}
#group-helper {
    position: absolute;
    bottom: 0;
    width: 45%;
    left: 55%;
    top: -5%;
    margin: auto 0;
    display: flex;
    align-items: center;
}
#group-helper.hidden {
    display: none;
}
#group-form-wrapper.success_form {
    padding-bottom: 30px;
}
#group-form-wrapper.success_form p:empty {
    display: none;
}
#group-form-wrapper.success_form h1 {
    padding-bottom: 15px;
}
@media all and (min-width: 920px) {
    #experience-image-wrapper {
        width: calc(50% - 36px);
        display: inline-block
    }
    #experience-blurb {
        text-transform: uppercase;
        width: calc(50% - 36px);
        display: inline-block;
        vertical-align: top;
        margin-top: 0 !important;
        margin-left: 30px
    }
}

@media screen and (min-width: 720px) {
    #group-form-wrapper {
        width: 60%;
        text-align: left
    }
    #group-form-header {
        font-size: 90px
    }
}

@media screen and (max-width: 719px) {
    #group-form-wrapper {
        width: 100% !important;
        margin: 0px auto;
        text-align: left
    }
    #group-helper {
        display: none;
    }


    #group-form-header {
        font-size: 60px
    }
}

@media screen and (max-width: 480px) {
    #group-form-header {
        font-size: 36px
    }
}

#group-form-header {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    max-width: none
}

#tripleseat_embed_form h1,
#tripleseat_embed_form h2,
#tripleseat_embed_form h3,
#tripleseat_embed_form h4,
#tripleseat_embed_form h5,
#tripleseat_embed_form h6 {
    font-size: 36px
}

.content-wrapper-group-module {
    width: calc(100% - 30px);
    max-width: 1368px;
    margin: 0 auto;
    padding: 23px 0 36px 0;
    overflow: auto;
}

.section-group .group-bg-gray {
    width: 100%;
    max-width: 1368px;
    height: 488px;
    background-color: #d1d2d4;
    display: table;
    padding-bottom: 36px
}

.section-group .group-bg-purple {
    width: 100%;
    max-width: 1368px;
    height: 488px;
    background-color: #ff01ff;
    display: table;
    padding-bottom: 36px
}

.section-group .group-bg-yellow {
    width: 100%;
    max-width: 1368px;
    height: 488px;
    background-color: #feff00;
    display: table;
    padding-bottom: 36px
}

.section-group .group-bg-color {
    width: 100%;
    max-width: 1368px;
    min-height: 488px;
    background-color: #feff00;
    display: table;
    padding-bottom: 36px
}

.group-bg-colored:nth-of-type(1) {
    background: cyan
}

.group-bg-colored:nth-of-type(2) {
    background: #00FF00
}

.group-bg-colored:nth-of-type(3) {
    background: #FEFF00
}

.group-bg-colored:nth-of-type(4) {
    background: #D1D2D4
}

.group-bg-colored:nth-of-type(5) {
    background: #00B5AF
}

.group-col-1 {
    float: left;
    text-align: left
}

.group-col-2 {
    float: right;
    text-align: right;
    padding-top: 13px;
}

.group-thumb {
    width: 100%;
    display: block;
}
.group_block_text {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.group-col-1 .btn-black {
    border-radius: 44.5px;
    background-color: black;
    color: white;
    float: none !important;
    clear: both !important;
    margin: 0 auto;
    width: 184px;
    height: 90px;
    line-height: 90px;
    display: inline-block;
    padding: 0;
    font-family: Typewriter_;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    border: transparent 2px solid;
    -webkit-transition: background-color 250ms ease-out, color 350ms ease-out, border 250ms ease-out;
    -ms-transition: background-color 250ms ease-out, color 350ms ease-out, border 250ms ease-out;
    transition: background-color 250ms ease-out, color 350ms ease-out, border 250ms ease-out
}

.group-col-1 .btn-black:hover {
    text-decoration: none;
    background-color: white;
    color: black;
    border: transparent 2px solid;
    -webkit-transition: background-color 250ms ease-out, color 350ms ease-out, border 250ms ease-out;
    -ms-transition: background-color 250ms ease-out, color 350ms ease-out, border 250ms ease-out;
    transition: background-color 250ms ease-out, color 350ms ease-out, border 250ms ease-out
}

@media screen and (max-width: 1439px) {
    .group-thumb {
        padding-bottom: 0px
    }
    .group-headline-text {
        font-size: 3.5vw;
        line-height: 3.7vw
    }
    .group-blurb {
        font-size: 30px;
        line-height: 36px
    }
}

@media screen and (max-width: 1280px) {
    .group-thumb {
        padding-bottom: 0px
    }
    .section-group .group-headline-text {
        font-size: 5.5vw;
        line-height: 5.75vw
    }
    .section-group .group-blurb {
        font-size: 30px;
        line-height: 36px;
        padding-top: 36px
    }
}

@media screen and (max-width: 992px) {
    .group-thumb {
        padding-bottom: 0px
    }
    .section-group .group-headline-text {
        font-size: 4.5vw;
        line-height: 4.75vw
    }
    .section-group .group-blurb {
        font-size: 30px;
        line-height: 36px;
        padding-top: 20px
    }
}

@media screen and (max-width: 768px) {
    .group-thumb {
        padding-bottom: 0px
    }
    .section-group .group-headline-text {
        font-size: 5.5vw;
        line-height: 5.75vw
    }
    .section-group .group-blurb {
        font-size: 30px;
        line-height: 36px
    }
    .section-stay-in-touch .stay-in-touch-headline {
        max-width: 70vw;
        width: 100%
    }
}

@media screen and (max-width: 640px) {
    .group-thumb {
        padding-bottom: 0px
    }
    .section-group .group-headline-text {
        font-size: 6.5vw;
        line-height: 6.8vw
    }
    .section-group .group-blurb {
        font-size: 30px;
        line-height: 36px;
        padding-top: 20px
    }
}

.group-button-wrapper {
    width: 100%;
    text-align: right;
}

@media screen and (max-width: 992px) {
    .group-col-1 {
        text-align: left
    }
    .group-headline-text {
        text-align: left !important
    }
    .group-blurb {
        text-align: left !important
    }
    .group-button-wrapper {
        width: 100%;
        text-align: right;
    }
    .group-col-2 {
        padding-top: 0;
    }
    .content-wrapper-group-module {
        padding: 25px 0;
    }
}

@media screen and (min-width: 1092px) {
    .group-col-1 {
        text-align: left
    }
    .group-col-1 .btn-purple {
        border-radius: 44.5px;
        background-color: #ff01ff;
        color: white;
        float: right !important;
        clear: none !important;
        margin: 0 auto
    }
    .btn-blue {
        border-radius: 44.5px;
        background-color: #06FFFF;
        color: black;
        float: right !important;
        clear: none !important;
        margin: 0 auto
    }
    .btn-green {
        border-radius: 44.5px;
        background-color: #00ff00;
        color: black;
        float: right !important;
        clear: none !important;
        margin: 0 auto
    }
    .btn-red {
        border-radius: 44.5px;
        background-color: #ff0200;
        color: white;
        float: right !important;
        clear: none !important;
        margin: 0 auto
    }
}

.section-group .group-headline-wrapper {
    width: 100%;
    max-width: 1368px;
    background: white
}

.group-headline-arrow {
    padding-top: 0;
    font-size: 28px;
    line-height: 36px;
    vertical-align: text-bottom;
    content: "\2192" !important;
    font-family: VRWORLD-Basic !important;
    color: #231f20;
    display: inline-block;
    position: relative;
}

.section-group .group-headline-text {
    font-family: 'VRWORLD-Basic';
    font-size: 28px;
    line-height: 48px;
    color: #231f20;
    display: inline;
    vertical-align: bottom
}

.section-group .group-headline-text .first-word {
    font-family: 'VRWORLD-Light'
}

@media screen and (min-width: 1199px) {
    .section-group .group-headline-text {
        font-family: 'VRWORLD-Basic';
        font-size: 45px;
        line-height: 60px;
        color: #231f20;
        display: inline-block;
        vertical-align: bottom;
    }
    .group-headline-arrow {
        padding-top: 0;
        font-size: 45px;
        line-height: 45px;
        vertical-align: text-bottom;
        content: "\2192" !important;
        font-family: VRWORLD-Basic !important;
        color: #231f20;
        display: inline-block;
        position: relative;
        top: 0;
    }
}

.section-group .group-blurb {
    font-family: Typewriter_;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-group .group-headline-wrapper .group-headline-1 {
    max-width: 378px;
    height: 100%;
    height: 94px;
    font-family: VRWORLD;
    font-size: 5.7vw;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color: #000;
}

.section-group .group-headline-wrapper .group-headline-2 {
    max-width: 756px;
    width: 100%;
    height: 94px;
    font-family: VRWORLD;
    font-size: 5.7vw;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color: #000;
}

.section-testimonial {
    background-color: white;
}

.eapps-testimonials-slider-page-item-single-spotlight {
    margin: 0 auto 0px !important;
    padding-bottom: 15px !important;
    max-width: 760px !important;
}

@media screen and (min-width: 1081px) {
    .testimonial-content-wrapper {
        width: calc(100% - 30px);
        max-width: 1368px;
        margin: 36px auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .testimonial-content-wrapper .testimonial-col-1 {
        width: 70%;
        display: inline-block;
        font-family: Typewriter_;
        font-size: 30px;
        float: none !important;
    }
    .testimonial-content-wrapper .testimonial-col-1 .testimonial-headline {
        font-family: VRWorld-Light;
        font-weight: normal;
        font-size: 60px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .testimonial-content-wrapper .testimonial-col-2 {
        width: 25%;
        display: inline-block;
        float: none !important;
    }
}

@media all and (max-width: 1080px) {
    .testimonial-content-wrapper {
        width: calc(100% - 30px);
        max-width: 1368px;
        margin: 36px auto;
        overflow: auto
    }
    .testimonial-content-wrapper .testimonial-col-1 {
        width: 100% !important;
        display: inline-block;
        font-family: Typewriter_;
        font-size: 30px
    }
    .testimonial-content-wrapper .testimonial-col-1 .testimonial-headline {
        font-family: VRWorld-Light;
        font-weight: normal;
        font-size: 45px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .testimonial-content-wrapper .testimonial-col-2 {
        width: 100% !important;
        display: inline-block
    }
}

@media all and (max-width: 768px) {
    .testimonial-content-wrapper {
        width: calc(100% - 30px);
        max-width: 1368px;
        margin: 36px auto;
        overflow: auto
    }
    .testimonial-content-wrapper .testimonial-col-1 {
        width: 100% !important;
        display: inline-block;
        font-family: Typewriter_;
        font-size: 30px
    }
    .testimonial-content-wrapper .testimonial-col-1 .testimonial-headline {
        font-family: VRWorld-Light;
        font-weight: normal;
        font-size: 30px;
        text-transform: uppercase
    }
    .testimonial-content-wrapper .testimonial-col-2 {
        width: 100% !important;
        display: inline-block;
        margin-top: 25px
    }
}

@media all and (max-width: 1188px) {
    .testimonial-content-wrapper .testimonial-col-2 {
        margin-top: 25px;
        text-align: center
    }
}

@media all and (min-width: 1189px) {
    .testimonial-content-wrapper .testimonial-col-2 {
        margin-top: 0px;
        text-align: left
    }
}

@media all and (max-width: 480px) {
    .testimonial-content-wrapper {
        width: calc(100% - 30px);
        max-width: 1368px;
        margin: 36px auto;
        overflow: auto
    }
    .testimonial-content-wrapper .testimonial-col-1 {
        width: 100% !important;
        display: inline-block;
        font-family: Typewriter_;
        font-size: 30px
    }
    .testimonial-content-wrapper .testimonial-col-1 .testimonial-headline {
        font-family: VRWorld-Light;
        font-weight: normal;
        font-size: 25px;
        text-transform: uppercase
    }
    .testimonial-content-wrapper .testimonial-col-2 {
        width: 100% !important;
        display: inline-block
    }
}

.eui-breakpoint-280 .eapps-testimonials-slider-page-item-single-spotlight .eapps-testimonials-slider-page-item-text,
.eui-breakpoint-480 .eapps-testimonials-slider-page-item-single-spotlight .eapps-testimonials-slider-page-item-text,
.eui-breakpoint-740 .eapps-testimonials-slider-page-item-single-spotlight .eapps-testimonials-slider-page-item-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px !important
}

.eapps-testimonials-slider,
.eui-item-text-excerpt-inner,
.eui-item-text-see-more,
.eui-item-text-full,
.eui-item-text-not-changed {
    font-family: Typewriter_;
    font-size: 25px;
    text-transform: uppercase
}

.eapps-testimonials-slider-page-item-author-info-name,
.eapps-testimonials-slider-page-item-author-info-caption {
    font-family: Typewriter_;
    font-size: 25px !important;
    text-transform: uppercase;
    margin-top: 0 !important
}
.eapps-testimonials-slider-page-item-author-info-caption {
    line-height: 1 !important;
}

.eapps-testimonials-slider-page-item-author-info {
    text-align: left
}

#group-form-blurb {
    text-align: left
}

.section-group {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #d1d2d4
}

.section-group #section-group-content-wrapper {
    width: calc(100% - 30px);
    max-width: 1368px;
    margin: 0 auto;
    text-align: left;
    padding-top: 30px;
    position: relative;
}

.section-group #section-group-content-wrapper #group-form-header {
    width: 100%;
    margin: 0 auto;
    font-family: "VRWORLD-Light";
    text-align: left;
    word-break: break-word;
    line-height: 1.2;
}

.section-group #section-group-content-wrapper #group-form-wrapper {
    width: 60%;
    display: inline-block
}

.section-group #section-group-content-wrapper #group-form-wrapper #lead_form_submit .button {
    background-color: magenta;
    color: #000;
    border-radius: 44.5px;
    width: 184px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 30px;
    line-height: 90px;
    float: none;
    padding: 0px 36px;
    -webkit-transition: background-color 250ms ease-out, color 350ms ease-out;
    -ms-transition: background-color 250ms ease-out, color 350ms ease-out;
    transition: background-color 250ms ease-out, color 350ms ease-out
}

.section-group #section-group-content-wrapper #group-form-wrapper #lead_form_submit .button:hover {
    background-color: white;
    color: magenta;
    -webkit-transition: background-color 250ms ease-out, color 350ms ease-out;
    -ms-transition: background-color 250ms ease-out, color 350ms ease-out;
    transition: background-color 250ms ease-out, color 350ms ease-out
}

.eui-widget-title {
    display: none !important
}

.section-shop-header {
    position: relative;
    width: calc(100% - 30px);
    max-width: 1368px;
    margin: -3px auto;
    padding-bottom: 36px;
}

.section-shop-header .shop-header-text {
    width: 100%;
    max-width: 756px;
    margin-top: 36px
}

.shop-header-blurb {
    margin-top: 30px;
    text-transform: uppercase;
    line-height: 1.2;
}

.section-shop-home {
    width: calc(100% - 30px);
    max-width: 1368px;
    margin: 0 auto;
}
.wrapper-section-shop-home {
    padding: 36px 0;
    background-color: #e5e5e5;
}
.wrapper-section-shop-home .woocommerce ul.products {
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}
.wrapper-section-shop-home .woocommerce ul.products li.product {
    float: none !important;
    width: calc( (100% - 8px) / 3) !important;
    margin: 0 0 4px !important;
    background-color: #fff;
    padding: 39px 16px !important;
}
.wrapper-section-shop-home .woocommerce ul.products li.product:nth-child(3n+2) {
    margin: 0 4px 4px !important;
}
.wrapper-section-shop-home .woocommerce ul.products li.product a {
    display: block;
}
.wrapper-section-shop-home .woocommerce ul.products li.product > a img {
    display: block;
    width: calc( 100% - 72px );
    margin: auto;
    margin-bottom: 90px;
}
.wrapper-section-shop-home .woocommerce ul.products li.product h2 {
    padding: 0;
    font-family: Typewriter_;
    font-size: 30px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.wrapper-section-shop-home .woocommerce ul.products li.product .price {
    font-family: Typewriter_;
    font-size: 30px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000;
    margin: 0;
    margin-bottom: 35px;
}

.section-shop-home ul.products li.product {
    text-transform: uppercase;
    text-decoration: none;
    color: black
}

.section-shop-home ul.products li.product .woocommerce-loop-product__title {
    font-size: 30px !important;
    font-family: Typewriter_
}

.section-shop-home ul.products li.product .add_to_cart_button {
    background-color: blue;
    padding: 0;
    height: 90px;
    line-height: 90px;
    margin-top: 16px;
    border-radius: 45px;
    color: white;
    text-decoration: none;
    text-align: center;
    max-width: 184px;
    width: 100%;
    border: transparent 2px solid;
    -webkit-transition: background-color 250ms ease-out, color 350ms ease-out, border 250ms ease-out;
    -ms-transition: background-color 250ms ease-out, color 350ms ease-out, border 250ms ease-out;
    transition: background-color 250ms ease-out, color 350ms ease-out, border 250ms ease-out
}

.section-shop-home ul.products li.product .add_to_cart_button:hover {
    background-color: #00FF00;
    color: black;
    border: transparent 2px solid;
    -webkit-transition: background-color 250ms ease-out, color 350ms ease-out, border 250ms ease-out;
    -ms-transition: background-color 250ms ease-out, color 350ms ease-out, border 250ms ease-out;
    transition: background-color 250ms ease-out, color 350ms ease-out, border 250ms ease-out
}

.section-shop-home .woocommerce-loop-product__link {
    text-decoration: none;
    color: black
}

.section-shop-home ul.products {
    width: 100%
}

@media screen and (max-width: 844px) {
    ul.products li.product {
        max-width: 300px;
        margin: 0px auto
    }
}

.section-faq {
    position: relative;
    width: calc(100% - 30px);
    max-width: 1368px;
    margin: 0 auto;
    padding-top: 36px
}

.pressapps_faq_accordion {
    width: 100%;
    max-width: 1368px;
    margin: 36px auto;
    font-family: Typewriter_;
    font-weight: normal;
    font-size: 30px;
    text-transform: uppercase
}

.pafa-accordion-q {
    font-size: 30px !important
}


.faq-header {
    width: 100%;
    max-width: 950px;
    margin: 0px;
    text-align: left
}
.pafa-accordion-open {
    background-color: #00FF00;
    border-radius: 44.5px
}

.pafa-accordion-a {
    text-transform: none
}

.pafa-accordion-a p span:before {
    content: url("http://vrworldnyc.wpengine.com/wp-content/themes/vr_world_nyc/img/helper-faq.png") !important;
    padding-right: 10px;
    position: relative;
    top: 7px;
}
.careers_accardion_wrapper .pafa-accordion-a p span:before {
    display: none;
}

.pafa-accordion-q span {
    background-color: transparent !important
}

.si-add-2:before {
    content: "\2192" !important;
    font-family: VRWORLD-Basic !important;
    color: black
}

.si-subtract:before {
    content: "\2192" !important;
    font-family: VRWORLD-Basic !important;
    color: black;
    transform: rotateZ(90deg);
    margin-left: 10px
}

.section-about {
    position: relative
}

.section-our-mission,
.section-our-story,
.section-our-leaders {
    position: relative;
    display: block;
    width: calc(100% - 30px);
    max-width: 1368px;
    margin: 0 auto
}

#section-our-mission-header::first-line,
#section-our-story-header::first-line {
    font-family: VRWORLD-Light;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color: #000000
}

.section-our-mission #section-our-mission-wrapper h1 {
    font-family: VRWORLD-Basic;
    padding-bottom: 0px;
    font-size: 12vw;
    line-height: 10vw;
    overflow: visible;
    padding-bottom: 30px;
    padding-top: 0 !important;
}

.section-our-mission #section-our-mission-wrapper h1::first-line {
    font-family: VRWORLD-Light
}

.section-our-mission #section-our-mission-wrapper #section-our-mission-blurb {
    font-family: Typewriter_;
    font-size: 30px
}

.section-our-story #section-our-story-wrapper h1 {
    font-family: VRWORLD-Basic;
    padding-bottom: 0px;
    font-size: 12vw;
    line-height: 10vw;
    overflow: visible;
    padding-bottom: 30px;
    padding-top: 0 !important;
}

.section-our-story #section-our-story-wrapper h1::first-line {
    font-family: VRWORLD-Light
}

.section-our-story #section-our-story-wrapper #section-our-story-blurb {
    font-family: Typewriter_;
    font-size: 30px
}

@media all and (max-width: 640px) {
    #section-our-story-wrapper h1 {
        font-family: VRWORLD-Basic;
        padding-bottom: 0px;
        font-size: 36px;
        line-height: 32px;
        overflow: visible;
        padding-bottom: 36px
    }
    #section-our-mission-wrapper h1 {
        font-family: VRWORLD-Basic;
        padding-bottom: 0px;
        font-size: 36vw;
        line-height: 32vw;
        overflow: visible;
        padding-bottom: 36px
    }
}

.section-our-leaders .col-3 {
    width: calc(100% - 30px);
    padding: 36px;
    margin: 0 auto;
    display: inline-block
}

@media screen and (min-width: 641px) {
    .section-our-leaders .col-3 {
        width: calc(50% - 36px)
    }
}

@media screen and (min-width: 1092px) {
    .section-our-leaders .col-3 {
        width: calc(49% - 72px)
    }
}

@media screen and (min-width: 1200px) {
    .section-our-leaders .col-3 {
        width: 25%
    }
}

.section-our-leaders {
    overflow: auto
}

.section-our-leaders #section-our-leaders-wrapper {
    overflow: auto
}

.section-our-leaders #section-our-leaders-wrapper h1 {
    font-family: VRWORLD-Basic;
    padding-bottom: 0px;
    font-size: 12vw;
    line-height: 10vw;
    overflow: visible;
    padding-bottom: 36px
}

.section-our-leaders #section-our-leaders-wrapper h1::first-line {
    font-family: VRWORLD-Light
}

.section-our-leaders #section-our-leaders-wrapper #section-our-leaders-blurb {
    font-family: Typewriter_;
    font-size: 30px
}

@media screen and (min-width: 769px) {
    .section-our-mission #section-our-mission-wrapper h1 {
        font-family: VRWORLD-Basic;
        padding-bottom: 0px;
        font-size: 90px;
        line-height: 74px;
        overflow: visible;
        padding-bottom: 30px
    }
    .section-our-mission #section-our-mission-wrapper h1::first-line {
        font-family: VRWORLD-Light
    }
    .section-our-mission #section-our-mission-wrapper #section-our-mission-blurb {
        font-family: Typewriter_;
        font-size: 30px
    }
    .section-our-story #section-our-story-wrapper h1 {
        font-family: VRWORLD-Basic;
        padding-bottom: 0px;
        font-size: 90px;
        line-height: 74px;
        overflow: visible;
        padding-bottom: 30px
    }
    .section-our-story #section-our-story-wrapper h1::first-line {
        font-family: VRWORLD-Light
    }
    .section-our-story #section-our-story-wrapper #section-our-story-blurb {
        font-family: Typewriter_;
        font-size: 30px
    }
    .section-our-leaders {
        overflow: auto
    }
    .section-our-leaders #section-our-leaders-wrapper {
        overflow: auto
    }
    .section-our-leaders #section-our-leaders-wrapper h1 {
        font-family: VRWORLD-Basic;
        padding-bottom: 0px;
        font-size: 90px;
        line-height: 74px;
        overflow: visible;
        padding-bottom: 36px
    }
    .section-our-leaders #section-our-leaders-wrapper h1::first-line {
        font-family: VRWORLD-Light
    }
    .section-our-leaders #section-our-leaders-wrapper #section-our-leaders-blurb {
        font-family: Typewriter_;
        font-size: 30px
    }
}

.content-wrapper-leader-module {
    text-align: center
}

.content-wrapper-leader-module .leader-img {
    height: 234px !important;
    display: inline-block
}

.content-wrapper-leader-module .leader-name {
    text-transform: uppercase
}

#section-our-mission-wrapper h1,
#section-our-story-wrapper h1,
#section-our-leaders-wrapper h1 {
    font-size: 72px !important;
    line-height: 60px !important
}

@media all and (max-width: 640px) {
    #section-our-mission-wrapper h1,
    #section-our-story-wrapper h1,
    #section-our-leaders-wrapper h1 {
        font-size: 36px !important;
        line-height: 32px !important
    }
}

.section-about {
    position: relative
}

.section-press,
.section-our-story,
.section-our-leaders {
    position: relative;
    display: block;
    width: calc(100% - 30px);
    max-width: 1368px;
    margin: 2px auto 0 auto
}

#section-press-header::first-line,
#section-our-story-header::first-line {
    font-family: VRWORLD-Light;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color: #000000
}

.press_links {
    margin: 0px
}

.press-link-a,
.press-link-a:visited {
    color: black;
    text-decoration: underline;
    text-transform: uppercase;
    margin: 16px 0px;
    display: block
}

.press-link-a:hover,
.press-link-a:active {
    color: blue;
    text-decoration: underline
}

.press-thumbnail {
    width: calc(100% - 30px);
    max-width: 640px;
    display: block
}

.section-press #section-press-wrapper {
    background-color: white;
    padding: 0px 0px 36px 0px
}

.section-press #section-press-wrapper h1 {
    font-family: VRWORLD-Basic;
    padding-bottom: 0px;
    font-size: 12vw;
    line-height: 10vw;
    overflow: visible;
    padding-bottom: 36px
}

.section-press #section-press-wrapper h1::first-line {
    font-family: VRWORLD-Light
}

.section-press #section-press-wrapper #section-press-blurb {
    font-family: Typewriter_;
    font-size: 30px
}

.section-our-story #section-our-story-wrapper h1 {
    font-family: VRWORLD-Basic;
    padding-bottom: 0px;
    font-size: 12vw;
    line-height: 10vw;
    overflow: visible;
    padding-bottom: 36px
}

.section-our-story #section-our-story-wrapper h1::first-line {
    font-family: VRWORLD-Light
}

.section-our-story #section-our-story-wrapper #section-our-story-blurb {
    font-family: Typewriter_;
    font-size: 30px
}

@media all and (max-width: 640px) {
    #section-our-story-wrapper h1 {
        font-family: VRWORLD-Basic;
        padding-bottom: 0px;
        font-size: 36px;
        line-height: 32px;
        overflow: visible;
        padding-bottom: 36px
    }
    #section-press-wrapper h1 {
        font-family: VRWORLD-Basic;
        padding-bottom: 0px;
        font-size: 36vw;
        line-height: 32vw;
        overflow: visible;
        padding-bottom: 36px
    }
}

.section-our-leaders .col-3 {
    width: calc(100% - 30px);
    padding: 36px;
    margin: 0 auto
}

@media screen and (min-width: 641px) {
    .section-our-leaders .col-3 {
        width: calc(50% - 36px)
    }
}

@media screen and (min-width: 1092px) {
    .section-our-leaders .col-3 {
        width: calc(49% - 72px)
    }
}

@media screen and (min-width: 1200px) {
    .section-our-leaders .col-3 {
        width: 25%
    }
}

.section-our-leaders {
    overflow: auto
}

.section-our-leaders #section-our-leaders-wrapper {
    overflow: auto
}

.section-our-leaders #section-our-leaders-wrapper h1 {
    font-family: VRWORLD-Basic;
    padding-bottom: 0px;
    font-size: 12vw;
    line-height: 10vw;
    overflow: visible;
    padding-bottom: 36px
}

.section-our-leaders #section-our-leaders-wrapper h1::first-line {
    font-family: VRWORLD-Light
}

.section-our-leaders #section-our-leaders-wrapper #section-our-leaders-blurb {
    font-family: Typewriter_;
    font-size: 30px
}

@media screen and (min-width: 769px) {
    .section-press #section-press-wrapper h1 {
        font-family: VRWORLD-Basic;
        padding-bottom: 0px;
        font-size: 90px;
        line-height: 74px;
        overflow: visible;
        padding-bottom: 36px
    }
    .section-press #section-press-wrapper h1::first-line {
        font-family: VRWORLD-Light
    }
    .section-press #section-press-wrapper #section-press-blurb {
        font-family: Typewriter_;
        font-size: 30px
    }
    .section-our-story #section-our-story-wrapper h1 {
        font-family: VRWORLD-Basic;
        padding-bottom: 0px;
        font-size: 90px;
        line-height: 74px;
        overflow: visible;
        padding-bottom: 36px
    }
    .section-our-story #section-our-story-wrapper h1::first-line {
        font-family: VRWORLD-Light
    }
    .section-our-story #section-our-story-wrapper #section-our-story-blurb {
        font-family: Typewriter_;
        font-size: 30px
    }
    .section-our-leaders {
        overflow: auto
    }
    .section-our-leaders #section-our-leaders-wrapper {
        overflow: auto
    }
    .section-our-leaders #section-our-leaders-wrapper h1 {
        font-family: VRWORLD-Basic;
        padding-bottom: 0px;
        font-size: 90px;
        line-height: 74px;
        overflow: visible;
        padding-bottom: 36px
    }
    .section-our-leaders #section-our-leaders-wrapper h1::first-line {
        font-family: VRWORLD-Light
    }
    .section-our-leaders #section-our-leaders-wrapper #section-our-leaders-blurb {
        font-family: Typewriter_;
        font-size: 30px
    }
}

.content-wrapper-leader-module {
    text-align: center
}

.content-wrapper-leader-module .leader-img {
    height: 234px !important;
    display: inline-block
}

.content-wrapper-leader-module .leader-name {
    text-transform: uppercase
}

#section-press-wrapper h1,
#section-our-story-wrapper h1,
#section-our-leaders-wrapper h1 {
    font-size: 60px !important;
    line-height: 64px !important
}

@media all and (max-width: 640px) {
    #section-press-wrapper h1,
    #section-our-story-wrapper h1,
    #section-our-leaders-wrapper h1 {
        font-size: 36px !important;
        line-height: 32px !important
    }
}

.section-about {
    position: relative
}

.section-careers,
.section-our-story,
.section-our-leaders {
    position: relative;
    display: block;
    width: calc(100% - 30px);
    max-width: 1368px;
    margin: 0 auto
}

#section-careers-header::first-line,
#section-our-story-header::first-line {
    font-family: VRWORLD-Light;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color: #000000
}

.careers_links {
    margin: 0px
}

.careers-link-a,
.careers-link-a:visited {
    color: black;
    text-decoration: underline;
    text-transform: uppercase;
    margin: 16px 0px;
    display: block
}

.careers-link-a:hover,
.careers-link-a:active {
    color: blue;
    text-decoration: underline
}
.wrapper_section_careers {
    background-color: #fff;
}
.section-careers #section-careers-wrapper {
    padding: 50px 0 20px;
}

.section-careers #section-careers-wrapper h1 {
    font-family: VRWORLD-Basic;
    padding-bottom: 0px;
    font-size: 12vw;
    line-height: 10vw;
    overflow: visible;
    padding-bottom: 36px;
    padding-top: 0;
}

.section-careers #section-careers-wrapper h1::first-line {
    font-family: VRWORLD-Light
}

.section-careers #section-careers-wrapper #section-careers-blurb {
    font-family: Typewriter_;
    font-size: 30px
}

.section-our-story #section-our-story-wrapper h1 {
    font-family: VRWORLD-Basic;
    padding-bottom: 0px;
    font-size: 12vw;
    line-height: 10vw;
    overflow: visible;
    padding-bottom: 36px
}

.section-our-story #section-our-story-wrapper h1::first-line {
    font-family: VRWORLD-Light
}

.section-our-story #section-our-story-wrapper #section-our-story-blurb {
    font-family: Typewriter_;
    font-size: 30px
}

@media all and (max-width: 640px) {
    #section-our-story-wrapper h1 {
        font-family: VRWORLD-Basic;
        padding-bottom: 0px;
        font-size: 36px;
        line-height: 32px;
        overflow: visible;
        padding-bottom: 36px
    }
    #section-careers-wrapper h1 {
        font-family: VRWORLD-Basic;
        padding-bottom: 0px;
        font-size: 36vw;
        line-height: 32vw;
        overflow: visible;
        padding-bottom: 36px
    }
}

.section-our-leaders .col-3 {
    width: calc(100% - 30px);
    padding: 36px;
    margin: 0 auto
}

@media screen and (min-width: 641px) {
    .section-our-leaders .col-3 {
        width: calc(50% - 36px)
    }
}

@media screen and (min-width: 1092px) {
    .section-our-leaders .col-3 {
        width: calc(49% - 72px)
    }
}

@media screen and (min-width: 1200px) {
    .section-our-leaders .col-3 {
        width: 25%
    }
}

.section-our-leaders {
    overflow: auto
}

.section-our-leaders #section-our-leaders-wrapper {
    overflow: auto
}

.section-our-leaders #section-our-leaders-wrapper h1 {
    font-family: VRWORLD-Basic;
    padding-bottom: 0px;
    font-size: 12vw;
    line-height: 10vw;
    overflow: visible;
    padding-bottom: 36px
}

.section-our-leaders #section-our-leaders-wrapper h1::first-line {
    font-family: VRWORLD-Light
}

.section-our-leaders #section-our-leaders-wrapper #section-our-leaders-blurb {
    font-family: Typewriter_;
    font-size: 30px
}

@media screen and (min-width: 769px) {
    .section-careers #section-careers-wrapper h1 {
        font-family: VRWORLD-Basic;
        padding-bottom: 0px;
        font-size: 90px;
        line-height: 74px;
        overflow: visible;
        padding-bottom: 36px
    }
    .section-careers #section-careers-wrapper h1::first-line {
        font-family: VRWORLD-Light
    }
    .section-careers #section-careers-wrapper #section-careers-blurb {
        font-family: Typewriter_;
        font-size: 30px
    }
    .section-our-story #section-our-story-wrapper h1 {
        font-family: VRWORLD-Basic;
        padding-bottom: 0px;
        font-size: 90px;
        line-height: 74px;
        overflow: visible;
        padding-bottom: 36px
    }
    .section-our-story #section-our-story-wrapper h1::first-line {
        font-family: VRWORLD-Light
    }
    .section-our-story #section-our-story-wrapper #section-our-story-blurb {
        font-family: Typewriter_;
        font-size: 30px
    }
    .section-our-leaders {
        overflow: auto
    }
    .section-our-leaders #section-our-leaders-wrapper {
        overflow: auto
    }
    .section-our-leaders #section-our-leaders-wrapper h1 {
        font-family: VRWORLD-Basic;
        padding-bottom: 0px;
        font-size: 90px;
        line-height: 74px;
        overflow: visible;
        padding-bottom: 36px
    }
    .section-our-leaders #section-our-leaders-wrapper h1::first-line {
        font-family: VRWORLD-Light
    }
    .section-our-leaders #section-our-leaders-wrapper #section-our-leaders-blurb {
        font-family: Typewriter_;
        font-size: 30px
    }
}

.content-wrapper-leader-module {
    text-align: center
}

.content-wrapper-leader-module .leader-img {
    height: 234px !important;
    display: inline-block
}

.content-wrapper-leader-module .leader-name {
    text-transform: uppercase
}

#section-careers-wrapper h1,
#section-our-story-wrapper h1,
#section-our-leaders-wrapper h1 {
    font-size: 72px !important;
    line-height: 60px !important
}

@media all and (max-width: 640px) {
    #section-careers-wrapper h1,
    #section-our-story-wrapper h1,
    #section-our-leaders-wrapper h1 {
        font-size: 36px !important;
        line-height: 32px !important
    }
}

.hslider_slide_content_holder {
    width: calc(100% - 72px) !important;
    max-width: 1440px !important;
    margin: 0 auto !important
}

.hslider_image_element {
    background-blend-mode: difference !important
}

.hslider_button_element {
    font-size: 30px !important;
    font-family: Typewriter_ !important;
    font-weight: normal !important;
    text-transform: uppercase !important
}

.hslider_button_content {
    border-radius: 45px !important;
    padding: 30px 36px !important
}









.hero-container {
    width: 100%;
    height: 572px;
    position: relative;
    text-align: center
}

.hero-text-wrapper {
    position: relative;
    height: 572px;
    width: 100%;
    left: 0px;
    text-align: left
}

.hero-text-wrapper .hero-text-container {
    width: calc(100% - 30px);
    max-width: 1368px;
    margin: 0px auto;
    position: absolute;
    bottom: 32px;
    display: block;
    text-align: left;
    left: 0px;
    right: 0;
}

.hero-text-wrapper .hero-text-container .hslider_text_element {
   /* width: 100%;
    max-width: 760px;
    display: block;
    text-align: left;
    bottom: -45px;
    left: 0px;
    max-height: 320px;
    overflow: hidden;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (min-width: 854px) {
    .hslider_text_element {
       /* width: 100%;
        max-width: 760px;
        display: inline-block;
        position: relative;
        text-align: left;
        bottom: 20px;
        overflow: hidden;
        max-height: 260px;*/
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}


.hero-image-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url("http://vrworldnyc.wpengine.com/wp-content/uploads/2019/04/home-hero-bg-image.jpg");
    background-position: center top;
    transform-origin: center top;
    background-size: cover;
    height: 572px;
    width: 100%
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    height: 572px;
    width: 150%;
    min-width: 1920px;
    opacity: 1;
    mix-blend-mode: multiply;
    overflow: hidden;
    background: #fffd55;
    background: -moz-linear-gradient(left, #fffd55 0%, #e740f7 5%, #7afbfd 20%, #fffd55 30%, #e83223 40%, #7afbfd 50%, #e740f7 60%, #fffd55 70%, #7afbfd 80%, #e740f7 90%, #fffd55 100%);
    background: -webkit-linear-gradient(left, #fffd55 0%, #e740f7 5%, #7afbfd 20%, #fffd55 30%, #e83223 40%, #7afbfd 50%, #e740f7 60%, #fffd55 70%, #7afbfd 80%, #e740f7 90%, #fffd55 100%);
    background: linear-gradient(to right, #fffd55 0%, #e740f7 5%, #7afbfd 20%, #fffd55 30%, #e83223 40%, #7afbfd 50%, #e740f7 60%, #fffd55 70%, #7afbfd 80%, #e740f7 90%, #fffd55 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fffd55', endColorstr='#fffd55', GradientType=1);
    background-blend-mode: multiply
}

.hero-text {
    color: white
}

#section-tickets-iframe {
    width: 100%;
    text-align: center;
    background-color: #d1d2d4
}

#section-tickets-iframe #iframe-wrapper {
    width: 100%;
    max-width: 1368px;
    margin: 0 auto
}

#section-tickets-iframe #iframe-wrapper #iFrame1 {
    width: 100%;
    min-height: 1200px;
    overflow: hidden;
    border: none
}

@media screen and (max-width: 917px) {
    #section-tickets-iframe #iframe-wrapper #iFrame1 {
        width: 100%;
        min-height: 1200px
    }
}

@media screen and (min-width: 918px) {
    #section-tickets-iframe #iframe-wrapper #iFrame1 {
        width: 100%;
        min-height: 1080px
    }
}

@media screen and (max-width: 720px) {
    #section-tickets-iframe #iframe-wrapper #iFrame1 {
        width: 100%;
        min-height: 1500px
    }
}

@media screen and (max-width: 480px) {
    #section-tickets-iframe #iframe-wrapper #iFrame1 {
        width: 100%;
        min-height: 1580px
    }
}
.hslider_text_element {
    font-family: VRWORLD-Regular;
    font-size: 90px;
    line-height: 1.15;
    color: #fff;
    max-width: 100%;
    position: relative;
}
.hslider_text_element.home_page {
    max-width: 849px;
}
.hslider_text_element.group_booking_page {
    margin-bottom: -50px;
    max-width: 800px;
}
.experiense_block_bg .hslider_text_element {
    font-family: VRWORLD-Basic;
    bottom: 18px;
}
.hslider_text_element span {
    font-family: VRWORLD-Light;
    font-size: 90px;
    line-height: 1.04;
    color: #fff;
    font-weight: 300;
    position: relative;
    display: block;
    vertical-align: top;
    margin-bottom: 12px;
}
.hslider_text_element span:nth-child(2) {
    margin-bottom: 58px;
}
.hslider_text_element span:last-child {
    margin-bottom: 58px;
}

.hslider_text_element .bottom_text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    line-height: 1;
}
.hslider_text_element .bottom_text .word {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.hslider_text_element .hero-button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 184px;
    height: 90px;
    line-height: 90px;
    font-family: Typewriter_;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #ff0200;
    border-radius: 44.5px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}
.hslider_text_element .hero-button:hover,
.hslider_text_element .hero-button:active {
    color: #000;
    background-color: #00FF00;
}
.hslider_text_element .text_block_bg {
    position: relative;
    top: 64px;
    line-height: 1.15;
}

.section-what-we-offer .column_with_text {
    margin-top: -5px;
}


.stay-in-touch-content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.stay-in-touch-content-wrapper .stay-in-touch-column-1 {
    float: none !important;
    width: 48.2% !important;
}

.stay-in-touch-content-wrapper .stay-in-touch-column-2 {
    float: none !important;
    padding-left: 3px;
    display: flex;
    width: 51.8% !important;
    align-self: flex-end;
    padding-bottom: 34px;
    position: relative;
}
.stay-in-touch-content-wrapper .stay-in-touch-column-2 img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.stay-in-touch-content-wrapper .stay-in-touch-column-2.active img {
    position: absolute;
    display: block;
    bottom: -100px;
    z-index: 1;
    height: auto;
}
.stay-in-touch-content-wrapper .stay-in-touch-column-1 .stay-in-touch-headline {
    margin-bottom: 24px;
}
.stay-in-touch-content-wrapper .stay-in-touch-column-1 .email-entry-box {
    margin-bottom: 35px;
}
.stay-in-touch-content-wrapper .stay-in-touch-column-1 .email-entry-box input[type="email"] {
    border: none;
    line-height: 1.2;
    padding: 0 17px;
}
.stay-in-touch-content-wrapper .stay-in-touch-column-1 .email-entry-box form p {
    margin-bottom: 0;
}

.stay-in-touch-content-wrapper .stay-in-touch-column-1 .email-entry-thx {
    width: 167px;
    height: 36px;
    text-align: center;
    border-radius: 18px;
    background-color: #fff;
    font-family: Typewriter_;
    font-size: 30px;
    font-weight: normal;
    font-stretch: condensed;
    display: none;
    font-style: normal;
    line-height: 1;
    padding-top: 5px;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#hours-col-wrapper {
    padding-top: 39px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 35px;
}

.footer_left_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 66.66%;
}
.footer_left_block .footer-column {
    width: 50%;
}
.footer-column-4 {
    width: 33.33%;
}

.search-form label {
    display: block;
    width: 100%;
    position: relative;
}
.search-form label input[type="search"] {
    width: 100%;
    height: 90px;
    line-height: 70px;
    padding: 10px 0;
    padding-left: 83px;
    font-family: Typewriter_;
    font-size: 30px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: normal;
    color: #231f20;
    padding-right: 20px;
    background-color: #00ff00;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 44.5px;
}
.search-form label input[type="search"]::placeholder {
    text-transform: uppercase;
    color: #231f20;
    font-family: Typewriter_;
    font-size: 30px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: normal;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}
.search-form label input[type="search"]:focus::placeholder {
    opacity: 0 !important;
    visibility: hidden;
}
.search-form label button {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 52%;
    transform: translateY(-50%);
    padding: 0;
    left: 15px;
    background: transparent !important;
    border: none !important;
    cursor: pointer;
}
.search-form label button img {
    display: block;
}
.search-form input[type="submit"] {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 52%;
    transform: translateY(-50%);
    padding: 0;
    left: 15px;
    border: none !important;
    cursor: pointer;
    background: transparent url(/wp-content/themes/vr_world_nyc/img/search.png);
    background-repeat: no-repeat;
    width: 54px;
    height: 36px;
    font-size: 0;
}
.search-form {
    position: relative;
    width: 100%;
    max-width: 290px;
    margin-bottom: 30px;
}


#footer-links-col-wrapper .footer_search {
    width: 100%;
    align-self: flex-end;
    margin-top: -80px;
}
#footer-links-col-wrapper .footer_search .search-form {
    margin-bottom: 0;
}

#footer-links-col-wrapper .footer_search label {
    display: block;
    width: 100%;
    position: relative;
}
#footer-links-col-wrapper .footer_search label input[type="search"] {
    width: 100%;
    height: 90px;
    line-height: 70px;
    padding: 10px 0;
    padding-left: 83px;
    font-family: Typewriter_;
    font-size: 30px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: normal;
    color: #231f20;
    padding-right: 20px;
    background-color: #00ff00;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 44.5px;
}
#footer-links-col-wrapper .footer_search label input[type="search"]::placeholder {
    text-transform: uppercase;
    color: #231f20;
    font-family: Typewriter_;
    font-size: 30px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: normal;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}
#footer-links-col-wrapper .footer_search label input[type="search"]:focus::placeholder {
    opacity: 0 !important;
    visibility: hidden;
}
#footer-links-col-wrapper .footer_search label button {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 52%;
    transform: translateY(-50%);
    padding: 0;
    left: 15px;
    background: transparent !important;
    border: none !important;
    cursor: pointer;
}
#footer-links-col-wrapper .footer_search label button img {
    display: block;
}

#footer-links-col-wrapper {
    padding: 28px 0 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}

#footer-links-col-wrapper .footer-column-4 {
    padding-top: 13px;
    line-height: 1;
    position: relative;
    z-index: 1;
}
#footer-links-col-wrapper .footer-column-4 a {
    display: block;
    margin-bottom: 6px;
}
#footer-links-col-wrapper .footer-column-4 p {
    margin-bottom: 6px;
}

#experience-sub-hero-blurb-wrapper {
    padding: 40px 0;
}

.wrapper_experience_blurb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.wrapper_experience_blurb #experience-sub-hero-button {
    width: 184px;
    height: 90px;
    line-height: 90px;
    border-radius: 44.5px;
    text-align: center;
    padding: 0 10px;
    color: #000 !important;
    margin-left: 16px;
    font-family: Typewriter_;
    font-size: 30px;
    position: relative;
    margin-left: 30px;
    text-transform: uppercase;
    text-decoration: none !important;
    align-self: flex-end;
}
.wrapper_experience_blurb #experience-sub-hero-blurb {
    width: calc( 100% - 214px );
}
.experiense_block_hero_text strong {
    display: block;
    margin-top: -43px;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-family: Typewriter_;
}


.pafa-accordion h3.pafa-accordion-q {
    margin: 0 !important;
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    padding: 2px 15px 0px 10px;
}
.pafa-accordion h3.pafa-accordion-q span {
    margin-left: 0 !important;
    padding: 0 !important;
    margin-right: 5px !important;
    width: 36px !important;
}

.pafa-accordion h3.pafa-accordion-q i {
    font-size: 32px !important;
}
.pafa-icon .pafa-accordion-q i:before {
    width: 36px !important;
    height: 46px !important;
    margin: 0 !important;
}
.pafa-accordion .pafa-accordion-a p {
    margin: 0;
    padding: 20px 0;
}
.pafa-accordion .pafa-accordion-a {
    padding: 0 0 0 50px !important;
}
.careers_accardion_wrapper .pafa-accordion .pafa-accordion-a {
    padding: 0 0 0 15px !important;
}
.careers_accardion_wrapper .pafa-accordion .pafa-accordion-a ul {
    margin-left: 0;
    list-style: disc;
    padding-left: 18px;
    margin: 0;
}
.careers_accardion_wrapper .pafa-accordion .pafa-accordion-a p > span {
    display: inline-block;
    vertical-align: top;
}



.row_submit #lead_form_submit a {
    display: none !important;
}
.row_phone_number .extension {
    display: none !important;
}
#tripleseat_embed_form table td {
    padding: 0 !important;
}
#tripleseat_embed_form table td input {
    width: 100%;
    display: block;
}
#tripleseat_embed_form table {
    display: block !important;
    max-width: 666px;
    margin-bottom: 30px !important;
}
#tripleseat_embed_form table tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#tripleseat_embed_form table tr td {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
#tripleseat_embed_form label {
    line-height: 1.2;
}
#tripleseat_embed_form #lead_phone_number {
    width: 100% !important;
}
#tripleseat_embed_form table tr.row_email_opt_out td {
    flex-direction: row;
    display: flex;
    align-items: center;
}
#tripleseat_embed_form table tr.row_email_opt_out td input {
    float: none !important;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
#tripleseat_embed_form table tr.row_email_opt_out td label {
    float: none !important;
}
#tripleseat_embed_form #contact_preference_label {
    display: block !important;
}
#tripleseat_embed_form table tr #lead_contact_preference {
    width: 100%;
    border-radius: 36px;
    padding: 4.5px 20px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
}
#tripleseat_embed_form table tr .referral_list {
    width: 100%;
    border-radius: 36px;
    padding: 3.5px 20px;
    padding: 4.5px 20px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
}
input.timeselect_input,
input.hasDatepicker {
    background-position: 10px center !important;
    padding-left: 30px !important;
}
#tripleseat_embed_form table tr textarea {
    resize: none;
}

#section-our-mission-wrapper,
#section-our-story-wrapper {
    max-width: 983px;
    width: 100%;
}
#section-our-mission-wrapper {
    padding: 50px 0;
}
#section-our-story-wrapper {
    padding-bottom: 30px;
}
.eapps-testimonials-slider-page-item-author-info,
.eapps-testimonials-slider-page-item-single-spotlight .eapps-testimonials-slider-page-item-text {
    text-align: center !important;
}

.eapps-testimonials-slider-slider .eui-slider-arrow-next::before {
    max-width: 50px;
    top: 40%;
    transform: translateY(-50%);
    left: 0px;
    position: absolute;
    font-weight: normal;
    font-size: 40px;
    height: 56px;
    line-height: 1;
    color: black;
    content: "\2192" !important;
    font-family: VRWORLD-Basic !important;
    color: black;
    display: block;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}
.eapps-testimonials-slider-slider .eui-slider-arrow {
    width: 50px !important;
}
.eapps-testimonials-slider-slider .eui-slider-arrow-prev::before {
    max-width: 50px;
    top: 40%;
    transform: translateY(-50%) scale(-1,-1);
    left: 3px;
    position: absolute;
    font-weight: normal;
    font-size: 40px;
    height: 56px;
    line-height: 1;
    color: black;
    content: "\2192" !important;
    font-family: VRWORLD-Basic !important;
    color: black;
    display: block;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}
.eapps-testimonials-slider-slider .eui-slider-arrow {
    position: relative;
}
.eapps-testimonials-slider-slider .eui-slider-arrow svg {
    opacity: 0;
}


.nivo-lightbox-wrap {
    position: absolute !important;
    top: 10% !important;
    bottom: 10% !important;
    left: 0 !important;
    right: 0 !important;
    max-width: 460px !important;
    margin: auto !important;
}

#experience-header {
    font-size: 24px;
    padding: 10px 15px;
    font-size: 30px;
}
#experience-header h2 {
    font-size: 30px;
}
#experience-blurb {
    padding: 10px 8px 0;
    font-size: 20px;
    line-height: 1.2;
}
#experience-bay-location {
    padding: 0 8px 10px;
    font-size: 20px;
    line-height: 1.2;
}

.section-our-content {
    width: calc(100% - 30px);
    margin: 0px auto;
    padding: 40px 0px;
    max-width: 1368px
}
#section-our-content-wrapper {
  font-family: Typewriter_;
  font-size: 30px;
  font-weight: normal;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000;
}
#section-our-content-wrapper h2 {
    font-size: 36px;
    line-height: 1.2;
    font-family: 'VRWORLD-light';
    margin-bottom: 20px;
}
#section-our-content-wrapper h3 {
    font-size: 30px;
    line-height: 1.2;
    font-family: 'VRWORLD-light';
    margin-bottom: 20px;
}
#section-our-content-wrapper p {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.woocommerce.single-product div.product {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

.woocommerce.single-product div.product .woocommerce-product-gallery,
.woocommerce.single-product div.product .entry-summary {
    float: none !important;
    margin-bottom: 0;
}
.woocommerce.single-product div.product .entry-summary {
    margin-top: 0;
}
.woocommerce.single-product div.product form.cart {
    margin-bottom: 0;
}

.woocommerce.single-product div.product .flex-viewport {
    width: 100%;
    padding: 0 31px 0;
    margin-bottom: 50px;
    height: 495px !important;
}
.woocommerce.single-product div.product .woocommerce-product-gallery__wrapper {
    height: 495px !important;
}

.woocommerce.single-product div.product .woocommerce-product-gallery__image {
    float: none !important;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    height: 100%;
    position: absolute;
}
.woocommerce.single-product div.product .woocommerce-product-gallery__image.flex-active-slide {
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    width: 100%;
    visibility: visible;
    height: 100%;
    position: absolute;
}
.woocommerce.single-product div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}
.woocommerce.single-product div.product .woocommerce-product-gallery__image a {
    width: 100%;
    height: 100%;
    display: block;
}
.woocommerce.single-product div.product div.images img {
    display: block;
    max-width: 100% !important;
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    box-shadow: none;
}
.woocommerce.single-product div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 100%;
}


.woocommerce.single-product div.product .related {
    width: 100%;
}

.woocommerce.single-product div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.woocommerce.single-product div.product div.images .flex-control-thumbs li {
    padding: 0 12px;
    width: 32%;
}

.woocommerce .col2-set, .woocommerce-page .col2-set .col-1 {
    max-width: 100% !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 100% !important;
}


.back_to_shop_wrapper {
    margin-top: 51px;
    margin-bottom: 27px;
}
.back_to_shop_wrapper a {
    display: inline-block;
    vertical-align: top;
    font-family: Typewriter_;
    font-size: 30px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000;
    text-transform: uppercase;
    padding-left: 36px;
    position: relative;
    text-decoration: none;
}
.back_to_shop_wrapper a:visited {
    color: #000;
}
.back_to_shop_wrapper a:hover {
    text-decoration: underline;
}
.back_to_shop_wrapper a::before {
    max-width: 32px;
    top: 42%;
    transform: translateY(-50%) scale(-1, -1);
    left: 0px;
    position: absolute;
    font-weight: normal;
    font-size: 30px;
    height: 42px;
    line-height: 1;
    color: black;
    content: "\2192" !important;
    font-family: VRWORLD-Basic !important;
    color: black;
    display: block;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}
.woocommerce.single-product #content div.product div.summary,
.woocommerce.single-product div.product div.summary,
.woocommerce-page.single-product #content div.product div.summary,
.woocommerce-page.single-product div.product div.summary {
    width: 49%;
    padding-left: 4px;
    margin-bottom: 50px;
}
.woocommerce.single-product #content div.product div.images,
.woocommerce.single-product div.product div.images,
.woocommerce-page.single-product #content div.product div.images,
.woocommerce-page.single-product div.product div.images {
    padding-top: 0;
    margin-bottom: 50px;
}

.woocommerce.single-product div.product .product_title {
    font-family: Typewriter_;
    font-size: 30px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000;
    text-transform: uppercase;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    font-weight: 400 !important;
}
.woocommerce.single-product div.product p.price,
.woocommerce.single-product div.product span.price {
    font-family: Typewriter_;
    font-size: 30px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000;
 }
.woocommerce-product-details__short-description {
    font-family: Typewriter_;
    font-size: 30px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #909090;
    margin-bottom: 33px;
}
.woocommerce-product-details__short-description p {
    margin: 0;
}
.woocommerce.single-product div.product p.price {
    margin-bottom: 36px;
}
.woocommerce.single-product div.product form.cart .quantaty_wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-bottom: 3px;
}
.woocommerce.single-product div.product form.cart div.quantity {
    float: none;
    margin: 0;
}
.woocommerce.single-product div.product form.cart div.quantity .qty {
    margin: 0 8px;
    -moz-appearance: textfield;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    font-family: Typewriter_;
    font-size: 20px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
    width: 30px !important;
    display: block;
}
.woocommerce.single-product div.product form.cart div.quantity .qty::-webkit-inner-spin-button,
.woocommerce.single-product div.product form.cart div.quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.woocommerce.single-product div.product form.cart .quantaty_wrapper .quantity-arrow-minus {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 22px;
    font-family: Roboto;
    font-size: 26px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
    cursor: pointer;
    border: solid 1.5px #231f20;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}
.woocommerce.single-product div.product form.cart .quantaty_wrapper .quantity-arrow-minus:hover,
.woocommerce.single-product div.product form.cart .quantaty_wrapper .quantity-arrow-minus:focus {
    background-color: #231f20;
    color: #fff;
}
.woocommerce.single-product div.product form.cart .quantaty_wrapper .quantity-arrow-plus {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    font-family: Roboto;
    font-size: 26px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
    cursor: pointer;
    border: solid 1.5px #231f20;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}
.woocommerce.single-product div.product form.cart .quantaty_wrapper .quantity-arrow-plus:hover,
.woocommerce.single-product div.product form.cart .quantaty_wrapper .quantity-arrow-plus:focus {
    background-color: #231f20;
    color: #fff;
}
.woocommerce.single-product #respond input#submit,
.woocommerce.single-product a.button,
.woocommerce.single-product button.button,
.woocommerce.single-product input.button {
    display: block !important;
    float: none !important;
    width: 184px;
    height: 90px;
    text-align: center;
    padding: 0 !important;
    line-height: 90px;
    background-color: #1900ff !important;
    font-family: Typewriter_;
    font-size: 30px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff !important;
    border-radius: 44.5px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

.woocommerce.single-product #respond input#submit:hover,
.woocommerce.single-product a.button:hover,
.woocommerce.single-product button.button:hover,
.woocommerce.single-product input.button:hover {
    background-color: #00FF00 !important;
    color: #000 !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    display: block !important;
    float: none !important;
    width: 184px;
    height: 90px;
    text-align: center;
    padding: 0 !important;
    line-height: 90px;
    background-color: #1900ff !important;
    font-family: Typewriter_;
    font-size: 30px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff !important;
    border-radius: 44.5px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #00FF00 !important;
    color: #000 !important;
}

.woocommerce.single-product div.product form.cart .variations {
    display: block !important;
    margin: 0 !important;
    width: auto;
}
.woocommerce.single-product div.product form.cart .variations tbody {
    display: block !important;
}
.woocommerce.single-product div.product form.cart .variations tr {
    display: block !important;
}
.woocommerce.single-product div.product form.cart .variations td {
    display: block !important;
    padding: 0 !important;
    line-height: 1 !important;
}
.woocommerce.single-product div.product form.cart .variations td.label label {
    display: block;
    font-size: 18px;
    color: #231f20;
    font-family: Typewriter_;
    margin-bottom: 1px;
}
.woocommerce.single-product div.product form.cart .variations select {
    margin-right: 35px;
    min-width: 1px;
    max-width: 143px;
    border-radius: 18px;
    border: solid 1px #00b5af;
    background-color: #fff;
    height: 36px;
    line-height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: .SFNSDisplay;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #231f20;
    padding: 0 15px;
}
.woocommerce.single-product div.product form.cart .variations select::-ms-expand {
    display: none;
}

.woocommerce.single-product .woocommerce-variation-description:empty {
    display: none;
}
.woocommerce.single-product .woocommerce-variation-description {
    font-family: Typewriter_;
    font-size: 30px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #909090;
    margin-bottom: 30px;
}
.woocommerce.single-product .woocommerce-variation-description p {
    margin: 0 !important;
}
.woocommerce.single-product div.product form.cart .reset_variations {
    display: none !important;
}

.woocommerce.single-product div.product form.cart .wrapper_variations_result {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    margin-bottom: 30px;
}
.woocommerce.single-product div.product form.cart .button {
    margin-top: 72px;
}

.woocommerce.single-product div.product .related_product_shop {
    padding: 47px 0 32px;
    margin-top: 200px;
    position: relative;
}
.woocommerce.single-product div.product .related_product_shop::before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 200vw;
    left: -100vw;
    height: 100%;
    top: 0;
    height: 100%;
    background-color: #e5e5e5;
}
.woocommerce.single-product div.product .related_product_shop > * {
    z-index: 1;
    position: relative;
}
.woocommerce.single-product div.product .related_product_shop ul.products {
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.woocommerce.single-product div.product .related_product_shop ul.products li.product {
    float: none !important;
    width: calc( (100% - 8px) / 3) !important;
    margin: 0 0 4px !important;
    background-color: #fff;
    padding: 39px 16px !important;
}
.woocommerce.single-product div.product .related_product_shop ul.products li.product:nth-child(3n+2) {
    margin: 0 4px 4px !important;
}
.woocommerce.single-product div.product .related_product_shop ul.products::before {
    display: none;
}
.woocommerce.single-product div.product .related_product_shop ul.products::after {
    display: none;
}

.woocommerce.single-product div.product .related_product_shop > h2 {
    margin-bottom: 65px;
    max-width: 760px;
    font-family: VRWORLD-Basic;
    font-size: 90px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.8;
    letter-spacing: normal;
    color: #000;
    pointer-events: none;
}
.woocommerce.single-product div.product .related_product_shop > h2::first-line {
    font-family: VRWORLD-light;
}

.woocommerce.single-product div.product .related_product_shop ul.products li.product > a {
    display: block;
}
.woocommerce.single-product div.product .related_product_shop ul.products li.product > a img {
    display: block;
    width: calc( 100% - 72px );
    margin: auto;
    margin-bottom: 90px;
}
.woocommerce.single-product div.product .related_product_shop .woocommerce-loop-product__title {
    padding: 0;
    font-family: Typewriter_;
    font-size: 30px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.woocommerce.single-product div.product .related_product_shop ul.products li.product .price {
    font-family: Typewriter_;
    font-size: 30px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000;
    margin: 0;
    margin-bottom: 35px;
}
.woocommerce.single-product div.product .related_product_shop .button {
    margin: 0;
}
.wrapper-section-shop-home .woocommerce ul.products li.product span.onsale{
    padding: 0;
    margin: -8px -8px 0 0;
}
.content-area .page {
    overflow-x: inherit;
}

.bar_menu_container {
    max-width: 1368px;
    margin: auto;
    padding: 20px 0 60px;
    width: calc( 100% - 30px );
}
.bar_menu_logo {
    display: block;
    margin-bottom: 80px;
}
.bar_menu_logo img {
    display: block;
    max-width: 100%;
}
.bar_menu_listing_wrapper {
    margin-bottom: 80px;
}
.bar_menu_listing_wrapper:last-child {
    margin-bottom: 0;
}
.bar_menu_listing_wrapper .bar_menu_subtitle {
    font-family: VRWorld-Light;
    font-weight: normal;
    font-size: 56px;
    text-transform: uppercase;
    margin-bottom: 35px;
    line-height: 1;
}
.bar_menu_listing_wrapper .bar_menu_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    margin-bottom: 30px;
}
.bar_menu_listing_wrapper .bar_menu_item:last-child {
    margin-bottom: 0;
}
.bar_menu_listing_wrapper .bar_menu_item .descr_menu {
    width: calc( 100% - 120px );
    padding-right: 50px;
}
.bar_menu_listing_wrapper .bar_menu_item .descr_menu strong {
    display: block;
    font-family: Typewriter_;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: normal;
}
.bar_menu_listing_wrapper .bar_menu_item .descr_menu {
    font-family: Typewriter_;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.2;
    letter-spacing: normal;
}
.bar_menu_listing_wrapper .bar_menu_item .price_menu {
    width: 120px;
    font-family: Typewriter_;
    font-size: 44px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
}
.careers_accardion_wrapper form {
    max-width: 600px;
    width: 100%;
}
.careers_accardion_wrapper form br {
    display: none;
}
.careers_accardion_wrapper form label {
    display: block;
    margin-bottom: 20px;
    line-height: 1.2;
}

.careers_accardion_wrapper form label span.name_label {
    display: inline-block;
    font-family: Typewriter_;
    vertical-align: top;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
    font-size: 30px;
    position: relative;
}
.careers_accardion_wrapper form label span.req {
    line-height: 1.2;
    font-size: 30px;
    font-family: Typewriter_;
    display: inline-block;
    color: #ed1c24;
    vertical-align: top;
    margin-left: 10px;
}

.careers_accardion_wrapper form label input[type="text"],
.careers_accardion_wrapper form label input[type="email"] {
    width: 100%;
    display: block;
    line-height: 1;
    height: 50px;
    padding: 5px 20px;
    border-radius: 44px;
    font-family: Typewriter_;
    font-size: 30px;
    color: #000;
    appearance: none;
    -webkit-appearance: none;
}
.careers_accardion_wrapper form label.label_textarea {
    margin-bottom: 0;
}
.careers_accardion_wrapper form label.label_textarea > span {
    max-height: 200px;
    display: block;
}
.careers_accardion_wrapper form label textarea {
    appearance: none;
    -webkit-appearance: none;
    padding: 15px 20px;
    border-radius: 44px;
    font-family: Typewriter_;
    font-size: 30px;
    line-height: 1.2;
    max-height: 200px;
    overflow-y: auto;
    resize: none;
    color: #000;
}
#tripleseat_embed_form table tr.row_referred_by label {
    position: relative;
}


.careers_accardion_wrapper form label input[type="text"]::placeholder,
.careers_accardion_wrapper form label textarea::placeholder,
.careers_accardion_wrapper form label input[type="email"]::placeholder {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

.careers_accardion_wrapper form label input[type="text"]:focus::placeholder,
.careers_accardion_wrapper form label textarea:focus::placeholder,
.careers_accardion_wrapper form label input[type="email"]:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}

.careers_accardion_wrapper form .form_group span.file input {
    display: none;
}
.careers_accardion_wrapper form .form_group + p {
    padding: 0 !important;
}
.careers_accardion_wrapper form .form_group {
    display: flex;
    flex-direction: column;
}
.careers_accardion_wrapper form .form_group > label {
    order: 1;
}
.careers_accardion_wrapper form .form_group > span {
    order: 2;
}
.careers_accardion_wrapper form label.label_submit {
    display: inline-block;
}
.careers_accardion_wrapper form label .wpcf7-submit {
    background-color: magenta !important;
    color: #000 !important;
    border-radius: 44.5px;
    width: 184px;
    height: auto !important;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid transparent !important;
    font-size: 30px !important;
    font-family: 'Typewriter_' !important;
    line-height: 90px;
    float: none;
    padding: 0px 36px;
    -webkit-transition: background-color 250ms ease-out, color 350ms ease-out;
    -ms-transition: background-color 250ms ease-out, color 350ms ease-out;
    transition: background-color 250ms ease-out, color 350ms ease-out;
}
.careers_accardion_wrapper form label .wpcf7-submit:hover {
    color: #000;
    background-color: #00FF00 !important;
}
.careers_accardion_wrapper form label.inputfile-label {
    cursor: pointer;
    color: #1900ff;
    text-decoration: underline;
}
.careers_accardion_wrapper form label.inputfile-label.active {
    text-decoration: none;
}
.careers_accardion_wrapper form label.inputfile-label:hover {
    text-decoration: none;
}
.hslider_text_element .bottom_text .word p {
    position: relative;
}
.hslider_text_element .bottom_text .word:first-child p:first-child {
    font-family: VRWORLD-super;
    top: 48px;
}

.Safari14 .hslider_text_element .bottom_text .word:first-child p:first-child {
    top: 23px;
}

.hslider_text_element .bottom_text .word:first-child p:nth-child(2),
.hslider_text_element .bottom_text .word:first-child p:nth-child(3),
.hslider_text_element .bottom_text .word:first-child p:nth-child(4),
.hslider_text_element .bottom_text .word:first-child p:nth-child(6) {
    font-family: VRWORLD-read;
    top: -48px;
}
.hslider_text_element .bottom_text .word:first-child p:nth-child(9) {
    font-family: VRWORLD-super;
    top: 48px;
}

.Safari14 .hslider_text_element .bottom_text .word:first-child p:nth-child(9) {
    top: 23px;
}

.hslider_text_element .bottom_text .word:nth-child(2) p:first-child,
.hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(3),
.hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(6) {
    font-family: VRWORLD-super;
    top: 48px;
}

.Safari14 .hslider_text_element .bottom_text .word:nth-child(2) p:first-child,
.Safari14 .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(3),
.Safari14 .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(6) {
    top: 23px;
}

.hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(4),
.hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(5) {
    font-family: VRWORLD-read;
    top: -48px;
}

@-moz-document url-prefix() {
    .hslider_text_element .bottom_text .word:first-child p:first-child {
        font-family: VRWORLD-super;
        top: 23px;
    }
    .hslider_text_element .bottom_text .word:first-child p:nth-child(9) {
        font-family: VRWORLD-super;
        top: 24px;
    }
    .hslider_text_element .bottom_text .word:nth-child(2) p:first-child,
    .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(3),
    .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(6) {
        font-family: VRWORLD-super;
        top: 24px;
    }
}

.stay-in-touch-content-wrapper .stay-in-touch-column-1 .email-entry-box form p input[type="submit"] {
    font-size: 0 !important;
    background: url(img/right-arrow.png) no-repeat !important;
    background-size: contain !important;
    width: 36px;
    height: 36px;
}
.stay-in-touch-content-wrapper .stay-in-touch-column-1 .email-entry-box form p {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.section-stay-in-touch .stay-in-touch-col-1 .email-entry-box .wpcf7-form .wpcf7-form-control-wrap {
    width: 75%;
    margin-right: 3%;
}
.stay-in-touch-content-wrapper .stay-in-touch-column-1 .email-entry-box input[type="email"] {
    width: 100%;
}
.section-hero .wrap_h1 {
    position: relative;
    z-index: 1;
    width: calc(100% - 30px);
    max-width: 1368px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    text-align: left;
}

.section-hero .wrap_h1 h1 {
    padding: 0;
    color: #fff;
    font-family: VRWORLD-light;
    font-size: 90px;
    font-weight: 300;
    line-height: 1.04;
}
.section-hero .wrap_h1 h1 span {
    display: block;
    font-family: VRWORLD-regular;
    position: relative;
    top: 50px;
}
.wrapper_education {
    padding-top: 30px;
}
.content_education {
    width: calc(100% - 30px);
    max-width: 1368px;
    margin: 0px auto;
}
.content_education .wrap_text {
    margin-bottom: 60px;
}
.content_education .wrap_text p {
    font-family: Typewriter_;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-stretch: condensed;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 25px;
}
.content_education .education_with_img {
    position: relative;
    padding-right: 250px;
}
.content_education h2 {
    padding: 0;
    color: #000;
    font-family: VRWORLD-light;
    font-size: 90px;
    font-weight: 300;
    line-height: 1.04;
    margin-bottom: 30px;
}
.content_education h2 span {
    display: block;
    font-family: VRWORLD-regular;
    position: relative;
    top: 50px;
}
.content_education .wrap_h2 {
    position: relative;
}
.content_education .wrap_h2 img {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
}
.content_education .wrap_text h3 {
    color: #000;
    font-family: VRWORLD-light;
    font-size: 50px;
    font-weight: 300;
    line-height: 1.04;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 30px;
}
.content_education .education_with_img .absolute_img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 200px;
    z-index: 1;
}
.content_education .education_with_img .absolute_img img {
    display: block;
    max-width: 100%;
}
.content_education .education_with_img .absolute_img_mobile {
    display: none;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 200px;
}
.content_education .education_with_img .absolute_img_mobile img {
    display: block;
    max-width: 100%;
}
.content_education .wrap_text.bottom strong {
    font-family: VRWORLD-basic;
    font-size: 30px;
    line-height: 1.2;
    color: 000;
    display: block;
    margin-bottom: 20px;
    font-weight: 300;
    margin-top: 50px;
}
.content_education .wrap_text.bottom p {
    text-transform: inherit;
}

.wrapper_education #group-form-blurb {
    max-width: 666px;
}
.wrapper_education #tripleseat_embed_form h2 {
    display: none;
}
.wrapper_education .section-group #section-group-content-wrapper #group-form-header {
    margin-bottom: 20px;
}
.wrapper_education .section-group #section-group-content-wrapper {
    padding-top: 50px;
}
.wrapper_education .section-what-we-offer .wwo-headline-text {
    line-height: 1.1;
}

/*HTML Content*/
.entry-content ul,
.html-content ul {
    list-style: disc;
}

/*#hours-col-wrapper .footer-column-4 {
    margin-left: -33.33%;
}*/

@media screen and (max-width: 1450px) {
    .green-promo-helpers {
        right: 0;
        max-width: 40%;
    }
    .content_education h2 {
        font-size: 80px;
    }
    .content_education h2 span {
        top: 46px;
    }
}

@media screen and (max-width: 1300px) {
    .main-logo-link {
        width: calc( 100% - 440px );
    }
    #primary-menu {
        width: calc( 100% - 440px );
    }
}

@media screen and (max-width: 1199px) {
    .hslider_text_element .text_block_bg {
        top: 32px;
    }
    .hslider_text_element {
        font-size: 70px;
    }
    .hslider_text_element span {
        font-size: 70px;
    }
    .hslider_text_element span:nth-child(2) {
        margin-bottom: 51px;
    }
    .hslider_text_element span:last-child {
        margin-bottom: 51px;
    }
    .hslider_text_element .bottom_text {
        line-height: 0.95;
    }
    .hslider_text_element .hero-button {
        position: relative;
        width: 227px;
        height: 74px;
        line-height: 76px;
        display: block;
    }
    .hero-text-wrapper .hero-text-container {
        bottom: 20px;
    }
    .headline-wwo-first-line {
        font-size: 70px;
        line-height: 70px;
    }
    .headline-wwo {
        font-size: 70px;
        line-height: 74px;
        margin-right: 3px;
        margin-bottom: -54px;
    }
    .headline-wwo .text_headline .word:first-child {
        margin-right: 74px;
    }
    .headline-wwo .text_headline .word:first-child span:nth-child(2) {
        top: 38px;
    }
    .headline-wwo .text_headline .word:nth-child(2) span:first-child {
        top: 38px;
    }
    .headline-wwo .text_headline .word:nth-child(2) span:nth-child(2),
    .headline-wwo .text_headline .word:nth-child(2) span:nth-child(3) {
        top: -36px;
    }
    .headline-wwo .text_headline .word:nth-child(2) span:nth-child(4) {
        top: 38px;
    }
    @-moz-document url-prefix() {
        .headline-wwo .text_headline .word:nth-child(2) span:nth-child(4) {
            top: 21px;
        }
        .headline-wwo .text_headline .word:first-child span:nth-child(2) {
            top: 21px;
        }
        .headline-wwo .text_headline .word:nth-child(2) span:first-child {
            top: 21px;
        }
    }
    .img-helper-wwo {
        width: calc(100% - 555px);
        position: absolute;
        height: 160px;
        top: 29px;
        margin-left: 0;
        background-image: url(img/helper-wwo.png);
        background-size: cover;
        background-position: bottom right;
        background-repeat: no-repeat;
        margin: 0 auto;
        margin-bottom: 0;
        max-width: 520px;
        display: inline-block;
        vertical-align: bottom;
    }
    .section-what-we-offer .wwo-headline-wrapper {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .section-what-we-offer .wwo-headline-text,
    .section-what-we-offer .wwo-headline-text::before {
        font-size: 36px;
        line-height: 37px;
    }
    .section-what-we-offer .wwo-headline-text {
        margin-bottom: 15px;
    }
    .wwo-bg-colored .btn-wwo {
        padding: 18.5px 20px;
        line-height: 76px;
    }
    .wwo-bg-colored:nth-of-type(5) .btn-wwo {
        padding: 18.5px 20px;
    }
    .right-arrow:before {
        content: '';
        background: url(img/right-arrow.png);
        background-size: contain;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        max-height: 5.5vw;
        max-width: 5.5vw;
        position: absolute;
        top: 2px;
        left: -5.5vw;
    }
    .group-bookings-link {
        width: calc(100% - 5.5vw);
        font-size: 5.5vw !important;
        line-height: 6.3vw;
    }
    .right-arrow {
        margin-left: 5.5vw;
    }
    .group-bookings-header {
        font-size: 70px;
        line-height: 74px;
        margin-bottom: 10px;
    }
    .group-bookings-helper {
        bottom: -85px;
        right: -15px;
        z-index: 1;
    }
    .content-wrapper-group-bookings {
        padding-bottom: 60px;
    }
    .content-wrapper-green-promo {
        padding: 18px 0;
    }
    .content-wrapper-green-promo h1 {
        font-size: 70px;
        line-height: 74px;
        padding-bottom: 72px;
    }
    .content-wrapper-green-promo h2 {
        font-size: 70px;
        line-height: 74px;
        margin-top: -34px;
    }
    #hours-col-wrapper {
        padding-right: 0;
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .footer-blue-ul {
        padding-top: 0;
    }
    .footer_left_block .footer-column-1 {
        width: 50%;
    }
    .footer_left_block .footer-column {
        width: 50%;
    }
    #footer-links-col-wrapper {
        padding-right: 0;
        padding-top: 18px;
        padding-bottom: 18px;
    }
    #footer-links-col-wrapper .footer-column-4 a.email_social {
        margin-bottom: 22px !important;
    }
    #footer-links-col-wrapper .footer-column-4 {
        overflow: hidden;
    }
    #section-footer-copyright-content-wrapper {
        padding: 16px 0;
        padding-right: 0;
    }
    #section-footer-copyright #footer-disclaimer-text {
        padding-top: 0;
        font-size: 28px;
    }
    .experiense_block_hero_text strong {
        margin-top: -34px;
    }
    .experience-sub-hero-image-wrapper {
        height: 572px;
    }
    #experience-sub-hero-content-wrapper {
        height: 572px;
    }
    .experiences-thumb-wrapper {
        min-height: auto;
    }
    .hslider_text_element.group_booking_page {
        margin-bottom: -29px;
    }
    .woocommerce.single-product div.product .related_product_shop > h2 {
        font-size: 70px;
    }
    .woocommerce.single-product div.product .related_product_shop {
        margin-top: 100px;
    }
    .woocommerce-product-details__short-description,
    .woocommerce.single-product .woocommerce-variation-description {
        font-size: 26px;
    }
    .woocommerce.single-product div.product .flex-viewport {
        margin-bottom: 20px;
    }
    .woocommerce.single-product div.product .related_product_shop ul.products li.product {
        padding: 15px !important;
    }
    .wrapper-section-shop-home .woocommerce ul.products li.product {
        padding: 15px !important;
    }
    .wrapper-section-shop-home .woocommerce ul.products li.product > a img {
        margin-bottom: 40px;
    }
    .woocommerce.single-product div.product .related_product_shop ul.products li.product > a img {
        margin-bottom: 40px;
    }
    .section-shop-header {
        margin: 0 auto;
    }
    .headline-wwo .text_headline {
        top: 0;
    }
    .hslider_text_element .bottom_text .word:first-child p:first-child {
        top: 38px;
    }

    .Safari14 .hslider_text_element .bottom_text .word:first-child p:first-child {
        top: 17px;
    }


    .hslider_text_element .bottom_text .word:first-child p:nth-child(2),
    .hslider_text_element .bottom_text .word:first-child p:nth-child(3),
    .hslider_text_element .bottom_text .word:first-child p:nth-child(4),
    .hslider_text_element .bottom_text .word:first-child p:nth-child(6) {
        top: -36px;
    }
    .hslider_text_element .bottom_text .word:first-child p:nth-child(9) {
        top: 38px;
    }

    .Safari14 .hslider_text_element .bottom_text .word:first-child p:nth-child(9) {
        top: 17px;
    }

    .hslider_text_element .bottom_text .word:nth-child(2) p:first-child,
    .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(3),
    .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(6) {
        top: 38px;
    }

    .Safari14 .hslider_text_element .bottom_text .word:nth-child(2) p:first-child,
    .Safari14 .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(3),
    .Safari14 .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(6) {
        top: 17px;
    }

    .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(4),
    .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(5) {
        top: -36px;
    }
    @-moz-document url-prefix() {
        .hslider_text_element .bottom_text .word:first-child p:first-child {
            top: 17px;
        }
        .hslider_text_element .bottom_text .word:first-child p:nth-child(9) {
            top: 17px;
        }
        .hslider_text_element .bottom_text .word:nth-child(2) p:first-child,
        .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(3),
        .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(6) {
            top: 16px;
        }
    }
    .content_education h2 {
        font-size: 70px;
    }
    .content_education .wrap_text h3 {
        font-size: 40px;
    }
    .content_education .wrap_text {
        margin-bottom: 50px;
    }
    .wrapper_education .section-group #section-group-content-wrapper #group-form-header {
        font-size: 70px;
        line-height: 1.2;
    }
    .content_education .education_with_img .absolute_img {
        display: none;
    }
    .content_education .education_with_img {
        padding-right: 150px;
    }
    .content_education .education_with_img .absolute_img_mobile {
        display: block;
        z-index: 1;
    }
    .content_education .wrap_h2 img {
        display: block;
        max-width: 200px;
        z-index: 1;
    }
    .content_education .wrap_h2 {
        padding-right: 200px;
    }
    .section-hero .wrap_h1 h1 {
        font-size: 70px;
        line-height: 1;
    }
    .section-hero .wrap_h1 h1 span {
        top: 43px;
    }
    .content_education h2 span {
        top: 40px;
    }

}
@media screen and (max-width: 992px) {
    .section-what-we-offer .wwo-blurb {
        padding: 15px 0;
    }
    .section-what-we-offer .column_with_text {
        margin-top: 10px;
        width: 100%;
        overflow: hidden;
    }
    .wwo-button-wrapper {
        text-align: right;
    }
    .green-promo-blurb {
        width: 50%;
    }
    .footer_left_block {
        width: 100%;
        flex-wrap: wrap;
    }
    #hours-col-wrapper .footer-column-4 {
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
    }
    .footer_left_block .footer-column {
        width: 50%;
        margin-bottom: 15px;
    }
    .footer_left_block .footer-column-1 {
        width: 50%;
    }
    #footer-links-col-wrapper .footer-column-4 {
        width: 100%;
        max-width: 100%;
    }
    #section-footer-copyright-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    #section-footer-copyright #footer-logo {
        margin-bottom: 15px;
    }
    #section-footer-copyright #footer-disclaimer-text {
        font-size: 30px;
        line-height: 1;
    }
    #footer-links-col-wrapper .footer_search {
        margin-top: 20px;
    }
    #footer-links-col-wrapper .footer_search .search-form {
        top: 0;
    }
    .wrapper_experience_blurb #experience-sub-hero-blurb {
        width: 100%;
        margin-bottom: 20px;
    }
    .wrapper_experience_blurb #experience-sub-hero-blurb br {
        display: none;
    }
    .wrapper_experience_blurb #experience-sub-hero-button {
        margin-left: 0;
    }
    .wrapper_experience_blurb {
        flex-wrap: wrap;
    }
    #experience-sub-hero-blurb-wrapper {
        padding: 20px 0;
    }
    .headline-wwo {
        margin-bottom: -42px;
        line-height: 1.15;
        max-width: 500px;
    }
    .headline-wwo span {
        margin-bottom: 41px;
    }
    .headline-wwo .text_headline {
        flex-wrap: wrap;
    }
    .headline-wwo .text_headline .word:first-child {
        margin-right: 0;
    }
    .headline-wwo .text_headline .word span {
        margin-bottom: 0;
    }
    .img-helper-wwo {
        display: none;
    }
    .woocommerce.single-product #content div.product div.images,
    .woocommerce.single-product div.product div.images,
    .woocommerce-page.single-product #content div.product div.images,
    .woocommerce-page.single-product div.product div.images {
        width: 100%;
        margin-bottom: 40px;
    }
    .woocommerce.single-product #content div.product div.summary,
    .woocommerce.single-product div.product div.summary,
    .woocommerce-page.single-product #content div.product div.summary,
    .woocommerce-page.single-product div.product div.summary {
        width: 100%;
        padding-left: 0;
        margin-bottom: 40px;
    }
    .woocommerce.single-product div.product .related_product_shop {
        margin-top: 40px;
    }
    .woocommerce.single-product div.product .flex-viewport {
        padding: 0;
    }
    .woocommerce.single-product div.product form.cart .wrapper_variations_result {
        justify-content: center;
    }
    .woocommerce.single-product div.product form.cart .button {
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
    .woocommerce-product-details__short-description,
    .woocommerce.single-product .woocommerce-variation-description {
        font-size: 30px;
    }
    .woocommerce.single-product div.product .related_product_shop ul.products li.product {
        margin: 0 2px 4px !important;
        width: calc( (100% - 8px) / 2) !important;
        max-width: 100% !important;
    }
    .woocommerce.single-product div.product .related_product_shop ul.products li.product:nth-child(3n+2) {
        margin: 0 2px 4px !important;
    }
    .wrapper-section-shop-home .woocommerce ul.products li.product {
        margin: 0 2px 4px !important;
        width: calc( (100% - 8px) / 2) !important;
        max-width: 100% !important;
    }
    .wrapper-section-shop-home .woocommerce ul.products li.product:nth-child(3n+2) {
        margin: 0 2px 4px !important;
    }
    .content_education h2 {
        font-size: 60px;
    }
    .content_education h2 span {
        top: 33px;
    }
    .content-wrapper-wwo-module .wwo-col-2 {
        width: 100%;
    }
    .content-wrapper-wwo-module .wwo-col-2 img {
        width: 100%;
    }


}
@media screen and (max-width: 920px) {
    .section-group #section-group-content-wrapper,
    .content_education {
        width: calc( 100% - 16px );
    }
    .section-hero .wrap_h1 {
        width: calc( 100% - 16px );
    }
    .content-wrapper-wwo-module {
        width: calc( 100% - 16px );
        padding: 16px 0;
    }
    .section-shop-home,
    .content-area {
        width: calc( 100% - 16px );
    }
    .section-our-content {
        width: calc( 100% - 16px );
    }
    #header-button-wrapper {
        display: none;
    }
    .menu-main-menu-container {
        display: none;
    }
    .site-header {
        padding: 16px 0;
    }
    .main-logo-link {
        margin-bottom: 0;
        padding-top: 0;
        max-width: 303px;
        width: calc( 100% - 56px );
    }
    .main-navigation {
        width: calc(100% - 16px);
    }
    #menu-mobile-menu-1 .btn-buy-tickets {
        margin-bottom: 16px !important;
        padding: 0 !important;
        margin-top: 60px !important;
    }
    #menu-mobile-menu-1 .btn-buy-tickets a {
        width: 227px;
        height: 90px;
        line-height: 90px !important;;
        text-align: center !important;;
        font-family: Typewriter_ !important;;
        font-size: 30px !important;
        font-weight: normal;
        font-stretch: condensed;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        margin: auto !important;
        text-align: center;
        color: #fff;
        background-color: #ff0200;
        border-radius: 44.5px;
    }
    #menu-mobile-menu-1 .btn-sign-in {
        margin-bottom: 10px !important;
        padding: 0 !important;
        margin-top: 0 !important;
    }
    #menu-mobile-menu-1 .btn-sign-in a {
        width: 227px;
        height: 90px;
        line-height: 90px !important;;
        text-align: center !important;;
        font-family: Typewriter_ !important;;
        font-size: 30px !important;
        font-weight: normal;
        font-stretch: condensed;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        margin: auto !important;
        text-align: center;
        color: #000;
        background-color: #ff01ff;
        border-radius: 44.5px;
    }
    .jumbo-heading-image-wrapper img {
        display: block;
        margin: auto;
        max-width: 400px !important;
        width: calc( 100% - 96px ) !important;
    }
    #menu-mobile-menu-1 {
        margin: 50px 0 0 0px;
    }
    .jumbo-by-bonfire .menu > li > a {
        font-size: 45px !important;
        line-height: 1 !important;
    }
    .jumbo-main-menu-wrapper-inner {
        padding: 16px 8px;
    }
    .jumbo-buttons-wrapper {
        top: 16px !important;
    }
    .jumbo-buttons-wrapper .jumbo-menu-button-active {
        background: url(img/right-arrow.png) !important;
        background-size: contain !important;
        background-repeat: no-repeat;
        height: 38px !important;
        width: 100%;
        max-height: 38px !important;
        max-width: 38px;
        transform: scale(-1, -1);
    }
    .jumbo-by-bonfire {
        display: block !important;
    }
    .hero-container {
        height: 521px;
    }
    .hero-image-wrapper {
        height: 521px;
    }
    .hero-text-wrapper {
        height: 521px;
    }
    .hero-text-wrapper .hero-text-container {
        width: calc( 100% - 16px);
        bottom: 20px;
    }
    .img-helper-wwo {
        margin-left: -8px;
    }
    .section-ticker {
        height: 76px !important;
    }
    .ticker-text-content {
        line-height: 76px;
    }
    .green-promo-helpers {
        display: block;
        bottom: 0;
        position: relative;
        max-width: 100%;
    }
    .green-promo-helpers img {
        display: block;
    }
    .green-promo-blurb {
        width: 100%;
        margin-bottom: 20px;
    }
    .section-stay-in-touch .stay-in-touch-content-wrapper .stay-in-touch-col-1 {
        width: 100% !important;
        margin-bottom: 50px;
    }
    .section-stay-in-touch .stay-in-touch-content-wrapper .stay-in-touch-col-2 {
        width: 100% !important;
    }
    .section-stay-in-touch {
        padding: 16px 0 30px;
    }
    .stay-in-touch-content-wrapper .stay-in-touch-column-1 .stay-in-touch-headline {
        max-width: 500px;
        margin-bottom: 16px;
    }
    .stay-in-touch-content-wrapper .stay-in-touch-column-1 .stay-in-touch-headline img {
        display: block;
    }
    .stay-in-touch-content-wrapper .stay-in-touch-column-1 .email-entry-box form p {
        position: relative;
        max-width: 500px;
    }
    .section-stay-in-touch .stay-in-touch-col-1 .email-entry-box .wpcf7-form .wpcf7-form-control-wrap {
        display: block;
    }
    .section-stay-in-touch .stay-in-touch-col-1 .email-entry-box .wpcf7-form .wpcf7-form-control-wrap input {
        width: 100%;
        padding-right: 53px;
    }
    .stay-in-touch-content-wrapper .stay-in-touch-column-1 .email-entry-box {
        margin-bottom: 16px;
    }
    .stay-in-touch-content-wrapper .stay-in-touch-column-1 .email-entry-box form p input[type="submit"] {
        position: absolute;
        top: 2px;
        right: 16px;
        width: 32px;
        height: 32px;
        font-size: 0 !important;
        background: url(img/right-arrow.png) !important;
        background-size: contain !important;
        background-repeat: no-repeat;
        cursor: pointer;
        z-index: 1;
    }
    .section-stay-in-touch .stay-in-touch-blurb br {
        display: none;
    }
    .stay-in-touch-content-wrapper .stay-in-touch-column-1 .email-entry-thx {
        margin-bottom: 16px;
    }
    .stay-in-touch-content-wrapper .stay-in-touch-column-2.active img {
        bottom: 0;
        position: relative;
        max-width: 500px;
        margin: auto;
        margin-top: -50px;
    }
    .section-what-we-offer .wwo-headline-wrapper,
    .content-wrapper-green-promo,
    .content-wrapper-group-bookings,
    .section-stay-in-touch .stay-in-touch-content-wrapper,
    #hours-col-wrapper,
    #footer-links-col-wrapper,
    #section-footer-copyright-content-wrapper {
        width: calc( 100% - 16px );
    }
    .experience-sub-hero-image-wrapper {
        height: 521px;
    }
    #experience-sub-hero-content-wrapper {
        height: 521px;
    }
    .isotope-filters-wrapper {
        justify-content: space-around;
        margin-bottom: 10px;
    }
    .isotope-filters-wrapper button {
        margin: 0 10px 20px;
    }
    .section-experiences h1 {
        padding: 40px 0;
    }
    .wrapper-section-shop-home {
        padding: 18px 0;
    }

    .bar_menu_container {
        padding: 20px 0 40px;
        width: calc( 100% - 16px );
    }
    .bar_menu_listing_wrapper .bar_menu_subtitle {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .bar_menu_logo {
        margin-bottom: 50px;
    }
    .bar_menu_listing_wrapper .bar_menu_item .descr_menu strong {
        font-size: 36px;
        margin-bottom: 5px;
        line-height: 1;
    }
    .bar_menu_listing_wrapper .bar_menu_item .descr_menu {
        width: calc( 100% - 80px );
        padding-right: 0;
        line-height: 1.2;
        font-size: 24px;
    }
    .bar_menu_listing_wrapper .bar_menu_item .price_menu {
        width: 80px;
        font-size: 30px;
        text-align: right;
    }
    .bar_menu_listing_wrapper {
        margin-bottom: 50px;
    }
    .section-stay-in-touch .stay-in-touch-col-1 .email-entry-box .wpcf7-form .wpcf7-form-control-wrap {
        width: 100%;
        margin-right: 0;
    }


}

@media screen and (max-width: 767px) {

    .hslider_text_element .text_block_bg {
        top: 24px;
        line-height: 1.2;
    }
    .hslider_text_element {
        font-size: 46px;
        max-width: 600px;
    }

    .hslider_text_element span {
        font-size: 46px;
        margin-bottom: 10px;
    }
    .hslider_text_element span:nth-child(2) {
        display: block;
        margin-bottom: 37px;
    }
    .hslider_text_element span:last-child {
        display: block;
        margin-bottom: 37px;
    }
    .hslider_text_element .bottom_text {
        line-height: 0.9;
    }
    .headline-wwo-first-line {
        font-size: 46px;
        line-height: 47px;
    }
    .headline-wwo span {
        margin-bottom: 29px;
    }
    .headline-wwo {
        font-size: 46px;
        line-height: 1.2;
        margin-bottom: -28px;
        max-width: 300px;
    }
    .img-helper-wwo {
        height: 150px;
    }
    .group-bookings-header {
        font-size: 46px;
        line-height: 48px;
        margin-bottom: 8px;
    }
    .content-wrapper-group-bookings {
        padding-bottom: 130px;
    }
    .group-bookings-helper {
        max-width: 200px;
    }
    .content-wrapper-green-promo h1 {
        font-size: 48px;
        line-height: 50px;
        padding-bottom: 60px;
    }
    .content-wrapper-green-promo h2 {
        font-size: 48px;
        line-height: 50px;
        margin-top: -34px;
    }
    .green-promo-blurb {
        margin-top: 0;
    }
    .stay-in-touch-content-wrapper .stay-in-touch-column-1 .stay-in-touch-headline {
        max-width: 350px;
    }
    .footer_left_block .footer-column {
        width: 100%;
    }
    .footer_left_block .footer-column-1 {
        width: 100%;
    }
    #footer-links-col-wrapper .footer-column-4 {
        padding-top: 0;
    }
    .experiense_block_hero_text strong {
        margin-top: -22px;
    }
    .experience-search-and-alpha-wrapper {
        display: none;
    }
    .section-experiences h1 {
        padding-top: 0;
    }
    .hslider_text_element.group_booking_page {
        margin-bottom: -11px;
    }
    .careers_accardion_wrapper .pafa-accordion .pafa-accordion-a {
        padding: 0 !important;
    }
    .pafa-accordion .pafa-accordion-a ul {
        margin-left: 15px;
    }

    .pafa-accordion .pafa-accordion-a {
        padding: 0 0 0 15px !important;
        font-size: 24px;
        line-height: 1.4;
    }
    .pafa-accordion h3.pafa-accordion-q {
        padding: 0px 15px 2px 10px;
        line-height: 1.2;
    }
    .pafa-icon .pafa-accordion-q i:before {
        width: 34px !important;
        height: 44px !important;
        margin: 0 !important;
    }
    .pafa-accordion h3.pafa-accordion-q i {
        font-size: 30px !important;
    }
    .pafa-accordion-q {
        font-size: 24px !important;
    }
    .pafa-accordion-open {
        border-radius: 30px;
    }
    .careers_accardion_wrapper form label span.name_label {
        font-size: 24px;
    }
    #tripleseat_embed_form label {
        font-size: 24px;
    }
    .woocommerce.single-product div.product .related_product_shop > h2 {
        font-size: 48px;
        margin-bottom: 52px;
    }
    .woocommerce.single-product div.product .related_product_shop ul.products li.product .price {
        margin-bottom: 15px;
   }
    .woocommerce.single-product div.product .related_product_shop .woocommerce-loop-product__title {
        margin-bottom: 0;
    }
    .wrapper-section-shop-home .woocommerce ul.products li.product .price {
        margin-bottom: 15px;
    }
    .wrapper-section-shop-home .woocommerce ul.products li.product h2 {
        margin-bottom: 0;
    }
    .shop-header-blurb {
        margin-top: 20px;
    }
    .headline-wwo .text_headline .word:first-child span:nth-child(2) {
        top: 25px;
    }

    .Safari14 .headline-wwo .text_headline .word:first-child span:nth-child(2) {
        top: 16px;
    }

    .headline-wwo .text_headline .word:nth-child(2) span:first-child {
        top: 25px;
    }

    .Safari14 .headline-wwo .text_headline .word:nth-child(2) span:first-child {
        top: 16px;
    }

    .headline-wwo .text_headline .word:nth-child(2) span:nth-child(2),
    .headline-wwo .text_headline .word:nth-child(2) span:nth-child(3) {
        top: -24px;
    }
    .headline-wwo .text_headline .word:nth-child(2) span:nth-child(4) {
        top: 25px;
    }

    .Safari14 .headline-wwo .text_headline .word:nth-child(2) span:nth-child(4) {
        top: 16px;
    }

    .hslider_text_element .bottom_text .word:first-child p:first-child {
        top: 25px;
    }

    .hslider_text_element .bottom_text .word:first-child p:nth-child(2),
    .hslider_text_element .bottom_text .word:first-child p:nth-child(3),
    .hslider_text_element .bottom_text .word:first-child p:nth-child(4),
    .hslider_text_element .bottom_text .word:first-child p:nth-child(6) {
        top: -24px;
    }
    .hslider_text_element .bottom_text .word:first-child p:nth-child(9) {
        top: 25px;
    }

    .Safari14 .hslider_text_element .bottom_text .word:first-child p:nth-child(9) {
        top: 10px;
    }

    .hslider_text_element .bottom_text .word:nth-child(2) p:first-child,
    .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(3),
    .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(6) {
        top: 25px;
    }

    .Safari14 .hslider_text_element .bottom_text .word:nth-child(2) p:first-child,
    .Safari14 .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(3),
    .Safari14 .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(6) {
        top: 9px;
    }

    .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(4),
    .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(5) {
        top: -24px;
    }
    @-moz-document url-prefix() {
        .headline-wwo .text_headline .word:first-child span:nth-child(2) {
            top: 17px;
        }
        .headline-wwo .text_headline .word:nth-child(2) span:first-child {
            top: 17px;
        }
        .headline-wwo .text_headline .word:nth-child(2) span:nth-child(4) {
            top: 17px;
        }
        .hslider_text_element .bottom_text .word:first-child p:first-child {
            top: 11px;
        }
        .hslider_text_element .bottom_text .word:first-child p:nth-child(9) {
            top: 11px;
        }
        .hslider_text_element .bottom_text .word:nth-child(2) p:first-child,
        .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(3),
        .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(6) {
            top: 10px;
        }
    }
    #group-form-blurb {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1.2;
    }
    #tripleseat_embed_form h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    #tripleseat_embed_form input, #tripleseat_embed_form button, #tripleseat_embed_form textarea {
        border-radius: 30px;
    }
    .careers_accardion_wrapper form label input[type="text"],
    .careers_accardion_wrapper form label input[type="email"] {
        border-radius: 30px;
    }
    .careers_accardion_wrapper form label textarea {
        border-radius: 30px;
    }
    .section-hero .wrap_h1 h1 {
        font-size: 46px;
    }
    .section-hero .wrap_h1 h1 span {
        top: 30px;
    }
    .content_education h2 {
        font-size: 46px;
    }
    .content_education h2 span {
        top: 27px;
    }
    .content_education .wrap_h2 img {
        max-width: 130px;
        top: auto;
        transform: translateY(0);
        bottom: 0;
    }
    .content_education .wrap_h2 {
        padding-right: 130px;
    }
    .content_education .education_with_img {
        padding-right: 50px;
    }
    .content_education .education_with_img .absolute_img_mobile {
        max-width: 130px;
        right: -65px;
        top: auto;
        transform: translateY(0);
        bottom: 0;
        z-index: 1111;
    }
    .content_education .wrap_text h3 {
        margin: 20px 0;
        line-height: 1.2;
        font-size: 30px;
    }
    .content_education .wrap_text.bottom strong {
        font-size: 24px;
        margin-top: 30px;
    }
    .wrapper_education .section-group #section-group-content-wrapper #group-form-header {
        font-size: 46px;
        line-height: 1.1;
    }
}



@media screen and (max-width: 719px) {
    .wrapper_education #group-helper {
        display: block;
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 300px;
        margin: -50px auto 0;
    }
    .wrapper_education .section-group #section-group-content-wrapper {
        padding: 30px 0px;
    }
}


@media screen and (max-width: 600px) {
    .woocommerce.single-product div.product .related_product_shop ul.products li.product {
        width: 100% !important;
        margin: 0 0 4px;
    }
    .woocommerce.single-product div.product .related_product_shop ul.products li.product:nth-child(3n+2) {
        margin: 0 0px 4px !important;
    }
    .woocommerce.single-product div.product .related_product_shop ul.products li.product > a {
        margin: auto;
    }
    .wrapper-section-shop-home .woocommerce ul.products li.product {
        width: 100% !important;
        margin: 0 0 4px;
    }
    .wrapper-section-shop-home .woocommerce ul.products li.product:nth-child(3n+2) {
        margin: 0 0 4px;
    }
    .wrapper-section-shop-home .woocommerce ul.products li.product a {
        margin: auto;
    }
}

@media screen and (max-width: 480px) {
    .jumbo-buttons-wrapper .jumbo-menu-button-active {
        height: 30px !important;
        max-height: 30px !important;
        max-width: 30px;
    }
    .jumbo-heading-image-wrapper img {
        margin: 0;
        width: calc( 100% - 56px ) !important;
    }
    .hslider_text_element .text_block_bg {
        top: 20px;
        line-height: 1.25;
    }
    .hslider_text_element {
        font-size: 36px;
        max-width: 600px;
    }
    .hslider_text_element span {
        font-size: 36px;
    }
    .hslider_text_element span:nth-child(2) {
        display: block;
        margin-bottom: 33px;
    }
    .hslider_text_element span:last-child {
        display: block;
        margin-bottom: 33px;
    }
    .img-helper-wwo {
        width: 390px;
        height: 143px;
    }

    .group-bookings-header {
        font-size: 28px;
        line-height: 1.1;
        margin-bottom: 3px;
    }
    .group-bookings-link {
        width: calc(100% - 7vw);
        font-size: 7vw !important;
        line-height: 8vw;
    }
    .right-arrow {
        margin-left: 7vw;
    }
    .right-arrow:before {
        max-height: 7vw;
        max-width: 7vw;
        left: -7vw;
    }
    .content-wrapper-green-promo h1 {
        font-size: 36px;
        line-height: 38px;
        padding-bottom: 54px;
    }
    .content-wrapper-green-promo h2 {
        font-size: 36px;
        line-height: 38px;
        margin-top: -33px;
    }
    .stay-in-touch-content-wrapper .stay-in-touch-column-1 .stay-in-touch-headline {
        max-width: 266px;
    }
    .experiense_block_hero_text strong {
        margin-top: -18px;
    }
    .hslider_text_element.group_booking_page {
        margin-bottom: -6px;
    }
    .woocommerce.single-product div.product .related_product_shop > h2 {
        font-size: 36px;
        margin-bottom: 48px;
    }
    .hslider_text_element .bottom_text .word:first-child p:first-child {
        top: 19px;
    }

    .Safari14 .hslider_text_element .bottom_text .word:first-child p:first-child {
        top: 7px;
    }

    .hslider_text_element .bottom_text .word:first-child p:nth-child(2),
    .hslider_text_element .bottom_text .word:first-child p:nth-child(3),
    .hslider_text_element .bottom_text .word:first-child p:nth-child(4),
    .hslider_text_element .bottom_text .word:first-child p:nth-child(6) {
        top: -19px;
    }
    .hslider_text_element .bottom_text .word:first-child p:nth-child(9) {
        top: 19px;
    }

    .Safari14 .hslider_text_element .bottom_text .word:first-child p:nth-child(9) {
        top: 7px;
    }

    .hslider_text_element .bottom_text .word:nth-child(2) p:first-child,
    .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(3),
    .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(6) {
        top: 19px;
    }

    .Safari14 .hslider_text_element .bottom_text .word:nth-child(2) p:first-child,
    .Safari14 .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(3),
    .Safari14 .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(6) {
        top: 7px;
    }

    .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(4),
    .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(5) {
        top: -19px;
    }
    @-moz-document url-prefix() {
        .hslider_text_element .bottom_text .word:first-child p:first-child {
            top: 7px;
        }
        .hslider_text_element .bottom_text .word:first-child p:nth-child(9) {
            top: 7px;
        }
        .hslider_text_element .bottom_text .word:nth-child(2) p:first-child,
        .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(3),
        .hslider_text_element .bottom_text .word:nth-child(2) p:nth-child(6) {
            top: 7px;
        }
    }
    .content_education h2 {
        font-size: 36px;
    }
    .section-hero .wrap_h1 h1 {
        font-size: 36px;
    }
    .section-hero .wrap_h1 h1 span {
        top: 23px;
    }
    .content_education h2 span {
        top: 21px;
    }
    .wrapper_education .section-group #section-group-content-wrapper #group-form-header {
        font-size: 36px;
    }
}



