@charset "UTF-8";
/*
Theme Name: Dark Side Tacos
Author: Sergey Manuylov
*/
@import url('assets/css/normalize.css');
@import url('assets/css/grid.css');
@import url('assets/css/effects.css');
/*---Reset styles---*/
/*---Fonts---*/
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@font-face {
    font-family: 'ArtNuvo';
    src: url('assets/fonts/art-nuvo.ttf') format('truetype');
    font-style: normal;
}
/*---/.Fonts---*/
/*---general styles---*/
:root {
    --body-bg: #0a0532;
    --dark-blue: #18104b;
    --header-btn: #5238f1;
    --header-btn-hover: #593eff;
    --btn-orange: #ff6019;
    --btn-orange-hover: #ff6d2b;
    --btn-yellow: #d9d300;
    --btn-yellow-hover: #f1ed00;
    --h1: #feffcb;
    --h4-yellow: #d8d300;
    --h4-dark-blue: #5238f0;
    --nav-menu-hover: #f1ed00;
    --wide-container: 91.15vw;
    --container: 80.73vw;
    --narrow-container: 46.88vw;
    --font-heading: "ArtNuvo", serif;
    --font-body: "Arvo", sans-serif;
}
section.dark-blue, div.dark-blue, footer.dark-blue {
    background-color: var(--dark-blue);
    color: #fff;
}
body {
    background: var(--body-bg);
    background-image: url(assets/img/bg/body_bg_img.png);
    background-position: top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    font-size: 0.89vw;
    font-family: var(--font-body), serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}
* {
    outline: none;
    background-repeat: no-repeat;
}
i {
    font-style: italic;
}
ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
p, li {
    line-height: 1.647;
}
.half ul, .half ol {
    margin-top: 0;
    padding-bottom: 1em;
}
a, a:hover {
    text-decoration: none;
}
p {
    display: block;
    line-height: 1.647;
    margin-bottom: 1em;
    margin-top: 0;
}
img {
    max-width: 100%;
    max-height: 100%;
}
img.aligncenter {
    position: relative;
    margin: 0 auto;
}
p b, p strong, b, strong {
    font-weight: 700;
}
input[type="submit"] {
    cursor: pointer;
}
.mobile {
    display: none !important;
}
.capitalize {
    text-transform: uppercase;
}
.uncapitalize {
    text-transform: unset;
}
.center {
    position: relative;
    margin: 0 auto;
}
.center-text {
    text-align: center;
}
#all-content-wrapper {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    min-height: 0.10vw;
}
.flex.flex-justify-center {
    justify-content: center;
}
.flex-column {
    flex-direction: column;
}
.flex.flex-space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex.flex-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-align-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.flex-align-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.flex.flex-top {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.flex.flex-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.no-link {
    pointer-events: none;
}
h1, h2, h3, h4, h5, h6, p, ul {
    margin-top: 0;
}
h1, h2 {
    text-transform: uppercase;
    line-height: 1;
}
h2 {
    font-size: 3.75vw;
    margin-bottom: 1.30vw;
    font-family: var(--font-heading), serif;
}
section {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.half {
    width: 50%;
}
section {
    position: relative;
}
select::-ms-expand {
    display: none;
}
a.btn, input[type="submit"], .btn a {
    font-size: 1.04vw;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    padding: 0.99vw 1.82vw;
    box-sizing: border-box;
    text-align: center;
    min-width: 12.50vw;
    line-height: 1;
    border-radius: 1.56vw;
    text-transform: capitalize;
    border: none;
}
a.btn, input[type="submit"] {
    background-color: var(--btn-orange);
}
a.btn:hover, input[type="submit"]:hover {
    background-color: var(--btn-orange-hover);
}
a.btn:hover {
    transform: translateY(-0.16vw);
}
a.btn.yellow {
    background-color: var(--btn-yellow);
    color: #0a0431;
}
a.btn.yellow:hover {
    background-color: var(--btn-yellow-hover);
}
li.btn > a {
    background-color: var(--header-btn);
}
li.btn > a:hover {
    background-color: var(--header-btn-hover);
}
.container {
    max-width: var(--container);
}
.container.wide-container {
    max-width: var(--wide-container);
}
.container.narrow-container {
    max-width: var(--narrow-container);
}
#mobile-menu, #overlay, #mobile-menu-toggle {
    display: none;
}
.default-page {
    padding-top: 2.60vw;
    padding-bottom: 2.60vw;
}
.default-page h2, .default-page h3, .default-page h4, .default-page h5, .default-page h6 {
    line-height: 1.2;
    font-family: Proxima Nova, sans-serif;
}
.default-page h2 {
    font-size: 2.50vw;
}
.default-page h3 {
    font-size: 1.88vw;
}
.default-page h4 {
    font-size: 0.94vw;
}
.default-page h5 {
    font-size: 0.83vw;
}
.default-page h6 {
    font-size: 0.73vw;
}
.default-page ul, .default-page ol {
    padding-left: 0.78vw;
    padding-bottom: 1.88vw;
}
.default-page ul li {
    position: relative;
    padding-left: 1.04vw;
}
.default-page li {
    margin-bottom: 0.26vw;
}
.default-page ul li:before {
    position: absolute;
    content: '•';
    display: block;
    left: 0;
}
.single .default-page {
    padding-top: 0;
    padding-bottom: 0;
}
img.alignleft {
    float: left;
    margin-right: 4.69vw;
}
img.alignright {
    float: right;
    margin-left: 4.69vw;
}
.slick-track {
    display: flex !important;
}
.slick-slider {
    margin-bottom: 0 !important;
}
.slick-slide {
    height: inherit !important;
}
/*Header*/
header {
    padding: 3.39vw 0;
    position: relative;
    z-index: 3;
}
.header-nav nav > ul {
    display: flex;
    align-items: center;
}
.header-nav nav > ul > li {
    margin-right: 3.12vw;
}
.header-nav nav > ul > li:not(.btn) > a {
    color: #fff;
    font-weight: 700;
    font-size: 1.04vw;
    text-transform: capitalize;
}
.header-nav nav > ul > li:not(.btn) > a:hover {
    color: var(--nav-menu-hover);
}
.header-nav nav > ul > li.btn > a {
    min-width: 10.42vw;
}
/*Footer*/
footer {
    background-image: url(assets/img/bg/footer_bg.png);
    background-position: top center;
    -webkit-background-size: calc(100% - 15.62vw) 100%;
    background-size: calc(100% - 15.62vw) 100%;
    position: relative;
}
footer:before, footer:after {
    content: '';
    position: absolute;
    top: 0;
    width: 7.81vw;
    height: 100%;
    z-index: 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
footer:before {
    background-image: url(assets/img/bg/footer_bg_before.png);
    left: 0;
}
footer:after {
    background-image: url(assets/img/bg/footer_bg_after.png);
    right: 0;
}
.footer-nav {
    padding-top: 4.69vw;
    padding-bottom: 2.34vw;
    border-bottom: 0.05vw solid #18104b;
    position: relative;
    z-index: 2;
}
.footer-nav > .container > .flex > div {
    width: auto;
}
.footer-nav ul {
    display: flex;
}
.footer-nav nav > ul > li {
    margin-right: 3.12vw;
}
.footer-nav nav > ul > li > a {
    color: #fff;
    font-weight: 700;
    font-size: 1.04vw;
    text-transform: uppercase;
}
.footer-logo {
    max-width: 12.34vw;
}
.header-logo {
    display: block;
    max-width: 16.51vw;
}
footer a {
    color: #fff;
}
footer a:hover, .footer-nav nav > ul > li > a:hover {
    color: var(--nav-menu-hover);
}
.footer-social ul {
    padding-left: 1.56vw;
}
.footer-social ul > li > a {
    font-size: 1.67vw;
}
.footer-social ul > li:not(:last-child) {
    margin-right: 2.08vw;
}
.footer-copy {
    padding: 1.56vw;
    text-transform: uppercase;
    font-size: 0.73vw;
    position: relative;
    z-index: 2;
}
.footer-copy p {
    margin-bottom: 0;
}
.footer-copy p br {
	display:none;
}
/*Home hero*/
.home-hero-content {
    padding: 16.67vw 0;
    border-radius: 2.34vw;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.home-hero-content h1 {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--h1);
    text-shadow: 0 0 0.26vw rgba(217, 211, 0, 0.35),
    0 0 0.62vw rgba(217, 211, 0, 0.45),
    0 0 1.30vw rgba(217, 211, 0, 0.5);
    font-size: 5.21vw;
    margin-bottom: 0;
}
/*CTA*/
.cta {
    padding-top: 9.64vw;
    padding-bottom: 6.51vw;
}
.cta p {
    margin-bottom: 3.12vw;
}
.cta h2 {
    margin-bottom: 1.30vw;
}
.cta h4 {
    font-size: 1.88vw;
    color: var(--h4-yellow);
}
/*img-text*/
.img-text .container.wide-container {
    padding-top: 2.60vw;
    padding-bottom: 2.60vw;
    border-radius: 0.52vw;
}
.img-text-content-thumb {
    width: 42%;
}
.img-text-content-text {
    width: 58%;
    padding-left: 6.25vw;
}
.img-text-content-text h2 {
    margin-bottom: 0.78vw;
}
.img-text-content-text h4 {
    font-size: 1.88vw;
    color: var(--h4-dark-blue);
    margin-bottom: 1.30vw;
}
.img-text-content-text p:not(:last-child) {
    margin-bottom: 2.60vw;
}
/*two-cols-img-text*/
.two-cols-img-text {
    padding: 10.42vw 0;
}
.two-cols-img-text-content {
    padding: 1.30vw;
    background-color: var(--btn-yellow);
    border-radius: 0.52vw;
}
.two-cols-img-text-content .half {
    background-color: #fff;
    color: #0b0532;
    -webkit-background-size: cover;
    background-size: cover;
}
.two-cols-img-text-content .half:first-child p > img {
    max-width: 16.15vw;
    height: auto;
}
.two-cols-img-text-content .half h4 {
    font-size: 1.88vw;
    text-transform: uppercase;
    margin-bottom: 1.04vw;
}
.two-cols-img-text-content .half:first-child {
    padding: 2.60vw 4.69vw 1.04vw 2.60vw;
}
.two-cols-img-text-content .half:first-child p {
    margin-bottom: 1.56vw;
}
.insta-feed {
    padding-bottom: 10.42vw;
}
.insta-feed .heading p {
    margin-bottom: 1.56vw;
}
.insta-feed .heading {
    margin-bottom: 2.60vw;
}
/*Contact*/
.contact {
    padding-bottom: 10.42vw;
}
.contact .container.wide-container {
    padding-top: 2.60vw;
    padding-bottom: 2.60vw;
    border-radius: 0.52vw;
}
.contact-content-thumb {
    width: 42%;
}
.contact-content-text {
    width: 58%;
    padding-left: 6.25vw;
}
/*services-hero*/
.services-hero {
    padding-top: 14.32vw;
    padding-bottom: 5.99vw;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: bottom center;
    margin-top: -11.72vw;
}
.services-hero:before, .services-hero:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 7.81vw;
    height: 6.56vw;
    z-index: 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.services-hero-bg-middle {
    position: absolute;
    width: calc(100% - 15.63vw);
    background-image: url(assets/img/bg/services_hero_bottom.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: bottom center;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: 6.56vw;
}
.services-hero:before {
    background-image: url(assets/img/bg/services_hero_before.png);
    left: 0;
}
.services-hero:after {
    background-image: url(assets/img/bg/services_hero_after.png);
    right: 0;
}
.services-hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-bottom-left-radius: 5.21vw;
    border-bottom-right-radius: 5.21vw;
}
.services-hero-content h1 {
    font-family: var(--font-heading), serif;
    font-size: 5.21vw;
    margin-bottom: 1.30vw;
    line-height: 1;
}
.services-hero-content h4 {
    font-size: 1.88vw;
    color: var(--h4-yellow);
}
.reviews {
    padding-bottom: 10.42vw;
}
.reviews-content-wrapper {
    padding: 1.30vw;
    background-color: var(--btn-yellow);
    border-radius: 0.52vw;
}
.reviews-content {
    background-color: #fff;
    color: #0a0532;
    padding: 3.65vw 5.21vw;
}
.reviews-content .heading {
    margin-bottom: 2.34vw;
}
.reviews-content .heading h2 {
    font-family: var(--font-body), serif;
    font-size: 2.50vw;
    margin-bottom: 0;
    line-height: 1.2;
}
.reviews-content .heading span {
    display: block;
    margin-bottom: 1.56vw;
}
.reviews-content-slider-item h4 {
    font-size: 1.04vw;
}
.reviews-content-slider {
    max-width: 49.48vw;
}
.reviews-content-slider-item-text {
    margin-bottom: 3.12vw;
    line-height: 1.657;
}
.reviews-content-slider .slick-prev {
    left: -7.03vw;
}
.reviews-content-slider .slick-next {
    right: -7.03vw;
}
/*menu-hero*/
.menu-hero {
    padding-top: 2.60vw;
    padding-bottom: 8.85vw;
}
.menu-hero h1 {
    color: var(--h4-yellow);
    font-size: 5.21vw;
    margin-bottom: 1.30vw;
    font-family: var(--font-heading), serif;
}
.menu-hero h4 {
    font-size: 1.88vw;
}
.menu-content-wrapper {
    max-width: 62.50vw;
    padding-top: 2.60vw;
    padding-bottom: 2.08vw;
}
.menu-content-item {
    padding-top: 2.60vw;
    padding-bottom: 1.56vw;
}
.menu-content-item:not(:last-child) {
    border-bottom: 0.16vw dotted #3a2b9a;
}
.menu-content-item .heading h3 {
    font-family: var(--font-heading), serif;
    text-transform: uppercase;
    font-size: 3.75vw;
    margin-bottom: 0;
}
.menu-content-item .heading p {
    margin-bottom: 0.78vw;
    font-size: 1.09vw;
}
.menu-content-item-list > li {
    color: var(--btn-yellow);
    font-size: 1.88vw;
    font-weight: 700;
    line-height: 1.666;
}
.menu-content-wrapper .bottom {
    padding-top: 2.60vw;
}
.menu > .container {
    border-radius: 0.78vw;
}
.menu-cta {
    padding-top: 7.81vw;
    padding-bottom: 5.21vw;
}
.menu-cta p {
    margin-bottom: 2.60vw;
}
.menu-cta h4 {
    font-size: 2.50vw;
    margin-bottom: 2.60vw;
}
form .flex {
    justify-content: space-between;
}
form .flex > .half {
    width: calc(50% - 0.26vw);
}
form span {
    display: block;
    margin-bottom: 0.52vw;
}
form span input {
    display: block;
    width: 100%;
    height: 2.60vw;
}
form span input, form span textarea {
    text-transform: uppercase;
    color: var(--body-bg);
    font-size: 0.73vw;
    padding-left: 1.56vw;
    width: 100%;
}
form textarea {
    resize: none;
    height: 4.69vw;
    padding-top: 1.04vw;
}
form span input[type="checkbox"] {
    height: 1.04vw;
    width: 1.04vw;
    margin-right: 0.52vw;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: var(--body-bg);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: var(--body-bg);
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: var(--body-bg);
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--body-bg);
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--body-bg);
}
::placeholder { /* Most modern browsers support this now. */
    color: var(--body-bg);
}
.wpcf7-acceptance {
    text-align: left;
    padding-top: 0.52vw;
    padding-bottom: 1.56vw;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
    width: 100%;
}
.wpcf7-acceptance .wpcf7-list-item > label {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 0.73vw;
}
.wpcf7-acceptance .wpcf7-list-item > label > .wpcf7-list-item-label {
    margin-bottom: 0;
}
.wpcf7-spinner {
    display: none;
}
.insta-scrollbar {
    display: none;
}
.reviews-content-slider:not(.slick-initialized) .reviews-content-slider-item:not(:first-child) {
    display: none;
}

.reviews-content-slider-item-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--h4-dark-blue);
    padding: 0;
    border: 0;
    background: transparent;
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.reviews-content-slider-item-toggle:hover {
    text-decoration: none;
}

.reviews-content-slider-item-full[hidden],
.reviews-content-slider-item-short[hidden] {
    display: none !important;
}
/*Responsive*/
@media (max-width: 966px) {
    .insta-feed-wrapper {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .insta-feed-wrapper::-webkit-scrollbar {
        display: none;
    }

    .insta-feed-wrapper #sb_instagram {
        width: 1550px !important;
        min-width: 1550px !important;
        max-width: none !important;
        margin: 0 !important;
    }

    .insta-feed-wrapper #sbi_images {
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    .insta-scrollbar.is-active {
        display: block;
        position: relative;
        width: calc(100% - 40px);
        max-width: 440px;
        height: 10px;
        margin: 24px auto 0;
        background: url('assets/img/icons/scroll_wrapper.png') center / 100% 100% no-repeat;
        cursor: pointer;
        touch-action: none;
    }

    .insta-scrollbar__thumb {
        position: absolute;
        top: 0;
        left: 0;
        width: 34.0909%;
        height: 10px;
        background: url('assets/img/icons/scroll.png') center / 100% 100% no-repeat;
        transform: translate3d(0, 0, 0);
        cursor: grab;
        touch-action: none;
        will-change: transform;
    }

    .insta-scrollbar__thumb.is-dragging {
        cursor: grabbing;
    }
    .services-hero:before, .services-hero:after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 150px;
        height: 126px;
        z-index: 0;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .services-hero-bg-middle {
        width: calc(100% - 300px);
        height: 126px;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }
    .services-hero-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
    }
    .footer-logo {
        max-width: 234px;
    }
    .header-logo {
        max-width: 234px;
    }
    .header-nav nav {
        display: none;
    }
    .header-nav > .container > .flex > nav > ul > li > .sub-menu {
        position: relative;
        top: unset;
    }
    .header-nav > .container > .flex > nav > ul > li > .sub-menu > li > a {
        font-size: 24px;
        padding: 13px 25px;
    }
    .flex {
        flex-wrap: wrap;
    }
    #mobile-menu > .mobile-menu-top > nav > ul > li.menu-item-has-children > a > span {
        font-size: 18px;
        position: absolute;
        margin-left: 10px;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        right: 0;
        z-index: 2;
    }
    .mobile-menu-top {
        overflow: scroll;
    }
    .alignleft {
        /*rtl:ignore*/
        float: none;
        margin: 0 0 1em 0;
    }
    .alignright {
        /*rtl:ignore*/
        float: none;
        margin: 0 0 1em 0;
    }
    body.fixed {
        overflow: hidden;
    }
    .header-logo {
        top: 0;
        z-index: 999;
    }
    .header-nav {
        position: relative;
    }
    .header-nav nav.flex > ul {
        display: none;
    }
    #mobile-menu-toggle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        z-index: 9999;
        border-radius: 50%;
        background-color: #5238f1;
    }
    #mobile-menu-toggle span {
        display: block;
        height: 2px;
        background-color: #fff;
        width: 32px;
    }
    #mobile-menu-toggle span:not(:last-child) {
        margin-bottom: 10px;
    }
    #mobile-menu {
        position: absolute;
        right: 0;
        z-index: 999;
        top: 0;
        width: 100%;
        height: 100vh;
        overflow: scroll;
    }
    #mobile-menu nav ul {
        width: 100%;
    }
    #mobile-menu nav > ul {
        flex-wrap: wrap;
    }
    #mobile-menu nav {
        padding-top: 100px;
        background-color: var(--dark-blue);
        padding-bottom: 100px;
    }
    #mobile-menu nav > ul > li {
        width: 100%;
        text-align: center;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #mobile-menu nav > ul > li > a {
        color: #fff;
        font-size: 32px !important;
        width: 100%;
        text-transform: uppercase;
        font-weight: 700;
        padding: 22px 0;
        position: relative;
        display: block;
        line-height: 1;
        letter-spacing: 1px;
    }
    #mobile-menu-toggle.opened span:first-child {
        -webkit-transform: rotate(45deg) translateY(7px) translateX(7px) translateZ(0);
        transform: rotate(45deg) translateY(7px) translateX(7px) translateZ(0);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #mobile-menu-toggle.opened span:nth-child(2) {
        webkit-transform: rotate(-45deg) translateY(-2px) translateX(1px) translateZ(0);
        transform: rotate(-45deg) translateY(-2px) translateX(1px) translateZ(0);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #mobile-menu-toggle.opened span:last-child {
        display: none;
    }
    #overlay {
        z-index: 1;
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.85);
    }
    #overlay.opened {
        display: block;
    }
    #mobile-menu .social {
        padding-top: 50px;
        padding-bottom: 50px;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        background-color: #fff;
    }
    #mobile-menu .social li {
        margin-left: 25px;
        margin-right: 25px;
    }
    #mobile-menu .social li a {
        color: #c4996c;
        font-size: 36px;
    }
    .header-nav nav > ul > li {
        padding-left: 0;
        padding-right: 0;
    }
    :root {
        --wide-container: 1750px;
        --container: 1550px;
        --narrow-container: 900px;
    }
    body {
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        font-size: 17px;
    }
    .flex {
        width: 100%;
        min-height: 2px;
    }
    .half {
        width: 100%;
    }
    h2 {
        font-size: 48px;
        margin-bottom: 25px;
    }
    a.btn, input[type="submit"], .btn a {
        font-size: 20px;
        padding: 19px 35px;
        min-width: 240px;
        border-radius: 30px;
    }
    a.btn:hover {
        transform: translateY(-3px);
    }
    .default-page {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .default-page h2 {
        font-size: 48px;
    }
    .default-page h3 {
        font-size: 36px;
    }
    .default-page h4 {
        font-size: 18px;
    }
    .default-page h5 {
        font-size: 16px;
    }
    .default-page h6 {
        font-size: 14px;
    }
    .default-page ul, .default-page ol {
        padding-left: 15px;
        padding-bottom: 36px;
    }
    .default-page ul li {
        padding-left: 20px;
    }
    .default-page li {
        margin-bottom: 5px;
    }
    img.alignleft {
        margin-right: 90px;
    }
    img.alignright {
        margin-left: 90px;
    }
    header {
        padding: 40px 0;
    }
    .header-nav nav > ul > li {
        margin-right: 60px;
    }
    .header-nav nav > ul > li:not(.btn) > a {
        font-size: 20px;
    }
    .header-nav nav > ul > li.btn > a {
        min-width: 200px;
    }
    footer {
        background-image: unset;
        background-color: var(--body-bg);
        border-top-right-radius: 100px;
        border-top-left-radius: 100px;
    }
    .footer-bg-top-part {
        display: block;
        position: absolute;
        top: 0;
        background-image: url(assets/img/bg/footer_bg.png);
        height: 355px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: calc(100% - 300px);
    }
    footer:before, footer:after {
        width: 150px;
        height: 355px;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .footer-nav {
        padding-top: 90px;
        padding-bottom: 0;
        border-bottom: 1px solid #18104b;
        display: flex;

    }
    .footer-copy p {
        margin-bottom: 10px;
        text-align: center;
    }
    .footer-nav .flex, .footer-nav-right, .footer-copy .flex {
        flex-direction: column;
        align-items: center;
    }
    .footer-nav ul {
        flex-direction: column;
    }
    .footer-nav nav > ul > li {
        margin-right: 0;
        text-align: center;
        margin-bottom: 26px;
    }
    .footer-nav nav > ul > li > a {
        font-size: 20px;
    }
    .footer-social ul {
        padding-left: 0;
        flex-direction: row;
    }
    .footer-social ul > li > a {
        font-size: 32px;
    }
    .footer-nav > .container > .flex > div {
        margin-bottom: 20px;
    }
    .footer-social ul > li:not(:last-child) {
        margin-right: 40px;
    }
    .footer-copy {
        padding: 30px;
        font-size: 14px;
    }
    .home-hero-content {
        padding: 195px 70px;
        border-radius: 45px;
        background-size: cover;
        background-position: center;
    }
    .home-hero-content h1 {
        text-shadow: 0 0 5px rgba(217, 211, 0, 0.35),
        0 0 12px rgba(217, 211, 0, 0.45),
        0 0 25px rgba(217, 211, 0, 0.5);
        font-size: 84px;
    }
    .cta {
        padding-top: 95px;
        padding-bottom: 40px;
    }
    .cta p {
        margin-bottom: 60px;
    }
    .cta h2 {
        margin-bottom: 25px;
    }
    .cta h4 {
        font-size: 27px;
    }
    .img-text {
        padding-left: 15px;
        padding-right: 15px;
    }
    .img-text .container.wide-container {
        padding-top: 40px;
        padding-bottom: 20px;
        border-radius: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    .img-text-content-thumb {
        width: 100%;
        padding-bottom: 25px;
    }
    .img-text-content-text {
        width: 100%;
        padding-left: 0;
    }
    .img-text-content-text h2 {
        margin-bottom: 15px;
    }
    .img-text-content-text h4 {
        font-size: 27px;
        margin-bottom: 25px;
    }
    .img-text-content-text p:not(:last-child) {
        margin-bottom: 50px;
    }
    .two-cols-img-text {
        padding: 100px 0;
    }
    .two-cols-img-text-content {
        padding: 25px;
        border-radius: 10px;
    }
    .two-cols-img-text-content .half h4 {
        font-size: 27px;
        margin-bottom: 20px;
    }
    .two-cols-img-text-content .half:last-child {
        padding-top: 75%;
    }
    .two-cols-img-text-content .half:first-child p > img {
        max-width: 100%;
    }
    .two-cols-img-text-content .half:first-child {
        padding: 40px 20px 20px 20px;
    }
    .two-cols-img-text-content .half:first-child p {
        margin-bottom: 30px;
    }
    .insta-feed {
        padding-bottom: 100px;
    }
    .insta-feed .heading p {
        margin-bottom: 30px;
    }
    .insta-feed .heading {
        margin-bottom: 50px;
    }
    .contact {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 100px;
    }
    .contact .container.wide-container {
        padding: 35px 0;
        border-radius: 10px;
    }
    .contact-content-text p br {
        display: none;
    }
    .contact-content-thumb {
        width: 100%;
        padding-top: 45px;
        text-align: center;
    }
    .contact-content-text {
        width: 108%;
        padding-left: 0;
        order: -1;
    }
    .services-hero {
        padding-top: 275px;
        padding-bottom: 115px;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        margin-top: -225px;
    }
    .services-hero-content h1 {
        font-size: 65px;
        margin-bottom: 25px;
    }
    .services-hero-content h4 {
        font-size: 27px;
    }
    .reviews {
        padding-bottom: 100px;
    }
    .reviews-content-wrapper {
        padding: 25px;
        border-radius: 10px;
    }
    .reviews-content {
        padding: 40px 20px;
    }
    .reviews-content .heading {
        margin-bottom: 45px;
    }
    .reviews-content .heading h2 {
        font-size: 32px;
    }
    .reviews-content .heading span {
        margin-bottom: 30px;
    }
    .reviews-content-slider {
        padding-left: 35px;
        padding-right: 35px;
    }
    .reviews-content-slider-item h4 {
        font-size: 20px;
        margin-bottom: 0
    }
    .reviews-content-slider {
        max-width: 950px;
    }
    .reviews-content-slider-item-text {
        margin-bottom: 30px;
    }
    .reviews-content-slider .slick-prev {
        left: -15px;
    }
    .reviews-content-slider .slick-next {
        right: -15px;
    }
    .menu {
        padding-left: 15px;
        padding-right: 15px;
    }
    .menu-hero {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .menu-hero h1 {
        font-size: 64px;
        margin-bottom: 25px;
    }
    .menu-hero h4 {
        font-size: 27px;
    }
    .menu-content-wrapper {
        max-width: 1200px;
        padding-top: 0;
        padding-bottom: 40px;
    }
    .menu-content-item {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .menu-content-item:not(:last-child) {
        border-bottom: 3px dotted #3a2b9a;
    }
    .menu-content-item .heading h3 {
        font-size: 48px;
    }
    .menu-content-item .heading p {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .menu-content-item-list > li {
        font-size: 22px;
    }
    .menu-content-wrapper .bottom {
        padding-top: 50px;
    }
    .menu > .container {
        border-radius: 15px;
    }
    .menu-cta {
        padding-top: 75px;
        padding-bottom: 50px;
    }
    .menu-cta p {
        margin-bottom: 50px;
    }
    .menu-cta h4 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    form .flex > .half {
        width: 100%;
    }
    form span {
        margin-bottom: 10px;
    }
    form span input {
        width: 100%;
        height: 50px;
    }
    form span input, form span textarea {
        font-size: 14px;
        padding-left: 20px;
        width: 100%;
    }
    form textarea {
        height: 90px;
        padding-top: 20px;
    }
    form span input[type="checkbox"] {
        height: 20px;
        width: 20px;
        margin-right: 10px;
    }
    .wpcf7-acceptance {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .wpcf7-acceptance .wpcf7-list-item > label {
        font-size: 14px;
    }

}
@media(max-width:  500px) {
    .reviews-content .heading h2 {
        font-size: 26px;
    }
    body {
        background-image: url(assets/img/bg/body_bg_img_mobile.png);    
        background-position: top center;
    }
	.footer-copy p br {
		display:initial;
	}
}
@media(max-width:  420px) {
    .reviews-content .heading h2 {
        font-size: 20px;
    }
        .home-hero-content {
        padding: 195px 30px;
        border-radius: 45px;
        background-size: cover;
        background-position: center;
    }
}
