@charset "UTF-8";

.cli-plugin-button,
.cli-plugin-button:visited {
    display: inline-block;
    padding: 8px 16px 8px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    cursor: pointer;
    text-decoration: none
}

.cli-accept-button {
    font-family: Courier;
    font-variant: small-caps
}

.cli-plugin-button:hover {
    background-color: #111;
    color: #fff;
    text-decoration: none
}

.small.cli-plugin-button,
.small.cli-plugin-button:visited {
    font-size: 11px
}

.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
    font-size: 13px;
    font-weight: 500;
    line-height: 1
}

.large.cli-plugin-button,
.large.cli-plugin-button:visited {
    font-size: 14px;
    padding: 8px 14px 9px
}

.super.cli-plugin-button,
.super.cli-plugin-button:visited {
    font-size: 34px;
    padding: 8px 14px 9px
}

.pink.cli-plugin-button,
.magenta.cli-plugin-button:visited {
    background-color: #e22092
}

.pink.cli-plugin-button:hover {
    background-color: #c81e82
}

.green.cli-plugin-button,
.green.cli-plugin-button:visited {
    background-color: #91bd09
}

.green.cli-plugin-button:hover {
    background-color: #749a02
}

.red.cli-plugin-button,
.red.cli-plugin-button:visited {
    background-color: #e62727
}

.red.cli-plugin-button:hover {
    background-color: #cf2525
}

.orange.cli-plugin-button,
.orange.cli-plugin-button:visited {
    background-color: #ff5c00
}

.orange.cli-plugin-button:hover {
    background-color: #d45500
}

.blue.cli-plugin-button,
.blue.cli-plugin-button:visited {
    background-color: #2981e4
}

.blue.cli-plugin-button:hover {
    background-color: #2575cf
}

.yellow.cli-plugin-button,
.yellow.cli-plugin-button:visited {
    background-color: #ffb515
}

.yellow.cli-plugin-button:hover {
    background-color: #fc9200
}

.cli-bar-popup {
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 20px
}

.cli-clearboth {
    clear: both
}

@media only screen and (max-width:768px) {
    .cli-settings-mobile:hover {
        box-shadow: none !important
    }

    .cli-settings-desktop {
        display: none
    }

    .cli-col-8 {
        max-width: 100% !important;
        width: 100% !important;
        flex: 100% !important;
        -ms-flex: 100% !important
    }

    .cli-accordion-plusminus {
        float: right;
        font-size: 22px;
        line-height: 22px
    }

    .cli-plugin-button {
        margin: 10px
    }
}

@media only screen and (max-width:567px) {
    .cli-switch .cli-slider:after {
        display: none
    }

    .cli-tab-header a.cli-nav-link {
        font-size: 12px
    }

    .cli-modal .cli-modal-close {
        right: -10px;
        top: -15px
    }
}

.wt-cli-iframe-placeholder {
    background-image: url(../plugins/webtoffee-gdpr-cookie-consent/public/images/cli_placeholder.svg);
    background-size: 80px;
    max-width: 100%;
    max-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #b2b0b059;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.wt-cli-iframe-placeholder .wt-cli-inner-text {
    width: 100%;
    text-align: center;
    padding: 1rem 1rem;
    border-radius: 400px
}

.wt-cli-cookie-bar-container {
    display: none
}

.wt-cli-necessary-checkbox {
    display: none !important
}

a.wt-cli-ccpa-opt-out {
    text-decoration: underline !important;
}

.gdpr-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box
}

.gdpr-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.gdpr-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.gdpr-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.gdpr-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.gdpr-d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.gdpr-px-0 {
    padding-left: 0;
    padding-right: 0
}

.modal-open {
    overflow: hidden
}

.modal-open .gdpr-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.gdpr-modal.fade .gdpr-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.gdpr-modal.show .gdpr-modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.gdpr-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: none
}

.gdpr-modal a {
    text-decoration: none
}

.gdpr-modal .gdpr-modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

@media (min-width:576px) {
    .gdpr-modal .gdpr-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem * 2))
    }
}

@media (min-width:992px) {
    .gdpr-modal .gdpr-modal-dialog {
        max-width: 900px
    }
}

.gdpr-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    box-sizing: border-box;
    outline: 0
}

.gdpr-modal .row {
    margin: 0 -15px
}

.gdpr-modal .modal-body {
    padding: 0;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.gdpr-modal .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff
}

.gdpr-modal .close:focus {
    outline: 0
}

.gdpr-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 70px;
    font-size: 14px
}

.gdpr-switch input[type="checkbox"] {
    display: none
}

.gdpr-switch .gdpr-slider {
    background-color: #e3e1e8;
    height: 24px;
    width: 50px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.gdpr-switch .gdpr-slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    transition: .4s;
    width: 20px
}

.gdpr-switch input:checked+.gdpr-slider {
    background-color: rgb(99, 179, 95)
}

.gdpr-switch input:checked+.gdpr-slider:before {
    transform: translateX(26px)
}

.gdpr-switch .gdpr-slider {
    border-radius: 34px
}

.gdpr-switch .gdpr-slider:before {
    border-radius: 50%
}

.gdpr-tab-content>.gdpr-tab-pane {
    display: none
}

.gdpr-tab-content>.active {
    display: block
}

.gdpr-fade {
    transition: opacity .15s linear
}

.gdpr-nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    align-items: stretch !important;
    -ms-align-items: stretch !important
}

.nav.gdpr-nav-pills,
.gdpr-tab-content {
    width: 100%;
    padding: 30px;
    box-sizing: border-box
}

.nav.gdpr-nav-pills {
    background: #f3f3f3
}

.nav.gdpr-nav-pills .gdpr-nav-link {
    border: 1px solid #0070ad;
    margin-bottom: 10px;
    color: #0070ad;
    font-size: 14px;
    display: block;
    padding: .5rem 1rem;
    border-radius: .25rem
}

.nav.gdpr-nav-pills .gdpr-nav-link.active,
.nav.gdpr-nav-pills .show>.gdpr-nav-link {
    background-color: #0070ad;
    border: 1px solid #0070ad
}

.nav.gdpr-nav-pills .gdpr-nav-link.active {
    color: #fff
}

.gdpr-tab-content .gdpr-button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6
}

.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
    background-color: #0070ad;
    border-color: #0070ad;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-sizing: border-box
}

.gdpr-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0
}

.gdpr-tab-content h4 {
    font-size: 20px;
    margin-bottom: .5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.cli-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.cli-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.cli-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.cli-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    flex-direction: column
}

.cli-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.cli-d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.cli-px-0 {
    padding-left: 0;
    padding-right: 0
}

.cli-btn {
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1.25rem;
    line-height: 1;
    border-radius: .25rem;
    transition: all .15s ease-in-out
}

.cli-btn:hover {
    opacity: .8
}

.cli-btn:focus {
    outline: 0
}

.cli-read-more-link {
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline
}

.cli-modal-backdrop.cli-show {
    opacity: .8
}

.cli-modal-open {
    overflow: hidden
}

.cli-barmodal-open {
    overflow: hidden
}

.cli-modal-open .cli-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.cli-modal.cli-fade .cli-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.cli-modal.cli-show .cli-modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.cli-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity ease-in-out 0.5s
}

.cli-modal-backdrop.cli-fade {
    opacity: 0
}

.cli-modal-backdrop.cli-show {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.cli-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    -webkit-transform: scale(0);
    transform: scale(0);
    overflow: hidden;
    outline: 0;
    visibility: hidden
}

.cli-modal.cli-show {
    visibility: visible
}

.cli-modal a {
    text-decoration: none
}

.cli-modal .cli-modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

@media (min-width:576px) {
    .cli-modal .cli-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem * 2))
    }
}

.cli-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border-radius: .2rem;
    box-sizing: border-box;
    outline: 0
}

.cli-modal .row {
    margin: 0 -15px
}

.cli-modal-footer {
    position: relative
}

.cli-modal .modal-body {
    padding: 0;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cli-modal .cli-modal-close:focus {
    outline: 0
}

.cli-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 38px;
    font-size: 14px;
    width: auto
}

.cli-switch input[type="checkbox"] {
    display: block;
    margin: 0;
    width: 0;
    position: absolute !important;
    left: 0 !important;
    opacity: 0 !important
}

.cli-switch .cli-slider {
    background-color: #e3e1e8;
    height: 20px;
    width: 38px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.cli-switch .cli-slider:before {
    bottom: 2px;
    content: "";
    height: 15px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 15px
}

.cli-switch input:checked+.cli-slider {
    background-color: #28a745
}

.cli-switch input:checked+.cli-slider:before {
    transform: translateX(18px)
}

.cli-switch .cli-slider {
    border-radius: 34px;
    font-size: 0
}

.cli-switch .cli-slider:before {
    border-radius: 50%
}

.cli-nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column
}

.cli-nav-pills,
.cli-tab-content {
    width: 100%;
    padding: 5px 30px 5px 5px;
    box-sizing: border-box
}

@media (max-width:767px) {

    .cli-nav-pills,
    .cli-tab-content {
        padding: 30px 10px
    }
}

.cli-nav-pills {
    background: #fff
}

.cli-nav-pills .cli-nav-link {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    color: #2a2a2a;
    font-size: 14px;
    display: block;
    padding: .5rem 1rem;
    border-radius: .25rem;
    cursor: pointer
}

.cli-nav-pills .cli-nav-link.cli-active,
.cli-nav-pills .cli-show>.cli-nav-link {
    background-color: #f6f6f9;
    border: 1px solid #ccc
}

.cli-nav-pills .cli-nav-link.cli-active {
    color: #2a2a2a
}

.cli-tab-content .cli-button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6
}

.cli-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0
}

.cli-tab-content h4 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

#cookie-law-info-bar .cli-nav-pills,
#cookie-law-info-bar .cli-tab-content,
#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,
#cookie-law-info-bar a.cli-nav-link.cli-active {
    background: transparent
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,
#cookie-law-info-bar .cli-nav-link,
#cookie-law-info-bar .cli-tab-container p,
#cookie-law-info-bar span.cli-necessary-caption,
#cookie-law-info-bar .cli-switch .cli-slider:after {
    color: inherit
}

#cookie-law-info-bar .cli-tab-header a:before {
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor
}

#cookie-law-info-bar .cli-row {
    margin-top: 20px
}

#cookie-law-info-bar .cli-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

#cookie-law-info-bar .cli-col-8 {
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.cli-wrapper {
    max-width: 100%;
    float: none;
    margin: 0 auto
}

#cookie-law-info-bar .cli-tab-content h4 {
    margin-bottom: .5rem
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link {
    padding: .2rem .5rem
}

#cookie-law-info-bar .cli-tab-container {
    display: none;
    text-align: left
}

.cli-tab-footer .cli-btn {
    padding: 10px 15px;
    width: auto;
    text-decoration: none
}

.cli-tab-footer {
    width: 100%;
    text-align: right;
    padding: 20px 0
}

.cli-col-12 {
    width: 100%
}

.cli-tab-header {
    display: flex;
    justify-content: space-between
}

.cli-tab-header a:before {
    width: 10px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px)
}

.cli-tab-header a:after {
    width: 2px;
    height: 10px;
    left: 4px;
    top: calc(50% - 5px);
    -webkit-transform: none;
    transform: none
}

.cli-tab-header a:before {
    width: 7px;
    height: 7px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    content: " ";
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-right: 10px
}

.cli-tab-header a.cli-nav-link {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    text-decoration: none
}

.cli-tab-header.cli-tab-active .cli-nav-link:before {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.cli-tab-header {
    border-radius: 5px;
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
    background-color: #f2f2f2
}

.cli-modal .cli-modal-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    padding: 10px;
    background: transparent;
    border: none
}

.cli-tab-container h4 {
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 15px;
    margin: 10px 0
}

.cli-tab-container p,
.cli-privacy-content-text {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    padding: 0;
    color: #000
}

.cli-tab-content {
    display: none
}

.cli-tab-section .cli-tab-content {
    padding: 10px 20px 5px 20px
}

.cli-tab-section {
    margin-top: 5px
}

@media (min-width:992px) {
    .cli-modal .cli-modal-dialog {
        max-width: 645px
    }
}

.cli-switch .cli-slider:after {
    content: attr(data-cli-disable);
    position: absolute;
    right: 50px;
    font-size: 12px;
    text-align: right;
    min-width: 120px
}

.cli-switch input:checked+.cli-slider:after {
    content: attr(data-cli-enable)
}

a.cli-privacy-readmore {
    font-size: 12px;
    margin-top: 12px;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline
}

.cli-privacy-overview {
    padding-bottom: 12px
}

a.cli-privacy-readmore:before {
    content: attr(data-readmore-text)
}

.cli-collapsed a.cli-privacy-readmore:before {
    content: attr(data-readless-text)
}

.cli-collapsed .cli-privacy-content {
    transition: max-height 0.25s ease-in
}

.cli-privacy-content p {
    margin-bottom: 0
}

.cli-modal-close svg {
    fill: #000
}

span.cli-necessary-caption {
    color: #000;
    font-size: 12px
}

.cli-tab-section.cli-privacy-tab {
    display: none
}

#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
    display: block
}

#cookie-law-info-bar .cli-privacy-overview {
    display: none
}

.cli-tab-container .cli-row {
    max-height: 500px;
    overflow-y: auto
}

.cli-modal.cli-blowup.cli-out {
    z-index: -1
}

.cli-modal.cli-blowup {
    z-index: 999999;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.cli-modal.cli-blowup .cli-modal-dialog {
    animation: blowUpModal 0.5s cubic-bezier(.165, .84, .44, 1) forwards
}

.cli-modal.cli-blowup.cli-out .cli-modal-dialog {
    animation: blowUpModalTwo 0.5s cubic-bezier(.165, .84, .44, 1) forwards
}

@keyframes blowUpContent {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    99.9% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes blowUpContentTwo {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes blowUpModal {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes blowUpModalTwo {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

.cli-bar-container {
    float: none;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.cli-style-v2 a {
    cursor: pointer
}

.cli-style-v2 .cli-plugin-main-link {
    font-weight: inherit
}

.cli-style-v2 {
    font-size: 11pt;
    font-weight: 400
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,
#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container {
    display: block
}

.cli-bar-message {
    width: 70%;
    text-align: left
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,
#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message {
    width: 100%
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head {
    text-align: left;
    margin-left: 5%;
    margin-bottom: 10px
}

@media (max-width:985px) {
    .cli-bar-message {
        width: 100%
    }

    .cli-bar-container {
        justify-content: center
    }
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .wt-cli-ccpa-checkbox {
    display: block
}

.wt-cli-form-group input:disabled {
    opacity: .5
}

.wt-cli-custom-checkbox input[type="checkbox"] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block !important;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    transition: .05s border-color ease-in-out
}

.wt-cli-custom-checkbox input[type=checkbox]:checked:before {
    content: '';
    display: block;
    border: solid #61a229;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin: 1px 0 0 5px;
    box-sizing: border-box
}

.wt-cli-form-group {
    margin-right: 15px
}

.cli-style-v3 .cli-bar-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.cli-style-v3 .cli-bar-btn_container,
.cli-style-v3 .wt-cli-category-widget {
    margin-top: 10px
}

.cli-style-v3 {
    text-align: left
}

#cookie-law-info-bar a,
.wt-cli-category-widget .wt-cli-form-group label {
    cursor: pointer
}

.wt-cli-category-widget .wt-cli-form-group label {
    font-size: inherit
}

#cookie-law-info-bar[data-template-id="cli-style-v3"] {
    padding: 10px 90px
}

#cookie-law-info-bar[data-template-id="cli-style-v3"][data-cli-type="widget"] {
    padding: 10px 20px
}

#cookie-law-info-bar[data-template-id="cli-style-v3"][data-cli-type="popup"] {
    padding: 10px 20px
}

#cookie-law-info-bar[data-template-id="cli-style-v3"] .wt-cli-category-widget {
    display: flex;
    flex-wrap: wrap
}

#cookie-law-info-bar[data-template-id="cli-style-v3"] {
    text-align: left;
    font-size: 11pt;
    border: 1px solid #ffffffe6
}

#cookie-law-info-bar[data-template-id="cli-style-v3"] h5 {
    margin: 10px 0
}

.wt-cli-category-widget-active .cli-switch,
.wt-cli-category-widget-active .wt-cli-necessary-checkbox,
.wt-cli-category-widget-active .cli-necessary-caption {
    display: none !important
}

@media (max-width:985px) {
    #cookie-law-info-bar[data-template-id="cli-style-v3"] {
        padding: 10px 20px
    }
}

.wt-cli-sr-only {
    display: none
}

.wt-cli-cookie-bar-container.wt-cli-hide-bar {
    display: none !important
}

.wt-cli-privacy-accept-btn {
    margin-left: 10px
}

.cli_settings_button:focus,
#cookie-law-info-again:focus,
#wt-cli-cookie-banner-title:focus,
.cli-plugin-main-link,
.cli_action_button,
.cli-privacy-readmore,
.cli-tab-header a,
.cli-switch .cli-slider,
.cli-tab-content .cli-tab-pane:focus {
    outline: 0
}

.cli-plugin-button:focus {
    outline: 0;
    opacity: .7
}

.wt-cli-ckyes-brand-logo {
    display: flex;
    align-items: center;
    font-size: 9px;
    color: #111;
    font-weight: 400
}

.wt-cli-ckyes-brand-logo img {
    width: 65px;
    margin-left: 2px
}

.wt-cli-privacy-overview-actions {
    padding-bottom: 0
}

.wt-cli-cookie-description {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    padding: 0;
    color: #000
}

@font-face {
    font-display: swap;
    font-family: 'icomoon';
    src: url(../plugins/woo-total-sales/assets/fonts/icomoon.eot?6npck9);
    src: url('../plugins/woo-total-sales/assets/fonts/icomoon.eot?#iefix6npck9') format('embedded-opentype'), url(../plugins/woo-total-sales/assets/fonts/icomoon.woff?6npck9) format('woff'), url(../plugins/woo-total-sales/assets/fonts/icomoon.ttf?6npck9) format('truetype'), url('../plugins/woo-total-sales/assets/fonts/icomoon.svg?6npck9#icomoon') format('svg');
    font-weight: 400;
    font-style: normal
}

.items-sold {
    clear: both;
    display: block;
    padding: 8px 0
}

.items-sold span {
    display: inline-block
}

.items-sold span:before {
    content: '\e900';
    font-family: 'icomoon';
    speak: none;
    position: relative;
    margin-right: 5px;
    font-size: 120%
}

.jcf-radio {
    border-radius: 9px
}

.jcf-radio span {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #777;
    border-radius: 100%
}

.jcf-radio input[type=radio] {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0
}

.jcf-radio.jcf-checked span {
    display: block
}

.jcf-checkbox,
.jcf-radio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #777;
    margin: 0 3px 0 0;
    height: 16px;
    width: 16px
}

.jcf-checkbox span {
    position: absolute;
    display: none;
    height: 4px;
    width: 8px;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -6px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"
}

:root .jcf-checkbox span {
    margin: -4px 0 0 -5px
}

.jcf-checkbox input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0
}

.jcf-checkbox.jcf-checked span {
    display: block
}

.jcf-button,
.jcf-file {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #fff
}

.jcf-button {
    vertical-align: top;
    border: 1px solid #777;
    margin: 0 10px 10px 0;
    padding: 5px 10px
}

.jcf-button .jcf-real-element {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    outline: none;
    opacity: 0;
    padding: 0;
    margin: 0;
    border: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}

.jcf-file {
    white-space: nowrap
}

.jcf-file .jcf-real-element {
    position: absolute;
    font-size: 200px;
    height: 200px;
    margin: 0;
    right: 0;
    top: 0
}

.jcf-file .jcf-fake-input,
.jcf-file .jcf-upload-button {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #777;
    line-height: 28px;
    height: 28px
}

.jcf-file .jcf-fake-input {
    text-overflow: ellipsis;
    font-size: 13px;
    width: 125px;
    padding: 0 8px
}

.jcf-file .jcf-upload-button {
    margin: 0 0 0 -1px;
    padding: 0 10px
}

.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative
}

.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #e3e3e3;
    width: 14px;
    bottom: 0;
    right: 0;
    top: 0
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #bbb;
    height: 14px;
    width: 14px;
    left: 0;
    top: 0
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #888;
    height: 1px;
    width: 14px
}

.jcf-scrollbar-horizontal {
    position: absolute;
    background: #e3e3e3;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: #bbb;
    height: 14px;
    width: 14px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    display: inline-block;
    position: relative;
    height: 14px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    background: #888;
    height: 14px
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3
}

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #777;
    background: #fff;
    margin: 0 0 12px;
    min-width: 150px;
    height: 26px
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 13px;
    line-height: 26px;
    margin: 0 35px 0 8px
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: #aaa;
    width: 26px;
    bottom: 0;
    right: 0;
    top: 0
}

body>.jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999
}

body>.jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto
}

.jcf-select.jcf-compact-multiple {
    max-width: 220px
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
    display: inline-block;
    padding-top: 2px;
    content: '...'
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid red
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: 0 0
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
    background: #e6e6e6;
    color: #000
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
    display: inline-block;
    content: '';
    height: 4px;
    width: 8px;
    margin: -7px 5px 0 -3px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"
}

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px
}

.jcf-list,
.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    width: 100%
}

.jcf-list {
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px
}

.jcf-list .jcf-list-content {
    overflow: auto
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.jcf-list .jcf-option,
.jcf-list ul li {
    overflow: hidden;
    display: block
}

.jcf-list .jcf-overflow {
    overflow: auto
}

.jcf-list .jcf-option {
    white-space: nowrap;
    cursor: default;
    padding: 5px 9px;
    color: #656565;
    min-height: 14px;
    height: 1%
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important
}

.jcf-list-box .jcf-selected,
.jcf-select-drop .jcf-hover {
    background: #e6e6e6;
    color: #000
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: 700;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px
}

.jcf-textarea {
    border: 1px solid #b8c3c9;
    box-sizing: content-box;
    display: inline-block;
    position: relative
}

.jcf-textarea .jcf-scrollbar-horizontal {
    display: none;
    height: 0
}

.jcf-textarea textarea {
    padding: 8px 10px;
    border: none;
    margin: 0
}

.jcf-textarea .jcf-resize {
    position: absolute;
    text-align: center;
    cursor: se-resize;
    background: #e3e3e3;
    font-weight: 700;
    line-height: 15px;
    text-indent: 1px;
    font-size: 12px;
    height: 15px;
    width: 14px;
    bottom: 0;
    right: 0
}

.jcf-textarea .jcf-resize:before {
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    display: block;
    margin: 4px 0 0 3px;
    width: 6px;
    height: 6px;
    content: ''
}

.jcf-number {
    display: inline-block;
    position: relative;
    height: 32px
}

.jcf-number input {
    -moz-appearance: textfield;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #777;
    padding: 3px 27px 3px 7px;
    margin: 0;
    height: 100%
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
    position: absolute;
    background: #aaa;
    width: 20px;
    height: 15px;
    right: 1px
}

.jcf-number .jcf-btn-inc {
    top: 1px
}

.jcf-number .jcf-btn-dec {
    top: auto;
    bottom: 1px
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
    background: #e6e6e6
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
    background: #aaa
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    border: 4px solid #aaa
}

.jcf-number .jcf-btn-inc:before {
    margin: -6px 0 0 -4px;
    border-color: transparent transparent #000 transparent
}

.jcf-number .jcf-btn-dec:before {
    margin: -1px 0 0 -4px;
    border-color: #000 transparent transparent transparent
}

.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before,
.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before {
    opacity: .3
}

.jcf-number.jcf-disabled input {
    background: #ddd
}

.jcf-range {
    display: inline-block;
    min-width: 200px;
    margin: 0 10px;
    width: 130px
}

.jcf-range .jcf-range-track {
    margin: 0 20px 0 0;
    position: relative;
    display: block;
    height: 10px
}

.jcf-range .jcf-range-wrapper {
    position: relative;
    background: #e5e5e5;
    border-radius: 5px;
    display: block;
    margin: 5px 0
}

.jcf-range.jcf-vertical {
    min-width: 0;
    width: auto
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
    margin: 0;
    width: 10px;
    height: auto;
    padding: 20px 0 0
}

.jcf-range.jcf-vertical .jcf-range-track {
    height: 180px;
    width: 10px
}

.jcf-range.jcf-vertical .jcf-range-handle {
    left: -5px;
    top: auto
}

.jcf-range .jcf-range-display-wrapper {
    position: absolute;
    min-height: 10px;
    min-width: 10px;
    left: 10px;
    right: 10px
}

.jcf-range .jcf-range-display {
    border-radius: 5px;
    position: absolute;
    background: #888;
    width: 10px;
    height: 10px
}

.jcf-range .jcf-range-display.jcf-range-min {
    margin: 0 0 0 -10px;
    padding: 0 0 0 10px
}

.jcf-range .jcf-range-display.jcf-range-max {
    margin: 0 -10px 0 0;
    padding: 0 10px 0 0
}

.jcf-range.jcf-vertical .jcf-range-display-wrapper {
    left: auto;
    right: auto;
    top: 10px;
    bottom: 10px
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
    margin: 0 0 -10px;
    padding: 0 0 10px
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
    margin: -10px 0 0;
    padding: 10px 0 0
}

.jcf-range .jcf-range-handle {
    position: absolute;
    background: #aaa;
    border-radius: 19px;
    width: 19px;
    height: 19px;
    margin: -4px 0 0;
    z-index: 1;
    top: 0;
    left: 0
}

.jcf-range .jcf-range-mark {
    position: absolute;
    overflow: hidden;
    background: #000;
    width: 1px;
    height: 3px;
    top: -7px;
    margin: 0 0 0 9px
}

.jcf-range.jcf-vertical .jcf-range-mark {
    margin: 0 0 9px;
    left: 14px;
    top: auto;
    width: 3px;
    height: 1px
}

.jcf-range .jcf-active-handle {
    z-index: 2
}

.jcf-range.jcf-focus .jcf-active-handle {
    border: 1px solid red;
    margin: -5px 0 0 -1px
}

.jcf-range.jcf-disabled {
    background: 0 0 !important;
    opacity: .3
}

.jcf-disabled {
    background: #ddd !important
}

.jcf-focus,
.jcf-focus * {
    border-color: red !important
}

@charset "UTF-8";

@font-face {
    font-display: swap;
    font-family: "Barlow";
    src: url(../dist/fonts/Barlow/Barlow-Regular.ttf);
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}
.barlow {
    font-family: "Barlow";
}

@font-face {
    font-display: swap;
    font-family: "Barlow-Bold";
    src: url(../dist/fonts/Barlow/Barlow-Bold.ttf);
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}
.barlow-bold {
    font-family: "Barlow-Bold";
}

@font-face {
    font-display: swap;
    font-family: "Barlow-Black";
    src: url(../dist/fonts/Barlow/Barlow-Black.ttf);
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}
.barlow-black {
    font-family: "Barlow-Black";
}

@font-face {
    font-display: swap;
    font-family: "Barlow";
    src: url(../dist/fonts/Plain/Plain-Regular.eot);
    src: url("../dist/fonts/Plain/Plain-Regular.eot?#iefix") format("embedded-opentype"), url(../dist/fonts/Plain/Plain-Regular.woff) format("woff"), url(../dist/fonts/Plain/Plain-Regular.ttf) format("truetype"), url("../dist/fonts/Plain/Plain-Regular.svg#Plain-Regular") format("svg");
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

@font-face {
    font-display: swap;
    font-family: "Barlow";
    src: url(../dist/fonts/Plain/Plain-RegularIta.eot);
    src: url("../dist/fonts/Plain/Plain-RegularIta.eot?#iefix") format("embedded-opentype"), url(../dist/fonts/Plain/Plain-RegularIta.woff) format("woff"), url(../dist/fonts/Plain/Plain-RegularIta.ttf) format("truetype"), url("../dist/fonts/Plain/Plain-RegularIta.svg#Plain-RegularIta") format("svg");
    font-style: italic;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

@font-face {
    font-display: swap;
    font-family: "Grotesque";
    src: url(../dist/fonts/GrotesqueMTStd-BoldExtended.eot);
    src: url("../dist/fonts/GrotesqueMTStd-BoldExtended.eot?#iefix") format("embedded-opentype"), url(../dist/fonts/GrotesqueMTStd-BoldExtended.woff) format("woff"), url(../dist/fonts/GrotesqueMTStd-BoldExtended.ttf) format("truetype"), url("../dist/fonts/GrotesqueMTStd-BoldExtended.svg#GrotesqueMTStd-BoldExtended") format("svg");
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

@media only screen and (min-width:1025px) {
    .mobile {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .desktop {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .mobile-nav-active {
        overflow: hidden
    }
}

#header {
    width: 55px;
    height: 100vh;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 101;
    float: left
}

@media only screen and (min-width:1680px) {
    #header {
        width: 55px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    #header {
        width: 55px
    }
}

@media only screen and (min-width:1025px) {
    #header {
        position: fixed
    }
}

#header #menu {
    z-index: 2;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding: 35px 0;
    margin: 0;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    list-style: none
}

@media only screen and (min-width:1025px) and (max-height:750px) {
    #header #menu {
        padding: 15px 0
    }
}

@media only screen and (min-width:1025px) and (max-height:600px) {
    #header #menu {
        padding: 15px 0
    }
}

#header #menu li {
    list-style: none
}

#header #menu li a {
    text-decoration: none;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (min-width:1680px) {
    #header #menu li a {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    #header #menu li a {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    #header #menu li a {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    #header #menu li a {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-height:750px) {
    #header #menu li a {
        font-family: "Barlow";
        font-size: 14px;
        line-height: 1.2em;
        font-weight: 400
    }
}

@media only screen and (min-width:1025px) and (max-height:750px) and (min-width:1680px) {
    #header #menu li a {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-height:750px) and (min-width:1025px) and (max-width:1280px) {
    #header #menu li a {
        font-size: 12px
    }
}

@media only screen and (min-width:1025px) and (max-height:750px) and (max-width:1024px) {
    #header #menu li a {
        font-size: 12px;
        letter-spacing: -.1px
    }
}

@media only screen and (min-width:1025px) and (max-height:750px) and (min-width:1025px) and (max-height:600px) {
    #header #menu li a {
        font-size: 12px
    }
}

@media only screen and (min-width:1025px) and (max-height:600px) {
    #header #menu li a {
        font-family: "Barlow";
        font-size: 14px;
        line-height: 1.2em;
        font-weight: 400
    }
}

@media only screen and (min-width:1025px) and (max-height:600px) and (min-width:1680px) {
    #header #menu li a {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-height:600px) and (min-width:1025px) and (max-width:1280px) {
    #header #menu li a {
        font-size: 12px
    }
}

@media only screen and (min-width:1025px) and (max-height:600px) and (max-width:1024px) {
    #header #menu li a {
        font-size: 12px;
        letter-spacing: -.1px
    }
}

@media only screen and (min-width:1025px) and (max-height:600px) and (min-width:1025px) and (max-height:600px) {
    #header #menu li a {
        font-size: 12px
    }
}

@media only screen and (max-width:767px) {
    #header #menu li a {
        font-family: "Barlow";
        font-size: 18px;
        line-height: 1.4em;
        font-weight: 400
    }
}

@media only screen and (max-width:767px) and (min-width:1680px) {
    #header #menu li a {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) and (max-width:1024px) {
    #header #menu li a {
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:767px) and (max-width:1024px) and (max-width:350px) {
    #header #menu li a {
        font-size: 14px
    }
}

#header #menu .item {
    position: relative;
    list-style: none;
    height: 100px
}

#header #menu .item.current-menu-item a,
#header #menu .item:hover a {
    font-style: italic
}

#header #menu .item.nav-item {
    width: 100%;
    height: auto
}

#header #menu .item a:not(.search-el) {
    text-decoration: none;
    text-transform: capitalize;
    display: block
}

@media only screen and (min-width:1025px) {
    #header #menu .item a:not(.search-el) {
        position: absolute;
        top: 50%;
        text-align: center;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-90deg);
        width: auto;
        height: auto
    }
}

#header #menu .item.search-item {
    height: 120px
}

@media only screen and (min-width:1025px) and (max-height:750px) {
    #header #menu .item.search-item {
        height: 50px
    }
}

@media only screen and (min-width:1025px) and (max-height:600px) {
    #header #menu .item.search-item {
        height: 50px
    }
}

#header #menu .item.search-item .search-el {
    position: relative;
    width: auto;
    cursor: pointer;
    height: auto;
    float: left;
    left: 50%;
    margin: 10px 0;
    transform: translate(-50%, 0)
}

#header #menu .item.search-item .search-el svg {
    width: 18px;
    height: 18px
}

@media only screen and (min-width:1680px) {
    #header #menu .item.search-item .search-el svg {
        width: 22px;
        height: 22px
    }
}

#header #menu .item.search-item .search-el svg path,
#header #menu .item.search-item .search-el svg circle {
    transition: visibility 0s, all 0.2s ease-in-out
}

#header #menu .item.lang-item .wpml-ls {
    position: relative;
    float: left;
    width: 100%;
    height: auto
}

#header #menu .item.lang-item .wpml-ls ul {
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
    height: auto
}

#header #menu .item.lang-item .wpml-ls ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 0
}

#header #menu .item.lang-item .wpml-ls ul li a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    color: #757575;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (min-width:1680px) {
    #header #menu .item.lang-item .wpml-ls ul li a {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    #header #menu .item.lang-item .wpml-ls ul li a {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    #header #menu .item.lang-item .wpml-ls ul li a {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    #header #menu .item.lang-item .wpml-ls ul li a {
        font-size: 18px
    }
}

#header #menu .item.logo-item a {
    position: absolute;
    float: left;
    transform: translate(-50%, -50%) rotate(-90deg);
    height: auto;
    left: 50%;
    width: auto;
    top: 50%
}

#header #menu .item.logo-item svg {
    position: relative;
    height: 45px;
    width: auto;
    float: left
}

@media only screen and (min-width:1680px) {
    #header #menu .item.logo-item svg {
        height: 45px
    }
}

@media only screen and (min-width:1025px) and (max-height:750px) {
    #header #menu .item.logo-item svg {
        height: 45px
    }
}

#header #menu .item.logo-item svg path {
    fill: #0f0f0f
}

.sub-menu {
    z-index: 1;
    width: 330px;
    position: absolute;
    height: 100%;
    margin-left: 55px;
    transition: visibility 0s, all 0.2s ease-in-out;
    overflow: hidden
}

@media only screen and (min-width:1680px) {
    .sub-menu {
        width: 330px;
        margin-left: 55px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .sub-menu {
        width: 330px;
        margin-left: 55px
    }
}

.sub-menu .director-quote {
    font-style: italic;
    margin: 0 0 20px 0;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400
}

@media only screen and (min-width:1680px) {
    .sub-menu .director-quote {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .sub-menu .director-quote {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .sub-menu .director-quote {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

.sub-menu .director-quote img {
    left: 50%;
    transform: translate(-50%, 0);
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 400px
}

.sub-menu ul {
    margin: 0;
    padding: 0;
    padding: 28px 30px
}

@media only screen and (max-width:1024px) {
    .sub-menu ul {
        padding: 28px 20px
    }
}

.sub-menu ul li {
    list-style: none;
    margin-bottom: 6px;
    cursor: pointer;
    transition: visibility 0s, all 0.2s ease-in-out
}

.sub-menu ul li.disabled,
.sub-menu ul li.not-all {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    margin: 0
}

.sub-menu ul li a,
.sub-menu ul li p {
    color: #000;
    text-decoration: none;
    transition: visibility 0s, all 0.2s ease-in-out;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    margin: 0
}

@media only screen and (min-width:1680px) {

    .sub-menu ul li a,
    .sub-menu ul li p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .sub-menu ul li a,
    .sub-menu ul li p {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .sub-menu ul li a,
    .sub-menu ul li p {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .sub-menu ul li a,
    .sub-menu ul li p {
        font-size: 18px
    }
}

.sub-menu ul li a.active,
.sub-menu ul li a:hover,
.sub-menu ul li p.active,
.sub-menu ul li p:hover {
    color: #fff
}

.sub-menu ul li:hover>a,
.sub-menu ul li.active>a {
    color: #fff
}

.sub-menu .sub-directors-list {
    padding: 0 40px;
    transition: visibility 0s, all 0.2s ease-in-out;
    overflow: hidden
}

.sub-menu .parent-director>p {
    text-transform: uppercase
}

.sub-menu .parent-director.is-iconoclast {
    margin-top: 40px
}

.sub-menu .active-sub p {
    color: #fff
}

.sub-menu .active-sub .sub-directors-list {
    height: auto
}

.sub-menu .big-tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    transition: visibility 0s, all 0.2s ease-in-out
}

.sub-menu .big-tab::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-overflow-style: none
}

@media only screen and (min-width:1025px) {
    .sub-menu .big-tab {
        padding: 0 0 100px 0
    }
}

.sub-menu .big-tab .search-form {
    position: relative;
    widows: 100%;
    height: auto;
    top: 60px
}

.sub-menu .small-tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 100vh;
    overflow: hidden;
    transition: visibility 0s, all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    cursor: pointer
}

.sub-menu .small-tab p {
    color: #fff;
    text-decoration: none;
    transition: visibility 0s, all 0.2s ease-in-out;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    white-space: nowrap;
    margin-bottom: 0
}

@media only screen and (min-width:1680px) {
    .sub-menu .small-tab p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .sub-menu .small-tab p {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .sub-menu .small-tab p {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .sub-menu .small-tab p {
        font-size: 18px
    }
}

.sub-menu .small-tab p.close {
    opacity: 0;
    visibility: hidden;
    display: none
}

@media only screen and (min-width:1025px) {
    .sub-menu .small-tab:hover p {
        font-style: italic;
        color: #fff
    }
}

.sub-menu .close-chev {
    position: absolute;
    width: 10px;
    height: auto;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
    display: block;
    cursor: pointer;
    opacity: .4
}

.place-selector {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    padding: 60px 30px 30px;
    transition: visibility 0s, all 0.2s ease-in-out
}

@media only screen and (max-width:1024px) {
    .place-selector {
        padding: 60px 20px 20px
    }
}

.place-selector p {
    margin: 0
}

.place-selector p span {
    cursor: pointer;
    margin-right: 15px;
    position: relative;
    display: inline;
    transition: visibility 0s, all 0.2s ease-in-out;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (min-width:1680px) {
    .place-selector p span {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .place-selector p span {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .place-selector p span {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .place-selector p span {
        font-size: 18px
    }
}

.place-selector p span.active,
.place-selector p span:hover {
    color: #fff
}

.place-selector p span.active {
    text-decoration: underline
}

.place-selector p span:after {
    content: "/";
    position: absolute;
    bottom: 3px;
    right: -13px;
    color: #000
}

.place-selector p span:last-of-type:after {
    display: none
}

@media only screen and (min-width:1025px) {
    #header.nav-state-2 .sub-menu:not(.search) {
        width: 55px
    }
}

#header.nav-state-2 .sub-menu:not(.search) .big-tab,
#header.nav-state-2 .sub-menu:not(.search) #chev,
#header.nav-state-2 .sub-menu:not(.search) .place-selector {
    opacity: 0;
    visibility: hidden
}

#header.nav-state-2 .sub-menu:not(.search) .small-tab {
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:1025px) {
    .single-content-wrapper.nav-state-2 {
        width: calc(100% - 110px) !important
    }
}

@media only screen and (min-width:1025px) {

    .tax-type .single-content-wrapper.nav-state-2,
    .tax-music-type .single-content-wrapper.nav-state-2,
    .tax-event-type .single-content-wrapper.nav-state-2,
    .single-music .single-content-wrapper.nav-state-2,
    .single-artist .single-content-wrapper.nav-state-2,
    .single-events .single-content-wrapper.nav-state-2 {
        width: calc(100% - 165px) !important
    }
}

.aditional-info {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400
}

@media only screen and (min-width:1680px) {
    .aditional-info {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .aditional-info {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .aditional-info {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

.aditional-info .aditional-title {
    margin: 20px 0;
    text-decoration: underline;
    cursor: pointer
}

.aditional-info .aditional-title:before {
    content: "+ "
}

.aditional-info .aditional-content {
    height: 0;
    overflow: hidden;
    margin: 0 0 20px 0
}

.aditional-info.active .aditional-title:before {
    content: "- "
}

.aditional-info.active .aditional-content {
    height: auto
}

.single-artist .aditional-info {
    padding: 0 30px
}

.home #header {
    position: absolute
}

.home #header .sub-menu:not(.search) {
    display: none
}

.sub-menu.search {
    transform: translate(-130%, 0);
    transition: visibility 0s, all 0.2s ease-in-out
}

.sub-menu.search .big-tab .last-search {
    color: #000;
    text-decoration: none;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    padding: 30px
}

@media only screen and (min-width:1680px) {
    .sub-menu.search .big-tab .last-search {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .sub-menu.search .big-tab .last-search {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .sub-menu.search .big-tab .last-search {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .sub-menu.search .big-tab .last-search {
        font-size: 18px
    }
}

.sub-menu.search .big-tab .last-search p {
    padding: 0;
    margin: 0
}

.sub-menu.search .big-tab .last-search p:first-of-type {
    opacity: .5
}

.sub-menu.search .big-tab .last-search .current-search {
    display: none
}

.sub-menu.search .big-tab .last-search .search-form {
    top: 0
}

.sub-menu.search .big-tab .last-search .search-form input[type=search] {
    padding: 0 !important
}

.sub-menu.search .big-tab .last-search .search-form input[type=search]::-moz-placeholder {
    color: #000
}

.sub-menu.search .big-tab .last-search .search-form input[type=search]:-ms-input-placeholder {
    color: #000
}

.sub-menu.search .big-tab .last-search .search-form input[type=search]::placeholder {
    color: #000
}

.sub-menu.search .big-tab svg {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 17px;
    z-index: 1;
    opacity: .5;
    cursor: pointer
}

.sub-menu.search .big-tab svg path {
    fill: none;
    stroke: #0f0f0f;
    stroke-width: 2;
    stroke-linecap: square
}

.sub-menu.search .big-tab input[type=submit] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: 1
}

.sub-menu.search .big-tab input[type=search] {
    -webkit-appearance: none;
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin: 0;
    border-radius: 0;
    border: none;
    padding: 30px;
    background: none;
    color: #000;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    line-height: 1.4em
}

@media only screen and (min-width:1680px) {
    .sub-menu.search .big-tab input[type=search] {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .sub-menu.search .big-tab input[type=search] {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .sub-menu.search .big-tab input[type=search] {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .sub-menu.search .big-tab input[type=search] {
        font-size: 18px
    }
}

.sub-menu.search .big-tab input[type=search]::-moz-placeholder {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    line-height: 1.4em;
    color: #000
}

.sub-menu.search .big-tab input[type=search]:-ms-input-placeholder {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    line-height: 1.4em;
    color: #000
}

.sub-menu.search .big-tab input[type=search]::placeholder {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    line-height: 1.4em;
    color: #000
}

@media only screen and (min-width:1680px) {
    .sub-menu.search .big-tab input[type=search]::-moz-placeholder {
        font-size: 18px
    }

    .sub-menu.search .big-tab input[type=search]:-ms-input-placeholder {
        font-size: 18px
    }

    .sub-menu.search .big-tab input[type=search]::placeholder {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .sub-menu.search .big-tab input[type=search]::-moz-placeholder {
        font-size: 18px;
        letter-spacing: -.1px
    }

    .sub-menu.search .big-tab input[type=search]:-ms-input-placeholder {
        font-size: 18px;
        letter-spacing: -.1px
    }

    .sub-menu.search .big-tab input[type=search]::placeholder {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .sub-menu.search .big-tab input[type=search]::-moz-placeholder {
        font-size: 16px
    }

    .sub-menu.search .big-tab input[type=search]:-ms-input-placeholder {
        font-size: 16px
    }

    .sub-menu.search .big-tab input[type=search]::placeholder {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .sub-menu.search .big-tab input[type=search]::-moz-placeholder {
        font-size: 18px
    }

    .sub-menu.search .big-tab input[type=search]:-ms-input-placeholder {
        font-size: 18px
    }

    .sub-menu.search .big-tab input[type=search]::placeholder {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .search-active #header {
        z-index: 105
    }
}

.search-active .search {
    transform: translate(0, 0)
}

@media only screen and (max-width:1024px) {

    .post-type-archive-director #header.nav-state-2 .sub-menu.fixed-bottom-mobile,
    .post-type-archive-photographer #header.nav-state-2 .sub-menu.fixed-bottom-mobile {
        height: calc(100% - 60px) !important
    }

    .post-type-archive-director .place-selector,
    .post-type-archive-photographer .place-selector {
        position: fixed;
        background: #FDB833;
        width: 100%;
        height: auto;
        padding: 60px 20px 20px;
        bottom: 0;
        text-align: center
    }

    .post-type-archive-director .place-selector p span.active,
    .post-type-archive-photographer .place-selector p span.active {
        color: #fff;
        text-decoration: underline !important
    }

    .post-type-archive-director .small-tab,
    .post-type-archive-photographer .small-tab {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .post-type-archive-director #header.nav-state-2 .sub-menu:not(.search) .place-selector {
        opacity: 1;
        visibility: visible
    }
}

@media only screen and (max-width:1024px) {
    #header {
        width: 100%;
        height: 55px;
        position: fixed;
        background: #fff;
        z-index: 99999
    }
}

#header #hamb {
    display: none
}

@media only screen and (max-width:1024px) {
    #header #hamb {
        display: block;
        width: 26px;
        position: absolute;
        top: 50%;
        left: 18px;
        height: auto;
        transform: translate(0, -50%);
        z-index: 3;
        transition: visibility 0s, all 0.2s ease-in-out
    }

    #header #hamb svg {
        overflow: visible;
        position: relative;
        float: left
    }

    #header #hamb svg path {
        stroke: #000;
        transition: stroke 0.3s
    }
}

#header .logo-header {
    display: none
}

@media only screen and (max-width:1024px) {
    #header .logo-header {
        width: 110px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3
    }

    #header .logo-header svg {
        overflow: visible;
        position: relative;
        float: left
    }

    #header .logo-header svg path {
        fill: #000;
        transition: fill 0.3s
    }
}

#header .mobile-search {
    display: none
}

@media only screen and (max-width:1024px) {
    #header .mobile-search {
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0, -50%);
        width: 21px;
        z-index: 3;
        transition: visibility 0s, all 0.2s ease-in-out
    }

    #header .mobile-search svg {
        overflow: visible;
        position: relative;
        float: left
    }

    #header .mobile-search svg path,
    #header .mobile-search svg circle {
        stroke: #000;
        transition: stroke 0.3s
    }
}

@media only screen and (max-width:1024px) {

    .home #header,
    .page-template-editorial-home #header,
    .bottom-reached #header {
        background: transparent
    }

    .home #header #hamb svg path,
    .page-template-editorial-home #header #hamb svg path,
    .bottom-reached #header #hamb svg path {
        stroke: #FFF
    }

    .home #header .logo-header svg path,
    .page-template-editorial-home #header .logo-header svg path,
    .bottom-reached #header .logo-header svg path {
        fill: #FFF
    }

    .home #header .mobile-search svg path,
    .home #header .mobile-search svg circle,
    .page-template-editorial-home #header .mobile-search svg path,
    .page-template-editorial-home #header .mobile-search svg circle,
    .bottom-reached #header .mobile-search svg path,
    .bottom-reached #header .mobile-search svg circle {
        stroke: #FFF
    }

    .home #header .sub-menu:not(.search),
    .page-template-editorial-home #header .sub-menu:not(.search),
    .bottom-reached #header .sub-menu:not(.search) {
        opacity: 0;
        visibility: hidden
    }
}

@media only screen and (max-width:1024px) {

    .bottom-reached #header #hamb,
    .bottom-reached #header .mobile-search {
        opacity: 0;
        visibility: hidden
    }
}

@media only screen and (max-width:1024px) {
    #header #menu {
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        transform: translate(-100%, 0);
        transition: visibility 0s, all 0.2s ease-in-out;
        padding: 120px 20px 0;
        justify-content: flex-start
    }

    #header #menu .item {
        height: auto
    }

    #header #menu .item.logo-item {
        display: none
    }

    #header #menu .item a {
        transform: none;
        position: relative;
        top: auto;
        left: auto;
        text-align: left;
        line-height: 1.5
    }

    #header #menu .item.search-item {
        position: absolute;
        bottom: 50px;
        height: auto
    }

    #header #menu .item.search-item .search-el {
        display: none
    }

    #header #menu .item.search-item .wpml-ls ul li {
        position: relative;
        display: inline-block;
        width: auto;
        margin: 0 10px 0 0
    }

    #header #menu .item.search-item .wpml-ls ul li a {
        position: relative;
        float: left;
        top: auto;
        left: auto;
        transform: none;
        font-size: 19px
    }
}

@media only screen and (max-width:1024px) {
    .mobile-nav-active #header:not(.editorial-page) .logo-header svg path {
        fill: #000
    }

    .mobile-nav-active #header:not(.editorial-page) .mobile-search svg path,
    .mobile-nav-active #header:not(.editorial-page) .mobile-search svg circle,
    .mobile-nav-active #header:not(.editorial-page) #hamb svg path,
    .mobile-nav-active #header:not(.editorial-page) #hamb svg circle {
        stroke: #000
    }

    .mobile-nav-active #header #menu {
        transform: translate(0%, 0)
    }
}

@media only screen and (max-width:1024px) {
    #header .sub-menu.search {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        z-index: 5
    }

    #header .sub-menu.search .big-tab {
        width: 100%
    }

    #header .sub-menu.search .big-tab .cross-wrapper {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 20px;
        z-index: 1;
        height: 20px
    }

    #header .sub-menu.search .big-tab svg {
        top: 0;
        right: 0
    }

    #header .sub-menu.search .big-tab input[type=search] {
        padding: 120px 20px;
        opacity: 1
    }
}

@media only screen and (max-width:1024px) {

    .post-type-archive-product .fixed-bottom-mobile.sub-menu,
    .post-type-archive-director .fixed-bottom-mobile.sub-menu,
    .post-type-archive-photographer .fixed-bottom-mobile.sub-menu,
    .category .fixed-bottom-mobile.sub-menu,
    .single-product .fixed-bottom-mobile.sub-menu,
    .tax-type .fixed-bottom-mobile.sub-menu,
    .tax-event-type .fixed-bottom-mobile.sub-menu,
    .tax-music-type .fixed-bottom-mobile.sub-menu {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        margin: 0;
        height: 65px;
        transition: all 0.2s ease-in-out, height 0s, z-index 0s
    }

    .post-type-archive-product .fixed-bottom-mobile.sub-menu .big-tab,
    .post-type-archive-director .fixed-bottom-mobile.sub-menu .big-tab,
    .post-type-archive-photographer .fixed-bottom-mobile.sub-menu .big-tab,
    .category .fixed-bottom-mobile.sub-menu .big-tab,
    .single-product .fixed-bottom-mobile.sub-menu .big-tab,
    .tax-type .fixed-bottom-mobile.sub-menu .big-tab,
    .tax-event-type .fixed-bottom-mobile.sub-menu .big-tab,
    .tax-music-type .fixed-bottom-mobile.sub-menu .big-tab {
        opacity: 0;
        visibility: hidden;
        width: 100%;
        height: auto;
        padding-bottom: 90px;
        padding-top: 50px
    }

    .post-type-archive-product .fixed-bottom-mobile.sub-menu .close-chev,
    .post-type-archive-director .fixed-bottom-mobile.sub-menu .close-chev,
    .post-type-archive-photographer .fixed-bottom-mobile.sub-menu .close-chev,
    .category .fixed-bottom-mobile.sub-menu .close-chev,
    .single-product .fixed-bottom-mobile.sub-menu .close-chev,
    .tax-type .fixed-bottom-mobile.sub-menu .close-chev,
    .tax-event-type .fixed-bottom-mobile.sub-menu .close-chev,
    .tax-music-type .fixed-bottom-mobile.sub-menu .close-chev {
        display: none
    }

    .post-type-archive-product .fixed-bottom-mobile.sub-menu .small-tab,
    .post-type-archive-director .fixed-bottom-mobile.sub-menu .small-tab,
    .post-type-archive-photographer .fixed-bottom-mobile.sub-menu .small-tab,
    .category .fixed-bottom-mobile.sub-menu .small-tab,
    .single-product .fixed-bottom-mobile.sub-menu .small-tab,
    .tax-type .fixed-bottom-mobile.sub-menu .small-tab,
    .tax-event-type .fixed-bottom-mobile.sub-menu .small-tab,
    .tax-music-type .fixed-bottom-mobile.sub-menu .small-tab {
        width: 100%;
        height: 65px;
        opacity: 1;
        visibility: visible;
        position: fixed;
        bottom: 0;
        top: auto
    }

    .post-type-archive-product .fixed-bottom-mobile.sub-menu .small-tab p,
    .post-type-archive-director .fixed-bottom-mobile.sub-menu .small-tab p,
    .post-type-archive-photographer .fixed-bottom-mobile.sub-menu .small-tab p,
    .category .fixed-bottom-mobile.sub-menu .small-tab p,
    .single-product .fixed-bottom-mobile.sub-menu .small-tab p,
    .tax-type .fixed-bottom-mobile.sub-menu .small-tab p,
    .tax-event-type .fixed-bottom-mobile.sub-menu .small-tab p,
    .tax-music-type .fixed-bottom-mobile.sub-menu .small-tab p {
        transform: translate(0, -50%);
        position: relative;
        text-align: center;
        top: 50%;
        left: auto;
        opacity: 1;
        visibility: visible;
        font-size: 19px
    }

    .post-type-archive-product .fixed-bottom-mobile.sub-menu .small-tab p.close,
    .post-type-archive-director .fixed-bottom-mobile.sub-menu .small-tab p.close,
    .post-type-archive-photographer .fixed-bottom-mobile.sub-menu .small-tab p.close,
    .category .fixed-bottom-mobile.sub-menu .small-tab p.close,
    .single-product .fixed-bottom-mobile.sub-menu .small-tab p.close,
    .tax-type .fixed-bottom-mobile.sub-menu .small-tab p.close,
    .tax-event-type .fixed-bottom-mobile.sub-menu .small-tab p.close,
    .tax-music-type .fixed-bottom-mobile.sub-menu .small-tab p.close {
        position: absolute;
        width: 100%;
        height: auto;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        display: block;
        opacity: 0;
        visibility: hidden
    }

    .post-type-archive-product .fixed-bottom-mobile.sub-menu .small-tab p.close *,
    .post-type-archive-director .fixed-bottom-mobile.sub-menu .small-tab p.close *,
    .post-type-archive-photographer .fixed-bottom-mobile.sub-menu .small-tab p.close *,
    .category .fixed-bottom-mobile.sub-menu .small-tab p.close *,
    .single-product .fixed-bottom-mobile.sub-menu .small-tab p.close *,
    .tax-type .fixed-bottom-mobile.sub-menu .small-tab p.close *,
    .tax-event-type .fixed-bottom-mobile.sub-menu .small-tab p.close *,
    .tax-music-type .fixed-bottom-mobile.sub-menu .small-tab p.close * {
        pointer-events: none
    }

    .post-type-archive-product #header.nav-state-2,
    .post-type-archive-director #header.nav-state-2,
    .post-type-archive-photographer #header.nav-state-2,
    .category #header.nav-state-2,
    .single-product #header.nav-state-2,
    .tax-type #header.nav-state-2,
    .tax-event-type #header.nav-state-2,
    .tax-music-type #header.nav-state-2 {
        z-index: 999999
    }

    .post-type-archive-product #header.nav-state-2 .fixed-bottom-mobile.sub-menu,
    .post-type-archive-director #header.nav-state-2 .fixed-bottom-mobile.sub-menu,
    .post-type-archive-photographer #header.nav-state-2 .fixed-bottom-mobile.sub-menu,
    .category #header.nav-state-2 .fixed-bottom-mobile.sub-menu,
    .single-product #header.nav-state-2 .fixed-bottom-mobile.sub-menu,
    .tax-type #header.nav-state-2 .fixed-bottom-mobile.sub-menu,
    .tax-event-type #header.nav-state-2 .fixed-bottom-mobile.sub-menu,
    .tax-music-type #header.nav-state-2 .fixed-bottom-mobile.sub-menu {
        width: 100%;
        height: 100%;
        z-index: 1;
        overflow-y: auto
    }

    .post-type-archive-product #header.nav-state-2 .fixed-bottom-mobile .big-tab,
    .post-type-archive-director #header.nav-state-2 .fixed-bottom-mobile .big-tab,
    .post-type-archive-photographer #header.nav-state-2 .fixed-bottom-mobile .big-tab,
    .category #header.nav-state-2 .fixed-bottom-mobile .big-tab,
    .single-product #header.nav-state-2 .fixed-bottom-mobile .big-tab,
    .tax-type #header.nav-state-2 .fixed-bottom-mobile .big-tab,
    .tax-event-type #header.nav-state-2 .fixed-bottom-mobile .big-tab,
    .tax-music-type #header.nav-state-2 .fixed-bottom-mobile .big-tab {
        opacity: 1;
        visibility: visible
    }

    .post-type-archive-product #header.nav-state-2 .fixed-bottom-mobile .small-tab,
    .post-type-archive-director #header.nav-state-2 .fixed-bottom-mobile .small-tab,
    .post-type-archive-photographer #header.nav-state-2 .fixed-bottom-mobile .small-tab,
    .category #header.nav-state-2 .fixed-bottom-mobile .small-tab,
    .single-product #header.nav-state-2 .fixed-bottom-mobile .small-tab,
    .tax-type #header.nav-state-2 .fixed-bottom-mobile .small-tab,
    .tax-event-type #header.nav-state-2 .fixed-bottom-mobile .small-tab,
    .tax-music-type #header.nav-state-2 .fixed-bottom-mobile .small-tab {
        top: auto;
        bottom: 0;
        background: #fff
    }

    .post-type-archive-product #header.nav-state-2 .fixed-bottom-mobile .small-tab p,
    .post-type-archive-director #header.nav-state-2 .fixed-bottom-mobile .small-tab p,
    .post-type-archive-photographer #header.nav-state-2 .fixed-bottom-mobile .small-tab p,
    .category #header.nav-state-2 .fixed-bottom-mobile .small-tab p,
    .single-product #header.nav-state-2 .fixed-bottom-mobile .small-tab p,
    .tax-type #header.nav-state-2 .fixed-bottom-mobile .small-tab p,
    .tax-event-type #header.nav-state-2 .fixed-bottom-mobile .small-tab p,
    .tax-music-type #header.nav-state-2 .fixed-bottom-mobile .small-tab p {
        opacity: 0;
        visibility: hidden;
        transition: none
    }
}

@media only screen and (max-width:1024px) and (min-width:1025px) {

    .post-type-archive-product #header.nav-state-2 .fixed-bottom-mobile .small-tab p:hover,
    .post-type-archive-director #header.nav-state-2 .fixed-bottom-mobile .small-tab p:hover,
    .post-type-archive-photographer #header.nav-state-2 .fixed-bottom-mobile .small-tab p:hover,
    .category #header.nav-state-2 .fixed-bottom-mobile .small-tab p:hover,
    .single-product #header.nav-state-2 .fixed-bottom-mobile .small-tab p:hover,
    .tax-type #header.nav-state-2 .fixed-bottom-mobile .small-tab p:hover,
    .tax-event-type #header.nav-state-2 .fixed-bottom-mobile .small-tab p:hover,
    .tax-music-type #header.nav-state-2 .fixed-bottom-mobile .small-tab p:hover {
        color: #000
    }
}

@media only screen and (max-width:1024px) {

    .post-type-archive-product #header.nav-state-2 .fixed-bottom-mobile .small-tab p.close,
    .post-type-archive-director #header.nav-state-2 .fixed-bottom-mobile .small-tab p.close,
    .post-type-archive-photographer #header.nav-state-2 .fixed-bottom-mobile .small-tab p.close,
    .category #header.nav-state-2 .fixed-bottom-mobile .small-tab p.close,
    .single-product #header.nav-state-2 .fixed-bottom-mobile .small-tab p.close,
    .tax-type #header.nav-state-2 .fixed-bottom-mobile .small-tab p.close,
    .tax-event-type #header.nav-state-2 .fixed-bottom-mobile .small-tab p.close,
    .tax-music-type #header.nav-state-2 .fixed-bottom-mobile .small-tab p.close {
        opacity: 1;
        visibility: visible;
        color: #000
    }
}

footer {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background: #000;
    color: #FFF;
    padding: 50px 60px 25px;
    overflow: hidden;
    z-index: 9999
}

@media only screen and (max-width:1024px) {
    footer {
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 0;
        height: 101vh;
        min-height: 580px
    }
}

footer .row {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch
}

@media only screen and (max-width:1024px) {
    footer .row {
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        padding: 75px 20px 65px;
        min-height: 100vh
    }
}

footer .row:nth-child(1) {
    margin-bottom: 50px
}

@media only screen and (max-width:1024px) {
    footer .row:nth-child(1) {
        margin-bottom: 0
    }
}

@media only screen and (max-width:1024px) {
    footer .row:nth-child(2) {
        display: none
    }
}

footer .row:nth-child(2) p {
    margin: 0;
    color: #757575
}

footer .row:nth-child(2) p a {
    color: #757575;
    text-decoration: underline;
    transition: visibility 0s, all 0.2s ease-in-out
}

footer .row:nth-child(2) p a:hover {
    color: #FFF
}

footer .row .col {
    position: relative;
    float: left;
    height: auto;
    display: flex
}

@media only screen and (max-width:1024px) {
    footer .row .col {
        margin: 0 0 10px 0
    }

    footer .row .col:first-of-type {
        margin: 15px 0 10px
    }

    footer .row .col:last-of-type {
        margin: 0
    }
}

footer .row .col.col-1 {
    flex-direction: column
}

@media only screen and (min-width:1025px) {
    footer .row .col.col-1 {
        flex-basis: 10%
    }
}

footer .row .col.links-sites {
    display: none
}

@media only screen and (min-width:1025px) {
    footer .row .col.col-2 {
        flex-basis: 20%
    }

    footer .row .col.col-25 {
        flex-basis: 25%
    }
}

footer .row .col a {
    color: #757575;
    text-decoration: none;
    display: inline-block;
    transition: visibility 0s, all 0.2s ease-in-out
}

footer .row .col a:hover {
    color: #FFF
}

@media only screen and (max-width:1024px) {
    footer .row .col a {
        color: #FFF
    }
}

footer .row .col a,
footer .row .col p {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    margin: 0;
    line-height: 1.2em
}

@media only screen and (min-width:1680px) {

    footer .row .col a,
    footer .row .col p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    footer .row .col a,
    footer .row .col p {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    footer .row .col a,
    footer .row .col p {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    footer .row .col a,
    footer .row .col p {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {

    footer .row .col a,
    footer .row .col p {
        font-size: 16px
    }
}

footer .row .col.col-2 a {
    color: #FFF;
    text-decoration: underline
}

footer .row .col.newsletter {
    display: flex;
    flex-direction: column
}

@media only screen and (max-width:1024px) {
    footer .row .col.newsletter {
        justify-content: flex-end;
        padding: 15px 0 50px 0
    }
}

footer .row .col.newsletter form {
    position: relative
}

footer .row .col.newsletter label {
    width: 100%;
    padding: 0;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (min-width:1680px) {
    footer .row .col.newsletter label {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    footer .row .col.newsletter label {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    footer .row .col.newsletter label {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    footer .row .col.newsletter label {
        font-size: 18px
    }
}

footer .row .col.newsletter input[type=email] {
    background: transparent;
    border: none;
    color: #fff;
    margin: 5px 0 0;
    border-bottom: 1px solid #fff;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    padding: 0;
    width: 100%
}

@media only screen and (min-width:1680px) {
    footer .row .col.newsletter input[type=email] {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    footer .row .col.newsletter input[type=email] {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    footer .row .col.newsletter input[type=email] {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    footer .row .col.newsletter input[type=email] {
        font-size: 18px
    }
}

footer .row .col.newsletter input[type=email]::-moz-placeholder {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #fff;
    opacity: .5
}

footer .row .col.newsletter input[type=email]:-ms-input-placeholder {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #fff;
    opacity: .5
}

footer .row .col.newsletter input[type=email]::placeholder {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #fff;
    opacity: .5
}

@media only screen and (min-width:1680px) {
    footer .row .col.newsletter input[type=email]::-moz-placeholder {
        font-size: 18px
    }

    footer .row .col.newsletter input[type=email]:-ms-input-placeholder {
        font-size: 18px
    }

    footer .row .col.newsletter input[type=email]::placeholder {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    footer .row .col.newsletter input[type=email]::-moz-placeholder {
        font-size: 18px;
        letter-spacing: -.1px
    }

    footer .row .col.newsletter input[type=email]:-ms-input-placeholder {
        font-size: 18px;
        letter-spacing: -.1px
    }

    footer .row .col.newsletter input[type=email]::placeholder {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    footer .row .col.newsletter input[type=email]::-moz-placeholder {
        font-size: 16px
    }

    footer .row .col.newsletter input[type=email]:-ms-input-placeholder {
        font-size: 16px
    }

    footer .row .col.newsletter input[type=email]::placeholder {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    footer .row .col.newsletter input[type=email]::-moz-placeholder {
        font-size: 18px
    }

    footer .row .col.newsletter input[type=email]:-ms-input-placeholder {
        font-size: 18px
    }

    footer .row .col.newsletter input[type=email]::placeholder {
        font-size: 18px
    }
}

footer .row .col.newsletter input[type=submit] {
    position: absolute;
    width: 50px;
    height: 35px;
    right: 0;
    top: 30px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: transparent;
    background-image: url(../dist/img/arrow-right-v2.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 100% 4px;
    border: none
}

footer .row .col.newsletter .agree-label {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, all 0.2s ease-in-out;
    color: rgba(255, 255, 255, .5);
    font-family: "Barlow";
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin: 10px 0 0 0;
    display: inline-block;
    line-height: 17px
}

@media only screen and (min-width:1680px) {
    footer .row .col.newsletter .agree-label {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    footer .row .col.newsletter .agree-label {
        font-size: 12px
    }
}

@media only screen and (max-width:1024px) {
    footer .row .col.newsletter .agree-label {
        font-size: 12px;
        letter-spacing: -.1px
    }
}

@media only screen and (min-width:1025px) and (max-height:600px) {
    footer .row .col.newsletter .agree-label {
        font-size: 12px
    }
}

footer .row .col.newsletter .agree-label.active {
    opacity: 1;
    visibility: visible
}

footer .row .col.newsletter .agree-label .jcf-checkbox,
footer .row .col.newsletter .agree-label .jcf-focus {
    background: none;
    border: 2px solid rgba(255, 255, 255, .5) !important;
    margin: 0 5px 0 0;
    transition: visibility 0s, all 0.2s ease-in-out;
    cursor: pointer
}

footer .row .col.newsletter .agree-label .jcf-checkbox.jcf-checked,
footer .row .col.newsletter .agree-label .jcf-focus.jcf-checked {
    background: #fff;
    border: 2px solid white !important
}

footer .row .col.newsletter .agree-label .jcf-checkbox.jcf-checked span,
footer .row .col.newsletter .agree-label .jcf-focus.jcf-checked span {
    display: none
}

footer .row .col.newsletter .agree-label input {
    margin: 0 10px 0 0;
    top: -2px;
    position: relative
}

@media only screen and (max-width:1024px) {
    footer .row .col.newsletter .agree-label input {
        top: 2px
    }
}

.whole-wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    min-height: 100vh
}

@media only screen and (max-width:1024px) {
    .whole-wrapper {
        min-height: auto
    }
}

@media only screen and (min-width:1025px) {
    .mobile {
        display: none
    }
}

#square-transition {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    left: 60px;
    z-index: 1000000
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    #square-transition {
        left: 50px
    }
}

@media only screen and (max-width:767px) {
    #square-transition {
        left: 0;
        width: 100%;
        height: 0
    }
}

#square-transition rect {
    fill: #fff
}

.content-wrapper {
    overflow-x: hidden;
    position: relative;
    float: right;
    width: calc(100% - 475px);
    height: 100vh;
    transition: visibility 0s, all 0.2s ease-in-out
}

.nav-state-2 .content-wrapper {
    width: calc(100% - 150px) !important
}

.single-director .sub-menu {
    background: #7357D8
}

.single-photographer .sub-menu {
    background: #7357D8
}

.post-type-archive-director .sub-menu {
    background: #7357D8
}

.post-type-archive-photographer .sub-menu {
    background: #7357D8
}

.category .sub-menu {
    background: #009660
}

.page-template-about .sub-menu,
.page-template-new-about .sub-menu {
    background: #258CF3
}

#header .sub-menu.search {
    background: #FF8E01
}

.video-wrapper {
    height: auto;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.video-container {
    position: relative;
    float: left;
    width: 100%;
    height: 100vh
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.vjs-poster {
    background-size: cover
}

#single-content .video-container {
    height: 70vh;
    overflow: hidden
}

@supports not ((-o-object-fit:cover) or (object-fit:cover)) {
    .video-wrapper {
        position: absolute;
        left: -10000%;
        right: -10000%;
        top: -10000%;
        bottom: -10000%;
        margin: auto;
        min-width: 1000%;
        min-height: 1000%;
        transform: scale(.1)
    }
}

.home #slider-home,
.page-template-editorial-home #slider-home {
    overflow: hidden;
    width: calc(100% - 55px);
    left: 0;
    position: relative;
    float: right;
    height: 100%;
    max-height: 100vh;
    color: green
}

@media only screen and (max-width:1024px) {

    .home #slider-home,
    .page-template-editorial-home #slider-home {
        width: 100%
    }
}

.home #slider-home .swiper-slide,
.page-template-editorial-home #slider-home .swiper-slide {
    width: 100%;
    height: 100vh;
    position: relative;
    transition: all 0s;
    z-index: 10;
    overflow: visible;
    background: #0f0f0f
}

.home #slider-home .swiper-slide .image-cover,
.page-template-editorial-home #slider-home .swiper-slide .image-cover {
    height: 100%
}

.home #slider-home .swiper-slide .video-wrapper,
.page-template-editorial-home #slider-home .swiper-slide .video-wrapper {
    overflow: hidden
}

.home #slider-home .swiper-slide .texts,
.page-template-editorial-home #slider-home .swiper-slide .texts {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    padding: 40px 40px 0;
    z-index: 3;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (min-width:1680px) {

    .home #slider-home .swiper-slide .texts,
    .page-template-editorial-home #slider-home .swiper-slide .texts {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .home #slider-home .swiper-slide .texts,
    .page-template-editorial-home #slider-home .swiper-slide .texts {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .home #slider-home .swiper-slide .texts,
    .page-template-editorial-home #slider-home .swiper-slide .texts {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .home #slider-home .swiper-slide .texts,
    .page-template-editorial-home #slider-home .swiper-slide .texts {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .home #slider-home .swiper-slide .texts,
    .page-template-editorial-home #slider-home .swiper-slide .texts {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        padding: 0 5%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center
    }
}

.home #slider-home .swiper-slide .texts p,
.home #slider-home .swiper-slide .texts a,
.page-template-editorial-home #slider-home .swiper-slide .texts p,
.page-template-editorial-home #slider-home .swiper-slide .texts a {
    color: #FFF;
    display: inline-block;
    margin: 0;
    position: relative;
    z-index: 4
}

.home #slider-home .swiper-slide .texts p:nth-child(2),
.home #slider-home .swiper-slide .texts a:nth-child(2),
.page-template-editorial-home #slider-home .swiper-slide .texts p:nth-child(2),
.page-template-editorial-home #slider-home .swiper-slide .texts a:nth-child(2) {
    float: right
}

.home #slider-home .swiper-slide .slide-title-wrapper,
.page-template-editorial-home #slider-home .swiper-slide .slide-title-wrapper {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 130px 200px;
    overflow: visible
}

@media only screen and (max-width:1024px) {

    .home #slider-home .swiper-slide .slide-title-wrapper,
    .page-template-editorial-home #slider-home .swiper-slide .slide-title-wrapper {
        padding: 20px;
        position: relative;
        height: auto;
        max-height: 100%;
        float: left
    }
}

@media only screen and (max-width:1024px) and (max-width:767px) {

    .home #slider-home .swiper-slide .slide-title-wrapper,
    .page-template-editorial-home #slider-home .swiper-slide .slide-title-wrapper {
        padding: 0
    }
}

.home #slider-home .swiper-slide .slide-title-wrapper .slide-title,
.page-template-editorial-home #slider-home .swiper-slide .slide-title-wrapper .slide-title {
    display: block;
    width: 100%;
    height: 50%;
    cursor: pointer;
    position: relative;
    right: -20px;
    top: 50%;
    transform: translate(0, -50%);
    overflow: visible
}

@media only screen and (max-width:1024px) {

    .home #slider-home .swiper-slide .slide-title-wrapper .slide-title,
    .page-template-editorial-home #slider-home .swiper-slide .slide-title-wrapper .slide-title {
        height: auto;
        top: auto;
        right: auto;
        transform: none;
        float: left
    }
}

.home #slider-home .swiper-slide .slide-title-wrapper .slide-title svg,
.page-template-editorial-home #slider-home .swiper-slide .slide-title-wrapper .slide-title svg {
    height: 100%;
    width: 100%;
    overflow: visible;
    transition: none;
    margin: 5px 0;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    position: relative
}

@media only screen and (max-width:1024px) {

    .home #slider-home .swiper-slide .slide-title-wrapper .slide-title svg,
    .page-template-editorial-home #slider-home .swiper-slide .slide-title-wrapper .slide-title svg {
        margin: 3px 0
    }
}

.home #slider-home .swiper-slide .slide-title-wrapper .slide-title svg path,
.page-template-editorial-home #slider-home .swiper-slide .slide-title-wrapper .slide-title svg path {
    stroke-width: 2.5px;
    stroke: #fff;
    fill: transparent;
    transition: fill 0.2s ease-in-out
}

@media only screen and (max-width:1024px) {

    .home #slider-home .swiper-slide .slide-title-wrapper .slide-title svg path,
    .page-template-editorial-home #slider-home .swiper-slide .slide-title-wrapper .slide-title svg path {
        stroke-width: 1.5px
    }
}

.home #slider-home .swiper-slide .slide-title-wrapper .slide-title:hover svg path,
.page-template-editorial-home #slider-home .swiper-slide .slide-title-wrapper .slide-title:hover svg path {
    fill: #fff
}

@media only screen and (min-width:1025px) {

    .home #slider-home .swiper-slide .slide-title-wrapper .slide-title.two_lines,
    .page-template-editorial-home #slider-home .swiper-slide .slide-title-wrapper .slide-title.two_lines {
        height: 100%;
        top: auto;
        left: 0;
        transform: none
    }
}

.home #slider-home .swiper-slide .slide-title-wrapper .slide-title.two_lines svg,
.page-template-editorial-home #slider-home .swiper-slide .slide-title-wrapper .slide-title.two_lines svg {
    height: 50%
}

@media only screen and (min-width:1025px) {

    .home #slider-home .swiper-slide .slide-title-wrapper .slide-title.three_lines,
    .page-template-editorial-home #slider-home .swiper-slide .slide-title-wrapper .slide-title.three_lines {
        height: 100%;
        top: auto;
        transform: none
    }
}

.home #slider-home .swiper-slide .slide-title-wrapper .slide-title.three_lines svg,
.page-template-editorial-home #slider-home .swiper-slide .slide-title-wrapper .slide-title.three_lines svg {
    height: 33%
}

.home #slider-home .swiper-pagination,
.page-template-editorial-home #slider-home .swiper-pagination {
    text-align: right;
    padding: 20px 30px;
    color: #fff;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
    letter-spacing: -.1px
}

@media only screen and (min-width:1680px) {

    .home #slider-home .swiper-pagination,
    .page-template-editorial-home #slider-home .swiper-pagination {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .home #slider-home .swiper-pagination,
    .page-template-editorial-home #slider-home .swiper-pagination {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .home #slider-home .swiper-pagination,
    .page-template-editorial-home #slider-home .swiper-pagination {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .home #slider-home .swiper-pagination,
    .page-template-editorial-home #slider-home .swiper-pagination {
        font-size: 16px
    }
}

.home #slider-home .swiper-button,
.page-template-editorial-home #slider-home .swiper-button {
    width: 10%;
    top: 100px;
    left: 0;
    height: 100%;
    background: none;
    transition: visibility 0s, all 0.2s ease-in-out;
    z-index: 1;
    cursor: url(../dist/img/arrow-left.png) 33 25, auto
}

@media only screen and (max-width:1024px) {

    .home #slider-home .swiper-button,
    .page-template-editorial-home #slider-home .swiper-button {
        left: 0;
        width: 100%;
        height: 60px;
        top: 75px;
        position: absolute
    }

    .home #slider-home .swiper-button.swiper-button-prev,
    .home #slider-home .swiper-button.swiper-button-disabled,
    .page-template-editorial-home #slider-home .swiper-button.swiper-button-prev,
    .page-template-editorial-home #slider-home .swiper-button.swiper-button-disabled {
        opacity: 0;
        visibility: hidden
    }
}

.home #slider-home .swiper-button svg,
.page-template-editorial-home #slider-home .swiper-button svg {
    display: none;
    width: 60px;
    top: 50%;
    position: absolute;
    left: 40px;
    overflow: visible;
    transform: translate(0, -50%) rotate(180deg);
    transition: visibility 0s, all 0.2s ease-in-out;
    opacity: 0
}

@media only screen and (max-width:1024px) {

    .home #slider-home .swiper-button svg,
    .page-template-editorial-home #slider-home .swiper-button svg {
        display: inline-block;
        width: 25px;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-90deg);
        opacity: 1
    }
}

.home #slider-home .swiper-button:after,
.page-template-editorial-home #slider-home .swiper-button:after {
    display: none
}

.home #slider-home .swiper-button:hover svg,
.page-template-editorial-home #slider-home .swiper-button:hover svg {
    opacity: 1
}

.home #slider-home .swiper-button.swiper-button-next,
.page-template-editorial-home #slider-home .swiper-button.swiper-button-next {
    left: auto;
    right: 0;
    cursor: url(../dist/img/arrow-right.png) 33 25, auto
}

@media only screen and (max-width:1024px) {

    .home #slider-home .swiper-button.swiper-button-next,
    .page-template-editorial-home #slider-home .swiper-button.swiper-button-next {
        top: auto;
        bottom: 0
    }
}

.home #slider-home .swiper-button.swiper-button-next svg,
.page-template-editorial-home #slider-home .swiper-button.swiper-button-next svg {
    transform: translate(0, -50%) rotate(0deg);
    right: 40px;
    left: auto
}

@media only screen and (max-width:1024px) {

    .home #slider-home .swiper-button.swiper-button-next svg,
    .page-template-editorial-home #slider-home .swiper-button.swiper-button-next svg {
        right: auto;
        left: 50%;
        top: auto;
        bottom: 20px;
        transform: translate(-50%, 0) rotate(90deg)
    }
}

@media only screen and (max-width:1024px) {

    .home .home-no-footer,
    .page-template-editorial-home .home-no-footer {
        display: none
    }
}

.single-post.play-video,
.single-photo-project.play-video {
    overflow: hidden
}

.single-post .new-back,
.single-photo-project .new-back {
    color: #fff;
    position: fixed;
    top: 30px;
    right: 30px;
    opacity: 1;
    visibility: visible;
    display: block;
    bottom: auto;
    left: auto;
    z-index: 10;
    transition: visibility 0s, all 0.2s ease-in-out;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    cursor: pointer
}

@media only screen and (min-width:1680px) {

    .single-post .new-back,
    .single-photo-project .new-back {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-post .new-back,
    .single-photo-project .new-back {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-post .new-back,
    .single-photo-project .new-back {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

.single-post .new-back svg,
.single-photo-project .new-back svg {
    display: none
}

.single-post.single-active .new-back,
.single-photo-project.single-active .new-back {
    opacity: 0;
    visibility: hidden
}

.single-post #header .sub-menu,
.single-photo-project #header .sub-menu {
    display: none
}

.single-post #header .sub-menu.search,
.single-photo-project #header .sub-menu.search {
    display: block
}

.single-post #single-header,
.single-photo-project #single-header {
    display: inline-block;
    position: fixed;
    width: 55px;
    height: 100vh;
    top: 0;
    left: 55px;
    z-index: 100;
    cursor: pointer;
    border-right: 2px solid #000;
    border-color: #fff;
    transition: visibility 0s, all 0.2s ease-in-out
}

.single-post #single-header p,
.single-photo-project #single-header p {
    transform: translate(-50%, -50%) rotate(-90deg);
    text-decoration: none;
    text-transform: capitalize;
    position: absolute;
    display: block;
    text-align: center;
    top: 50%;
    left: 50%;
    color: #fff;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    transition: visibility 0s, all 0.2s ease-in-out
}

@media only screen and (min-width:1680px) {

    .single-post #single-header p,
    .single-photo-project #single-header p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-header p,
    .single-photo-project #single-header p {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .single-post #single-header p,
    .single-photo-project #single-header p {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-post #single-header p,
    .single-photo-project #single-header p {
        font-size: 18px
    }
}

.single-post #single-header p.back,
.single-photo-project #single-header p.back {
    opacity: 0;
    visibility: hidden;
    color: #0f0f0f;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    top: auto;
    transform: none;
    bottom: 20px;
    position: fixed;
    left: 25px;
    width: auto;
    height: auto;
    margin: 0;
    display: none
}

@media only screen and (min-width:1680px) {

    .single-post #single-header p.back,
    .single-photo-project #single-header p.back {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-post #single-header p.back,
    .single-photo-project #single-header p.back {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-header p.back,
    .single-photo-project #single-header p.back {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

.single-post #single-header .head-title,
.single-photo-project #single-header .head-title {
    transform: none;
    top: 20px;
    white-space: nowrap;
    left: 100px;
    display: none
}

.single-post #single-header:hover p,
.single-photo-project #single-header:hover p {
    color: #0f0f0f
}

.single-post.single-active #single-header,
.single-photo-project.single-active #single-header {
    border-right: none;
    background: none !important;
    visibility: hidden
}

.single-post.single-active #single-header p,
.single-photo-project.single-active #single-header p {
    opacity: 0;
    visibility: hidden
}

.single-post.single-active #single-header p.back,
.single-photo-project.single-active #single-header p.back {
    opacity: 1;
    visibility: visible
}

.single-post #single-content,
.single-photo-project #single-content {
    position: relative;
    width: calc(100% - 55px);
    height: auto;
    background-color: #0f0f0f;
    top: 0;
    left: 0;
    float: left
}

.single-post #single-content .share,
.single-photo-project #single-content .share {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    padding: 20px 30px 30px;
    z-index: 1;
    height: auto;
    background: linear-gradient(to bottom, rgba(15, 15, 15, 0) 0%, #0f0f0f 50%, #0f0f0f 100%)
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .share,
    .single-photo-project #single-content .share {
        background: transparent;
        position: relative;
        float: left;
        width: auto
    }
}

.single-post #single-content .share p,
.single-photo-project #single-content .share p {
    position: absolute;
    bottom: 30px;
    left: 30px
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .share p,
    .single-photo-project #single-content .share p {
        position: relative;
        bottom: auto;
        left: auto;
        float: left;
        display: inline-block
    }
}

.single-post #single-content .share p,
.single-post #single-content .share a,
.single-photo-project #single-content .share p,
.single-photo-project #single-content .share a {
    color: #fff;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    text-decoration: none
}

@media only screen and (min-width:1680px) {

    .single-post #single-content .share p,
    .single-post #single-content .share a,
    .single-photo-project #single-content .share p,
    .single-photo-project #single-content .share a {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-post #single-content .share p,
    .single-post #single-content .share a,
    .single-photo-project #single-content .share p,
    .single-photo-project #single-content .share a {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .share p,
    .single-post #single-content .share a,
    .single-photo-project #single-content .share p,
    .single-photo-project #single-content .share a {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

.single-post #single-content .share a,
.single-photo-project #single-content .share a {
    opacity: 0;
    transition: visibility 0s, all 0.2s ease-in-out
}

@media only screen and (min-width:1025px) {

    .single-post #single-content .share a,
    .single-photo-project #single-content .share a {
        float: left;
        padding: 0 0 5px 0;
        display: block;
        width: 100%
    }

    .single-post #single-content .share a:last-of-type,
    .single-photo-project #single-content .share a:last-of-type {
        padding: 0 0 40px 0
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .share a,
    .single-photo-project #single-content .share a {
        opacity: 1;
        position: relative;
        margin: 0 0 0 8px
    }
}

.single-post #single-content .share a:hover,
.single-photo-project #single-content .share a:hover {
    text-decoration: underline
}

.single-post #single-content .share:hover a,
.single-photo-project #single-content .share:hover a {
    opacity: 1
}

@media only screen and (max-width:1024px) {

    .single-post #single-content,
    .single-photo-project #single-content {
        min-height: 100vh
    }
}

.single-post #single-content .part-1,
.single-photo-project #single-content .part-1 {
    position: relative;
    float: right;
    height: 100%;
    width: calc(100% - 330px);
    z-index: 1
}

.single-post #single-content .part-1 .info-zone,
.single-photo-project #single-content .part-1 .info-zone {
    padding: 45px 30px 20px 30px;
    position: relative;
    width: 100%;
    height: auto;
    overflow-x: hidden
}

.single-post #single-content .part-1 .info-zone .svg-title,
.single-photo-project #single-content .part-1 .info-zone .svg-title {
    height: 80%;
    padding: 0 0 0 40px;
    position: relative;
    float: left;
    width: 100%
}

@media only screen and (min-width:1025px) {

    .single-post #single-content .part-1 .info-zone .svg-title,
    .single-photo-project #single-content .part-1 .info-zone .svg-title {
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        max-width: 920px
    }
}

@media only screen and (min-width:1280px) {

    .single-post #single-content .part-1 .info-zone .svg-title,
    .single-photo-project #single-content .part-1 .info-zone .svg-title {
        max-width: 1200px
    }
}

.single-post #single-content .part-1 .info-zone .svg-title svg,
.single-photo-project #single-content .part-1 .info-zone .svg-title svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    padding: 0 0 5px 0;
    display: block
}

.single-post #single-content .part-1 .info-zone .svg-title svg path,
.single-photo-project #single-content .part-1 .info-zone .svg-title svg path {
    fill: transparent;
    stroke-width: 2.5px
}

.single-post #single-content .part-1 .info-zone .svg-title.two_lines svg,
.single-photo-project #single-content .part-1 .info-zone .svg-title.two_lines svg {
    height: 50%
}

.single-post #single-content .part-1 .info-zone .svg-title.two_lines svg:nth-last-of-type(1),
.single-photo-project #single-content .part-1 .info-zone .svg-title.two_lines svg:nth-last-of-type(1) {
    margin-top: 10px
}

.single-post #single-content .part-1 .info-zone.full-height,
.single-photo-project #single-content .part-1 .info-zone.full-height {
    padding: 25px 30px 80px 30px
}

.single-post #single-content .part-1 .info-zone.full-height .svg-title,
.single-photo-project #single-content .part-1 .info-zone.full-height .svg-title {
    height: 100%
}

.single-post #single-content .part-1 .info-zone .info-text,
.single-photo-project #single-content .part-1 .info-zone .info-text {
    margin-top: 20px;
    position: relative;
    float: left;
    width: 100%;
    height: auto
}

@media only screen and (min-width:1025px) {

    .single-post #single-content .part-1 .info-zone .info-text,
    .single-photo-project #single-content .part-1 .info-zone .info-text {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap
    }
}

.single-post #single-content .part-1 .info-zone .info-text .row,
.single-photo-project #single-content .part-1 .info-zone .info-text .row {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px 12.5px;
    max-width: 100%
}

.single-post #single-content .part-1 .info-zone .info-text .row.size-25,
.single-photo-project #single-content .part-1 .info-zone .info-text .row.size-25 {
    width: 25%
}

.single-post #single-content .part-1 .info-zone .info-text .row.size-50,
.single-photo-project #single-content .part-1 .info-zone .info-text .row.size-50 {
    width: 50%
}

.single-post #single-content .part-1 .info-zone .info-text .row.size-75,
.single-photo-project #single-content .part-1 .info-zone .info-text .row.size-75 {
    width: 75%
}

.single-post #single-content .part-1 .info-zone .info-text .row.size-100,
.single-photo-project #single-content .part-1 .info-zone .info-text .row.size-100 {
    width: 100%
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone .info-text .row,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row {
        padding: 17px 0;
        width: 100% !important
    }
}

.single-post #single-content .part-1 .info-zone .info-text .row .footnote,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .footnote {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 0 40px;
    text-align: center
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .footnote,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .footnote {
        padding: 0
    }
}

.single-post #single-content .part-1 .info-zone .info-text .row .footnote p,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .footnote p {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400
}

@media only screen and (min-width:1680px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .footnote p,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .footnote p {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .footnote p,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .footnote p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .footnote p,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .footnote p {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

.single-post #single-content .part-1 .info-zone .info-text .row p,
.single-photo-project #single-content .part-1 .info-zone .info-text .row p {
    color: #0f0f0f;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
    margin: 0
}

@media only screen and (min-width:1680px) {

    .single-post #single-content .part-1 .info-zone .info-text .row p,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row p {
        font-size: 20px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-post #single-content .part-1 .info-zone .info-text .row p,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row p {
        font-size: 18px
    }
}

@media only screen and (max-width:350px) {

    .single-post #single-content .part-1 .info-zone .info-text .row p,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row p {
        font-size: 16px
    }
}

.single-post #single-content .part-1 .info-zone .info-text .row .empty,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .empty {
    height: auto;
    min-height: 50px
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .empty,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .empty {
        min-height: 20px
    }
}

.single-post #single-content .part-1 .info-zone .info-text .row .image-wrapper,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .image-wrapper {
    position: relative
}

.single-post #single-content .part-1 .info-zone .info-text .row .image-wrapper.single-image,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .image-wrapper.single-image {
    left: 50%;
    transform: translate(-50%, 0);
    top: 0
}

.single-post #single-content .part-1 .info-zone .info-text .row .image-wrapper.single-image .image,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .image-wrapper.single-image .image {
    background-size: cover;
    background-position: 50% 0%
}

.single-post #single-content .part-1 .info-zone .info-text .row .image-wrapper.double-image,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .image-wrapper.double-image {
    float: left;
    width: calc(50% - 10px);
    margin: 0 10px 0 0
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .image-wrapper.double-image,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .image-wrapper.double-image {
        width: 100%;
        margin: 10px 0
    }
}

.single-post #single-content .part-1 .info-zone .info-text .row .image-wrapper.double-image:nth-child(2),
.single-photo-project #single-content .part-1 .info-zone .info-text .row .image-wrapper.double-image:nth-child(2) {
    margin: 0 0 0 10px
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .image-wrapper.double-image:nth-child(2),
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .image-wrapper.double-image:nth-child(2) {
        margin: 10px 0
    }
}

.single-post #single-content .part-1 .info-zone .info-text .row .image,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .image {
    width: 100%;
    float: left;
    position: relative
}

.single-post #single-content .part-1 .info-zone .info-text .row .image:before,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%
}

.single-post #single-content .part-1 .info-zone .info-text .row .image>div,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .image>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.single-post #single-content .part-1 .info-zone .info-text .row .image.vertical,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .image.vertical {
    position: relative;
    max-height: 700px
}

.single-post #single-content .part-1 .info-zone .info-text .row .image.vertical:before,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .image.vertical:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.3333333333%
}

.single-post #single-content .part-1 .info-zone .info-text .row .image.vertical>div,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .image.vertical>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.single-post #single-content .part-1 .info-zone .info-text .row .text,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .text {
    position: relative;
    float: left;
    width: 100%;
    height: auto
}

@media only screen and (min-width:1025px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .text,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .text {
        left: 50%;
        transform: translate(-50%, 0)
    }
}

.single-post #single-content .part-1 .info-zone .info-text .row .text p,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .text p {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400
}

@media only screen and (min-width:1680px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .text p,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .text p {
        font-size: 20px
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .text p,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .text p {
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .text p,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .text p {
        font-size: 14px
    }
}

.single-post #single-content .part-1 .info-zone .info-text .row .swiper-container img,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .swiper-container img {
    max-width: 100%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    position: relative
}

.single-post #single-content .part-1 .info-zone .info-text .row .swiper-container.single-slides-image .swiper-wrapper .swiper-slide img,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .swiper-container.single-slides-image .swiper-wrapper .swiper-slide img {
    max-width: 100%
}

.single-post #single-content .part-1 .info-zone .info-text .row .swiper-container .swiper-button,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .swiper-container .swiper-button {
    width: 20%;
    top: 0;
    left: 0;
    left: auto;
    height: 100%;
    background: none;
    transition: visibility 0s, all 0.2s ease-in-out;
    cursor: url(../dist/img/arrow-left-b.svg) 50 25, auto
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .swiper-container .swiper-button,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .swiper-container .swiper-button {
        margin-top: -15px
    }
}

.single-post #single-content .part-1 .info-zone .info-text .row .swiper-container .swiper-button:after,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .swiper-container .swiper-button:after {
    display: none
}

.single-post #single-content .part-1 .info-zone .info-text .row .swiper-container .swiper-button.swiper-button-disabled,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .swiper-container .swiper-button.swiper-button-disabled {
    opacity: 0;
    visibility: hidden
}

.single-post #single-content .part-1 .info-zone .info-text .row .swiper-container .swiper-button svg,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .swiper-container .swiper-button svg {
    width: 40px;
    top: 50%;
    position: absolute;
    left: 0;
    transform: translate(0, -50%) rotate(180deg);
    display: none;
    overflow: visible
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .swiper-container .swiper-button svg,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .swiper-container .swiper-button svg {
        display: inline;
        height: 15px;
        margin: 0 5px;
        width: auto
    }
}

.single-post #single-content .part-1 .info-zone .info-text .row .swiper-container .swiper-button.swiper-button-next,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .swiper-container .swiper-button.swiper-button-next {
    cursor: url(../dist/img/arrow-right-b.svg) 50 25, auto;
    left: auto;
    right: 0
}

.single-post #single-content .part-1 .info-zone .info-text .row .swiper-container .swiper-button.swiper-button-next svg,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .swiper-container .swiper-button.swiper-button-next svg {
    transform: translate(0, -50%) rotate(0deg);
    right: 0;
    left: auto
}

.single-post #single-content .part-1 .info-zone .info-text .row .video-js,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js {
    width: 100%;
    height: auto
}

.single-post #single-content .part-1 .info-zone .info-text .row .video-js.double-video,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js.double-video {
    width: calc(50% - 10px);
    margin: 0 10px 0 0;
    float: left;
    transform: none;
    left: auto;
    height: auto
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .video-js.double-video,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js.double-video {
        width: 100%;
        margin: 10px 0
    }
}

.single-post #single-content .part-1 .info-zone .info-text .row .video-js.double-video:nth-child(2),
.single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js.double-video:nth-child(2) {
    margin: 0 0 0 10px
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .video-js.double-video:nth-child(2),
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js.double-video:nth-child(2) {
        margin: 10px 0
    }
}

.single-post #single-content .part-1 .info-zone .info-text .row .video-js .vjs-tech,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js .vjs-tech {
    -o-object-fit: contain;
    object-fit: contain
}

.single-post #single-content .part-1 .info-zone .info-text .row .video-js .vjs-icon-placeholder:before,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js .vjs-icon-placeholder:before {
    font-size: 28px;
    line-height: 1em
}

.single-post #single-content .part-1 .info-zone .info-text .row .video-js .vjs-big-play-button,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js .vjs-big-play-button {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, all 0.2s ease-in-out;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: none;
    width: 135px;
    height: auto
}

.single-post #single-content .part-1 .info-zone .info-text .row .video-js .vjs-big-play-button span,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js .vjs-big-play-button span {
    display: none
}

.single-post #single-content .part-1 .info-zone .info-text .row .video-js .vjs-big-play-button:before,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js .vjs-big-play-button:before {
    content: "Play Video";
    color: #FFF;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    width: 110px
}

@media only screen and (min-width:1680px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .video-js .vjs-big-play-button:before,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js .vjs-big-play-button:before {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .video-js .vjs-big-play-button:before,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js .vjs-big-play-button:before {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .video-js .vjs-big-play-button:before,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js .vjs-big-play-button:before {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .video-js .vjs-big-play-button:before,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js .vjs-big-play-button:before {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .video-js .vjs-big-play-button:before,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js .vjs-big-play-button:before {
        white-space: nowrap
    }
}

.single-post #single-content .part-1 .info-zone .info-text .row .video-js.vjs-paused .vjs-big-play-button,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js.vjs-paused .vjs-big-play-button {
    opacity: 1 !important;
    visibility: visible !important
}

.single-post #single-content .part-1 .info-zone .info-text .row .video-js.is-playing .vjs-big-play-button,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js.is-playing .vjs-big-play-button {
    opacity: 0 !important;
    visibility: hidden !important
}

.single-post #single-content .part-1 .info-zone .info-text .row .video-js.is-playing.vjs-paused.vjs-has-started .vjs-big-play-button,
.single-post #single-content .part-1 .info-zone .info-text .row .video-js.clicked.is-playing .vjs-big-play-button,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js.is-playing.vjs-paused.vjs-has-started .vjs-big-play-button,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js.clicked.is-playing .vjs-big-play-button {
    opacity: 1 !important;
    visibility: visible !important
}

.single-post #single-content .part-1 .info-zone .info-text .row .video-js .vjs-control-bar,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js .vjs-control-bar {
    background: none;
    transition: visibility 0s, all 0.2s ease-in-out;
    padding: 0 10px;
    width: 100%;
    left: 0;
    bottom: 10px
}

.single-post #single-content .part-1 .info-zone .info-text .row .video-js .vjs-control-bar .vjs-control,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js .vjs-control-bar .vjs-control {
    text-shadow: none
}

.single-post #single-content .part-1 .info-zone .info-text .row .video-js .vjs-control-bar .vjs-progress-holder,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js .vjs-control-bar .vjs-progress-holder {
    height: 2px;
    padding: 20px 0
}

.single-post #single-content .part-1 .info-zone .info-text .row .video-js .vjs-control-bar .vjs-progress-holder div,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js .vjs-control-bar .vjs-progress-holder div {
    height: 2px;
    top: 20px
}

.single-post #single-content .part-1 .info-zone .info-text .row .video-js .vjs-control-bar .vjs-load-progress,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js .vjs-control-bar .vjs-load-progress {
    background: #FFF
}

.single-post #single-content .part-1 .info-zone .info-text .row .video-js .vjs-control-bar .vjs-load-progress div,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js .vjs-control-bar .vjs-load-progress div {
    display: none
}

.single-post #single-content .part-1 .info-zone .info-text .row .video-js .vjs-control-bar .vjs-slider,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js .vjs-control-bar .vjs-slider {
    text-shadow: none;
    box-shadow: none;
    background: none
}

.single-post #single-content .part-1 .info-zone .info-text .row .video-js .vjs-control-bar .vjs-slider:before,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .video-js .vjs-control-bar .vjs-slider:before {
    content: "";
    position: absolute;
    top: 20px;
    width: 100%;
    left: 0;
    height: 2px;
    background: #000
}

.single-post #single-content .part-1 .info-zone .info-text .row video,
.single-photo-project #single-content .part-1 .info-zone .info-text .row video {
    width: 100%;
    height: auto;
    max-width: 100%;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0)
}

.single-post #single-content .part-1 .info-zone .info-text .row .columns-wrap,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .columns-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap
}

@media only screen and (min-width:1025px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .columns-wrap.accordion-block,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .columns-wrap.accordion-block {
        cursor: pointer;
        position: relative;
        margin: 30px 0 0;
        height: 0
    }

    .single-post #single-content .part-1 .info-zone .info-text .row .columns-wrap.accordion-block:before,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .columns-wrap.accordion-block:before {
        content: "+";
        position: absolute;
        left: 50%;
        top: 0%;
        transform: translate(-50%, -40px);
        font-family: "Barlow";
        font-size: 30px;
        line-height: 1.2em;
        font-weight: 400
    }
}

@media only screen and (min-width:1025px) and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .columns-wrap.accordion-block:before,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .columns-wrap.accordion-block:before {
        letter-spacing: -.1px
    }
}

@media only screen and (min-width:1025px) and (max-width:1024px) and (max-width:767px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .columns-wrap.accordion-block:before,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .columns-wrap.accordion-block:before {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .columns-wrap.accordion-block .column,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .columns-wrap.accordion-block .column {
        height: 0;
        overflow: hidden
    }
}

@media only screen and (min-width:1025px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .columns-wrap.accordion-block.active,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .columns-wrap.accordion-block.active {
        height: auto
    }

    .single-post #single-content .part-1 .info-zone .info-text .row .columns-wrap.accordion-block.active:before,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .columns-wrap.accordion-block.active:before {
        content: "-"
    }

    .single-post #single-content .part-1 .info-zone .info-text .row .columns-wrap.accordion-block.active .column,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .columns-wrap.accordion-block.active .column {
        height: auto
    }
}

.single-post #single-content .part-1 .info-zone .info-text .row .columns-wrap .column,
.single-photo-project #single-content .part-1 .info-zone .info-text .row .columns-wrap .column {
    text-align: center;
    width: 50%;
    padding: 0 10px;
    margin: 20px 0
}

@media only screen and (min-width:1680px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .columns-wrap .column,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .columns-wrap .column {
        padding: 0 10px;
        width: 25%
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .columns-wrap .column,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .columns-wrap .column {
        padding: 0 10px;
        margin: 20px 0;
        width: 50%
    }
}

@media only screen and (max-width:767px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .columns-wrap .column,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .columns-wrap .column {
        width: 100%;
        padding: 0 20px;
        margin: 20px 0
    }
}

@media only screen and (min-width:1025px) {

    .single-post #single-content .part-1 .info-zone .info-text .share,
    .single-photo-project #single-content .part-1 .info-zone .info-text .share {
        display: none
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone .info-text .share,
    .single-photo-project #single-content .part-1 .info-zone .info-text .share {
        color: #fff;
        opacity: 1;
        text-decoration: none;
        transition: visibility 0s, all 0.2s ease-in-out;
        margin-top: 30px;
        position: relative;
        float: left;
        z-index: 1;
        padding: 0;
        width: auto
    }

    .single-post #single-content .part-1 .info-zone .info-text .share p,
    .single-photo-project #single-content .part-1 .info-zone .info-text .share p {
        font-family: "Barlow";
        font-size: 18px;
        line-height: 1.2em;
        font-weight: 400
    }
}

@media only screen and (max-width:1024px) and (min-width:1680px) {

    .single-post #single-content .part-1 .info-zone .info-text .share p,
    .single-photo-project #single-content .part-1 .info-zone .info-text .share p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) and (min-width:1025px) and (max-width:1280px) {

    .single-post #single-content .part-1 .info-zone .info-text .share p,
    .single-photo-project #single-content .part-1 .info-zone .info-text .share p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone .info-text .share p,
    .single-photo-project #single-content .part-1 .info-zone .info-text .share p {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone .info-text .share a,
    .single-photo-project #single-content .part-1 .info-zone .info-text .share a {
        color: #0f0f0f
    }
}

.single-post #single-content .part-1 .info-zone .info-text .post-navigation,
.single-photo-project #single-content .part-1 .info-zone .info-text .post-navigation {
    color: #fff;
    opacity: 1;
    text-decoration: none;
    transition: visibility 0s, all 0.2s ease-in-out;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    margin-top: 30px;
    position: relative;
    float: left;
    z-index: 1
}

@media only screen and (min-width:1680px) {

    .single-post #single-content .part-1 .info-zone .info-text .post-navigation,
    .single-photo-project #single-content .part-1 .info-zone .info-text .post-navigation {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-post #single-content .part-1 .info-zone .info-text .post-navigation,
    .single-photo-project #single-content .part-1 .info-zone .info-text .post-navigation {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone .info-text .post-navigation,
    .single-photo-project #single-content .part-1 .info-zone .info-text .post-navigation {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

.single-post #single-content .part-1 .info-zone .info-text .post-navigation div,
.single-photo-project #single-content .part-1 .info-zone .info-text .post-navigation div {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, all 0.2s ease-in-out;
    position: relative;
    bottom: 0;
    left: 0%;
    width: 250px;
    position: absolute
}

.single-post #single-content .part-1 .info-zone .info-text .post-navigation div:before,
.single-photo-project #single-content .part-1 .info-zone .info-text .post-navigation div:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60%
}

.single-post #single-content .part-1 .info-zone .info-text .post-navigation div>div,
.single-photo-project #single-content .part-1 .info-zone .info-text .post-navigation div>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone .info-text .post-navigation.prev-post,
    .single-photo-project #single-content .part-1 .info-zone .info-text .post-navigation.prev-post {
        display: none
    }
}

.single-post #single-content .part-1 .info-zone .info-text .post-navigation.next-post,
.single-photo-project #single-content .part-1 .info-zone .info-text .post-navigation.next-post {
    float: right
}

.single-post #single-content .part-1 .info-zone .info-text .post-navigation.next-post div,
.single-photo-project #single-content .part-1 .info-zone .info-text .post-navigation.next-post div {
    left: auto;
    right: 0
}

.single-post #single-content .part-1 .info-zone .info-text .post-navigation:hover,
.single-photo-project #single-content .part-1 .info-zone .info-text .post-navigation:hover {
    opacity: 1
}

.single-post #single-content .part-1 .info-zone .info-text .post-navigation:hover div,
.single-photo-project #single-content .part-1 .info-zone .info-text .post-navigation:hover div {
    opacity: 1;
    visibility: visible
}

.single-post #single-content .part-2,
.single-photo-project #single-content .part-2 {
    z-index: 2;
    position: relative;
    float: left;
    height: 100vh;
    width: 330px;
    background-color: #0f0f0f
}

.single-post #single-content .part-2 .cross,
.single-photo-project #single-content .part-2 .cross {
    position: fixed;
    top: 30px;
    right: 30px;
    width: auto;
    height: auto;
    z-index: 10;
    cursor: pointer;
    transition: visibility 0s, all 0.2s ease-in-out
}

.single-post #single-content .part-2 .cross p,
.single-photo-project #single-content .part-2 .cross p {
    color: #FFF;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400
}

@media only screen and (min-width:1680px) {

    .single-post #single-content .part-2 .cross p,
    .single-photo-project #single-content .part-2 .cross p {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-post #single-content .part-2 .cross p,
    .single-photo-project #single-content .part-2 .cross p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-2 .cross p,
    .single-photo-project #single-content .part-2 .cross p {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-2 .cross,
    .single-photo-project #single-content .part-2 .cross {
        display: none
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-2 .share,
    .single-photo-project #single-content .part-2 .share {
        display: none
    }
}

.single-post #single-content .part-2 .close,
.single-post #single-content .part-2 .post-navigation,
.single-photo-project #single-content .part-2 .close,
.single-photo-project #single-content .part-2 .post-navigation {
    display: none
}

.single-post #single-content .part-2 .single-wrapper-spacer,
.single-photo-project #single-content .part-2 .single-wrapper-spacer {
    position: relative;
    z-index: 8
}

.single-post #single-content .part-2 .single-wrapper-spacer:before,
.single-photo-project #single-content .part-2 .single-wrapper-spacer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

.single-post #single-content .part-2 .single-wrapper-spacer>div,
.single-photo-project #single-content .part-2 .single-wrapper-spacer>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.single-post #single-content .part-2 .single-wrapper,
.single-photo-project #single-content .part-2 .single-wrapper {
    position: relative;
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: calc(100vw - 55px);
    height: 100%;
    background: #000;
    transition: visibility 0s, all 0.4s ease-in-out;
    overflow: hidden
}

.single-post #single-content .part-2 .single-wrapper:before,
.single-photo-project #single-content .part-2 .single-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

.single-post #single-content .part-2 .single-wrapper>div,
.single-photo-project #single-content .part-2 .single-wrapper>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.single-post #single-content .part-2 .single-wrapper:before,
.single-photo-project #single-content .part-2 .single-wrapper:before {
    padding-top: 100%;
    background: #000
}

.single-post #single-content .part-2 .single-wrapper .video-js,
.single-photo-project #single-content .part-2 .single-wrapper .video-js {
    height: auto;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.single-post #single-content .part-2 .single-wrapper .video-js .vjs-tech,
.single-photo-project #single-content .part-2 .single-wrapper .video-js .vjs-tech {
    -o-object-fit: contain;
    object-fit: contain
}

.single-post #single-content .part-2 .single-wrapper .video-js .vjs-icon-placeholder:before,
.single-photo-project #single-content .part-2 .single-wrapper .video-js .vjs-icon-placeholder:before {
    font-size: 28px;
    line-height: 1em
}

.single-post #single-content .part-2 .single-wrapper .video-js .vjs-big-play-button,
.single-photo-project #single-content .part-2 .single-wrapper .video-js .vjs-big-play-button {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, all 0.2s ease-in-out;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: none;
    width: 135px;
    height: auto
}

.single-post #single-content .part-2 .single-wrapper .video-js .vjs-big-play-button span,
.single-photo-project #single-content .part-2 .single-wrapper .video-js .vjs-big-play-button span {
    display: none
}

.single-post #single-content .part-2 .single-wrapper .video-js .vjs-big-play-button:before,
.single-photo-project #single-content .part-2 .single-wrapper .video-js .vjs-big-play-button:before {
    content: "Play Video";
    color: #FFF;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    width: 110px
}

@media only screen and (min-width:1680px) {

    .single-post #single-content .part-2 .single-wrapper .video-js .vjs-big-play-button:before,
    .single-photo-project #single-content .part-2 .single-wrapper .video-js .vjs-big-play-button:before {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-2 .single-wrapper .video-js .vjs-big-play-button:before,
    .single-photo-project #single-content .part-2 .single-wrapper .video-js .vjs-big-play-button:before {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .single-post #single-content .part-2 .single-wrapper .video-js .vjs-big-play-button:before,
    .single-photo-project #single-content .part-2 .single-wrapper .video-js .vjs-big-play-button:before {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-post #single-content .part-2 .single-wrapper .video-js .vjs-big-play-button:before,
    .single-photo-project #single-content .part-2 .single-wrapper .video-js .vjs-big-play-button:before {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) {

    .single-post #single-content .part-2 .single-wrapper .video-js .vjs-big-play-button:before,
    .single-photo-project #single-content .part-2 .single-wrapper .video-js .vjs-big-play-button:before {
        white-space: nowrap
    }
}

.single-post #single-content .part-2 .single-wrapper .video-js.vjs-paused .vjs-big-play-button,
.single-photo-project #single-content .part-2 .single-wrapper .video-js.vjs-paused .vjs-big-play-button {
    opacity: 1 !important;
    visibility: visible !important
}

.single-post #single-content .part-2 .single-wrapper .video-js.is-playing .vjs-big-play-button,
.single-photo-project #single-content .part-2 .single-wrapper .video-js.is-playing .vjs-big-play-button {
    opacity: 0 !important;
    visibility: hidden !important
}

.single-post #single-content .part-2 .single-wrapper .video-js.is-playing.vjs-paused.vjs-has-started .vjs-big-play-button,
.single-post #single-content .part-2 .single-wrapper .video-js.clicked.is-playing .vjs-big-play-button,
.single-photo-project #single-content .part-2 .single-wrapper .video-js.is-playing.vjs-paused.vjs-has-started .vjs-big-play-button,
.single-photo-project #single-content .part-2 .single-wrapper .video-js.clicked.is-playing .vjs-big-play-button {
    opacity: 1 !important;
    visibility: visible !important
}

.single-post #single-content .part-2 .single-wrapper .video-js .vjs-control-bar,
.single-photo-project #single-content .part-2 .single-wrapper .video-js .vjs-control-bar {
    width: calc(100% - 60px);
    left: 55px;
    background: none;
    transition: visibility 0s, all 0.2s ease-in-out;
    bottom: 20px;
    padding: 0 10px
}

.single-post #single-content .part-2 .single-wrapper .video-js .vjs-control-bar .vjs-control,
.single-photo-project #single-content .part-2 .single-wrapper .video-js .vjs-control-bar .vjs-control {
    text-shadow: none
}

.single-post #single-content .part-2 .single-wrapper .video-js .vjs-control-bar .vjs-progress-holder,
.single-photo-project #single-content .part-2 .single-wrapper .video-js .vjs-control-bar .vjs-progress-holder {
    height: 2px;
    padding: 20px 0
}

.single-post #single-content .part-2 .single-wrapper .video-js .vjs-control-bar .vjs-progress-holder div,
.single-photo-project #single-content .part-2 .single-wrapper .video-js .vjs-control-bar .vjs-progress-holder div {
    height: 2px;
    top: 20px
}

.single-post #single-content .part-2 .single-wrapper .video-js .vjs-control-bar .vjs-load-progress,
.single-photo-project #single-content .part-2 .single-wrapper .video-js .vjs-control-bar .vjs-load-progress {
    background: #FFF
}

.single-post #single-content .part-2 .single-wrapper .video-js .vjs-control-bar .vjs-load-progress div,
.single-photo-project #single-content .part-2 .single-wrapper .video-js .vjs-control-bar .vjs-load-progress div {
    display: none
}

.single-post #single-content .part-2 .single-wrapper .video-js .vjs-control-bar .vjs-slider,
.single-photo-project #single-content .part-2 .single-wrapper .video-js .vjs-control-bar .vjs-slider {
    text-shadow: none;
    box-shadow: none;
    background: none
}

.single-post #single-content .part-2 .single-wrapper .video-js .vjs-control-bar .vjs-slider:before,
.single-photo-project #single-content .part-2 .single-wrapper .video-js .vjs-control-bar .vjs-slider:before {
    content: "";
    position: absolute;
    top: 20px;
    width: 100%;
    left: 0;
    height: 2px;
    background: #000
}

.single-post #single-content .part-2 .details,
.single-photo-project #single-content .part-2 .details {
    padding: 20px 20px 90px;
    color: #fff;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    height: 100vh;
    overflow-y: auto
}

@media only screen and (min-width:1680px) {

    .single-post #single-content .part-2 .details,
    .single-photo-project #single-content .part-2 .details {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-post #single-content .part-2 .details,
    .single-photo-project #single-content .part-2 .details {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-2 .details,
    .single-photo-project #single-content .part-2 .details {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

.single-post #single-content .part-2 .details::-webkit-scrollbar,
.single-photo-project #single-content .part-2 .details::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-overflow-style: none
}

@media only screen and (min-width:1025px) {

    .single-post #single-content .part-2 .details,
    .single-photo-project #single-content .part-2 .details {
        font-family: "Barlow";
        font-size: 18px;
        line-height: 1.2em;
        font-weight: 400
    }
}

@media only screen and (min-width:1025px) and (min-width:1680px) {

    .single-post #single-content .part-2 .details,
    .single-photo-project #single-content .part-2 .details {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (min-width:1025px) and (max-width:1280px) {

    .single-post #single-content .part-2 .details,
    .single-photo-project #single-content .part-2 .details {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-width:1024px) {

    .single-post #single-content .part-2 .details,
    .single-photo-project #single-content .part-2 .details {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-2 .details,
    .single-photo-project #single-content .part-2 .details {
        font-size: 17px;
        letter-spacing: -.1px
    }
}

.single-post #single-content .part-2 .details:after,
.single-photo-project #single-content .part-2 .details:after {
    content: "";
    background: linear-gradient(to bottom, rgba(15, 15, 15, .1) 0%, #0f0f0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 60px;
    left: 0
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-2 .details:after,
    .single-photo-project #single-content .part-2 .details:after {
        display: none
    }
}

.single-post #single-content .part-2 .details .description,
.single-photo-project #single-content .part-2 .details .description {
    padding-bottom: 50px
}

.single-post #single-content .part-2 .details p,
.single-photo-project #single-content .part-2 .details p {
    margin-bottom: 0
}

.single-post #single-content .part-2 .details .credits,
.single-photo-project #single-content .part-2 .details .credits {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 50px 0 0
}

.single-post #single-content .part-2 .details .credits span,
.single-photo-project #single-content .part-2 .details .credits span {
    font-style: italic
}

.single-post.single-active,
.single-photo-project.single-active {
    overflow: auto
}

.single-post.single-active #single-content .simple-project,
.single-photo-project.single-active #single-content .simple-project {
    position: absolute;
    float: right;
    height: 100vh;
    width: calc(100% - 450px);
    background-color: #000
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-post.single-active #single-content .simple-project,
    .single-photo-project.single-active #single-content .simple-project {
        width: calc(100% - 410px)
    }
}

.single-post.single-active #single-content .simple-project .video-js,
.single-photo-project.single-active #single-content .simple-project .video-js {
    width: 100%;
    top: 50%;
    left: 0;
    background: transparent;
    transform: translate(0, -50%);
    height: auto;
    min-height: auto
}

.single-post.single-active #single-content .simple-project .video-js .vjs-control-bar,
.single-photo-project.single-active #single-content .simple-project .video-js .vjs-control-bar {
    width: 100%;
    left: 0;
    bottom: 5px
}

.single-post.single-active #single-content .part-2 .cross,
.single-photo-project.single-active #single-content .part-2 .cross {
    position: absolute;
    bottom: 10px;
    top: auto
}

.single-post.single-active #single-content .part-2 .single-wrapper,
.single-photo-project.single-active #single-content .part-2 .single-wrapper {
    width: 100%;
    cursor: pointer;
    transform-origin: 0 0
}

.single-post.single-active #single-content .part-2 .single-wrapper:hover,
.single-photo-project.single-active #single-content .part-2 .single-wrapper:hover {
    transform: scale(1.1)
}

.single-post.single-active #single-content .part-2 .single-wrapper .video-js .vjs-control-bar,
.single-photo-project.single-active #single-content .part-2 .single-wrapper .video-js .vjs-control-bar {
    width: 100%;
    left: 0
}

.mouse-still #single-header,
.mouse-still .new-back {
    opacity: 0
}

.mouse-still #single-content .cross {
    opacity: 0
}

.single-post #single-content .simple-project,
.single-photo-project #single-content .simple-project {
    position: relative;
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100vw - 55px);
    height: 100vh;
    background: #000;
    transition: visibility 0s, all 0.2s ease-in-out;
    overflow: hidden
}

.single-post #single-content .simple-project:before,
.single-photo-project #single-content .simple-project:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

.single-post #single-content .simple-project>div,
.single-photo-project #single-content .simple-project>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media only screen and (max-width:767px) {

    .single-post #single-content .simple-project,
    .single-photo-project #single-content .simple-project {
        width: 100%
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-post #single-content .simple-project,
    .single-photo-project #single-content .simple-project {
        width: calc(100vw - 50px)
    }
}

.single-post #single-content .simple-project .video-js,
.single-photo-project #single-content .simple-project .video-js {
    height: auto;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    background: transparent;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: visibility 0s, all 0.2s ease-in-out;
    cursor: pointer
}

.single-post #single-content .simple-project .video-js .vjs-tech,
.single-photo-project #single-content .simple-project .video-js .vjs-tech {
    -o-object-fit: contain;
    object-fit: contain
}

.single-post #single-content .simple-project .video-js .vjs-icon-placeholder:before,
.single-photo-project #single-content .simple-project .video-js .vjs-icon-placeholder:before {
    font-size: 28px;
    line-height: 1em
}

.single-post #single-content .simple-project .video-js .vjs-big-play-button,
.single-photo-project #single-content .simple-project .video-js .vjs-big-play-button {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, all 0.2s ease-in-out;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: none;
    width: 135px;
    height: auto
}

.single-post #single-content .simple-project .video-js .vjs-big-play-button span,
.single-photo-project #single-content .simple-project .video-js .vjs-big-play-button span {
    display: none
}

.single-post #single-content .simple-project .video-js .vjs-big-play-button:before,
.single-photo-project #single-content .simple-project .video-js .vjs-big-play-button:before {
    content: "Play Video";
    color: #FFF;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
    display: block
}

@media only screen and (min-width:1680px) {

    .single-post #single-content .simple-project .video-js .vjs-big-play-button:before,
    .single-photo-project #single-content .simple-project .video-js .vjs-big-play-button:before {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .simple-project .video-js .vjs-big-play-button:before,
    .single-photo-project #single-content .simple-project .video-js .vjs-big-play-button:before {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .single-post #single-content .simple-project .video-js .vjs-big-play-button:before,
    .single-photo-project #single-content .simple-project .video-js .vjs-big-play-button:before {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-post #single-content .simple-project .video-js .vjs-big-play-button:before,
    .single-photo-project #single-content .simple-project .video-js .vjs-big-play-button:before {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) {

    .single-post #single-content .simple-project .video-js .vjs-big-play-button:before,
    .single-photo-project #single-content .simple-project .video-js .vjs-big-play-button:before {
        white-space: nowrap
    }
}

.single-post #single-content .simple-project .video-js .vjs-big-play-button.is-playing,
.single-photo-project #single-content .simple-project .video-js .vjs-big-play-button.is-playing {
    opacity: 0 !important;
    visibility: hidden !important
}

.single-post #single-content .simple-project .video-js.vjs-paused .vjs-big-play-button,
.single-photo-project #single-content .simple-project .video-js.vjs-paused .vjs-big-play-button {
    opacity: 1 !important;
    visibility: visible !important
}

.single-post #single-content .simple-project .video-js.is-playing .vjs-big-play-button,
.single-photo-project #single-content .simple-project .video-js.is-playing .vjs-big-play-button {
    opacity: 0 !important;
    visibility: hidden !important
}

.single-post #single-content .simple-project .video-js.is-playing.vjs-paused.vjs-has-started .vjs-big-play-button,
.single-post #single-content .simple-project .video-js.clicked.is-playing .vjs-big-play-button,
.single-photo-project #single-content .simple-project .video-js.is-playing.vjs-paused.vjs-has-started .vjs-big-play-button,
.single-photo-project #single-content .simple-project .video-js.clicked.is-playing .vjs-big-play-button {
    opacity: 1 !important;
    visibility: visible !important
}

.single-post #single-content .simple-project .video-js .vjs-control-bar,
.single-photo-project #single-content .simple-project .video-js .vjs-control-bar {
    width: calc(100% - 60px);
    left: 55px;
    background: none;
    transition: visibility 0s, all 0.2s ease-in-out;
    bottom: 20px;
    padding: 0 10px
}

.single-post #single-content .simple-project .video-js .vjs-control-bar .vjs-control,
.single-photo-project #single-content .simple-project .video-js .vjs-control-bar .vjs-control {
    text-shadow: none
}

.single-post #single-content .simple-project .video-js .vjs-control-bar .vjs-progress-holder,
.single-photo-project #single-content .simple-project .video-js .vjs-control-bar .vjs-progress-holder {
    height: 2px
}

.single-post #single-content .simple-project .video-js .vjs-control-bar .vjs-load-progress,
.single-photo-project #single-content .simple-project .video-js .vjs-control-bar .vjs-load-progress {
    background: #FFF
}

.single-post #single-content .simple-project .video-js .vjs-control-bar .vjs-load-progress div,
.single-photo-project #single-content .simple-project .video-js .vjs-control-bar .vjs-load-progress div {
    background: #FFF
}

.single-post #single-content .simple-project .video-js .vjs-control-bar .vjs-slider,
.single-photo-project #single-content .simple-project .video-js .vjs-control-bar .vjs-slider {
    text-shadow: none;
    box-shadow: none
}

.single-post #single-content .simple-project .swiper-container,
.single-photo-project #single-content .simple-project .swiper-container {
    transition: visibility 0s, all 0.4s ease-in-out;
    padding: 0 0 0 55px
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-post #single-content .simple-project .swiper-container,
    .single-photo-project #single-content .simple-project .swiper-container {
        padding: 0 0 0 50px
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .simple-project .swiper-container,
    .single-photo-project #single-content .simple-project .swiper-container {
        padding: 0
    }
}

.single-post #single-content .simple-project .swiper-container .swiper-slide,
.single-photo-project #single-content .simple-project .swiper-container .swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    position: relative
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .simple-project .swiper-container .swiper-slide,
    .single-photo-project #single-content .simple-project .swiper-container .swiper-slide {
        max-width: 100%
    }
}

.single-post #single-content .simple-project .swiper-container .swiper-slide a,
.single-post #single-content .simple-project .swiper-container .swiper-slide p,
.single-photo-project #single-content .simple-project .swiper-container .swiper-slide a,
.single-photo-project #single-content .simple-project .swiper-container .swiper-slide p {
    color: #fff;
    text-decoration: none;
    padding: 30px;
    margin: 0;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400
}

@media only screen and (min-width:1680px) {

    .single-post #single-content .simple-project .swiper-container .swiper-slide a,
    .single-post #single-content .simple-project .swiper-container .swiper-slide p,
    .single-photo-project #single-content .simple-project .swiper-container .swiper-slide a,
    .single-photo-project #single-content .simple-project .swiper-container .swiper-slide p {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-post #single-content .simple-project .swiper-container .swiper-slide a,
    .single-post #single-content .simple-project .swiper-container .swiper-slide p,
    .single-photo-project #single-content .simple-project .swiper-container .swiper-slide a,
    .single-photo-project #single-content .simple-project .swiper-container .swiper-slide p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .simple-project .swiper-container .swiper-slide a,
    .single-post #single-content .simple-project .swiper-container .swiper-slide p,
    .single-photo-project #single-content .simple-project .swiper-container .swiper-slide a,
    .single-photo-project #single-content .simple-project .swiper-container .swiper-slide p {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

.single-post #single-content .simple-project .swiper-container .swiper-slide p,
.single-photo-project #single-content .simple-project .swiper-container .swiper-slide p {
    position: absolute;
    padding: 30px;
    bottom: 0;
    left: 0
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .simple-project .swiper-container .swiper-slide p,
    .single-photo-project #single-content .simple-project .swiper-container .swiper-slide p {
        bottom: 65px;
        padding: 20px
    }
}

.single-post #single-content .simple-project .swiper-container .swiper-slide:last-of-type,
.single-photo-project #single-content .simple-project .swiper-container .swiper-slide:last-of-type {
    width: 25vw;
    max-width: 300px;
    height: 100%;
    justify-content: flex-end
}

@media only screen and (max-width:767px) {

    .single-post #single-content .simple-project .swiper-container .swiper-slide:last-of-type,
    .single-photo-project #single-content .simple-project .swiper-container .swiper-slide:last-of-type {
        width: 50vw;
        max-width: unset
    }
}

.single-post #single-content .simple-project .swiper-container img,
.single-photo-project #single-content .simple-project .swiper-container img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

@media only screen and (min-width:1025px) {

    .single-post #single-content .simple-project .swiper-container img,
    .single-photo-project #single-content .simple-project .swiper-container img {
        min-height: 100%
    }
}

.single-post #single-content .simple-project .swiper-container .swiper-button,
.single-photo-project #single-content .simple-project .swiper-container .swiper-button {
    width: 50%;
    top: 100px;
    left: 0;
    height: 100%;
    background: none;
    transition: visibility 0s, all 0.2s ease-in-out;
    z-index: 2;
    cursor: url(../dist/img/arrow-left.png) 30 25, auto
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .simple-project .swiper-container .swiper-button,
    .single-photo-project #single-content .simple-project .swiper-container .swiper-button {
        left: 0;
        width: 100%;
        height: 60px;
        top: 75px;
        position: absolute
    }

    .single-post #single-content .simple-project .swiper-container .swiper-button.swiper-button-prev,
    .single-post #single-content .simple-project .swiper-container .swiper-button.swiper-button-disabled,
    .single-photo-project #single-content .simple-project .swiper-container .swiper-button.swiper-button-prev,
    .single-photo-project #single-content .simple-project .swiper-container .swiper-button.swiper-button-disabled {
        opacity: 0;
        visibility: hidden
    }
}

.single-post #single-content .simple-project .swiper-container .swiper-button:after,
.single-photo-project #single-content .simple-project .swiper-container .swiper-button:after {
    display: none
}

.single-post #single-content .simple-project .swiper-container .swiper-button.swiper-button-next,
.single-photo-project #single-content .simple-project .swiper-container .swiper-button.swiper-button-next {
    left: auto;
    right: 0;
    cursor: url(../dist/img/arrow-right.png) 30 25, auto
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .simple-project .swiper-container .swiper-button.swiper-button-next,
    .single-photo-project #single-content .simple-project .swiper-container .swiper-button.swiper-button-next {
        top: auto;
        bottom: 0
    }
}

.single-post #single-content .part-2.simple-project-2 .close,
.single-photo-project #single-content .part-2.simple-project-2 .close {
    position: absolute;
    width: 10px;
    height: auto;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
    display: block;
    cursor: pointer;
    opacity: .4
}

.single-post #single-content .part-2.simple-project-2 .close *,
.single-photo-project #single-content .part-2.simple-project-2 .close * {
    pointer-events: none
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-2.simple-project-2 .share,
    .single-photo-project #single-content .part-2.simple-project-2 .share {
        display: inline
    }
}

.single-post.single-active,
.single-photo-project.single-active {
    overflow: auto
}

.single-post.single-active #single-content .part-2.simple-project-2 .cross p,
.single-photo-project.single-active #single-content .part-2.simple-project-2 .cross p {
    position: fixed;
    top: 28px;
    right: 30px
}

.single-post.single-active #single-content .part-2.simple-project-2 .post-navigation,
.single-photo-project.single-active #single-content .part-2.simple-project-2 .post-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    padding: 20px 30px 30px;
    z-index: 2;
    text-decoration: none;
    display: block;
    transition: visibility 0s, all 0.2s ease-in-out;
    color: #fff;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    text-decoration: none
}

@media only screen and (min-width:1680px) {

    .single-post.single-active #single-content .part-2.simple-project-2 .post-navigation,
    .single-photo-project.single-active #single-content .part-2.simple-project-2 .post-navigation {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-post.single-active #single-content .part-2.simple-project-2 .post-navigation,
    .single-photo-project.single-active #single-content .part-2.simple-project-2 .post-navigation {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-post.single-active #single-content .part-2.simple-project-2 .post-navigation,
    .single-photo-project.single-active #single-content .part-2.simple-project-2 .post-navigation {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

.single-post.single-active #single-content .part-2.simple-project-2 .post-navigation div,
.single-photo-project.single-active #single-content .part-2.simple-project-2 .post-navigation div {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, all 0.2s ease-in-out;
    position: relative;
    bottom: 30px;
    right: 30px;
    width: 250px;
    position: absolute
}

.single-post.single-active #single-content .part-2.simple-project-2 .post-navigation div:before,
.single-photo-project.single-active #single-content .part-2.simple-project-2 .post-navigation div:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60%
}

.single-post.single-active #single-content .part-2.simple-project-2 .post-navigation div>div,
.single-photo-project.single-active #single-content .part-2.simple-project-2 .post-navigation div>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.single-post.single-active #single-content .part-2.simple-project-2 .post-navigation:hover div,
.single-photo-project.single-active #single-content .part-2.simple-project-2 .post-navigation:hover div {
    opacity: 1;
    visibility: visible
}

.single-post.single-active #single-content .simple-project,
.single-photo-project.single-active #single-content .simple-project {
    position: absolute;
    float: right;
    height: 100vh;
    width: calc(100% - 330px);
    background-color: #000;
    z-index: 1
}

.single-post.single-active #single-content .simple-project .video-js,
.single-photo-project.single-active #single-content .simple-project .video-js {
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    height: auto;
    min-height: calc(100% - 180px)
}

.single-post.single-active #single-content .simple-project .video-js .vjs-control-bar,
.single-photo-project.single-active #single-content .simple-project .video-js .vjs-control-bar {
    width: 100%;
    left: 0;
    bottom: 5px
}

.single-post.single-active #single-content .simple-project .swiper-container,
.single-photo-project.single-active #single-content .simple-project .swiper-container {
    padding: 0
}

.groupped-images {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, all 0.2s ease-in-out
}

.groupped-images.active {
    opacity: 1;
    visibility: visible
}

.groupped-images .close-groupped {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2
}

@media only screen and (max-width:1024px) {
    .groupped-images .close-groupped {
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px
    }
}

.groupped-images .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 1
}

@media only screen and (max-width:1024px) {
    .groupped-images .swiper-container {
        width: 80%
    }
}

.groupped-images .swiper-container .swiper-slide img {
    max-width: 100%;
    height: auto;
    position: relative;
    width: auto;
    max-height: calc(90% - 40px);
    margin-bottom: 40px;
    top: 50%;
    left: 50%;
    max-width: 800px;
    transform: translate(-50%, -50%)
}

.groupped-images .swiper-container .swiper-slide .footnote {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 40px
}

.groupped-images .swiper-container .swiper-slide .footnote p {
    margin: 0;
    color: #fff
}

.groupped-images .swiper-container .swiper-button {
    width: 50%;
    top: 0;
    left: 0;
    left: auto;
    height: 100%;
    background: none;
    transition: visibility 0s, all 0.2s ease-in-out;
    margin-top: 0;
    cursor: url(../dist/img/arrow-left.svg) 50 25, auto
}

@media only screen and (max-width:1024px) {
    .groupped-images .swiper-container .swiper-button {
        margin-top: -15px
    }
}

.groupped-images .swiper-container .swiper-button.swiper-button-disabled {
    opacity: 0;
    visibility: hidden
}

.groupped-images .swiper-container .swiper-button svg {
    width: 40px;
    top: 50%;
    position: absolute;
    left: 0;
    transform: translate(0, -50%) rotate(180deg);
    display: none;
    overflow: visible
}

@media only screen and (max-width:1024px) {
    .groupped-images .swiper-container .swiper-button svg {
        display: inline;
        height: 15px;
        margin: 0 5px;
        width: auto
    }
}

.groupped-images .swiper-container .swiper-button.swiper-button-next {
    cursor: url(../dist/img/arrow-right-v2.svg) 50 25, auto;
    left: auto;
    right: 0
}

.groupped-images .swiper-container .swiper-button.swiper-button-next svg {
    transform: translate(0, -50%) rotate(0deg);
    right: 0;
    left: auto
}

.no-navigation .post-navigation {
    display: none !important
}

.single-photo-project #single-header {
    background: #0f0f0f
}

@media only screen and (min-width:1025px) {
    .single-photo-project .post-navigation {
        text-align: right
    }
}

@media only screen and (max-width:1024px) {
    .single-photo-project #header {
        opacity: 1 !important;
        visibility: visible !important
    }
}

.single-photo-project #single-header {
    display: none
}

.single-photo-project #single-content .simple-project .swiper-container {
    padding: 0
}

@media only screen and (max-width:1024px) {
    .single-photo-project #single-content .simple-project .swiper-container .swiper-slide {
        padding: 15px 0 0 0
    }

    .single-photo-project #single-content .simple-project .swiper-container .swiper-slide p {
        bottom: 0
    }
}

.single-post #single-content.fiction-project .info-zone.full-height {
    padding: 25px 30px 15px
}

@media only screen and (max-width:767px) {
    .single-post #single-content.fiction-project .info-zone.full-height {
        padding: 20px
    }
}

.single-post #single-content.fiction-project .part-1 .info-zone .info-text .post-navigation {
    color: #000
}

.single-post #single-content.fiction-project .part-1 .info-zone .svg-title {
    max-width: 100%
}

.single-post #single-content.fiction-project .part-1 .info-zone .svg-title path {
    stroke: #000
}

.single-post #single-content.fiction-project .part-1 .info-zone .info-text .row .swiper-container .footnote {
    display: flex;
    justify-content: space-between;
    padding: 0
}

.single-post #single-content.fiction-project .part-1 .info-zone .info-text .row .image-wrapper .footnote {
    padding: 5px 0 0;
    text-align: left
}

.single-post #single-content.fiction-project .part-1 .info-zone .info-text .row .image-wrapper:nth-child(2) .footnote {
    text-align: right
}

.single-post #single-content.fiction-project .part-1 .info-zone .info-text .row .text p,
.single-post #single-content.fiction-project .part-1 .info-zone .info-text .row .text a {
    text-decoration: none;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400
}

@media only screen and (min-width:1680px) {

    .single-post #single-content.fiction-project .part-1 .info-zone .info-text .row .text p,
    .single-post #single-content.fiction-project .part-1 .info-zone .info-text .row .text a {
        font-size: 20px
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content.fiction-project .part-1 .info-zone .info-text .row .text p,
    .single-post #single-content.fiction-project .part-1 .info-zone .info-text .row .text a {
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .single-post #single-content.fiction-project .part-1 .info-zone .info-text .row .text p,
    .single-post #single-content.fiction-project .part-1 .info-zone .info-text .row .text a {
        font-size: 14px
    }
}

.single-post #single-content.fiction-project .part-1 .info-zone .info-text .row .text h2 {
    font-family: "Barlow";
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 400
}

@media only screen and (max-width:1024px) {
    .single-post #single-content.fiction-project .part-1 .info-zone .info-text .row .text h2 {
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:767px) {
    .single-post #single-content.fiction-project .part-1 .info-zone .info-text .row .text h2 {
        font-size: 18px
    }
}

.single-post #single-content.fiction-project .part-1 .info-zone .info-text .row .text h3 {
    font-family: "Barlow";
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 400
}

@media only screen and (max-width:1024px) {
    .single-post #single-content.fiction-project .part-1 .info-zone .info-text .row .text h3 {
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:767px) {
    .single-post #single-content.fiction-project .part-1 .info-zone .info-text .row .text h3 {
        font-size: 16px
    }
}

.single-post #single-content.fiction-project .part-1 .info-zone .svg-title {
    padding: 0 20px 0 10px
}

.single-post #single-content.fiction-project .part-2.simple-project-2 .close {
    display: none
}

@media only screen and (max-width:1024px) {
    .single-post #single-content.fiction-project .part-2.simple-project-2 .share:not(.mobile) {
        display: none
    }

    .single-post #single-content.fiction-project .part-1 .share.mobile {
        background: transparent
    }
}

.single-post #single-content.fiction-project .part-2 .cross {
    display: none
}

@media only screen and (max-width:1024px) {

    .single-post #single-header,
    .single-photo-project #single-header {
        width: 100%;
        height: 70px;
        bottom: 0;
        left: 0;
        top: auto;
        border-top: 1px solid #fff;
        border-right: none;
        z-index: 100000;
        background: #0f0f0f
    }

    .single-post #single-header p,
    .single-photo-project #single-header p {
        margin: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

@media only screen and (max-width:1024px) and (max-width:767px) {

    .single-post #single-header p,
    .single-photo-project #single-header p {
        white-space: nowrap
    }
}

@media only screen and (max-width:1024px) {

    .single-post .new-back,
    .single-photo-project .new-back {
        top: 20px;
        right: 20px
    }

    .single-post .new-back p,
    .single-photo-project .new-back p {
        display: none
    }

    .single-post .new-back svg,
    .single-photo-project .new-back svg {
        width: 20px;
        height: 20px;
        display: inline-block
    }

    .single-post .new-back svg polygon,
    .single-photo-project .new-back svg polygon {
        fill: #fff
    }
}

@media only screen and (max-width:1024px) {

    .single-post #header,
    .single-photo-project #header {
        opacity: 0;
        visibility: hidden
    }
}

@media only screen and (max-width:1024px) {

    .single-post.single-active #header,
    .single-post.fiction #header,
    .single-photo-project.single-active #header,
    .single-photo-project.fiction #header {
        opacity: 1;
        visibility: visible
    }

    .single-post.single-active .new-back,
    .single-post.fiction .new-back,
    .single-photo-project.single-active .new-back,
    .single-photo-project.fiction .new-back {
        opacity: 0;
        visibility: hidden
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content,
    .single-photo-project #single-content {
        width: 100%;
        display: flex;
        flex-direction: column-reverse
    }

    .single-post #single-content .part-1,
    .single-photo-project #single-content .part-1 {
        width: 100%;
        position: relative;
        float: right
    }

    .single-post #single-content .part-2,
    .single-photo-project #single-content .part-2 {
        width: 100%;
        height: auto
    }

    .single-post #single-content .part-2 .details,
    .single-photo-project #single-content .part-2 .details {
        height: auto;
        padding: 20px
    }

    .single-post #single-content .post-navigation .cover,
    .single-photo-project #single-content .post-navigation .cover {
        display: none
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone,
    .single-photo-project #single-content .part-1 .info-zone {
        padding: 20px
    }

    .single-post #single-content .part-1 .info-zone.full-height,
    .single-photo-project #single-content .part-1 .info-zone.full-height {
        padding: 20px
    }

    .single-post #single-content .part-1 .info-zone .svg-title,
    .single-photo-project #single-content .part-1 .info-zone .svg-title {
        height: 100%;
        padding: 0 0 0 10px
    }

    .single-post #single-content .part-1 .info-zone .svg-title.two_lines svg:nth-last-of-type(1),
    .single-photo-project #single-content .part-1 .info-zone .svg-title.two_lines svg:nth-last-of-type(1) {
        margin: 0
    }

    .single-post #single-content .part-1 .info-zone .info-text .row .text,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .text {
        padding: 0
    }

    .single-post #single-content .part-1 .info-zone .info-text .row p,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row p {
        font-family: "Barlow";
        font-size: 18px;
        line-height: 1.2em;
        font-weight: 500
    }
}

@media only screen and (max-width:1024px) and (min-width:1680px) {

    .single-post #single-content .part-1 .info-zone .info-text .row p,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone .info-text .row p,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row p {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:1024px) and (max-width:350px) {

    .single-post #single-content .part-1 .info-zone .info-text .row p,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row p {
        font-size: 16px
    }
}

@media only screen and (max-width:1024px) and (min-width:1025px) and (max-width:1280px) {

    .single-post #single-content .part-1 .info-zone .info-text .row p,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-post #single-content .part-1 .info-zone .info-text .row .swiper-container .swiper-wrapper .swiper-slide .footnote,
    .single-photo-project #single-content .part-1 .info-zone .info-text .row .swiper-container .swiper-wrapper .swiper-slide .footnote {
        padding: 0
    }
}

@media only screen and (max-width:1024px) {

    .single-post .swiper-slide,
    .single-photo-project .swiper-slide {
        padding: 0 0 68px 0
    }
}

@media only screen and (max-width:1024px) {

    .single-post.advanced #single-content .part-2,
    .single-post.fiction #single-content .part-2,
    .single-photo-project.advanced #single-content .part-2 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .single-post.advanced #single-content .part-2 .single-wrapper,
    .single-post.fiction #single-content .part-2 .single-wrapper,
    .single-photo-project.advanced #single-content .part-2 .single-wrapper {
        margin: 0;
        width: 100%
    }

    .single-post.advanced #single-content .part-2 .single-wrapper .video-js,
    .single-post.fiction #single-content .part-2 .single-wrapper .video-js,
    .single-photo-project.advanced #single-content .part-2 .single-wrapper .video-js {
        height: calc(100% - 70px);
        min-height: auto;
        top: 0;
        background: #0f0f0f;
        transform: translate(-50%, 0)
    }

    .single-post.advanced #single-content .part-2 .single-wrapper .video-js .vjs-tech,
    .single-post.fiction #single-content .part-2 .single-wrapper .video-js .vjs-tech,
    .single-photo-project.advanced #single-content .part-2 .single-wrapper .video-js .vjs-tech {
        -o-object-fit: contain;
        object-fit: contain
    }

    .single-post.advanced #single-content .part-2 .single-wrapper .video-js .vjs-control-bar,
    .single-post.fiction #single-content .part-2 .single-wrapper .video-js .vjs-control-bar,
    .single-photo-project.advanced #single-content .part-2 .single-wrapper .video-js .vjs-control-bar {
        width: 100%;
        left: 0;
        opacity: 1;
        visibility: visible
    }
}

@media only screen and (max-width:1024px) {

    .single-post.advanced.single-active #single-content,
    .single-post.fiction #single-content,
    .single-photo-project.advanced.single-active #single-content {
        padding: 50px 0 0
    }

    .single-post.advanced.single-active #single-content .svg-title,
    .single-post.fiction #single-content .svg-title,
    .single-photo-project.advanced.single-active #single-content .svg-title {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        padding: 40px 25px 20px 20px
    }

    .single-post.advanced.single-active #single-content .svg-title svg,
    .single-post.fiction #single-content .svg-title svg,
    .single-photo-project.advanced.single-active #single-content .svg-title svg {
        overflow: visible
    }

    .single-post.advanced.single-active #single-content .svg-title svg path,
    .single-post.fiction #single-content .svg-title svg path,
    .single-photo-project.advanced.single-active #single-content .svg-title svg path {
        fill: transparent;
        stroke-width: 2;
        stroke: #0f0f0f
    }

    .single-post.advanced.single-active #single-content .part-2,
    .single-post.fiction #single-content .part-2,
    .single-photo-project.advanced.single-active #single-content .part-2 {
        position: relative;
        top: auto;
        left: auto;
        height: auto
    }

    .single-post.advanced.single-active #single-content .part-2:after,
    .single-post.fiction #single-content .part-2:after,
    .single-photo-project.advanced.single-active #single-content .part-2:after {
        content: "";
        width: calc(100% - 40px);
        bottom: 0;
        position: absolute;
        left: 20px;
        height: 1px;
        background: #000;
        z-index: 1
    }

    .single-post.advanced.single-active #single-content .part-2 .single-wrapper,
    .single-post.fiction #single-content .part-2 .single-wrapper,
    .single-photo-project.advanced.single-active #single-content .part-2 .single-wrapper {
        margin: 0 20px 0;
        width: calc(100% - 40px)
    }

    .single-post.advanced.single-active #single-content .part-2 .single-wrapper:hover,
    .single-post.fiction #single-content .part-2 .single-wrapper:hover,
    .single-photo-project.advanced.single-active #single-content .part-2 .single-wrapper:hover {
        transform: none
    }

    .single-post.advanced.single-active #single-content .part-2 .single-wrapper .video-js,
    .single-post.fiction #single-content .part-2 .single-wrapper .video-js,
    .single-photo-project.advanced.single-active #single-content .part-2 .single-wrapper .video-js {
        height: auto;
        width: 100%;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        background: #0f0f0f;
        transform: translate(-50%, -50%);
        cursor: pointer
    }

    .single-post.advanced.single-active #single-content .part-2 .single-wrapper .video-js .vjs-control-bar,
    .single-post.fiction #single-content .part-2 .single-wrapper .video-js .vjs-control-bar,
    .single-photo-project.advanced.single-active #single-content .part-2 .single-wrapper .video-js .vjs-control-bar {
        bottom: 5px
    }

    .single-post.advanced.single-active #single-content .part-2 .details .description,
    .single-post.fiction #single-content .part-2 .details .description,
    .single-photo-project.advanced.single-active #single-content .part-2 .details .description {
        color: #000
    }

    .single-post.advanced.single-active #single-content .part-2 .share,
    .single-post.fiction #single-content .part-2 .share,
    .single-photo-project.advanced.single-active #single-content .part-2 .share {
        padding: 20px
    }

    .single-post.advanced.single-active #single-content .part-2 .share p,
    .single-post.fiction #single-content .part-2 .share p,
    .single-photo-project.advanced.single-active #single-content .part-2 .share p {
        color: #000
    }

    .single-post.advanced.single-active #single-content .part-2 .cross,
    .single-post.fiction #single-content .part-2 .cross,
    .single-photo-project.advanced.single-active #single-content .part-2 .cross {
        bottom: 20px
    }

    .single-post.advanced.single-active #single-content .part-2 .cross p,
    .single-post.fiction #single-content .part-2 .cross p,
    .single-photo-project.advanced.single-active #single-content .part-2 .cross p {
        color: #000;
        margin: 0
    }
}

@media only screen and (max-width:1024px) {

    .single-post.simple #single-content .simple-project,
    .single-photo-project #single-content .simple-project {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .single-post.simple #single-content .simple-project .video-js,
    .single-photo-project #single-content .simple-project .video-js {
        height: calc(100% - 70px);
        min-height: auto;
        top: 0;
        background: #0f0f0f;
        transform: translate(-50%, 0)
    }

    .single-post.simple #single-content .simple-project .video-js .vjs-tech,
    .single-photo-project #single-content .simple-project .video-js .vjs-tech {
        -o-object-fit: contain;
        object-fit: contain
    }

    .single-post.simple #single-content .simple-project .video-js .vjs-control-bar,
    .single-photo-project #single-content .simple-project .video-js .vjs-control-bar {
        width: 100%;
        left: 0;
        opacity: 1;
        visibility: visible
    }

    .single-post.simple #single-content .part-2 .close,
    .single-photo-project #single-content .part-2 .close {
        display: none
    }
}

@media only screen and (max-width:1024px) {

    .single-post.simple.single-active #single-content,
    .single-photo-project.single-active #single-content {
        padding: 80px 0 0;
        flex-direction: column;
        min-height: 100vh
    }

    .single-post.simple.single-active #single-content .svg-title,
    .single-photo-project.single-active #single-content .svg-title {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        padding: 20px 20px 20px 30px
    }

    .single-post.simple.single-active #single-content .svg-title svg,
    .single-photo-project.single-active #single-content .svg-title svg {
        overflow: visible
    }

    .single-post.simple.single-active #single-content .svg-title svg path,
    .single-photo-project.single-active #single-content .svg-title svg path {
        fill: transparent;
        stroke-width: 2;
        stroke: #fff
    }

    .single-post.simple.single-active #single-content .simple-project,
    .single-photo-project.single-active #single-content .simple-project {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        margin: 0 20px;
        width: calc(100% - 40px)
    }

    .single-post.simple.single-active #single-content .simple-project .video-js,
    .single-photo-project.single-active #single-content .simple-project .video-js {
        height: auto;
        width: 100%;
        min-width: 100%;
        min-height: 100%;
        position: relative;
        float: left;
        top: auto;
        left: auto;
        transform: none;
        cursor: pointer
    }

    .single-post.simple.single-active #single-content .simple-project .video-js .vjs-control-bar,
    .single-photo-project.single-active #single-content .simple-project .video-js .vjs-control-bar {
        bottom: 5px
    }

    .single-post.simple.single-active #single-content .part-2 .details .description,
    .single-photo-project.single-active #single-content .part-2 .details .description {
        color: #fff
    }

    .single-post.simple.single-active #single-content .part-2 .share,
    .single-photo-project.single-active #single-content .part-2 .share {
        padding: 20px
    }

    .single-post.simple.single-active #single-content .part-2 .share p,
    .single-photo-project.single-active #single-content .part-2 .share p {
        color: #fff
    }

    .single-post.simple.single-active #single-content .part-2 .post-navigation,
    .single-photo-project.single-active #single-content .part-2 .post-navigation {
        padding: 20px
    }

    .single-post.simple.single-active #single-content .part-2 .post-navigation p,
    .single-photo-project.single-active #single-content .part-2 .post-navigation p {
        color: #fff;
        margin: 0
    }
}

@media only screen and (max-width:1024px) {
    .single-photo-project.single-active #single-content .simple-project {
        position: relative
    }

    .single-photo-project.single-active #single-content .simple-project:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%
    }

    .single-photo-project.single-active #single-content .simple-project>div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .single-photo-project.single-active #single-content .simple-project .swiper-slide {
        padding: 0
    }

    .single-photo-project.single-active #single-content .simple-project .swiper-slide p {
        bottom: 0
    }
}

.director-template-default .single-content-wrapper,
.post-type-archive-director .single-content-wrapper,
.post-type-archive-photographer .single-content-wrapper,
.photographer-template-default .single-content-wrapper,
.tax-type .single-content-wrapper,
.tax-music-type .single-content-wrapper,
.tax-event-type .single-content-wrapper,
.single-music .single-content-wrapper,
.single-artist .single-content-wrapper,
.single-events .single-content-wrapper,
.category .single-content-wrapper,
.search .single-content-wrapper {
    overflow-x: hidden;
    position: relative;
    float: right;
    height: auto;
    transition: visibility 0s, all 0.2s ease-in-out;
    background: #000;
    width: calc(100% - 385px)
}

@media only screen and (max-width:1024px) {

    .director-template-default .single-content-wrapper,
    .post-type-archive-director .single-content-wrapper,
    .post-type-archive-photographer .single-content-wrapper,
    .photographer-template-default .single-content-wrapper,
    .tax-type .single-content-wrapper,
    .tax-music-type .single-content-wrapper,
    .tax-event-type .single-content-wrapper,
    .single-music .single-content-wrapper,
    .single-artist .single-content-wrapper,
    .single-events .single-content-wrapper,
    .category .single-content-wrapper,
    .search .single-content-wrapper {
        width: 100%;
        margin-top: 55px
    }
}

.director-template-default .single-content-wrapper .grid,
.post-type-archive-director .single-content-wrapper .grid,
.post-type-archive-photographer .single-content-wrapper .grid,
.photographer-template-default .single-content-wrapper .grid,
.tax-type .single-content-wrapper .grid,
.tax-music-type .single-content-wrapper .grid,
.tax-event-type .single-content-wrapper .grid,
.single-music .single-content-wrapper .grid,
.single-artist .single-content-wrapper .grid,
.single-events .single-content-wrapper .grid,
.category .single-content-wrapper .grid,
.search .single-content-wrapper .grid {
    position: relative;
    float: left;
    width: 100%;
    height: auto
}

.director-template-default .single-content-wrapper .grid .item,
.post-type-archive-director .single-content-wrapper .grid .item,
.post-type-archive-photographer .single-content-wrapper .grid .item,
.photographer-template-default .single-content-wrapper .grid .item,
.tax-type .single-content-wrapper .grid .item,
.tax-music-type .single-content-wrapper .grid .item,
.tax-event-type .single-content-wrapper .grid .item,
.single-music .single-content-wrapper .grid .item,
.single-artist .single-content-wrapper .grid .item,
.single-events .single-content-wrapper .grid .item,
.category .single-content-wrapper .grid .item,
.search .single-content-wrapper .grid .item {
    position: relative;
    margin: 0;
    cursor: pointer;
    float: left
}

.director-template-default .single-content-wrapper .grid .item.hidden,
.post-type-archive-director .single-content-wrapper .grid .item.hidden,
.post-type-archive-photographer .single-content-wrapper .grid .item.hidden,
.photographer-template-default .single-content-wrapper .grid .item.hidden,
.tax-type .single-content-wrapper .grid .item.hidden,
.tax-music-type .single-content-wrapper .grid .item.hidden,
.tax-event-type .single-content-wrapper .grid .item.hidden,
.single-music .single-content-wrapper .grid .item.hidden,
.single-artist .single-content-wrapper .grid .item.hidden,
.single-events .single-content-wrapper .grid .item.hidden,
.category .single-content-wrapper .grid .item.hidden,
.search .single-content-wrapper .grid .item.hidden {
    display: none
}

@media only screen and (max-width:1024px) {

    .director-template-default .single-content-wrapper .grid .item.first-mobile-item,
    .post-type-archive-director .single-content-wrapper .grid .item.first-mobile-item,
    .post-type-archive-photographer .single-content-wrapper .grid .item.first-mobile-item,
    .photographer-template-default .single-content-wrapper .grid .item.first-mobile-item,
    .tax-type .single-content-wrapper .grid .item.first-mobile-item,
    .tax-music-type .single-content-wrapper .grid .item.first-mobile-item,
    .tax-event-type .single-content-wrapper .grid .item.first-mobile-item,
    .single-music .single-content-wrapper .grid .item.first-mobile-item,
    .single-artist .single-content-wrapper .grid .item.first-mobile-item,
    .single-events .single-content-wrapper .grid .item.first-mobile-item,
    .category .single-content-wrapper .grid .item.first-mobile-item,
    .search .single-content-wrapper .grid .item.first-mobile-item {
        height: calc(100vh - 60px) !important
    }

    .director-template-default .single-content-wrapper .grid .item.first-mobile-item .svg-title,
    .post-type-archive-director .single-content-wrapper .grid .item.first-mobile-item .svg-title,
    .post-type-archive-photographer .single-content-wrapper .grid .item.first-mobile-item .svg-title,
    .photographer-template-default .single-content-wrapper .grid .item.first-mobile-item .svg-title,
    .tax-type .single-content-wrapper .grid .item.first-mobile-item .svg-title,
    .tax-music-type .single-content-wrapper .grid .item.first-mobile-item .svg-title,
    .tax-event-type .single-content-wrapper .grid .item.first-mobile-item .svg-title,
    .single-music .single-content-wrapper .grid .item.first-mobile-item .svg-title,
    .single-artist .single-content-wrapper .grid .item.first-mobile-item .svg-title,
    .single-events .single-content-wrapper .grid .item.first-mobile-item .svg-title,
    .category .single-content-wrapper .grid .item.first-mobile-item .svg-title,
    .search .single-content-wrapper .grid .item.first-mobile-item .svg-title {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        padding: 20px 20px 20px 15px;
        transform: translate(-50%, -50%);
        z-index: 11
    }

    .director-template-default .single-content-wrapper .grid .item.first-mobile-item .svg-title svg,
    .post-type-archive-director .single-content-wrapper .grid .item.first-mobile-item .svg-title svg,
    .post-type-archive-photographer .single-content-wrapper .grid .item.first-mobile-item .svg-title svg,
    .photographer-template-default .single-content-wrapper .grid .item.first-mobile-item .svg-title svg,
    .tax-type .single-content-wrapper .grid .item.first-mobile-item .svg-title svg,
    .tax-music-type .single-content-wrapper .grid .item.first-mobile-item .svg-title svg,
    .tax-event-type .single-content-wrapper .grid .item.first-mobile-item .svg-title svg,
    .single-music .single-content-wrapper .grid .item.first-mobile-item .svg-title svg,
    .single-artist .single-content-wrapper .grid .item.first-mobile-item .svg-title svg,
    .single-events .single-content-wrapper .grid .item.first-mobile-item .svg-title svg,
    .category .single-content-wrapper .grid .item.first-mobile-item .svg-title svg,
    .search .single-content-wrapper .grid .item.first-mobile-item .svg-title svg {
        overflow: visible;
        margin: 3px 0
    }

    .director-template-default .single-content-wrapper .grid .item.first-mobile-item .svg-title svg path,
    .post-type-archive-director .single-content-wrapper .grid .item.first-mobile-item .svg-title svg path,
    .post-type-archive-photographer .single-content-wrapper .grid .item.first-mobile-item .svg-title svg path,
    .photographer-template-default .single-content-wrapper .grid .item.first-mobile-item .svg-title svg path,
    .tax-type .single-content-wrapper .grid .item.first-mobile-item .svg-title svg path,
    .tax-music-type .single-content-wrapper .grid .item.first-mobile-item .svg-title svg path,
    .tax-event-type .single-content-wrapper .grid .item.first-mobile-item .svg-title svg path,
    .single-music .single-content-wrapper .grid .item.first-mobile-item .svg-title svg path,
    .single-artist .single-content-wrapper .grid .item.first-mobile-item .svg-title svg path,
    .single-events .single-content-wrapper .grid .item.first-mobile-item .svg-title svg path,
    .category .single-content-wrapper .grid .item.first-mobile-item .svg-title svg path,
    .search .single-content-wrapper .grid .item.first-mobile-item .svg-title svg path {
        stroke-width: 1.5px;
        stroke: #fff;
        fill: none
    }

    .director-template-default .single-content-wrapper .grid .item.first-mobile-item .svg-title:after,
    .post-type-archive-director .single-content-wrapper .grid .item.first-mobile-item .svg-title:after,
    .post-type-archive-photographer .single-content-wrapper .grid .item.first-mobile-item .svg-title:after,
    .photographer-template-default .single-content-wrapper .grid .item.first-mobile-item .svg-title:after,
    .tax-type .single-content-wrapper .grid .item.first-mobile-item .svg-title:after,
    .tax-music-type .single-content-wrapper .grid .item.first-mobile-item .svg-title:after,
    .tax-event-type .single-content-wrapper .grid .item.first-mobile-item .svg-title:after,
    .single-music .single-content-wrapper .grid .item.first-mobile-item .svg-title:after,
    .single-artist .single-content-wrapper .grid .item.first-mobile-item .svg-title:after,
    .single-events .single-content-wrapper .grid .item.first-mobile-item .svg-title:after,
    .category .single-content-wrapper .grid .item.first-mobile-item .svg-title:after,
    .search .single-content-wrapper .grid .item.first-mobile-item .svg-title:after {
        content: "";
        background-image: url(../dist/img/arrow-left.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        position: absolute;
        bottom: -25px;
        left: 50%;
        transform: translate(-50%, 0) rotate(-90deg);
        background-size: 100%
    }

    .director-template-default .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .post-type-archive-director .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .post-type-archive-photographer .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .photographer-template-default .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .tax-type .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .tax-music-type .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .tax-event-type .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .single-music .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .single-artist .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .single-events .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .category .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .search .single-content-wrapper .grid .item.first-mobile-item .svg-title p {
        color: #fff;
        font-family: "Barlow";
        font-size: 18px;
        line-height: 1.2em;
        font-weight: 500;
        font-size: 20px;
        text-align: center;
        padding: 10px 0
    }
}

@media only screen and (max-width:1024px) and (min-width:1680px) {

    .director-template-default .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .post-type-archive-director .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .post-type-archive-photographer .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .photographer-template-default .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .tax-type .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .tax-music-type .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .tax-event-type .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .single-music .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .single-artist .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .single-events .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .category .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .search .single-content-wrapper .grid .item.first-mobile-item .svg-title p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) and (max-width:1024px) {

    .director-template-default .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .post-type-archive-director .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .post-type-archive-photographer .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .photographer-template-default .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .tax-type .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .tax-music-type .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .tax-event-type .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .single-music .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .single-artist .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .single-events .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .category .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .search .single-content-wrapper .grid .item.first-mobile-item .svg-title p {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:1024px) and (max-width:350px) {

    .director-template-default .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .post-type-archive-director .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .post-type-archive-photographer .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .photographer-template-default .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .tax-type .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .tax-music-type .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .tax-event-type .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .single-music .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .single-artist .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .single-events .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .category .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .search .single-content-wrapper .grid .item.first-mobile-item .svg-title p {
        font-size: 16px
    }
}

@media only screen and (max-width:1024px) and (min-width:1025px) and (max-width:1280px) {

    .director-template-default .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .post-type-archive-director .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .post-type-archive-photographer .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .photographer-template-default .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .tax-type .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .tax-music-type .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .tax-event-type .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .single-music .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .single-artist .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .single-events .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .category .single-content-wrapper .grid .item.first-mobile-item .svg-title p,
    .search .single-content-wrapper .grid .item.first-mobile-item .svg-title p {
        font-size: 18px
    }
}

.director-template-default .single-content-wrapper .grid .item a,
.post-type-archive-director .single-content-wrapper .grid .item a,
.post-type-archive-photographer .single-content-wrapper .grid .item a,
.photographer-template-default .single-content-wrapper .grid .item a,
.tax-type .single-content-wrapper .grid .item a,
.tax-music-type .single-content-wrapper .grid .item a,
.tax-event-type .single-content-wrapper .grid .item a,
.single-music .single-content-wrapper .grid .item a,
.single-artist .single-content-wrapper .grid .item a,
.single-events .single-content-wrapper .grid .item a,
.category .single-content-wrapper .grid .item a,
.search .single-content-wrapper .grid .item a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden
}

.director-template-default .single-content-wrapper .grid .item a .hover-preview,
.post-type-archive-director .single-content-wrapper .grid .item a .hover-preview,
.post-type-archive-photographer .single-content-wrapper .grid .item a .hover-preview,
.photographer-template-default .single-content-wrapper .grid .item a .hover-preview,
.tax-type .single-content-wrapper .grid .item a .hover-preview,
.tax-music-type .single-content-wrapper .grid .item a .hover-preview,
.tax-event-type .single-content-wrapper .grid .item a .hover-preview,
.single-music .single-content-wrapper .grid .item a .hover-preview,
.single-artist .single-content-wrapper .grid .item a .hover-preview,
.single-events .single-content-wrapper .grid .item a .hover-preview,
.category .single-content-wrapper .grid .item a .hover-preview,
.search .single-content-wrapper .grid .item a .hover-preview {
    position: absolute;
    width: 102%;
    height: 102%;
    top: -1%;
    left: -1%;
    z-index: 10;
    transition: visibility 0s, all 0.2s ease-in-out
}

@media only screen and (min-width:1025px) {

    .director-template-default .single-content-wrapper .grid .item a:hover .preview-wrapper,
    .post-type-archive-director .single-content-wrapper .grid .item a:hover .preview-wrapper,
    .post-type-archive-photographer .single-content-wrapper .grid .item a:hover .preview-wrapper,
    .photographer-template-default .single-content-wrapper .grid .item a:hover .preview-wrapper,
    .tax-type .single-content-wrapper .grid .item a:hover .preview-wrapper,
    .tax-music-type .single-content-wrapper .grid .item a:hover .preview-wrapper,
    .tax-event-type .single-content-wrapper .grid .item a:hover .preview-wrapper,
    .single-music .single-content-wrapper .grid .item a:hover .preview-wrapper,
    .single-artist .single-content-wrapper .grid .item a:hover .preview-wrapper,
    .single-events .single-content-wrapper .grid .item a:hover .preview-wrapper,
    .category .single-content-wrapper .grid .item a:hover .preview-wrapper,
    .search .single-content-wrapper .grid .item a:hover .preview-wrapper {
        z-index: 11
    }
}

.director-template-default .single-content-wrapper .grid .item .preview-wrapper,
.post-type-archive-director .single-content-wrapper .grid .item .preview-wrapper,
.post-type-archive-photographer .single-content-wrapper .grid .item .preview-wrapper,
.photographer-template-default .single-content-wrapper .grid .item .preview-wrapper,
.tax-type .single-content-wrapper .grid .item .preview-wrapper,
.tax-music-type .single-content-wrapper .grid .item .preview-wrapper,
.tax-event-type .single-content-wrapper .grid .item .preview-wrapper,
.single-music .single-content-wrapper .grid .item .preview-wrapper,
.single-artist .single-content-wrapper .grid .item .preview-wrapper,
.single-events .single-content-wrapper .grid .item .preview-wrapper,
.category .single-content-wrapper .grid .item .preview-wrapper,
.search .single-content-wrapper .grid .item .preview-wrapper {
    overflow: hidden;
    height: auto;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.director-template-default .single-content-wrapper .grid .item .preview-wrapper video,
.post-type-archive-director .single-content-wrapper .grid .item .preview-wrapper video,
.post-type-archive-photographer .single-content-wrapper .grid .item .preview-wrapper video,
.photographer-template-default .single-content-wrapper .grid .item .preview-wrapper video,
.tax-type .single-content-wrapper .grid .item .preview-wrapper video,
.tax-music-type .single-content-wrapper .grid .item .preview-wrapper video,
.tax-event-type .single-content-wrapper .grid .item .preview-wrapper video,
.single-music .single-content-wrapper .grid .item .preview-wrapper video,
.single-artist .single-content-wrapper .grid .item .preview-wrapper video,
.single-events .single-content-wrapper .grid .item .preview-wrapper video,
.category .single-content-wrapper .grid .item .preview-wrapper video,
.search .single-content-wrapper .grid .item .preview-wrapper video {
    position: absolute;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.director-template-default .single-content-wrapper .grid .item .text,
.post-type-archive-director .single-content-wrapper .grid .item .text,
.post-type-archive-photographer .single-content-wrapper .grid .item .text,
.photographer-template-default .single-content-wrapper .grid .item .text,
.tax-type .single-content-wrapper .grid .item .text,
.tax-music-type .single-content-wrapper .grid .item .text,
.tax-event-type .single-content-wrapper .grid .item .text,
.single-music .single-content-wrapper .grid .item .text,
.single-artist .single-content-wrapper .grid .item .text,
.single-events .single-content-wrapper .grid .item .text,
.category .single-content-wrapper .grid .item .text,
.search .single-content-wrapper .grid .item .text {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    top: 50%;
    left: 0;
    padding: 0 20px;
    transform: translate(0, -50%);
    transition: visibility 0s, all 0.2s ease-in-out;
    z-index: 11
}

@media only screen and (min-width:1025px) {

    .director-template-default .single-content-wrapper .grid .item .text,
    .post-type-archive-director .single-content-wrapper .grid .item .text,
    .post-type-archive-photographer .single-content-wrapper .grid .item .text,
    .photographer-template-default .single-content-wrapper .grid .item .text,
    .tax-type .single-content-wrapper .grid .item .text,
    .tax-music-type .single-content-wrapper .grid .item .text,
    .tax-event-type .single-content-wrapper .grid .item .text,
    .single-music .single-content-wrapper .grid .item .text,
    .single-artist .single-content-wrapper .grid .item .text,
    .single-events .single-content-wrapper .grid .item .text,
    .category .single-content-wrapper .grid .item .text,
    .search .single-content-wrapper .grid .item .text {
        opacity: 0
    }
}

.director-template-default .single-content-wrapper .grid .item .text p,
.post-type-archive-director .single-content-wrapper .grid .item .text p,
.post-type-archive-photographer .single-content-wrapper .grid .item .text p,
.photographer-template-default .single-content-wrapper .grid .item .text p,
.tax-type .single-content-wrapper .grid .item .text p,
.tax-music-type .single-content-wrapper .grid .item .text p,
.tax-event-type .single-content-wrapper .grid .item .text p,
.single-music .single-content-wrapper .grid .item .text p,
.single-artist .single-content-wrapper .grid .item .text p,
.single-events .single-content-wrapper .grid .item .text p,
.category .single-content-wrapper .grid .item .text p,
.search .single-content-wrapper .grid .item .text p {
    color: #fff;
    display: inline-block;
    margin: 0;
    position: relative;
    width: 100%;
    clear: both
}

@media only screen and (min-width:1025px) {

    .director-template-default .single-content-wrapper .grid .item .text p,
    .post-type-archive-director .single-content-wrapper .grid .item .text p,
    .post-type-archive-photographer .single-content-wrapper .grid .item .text p,
    .photographer-template-default .single-content-wrapper .grid .item .text p,
    .tax-type .single-content-wrapper .grid .item .text p,
    .tax-music-type .single-content-wrapper .grid .item .text p,
    .tax-event-type .single-content-wrapper .grid .item .text p,
    .single-music .single-content-wrapper .grid .item .text p,
    .single-artist .single-content-wrapper .grid .item .text p,
    .single-events .single-content-wrapper .grid .item .text p,
    .category .single-content-wrapper .grid .item .text p,
    .search .single-content-wrapper .grid .item .text p {
        font-family: "Barlow";
        font-size: 18px;
        line-height: 1.2em;
        font-weight: 500
    }
}

@media only screen and (min-width:1025px) and (min-width:1680px) {

    .director-template-default .single-content-wrapper .grid .item .text p,
    .post-type-archive-director .single-content-wrapper .grid .item .text p,
    .post-type-archive-photographer .single-content-wrapper .grid .item .text p,
    .photographer-template-default .single-content-wrapper .grid .item .text p,
    .tax-type .single-content-wrapper .grid .item .text p,
    .tax-music-type .single-content-wrapper .grid .item .text p,
    .tax-event-type .single-content-wrapper .grid .item .text p,
    .single-music .single-content-wrapper .grid .item .text p,
    .single-artist .single-content-wrapper .grid .item .text p,
    .single-events .single-content-wrapper .grid .item .text p,
    .category .single-content-wrapper .grid .item .text p,
    .search .single-content-wrapper .grid .item .text p {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-width:1024px) {

    .director-template-default .single-content-wrapper .grid .item .text p,
    .post-type-archive-director .single-content-wrapper .grid .item .text p,
    .post-type-archive-photographer .single-content-wrapper .grid .item .text p,
    .photographer-template-default .single-content-wrapper .grid .item .text p,
    .tax-type .single-content-wrapper .grid .item .text p,
    .tax-music-type .single-content-wrapper .grid .item .text p,
    .tax-event-type .single-content-wrapper .grid .item .text p,
    .single-music .single-content-wrapper .grid .item .text p,
    .single-artist .single-content-wrapper .grid .item .text p,
    .single-events .single-content-wrapper .grid .item .text p,
    .category .single-content-wrapper .grid .item .text p,
    .search .single-content-wrapper .grid .item .text p {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (min-width:1025px) and (max-width:1024px) and (max-width:350px) {

    .director-template-default .single-content-wrapper .grid .item .text p,
    .post-type-archive-director .single-content-wrapper .grid .item .text p,
    .post-type-archive-photographer .single-content-wrapper .grid .item .text p,
    .photographer-template-default .single-content-wrapper .grid .item .text p,
    .tax-type .single-content-wrapper .grid .item .text p,
    .tax-music-type .single-content-wrapper .grid .item .text p,
    .tax-event-type .single-content-wrapper .grid .item .text p,
    .single-music .single-content-wrapper .grid .item .text p,
    .single-artist .single-content-wrapper .grid .item .text p,
    .single-events .single-content-wrapper .grid .item .text p,
    .category .single-content-wrapper .grid .item .text p,
    .search .single-content-wrapper .grid .item .text p {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (min-width:1025px) and (max-width:1280px) {

    .director-template-default .single-content-wrapper .grid .item .text p,
    .post-type-archive-director .single-content-wrapper .grid .item .text p,
    .post-type-archive-photographer .single-content-wrapper .grid .item .text p,
    .photographer-template-default .single-content-wrapper .grid .item .text p,
    .tax-type .single-content-wrapper .grid .item .text p,
    .tax-music-type .single-content-wrapper .grid .item .text p,
    .tax-event-type .single-content-wrapper .grid .item .text p,
    .single-music .single-content-wrapper .grid .item .text p,
    .single-artist .single-content-wrapper .grid .item .text p,
    .single-events .single-content-wrapper .grid .item .text p,
    .category .single-content-wrapper .grid .item .text p,
    .search .single-content-wrapper .grid .item .text p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .director-template-default .single-content-wrapper .grid .item .text p,
    .post-type-archive-director .single-content-wrapper .grid .item .text p,
    .post-type-archive-photographer .single-content-wrapper .grid .item .text p,
    .photographer-template-default .single-content-wrapper .grid .item .text p,
    .tax-type .single-content-wrapper .grid .item .text p,
    .tax-music-type .single-content-wrapper .grid .item .text p,
    .tax-event-type .single-content-wrapper .grid .item .text p,
    .single-music .single-content-wrapper .grid .item .text p,
    .single-artist .single-content-wrapper .grid .item .text p,
    .single-events .single-content-wrapper .grid .item .text p,
    .category .single-content-wrapper .grid .item .text p,
    .search .single-content-wrapper .grid .item .text p {
        font-size: 20px
    }
}

.director-template-default .single-content-wrapper .grid .item .text p:last-of-type,
.post-type-archive-director .single-content-wrapper .grid .item .text p:last-of-type,
.post-type-archive-photographer .single-content-wrapper .grid .item .text p:last-of-type,
.photographer-template-default .single-content-wrapper .grid .item .text p:last-of-type,
.tax-type .single-content-wrapper .grid .item .text p:last-of-type,
.tax-music-type .single-content-wrapper .grid .item .text p:last-of-type,
.tax-event-type .single-content-wrapper .grid .item .text p:last-of-type,
.single-music .single-content-wrapper .grid .item .text p:last-of-type,
.single-artist .single-content-wrapper .grid .item .text p:last-of-type,
.single-events .single-content-wrapper .grid .item .text p:last-of-type,
.category .single-content-wrapper .grid .item .text p:last-of-type,
.search .single-content-wrapper .grid .item .text p:last-of-type {
    margin-top: 5px
}

.director-template-default .single-content-wrapper .grid .item .text p:last-of-type span,
.post-type-archive-director .single-content-wrapper .grid .item .text p:last-of-type span,
.post-type-archive-photographer .single-content-wrapper .grid .item .text p:last-of-type span,
.photographer-template-default .single-content-wrapper .grid .item .text p:last-of-type span,
.tax-type .single-content-wrapper .grid .item .text p:last-of-type span,
.tax-music-type .single-content-wrapper .grid .item .text p:last-of-type span,
.tax-event-type .single-content-wrapper .grid .item .text p:last-of-type span,
.single-music .single-content-wrapper .grid .item .text p:last-of-type span,
.single-artist .single-content-wrapper .grid .item .text p:last-of-type span,
.single-events .single-content-wrapper .grid .item .text p:last-of-type span,
.category .single-content-wrapper .grid .item .text p:last-of-type span,
.search .single-content-wrapper .grid .item .text p:last-of-type span {
    text-decoration: underline
}

.director-template-default .single-content-wrapper .grid .item:hover .text,
.post-type-archive-director .single-content-wrapper .grid .item:hover .text,
.post-type-archive-photographer .single-content-wrapper .grid .item:hover .text,
.photographer-template-default .single-content-wrapper .grid .item:hover .text,
.tax-type .single-content-wrapper .grid .item:hover .text,
.tax-music-type .single-content-wrapper .grid .item:hover .text,
.tax-event-type .single-content-wrapper .grid .item:hover .text,
.single-music .single-content-wrapper .grid .item:hover .text,
.single-artist .single-content-wrapper .grid .item:hover .text,
.single-events .single-content-wrapper .grid .item:hover .text,
.category .single-content-wrapper .grid .item:hover .text,
.search .single-content-wrapper .grid .item:hover .text {
    opacity: 1
}

.tax-type .single-content-wrapper,
.tax-music-type .single-content-wrapper,
.tax-event-type .single-content-wrapper,
.single-music .single-content-wrapper,
.single-artist .single-content-wrapper,
.single-events .single-content-wrapper {
    width: calc(100% - 440px)
}

@media only screen and (max-width:1024px) {

    .tax-type .single-content-wrapper,
    .tax-music-type .single-content-wrapper,
    .tax-event-type .single-content-wrapper,
    .single-music .single-content-wrapper,
    .single-artist .single-content-wrapper,
    .single-events .single-content-wrapper {
        width: 100%;
        margin-top: 55px
    }
}

.tax-type .single-content-wrapper .grid .item[layout=single],
.director-template-default .single-content-wrapper .grid .item[layout=single],
.post-type-archive-director .single-content-wrapper .grid .item[layout=single],
.category .single-content-wrapper .grid .item[layout=single],
.search .single-content-wrapper .grid .item[layout=single] {
    width: 100%;
    height: 100vh
}

.tax-type .single-content-wrapper .grid .item[layout=double],
.tax-type .single-content-wrapper .grid .item[layout=full-width],
.director-template-default .single-content-wrapper .grid .item[layout=double],
.director-template-default .single-content-wrapper .grid .item[layout=full-width],
.post-type-archive-director .single-content-wrapper .grid .item[layout=double],
.post-type-archive-director .single-content-wrapper .grid .item[layout=full-width],
.category .single-content-wrapper .grid .item[layout=double],
.category .single-content-wrapper .grid .item[layout=full-width],
.search .single-content-wrapper .grid .item[layout=double],
.search .single-content-wrapper .grid .item[layout=full-width] {
    width: 100%;
    height: 50vh
}

.tax-type .single-content-wrapper .grid .item[layout=half],
.director-template-default .single-content-wrapper .grid .item[layout=half],
.post-type-archive-director .single-content-wrapper .grid .item[layout=half],
.category .single-content-wrapper .grid .item[layout=half],
.search .single-content-wrapper .grid .item[layout=half] {
    width: 50%;
    height: 50vh
}

.tax-type .single-content-wrapper .grid .item[layout=third],
.director-template-default .single-content-wrapper .grid .item[layout=third],
.post-type-archive-director .single-content-wrapper .grid .item[layout=third],
.category .single-content-wrapper .grid .item[layout=third],
.search .single-content-wrapper .grid .item[layout=third] {
    width: 33.33%;
    height: 33vh
}

.tax-type .single-content-wrapper .grid .item[manual-layout="1"],
.director-template-default .single-content-wrapper .grid .item[manual-layout="1"],
.post-type-archive-director .single-content-wrapper .grid .item[manual-layout="1"],
.category .single-content-wrapper .grid .item[manual-layout="1"],
.search .single-content-wrapper .grid .item[manual-layout="1"] {
    width: 100%;
    height: 50vh
}

.tax-type .single-content-wrapper .grid .item[manual-layout="2"],
.director-template-default .single-content-wrapper .grid .item[manual-layout="2"],
.post-type-archive-director .single-content-wrapper .grid .item[manual-layout="2"],
.category .single-content-wrapper .grid .item[manual-layout="2"],
.search .single-content-wrapper .grid .item[manual-layout="2"] {
    width: 50%;
    height: 50vh
}

.tax-type .single-content-wrapper .grid .item[manual-layout="3"],
.director-template-default .single-content-wrapper .grid .item[manual-layout="3"],
.post-type-archive-director .single-content-wrapper .grid .item[manual-layout="3"],
.category .single-content-wrapper .grid .item[manual-layout="3"],
.search .single-content-wrapper .grid .item[manual-layout="3"] {
    width: 33.33%;
    height: 33vh
}

.tax-type .single-content-wrapper .grid .item[manual-layout="4"],
.director-template-default .single-content-wrapper .grid .item[manual-layout="4"],
.post-type-archive-director .single-content-wrapper .grid .item[manual-layout="4"],
.category .single-content-wrapper .grid .item[manual-layout="4"],
.search .single-content-wrapper .grid .item[manual-layout="4"] {
    width: 25%;
    height: 25vh
}

.tax-type .single-content-wrapper .grid .item[manual-layout="5"],
.director-template-default .single-content-wrapper .grid .item[manual-layout="5"],
.post-type-archive-director .single-content-wrapper .grid .item[manual-layout="5"],
.category .single-content-wrapper .grid .item[manual-layout="5"],
.search .single-content-wrapper .grid .item[manual-layout="5"] {
    width: 20%;
    height: 20vh
}

@media only screen and (max-width:1024px) {

    .tax-type .single-content-wrapper .grid .item[layout],
    .tax-type .single-content-wrapper .grid .item[manual-layout],
    .director-template-default .single-content-wrapper .grid .item[layout],
    .director-template-default .single-content-wrapper .grid .item[manual-layout],
    .post-type-archive-director .single-content-wrapper .grid .item[layout],
    .post-type-archive-director .single-content-wrapper .grid .item[manual-layout],
    .category .single-content-wrapper .grid .item[layout],
    .category .single-content-wrapper .grid .item[manual-layout],
    .search .single-content-wrapper .grid .item[layout],
    .search .single-content-wrapper .grid .item[manual-layout] {
        width: 100%;
        height: 50vh
    }
}

.photographer-template-default .single-content-wrapper .grid .item[layout=single],
.post-type-archive-photographer .single-content-wrapper .grid .item[layout=single] {
    width: 100%;
    height: 100vh
}

.photographer-template-default .single-content-wrapper .grid .item[layout=double],
.photographer-template-default .single-content-wrapper .grid .item[layout=full-width],
.post-type-archive-photographer .single-content-wrapper .grid .item[layout=double],
.post-type-archive-photographer .single-content-wrapper .grid .item[layout=full-width] {
    width: 100%;
    height: 100vh
}

.photographer-template-default .single-content-wrapper .grid .item[layout=half],
.post-type-archive-photographer .single-content-wrapper .grid .item[layout=half] {
    width: 50%;
    height: 75vh
}

.photographer-template-default .single-content-wrapper .grid .item[layout=third],
.post-type-archive-photographer .single-content-wrapper .grid .item[layout=third] {
    width: 33.33%;
    height: 60vh
}

.photographer-template-default .single-content-wrapper .grid .item[manual-layout="1"],
.post-type-archive-photographer .single-content-wrapper .grid .item[manual-layout="1"] {
    width: 100%;
    height: 100vh
}

.photographer-template-default .single-content-wrapper .grid .item[manual-layout="2"],
.post-type-archive-photographer .single-content-wrapper .grid .item[manual-layout="2"] {
    width: 50%;
    height: 75vh
}

.photographer-template-default .single-content-wrapper .grid .item[manual-layout="3"],
.post-type-archive-photographer .single-content-wrapper .grid .item[manual-layout="3"] {
    width: 33.33%;
    height: 60vh
}

.photographer-template-default .single-content-wrapper .grid .item[manual-layout="4"],
.post-type-archive-photographer .single-content-wrapper .grid .item[manual-layout="4"] {
    width: 25%;
    height: 50vh
}

.photographer-template-default .single-content-wrapper .grid .item[manual-layout="5"],
.post-type-archive-photographer .single-content-wrapper .grid .item[manual-layout="5"] {
    width: 20%;
    height: 50vh
}

@media only screen and (max-width:1024px) {

    .photographer-template-default .single-content-wrapper .grid .item[layout],
    .photographer-template-default .single-content-wrapper .grid .item[manual-layout],
    .post-type-archive-photographer .single-content-wrapper .grid .item[layout],
    .post-type-archive-photographer .single-content-wrapper .grid .item[manual-layout] {
        width: 100%;
        height: 50vh
    }
}

.post-type-archive-photographer .single-content-wrapper .grid .item .text p {
    display: none
}

.nav-state-2 .secondary-list {
    opacity: 0;
    visibility: hidden
}

.single-menu {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500
}

.single-menu .secondary-list {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    transition: visibility 0s, all 0.2s ease-in-out;
    padding: 60px 30px 30px
}

@media only screen and (max-width:1024px) {
    .single-menu .secondary-list {
        padding: 60px 20px 20px
    }
}

.single-menu .secondary-list .back {
    text-decoration: none;
    padding: 0
}

.single-menu .secondary-list .back:hover,
.single-menu .secondary-list .back.active {
    color: #fff
}

.single-menu .secondary-list div {
    transition: visibility 0s, all 0.2s ease-in-out;
    padding: 0;
    color: #000;
    cursor: pointer;
    margin: 0
}

.single-menu .big-tab {
    padding: 28px 30px 180px
}

@media only screen and (max-width:1024px) {
    .single-menu .big-tab {
        padding: 40px 20px 30px
    }
}

@media only screen and (max-width:1024px) {
    .single-menu .big-tab a {
        height: auto
    }
}

.single-menu .big-tab .socials {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 20px 0
}

@media only screen and (max-width:1024px) {
    .single-menu .big-tab .socials {
        margin: 50px 0 40px
    }
}

.single-menu .big-tab .socials p {
    margin: 0
}

.single-menu .big-tab .socials a {
    color: #0f0f0f;
    opacity: .6;
    transition: visibility 0s, all 0.2s ease-in-out;
    text-decoration: none
}

.single-menu .big-tab .socials a:after {
    content: ",";
    position: relative
}

.single-menu .big-tab .socials a:last-of-type::after {
    display: none
}

.single-menu .big-tab .socials a:hover {
    opacity: 1
}

.single-menu h2 {
    color: #fff;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    margin-bottom: 30px
}

@media only screen and (min-width:1680px) {
    .single-menu h2 {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .single-menu h2 {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .single-menu h2 {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .single-menu h2 {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .single-menu h2 {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:1680px) {
    .single-menu {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .single-menu {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .single-menu {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .single-menu {
        font-size: 18px
    }
}

.single-menu p {
    margin-bottom: 25px
}

.single-menu p.no-marg {
    margin: 0
}

.single-menu .small-tab .cross {
    display: none;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0)
}

.single-menu .small-tab .cross line {
    stroke: #fff;
    stroke-width: 2
}

@media only screen and (max-width:1024px) {

    .director-template-default .sub-menu,
    .photographer-template-default .sub-menu,
    .category .sub-menu {
        width: 100%;
        height: auto;
        position: relative;
        float: left;
        margin: 0
    }

    .director-template-default .sub-menu .big-tab,
    .photographer-template-default .sub-menu .big-tab,
    .category .sub-menu .big-tab {
        position: relative;
        float: left;
        top: auto;
        left: auto;
        width: 100%;
        height: auto
    }

    .director-template-default .sub-menu .close-chev,
    .photographer-template-default .sub-menu .close-chev,
    .category .sub-menu .close-chev {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .is-director-all .grid {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .search .sub-menu.search {
        height: 20vh !important
    }

    .search .single-content-wrapper {
        margin-top: 20vh
    }

    .search .single-content-wrapper .item[layout="1"] {
        width: 100%;
        height: 80vh !important
    }
}

@media only screen and (max-width:767px) {

    .post-type-archive-director .grid,
    .post-type-archive-photographer .grid {
        display: none
    }
}

@media only screen and (max-width:1024px) {

    .page-template-about #swup,
    .page-template-new-about #swup,
    .single-artist #swup {
        min-height: auto
    }
}

.page-template-about #header .sub-menu:not(.search),
.page-template-new-about #header .sub-menu:not(.search),
.single-artist #header .sub-menu:not(.search) {
    background: #0f0f0f
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .page-template-about #header .sub-menu:not(.search),
    .page-template-new-about #header .sub-menu:not(.search),
    .single-artist #header .sub-menu:not(.search) {
        width: 250px
    }
}

@media only screen and (max-width:1024px) {

    .page-template-about #header .sub-menu:not(.search),
    .page-template-new-about #header .sub-menu:not(.search),
    .single-artist #header .sub-menu:not(.search) {
        display: none
    }
}

.page-template-about #header .sub-menu:not(.search) li a,
.page-template-new-about #header .sub-menu:not(.search) li a,
.single-artist #header .sub-menu:not(.search) li a {
    color: #FFF
}

.page-template-about #header .sub-menu:not(.search) li a.active,
.page-template-about #header .sub-menu:not(.search) li a:hover,
.page-template-new-about #header .sub-menu:not(.search) li a.active,
.page-template-new-about #header .sub-menu:not(.search) li a:hover,
.single-artist #header .sub-menu:not(.search) li a.active,
.single-artist #header .sub-menu:not(.search) li a:hover {
    font-style: italic
}

.page-template-about #header .sub-menu:not(.search) .about-rrss,
.page-template-new-about #header .sub-menu:not(.search) .about-rrss,
.single-artist #header .sub-menu:not(.search) .about-rrss {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%
}

.page-template-about #header .sub-menu:not(.search) .about-rrss p,
.page-template-new-about #header .sub-menu:not(.search) .about-rrss p,
.single-artist #header .sub-menu:not(.search) .about-rrss p {
    margin: 0 0 5px 0
}

.page-template-about #header .sub-menu:not(.search) .about-rrss a,
.page-template-about #header .sub-menu:not(.search) .about-rrss p,
.page-template-new-about #header .sub-menu:not(.search) .about-rrss a,
.page-template-new-about #header .sub-menu:not(.search) .about-rrss p,
.single-artist #header .sub-menu:not(.search) .about-rrss a,
.single-artist #header .sub-menu:not(.search) .about-rrss p {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #FFF;
    text-decoration: none
}

@media only screen and (min-width:1680px) {

    .page-template-about #header .sub-menu:not(.search) .about-rrss a,
    .page-template-about #header .sub-menu:not(.search) .about-rrss p,
    .page-template-new-about #header .sub-menu:not(.search) .about-rrss a,
    .page-template-new-about #header .sub-menu:not(.search) .about-rrss p,
    .single-artist #header .sub-menu:not(.search) .about-rrss a,
    .single-artist #header .sub-menu:not(.search) .about-rrss p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .page-template-about #header .sub-menu:not(.search) .about-rrss a,
    .page-template-about #header .sub-menu:not(.search) .about-rrss p,
    .page-template-new-about #header .sub-menu:not(.search) .about-rrss a,
    .page-template-new-about #header .sub-menu:not(.search) .about-rrss p,
    .single-artist #header .sub-menu:not(.search) .about-rrss a,
    .single-artist #header .sub-menu:not(.search) .about-rrss p {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .page-template-about #header .sub-menu:not(.search) .about-rrss a,
    .page-template-about #header .sub-menu:not(.search) .about-rrss p,
    .page-template-new-about #header .sub-menu:not(.search) .about-rrss a,
    .page-template-new-about #header .sub-menu:not(.search) .about-rrss p,
    .single-artist #header .sub-menu:not(.search) .about-rrss a,
    .single-artist #header .sub-menu:not(.search) .about-rrss p {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .page-template-about #header .sub-menu:not(.search) .about-rrss a,
    .page-template-about #header .sub-menu:not(.search) .about-rrss p,
    .page-template-new-about #header .sub-menu:not(.search) .about-rrss a,
    .page-template-new-about #header .sub-menu:not(.search) .about-rrss p,
    .single-artist #header .sub-menu:not(.search) .about-rrss a,
    .single-artist #header .sub-menu:not(.search) .about-rrss p {
        font-size: 18px
    }
}

.page-template-about #header .sub-menu:not(.search) .about-rrss a:not(:last-of-type):after,
.page-template-new-about #header .sub-menu:not(.search) .about-rrss a:not(:last-of-type):after,
.single-artist #header .sub-menu:not(.search) .about-rrss a:not(:last-of-type):after {
    content: ","
}

.page-template-about #header .sub-menu:not(.search) .about-rrss a:hover,
.page-template-new-about #header .sub-menu:not(.search) .about-rrss a:hover,
.single-artist #header .sub-menu:not(.search) .about-rrss a:hover {
    font-style: italic
}

.page-template-about #header #chev,
.page-template-new-about #header #chev,
.single-artist #header #chev {
    display: none
}

.page-template-about #about-fullpage,
.page-template-new-about #about-fullpage,
.single-artist #about-fullpage {
    width: calc(100% - 55px);
    float: left;
    height: auto;
    padding: 0 0 0 380px
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .page-template-about #about-fullpage,
    .page-template-new-about #about-fullpage,
    .single-artist #about-fullpage {
        padding: 0 0 0 320px
    }
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage,
    .page-template-new-about #about-fullpage,
    .single-artist #about-fullpage {
        padding: 0;
        width: 100%;
        margin: 60px 0 0 0;
        min-height: 100vh
    }
}

.page-template-about #about-fullpage .section,
.page-template-new-about #about-fullpage .section,
.single-artist #about-fullpage .section {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 0
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section,
    .page-template-new-about #about-fullpage .section,
    .single-artist #about-fullpage .section {
        padding: 20px
    }

    .page-template-about #about-fullpage .section:before,
    .page-template-new-about #about-fullpage .section:before,
    .single-artist #about-fullpage .section:before {
        content: "";
        height: 2px;
        background: #000;
        width: calc(100% - 160px);
        position: absolute;
        bottom: 0;
        left: 120px
    }
}

@media only screen and (max-width:1024px) and (max-width:1024px) {

    .page-template-about #about-fullpage .section:before,
    .page-template-new-about #about-fullpage .section:before,
    .single-artist #about-fullpage .section:before {
        width: calc(100% - 40px);
        left: 20px
    }
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section:last-of-type:before,
    .page-template-new-about #about-fullpage .section:last-of-type:before,
    .single-artist #about-fullpage .section:last-of-type:before {
        display: none
    }
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section.active-tab .section-content,
    .page-template-new-about #about-fullpage .section.active-tab .section-content,
    .single-artist #about-fullpage .section.active-tab .section-content {
        padding: 0 0 40px 0
    }
}

@media only screen and (max-width:1024px) and (max-width:767px) {

    .page-template-about #about-fullpage .section.active-tab .section-content,
    .page-template-new-about #about-fullpage .section.active-tab .section-content,
    .single-artist #about-fullpage .section.active-tab .section-content {
        padding: 0 0 10px 0
    }
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section.active-tab .section-content .times-icon,
    .page-template-new-about #about-fullpage .section.active-tab .section-content .times-icon,
    .single-artist #about-fullpage .section.active-tab .section-content .times-icon {
        top: 30px;
        transform: rotate(45deg)
    }
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section.active-tab .section-content .wrap,
    .page-template-new-about #about-fullpage .section.active-tab .section-content .wrap,
    .single-artist #about-fullpage .section.active-tab .section-content .wrap {
        height: auto
    }
}

@media only screen and (min-width:1025px) {

    .page-template-about #about-fullpage .section .title-mobile,
    .page-template-new-about #about-fullpage .section .title-mobile,
    .single-artist #about-fullpage .section .title-mobile {
        display: none
    }
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section .title-mobile,
    .page-template-new-about #about-fullpage .section .title-mobile,
    .single-artist #about-fullpage .section .title-mobile {
        font-family: "Barlow";
        font-size: 18px;
        line-height: 1.4em;
        font-weight: 400;
        padding: 10px 0 10px
    }
}

@media only screen and (max-width:1024px) and (min-width:1680px) {

    .page-template-about #about-fullpage .section .title-mobile,
    .page-template-new-about #about-fullpage .section .title-mobile,
    .single-artist #about-fullpage .section .title-mobile {
        font-size: 20px
    }
}

@media only screen and (max-width:1024px) and (max-width:1024px) {

    .page-template-about #about-fullpage .section .title-mobile,
    .page-template-new-about #about-fullpage .section .title-mobile,
    .single-artist #about-fullpage .section .title-mobile {
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:1024px) and (max-width:350px) {

    .page-template-about #about-fullpage .section .title-mobile,
    .page-template-new-about #about-fullpage .section .title-mobile,
    .single-artist #about-fullpage .section .title-mobile {
        font-size: 14px
    }
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section .title-mobile .times-icon,
    .page-template-new-about #about-fullpage .section .title-mobile .times-icon,
    .single-artist #about-fullpage .section .title-mobile .times-icon {
        width: 18px;
        position: absolute;
        right: 30px;
        top: calc(50% - 9px);
        transition: all 0s, transform 0.2s;
        transform: rotate(0deg)
    }
}

.page-template-about #about-fullpage .section .section-content,
.page-template-new-about #about-fullpage .section .section-content,
.single-artist #about-fullpage .section .section-content {
    height: auto;
    width: 100%;
    float: left
}

.page-template-about #about-fullpage .section .section-content.col,
.page-template-new-about #about-fullpage .section .section-content.col,
.single-artist #about-fullpage .section .section-content.col {
    width: 66.66%;
    float: right
}

.page-template-about #about-fullpage .section .section-content.default,
.page-template-new-about #about-fullpage .section .section-content.default,
.single-artist #about-fullpage .section .section-content.default {
    padding: 50px 20px
}

@media only screen and (min-width:1280px) {

    .page-template-about #about-fullpage .section .section-content.default,
    .page-template-new-about #about-fullpage .section .section-content.default,
    .single-artist #about-fullpage .section .section-content.default {
        padding: 50px 50px
    }
}

@media screen and (max-width:1530px) and (min-width:1280px) {

    .page-template-about #about-fullpage .section .section-content.default,
    .page-template-new-about #about-fullpage .section .section-content.default,
    .single-artist #about-fullpage .section .section-content.default {
        padding: 50px 35px
    }
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section .section-content.default,
    .page-template-new-about #about-fullpage .section .section-content.default,
    .single-artist #about-fullpage .section .section-content.default {
        padding: 0
    }
}

.page-template-about #about-fullpage .section .section-content.sm,
.page-template-new-about #about-fullpage .section .section-content.sm,
.single-artist #about-fullpage .section .section-content.sm {
    padding: 20px
}

@media only screen and (min-width:1280px) {

    .page-template-about #about-fullpage .section .section-content.sm,
    .page-template-new-about #about-fullpage .section .section-content.sm,
    .single-artist #about-fullpage .section .section-content.sm {
        padding: 20px
    }
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section .section-content.sm,
    .page-template-new-about #about-fullpage .section .section-content.sm,
    .single-artist #about-fullpage .section .section-content.sm {
        padding: 0
    }
}

.page-template-about #about-fullpage .section .section-content.sm-t,
.page-template-new-about #about-fullpage .section .section-content.sm-t,
.single-artist #about-fullpage .section .section-content.sm-t {
    padding: 20px 20px 50px
}

@media only screen and (min-width:1280px) {

    .page-template-about #about-fullpage .section .section-content.sm-t,
    .page-template-new-about #about-fullpage .section .section-content.sm-t,
    .single-artist #about-fullpage .section .section-content.sm-t {
        padding: 20px 50px 50px
    }
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section .section-content.sm-t,
    .page-template-new-about #about-fullpage .section .section-content.sm-t,
    .single-artist #about-fullpage .section .section-content.sm-t {
        padding: 0
    }
}

.page-template-about #about-fullpage .section .section-content.sm-b,
.page-template-new-about #about-fullpage .section .section-content.sm-b,
.single-artist #about-fullpage .section .section-content.sm-b {
    padding: 50px 20px 20px
}

@media only screen and (min-width:1280px) {

    .page-template-about #about-fullpage .section .section-content.sm-b,
    .page-template-new-about #about-fullpage .section .section-content.sm-b,
    .single-artist #about-fullpage .section .section-content.sm-b {
        padding: 50px 50px 20px
    }
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section .section-content.sm-b,
    .page-template-new-about #about-fullpage .section .section-content.sm-b,
    .single-artist #about-fullpage .section .section-content.sm-b {
        padding: 0
    }
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section .section-content .wrap,
    .page-template-new-about #about-fullpage .section .section-content .wrap,
    .single-artist #about-fullpage .section .section-content .wrap {
        padding: 0;
        height: 0;
        overflow: hidden;
        transition: visibility 0s, all 0.2s ease-in-out
    }
}

.page-template-about #about-fullpage .section .section-content p,
.page-template-about #about-fullpage .section .section-content h2,
.page-template-about #about-fullpage .section .section-content h3,
.page-template-new-about #about-fullpage .section .section-content p,
.page-template-new-about #about-fullpage .section .section-content h2,
.page-template-new-about #about-fullpage .section .section-content h3,
.single-artist #about-fullpage .section .section-content p,
.single-artist #about-fullpage .section .section-content h2,
.single-artist #about-fullpage .section .section-content h3 {
    margin-bottom: 20px
}

@media only screen and (min-width:1280px) {

    .page-template-about #about-fullpage .section .section-content p,
    .page-template-about #about-fullpage .section .section-content h2,
    .page-template-about #about-fullpage .section .section-content h3,
    .page-template-new-about #about-fullpage .section .section-content p,
    .page-template-new-about #about-fullpage .section .section-content h2,
    .page-template-new-about #about-fullpage .section .section-content h3,
    .single-artist #about-fullpage .section .section-content p,
    .single-artist #about-fullpage .section .section-content h2,
    .single-artist #about-fullpage .section .section-content h3 {
        left: 50%;
        position: relative;
        transform: translate(-50%, 0)
    }
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section .section-content p,
    .page-template-about #about-fullpage .section .section-content h2,
    .page-template-about #about-fullpage .section .section-content h3,
    .page-template-new-about #about-fullpage .section .section-content p,
    .page-template-new-about #about-fullpage .section .section-content h2,
    .page-template-new-about #about-fullpage .section .section-content h3,
    .single-artist #about-fullpage .section .section-content p,
    .single-artist #about-fullpage .section .section-content h2,
    .single-artist #about-fullpage .section .section-content h3 {
        margin-bottom: 5px
    }
}

.page-template-about #about-fullpage .section .section-content p:last-of-type,
.page-template-about #about-fullpage .section .section-content h2:last-of-type,
.page-template-about #about-fullpage .section .section-content h3:last-of-type,
.page-template-new-about #about-fullpage .section .section-content p:last-of-type,
.page-template-new-about #about-fullpage .section .section-content h2:last-of-type,
.page-template-new-about #about-fullpage .section .section-content h3:last-of-type,
.single-artist #about-fullpage .section .section-content p:last-of-type,
.single-artist #about-fullpage .section .section-content h2:last-of-type,
.single-artist #about-fullpage .section .section-content h3:last-of-type {
    margin-bottom: 0
}

.page-template-about #about-fullpage .section .section-content p,
.page-template-new-about #about-fullpage .section .section-content p,
.single-artist #about-fullpage .section .section-content p {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400
}

@media only screen and (min-width:1680px) {

    .page-template-about #about-fullpage .section .section-content p,
    .page-template-new-about #about-fullpage .section .section-content p,
    .single-artist #about-fullpage .section .section-content p {
        font-size: 20px
    }
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section .section-content p,
    .page-template-new-about #about-fullpage .section .section-content p,
    .single-artist #about-fullpage .section .section-content p {
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .page-template-about #about-fullpage .section .section-content p,
    .page-template-new-about #about-fullpage .section .section-content p,
    .single-artist #about-fullpage .section .section-content p {
        font-size: 14px
    }
}

@media only screen and (min-width:1680px) {

    .page-template-about #about-fullpage .section .section-content p,
    .page-template-new-about #about-fullpage .section .section-content p,
    .single-artist #about-fullpage .section .section-content p {
        max-width: 100%
    }
}

@media screen and (max-width:1485px) and (min-width:1025px) {

    .page-template-about #about-fullpage .section .section-content p,
    .page-template-new-about #about-fullpage .section .section-content p,
    .single-artist #about-fullpage .section .section-content p {
        font-family: "Barlow";
        font-size: 14px;
        line-height: 1.2em;
        font-weight: 400
    }
}

@media only screen and (max-width:1485px) and (min-width:1025px) and (min-width:1680px) {

    .page-template-about #about-fullpage .section .section-content p,
    .page-template-new-about #about-fullpage .section .section-content p,
    .single-artist #about-fullpage .section .section-content p {
        font-size: 16px
    }
}

@media only screen and (max-width:1485px) and (min-width:1025px) and (min-width:1025px) and (max-width:1280px) {

    .page-template-about #about-fullpage .section .section-content p,
    .page-template-new-about #about-fullpage .section .section-content p,
    .single-artist #about-fullpage .section .section-content p {
        font-size: 12px
    }
}

@media only screen and (max-width:1485px) and (min-width:1025px) and (max-width:1024px) {

    .page-template-about #about-fullpage .section .section-content p,
    .page-template-new-about #about-fullpage .section .section-content p,
    .single-artist #about-fullpage .section .section-content p {
        font-size: 12px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1485px) and (min-width:1025px) and (min-width:1025px) and (max-height:600px) {

    .page-template-about #about-fullpage .section .section-content p,
    .page-template-new-about #about-fullpage .section .section-content p,
    .single-artist #about-fullpage .section .section-content p {
        font-size: 12px
    }
}

.page-template-about #about-fullpage .section .section-content h2,
.page-template-new-about #about-fullpage .section .section-content h2,
.single-artist #about-fullpage .section .section-content h2 {
    font-family: "Barlow";
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 400
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section .section-content h2,
    .page-template-new-about #about-fullpage .section .section-content h2,
    .single-artist #about-fullpage .section .section-content h2 {
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:767px) {

    .page-template-about #about-fullpage .section .section-content h2,
    .page-template-new-about #about-fullpage .section .section-content h2,
    .single-artist #about-fullpage .section .section-content h2 {
        font-size: 18px
    }
}

.page-template-about #about-fullpage .section .section-content h3,
.page-template-new-about #about-fullpage .section .section-content h3,
.single-artist #about-fullpage .section .section-content h3 {
    font-family: "Barlow";
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 400
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section .section-content h3,
    .page-template-new-about #about-fullpage .section .section-content h3,
    .single-artist #about-fullpage .section .section-content h3 {
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:767px) {

    .page-template-about #about-fullpage .section .section-content h3,
    .page-template-new-about #about-fullpage .section .section-content h3,
    .single-artist #about-fullpage .section .section-content h3 {
        font-size: 16px
    }
}

.page-template-about #about-fullpage .section .section-content a,
.page-template-new-about #about-fullpage .section .section-content a,
.single-artist #about-fullpage .section .section-content a {
    margin: 0 7px 0 0;
    text-decoration: none;
    transition: visibility 0s, font-size 0s, color 0.2s ease-in-out
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section .section-content a,
    .page-template-new-about #about-fullpage .section .section-content a,
    .single-artist #about-fullpage .section .section-content a {
        margin: 0
    }
}

.page-template-about #about-fullpage .section .section-content a:hover,
.page-template-new-about #about-fullpage .section .section-content a:hover,
.single-artist #about-fullpage .section .section-content a:hover {
    color: #FFF;
    background-color: #000;
}

.page-template-about #about-fullpage .section .section-content .svg-title,
.page-template-new-about #about-fullpage .section .section-content .svg-title,
.single-artist #about-fullpage .section .section-content .svg-title {
    margin: 0
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section .section-content .svg-title,
    .page-template-new-about #about-fullpage .section .section-content .svg-title,
    .single-artist #about-fullpage .section .section-content .svg-title {
        margin: 0 0 0 16px
    }
}

.page-template-about #about-fullpage .section .section-content .svg-title svg,
.page-template-new-about #about-fullpage .section .section-content .svg-title svg,
.single-artist #about-fullpage .section .section-content .svg-title svg {
    overflow: visible
}

.page-template-about #about-fullpage .section .section-content .svg-title svg path,
.page-template-new-about #about-fullpage .section .section-content .svg-title svg path,
.single-artist #about-fullpage .section .section-content .svg-title svg path {
    stroke: #0f0f0f;
    fill: none;
    stroke-width: 2;
    transition: visibility 0s, fill 0.2s
}

.page-template-about #about-fullpage .section .section-content .columns-wrap,
.page-template-new-about #about-fullpage .section .section-content .columns-wrap,
.single-artist #about-fullpage .section .section-content .columns-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap
}

@media only screen and (min-width:1025px) {

    .page-template-about #about-fullpage .section .section-content .columns-wrap.accordion-block,
    .page-template-new-about #about-fullpage .section .section-content .columns-wrap.accordion-block,
    .single-artist #about-fullpage .section .section-content .columns-wrap.accordion-block {
        cursor: pointer;
        position: relative;
        margin: 30px 0 0;
        height: 0
    }

    .page-template-about #about-fullpage .section .section-content .columns-wrap.accordion-block:before,
    .page-template-new-about #about-fullpage .section .section-content .columns-wrap.accordion-block:before,
    .single-artist #about-fullpage .section .section-content .columns-wrap.accordion-block:before {
        content: "+";
        position: absolute;
        left: 50%;
        top: 0%;
        transform: translate(-50%, -40px);
        font-family: "Barlow";
        font-size: 30px;
        line-height: 1.2em;
        font-weight: 400
    }
}

@media only screen and (min-width:1025px) and (max-width:1024px) {

    .page-template-about #about-fullpage .section .section-content .columns-wrap.accordion-block:before,
    .page-template-new-about #about-fullpage .section .section-content .columns-wrap.accordion-block:before,
    .single-artist #about-fullpage .section .section-content .columns-wrap.accordion-block:before {
        letter-spacing: -.1px
    }
}

@media only screen and (min-width:1025px) and (max-width:1024px) and (max-width:767px) {

    .page-template-about #about-fullpage .section .section-content .columns-wrap.accordion-block:before,
    .page-template-new-about #about-fullpage .section .section-content .columns-wrap.accordion-block:before,
    .single-artist #about-fullpage .section .section-content .columns-wrap.accordion-block:before {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) {

    .page-template-about #about-fullpage .section .section-content .columns-wrap.accordion-block .column,
    .page-template-new-about #about-fullpage .section .section-content .columns-wrap.accordion-block .column,
    .single-artist #about-fullpage .section .section-content .columns-wrap.accordion-block .column {
        height: 0;
        overflow: hidden
    }
}

@media only screen and (min-width:1025px) {

    .page-template-about #about-fullpage .section .section-content .columns-wrap.accordion-block.active,
    .page-template-new-about #about-fullpage .section .section-content .columns-wrap.accordion-block.active,
    .single-artist #about-fullpage .section .section-content .columns-wrap.accordion-block.active {
        height: auto
    }

    .page-template-about #about-fullpage .section .section-content .columns-wrap.accordion-block.active:before,
    .page-template-new-about #about-fullpage .section .section-content .columns-wrap.accordion-block.active:before,
    .single-artist #about-fullpage .section .section-content .columns-wrap.accordion-block.active:before {
        content: "-"
    }

    .page-template-about #about-fullpage .section .section-content .columns-wrap.accordion-block.active .column,
    .page-template-new-about #about-fullpage .section .section-content .columns-wrap.accordion-block.active .column,
    .single-artist #about-fullpage .section .section-content .columns-wrap.accordion-block.active .column {
        height: auto
    }
}

.page-template-about #about-fullpage .section .section-content .columns-wrap .column,
.page-template-new-about #about-fullpage .section .section-content .columns-wrap .column,
.single-artist #about-fullpage .section .section-content .columns-wrap .column {
    text-align: center;
    width: 50%;
    padding: 0 10px;
    margin: 45px 0
}

@media only screen and (min-width:1680px) {

    .page-template-about #about-fullpage .section .section-content .columns-wrap .column,
    .page-template-new-about #about-fullpage .section .section-content .columns-wrap .column,
    .single-artist #about-fullpage .section .section-content .columns-wrap .column {
        padding: 0 10px;
        width: 25%
    }
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section .section-content .columns-wrap .column,
    .page-template-new-about #about-fullpage .section .section-content .columns-wrap .column,
    .single-artist #about-fullpage .section .section-content .columns-wrap .column {
        padding: 0 10px;
        margin: 20px 0;
        width: 50%
    }
}

@media only screen and (max-width:767px) {

    .page-template-about #about-fullpage .section .section-content .columns-wrap .column,
    .page-template-new-about #about-fullpage .section .section-content .columns-wrap .column,
    .single-artist #about-fullpage .section .section-content .columns-wrap .column {
        width: 100%;
        padding: 0 20px;
        margin: 20px 0
    }
}

.page-template-about #about-fullpage .section .section-content .row,
.page-template-new-about #about-fullpage .section .section-content .row,
.single-artist #about-fullpage .section .section-content .row {
    width: 100%;
    height: auto;
    position: relative;
    clear: both;
    float: left
}

.page-template-about #about-fullpage .section .section-content .row.space-increase,
.page-template-new-about #about-fullpage .section .section-content .row.space-increase,
.single-artist #about-fullpage .section .section-content .row.space-increase {
    padding: 0 0 50px 0
}

@media only screen and (max-width:767px) {

    .page-template-about #about-fullpage .section .section-content .row.space-increase,
    .page-template-new-about #about-fullpage .section .section-content .row.space-increase,
    .single-artist #about-fullpage .section .section-content .row.space-increase {
        padding: 0 0 30px 0
    }
}

.page-template-about #about-fullpage .section .section-content .row.row-contact,
.page-template-new-about #about-fullpage .section .section-content .row.row-contact,
.single-artist #about-fullpage .section .section-content .row.row-contact {
    text-align: center;
    margin: 40px 0;
    padding: 0 60px 0
}

@media only screen and (max-width:767px) {

    .page-template-about #about-fullpage .section .section-content .row.row-contact,
    .page-template-new-about #about-fullpage .section .section-content .row.row-contact,
    .single-artist #about-fullpage .section .section-content .row.row-contact {
        padding: 0 20px 0 0;
        margin: 15px 0
    }
}

.page-template-about #about-fullpage .section .section-content .row.row-contact:first-of-type,
.page-template-new-about #about-fullpage .section .section-content .row.row-contact:first-of-type,
.single-artist #about-fullpage .section .section-content .row.row-contact:first-of-type {
    margin: 20px 0 40px
}

@media only screen and (max-width:767px) {

    .page-template-about #about-fullpage .section .section-content .row.row-contact:first-of-type,
    .page-template-new-about #about-fullpage .section .section-content .row.row-contact:first-of-type,
    .single-artist #about-fullpage .section .section-content .row.row-contact:first-of-type {
        margin: 20px 0 15px
    }
}

.page-template-about #about-fullpage .section .section-content .row.row-contact:last-of-type,
.page-template-new-about #about-fullpage .section .section-content .row.row-contact:last-of-type,
.single-artist #about-fullpage .section .section-content .row.row-contact:last-of-type {
    margin: 40px 0 20px
}

@media only screen and (max-width:767px) {

    .page-template-about #about-fullpage .section .section-content .row.row-contact:last-of-type,
    .page-template-new-about #about-fullpage .section .section-content .row.row-contact:last-of-type,
    .single-artist #about-fullpage .section .section-content .row.row-contact:last-of-type {
        margin: 15px 0 0
    }
}

.page-template-about #about-fullpage .section .section-content .row.row-contact.not-svg-title,
.page-template-new-about #about-fullpage .section .section-content .row.row-contact.not-svg-title,
.single-artist #about-fullpage .section .section-content .row.row-contact.not-svg-title {
    width: 33.33%;
    text-align: left;
    float: left
}

.page-template-about #about-fullpage .section .section-content .row a .svg-title path,
.page-template-new-about #about-fullpage .section .section-content .row a .svg-title path,
.single-artist #about-fullpage .section .section-content .row a .svg-title path {
    cursor: pointer;
    fill: transparent
}

.page-template-about #about-fullpage .section .section-content .row a .svg-title:hover path,
.page-template-new-about #about-fullpage .section .section-content .row a .svg-title:hover path,
.single-artist #about-fullpage .section .section-content .row a .svg-title:hover path {
    fill: #0f0f0f
}

.page-template-about #about-fullpage .section .section-content .row .block,
.page-template-new-about #about-fullpage .section .section-content .row .block,
.single-artist #about-fullpage .section .section-content .row .block {
    width: 50%;
    float: left;
    height: auto;
    position: relative;
    padding: 0 15px 26px 0;
    overflow-x: hidden
}

@media only screen and (min-width:1680px) {

    .page-template-about #about-fullpage .section .section-content .row .block,
    .page-template-new-about #about-fullpage .section .section-content .row .block,
    .single-artist #about-fullpage .section .section-content .row .block {
        width: 33.33%
    }
}

.page-template-about #about-fullpage .section .section-content .row .block.empty-block,
.page-template-new-about #about-fullpage .section .section-content .row .block.empty-block,
.single-artist #about-fullpage .section .section-content .row .block.empty-block {
    display: unset
}

@media only screen and (min-width:1025px) {

    .page-template-about #about-fullpage .section .section-content .row .block.empty-block,
    .page-template-new-about #about-fullpage .section .section-content .row .block.empty-block,
    .single-artist #about-fullpage .section .section-content .row .block.empty-block {
        display: none
    }
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section .section-content .row .block.empty-block,
    .page-template-new-about #about-fullpage .section .section-content .row .block.empty-block,
    .single-artist #about-fullpage .section .section-content .row .block.empty-block {
        display: none
    }
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section .section-content .row .block,
    .page-template-new-about #about-fullpage .section .section-content .row .block,
    .single-artist #about-fullpage .section .section-content .row .block {
        width: 50%
    }
}

@media only screen and (max-width:767px) {

    .page-template-about #about-fullpage .section .section-content .row .block,
    .page-template-new-about #about-fullpage .section .section-content .row .block,
    .single-artist #about-fullpage .section .section-content .row .block {
        width: 100%;
        padding: 0
    }

    .page-template-about #about-fullpage .section .section-content .row .block p,
    .page-template-new-about #about-fullpage .section .section-content .row .block p,
    .single-artist #about-fullpage .section .section-content .row .block p {
        padding: 0 0 10px
    }
}

.page-template-about #about-fullpage .section .section-content .row .block:last-of-type,
.page-template-new-about #about-fullpage .section .section-content .row .block:last-of-type,
.single-artist #about-fullpage .section .section-content .row .block:last-of-type {
    padding: 0 15px 26px 0
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage .section .section-content .row .block:last-of-type,
    .page-template-new-about #about-fullpage .section .section-content .row .block:last-of-type,
    .single-artist #about-fullpage .section .section-content .row .block:last-of-type {
        padding: 0
    }
}

.page-template-about #about-fullpage #slide-0 .wrap-section,
.page-template-new-about #about-fullpage #slide-0 .wrap-section,
.single-artist #about-fullpage #slide-0 .wrap-section {
    display: flex
}

@media only screen and (max-width:767px) {

    .page-template-about #about-fullpage #slide-0 .wrap-section,
    .page-template-new-about #about-fullpage #slide-0 .wrap-section,
    .single-artist #about-fullpage #slide-0 .wrap-section {
        flex-direction: column
    }
}

.page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p,
.page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p,
.single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p {
    margin-bottom: 0
}

@media only screen and (max-width:767px) {

    .page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p,
    .page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p,
    .single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p {
        margin-bottom: 15px
    }
}

.page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(2),
.page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(3),
.page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(7),
.page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(8),
.page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(13),
.page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(2),
.page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(3),
.page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(7),
.page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(8),
.page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(13),
.single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(2),
.single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(3),
.single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(7),
.single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(8),
.single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(13) {
    margin-bottom: 20px
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(2),
    .page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(3),
    .page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(7),
    .page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(8),
    .page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(13),
    .page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(2),
    .page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(3),
    .page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(7),
    .page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(8),
    .page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(13),
    .single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(2),
    .single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(3),
    .single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(7),
    .single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(8),
    .single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(13) {
        margin-bottom: 5px
    }
}

@media only screen and (max-width:767px) {

    .page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(2),
    .page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(3),
    .page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(7),
    .page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(8),
    .page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(13),
    .page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(2),
    .page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(3),
    .page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(7),
    .page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(8),
    .page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(13),
    .single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(2),
    .single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(3),
    .single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(7),
    .single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(8),
    .single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(13) {
        display: none
    }
}

@media only screen and (max-width:767px) {

    .page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(1),
    .page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(4),
    .page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(5),
    .page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(6),
    .page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(9),
    .page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(10),
    .page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(11),
    .page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(14),
    .page-template-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(12),
    .page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(1),
    .page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(4),
    .page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(5),
    .page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(6),
    .page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(9),
    .page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(10),
    .page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(11),
    .page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(14),
    .page-template-new-about #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(12),
    .single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(1),
    .single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(4),
    .single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(5),
    .single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(6),
    .single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(9),
    .single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(10),
    .single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(11),
    .single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(14),
    .single-artist #about-fullpage #slide-0 .wrap-section:nth-child(3) .column:nth-child(2) p:nth-child(12) {
        display: none
    }
}

.page-template-about #about-fullpage #slide-0 .wrap-section .section-content,
.page-template-new-about #about-fullpage #slide-0 .wrap-section .section-content,
.single-artist #about-fullpage #slide-0 .wrap-section .section-content {
    margin: 0 auto
}

.page-template-about #about-fullpage #slide-0 .wrap-section .section-content .svg-title,
.page-template-new-about #about-fullpage #slide-0 .wrap-section .section-content .svg-title,
.single-artist #about-fullpage #slide-0 .wrap-section .section-content .svg-title {
    display: none
}

@media only screen and (max-width:767px) {

    .page-template-about #about-fullpage #slide-0 .wrap-section .section-content .svg-title,
    .page-template-new-about #about-fullpage #slide-0 .wrap-section .section-content .svg-title,
    .single-artist #about-fullpage #slide-0 .wrap-section .section-content .svg-title {
        padding: 5px;
        display: block
    }
}

.page-template-about #about-fullpage #slide-0 .wrap-section .section-content.title,
.page-template-new-about #about-fullpage #slide-0 .wrap-section .section-content.title,
.single-artist #about-fullpage #slide-0 .wrap-section .section-content.title {
    width: 30%
}

@media only screen and (max-width:767px) {

    .page-template-about #about-fullpage #slide-0 .wrap-section .section-content.title,
    .page-template-new-about #about-fullpage #slide-0 .wrap-section .section-content.title,
    .single-artist #about-fullpage #slide-0 .wrap-section .section-content.title {
        width: 100%
    }
}

.page-template-about #about-fullpage #slide-0 .wrap-section .section-content.title .row,
.page-template-new-about #about-fullpage #slide-0 .wrap-section .section-content.title .row,
.single-artist #about-fullpage #slide-0 .wrap-section .section-content.title .row {
    width: 100%;
    margin-top: 0;
    padding: 0;
    text-align: left
}

.page-template-about #about-fullpage #slide-0 .wrap-section .section-content.title .row h2,
.page-template-new-about #about-fullpage #slide-0 .wrap-section .section-content.title .row h2,
.single-artist #about-fullpage #slide-0 .wrap-section .section-content.title .row h2 {
    padding-bottom: 25px
}

@media only screen and (max-width:767px) {

    .page-template-about #about-fullpage #slide-0 .wrap-section .section-content.title .row h2,
    .page-template-new-about #about-fullpage #slide-0 .wrap-section .section-content.title .row h2,
    .single-artist #about-fullpage #slide-0 .wrap-section .section-content.title .row h2 {
        text-align: center !important;
        display: none
    }
}

@media only screen and (max-width:767px) {

    .page-template-about #about-fullpage #slide-0 .wrap-section .section-content.title .row p,
    .page-template-new-about #about-fullpage #slide-0 .wrap-section .section-content.title .row p,
    .single-artist #about-fullpage #slide-0 .wrap-section .section-content.title .row p {
        text-align: center !important
    }
}

.page-template-about #about-fullpage #slide-0 .wrap-section .section-content.col,
.page-template-new-about #about-fullpage #slide-0 .wrap-section .section-content.col,
.single-artist #about-fullpage #slide-0 .wrap-section .section-content.col {
    width: 70%
}

@media only screen and (max-width:767px) {

    .page-template-about #about-fullpage #slide-0 .wrap-section .section-content.col,
    .page-template-new-about #about-fullpage #slide-0 .wrap-section .section-content.col,
    .single-artist #about-fullpage #slide-0 .wrap-section .section-content.col {
        width: 100%
    }
}

.page-template-about #about-fullpage #slide-0 .wrap-section .section-content.col:last-of-type,
.page-template-new-about #about-fullpage #slide-0 .wrap-section .section-content.col:last-of-type,
.single-artist #about-fullpage #slide-0 .wrap-section .section-content.col:last-of-type {
    width: 90%
}

@media only screen and (max-width:767px) {

    .page-template-about #about-fullpage #slide-0 .wrap-section .section-content.col:last-of-type,
    .page-template-new-about #about-fullpage #slide-0 .wrap-section .section-content.col:last-of-type,
    .single-artist #about-fullpage #slide-0 .wrap-section .section-content.col:last-of-type {
        width: 100%
    }
}

.page-template-about #about-fullpage #slide-0 .wrap-section .section-content.col .columns-wrap,
.page-template-new-about #about-fullpage #slide-0 .wrap-section .section-content.col .columns-wrap,
.single-artist #about-fullpage #slide-0 .wrap-section .section-content.col .columns-wrap {
    justify-content: flex-start;
    padding-top: 40px
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage #slide-0 .wrap-section .section-content.col .columns-wrap,
    .page-template-new-about #about-fullpage #slide-0 .wrap-section .section-content.col .columns-wrap,
    .single-artist #about-fullpage #slide-0 .wrap-section .section-content.col .columns-wrap {
        padding-top: 0
    }
}

.page-template-about #about-fullpage #slide-0 .wrap-section .section-content.col .columns-wrap .column,
.page-template-new-about #about-fullpage #slide-0 .wrap-section .section-content.col .columns-wrap .column,
.single-artist #about-fullpage #slide-0 .wrap-section .section-content.col .columns-wrap .column {
    width: 47%
}

@media only screen and (max-width:767px) {

    .page-template-about #about-fullpage #slide-0 .wrap-section .section-content.col .columns-wrap .column,
    .page-template-new-about #about-fullpage #slide-0 .wrap-section .section-content.col .columns-wrap .column,
    .single-artist #about-fullpage #slide-0 .wrap-section .section-content.col .columns-wrap .column {
        width: 100%
    }
}

@media only screen and (max-width:767px) {

    .page-template-about #about-fullpage #slide-0 .wrap-section .section-content.col .columns-wrap .column p,
    .page-template-new-about #about-fullpage #slide-0 .wrap-section .section-content.col .columns-wrap .column p,
    .single-artist #about-fullpage #slide-0 .wrap-section .section-content.col .columns-wrap .column p {
        text-align: center !important;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:1024px) {

    .page-template-about #about-fullpage #slide-0.active-tab .wrap-section .section-content.col .columns-wrap,
    .page-template-new-about #about-fullpage #slide-0.active-tab .wrap-section .section-content.col .columns-wrap,
    .single-artist #about-fullpage #slide-0.active-tab .wrap-section .section-content.col .columns-wrap {
        padding-top: 40px
    }
}

.page-template-about #about-fullpage #slide-0 .wrap-section:last-of-type .section-content.col .columns-wrap .column,
.page-template-new-about #about-fullpage #slide-0 .wrap-section:last-of-type .section-content.col .columns-wrap .column,
.single-artist #about-fullpage #slide-0 .wrap-section:last-of-type .section-content.col .columns-wrap .column {
    text-align: left
}

@media only screen and (min-width:1025px) {

    .page-template-about #about-fullpage #slide-0 .wrap-section:last-of-type .section-content.col .columns-wrap .column,
    .page-template-new-about #about-fullpage #slide-0 .wrap-section:last-of-type .section-content.col .columns-wrap .column,
    .single-artist #about-fullpage #slide-0 .wrap-section:last-of-type .section-content.col .columns-wrap .column {
        width: 33.33%
    }
}

.page-template-new-about #about-fullpage .section {
    min-height: 100vh
}

@media only screen and (max-width:1024px) {
    .page-template-new-about #about-fullpage .section {
        min-height: unset
    }
}

.single-artist #header .sub-menu:not(.search) {
    background: #FF715B
}

.single-artist .big-tab h2 {
    color: #fff;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    padding: 28px 30px 0;
    margin: 0
}

@media only screen and (min-width:1680px) {
    .single-artist .big-tab h2 {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .single-artist .big-tab h2 {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .single-artist .big-tab h2 {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .single-artist .big-tab h2 {
        font-size: 18px
    }
}

.post-type-archive-product .sub-menu,
.single-product .sub-menu {
    background: #ffb21a
}

.no-marg {
    margin: 0
}

@media only screen and (min-width:1025px) {
    .nav-state-2#primary {
        width: calc(100% - 110px) !important
    }
}

#primary {
    float: right;
    width: calc(100% - 385px);
    position: relative;
    height: auto;
    padding: 70px 10px 20px;
    transition: visibility 0s, height 0s, width 0s, opacity 0.6s ease-in-out;
    min-height: 100vh
}

@media only screen and (max-width:1024px) {
    #primary {
        width: 100%;
        padding: 70px 3px 20px
    }
}

#primary #main {
    position: relative;
    float: left;
    width: 100%;
    height: auto
}

#primary .products,
.related-products .products {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0
}

#primary .product,
#primary .related,
.related-products .product,
.related-products .related {
    position: relative;
    float: left;
    width: calc(33.33% - 30px);
    height: auto;
    margin: 15px;
    transition: width 0s, height 0s
}

@media only screen and (max-width:1024px) {

    #primary .product,
    #primary .related,
    .related-products .product,
    .related-products .related {
        width: calc(50% - 30px)
    }
}

@media only screen and (max-width:1024px) and (max-width:767px) {

    #primary .product,
    #primary .related,
    .related-products .product,
    .related-products .related {
        width: calc(100% - 30px)
    }
}

#primary .product .image,
#primary .related .image,
.related-products .product .image,
.related-products .related .image {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    background-color: rgba(0, 0, 0, .2)
}

#primary .product .image:before,
#primary .related .image:before,
.related-products .product .image:before,
.related-products .related .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%
}

#primary .product .image>div,
#primary .related .image>div,
.related-products .product .image>div,
.related-products .related .image>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

#primary .product .image.hover-image,
#primary .related .image.hover-image,
.related-products .product .image.hover-image,
.related-products .related .image.hover-image {
    position: absolute !important;
    top: 0;
    left: 0;
    transition: visibility 0s, all 0.2s ease-in-out;
    opacity: 0
}

#primary .product.double .image,
#primary .related.double .image,
.related-products .product.double .image,
.related-products .related.double .image {
    position: relative
}

#primary .product.double .image:before,
#primary .related.double .image:before,
.related-products .product.double .image:before,
.related-products .related.double .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 150%
}

#primary .product.double .image>div,
#primary .related.double .image>div,
.related-products .product.double .image>div,
.related-products .related.double .image>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

#primary .product.normal .image,
#primary .related.normal .image,
.related-products .product.normal .image,
.related-products .related.normal .image {
    position: relative
}

#primary .product.normal .image:before,
#primary .related.normal .image:before,
.related-products .product.normal .image:before,
.related-products .related.normal .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%
}

#primary .product.normal .image>div,
#primary .related.normal .image>div,
.related-products .product.normal .image>div,
.related-products .related.normal .image>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

#primary .product:first-of-type,
#primary .related:first-of-type,
.related-products .product:first-of-type,
.related-products .related:first-of-type {
    width: calc(100% - 30px)
}

#primary .product:first-of-type .image,
#primary .related:first-of-type .image,
.related-products .product:first-of-type .image,
.related-products .related:first-of-type .image {
    position: relative
}

#primary .product:first-of-type .image:before,
#primary .related:first-of-type .image:before,
.related-products .product:first-of-type .image:before,
.related-products .related:first-of-type .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 52.380952381%
}

#primary .product:first-of-type .image>div,
#primary .related:first-of-type .image>div,
.related-products .product:first-of-type .image>div,
.related-products .related:first-of-type .image>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media only screen and (max-width:1024px) {

    #primary .product:first-of-type .image,
    #primary .related:first-of-type .image,
    .related-products .product:first-of-type .image,
    .related-products .related:first-of-type .image {
        position: relative
    }

    #primary .product:first-of-type .image:before,
    #primary .related:first-of-type .image:before,
    .related-products .product:first-of-type .image:before,
    .related-products .related:first-of-type .image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 75%
    }

    #primary .product:first-of-type .image>div,
    #primary .related:first-of-type .image>div,
    .related-products .product:first-of-type .image>div,
    .related-products .related:first-of-type .image>div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

#primary .product .bg,
#primary .related .bg,
.related-products .product .bg,
.related-products .related .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 1;
    transition: visibility 0s, all 0.2s ease-in-out;
    top: 0;
    left: 0
}

@media only screen and (max-width:1024px) {

    #primary .product .bg,
    #primary .related .bg,
    .related-products .product .bg,
    .related-products .related .bg {
        display: none
    }
}

#primary .product .notices,
#primary .related .notices,
.related-products .product .notices,
.related-products .related .notices {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 25px 20px 0;
    z-index: 2;
    opacity: 0;
    transition: visibility 0s, all 0.2s ease-in-out
}

#primary .product .notices p,
#primary .related .notices p,
.related-products .product .notices p,
.related-products .related .notices p {
    text-align: center;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto
}

#primary .product .text,
#primary .related .text,
.related-products .product .text,
.related-products .related .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    padding: 20px;
    transition: visibility 0s, all 0.2s ease-in-out;
    opacity: 0;
    z-index: 2
}

@media only screen and (max-width:1024px) {

    #primary .product .text,
    #primary .related .text,
    .related-products .product .text,
    .related-products .related .text {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        opacity: 1;
        top: auto;
        left: auto;
        transform: none;
        padding: 8px 0 12px
    }
}

#primary .product p,
#primary .related p,
.related-products .product p,
.related-products .related p {
    color: #FFF;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    margin: 0;
    text-align: center;
    line-height: 1.2em
}

@media only screen and (min-width:1680px) {

    #primary .product p,
    #primary .related p,
    .related-products .product p,
    .related-products .related p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    #primary .product p,
    #primary .related p,
    .related-products .product p,
    .related-products .related p {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    #primary .product p,
    #primary .related p,
    .related-products .product p,
    .related-products .related p {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    #primary .product p,
    #primary .related p,
    .related-products .product p,
    .related-products .related p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    #primary .product p,
    #primary .related p,
    .related-products .product p,
    .related-products .related p {
        color: #000;
        text-align: left
    }
}

#primary .product:hover .bg,
#primary .related:hover .bg,
.related-products .product:hover .bg,
.related-products .related:hover .bg {
    opacity: .2
}

#primary .product:hover .hover-image,
#primary .product:hover .text,
#primary .product:hover .notices,
#primary .related:hover .hover-image,
#primary .related:hover .text,
#primary .related:hover .notices,
.related-products .product:hover .hover-image,
.related-products .product:hover .text,
.related-products .product:hover .notices,
.related-products .related:hover .hover-image,
.related-products .related:hover .text,
.related-products .related:hover .notices {
    opacity: 1
}

.cart-link {
    position: fixed;
    top: 25px;
    right: 30px;
    text-decoration: none;
    z-index: 10
}

@media only screen and (max-width:1024px) {
    .cart-link {
        top: 15px;
        right: 60px;
        z-index: 900000
    }
}

.cart-link p,
.cart-link text {
    font-size: 19px
}

.cart-link.no-items span {
    display: none
}

@media only screen and (min-width:1025px) {
    .cart-link #cart-icon {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .cart-link p {
        display: none
    }

    .cart-link #cart-icon {
        position: relative;
        width: 20px
    }

    .cart-link #cart-icon text {
        font-size: 13px
    }
}

@media only screen and (max-width:1024px) {
    .nav-state-2.cart-link {
        z-index: 0
    }
}

@media only screen and (max-width:1024px) {
    .search-active .cart-link {
        z-index: 0
    }
}

.steps {
    position: relative;
    float: left;
    height: auto;
    padding: 30px 0 15px;
    margin: 0 30px;
    border-bottom: 2px solid #0f0f0f;
    width: calc(100% - 60px)
}

@media only screen and (min-width:1680px) {
    .steps {
        width: calc(100% - 70px)
    }
}

@media only screen and (max-width:1024px) {
    .steps {
        padding: 0 0 3px 0;
        margin: 0 20px;
        width: calc(100% - 40px)
    }
}

.steps .step {
    position: relative;
    display: inline-block;
    margin: 0 20px 0 0
}

@media only screen and (max-width:1024px) {
    .steps .step {
        margin: 0 10px 0 0
    }
}

.steps .step p {
    margin: 0;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #B4B4B4
}

@media only screen and (min-width:1680px) {
    .steps .step p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .steps .step p {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .steps .step p {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .steps .step p {
        font-size: 18px
    }
}

.steps .step a {
    text-decoration: none
}

.steps .step:before {
    content: "/";
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    position: absolute;
    left: -15px;
    top: 0;
    color: #B4B4B4
}

@media only screen and (min-width:1680px) {
    .steps .step:before {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .steps .step:before {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .steps .step:before {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .steps .step:before {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .steps .step:before {
        left: -9px
    }
}

.steps .step:first-of-type:before {
    display: none
}

.steps .step.active p,
.steps .step.passed p {
    color: #0f0f0f
}

.steps .step.active:before,
.steps .step.passed:before {
    color: #0f0f0f
}

.select2-container .select2-search--dropdown {
    display: none;
    background: #FFF;
    padding: 0;
    border: 2px solid #0f0f0f;
    border-top: none
}

.select2-container .select2-search--dropdown input.select2-search__field {
    position: relative;
    height: 60px;
    padding: 15px;
    background: #FFF;
    width: calc(100% + 6px);
    left: -3px;
    border: 2px solid #0f0f0f;
    border-top: none;
    border-bottom: none;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (min-width:1680px) {
    .select2-container .select2-search--dropdown input.select2-search__field {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .select2-container .select2-search--dropdown input.select2-search__field {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .select2-container .select2-search--dropdown input.select2-search__field {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .select2-container .select2-search--dropdown input.select2-search__field {
        font-size: 18px
    }
}

.select2-container .select2-search--dropdown input.select2-search__field::-moz-placeholder {
    color: #757575
}

.select2-container .select2-search--dropdown input.select2-search__field:-ms-input-placeholder {
    color: #757575
}

.select2-container .select2-search--dropdown input.select2-search__field::placeholder {
    color: #757575
}

.select2-results__option--highlighted {
    background-color: #06D6A0 !important;
    color: #0f0f0f !important
}

.select2-results__option[data-selected=true] {
    background-color: #06D6A0 !important;
    color: #0f0f0f !important
}

.select2-container {
    margin: 4px 0 0 !important
}

.select2-container .select2-results {
    width: calc(100% + 2px);
    left: -1px;
    position: relative
}

.select2-results__options {
    background-color: #FFF;
    border: 2px solid #0f0f0f;
    border-top: none
}

.select2-results__options .select2-results__option {
    padding: 15px;
    text-align: center;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (min-width:1680px) {
    .select2-results__options .select2-results__option {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .select2-results__options .select2-results__option {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .select2-results__options .select2-results__option {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .select2-results__options .select2-results__option {
        font-size: 18px
    }
}

.select2-selection__placeholder {
    color: #757575 !important
}

#wc-stripe-payment-request-wrapper {
    display: none
}

.single-product-menu .big-tab {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media only screen and (min-width:1025px) {
    .single-product-menu .big-tab {
        padding: 28px 30px 200px
    }
}

@media only screen and (max-width:1024px) {
    .single-product-menu .big-tab {
        padding: 28px 30px 30px
    }
}

.single-product-menu .single_add_to_cart_button {
    width: 100%;
    height: 60px;
    position: relative;
    display: block;
    text-align: center;
    padding: 0 0 3px 0;
    background: #06D6A0;
    margin-bottom: 20px;
    text-decoration: none;
    transition: visibility 0s, all 0.2s ease-in-out;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    cursor: pointer;
    border: none
}

@media only screen and (min-width:1680px) {
    .single-product-menu .single_add_to_cart_button {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .single-product-menu .single_add_to_cart_button {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .single-product-menu .single_add_to_cart_button {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .single-product-menu .single_add_to_cart_button {
        font-size: 18px
    }
}

.single-product-menu .single_add_to_cart_button:hover {
    background: #FFF;
    color: #0f0f0f
}

.single-product-menu .woocommerce-error {
    padding: 0
}

.single-product-menu .quantity,
.single-product-menu .reset_variations {
    display: none !important
}

.single-product-menu .variations {
    width: 100%
}

.single-product-menu .variations .label {
    position: absolute
}

.single-product-menu .variations .value {
    position: relative;
    float: left;
    width: 100% !important;
    margin: 0 0 20px 0;
    width: 340px
}

.single-product-menu .variations .value .select2 {
    width: 100% !important
}

.single-product-menu .variations .value .select2 .select2-selection--single {
    background: #ffb21a;
    height: 60px;
    text-align: center;
    border-radius: 0;
    border: none;
    transition: visibility 0s, all 0.2s ease-in-out;
    border: 2px solid #0f0f0f
}

@media only screen and (max-width:1024px) {
    .single-product-menu .variations .value .select2 .select2-selection--single {
        background: white !important
    }
}

.single-product-menu .variations .value .select2 .select2-selection--single:hover {
    background: #06D6A0;
    border: 2px solid #06D6A0
}

@media only screen and (max-width:1024px) {
    .single-product-menu .variations .value .select2 .select2-selection--single:hover {
        background: white !important
    }
}

.single-product-menu .variations .value .select2 .select2-selection--single .select2-selection__rendered {
    width: 100%;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
    padding: 0 0 5px 0;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #0f0f0f
}

@media only screen and (min-width:1680px) {
    .single-product-menu .variations .value .select2 .select2-selection--single .select2-selection__rendered {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .single-product-menu .variations .value .select2 .select2-selection--single .select2-selection__rendered {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .single-product-menu .variations .value .select2 .select2-selection--single .select2-selection__rendered {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .single-product-menu .variations .value .select2 .select2-selection--single .select2-selection__rendered {
        font-size: 18px
    }
}

.single-product-menu .variations .value .select2 .select2-selection__arrow {
    display: none
}

.single-product-menu .second-part {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    padding: 20px 30px;
    left: 0;
    background: #ffb21a
}

@media only screen and (max-width:1024px) {
    .single-product-menu .second-part {
        position: relative;
        float: left;
        padding: 20px 0 0
    }
}

.single-product-menu .share {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block
}

.single-product-menu .share p,
.single-product-menu .share a {
    color: #000;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    margin: 0;
    text-decoration: none
}

@media only screen and (min-width:1680px) {

    .single-product-menu .share p,
    .single-product-menu .share a {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-product-menu .share p,
    .single-product-menu .share a {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .single-product-menu .share p,
    .single-product-menu .share a {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-product-menu .share p,
    .single-product-menu .share a {
        font-size: 18px
    }
}

.single-product-menu .share a {
    opacity: 0;
    transition: visibility 0s, all 0.2s ease-in-out
}

.single-product-menu .share a:hover {
    text-decoration: underline
}

.single-product-menu .share:hover a {
    opacity: 1
}

.single-product-menu #back {
    position: relative;
    width: auto;
    display: inline-block;
    margin: 0
}

.single-product-menu #back a {
    text-decoration: none
}

.single-product-menu #back a:hover {
    text-decoration: underline
}

@media only screen and (max-width:1024px) {
    .single-product .small-tab {
        display: none
    }

    .single-product .sub-menu.single-menu {
        position: relative;
        float: left;
        width: calc(100% + 40px);
        height: auto;
        margin: 20px -20px 0;
        padding: 20px
    }

    .single-product .sub-menu.single-menu .big-tab {
        padding: 15px 0 5px;
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        opacity: 1;
        visibility: visible
    }
}

.aditional-info {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400
}

@media only screen and (min-width:1680px) {
    .aditional-info {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .aditional-info {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .aditional-info {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

.aditional-info .aditional-title {
    margin: 20px 0 0;
    text-decoration: underline;
    cursor: pointer
}

.aditional-info .aditional-title:before {
    content: "+ "
}

.aditional-info .aditional-content {
    height: 0;
    overflow: hidden
}

.aditional-info .aditional-content ul {
    padding: 0 0 20px
}

.aditional-info .aditional-content ul li {
    margin-bottom: 10px
}

.aditional-info.active .aditional-title {
    padding: 0 0 20px 0
}

.aditional-info.active .aditional-title:before {
    content: "- "
}

.aditional-info.active .aditional-content {
    height: auto
}

.aditional-info.last {
    padding-bottom: 20px
}

.single-product-wrapper {
    overflow-x: hidden;
    position: relative;
    float: right;
    width: calc(100% - 385px);
    height: auto;
    transition: visibility 0s, all 0.2s ease-in-out;
    padding: 60px 30px 30px
}

@media only screen and (max-width:1024px) {
    .single-product-wrapper {
        width: 100%;
        margin-top: 60px;
        padding: 0 18px
    }
}

.single-product-wrapper .row {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 0
}

@media only screen and (max-width:1024px) {
    .single-product-wrapper .row {
        padding: 6px 0
    }
}

.single-product-wrapper .row p {
    color: #0f0f0f;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
    letter-spacing: -.1px;
    margin: 0;
    padding: 0 10px;
    max-width: 920px;
    left: 50%;
    transform: translate(-50%, 0);
    position: relative
}

@media only screen and (min-width:1680px) {
    .single-product-wrapper .row p {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .single-product-wrapper .row p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .single-product-wrapper .row p {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .single-product-wrapper .row p {
        font-size: 16px
    }
}

@media only screen and (max-width:1024px) {
    .single-product-wrapper .row p {
        padding: 0
    }
}

.single-product-wrapper .row .footnote {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 0
}

.single-product-wrapper .row .footnote p {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    max-width: 100%
}

@media only screen and (min-width:1680px) {
    .single-product-wrapper .row .footnote p {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .single-product-wrapper .row .footnote p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .single-product-wrapper .row .footnote p {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

.single-product-wrapper .row .cover {
    position: relative
}

.single-product-wrapper .row .cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%
}

.single-product-wrapper .row .cover>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.single-product-wrapper .row.images .image-wrapper {
    position: relative;
    float: left;
    width: calc(50% - 10px);
    margin: 0 10px 0 0
}

.single-product-wrapper .row.images .image-wrapper:nth-child(2) {
    margin: 0 0 0 10px
}

.single-product-wrapper .row.images .cover {
    float: left;
    width: 100%
}

.single-product-wrapper .row.swiper-container .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    position: relative;
    width: 100%
}

.single-product-wrapper .row.swiper-container.single-slides-image .swiper-wrapper .swiper-slide img {
    max-width: 100%
}

.single-product-wrapper .row.swiper-container .swiper-button {
    width: 50%;
    top: 0;
    left: 0;
    left: auto;
    height: 97%;
    background: none;
    transition: visibility 0s, all 0.2s ease-in-out;
    cursor: url(../dist/img/arrow-left-b.svg) 50 25, auto
}

@media only screen and (max-width:1024px) {
    .single-product-wrapper .row.swiper-container .swiper-button {
        margin-top: 0;
        overflow: visible
    }
}

.single-product-wrapper .row.swiper-container .swiper-button:after {
    display: none
}

.single-product-wrapper .row.swiper-container .swiper-button.swiper-button-disabled {
    opacity: 0;
    visibility: hidden
}

.single-product-wrapper .row.swiper-container .swiper-button svg {
    width: 40px;
    top: 50%;
    position: absolute;
    left: 0;
    transform: translate(0, -50%) rotate(180deg);
    display: none
}

@media only screen and (max-width:1024px) {
    .single-product-wrapper .row.swiper-container .swiper-button svg {
        display: inline;
        height: 15px;
        margin: 0 5px;
        width: auto;
        overflow: visible
    }
}

.single-product-wrapper .row.swiper-container .swiper-button.swiper-button-next {
    cursor: url(../dist/img/arrow-right-b.svg) 50 25, auto;
    left: auto;
    right: 0
}

.single-product-wrapper .row.swiper-container .swiper-button.swiper-button-next svg {
    transform: translate(0, -50%) rotate(0deg);
    right: 0;
    left: auto
}

.single-product .related-products {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background: #06D6A0;
    padding: 30px 15px
}

@media only screen and (max-width:1024px) {
    .single-product .related-products {
        padding: 30px 3px
    }
}

.single-product .related-products p {
    padding: 0 15px;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (min-width:1680px) {
    .single-product .related-products p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .single-product .related-products p {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .single-product .related-products p {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .single-product .related-products p {
        font-size: 18px
    }
}

.single-product .related-products .layout {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media only screen and (max-width:1024px) {
    .single-product .related-products .layout p {
        padding: 0
    }
}

.single-product .related-products .related {
    position: relative;
    float: left;
    width: calc(33.33% - 30px);
    margin: 15px
}

@media only screen and (max-width:1024px) {
    .single-product .related-products .related {
        width: 100%
    }
}

.single-product .related-products .related .cover {
    position: relative
}

.single-product .related-products .related .cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%
}

.single-product .related-products .related .cover>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

body:not(.single-product) .related-products {
    display: none
}

.woocommerce-cart .fake-nav,
.woocommerce-checkout .fake-nav {
    background: #ffb21a
}

@media only screen and (max-width:1024px) {

    .woocommerce-cart .fake-nav,
    .woocommerce-checkout .fake-nav {
        display: none
    }
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
    width: calc(100% - 110px);
    position: relative;
    float: right
}

@media only screen and (max-width:1024px) {

    .woocommerce-cart .woocommerce,
    .woocommerce-checkout .woocommerce {
        width: 100%;
        height: auto;
        margin-top: 80px
    }
}

.woocommerce-cart .woocommerce-message,
.woocommerce-checkout .woocommerce-message {
    display: none
}

.woocommerce-cart-form {
    padding: 20px 30px;
    margin: 15px 30px;
    position: relative;
    float: left;
    width: calc(100% - 60px);
    height: auto
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .woocommerce-cart-form {
        padding: 20px 20px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-cart-form {
        padding: 0;
        margin: 0 20px;
        width: calc(100% - 40px)
    }
}

.woocommerce-cart-form .woocommerce-cart-form__contents {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    padding: 0 0 30px 0
}

@media only screen and (max-width:1024px) {
    .woocommerce-cart-form .woocommerce-cart-form__contents {
        padding: 0;
        overflow: hidden
    }
}

.woocommerce-cart-form .woocommerce-cart-form__contents:after {
    content: "";
    height: 2px;
    width: calc(100% + 60px);
    position: absolute;
    bottom: 0;
    left: -30px;
    background: #0f0f0f
}

@media only screen and (max-width:1024px) {
    .woocommerce-cart-form .woocommerce-cart-form__contents:after {
        width: 100%;
        left: 0
    }
}

.woocommerce-cart-form .titles-row {
    text-align: center;
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 20px
}

@media only screen and (max-width:1024px) {
    .woocommerce-cart-form .titles-row {
        display: none
    }
}

.woocommerce-cart-form .titles-row div {
    text-align: auto;
    width: 20%;
    position: relative;
    float: left;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (min-width:1680px) {
    .woocommerce-cart-form .titles-row div {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-cart-form .titles-row div {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .woocommerce-cart-form .titles-row div {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .woocommerce-cart-form .titles-row div {
        font-size: 18px
    }
}

.woocommerce-cart-form .titles-row div.product-name {
    width: 40%;
    text-align: left
}

.woocommerce-cart-form .titles-row div.product-subtotal {
    text-align: right
}

.woocommerce-cart-form .cart_item {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: stretch
}

@media only screen and (max-width:1024px) {
    .woocommerce-cart-form .cart_item {
        padding: 35px 0;
        border-bottom: 2px solid #000;
        flex-direction: column
    }

    .woocommerce-cart-form .cart_item:last-of-type {
        border: none
    }
}

.woocommerce-cart-form .cart_item>div {
    width: 20%;
    position: relative;
    float: left;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (min-width:1680px) {
    .woocommerce-cart-form .cart_item>div {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-cart-form .cart_item>div {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .woocommerce-cart-form .cart_item>div {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .woocommerce-cart-form .cart_item>div {
        font-size: 18px
    }
}

.woocommerce-cart-form .cart_item>div.block {
    width: 40%;
    display: flex;
    justify-content: flex-start
}

@media only screen and (max-width:1024px) {
    .woocommerce-cart-form .cart_item>div.block {
        flex-direction: column;
        width: 100%;
        height: auto
    }
}

.woocommerce-cart-form .product-price {
    text-align: center
}

@media only screen and (max-width:1024px) {
    .woocommerce-cart-form .product-price {
        width: 100%;
        height: auto
    }
}

.woocommerce-cart-form .product-price .amount {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media only screen and (max-width:1024px) {
    .woocommerce-cart-form .product-price .amount {
        position: relative;
        float: left;
        top: auto;
        left: auto;
        transform: none
    }
}

.woocommerce-cart-form .cart_item .product-quantity {
    text-align: center
}

@media only screen and (max-width:1024px) {
    .woocommerce-cart-form .cart_item .product-quantity {
        float: right;
        width: 100%;
        text-align: right;
        padding: 0 0 10px 0
    }
}

.woocommerce-cart-form .cart_item .product-quantity .quantity {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    min-width: 100px
}

@media only screen and (max-width:1024px) {
    .woocommerce-cart-form .cart_item .product-quantity .quantity {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        text-align: left;
        padding: 0 0 0 10px;
        float: right;
        right: -30px;
        top: 0
    }
}

.woocommerce-cart-form .cart_item input {
    width: 50px;
    padding: 0;
    text-align: left;
    position: relative;
    text-align: center;
    height: 30px;
    border: 0;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (min-width:1680px) {
    .woocommerce-cart-form .cart_item input {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-cart-form .cart_item input {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .woocommerce-cart-form .cart_item input {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .woocommerce-cart-form .cart_item input {
        font-size: 18px
    }
}

.woocommerce-cart-form .cart_item label {
    display: none
}

.woocommerce-cart-form .cart_item .jcf-number span {
    background: none;
    position: absolute;
    width: 15px;
    height: 15px;
    left: -10px;
    top: 3px;
    cursor: pointer
}

.woocommerce-cart-form .cart_item .jcf-number span:before {
    content: "–";
    border: none;
    position: absolute;
    margin: 0;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 27px;
    text-align: center;
    float: left;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    font-size: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media only screen and (min-width:1680px) {
    .woocommerce-cart-form .cart_item .jcf-number span:before {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-cart-form .cart_item .jcf-number span:before {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .woocommerce-cart-form .cart_item .jcf-number span:before {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .woocommerce-cart-form .cart_item .jcf-number span:before {
        font-size: 18px
    }
}

.woocommerce-cart-form .cart_item .jcf-number span.jcf-btn-inc {
    right: -10px;
    left: auto
}

.woocommerce-cart-form .cart_item .jcf-number span.jcf-btn-inc:before {
    content: "+"
}

.woocommerce-cart-form .product-subtotal {
    text-align: right
}

@media only screen and (max-width:1024px) {
    .woocommerce-cart-form .product-subtotal {
        width: 100%;
        height: auto
    }

    .woocommerce-cart-form .product-subtotal:before {
        content: "Total";
        position: absolute;
        top: -20px;
        left: 0;
        font-family: "Barlow";
        font-size: 18px;
        line-height: 1.2em;
        font-weight: 500
    }
}

@media only screen and (max-width:1024px) and (min-width:1680px) {
    .woocommerce-cart-form .product-subtotal:before {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) and (max-width:1024px) {
    .woocommerce-cart-form .product-subtotal:before {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:1024px) and (max-width:350px) {
    .woocommerce-cart-form .product-subtotal:before {
        font-size: 16px
    }
}

@media only screen and (max-width:1024px) and (min-width:1025px) and (max-width:1280px) {
    .woocommerce-cart-form .product-subtotal:before {
        font-size: 18px
    }
}

.woocommerce-cart-form .product-subtotal .amount {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%)
}

@media only screen and (max-width:1024px) {
    .woocommerce-cart-form .product-subtotal .amount {
        position: relative;
        float: left;
        top: auto;
        left: auto;
        transform: none
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-cart-form .product-remove {
        position: absolute;
        right: 0;
        top: 0;
        width: 15px;
        z-index: 2
    }
}

.woocommerce-cart-form .product-remove a {
    width: auto;
    height: 100%;
    position: relative;
    float: left;
    padding: 0 35px 0 0
}

@media only screen and (max-width:1024px) {
    .woocommerce-cart-form .product-remove a {
        padding: 0
    }
}

.woocommerce-cart-form .product-remove a svg {
    width: 15px;
    height: auto;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translate(0, -50%)
}

@media only screen and (max-width:1024px) {
    .woocommerce-cart-form .product-remove a svg {
        top: 0;
        transform: none
    }
}

.woocommerce-cart-form .product-name {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.woocommerce-cart-form .product-name a {
    text-decoration: none
}

.woocommerce-cart-form .product-name .variation {
    margin: 0;
    position: relative;
    width: auto;
    height: auto;
    display: inline-block
}

.woocommerce-cart-form .product-name .variation dd,
.woocommerce-cart-form .product-name .variation dt {
    display: inline-block;
    position: relative;
    width: auto;
    margin: 0
}

.woocommerce-cart-form .product-name .variation dd p,
.woocommerce-cart-form .product-name .variation dt p {
    margin: 0
}

.woocommerce-cart-form .product-thumbnail a {
    width: auto;
    height: 100%;
    position: relative;
    float: left;
    padding: 0 35px 0 0
}

@media only screen and (max-width:1024px) {
    .woocommerce-cart-form .product-thumbnail a {
        width: 100%;
        height: auto;
        padding: 0 0 20px 0
    }
}

.woocommerce-cart-form .product-thumbnail img {
    width: 100px;
    height: 100px;
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%)
}

@media only screen and (max-width:1024px) {
    .woocommerce-cart-form .product-thumbnail img {
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 150px;
        height: 150px
    }
}

.cart-second-part {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 40px 0 80px;
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width:1024px) {
    .cart-second-part {
        flex-direction: column;
        padding: 35px 0
    }
}

.cart-second-part .coupon {
    position: relative;
    float: left
}

@media only screen and (min-width:1025px) {
    .cart-second-part .coupon {
        width: 33.33%
    }
}

@media only screen and (min-width:1280px) {
    .cart-second-part .coupon {
        width: 25%
    }
}

@media only screen and (min-width:1680px) {
    .cart-second-part .coupon {
        width: 20%
    }
}

@media only screen and (max-width:1024px) {
    .cart-second-part .coupon {
        width: 100%;
        margin-bottom: 30px;
        border-bottom: 2px solid #000;
        padding-bottom: 35px
    }
}

.cart-second-part .coupon label {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (min-width:1680px) {
    .cart-second-part .coupon label {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .cart-second-part .coupon label {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .cart-second-part .coupon label {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .cart-second-part .coupon label {
        font-size: 18px
    }
}

.cart-second-part .coupon input {
    border: none;
    border-bottom: 2px solid #757575;
    width: 270px;
    height: auto;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    margin-bottom: 80px;
    line-height: 1.8em
}

@media only screen and (min-width:1680px) {
    .cart-second-part .coupon input {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .cart-second-part .coupon input {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .cart-second-part .coupon input {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .cart-second-part .coupon input {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .cart-second-part .coupon input {
        width: 100%;
        max-width: 400px;
        margin-bottom: 20px
    }
}

.cart-second-part .coupon input::-moz-placeholder {
    color: #757575;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500
}

.cart-second-part .coupon input:-ms-input-placeholder {
    color: #757575;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500
}

.cart-second-part .coupon input::placeholder {
    color: #757575;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (min-width:1680px) {
    .cart-second-part .coupon input::-moz-placeholder {
        font-size: 18px
    }

    .cart-second-part .coupon input:-ms-input-placeholder {
        font-size: 18px
    }

    .cart-second-part .coupon input::placeholder {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .cart-second-part .coupon input::-moz-placeholder {
        font-size: 18px;
        letter-spacing: -.1px
    }

    .cart-second-part .coupon input:-ms-input-placeholder {
        font-size: 18px;
        letter-spacing: -.1px
    }

    .cart-second-part .coupon input::placeholder {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .cart-second-part .coupon input::-moz-placeholder {
        font-size: 16px
    }

    .cart-second-part .coupon input:-ms-input-placeholder {
        font-size: 16px
    }

    .cart-second-part .coupon input::placeholder {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .cart-second-part .coupon input::-moz-placeholder {
        font-size: 18px
    }

    .cart-second-part .coupon input:-ms-input-placeholder {
        font-size: 18px
    }

    .cart-second-part .coupon input::placeholder {
        font-size: 18px
    }
}

.cart-second-part .coupon button {
    position: relative;
    display: block;
    border-radius: 0;
    border: 2px solid #757575;
    color: #757575;
    width: 270px;
    height: 60px;
    padding: 0 0 4px 0;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    transition: visibility 0s, all 0.2s ease-in-out;
    cursor: pointer
}

@media only screen and (min-width:1680px) {
    .cart-second-part .coupon button {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .cart-second-part .coupon button {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .cart-second-part .coupon button {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .cart-second-part .coupon button {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .cart-second-part .coupon button {
        width: 100%;
        max-width: 400px
    }
}

.cart-second-part .coupon button:hover {
    background: #06D6A0;
    border-color: #06D6A0;
    color: #0f0f0f
}

.cart-second-part .coupon.enable button {
    background: #06D6A0;
    border-color: #06D6A0;
    color: #000
}

.cart-second-part .coupon.enable button:hover {
    background: #ffb21a;
    border-color: #ffb21a
}

.cart-second-part .cart-shipping {
    position: relative;
    float: left;
    width: 50%
}

@media only screen and (max-width:1024px) {
    .cart-second-part .cart-shipping {
        width: 100%;
        border-bottom: 2px solid #000;
        margin-bottom: 30px;
        padding-bottom: 15px
    }
}

.cart-second-part .cart-shipping #shipping_method {
    padding: 0;
    list-style: none
}

.cart-second-part .cart-shipping #shipping_method li {
    position: relative
}

.cart-second-part .cart-shipping #shipping_method input {
    position: absolute;
    width: auto;
    height: auto;
    top: 4px;
    left: 0
}

.cart-second-part .cart-shipping #shipping_method label {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    padding: 0 0 0 40px
}

@media only screen and (min-width:1680px) {
    .cart-second-part .cart-shipping #shipping_method label {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .cart-second-part .cart-shipping #shipping_method label {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .cart-second-part .cart-shipping #shipping_method label {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .cart-second-part .cart-shipping #shipping_method label {
        font-size: 18px
    }
}

.cart-second-part .cart-shipping p {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (min-width:1680px) {
    .cart-second-part .cart-shipping p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .cart-second-part .cart-shipping p {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .cart-second-part .cart-shipping p {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .cart-second-part .cart-shipping p {
        font-size: 18px
    }
}

.cart-second-part .cart-shipping input,
.cart-second-part .cart-shipping .select2-selection {
    width: 100%;
    border: none;
    border-bottom: 2px solid #757575;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #0f0f0f;
    border-radius: 0;
    padding: 0;
    height: 40px
}

@media only screen and (min-width:1680px) {

    .cart-second-part .cart-shipping input,
    .cart-second-part .cart-shipping .select2-selection {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .cart-second-part .cart-shipping input,
    .cart-second-part .cart-shipping .select2-selection {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .cart-second-part .cart-shipping input,
    .cart-second-part .cart-shipping .select2-selection {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .cart-second-part .cart-shipping input,
    .cart-second-part .cart-shipping .select2-selection {
        font-size: 18px
    }
}

.cart-second-part .cart-shipping input::-moz-placeholder,
.cart-second-part .cart-shipping .select2-selection::-moz-placeholder {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #757575
}

.cart-second-part .cart-shipping input:-ms-input-placeholder,
.cart-second-part .cart-shipping .select2-selection:-ms-input-placeholder {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #757575
}

.cart-second-part .cart-shipping input::placeholder,
.cart-second-part .cart-shipping .select2-selection::placeholder {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #757575
}

@media only screen and (min-width:1680px) {

    .cart-second-part .cart-shipping input::-moz-placeholder,
    .cart-second-part .cart-shipping .select2-selection::-moz-placeholder {
        font-size: 18px
    }

    .cart-second-part .cart-shipping input:-ms-input-placeholder,
    .cart-second-part .cart-shipping .select2-selection:-ms-input-placeholder {
        font-size: 18px
    }

    .cart-second-part .cart-shipping input::placeholder,
    .cart-second-part .cart-shipping .select2-selection::placeholder {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .cart-second-part .cart-shipping input::-moz-placeholder,
    .cart-second-part .cart-shipping .select2-selection::-moz-placeholder {
        font-size: 18px;
        letter-spacing: -.1px
    }

    .cart-second-part .cart-shipping input:-ms-input-placeholder,
    .cart-second-part .cart-shipping .select2-selection:-ms-input-placeholder {
        font-size: 18px;
        letter-spacing: -.1px
    }

    .cart-second-part .cart-shipping input::placeholder,
    .cart-second-part .cart-shipping .select2-selection::placeholder {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .cart-second-part .cart-shipping input::-moz-placeholder,
    .cart-second-part .cart-shipping .select2-selection::-moz-placeholder {
        font-size: 16px
    }

    .cart-second-part .cart-shipping input:-ms-input-placeholder,
    .cart-second-part .cart-shipping .select2-selection:-ms-input-placeholder {
        font-size: 16px
    }

    .cart-second-part .cart-shipping input::placeholder,
    .cart-second-part .cart-shipping .select2-selection::placeholder {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .cart-second-part .cart-shipping input::-moz-placeholder,
    .cart-second-part .cart-shipping .select2-selection::-moz-placeholder {
        font-size: 18px
    }

    .cart-second-part .cart-shipping input:-ms-input-placeholder,
    .cart-second-part .cart-shipping .select2-selection:-ms-input-placeholder {
        font-size: 18px
    }

    .cart-second-part .cart-shipping input::placeholder,
    .cart-second-part .cart-shipping .select2-selection::placeholder {
        font-size: 18px
    }
}

.cart-second-part .cart-shipping input span,
.cart-second-part .cart-shipping .select2-selection span {
    padding: 0
}

.cart-second-part .cart-shipping button {
    position: relative;
    display: block;
    border-radius: 0;
    border: 2px solid #757575;
    color: #757575;
    width: 270px;
    height: 60px;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    transition: visibility 0s, all 0.2s ease-in-out;
    cursor: pointer
}

@media only screen and (min-width:1680px) {
    .cart-second-part .cart-shipping button {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .cart-second-part .cart-shipping button {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .cart-second-part .cart-shipping button {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .cart-second-part .cart-shipping button {
        font-size: 18px
    }
}

.cart-second-part .cart-shipping button:hover {
    background: #06D6A0;
    border-color: #06D6A0;
    color: #0f0f0f
}

.cart-second-part .cart-shipping.enable button {
    background: #06D6A0;
    border-color: #06D6A0;
    color: #000
}

.cart-second-part .cart-shipping.enable button:hover {
    background: #ffb21a;
    border-color: #ffb21a
}

.cart-second-part .cart-shipping .shipping-calculator-button {
    text-decoration: none;
    cursor: default
}

.cart-second-part .cart-shipping .shipping-calculator-form {
    display: block !important
}

.cart-second-part .cart-shipping .shipping-calculator-form .select2 {
    width: 100% !important
}

.cart-second-part .cart_totals {
    position: relative;
    float: left;
    width: 66.66%
}

@media only screen and (max-width:767px) {
    .cart-second-part .cart_totals {
        width: 100%
    }
}

.cart-second-part .cart_totals .cart-totals-subwrapper {
    width: 50%;
    position: relative;
    float: left;
    padding: 0 0 0 20px
}

@media only screen and (max-width:1024px) {
    .cart-second-part .cart_totals .cart-totals-subwrapper {
        width: 100%;
        max-width: 100%;
        padding: 0
    }
}

.cart-second-part .cart_totals h2 {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    margin-bottom: 30px
}

@media only screen and (min-width:1680px) {
    .cart-second-part .cart_totals h2 {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .cart-second-part .cart_totals h2 {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .cart-second-part .cart_totals h2 {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .cart-second-part .cart_totals h2 {
        font-size: 18px
    }
}

.cart-second-part .cart_totals table {
    width: 100%;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #757575;
    margin-bottom: 60px
}

@media only screen and (min-width:1680px) {
    .cart-second-part .cart_totals table {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .cart-second-part .cart_totals table {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .cart-second-part .cart_totals table {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .cart-second-part .cart_totals table {
        font-size: 18px
    }
}

.cart-second-part .cart_totals table th {
    text-align: left;
    font-weight: 500
}

.cart-second-part .cart_totals table tr {
    text-align: right;
    font-weight: 500
}

.cart-second-part .cart_totals table tr strong {
    font-weight: 500
}

.cart-second-part .cart_totals table tr:last-of-type {
    color: #0f0f0f
}

.cart-second-part .cart_totals .wc-proceed-to-checkout {
    display: flex;
    flex-direction: column
}

.cart-second-part .cart_totals .checkout-button {
    width: 100%;
    height: 60px;
    text-align: center;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #06D6A0;
    line-height: 56px;
    text-decoration: none;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    font-weight: 500;
    transition: visibility 0s, all 0.2s ease-in-out;
    max-width: 300px
}

@media only screen and (min-width:1680px) {
    .cart-second-part .cart_totals .checkout-button {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .cart-second-part .cart_totals .checkout-button {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .cart-second-part .cart_totals .checkout-button {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .cart-second-part .cart_totals .checkout-button {
        font-size: 18px
    }
}

.cart-second-part .cart_totals .checkout-button:hover {
    background: #ffb21a
}

button[name=update_cart] {
    display: none !important
}

.cart-empty {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.cart-empty p,
.cart-empty a {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    margin: 0 0 10px
}

@media only screen and (min-width:1680px) {

    .cart-empty p,
    .cart-empty a {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .cart-empty p,
    .cart-empty a {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .cart-empty p,
    .cart-empty a {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .cart-empty p,
    .cart-empty a {
        font-size: 18px
    }
}

.woocommerce {
    height: auto;
    min-height: 100vh
}

.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login-toggle {
    display: none
}

.woocommerce-checkout form.checkout {
    margin: 35px 30px;
    position: relative;
    float: left;
    width: calc(100% - 60px);
    height: auto
}

@media only screen and (min-width:1680px) {
    .woocommerce-checkout form.checkout {
        width: calc(100% - 70px)
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout form.checkout {
        margin: 35px 20px;
        width: calc(100% - 40px);
        overflow: hidden
    }
}

.woocommerce-checkout form.checkout h3 {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    margin-bottom: 10px
}

@media only screen and (min-width:1680px) {
    .woocommerce-checkout form.checkout h3 {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout form.checkout h3 {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .woocommerce-checkout form.checkout h3 {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .woocommerce-checkout form.checkout h3 {
        font-size: 18px
    }
}

.woocommerce-checkout form.checkout p {
    margin: 0
}

.woocommerce-checkout form.checkout input,
.woocommerce-checkout form.checkout .select2-selection {
    width: 100%;
    border: none;
    border-bottom: 2px solid #757575;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #0f0f0f;
    border-radius: 0;
    min-height: 34px;
    padding: 0 0 8px 0
}

@media only screen and (min-width:1680px) {

    .woocommerce-checkout form.checkout input,
    .woocommerce-checkout form.checkout .select2-selection {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .woocommerce-checkout form.checkout input,
    .woocommerce-checkout form.checkout .select2-selection {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .woocommerce-checkout form.checkout input,
    .woocommerce-checkout form.checkout .select2-selection {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .woocommerce-checkout form.checkout input,
    .woocommerce-checkout form.checkout .select2-selection {
        font-size: 18px
    }
}

.woocommerce-checkout form.checkout input::-moz-placeholder,
.woocommerce-checkout form.checkout .select2-selection::-moz-placeholder {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #757575
}

.woocommerce-checkout form.checkout input:-ms-input-placeholder,
.woocommerce-checkout form.checkout .select2-selection:-ms-input-placeholder {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #757575
}

.woocommerce-checkout form.checkout input::placeholder,
.woocommerce-checkout form.checkout .select2-selection::placeholder {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #757575
}

@media only screen and (min-width:1680px) {

    .woocommerce-checkout form.checkout input::-moz-placeholder,
    .woocommerce-checkout form.checkout .select2-selection::-moz-placeholder {
        font-size: 18px
    }

    .woocommerce-checkout form.checkout input:-ms-input-placeholder,
    .woocommerce-checkout form.checkout .select2-selection:-ms-input-placeholder {
        font-size: 18px
    }

    .woocommerce-checkout form.checkout input::placeholder,
    .woocommerce-checkout form.checkout .select2-selection::placeholder {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .woocommerce-checkout form.checkout input::-moz-placeholder,
    .woocommerce-checkout form.checkout .select2-selection::-moz-placeholder {
        font-size: 18px;
        letter-spacing: -.1px
    }

    .woocommerce-checkout form.checkout input:-ms-input-placeholder,
    .woocommerce-checkout form.checkout .select2-selection:-ms-input-placeholder {
        font-size: 18px;
        letter-spacing: -.1px
    }

    .woocommerce-checkout form.checkout input::placeholder,
    .woocommerce-checkout form.checkout .select2-selection::placeholder {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .woocommerce-checkout form.checkout input::-moz-placeholder,
    .woocommerce-checkout form.checkout .select2-selection::-moz-placeholder {
        font-size: 16px
    }

    .woocommerce-checkout form.checkout input:-ms-input-placeholder,
    .woocommerce-checkout form.checkout .select2-selection:-ms-input-placeholder {
        font-size: 16px
    }

    .woocommerce-checkout form.checkout input::placeholder,
    .woocommerce-checkout form.checkout .select2-selection::placeholder {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .woocommerce-checkout form.checkout input::-moz-placeholder,
    .woocommerce-checkout form.checkout .select2-selection::-moz-placeholder {
        font-size: 18px
    }

    .woocommerce-checkout form.checkout input:-ms-input-placeholder,
    .woocommerce-checkout form.checkout .select2-selection:-ms-input-placeholder {
        font-size: 18px
    }

    .woocommerce-checkout form.checkout input::placeholder,
    .woocommerce-checkout form.checkout .select2-selection::placeholder {
        font-size: 18px
    }
}

.woocommerce-checkout form.checkout input span,
.woocommerce-checkout form.checkout .select2-selection span {
    padding: 0
}

.woocommerce-checkout form.checkout textarea {
    width: 100%;
    height: 200px;
    border: 2px solid #757575;
    padding: 10px;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #0f0f0f
}

@media only screen and (min-width:1680px) {
    .woocommerce-checkout form.checkout textarea {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout form.checkout textarea {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .woocommerce-checkout form.checkout textarea {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .woocommerce-checkout form.checkout textarea {
        font-size: 18px
    }
}

.woocommerce-checkout form.checkout textarea::-moz-placeholder {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #757575
}

.woocommerce-checkout form.checkout textarea:-ms-input-placeholder {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #757575
}

.woocommerce-checkout form.checkout textarea::placeholder {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #757575
}

@media only screen and (min-width:1680px) {
    .woocommerce-checkout form.checkout textarea::-moz-placeholder {
        font-size: 18px
    }

    .woocommerce-checkout form.checkout textarea:-ms-input-placeholder {
        font-size: 18px
    }

    .woocommerce-checkout form.checkout textarea::placeholder {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout form.checkout textarea::-moz-placeholder {
        font-size: 18px;
        letter-spacing: -.1px
    }

    .woocommerce-checkout form.checkout textarea:-ms-input-placeholder {
        font-size: 18px;
        letter-spacing: -.1px
    }

    .woocommerce-checkout form.checkout textarea::placeholder {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .woocommerce-checkout form.checkout textarea::-moz-placeholder {
        font-size: 16px
    }

    .woocommerce-checkout form.checkout textarea:-ms-input-placeholder {
        font-size: 16px
    }

    .woocommerce-checkout form.checkout textarea::placeholder {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .woocommerce-checkout form.checkout textarea::-moz-placeholder {
        font-size: 18px
    }

    .woocommerce-checkout form.checkout textarea:-ms-input-placeholder {
        font-size: 18px
    }

    .woocommerce-checkout form.checkout textarea::placeholder {
        font-size: 18px
    }
}

.woocommerce-checkout form.checkout #billing_company_field {
    display: none !important
}

.woocommerce-checkout form.checkout .select2-selection {
    height: 32px
}

.woocommerce-checkout form.checkout .form-row {
    margin-top: 30px
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout form.checkout .form-row {
        margin-top: 15px
    }
}

.woocommerce-checkout form.checkout .form-row label {
    display: none
}

.woocommerce-checkout form.checkout .validate-required {
    position: relative
}

.woocommerce-checkout form.checkout .validate-required:after {
    content: "*";
    position: absolute;
    top: -8px;
    color: #ffb21a;
    right: 0
}

.woocommerce-checkout form.checkout .woocommerce-invalid-required-field input {
    border-bottom: 2px solid red
}

.woocommerce-checkout form.checkout .woocommerce-invalid-required-field:after {
    color: red
}

.woocommerce-checkout form.checkout #ship-to-different-address {
    margin: 25px 0
}

.woocommerce-checkout form.checkout #ship-to-different-address .jcf-checkbox {
    margin: 0 3px 3px 0
}

.woocommerce-checkout form.checkout #ship-to-different-address .jcf-checkbox.jcf-focus,
.woocommerce-checkout form.checkout #ship-to-different-address .jcf-checkbox.jcf-checked {
    border-color: #06D6A0 !important
}

.woocommerce-checkout form.checkout #ship-to-different-address .jcf-checkbox.jcf-focus *,
.woocommerce-checkout form.checkout #ship-to-different-address .jcf-checkbox.jcf-checked * {
    border-color: #06D6A0 !important
}

.woocommerce-checkout form.checkout #ship-to-different-address .jcf-checkbox span {
    height: 6px;
    width: 10px
}

.woocommerce-checkout form.checkout #customer_details {
    padding-bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 800px;
    position: relative
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout form.checkout #customer_details {
        padding-bottom: 35px
    }
}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
    top: 0
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout .select2-container--open .select2-dropdown--below {
        top: 0
    }
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0f0f0f
}

.woocommerce-checkout .br {
    width: 100%;
    height: 2px;
    background: #0f0f0f;
    position: relative;
    float: left
}

.woocommerce-checkout #order_review_heading {
    padding-top: 30px;
    max-width: 800px;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0)
}

.woocommerce-checkout #order_review {
    width: 100%
}

.woocommerce-checkout #order_review table {
    max-width: 800px;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    color: rgba(0, 0, 0, .5);
    padding-bottom: 30px
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout #order_review table {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        height: auto;
        transform: none;
        max-width: 100%;
        left: 0;
        color: #000
    }
}

.woocommerce-checkout #order_review table thead th:last-of-type,
.woocommerce-checkout #order_review table thead td:last-of-type,
.woocommerce-checkout #order_review table tbody th:last-of-type,
.woocommerce-checkout #order_review table tbody td:last-of-type {
    text-align: right
}

@media only screen and (max-width:1024px) {

    .woocommerce-checkout #order_review table thead th:last-of-type,
    .woocommerce-checkout #order_review table thead td:last-of-type,
    .woocommerce-checkout #order_review table tbody th:last-of-type,
    .woocommerce-checkout #order_review table tbody td:last-of-type {
        text-align: left;
        float: left;
        width: 100%;
        height: auto
    }
}

@media only screen and (max-width:1024px) {

    .woocommerce-checkout #order_review table thead,
    .woocommerce-checkout #order_review table tbody {
        display: block
    }

    .woocommerce-checkout #order_review table thead th,
    .woocommerce-checkout #order_review table thead td,
    .woocommerce-checkout #order_review table tbody th,
    .woocommerce-checkout #order_review table tbody td {
        display: block
    }
}

.woocommerce-checkout #order_review table thead {
    text-align: left;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    font-weight: 500
}

@media only screen and (min-width:1680px) {
    .woocommerce-checkout #order_review table thead {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout #order_review table thead {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .woocommerce-checkout #order_review table thead {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .woocommerce-checkout #order_review table thead {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout #order_review table thead {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout #order_review table .cart_item {
        width: 100%;
        height: auto;
        position: relative;
        display: block
    }
}

.woocommerce-checkout #order_review table .cart_item td {
    padding: 25px 0;
    position: relative;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    height: 180px
}

@media only screen and (min-width:1680px) {
    .woocommerce-checkout #order_review table .cart_item td {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout #order_review table .cart_item td {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .woocommerce-checkout #order_review table .cart_item td {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .woocommerce-checkout #order_review table .cart_item td {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout #order_review table .cart_item td {
        padding: 10px 0 40px
    }
}

.woocommerce-checkout #order_review table .cart_item td img {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%)
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout #order_review table .cart_item td img {
        top: 0;
        left: 50%;
        position: relative;
        transform: translate(-50%, 0);
        margin: 0 0 20px 0
    }
}

@media only screen and (min-width:1025px) {
    .woocommerce-checkout #order_review table .cart_item td:first-of-type {
        padding: 25px 0 25px 170px
    }
}

.woocommerce-checkout #order_review table tfoot {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    font-weight: 500
}

@media only screen and (min-width:1680px) {
    .woocommerce-checkout #order_review table tfoot {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout #order_review table tfoot {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .woocommerce-checkout #order_review table tfoot {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .woocommerce-checkout #order_review table tfoot {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout #order_review table tfoot {
        width: 100%;
        display: block
    }

    .woocommerce-checkout #order_review table tfoot tr {
        width: 100%;
        display: block;
        float: left
    }
}

.woocommerce-checkout #order_review table tfoot th {
    text-align: left
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout #order_review table tfoot th {
        display: inline-block
    }
}

.woocommerce-checkout #order_review table tfoot td {
    text-align: right
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout #order_review table tfoot td {
        display: inline-block
    }
}

.woocommerce-checkout #order_review th,
.woocommerce-checkout #order_review td {
    font-weight: 500
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout #order_review .product-name {
        padding: 0;
        display: block
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout #order_review .product-name img {
        top: 0;
        left: 50%;
        position: relative;
        transform: translate(-50%, 0)
    }
}

.woocommerce-checkout #order_review .product-name p {
    margin: 0;
    position: relative;
    width: auto;
    height: auto;
    display: inline-block
}

@media only screen and (max-width:1024px) {

    .woocommerce-checkout #order_review .product-name p,
    .woocommerce-checkout #order_review .product-name strong {
        display: block;
        width: 100%;
        clear: both;
        float: left
    }
}

.woocommerce-checkout #order_review .variation {
    margin: 0;
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    clear: both
}

.woocommerce-checkout #order_review .variation dd,
.woocommerce-checkout #order_review .variation dt {
    display: inline-block;
    position: relative;
    width: auto;
    margin: 0
}

.woocommerce-checkout #order_review .variation dd p,
.woocommerce-checkout #order_review .variation dt p {
    margin: 0
}

.woocommerce-checkout #shipping_method {
    padding: 0;
    list-style: none
}

.woocommerce-checkout #shipping_method li {
    position: relative;
    margin-bottom: 15px
}

.woocommerce-checkout #shipping_method input {
    position: relative;
    display: inline-block;
    width: auto
}

.woocommerce-checkout #shipping_method label {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    padding: 0 0 0 10px
}

@media only screen and (min-width:1680px) {
    .woocommerce-checkout #shipping_method label {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout #shipping_method label {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .woocommerce-checkout #shipping_method label {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .woocommerce-checkout #shipping_method label {
        font-size: 18px
    }
}

.woocommerce-checkout #paymentTitle {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 30px 0 0 0;
    left: 50%;
    transform: translate(-50%, 0);
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (min-width:1680px) {
    .woocommerce-checkout #paymentTitle {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout #paymentTitle {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .woocommerce-checkout #paymentTitle {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .woocommerce-checkout #paymentTitle {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout #paymentTitle {
        float: left;
        display: block
    }
}

.woocommerce-checkout #payment {
    margin-top: 20px;
    width: 100%;
    max-width: 800px;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0);
    float: left
}

.woocommerce-checkout #payment ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style: none
}

.woocommerce-checkout #payment ul li {
    position: relative;
    margin: 0 0 20px;
    float: left;
    width: 100%;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (min-width:1680px) {
    .woocommerce-checkout #payment ul li {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout #payment ul li {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .woocommerce-checkout #payment ul li {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .woocommerce-checkout #payment ul li {
        font-size: 18px
    }
}

.woocommerce-checkout #payment input {
    display: inline-block;
    width: auto;
    min-height: auto;
    position: absolute !important;
    top: 0px !important
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout #payment input {
        top: 4px !important
    }
}

.woocommerce-checkout #payment label {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    padding-left: 25px !important
}

.woocommerce-checkout #payment label a {
    display: none
}

.woocommerce-checkout #payment label img {
    width: auto;
    max-width: 50px;
    max-height: 20px;
    float: right;
    max-width: 40px;
    padding-left: 3px;
    margin: 0
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout #payment label img {
        max-width: 30px
    }
}

.woocommerce-checkout #payment .payment_box {
    width: 100%
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout #payment .payment_box p {
        font-size: 14px;
        line-height: 1.2em
    }
}

.woocommerce-checkout #place_order {
    width: 250px;
    height: 60px;
    text-align: center;
    display: block;
    background: #06D6A0;
    line-height: 56px;
    text-decoration: none;
    border: none;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    font-weight: 400;
    cursor: pointer;
    transition: visibility 0s, all 0.2s ease-in-out;
    margin: 50px 0 0
}

@media only screen and (min-width:1680px) {
    .woocommerce-checkout #place_order {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-checkout #place_order {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .woocommerce-checkout #place_order {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .woocommerce-checkout #place_order {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .woocommerce-checkout #place_order {
        width: 100%
    }
}

.woocommerce-checkout #place_order:hover {
    background: #FFF
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
    position: relative;
    float: left;
    width: calc(100% - 60px);
    padding: 20px 0;
    margin: 0 30px;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    border-bottom: 2px solid #000
}

@media only screen and (min-width:1680px) {
    .woocommerce-order-received .woocommerce-thankyou-order-received {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-order-received .woocommerce-thankyou-order-received {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .woocommerce-order-received .woocommerce-thankyou-order-received {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .woocommerce-order-received .woocommerce-thankyou-order-received {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-order-received .woocommerce-thankyou-order-received {
        width: calc(100% - 40px);
        margin: 0 20px
    }
}

.woocommerce-order-received .woocommerce-thankyou-order-received .woocommerce-order-details__title {
    display: none
}

.woocommerce-order-received .woocommerce-order-details {
    width: 100%;
    position: relative;
    float: left;
    height: auto;
    margin: 0 30px;
    width: calc(100% - 60px);
    padding: 20px 0;
    border-bottom: 2px solid #000
}

@media only screen and (max-width:1024px) {
    .woocommerce-order-received .woocommerce-order-details {
        position: relative;
        float: left;
        width: calc(100% - 40px);
        padding: 20px 0;
        margin: 0 20px
    }
}

.woocommerce-order-received .woocommerce-order-details table {
    width: 100%
}

@media only screen and (max-width:1024px) {
    .woocommerce-order-received .woocommerce-order-details table {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        height: auto;
        transform: none;
        max-width: 100%;
        left: 0;
        color: #000
    }
}

.woocommerce-order-received .woocommerce-order-details thead th:last-of-type,
.woocommerce-order-received .woocommerce-order-details thead td:last-of-type,
.woocommerce-order-received .woocommerce-order-details tbody th:last-of-type,
.woocommerce-order-received .woocommerce-order-details tbody td:last-of-type {
    text-align: right
}

@media only screen and (max-width:1024px) {

    .woocommerce-order-received .woocommerce-order-details thead,
    .woocommerce-order-received .woocommerce-order-details tbody {
        display: block
    }

    .woocommerce-order-received .woocommerce-order-details thead th,
    .woocommerce-order-received .woocommerce-order-details thead td,
    .woocommerce-order-received .woocommerce-order-details tbody th,
    .woocommerce-order-received .woocommerce-order-details tbody td {
        display: block
    }
}

.woocommerce-order-received .woocommerce-order-details thead {
    text-align: left;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    font-weight: 500
}

@media only screen and (min-width:1680px) {
    .woocommerce-order-received .woocommerce-order-details thead {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-order-received .woocommerce-order-details thead {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .woocommerce-order-received .woocommerce-order-details thead {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .woocommerce-order-received .woocommerce-order-details thead {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-order-received .woocommerce-order-details thead {
        display: none
    }
}

.woocommerce-order-received .woocommerce-order-details .order_item td {
    padding: 25px 0;
    position: relative;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    height: 180px
}

@media only screen and (min-width:1680px) {
    .woocommerce-order-received .woocommerce-order-details .order_item td {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-order-received .woocommerce-order-details .order_item td {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .woocommerce-order-received .woocommerce-order-details .order_item td {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .woocommerce-order-received .woocommerce-order-details .order_item td {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-order-received .woocommerce-order-details .order_item td {
        display: inline-block;
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        text-align: left;
        padding: 10px 0 0
    }
}

.woocommerce-order-received .woocommerce-order-details .order_item td img {
    width: 150px;
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    transform: translate(0, -50%)
}

@media only screen and (max-width:1024px) {
    .woocommerce-order-received .woocommerce-order-details .order_item td img {
        top: 0;
        left: 50%;
        position: relative;
        transform: translate(-50%, 0);
        margin: 0 0 20px 0
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-order-received .woocommerce-order-details .order_item td a {
        display: block
    }
}

.woocommerce-order-received .woocommerce-order-details .order_item td:first-of-type {
    padding: 25px 0 25px 170px
}

@media only screen and (max-width:1024px) {
    .woocommerce-order-received .woocommerce-order-details .order_item td:first-of-type {
        padding: 10px 0 0
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-order-received .woocommerce-order-details .order_item td:last-of-type {
        padding: 0 0 40px 0;
        text-align: left
    }
}

.woocommerce-order-received .woocommerce-order-details tfoot {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    font-weight: 500
}

@media only screen and (min-width:1680px) {
    .woocommerce-order-received .woocommerce-order-details tfoot {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-order-received .woocommerce-order-details tfoot {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .woocommerce-order-received .woocommerce-order-details tfoot {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .woocommerce-order-received .woocommerce-order-details tfoot {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-order-received .woocommerce-order-details tfoot {
        width: 100%;
        display: block
    }

    .woocommerce-order-received .woocommerce-order-details tfoot tr {
        width: 100%;
        display: block;
        float: left
    }
}

.woocommerce-order-received .woocommerce-order-details tfoot th {
    text-align: left
}

@media only screen and (max-width:1024px) {
    .woocommerce-order-received .woocommerce-order-details tfoot th {
        display: inline-block
    }
}

.woocommerce-order-received .woocommerce-order-details tfoot td {
    text-align: right
}

@media only screen and (max-width:1024px) {
    .woocommerce-order-received .woocommerce-order-details tfoot td {
        display: inline-block
    }
}

.woocommerce-order-received th,
.woocommerce-order-received td {
    font-weight: 500
}

.woocommerce-order-received .variation {
    margin: 0
}

.woocommerce-order-received .woocommerce-customer-details {
    padding: 20px 0;
    margin: 0 30px;
    width: calc(100% - 60px);
    height: auto;
    float: left;
    position: relative
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-column {
    width: 50%;
    height: auto;
    position: relative;
    float: left
}

.woocommerce-order-received .back-to-shop {
    width: 270px;
    height: 60px;
    text-align: center;
    display: block;
    background: #06d6a0;
    line-height: 56px;
    text-decoration: none;
    font-weight: 500;
    transition: visibility 0s, all 0.2s ease-in-out;
    position: relative;
    float: left;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    margin-bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0
}

@media only screen and (min-width:1680px) {
    .woocommerce-order-received .back-to-shop {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-order-received .back-to-shop {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .woocommerce-order-received .back-to-shop {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .woocommerce-order-received .back-to-shop {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-order-received .back-to-shop {
        width: calc(100% - 40px)
    }
}

@media only screen and (max-width:1024px) {
    body.safari.page-template-checkout .woocommerce-checkout-payment ul {
        height: 100%;
        display: inline-block
    }
}

#cookies-popup {
    background: #06D6A0;
    position: fixed;
    bottom: 0;
    right: 0;
    height: auto;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    opacity: 0;
    z-index: 9999999;
    transition: visibility 0s, all 0.2s ease-in-out;
    transform: translate(0, 100%)
}

@media only screen and (min-width:1025px) {
    #cookies-popup {
        width: calc(100% - 55px)
    }
}

@media only screen and (min-width:1280px) {
    #cookies-popup {
        width: calc(100% - 55px)
    }
}

@media only screen and (min-width:1680px) {
    #cookies-popup {
        width: calc(100% - 55px)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    #cookies-popup {
        width: calc(100% - 55px)
    }
}

@media only screen and (max-width:1024px) {
    #cookies-popup {
        width: 100%;
        flex-direction: column;
        padding: 20px
    }
}

#cookies-popup.active {
    transform: translate(0, 0);
    opacity: 1
}

#cookies-popup p {
    margin: 0
}

#cookies-popup .title {
    min-width: 150px
}

#cookies-popup .title h3 {
    font-family: "Barlow";
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400
}

@media only screen and (min-width:1680px) {
    #cookies-popup .title h3 {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    #cookies-popup .title h3 {
        font-size: 12px
    }
}

@media only screen and (max-width:1024px) {
    #cookies-popup .title h3 {
        font-size: 12px;
        letter-spacing: -.1px
    }
}

@media only screen and (min-width:1025px) and (max-height:600px) {
    #cookies-popup .title h3 {
        font-size: 12px
    }
}

@media only screen and (max-width:1024px) {
    #cookies-popup .title {
        display: none
    }
}

#cookies-popup .content {
    font-family: "Barlow";
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    max-width: 840px
}

@media only screen and (min-width:1680px) {
    #cookies-popup .content {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    #cookies-popup .content {
        font-size: 12px
    }
}

@media only screen and (max-width:1024px) {
    #cookies-popup .content {
        font-size: 12px;
        letter-spacing: -.1px
    }
}

@media only screen and (min-width:1025px) and (max-height:600px) {
    #cookies-popup .content {
        font-size: 12px
    }
}

#cookies-popup .content p {
    color: rgba(0, 0, 0, .5)
}

#cookies-popup .button {
    font-family: "Barlow";
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    display: flex;
    align-self: flex-end;
    min-width: 150px;
    justify-content: flex-end;
    cursor: pointer
}

@media only screen and (min-width:1680px) {
    #cookies-popup .button {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    #cookies-popup .button {
        font-size: 12px
    }
}

@media only screen and (max-width:1024px) {
    #cookies-popup .button {
        font-size: 12px;
        letter-spacing: -.1px
    }
}

@media only screen and (min-width:1025px) and (max-height:600px) {
    #cookies-popup .button {
        font-size: 12px
    }
}

#logo-editorial {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 15;
    transition: visibility 0s, all 0.2s ease-in-out
}

@media only screen and (max-width:1024px) {
    #logo-editorial {
        z-index: 999999;
        width: 50px;
        height: 45px;
        top: 5px;
        position: fixed
    }
}

#logo-editorial path {
    fill: #fff
}

@media only screen and (max-width:1024px) {
    #logo-editorial path {
        fill: #000;
        transition: visibility 0s, all 0.2s ease-in-out
    }
}

@media only screen and (max-width:1024px) {
    .page-template-editorial-home #logo-editorial path {
        fill: #fff
    }
}

.page-template-about #logo-editorial path,
.page-template-new-about #logo-editorial path {
    fill: #000
}

.search-active #logo-editorial {
    opacity: 0;
    visibility: hidden
}

@media only screen and (max-width:1024px) {

    .tax-type #header .logo-header,
    .tax-music-type #header .logo-header,
    .tax-event-type #header .logo-header,
    .single-music #header .logo-header,
    .single-artist #header .logo-header,
    .single-events #header .logo-header,
    .page-template-editorial-home #header .logo-header,
    .page-template-about.page-child #header .logo-header,
    .page-template-new-about.page-child #header .logo-header {
        display: none
    }
}

@media only screen and (min-width:1025px) {
    .page-template-editorial-home #logo-editorial {
        margin-left: 50px
    }
}

@media only screen and (min-width:1280px) {
    .page-template-editorial-home #logo-editorial {
        margin-left: 60px
    }
}

@media only screen and (min-width:1680px) {
    .page-template-editorial-home #logo-editorial {
        margin-left: 70px
    }
}

@media only screen and (min-width:1025px) {

    .page-template-about #logo-editorial,
    .page-template-new-about #logo-editorial {
        margin-left: 205px
    }
}

@media only screen and (min-width:1280px) {

    .page-template-about #logo-editorial,
    .page-template-new-about #logo-editorial {
        margin-left: 230px
    }
}

@media only screen and (min-width:1680px) {

    .page-template-about #logo-editorial,
    .page-template-new-about #logo-editorial {
        margin-left: 255px
    }
}

.page-template-about #logo-editorial path,
.page-template-new-about #logo-editorial path {
    fill: black !important
}

.page-template-editorial-home #slider-home {
    float: right
}

@media only screen and (min-width:1025px) {
    .page-template-editorial-home #slider-home {
        width: calc(100% - 110px)
    }
}

@media only screen and (min-width:1025px) {
    .page-template-editorial-home #slider-home .swiper-slide {
        min-height: 100vh
    }
}

.page-template-editorial-home #slider-home .swiper-slide .image-cover {
    height: 100vh
}

@media only screen and (min-width:1025px) {
    .page-template-editorial-home #slider-home .swiper-slide .texts {
        height: 100%
    }
}

.page-template-editorial-home #slider-home .swiper-slide .texts .type {
    text-transform: capitalize;
    float: right
}

.page-template-editorial-home #slider-home .swiper-slide .texts h3 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 1px;
    text-transform: uppercase;
    font-size: 150px;
    line-height: 1em;
    text-align: center
}

@media only screen and (min-width:1025px) {
    .editorial-submenu {
        position: absolute;
        height: 100%;
        display: inline-block;
        left: 55px;
        width: 55px;
        height: 100vh;
        top: 0;
        background: #4E39EA;
        z-index: 101;
        margin: 0;
        padding: 30px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around
    }
}

@media only screen and (max-width:1024px) {
    .editorial-submenu {
        position: relative;
        float: left;
        padding: 0;
        width: 100%;
        height: auto
    }
}

@media only screen and (min-width:1025px) {
    .editorial-submenu li {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        float: left
    }
}

@media only screen and (min-width:1025px) {
    .editorial-submenu li a {
        color: #FFF;
        text-decoration: none;
        font-family: "Barlow";
        font-size: 18px;
        line-height: 1.2em;
        font-weight: 500;
        transform: rotate(-90deg);
        position: relative;
        float: left;
        transform-origin: center
    }
}

@media only screen and (min-width:1025px) and (min-width:1680px) {
    .editorial-submenu li a {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-width:1024px) {
    .editorial-submenu li a {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (min-width:1025px) and (max-width:1024px) and (max-width:350px) {
    .editorial-submenu li a {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (min-width:1025px) and (max-width:1280px) {
    .editorial-submenu li a {
        font-size: 18px
    }
}

.editorial-submenu.active-part li a {
    opacity: .5;
    transition: visibility 0s, all 0.2s ease-in-out
}

.editorial-submenu.active-part li a:hover {
    opacity: 1
}

.editorial-submenu.active-part li.current-menu-item a {
    opacity: 1
}

.tax-type .sub-menu,
.tax-music-type .sub-menu,
.tax-event-type .sub-menu,
.single-music .sub-menu,
.single-artist .sub-menu,
.single-events .sub-menu,
.page-template-editorial-home .sub-menu,
.page-template-about.page-child .sub-menu,
.page-template-new-about.page-child .sub-menu {
    background: #FF715B;
    width: 330px;
    position: absolute;
    height: 100%;
    margin-left: 110px;
    transition: visibility 0s, all 0.2s ease-in-out;
    overflow: hidden
}

.tax-type .sub-menu .big-tab,
.tax-music-type .sub-menu .big-tab,
.tax-event-type .sub-menu .big-tab,
.single-music .sub-menu .big-tab,
.single-artist .sub-menu .big-tab,
.single-events .sub-menu .big-tab,
.page-template-editorial-home .sub-menu .big-tab,
.page-template-about.page-child .sub-menu .big-tab,
.page-template-new-about.page-child .sub-menu .big-tab {
    width: 330px
}

@media only screen and (max-width:1024px) {

    .tax-type #header #menu,
    .tax-music-type #header #menu,
    .tax-event-type #header #menu,
    .single-music #header #menu,
    .single-artist #header #menu,
    .single-events #header #menu,
    .page-template-editorial-home #header #menu,
    .page-template-about.page-child #header #menu,
    .page-template-new-about.page-child #header #menu {
        background: #4E39EA
    }

    .tax-type #header #menu li a,
    .tax-music-type #header #menu li a,
    .tax-event-type #header #menu li a,
    .single-music #header #menu li a,
    .single-artist #header #menu li a,
    .single-events #header #menu li a,
    .page-template-editorial-home #header #menu li a,
    .page-template-about.page-child #header #menu li a,
    .page-template-new-about.page-child #header #menu li a {
        color: #fff;
        opacity: .5
    }

    .tax-type #header #menu li.editorial-item a,
    .tax-music-type #header #menu li.editorial-item a,
    .tax-event-type #header #menu li.editorial-item a,
    .single-music #header #menu li.editorial-item a,
    .single-artist #header #menu li.editorial-item a,
    .single-events #header #menu li.editorial-item a,
    .page-template-editorial-home #header #menu li.editorial-item a,
    .page-template-about.page-child #header #menu li.editorial-item a,
    .page-template-new-about.page-child #header #menu li.editorial-item a {
        color: #fff;
        opacity: 1;
        font-style: normal
    }

    .tax-type #header #menu li.editorial-item li.current-menu-item>a,
    .tax-music-type #header #menu li.editorial-item li.current-menu-item>a,
    .tax-event-type #header #menu li.editorial-item li.current-menu-item>a,
    .single-music #header #menu li.editorial-item li.current-menu-item>a,
    .single-artist #header #menu li.editorial-item li.current-menu-item>a,
    .single-events #header #menu li.editorial-item li.current-menu-item>a,
    .page-template-editorial-home #header #menu li.editorial-item li.current-menu-item>a,
    .page-template-about.page-child #header #menu li.editorial-item li.current-menu-item>a,
    .page-template-new-about.page-child #header #menu li.editorial-item li.current-menu-item>a {
        color: #000
    }

    .tax-type #header #menu li.current-menu-item>a,
    .tax-music-type #header #menu li.current-menu-item>a,
    .tax-event-type #header #menu li.current-menu-item>a,
    .single-music #header #menu li.current-menu-item>a,
    .single-artist #header #menu li.current-menu-item>a,
    .single-events #header #menu li.current-menu-item>a,
    .page-template-editorial-home #header #menu li.current-menu-item>a,
    .page-template-about.page-child #header #menu li.current-menu-item>a,
    .page-template-new-about.page-child #header #menu li.current-menu-item>a {
        color: #000
    }

    .tax-type #header #menu .item.lang-item .wpml-ls ul li a,
    .tax-music-type #header #menu .item.lang-item .wpml-ls ul li a,
    .tax-event-type #header #menu .item.lang-item .wpml-ls ul li a,
    .single-music #header #menu .item.lang-item .wpml-ls ul li a,
    .single-artist #header #menu .item.lang-item .wpml-ls ul li a,
    .single-events #header #menu .item.lang-item .wpml-ls ul li a,
    .page-template-editorial-home #header #menu .item.lang-item .wpml-ls ul li a,
    .page-template-about.page-child #header #menu .item.lang-item .wpml-ls ul li a,
    .page-template-new-about.page-child #header #menu .item.lang-item .wpml-ls ul li a {
        color: #fff;
        opacity: .5
    }
}

.single-music .sub-menu .close-chev,
.single-artist .sub-menu .close-chev,
.single-events .sub-menu .close-chev,
.page-template-editorial-home .sub-menu .close-chev,
.page-template-about.page-child .sub-menu .close-chev,
.page-template-new-about.page-child .sub-menu .close-chev {
    display: none
}

@media only screen and (max-width:1024px) {

    .single-music .sub-menu,
    .single-events .sub-menu {
        width: 100%;
        height: auto;
        position: relative;
        float: left;
        margin: 0
    }

    .single-music .sub-menu .big-tab,
    .single-events .sub-menu .big-tab {
        position: relative;
        float: left;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        padding: 20px 20px 0
    }

    .single-music .sub-menu .big-tab a,
    .single-events .sub-menu .big-tab a {
        color: #fff
    }

    .single-music .sub-menu .secondary-list,
    .single-events .sub-menu .secondary-list {
        position: relative;
        bottom: auto;
        display: inline-block
    }

    .single-music .sub-menu .close-chev,
    .single-events .sub-menu .close-chev {
        display: none
    }

    .single-music .sub-menu .big-tab {
        padding: 0 20px 0
    }
}

.tax-event-type .sub-menu,
.single-events .sub-menu {
    background: #357DED
}

.tax-music-type .sub-menu {
    background: #F5B841
}

.single-music .sub-menu {
    background: #F5B841
}

@media only screen and (max-width:1024px) {
    .single-music .sub-menu {
        background: #000
    }

    .single-music .sub-menu .secondary-list .back {
        color: #fff
    }

    .single-music .sub-menu p {
        color: #fff
    }

    .single-music .sub-menu .socials a {
        color: #fff
    }
}

@media only screen and (min-width:1025px) {

    .page-child.page-template-about #about-fullpage,
    .page-child.page-template-new-about #about-fullpage {
        padding: 100px 0 0 385px
    }
}

.tax-music-type.term-playlists .playlist-item {
    position: relative;
    width: 100%;
    height: auto;
    padding: 25px 0;
    border-bottom: 1px solid #F5B841
}

@media only screen and (max-width:1024px) {
    .tax-music-type.term-playlists .playlist-item {
        padding: 15px 0
    }
}

.tax-music-type.term-playlists .playlist-item h3 {
    color: #F5B841;
    font-family: "Barlow";
    font-size: 46px;
    line-height: 1.2em;
    font-weight: 400;
    transition: visibility 0s, all 0.2s ease-in-out;
    display: inline-block
}

@media only screen and (min-width:1680px) {
    .tax-music-type.term-playlists .playlist-item h3 {
        font-size: 50px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .tax-music-type.term-playlists .playlist-item h3 {
        font-size: 40px
    }
}

@media only screen and (max-width:1024px) {
    .tax-music-type.term-playlists .playlist-item h3 {
        font-size: 40px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) {
    .tax-music-type.term-playlists .playlist-item h3 {
        font-family: "Barlow";
        font-size: 18px;
        line-height: 1.4em;
        font-weight: 400
    }
}

@media only screen and (max-width:1024px) and (min-width:1680px) {
    .tax-music-type.term-playlists .playlist-item h3 {
        font-size: 20px
    }
}

@media only screen and (max-width:1024px) and (max-width:1024px) {
    .tax-music-type.term-playlists .playlist-item h3 {
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:1024px) and (max-width:350px) {
    .tax-music-type.term-playlists .playlist-item h3 {
        font-size: 14px
    }
}

.tax-music-type.term-playlists .playlist-item .thumb {
    display: inline-block;
    overflow: hidden;
    height: 70px;
    width: 70px;
    position: relative;
    top: 20px;
    margin: -20px 20px 0;
    transition: visibility 0s, all 0.2s ease-in-out;
    opacity: 0
}

.tax-music-type.term-playlists .playlist-item .thumb img {
    position: absolute;
    width: 100%;
    height: auto
}

.tax-music-type.term-playlists .playlist-item .spoty-playlist {
    height: 0;
    overflow: hidden;
    position: relative
}

.tax-music-type.term-playlists .playlist-item .spoty-playlist:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50.8108108108%
}

.tax-music-type.term-playlists .playlist-item .spoty-playlist>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media only screen and (max-width:1024px) {
    .tax-music-type.term-playlists .playlist-item .spoty-playlist {
        position: relative
    }

    .tax-music-type.term-playlists .playlist-item .spoty-playlist:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 160.7142857143%
    }

    .tax-music-type.term-playlists .playlist-item .spoty-playlist>div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.tax-music-type.term-playlists .playlist-item .spoty-playlist iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tax-music-type.term-playlists .playlist-item.active .spoty-playlist {
    margin: 25px 0 0 0;
    height: auto
}

.tax-music-type.term-playlists .playlist-item:hover h3,
.tax-music-type.term-playlists .playlist-item.active h3 {
    color: #fff
}

.tax-music-type.term-playlists .playlist-item:hover .thumb,
.tax-music-type.term-playlists .playlist-item.active .thumb {
    opacity: 1
}

#editorial-music-tax {
    min-height: 100vh;
    padding: 180px 40px 100px
}

@media only screen and (max-width:1024px) {
    #editorial-music-tax {
        padding: 20px 20px 100px
    }
}

.tax-music-type:not(.term-playlists) .grid .item.item-releases {
    width: calc(50% - 50px);
    position: relative;
    position: relative;
    margin: 25px;
    transition: visibility 0s, all 0.2s ease-in-out
}

.tax-music-type:not(.term-playlists) .grid .item.item-releases:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.tax-music-type:not(.term-playlists) .grid .item.item-releases>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media only screen and (max-width:767px) {
    .tax-music-type:not(.term-playlists) .grid .item.item-releases {
        width: 100%;
        margin: 0 0 50px 0
    }
}

.tax-music-type:not(.term-playlists) .grid .item.item-releases .text {
    z-index: 12
}

@media only screen and (max-width:1024px) {
    .tax-music-type:not(.term-playlists) .grid .item.item-releases .cover:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #000;
        opacity: .2;
        width: 100%;
        height: 100%;
        z-index: 1
    }
}

.tax-music-type:not(.term-playlists) .grid .item.item-releases:hover {
    box-shadow: 0 0 15px 4px rgba(78, 57, 234, .5)
}

.tax-music-type:not(.term-playlists) .grid .item.item-releases:hover .cover {
    opacity: .7
}

.music-single .cover-part {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 180px 50px 50px;
    margin-bottom: 45px
}

@media only screen and (max-width:767px) {
    .music-single .cover-part {
        padding: 50px 20px
    }
}

.music-single .cover-part img {
    width: auto;
    height: auto;
    max-height: 730px;
    max-height: 100%;
    max-width: 100%
}

.music-single .playlist {
    position: relative;
    width: calc(100% - 50px);
    position: relative;
    margin: 0 25px 100px;
    float: left
}

.music-single .playlist:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 54.1176470588%
}

.music-single .playlist>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media only screen and (max-width:767px) {
    .music-single .playlist {
        width: calc(100% - 40px);
        margin: 0 20px 20px;
        float: left;
        position: relative
    }

    .music-single .playlist:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 160.7142857143%
    }

    .music-single .playlist>div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.music-single .playlist iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.related-music {
    background: #0f0f0f;
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 25px 0
}

@media only screen and (max-width:1024px) {
    .related-music {
        padding: 20px 20px 0
    }
}

.related-music .title {
    color: #F5B841;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    padding: 0 25px 20px
}

@media only screen and (min-width:1680px) {
    .related-music .title {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .related-music .title {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .related-music .title {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .related-music .title {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .related-music .title {
        padding: 0 0 20px
    }
}

.related-music .item {
    width: calc(50% - 50px);
    position: relative;
    margin: 25px;
    transition: visibility 0s, all 0.2s ease-in-out;
    cursor: pointer;
    display: inline-block;
    position: relative
}

.related-music .item:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.related-music .item>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media only screen and (max-width:767px) {
    .related-music .item {
        margin: 0 0 20px;
        width: 100%
    }
}

.related-music .item a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden
}

.related-music .item a .hover-preview {
    position: absolute;
    width: 102%;
    height: 102%;
    top: -1%;
    left: -1%;
    z-index: 10;
    transition: visibility 0s, all 0.2s ease-in-out
}

.related-music .item a .text {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    top: 50%;
    left: 0;
    padding: 0 20px;
    transform: translate(0, -50%);
    transition: visibility 0s, all 0.2s ease-in-out;
    z-index: 11;
    opacity: 0
}

.related-music .item a .text p {
    color: #fff;
    display: inline-block;
    margin: 0;
    position: relative;
    width: 100%;
    clear: both;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (min-width:1680px) {
    .related-music .item a .text p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .related-music .item a .text p {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {
    .related-music .item a .text p {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .related-music .item a .text p {
        font-size: 18px
    }
}

.related-music .item:hover {
    box-shadow: 0 0 15px 4px rgba(78, 57, 234, .5)
}

.related-music .item:hover .cover {
    opacity: .7
}

.related-music .item:hover .text {
    opacity: 1
}

.single-music .buy-album {
    margin: 25px 0;
    position: relative;
    float: left
}

.single-artist #artist-fullpage,
.event-single #artist-fullpage,
.music-single #artist-fullpage {
    position: relative;
    float: left;
    width: 100%;
    height: auto
}

.single-artist .section,
.event-single .section,
.music-single .section {
    position: relative;
    float: left;
    width: 100%;
    height: auto
}

.single-artist .cover-part,
.event-single .cover-part,
.music-single .cover-part {
    position: relative;
    width: 100%;
    height: 70vh;
    background-position: center;
    background-size: cover
}

.single-artist .cover-part .svg-title,
.event-single .cover-part .svg-title,
.music-single .cover-part .svg-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 20px 15px 20px 30px;
    transform: translate(-50%, -50%);
    z-index: 11
}

.single-artist .cover-part .svg-title svg,
.event-single .cover-part .svg-title svg,
.music-single .cover-part .svg-title svg {
    overflow: visible;
    margin: 3px 0
}

.single-artist .cover-part .svg-title svg path,
.event-single .cover-part .svg-title svg path,
.music-single .cover-part .svg-title svg path {
    stroke-width: 1.5px;
    stroke: #fff;
    fill: none
}

.single-artist .text-block,
.event-single .text-block,
.music-single .text-block {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 50px 0 30px;
    padding: 0 50px
}

@media only screen and (min-width:1025px) {

    .single-artist .text-block,
    .event-single .text-block,
    .music-single .text-block {
        left: 50%;
        transform: translate(-50%, 0)
    }
}

.single-artist .text-block.lateral-padding,
.event-single .text-block.lateral-padding,
.music-single .text-block.lateral-padding {
    padding: 0 100px
}

@media only screen and (max-width:1024px) {

    .single-artist .text-block.lateral-padding,
    .event-single .text-block.lateral-padding,
    .music-single .text-block.lateral-padding {
        padding: 20px;
        margin: 0
    }
}

@media only screen and (max-width:1024px) {

    .single-artist .text-block,
    .event-single .text-block,
    .music-single .text-block {
        padding: 20px;
        margin: 0
    }
}

.single-artist .text-block b,
.single-artist .text-block strong,
.event-single .text-block b,
.event-single .text-block strong,
.music-single .text-block b,
.music-single .text-block strong {
    color: #FF715B;
    font-weight: 500
}

.single-artist .text-block p,
.event-single .text-block p,
.music-single .text-block p {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
    letter-spacing: -.1px;
    color: #fff
}

@media only screen and (min-width:1680px) {

    .single-artist .text-block p,
    .event-single .text-block p,
    .music-single .text-block p {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-artist .text-block p,
    .event-single .text-block p,
    .music-single .text-block p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-artist .text-block p,
    .event-single .text-block p,
    .music-single .text-block p {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .single-artist .text-block p,
    .event-single .text-block p,
    .music-single .text-block p {
        font-size: 16px
    }
}

.single-artist .text-block a,
.event-single .text-block a,
.music-single .text-block a {
    color: #fff
}

.single-artist .text-block.foldable-bio .title,
.event-single .text-block.foldable-bio .title,
.music-single .text-block.foldable-bio .title {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative
}

.single-artist .text-block.foldable-bio .title .hide,
.event-single .text-block.foldable-bio .title .hide,
.music-single .text-block.foldable-bio .title .hide {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.single-artist .text-block.foldable-bio .bio-content,
.event-single .text-block.foldable-bio .bio-content,
.music-single .text-block.foldable-bio .bio-content {
    height: 0;
    overflow: hidden
}

.single-artist .text-block.foldable-bio.active .bio-content,
.event-single .text-block.foldable-bio.active .bio-content,
.music-single .text-block.foldable-bio.active .bio-content {
    height: auto
}

.single-artist .video-block,
.event-single .video-block,
.music-single .video-block {
    margin: 50px 0;
    padding: 0 30px;
    position: relative;
    float: left;
    width: 100%
}

@media only screen and (max-width:1024px) {

    .single-artist .video-block,
    .event-single .video-block,
    .music-single .video-block {
        padding: 0 20px
    }
}

.single-artist .video-block .video-js,
.event-single .video-block .video-js,
.music-single .video-block .video-js {
    width: 100%;
    height: auto
}

.single-artist .video-block .video-js .vjs-tech,
.event-single .video-block .video-js .vjs-tech,
.music-single .video-block .video-js .vjs-tech {
    -o-object-fit: contain;
    object-fit: contain
}

.single-artist .video-block .video-js .vjs-icon-placeholder:before,
.event-single .video-block .video-js .vjs-icon-placeholder:before,
.music-single .video-block .video-js .vjs-icon-placeholder:before {
    font-size: 28px;
    line-height: 1em
}

.single-artist .video-block .video-js .vjs-big-play-button,
.event-single .video-block .video-js .vjs-big-play-button,
.music-single .video-block .video-js .vjs-big-play-button {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, all 0.2s ease-in-out;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: none;
    width: 135px;
    height: auto
}

.single-artist .video-block .video-js .vjs-big-play-button span,
.event-single .video-block .video-js .vjs-big-play-button span,
.music-single .video-block .video-js .vjs-big-play-button span {
    display: none
}

.single-artist .video-block .video-js .vjs-big-play-button:before,
.event-single .video-block .video-js .vjs-big-play-button:before,
.music-single .video-block .video-js .vjs-big-play-button:before {
    content: "Play Video";
    color: #FFF;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    width: 110px
}

@media only screen and (min-width:1680px) {

    .single-artist .video-block .video-js .vjs-big-play-button:before,
    .event-single .video-block .video-js .vjs-big-play-button:before,
    .music-single .video-block .video-js .vjs-big-play-button:before {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-artist .video-block .video-js .vjs-big-play-button:before,
    .event-single .video-block .video-js .vjs-big-play-button:before,
    .music-single .video-block .video-js .vjs-big-play-button:before {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .single-artist .video-block .video-js .vjs-big-play-button:before,
    .event-single .video-block .video-js .vjs-big-play-button:before,
    .music-single .video-block .video-js .vjs-big-play-button:before {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-artist .video-block .video-js .vjs-big-play-button:before,
    .event-single .video-block .video-js .vjs-big-play-button:before,
    .music-single .video-block .video-js .vjs-big-play-button:before {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) {

    .single-artist .video-block .video-js .vjs-big-play-button:before,
    .event-single .video-block .video-js .vjs-big-play-button:before,
    .music-single .video-block .video-js .vjs-big-play-button:before {
        white-space: nowrap
    }
}

.single-artist .video-block .video-js.vjs-paused .vjs-big-play-button,
.event-single .video-block .video-js.vjs-paused .vjs-big-play-button,
.music-single .video-block .video-js.vjs-paused .vjs-big-play-button {
    opacity: 1;
    visibility: visible
}

.single-artist .video-block .video-js .vjs-control-bar,
.event-single .video-block .video-js .vjs-control-bar,
.music-single .video-block .video-js .vjs-control-bar {
    background: none;
    transition: visibility 0s, all 0.2s ease-in-out;
    padding: 0 10px;
    width: 100%;
    left: 0;
    bottom: 10px
}

.single-artist .video-block .video-js .vjs-control-bar .vjs-control,
.event-single .video-block .video-js .vjs-control-bar .vjs-control,
.music-single .video-block .video-js .vjs-control-bar .vjs-control {
    text-shadow: none
}

.single-artist .video-block .video-js .vjs-control-bar .vjs-progress-holder,
.event-single .video-block .video-js .vjs-control-bar .vjs-progress-holder,
.music-single .video-block .video-js .vjs-control-bar .vjs-progress-holder {
    height: 2px;
    padding: 20px 0
}

.single-artist .video-block .video-js .vjs-control-bar .vjs-progress-holder div,
.event-single .video-block .video-js .vjs-control-bar .vjs-progress-holder div,
.music-single .video-block .video-js .vjs-control-bar .vjs-progress-holder div {
    height: 2px;
    top: 20px
}

.single-artist .video-block .video-js .vjs-control-bar .vjs-load-progress,
.event-single .video-block .video-js .vjs-control-bar .vjs-load-progress,
.music-single .video-block .video-js .vjs-control-bar .vjs-load-progress {
    background: #FFF
}

.single-artist .video-block .video-js .vjs-control-bar .vjs-load-progress div,
.event-single .video-block .video-js .vjs-control-bar .vjs-load-progress div,
.music-single .video-block .video-js .vjs-control-bar .vjs-load-progress div {
    display: none
}

.single-artist .video-block .video-js .vjs-control-bar .vjs-slider,
.event-single .video-block .video-js .vjs-control-bar .vjs-slider,
.music-single .video-block .video-js .vjs-control-bar .vjs-slider {
    text-shadow: none;
    box-shadow: none;
    background: none
}

.single-artist .video-block .video-js .vjs-control-bar .vjs-slider:before,
.event-single .video-block .video-js .vjs-control-bar .vjs-slider:before,
.music-single .video-block .video-js .vjs-control-bar .vjs-slider:before {
    content: "";
    position: absolute;
    top: 20px;
    width: 100%;
    left: 0;
    height: 2px;
    background: #000
}

.single-artist .video-block video,
.event-single .video-block video,
.music-single .video-block video {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 700px;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0)
}

.single-artist .video-block.double-video .sub-video,
.event-single .video-block.double-video .sub-video,
.music-single .video-block.double-video .sub-video {
    margin: 0 10px 50px 0;
    float: left;
    transform: none;
    left: auto;
    height: auto;
    left: 50%;
    transform: translate(-50%, 0);
    position: relative
}

@media only screen and (max-width:1024px) {

    .single-artist .video-block.double-video .sub-video,
    .event-single .video-block.double-video .sub-video,
    .music-single .video-block.double-video .sub-video {
        width: 100%;
        margin: 10px 0
    }
}

.single-artist .video-block.double-video .sub-video:nth-child(2),
.event-single .video-block.double-video .sub-video:nth-child(2),
.music-single .video-block.double-video .sub-video:nth-child(2) {
    margin: 0 0 0 10px
}

@media only screen and (max-width:1024px) {

    .single-artist .video-block.double-video .sub-video:nth-child(2),
    .event-single .video-block.double-video .sub-video:nth-child(2),
    .music-single .video-block.double-video .sub-video:nth-child(2) {
        margin: 10px 0
    }
}

.single-artist .slider-block,
.event-single .slider-block,
.music-single .slider-block {
    margin: 50px 0;
    padding: 0 40px;
    position: relative;
    float: left;
    width: 100%
}

@media only screen and (max-width:1024px) {

    .single-artist .slider-block,
    .event-single .slider-block,
    .music-single .slider-block {
        padding: 0 20px
    }
}

.single-artist .slider-block .swiper-container,
.event-single .slider-block .swiper-container,
.music-single .slider-block .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 0;
    z-index: 1
}

@media only screen and (max-width:1024px) {

    .single-artist .slider-block .swiper-container,
    .event-single .slider-block .swiper-container,
    .music-single .slider-block .swiper-container {
        width: 80%
    }
}

.single-artist .slider-block .swiper-container .swiper-slide img,
.event-single .slider-block .swiper-container .swiper-slide img,
.music-single .slider-block .swiper-container .swiper-slide img {
    max-width: 100%;
    height: auto;
    position: relative;
    width: auto;
    max-height: calc(90% - 40px);
    margin-bottom: 5px;
    top: 0;
    left: 50%;
    max-width: 800px;
    transform: translate(-50%, 0%)
}

@media only screen and (max-width:1024px) {

    .single-artist .slider-block .swiper-container .swiper-slide img,
    .event-single .slider-block .swiper-container .swiper-slide img,
    .music-single .slider-block .swiper-container .swiper-slide img {
        max-width: 100%
    }
}

.single-artist .slider-block .swiper-container .swiper-button,
.event-single .slider-block .swiper-container .swiper-button,
.music-single .slider-block .swiper-container .swiper-button {
    width: 50%;
    top: 0;
    left: 0;
    left: auto;
    height: 100%;
    background: none;
    transition: visibility 0s, all 0.2s ease-in-out;
    margin-top: 0;
    cursor: url(../dist/img/arrow-left.svg) 50 25, auto
}

@media only screen and (max-width:1024px) {

    .single-artist .slider-block .swiper-container .swiper-button,
    .event-single .slider-block .swiper-container .swiper-button,
    .music-single .slider-block .swiper-container .swiper-button {
        margin-top: -15px
    }
}

@media only screen and (max-width:1024px) and (max-width:767px) {

    .single-artist .slider-block .swiper-container .swiper-button,
    .event-single .slider-block .swiper-container .swiper-button,
    .music-single .slider-block .swiper-container .swiper-button {
        display: none
    }
}

.single-artist .slider-block .swiper-container .swiper-button:after,
.event-single .slider-block .swiper-container .swiper-button:after,
.music-single .slider-block .swiper-container .swiper-button:after {
    display: none
}

.single-artist .slider-block .swiper-container .swiper-button.swiper-button-disabled,
.event-single .slider-block .swiper-container .swiper-button.swiper-button-disabled,
.music-single .slider-block .swiper-container .swiper-button.swiper-button-disabled {
    opacity: 0;
    visibility: hidden
}

.single-artist .slider-block .swiper-container .swiper-button svg,
.event-single .slider-block .swiper-container .swiper-button svg,
.music-single .slider-block .swiper-container .swiper-button svg {
    width: 40px;
    top: 50%;
    position: absolute;
    left: 0;
    transform: translate(0, -50%) rotate(180deg);
    display: none;
    overflow: visible
}

@media only screen and (max-width:1024px) {

    .single-artist .slider-block .swiper-container .swiper-button svg,
    .event-single .slider-block .swiper-container .swiper-button svg,
    .music-single .slider-block .swiper-container .swiper-button svg {
        display: inline;
        height: 15px;
        margin: 0 5px;
        width: auto
    }
}

.single-artist .slider-block .swiper-container .swiper-button.swiper-button-next,
.event-single .slider-block .swiper-container .swiper-button.swiper-button-next,
.music-single .slider-block .swiper-container .swiper-button.swiper-button-next {
    cursor: url(../dist/img/arrow-right-v2.svg) 50 25, auto;
    left: auto;
    right: 0
}

.single-artist .slider-block .swiper-container .swiper-button.swiper-button-next svg,
.event-single .slider-block .swiper-container .swiper-button.swiper-button-next svg,
.music-single .slider-block .swiper-container .swiper-button.swiper-button-next svg {
    transform: translate(0, -50%) rotate(0deg);
    right: 0;
    left: auto
}

.single-artist .footnote,
.event-single .footnote,
.music-single .footnote {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 0 40px;
    text-align: center;
    color: #fff;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400
}

@media only screen and (min-width:1680px) {

    .single-artist .footnote,
    .event-single .footnote,
    .music-single .footnote {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-artist .footnote,
    .event-single .footnote,
    .music-single .footnote {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-artist .footnote,
    .event-single .footnote,
    .music-single .footnote {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

.single-artist .footnote p,
.event-single .footnote p,
.music-single .footnote p {
    margin: 0
}

.single-artist .separator,
.event-single .separator,
.music-single .separator {
    width: calc(100% - 60px);
    margin: 0 30px;
    border: 1px solid rgba(255, 255, 255, .2);
    position: relative;
    float: left
}

.single-artist .separator:last-of-type,
.event-single .separator:last-of-type,
.music-single .separator:last-of-type {
    display: none
}

@media only screen and (max-width:1024px) {

    .single-artist .separator,
    .event-single .separator,
    .music-single .separator {
        margin: 0 20px;
        width: calc(100% - 40px)
    }
}

.single-artist .download-block,
.event-single .download-block,
.music-single .download-block {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 50px 0;
    padding: 0 100px
}

.single-artist .download-block a,
.event-single .download-block a,
.music-single .download-block a {
    color: #fff;
    text-decoration: none;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (min-width:1680px) {

    .single-artist .download-block a,
    .event-single .download-block a,
    .music-single .download-block a {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-artist .download-block a,
    .event-single .download-block a,
    .music-single .download-block a {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .single-artist .download-block a,
    .event-single .download-block a,
    .music-single .download-block a {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-artist .download-block a,
    .event-single .download-block a,
    .music-single .download-block a {
        font-size: 18px
    }
}

.single-artist .download-block a p,
.event-single .download-block a p,
.music-single .download-block a p {
    display: inline-block
}

.single-artist .download-block a span,
.event-single .download-block a span,
.music-single .download-block a span {
    color: #FF715B
}

.single-artist .related-products-row,
.event-single .related-products-row,
.music-single .related-products-row {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 50px 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 25px
}

@media only screen and (max-width:1024px) {

    .single-artist .related-products-row,
    .event-single .related-products-row,
    .music-single .related-products-row {
        padding: 0 20px
    }
}

.single-artist .related-products-row .item,
.event-single .related-products-row .item,
.music-single .related-products-row .item {
    width: calc(50% - 30px);
    position: relative;
    display: inline-block;
    position: relative;
    text-decoration: none;
    margin-bottom: 30px
}

.single-artist .related-products-row .item:before,
.event-single .related-products-row .item:before,
.music-single .related-products-row .item:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6666666667%
}

.single-artist .related-products-row .item>div,
.event-single .related-products-row .item>div,
.music-single .related-products-row .item>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media only screen and (max-width:1024px) {

    .single-artist .related-products-row .item,
    .event-single .related-products-row .item,
    .music-single .related-products-row .item {
        width: 100%
    }
}

.single-artist .related-products-row .item .text,
.event-single .related-products-row .item .text,
.music-single .related-products-row .item .text {
    color: #fff;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: visibility 0s, all 0.2s ease-in-out;
    right: auto;
    bottom: auto;
    z-index: 2
}

@media only screen and (min-width:1680px) {

    .single-artist .related-products-row .item .text,
    .event-single .related-products-row .item .text,
    .music-single .related-products-row .item .text {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-artist .related-products-row .item .text,
    .event-single .related-products-row .item .text,
    .music-single .related-products-row .item .text {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .single-artist .related-products-row .item .text,
    .event-single .related-products-row .item .text,
    .music-single .related-products-row .item .text {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-artist .related-products-row .item .text,
    .event-single .related-products-row .item .text,
    .music-single .related-products-row .item .text {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-artist .related-products-row .item .text,
    .event-single .related-products-row .item .text,
    .music-single .related-products-row .item .text {
        opacity: 1
    }
}

.single-artist .related-products-row .item .cover,
.event-single .related-products-row .item .cover,
.music-single .related-products-row .item .cover {
    transition: visibility 0s, all 0.2s ease-in-out;
    z-index: 1
}

@media only screen and (max-width:1024px) {

    .single-artist .related-products-row .item .cover:after,
    .event-single .related-products-row .item .cover:after,
    .music-single .related-products-row .item .cover:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #000;
        opacity: .2;
        width: 100%;
        height: 100%;
        z-index: 1
    }
}

.single-artist .related-products-row .item:hover .text,
.event-single .related-products-row .item:hover .text,
.music-single .related-products-row .item:hover .text {
    opacity: 1
}

.single-artist .related-products-row .item:hover .cover,
.event-single .related-products-row .item:hover .cover,
.music-single .related-products-row .item:hover .cover {
    opacity: .6
}

.single-artist .spotify-playlists,
.event-single .spotify-playlists,
.music-single .spotify-playlists {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 0 30px;
    margin: 0 0 50px
}

@media only screen and (max-width:1024px) {

    .single-artist .spotify-playlists,
    .event-single .spotify-playlists,
    .music-single .spotify-playlists {
        padding: 0 20px
    }
}

.single-artist .spotify-playlists .playlist-item,
.event-single .spotify-playlists .playlist-item,
.music-single .spotify-playlists .playlist-item {
    margin: 50px 0 0;
    width: 100%;
    height: auto;
    position: relative;
    float: left
}

.single-artist .spotify-playlists .playlist-item .cover,
.event-single .spotify-playlists .playlist-item .cover,
.music-single .spotify-playlists .playlist-item .cover {
    width: calc(50% - 15px);
    height: auto;
    position: relative;
    float: left
}

.single-artist .spotify-playlists .playlist-item .cover:before,
.event-single .spotify-playlists .playlist-item .cover:before,
.music-single .spotify-playlists .playlist-item .cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.single-artist .spotify-playlists .playlist-item .cover>div,
.event-single .spotify-playlists .playlist-item .cover>div,
.music-single .spotify-playlists .playlist-item .cover>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media only screen and (max-width:767px) {

    .single-artist .spotify-playlists .playlist-item .cover,
    .event-single .spotify-playlists .playlist-item .cover,
    .music-single .spotify-playlists .playlist-item .cover {
        width: 100%;
        margin: 0 0 20px 0
    }
}

.single-artist .spotify-playlists .playlist-item .playlist,
.event-single .spotify-playlists .playlist-item .playlist,
.music-single .spotify-playlists .playlist-item .playlist {
    width: calc(50% - 15px);
    float: right;
    height: auto;
    position: relative;
    position: relative
}

.single-artist .spotify-playlists .playlist-item .playlist:before,
.event-single .spotify-playlists .playlist-item .playlist:before,
.music-single .spotify-playlists .playlist-item .playlist:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.single-artist .spotify-playlists .playlist-item .playlist>div,
.event-single .spotify-playlists .playlist-item .playlist>div,
.music-single .spotify-playlists .playlist-item .playlist>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media only screen and (max-width:767px) {

    .single-artist .spotify-playlists .playlist-item .playlist,
    .event-single .spotify-playlists .playlist-item .playlist,
    .music-single .spotify-playlists .playlist-item .playlist {
        width: 100%
    }
}

.single-artist .spotify-playlists .playlist-item .playlist iframe,
.event-single .spotify-playlists .playlist-item .playlist iframe,
.music-single .spotify-playlists .playlist-item .playlist iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.single-artist .songkick,
.event-single .songkick,
.music-single .songkick {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 50px 0 30px;
    padding: 0 50px
}

@media only screen and (min-width:1025px) {

    .single-artist .songkick,
    .event-single .songkick,
    .music-single .songkick {
        left: 50%;
        transform: translate(-50%, 0)
    }
}

@media only screen and (max-width:1024px) {

    .single-artist .songkick,
    .event-single .songkick,
    .music-single .songkick {
        padding: 0 20px
    }
}

.single-artist .songkick a,
.event-single .songkick a,
.music-single .songkick a {
    color: #fff
}

.single-artist .songkick a:hover,
.event-single .songkick a:hover,
.music-single .songkick a:hover {
    color: #fff
}

.single-artist .title,
.event-single .title,
.music-single .title {
    color: #FF715B;
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
    height: auto
}

@media only screen and (min-width:1680px) {

    .single-artist .title,
    .event-single .title,
    .music-single .title {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {

    .single-artist .title,
    .event-single .title,
    .music-single .title {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

@media only screen and (max-width:1024px) and (max-width:350px) {

    .single-artist .title,
    .event-single .title,
    .music-single .title {
        font-size: 16px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {

    .single-artist .title,
    .event-single .title,
    .music-single .title {
        font-size: 18px
    }
}

.single-artist .spotify-playlists .title.optional,
.event-single .spotify-playlists .title.optional,
.music-single .spotify-playlists .title.optional {
    margin: 20px 0 0
}

.single-artist .video-block .title.optional,
.event-single .video-block .title.optional,
.music-single .video-block .title.optional {
    position: absolute;
    top: -30px;
    left: 30px
}

.single-artist .slider-block .title.optional,
.event-single .slider-block .title.optional,
.music-single .slider-block .title.optional {
    position: absolute;
    top: -30px;
    left: 30px
}

.single-artist .related-products-row .title.optional,
.event-single .related-products-row .title.optional,
.music-single .related-products-row .title.optional {
    position: absolute;
    top: -30px;
    left: 30px
}

@media only screen and (max-width:1024px) {

    .single-artist .title.optional,
    .event-single .title.optional,
    .music-single .title.optional {
        display: none
    }
}

@media only screen and (min-width:1025px) {
    .music-single .cover-part {
        height: 100vh
    }
}

@media only screen and (max-width:1024px) {
    .music-single .cover-part {
        height: auto;
        padding: 20px 20px 0;
        margin-bottom: 0
    }
}

@media only screen and (max-width:1024px) {
    .music-single .video-block {
        margin: 0
    }
}

@media only screen and (max-width:1024px) {
    .music-single .playlist {
        margin: 0 20px
    }
}

.music-single .separator {
    display: none
}

@media only screen and (max-width:1024px) {
    .music-single .separator {
        display: inline-block;
        margin: 40px 20px
    }
}

#editorial-event-tax .item {
    width: 100%;
    height: 60vh
}

#editorial-event-tax .item.alone {
    height: 100vh
}

@media only screen and (max-width:1024px) {
    #editorial-event-tax .item.alone {
        height: calc(100vh - 120px)
    }
}

#editorial-event-tax .item .cover {
    width: 100%;
    height: 100%
}

#editorial-event-tax .item .text .date {
    font-family: "Barlow";
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400
}

@media only screen and (min-width:1680px) {
    #editorial-event-tax .item .text .date {
        font-size: 18px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    #editorial-event-tax .item .text .date {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    #editorial-event-tax .item .text .date {
        font-size: 18px;
        letter-spacing: -.1px
    }
}

.events-template-default .separator {
    display: none
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    font-family: "Barlow";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale
}

a {
    color: #000;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline: none
}

input[type=text],
input[type=email],
input[type=number],
textarea {
    -webkit-appearance: none;
    border-radius: 0
}

input,
textarea {
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    -webkit-border-radius: 0
}

textarea {
    resize: none
}

input:focus {
    outline: none
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

textarea:focus {
    outline: none
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

::-webkit-input-placeholder {
    color: #909
}

:-moz-placeholder {
    color: #909;
    opacity: 1
}

::-moz-placeholder {
    color: #909;
    opacity: 1
}

:-ms-input-placeholder {
    color: #909
}

::-moz-selection {
    color: #000;
    background: #9CF
}

::selection {
    color: #000;
    background: #9CF
}

:focus {
    outline: none
}

::-moz-focus-inner {
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400
}

p {
    margin-bottom: 20px;
    margin-top: 0
}

.container-fluid {
    max-width: 1280px;
    margin: 0 auto
}

.img-responsive {
    width: 100%
}

.fullscreen {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh) * 100);
    margin: 0;
    padding: 0
}

.cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.slick-slide,
.slick-slide img {
    outline: none
}

.fluid-embed {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: 0;
    z-index: 2
}

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

.transition {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out
}

.v-middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.bg-fixed {
    background-attachment: fixed;
    -webkit-backface-visibility: inherit !important;
    backface-visibility: inherit !important
}

.bg-parallaxed {
    background-position: 50% 0
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .4cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    margin: 0 0 -4px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin: 0;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    margin: 5px 5px 0 0
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
    content: "";
    display: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #0073aa;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #0073aa
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #0073aa
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #0073aa
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #0073aa
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected],
.select2-container--classic .select2-results__option--highlighted[data-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #0073aa
}

.cookielawinfo-column-1 {
    width: 25%
}

.cookielawinfo-column-2 {
    width: 10%
}

.cookielawinfo-column-3 {
    width: 15%
}

.cookielawinfo-column-4 {
    width: 50%
}

.cookielawinfo-simple thead {
    width: 100%
}

.cookielawinfo-simple td {
    padding: 5px 5px 5px 0;
    vertical-align: top
}

.cookielawinfo-simple thead th {
    padding-right: 10px;
    text-align: left
}

.cookielawinfo-modern {
    border: 1px solid #e3e3e3;
    background-color: #f2f2f2;
    width: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px
}

.cookielawinfo-modern td,
.cookielawinfo-modern th {
    padding: 5px;
    color: #333
}

.cookielawinfo-modern thead {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding: .2em 0 .2em .5em;
    text-align: left;
    color: #4B4B4B;
    background-color: #C8C8C8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6, #B3B3B3));
    background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);
    border-bottom: solid 1px #999
}

.cookielawinfo-modern th {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-shadow: #fff 1px 1px 1px
}

.cookielawinfo-modern td {
    line-height: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff
}

.cookielawinfo-modern tr.cookielawinfo-row:hover {
    background-color: #fff
}

.cookielawinfo-elegant {
    border: 1px solid #DFDFDF;
    background-color: #F9F9F9;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
    color: #333
}

.cookielawinfo-elegant tr {
    border-top-color: #fff;
    border-bottom: 1px solid #DFDFDF;
    color: #555
}

.cookielawinfo-elegant th {
    text-shadow: rgba(255, 255, 255, .796875) 0 1px 0;
    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    font-weight: 400;
    padding: 7px 7px 8px;
    text-align: left;
    line-height: 1.3em;
    font-size: 14px
}

.cookielawinfo-elegant td {
    font-size: 12px;
    padding: 4px 7px 2px;
    vertical-align: top
}

.cookielawinfo-rounded {
    background-color: #f5f5f5;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ebebeb
}

.cookielawinfo-rounded td,
.rounded th {
    padding: 1px 5px
}

.cookielawinfo-rounded thead {
    text-shadow: 0 1px 0 #fff;
    color: #999
}

.cookielawinfo-rounded th {
    text-align: left;
    text-transform: uppercase;
    font-size: 11pt;
    border-bottom: 1px solid #fff;
    padding: 1px 5px
}

.cookielawinfo-rounded td {
    font-size: 10pt;
    padding: 5px
}

.cookielawinfo-rounded tr.cookielawinfo-row:hover {
    background-color: #fff
}

table.cookielawinfo-classic {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333
}

table.cookielawinfo-classic thead tr th {
    text-transform: uppercase;
    background: #e2e2e2
}

table.cookielawinfo-classic tfoot tr th,
table.cookielawinfo-classic tfoot tr td {
    text-transform: uppercase;
    color: #000;
    font-weight: 700
}

table.cookielawinfo-classic tfoot tr th {
    width: 20%
}

table.cookielawinfo-classic tfoot tr td {
    width: 80%
}

table.cookielawinfo-classic td,
table.cookielawinfo-classic th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    line-height: 1.8em;
    font-size: .8em;
    vertical-align: top;
    width: 20%
}

table.cookielawinfo-classic tr.odd th,
table.cookielawinfo-classic tr.odd td {
    background: #efefef
}

table.cookielawinfo-winter {
    font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
    padding: 0;
    margin: 10px 0 20px;
    border-collapse: collapse;
    color: #333;
    background: #F3F5F7
}

table.cookielawinfo-winter a {
    color: #3A4856;
    text-decoration: none;
    border-bottom: 1px solid #C6C8CB
}

table.cookielawinfo-winter a:visited {
    color: #777
}

table.cookielawinfo-winter a:hover {
    color: #000
}

table.cookielawinfo-winter caption {
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
    font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif
}

table.cookielawinfo-winter thead th {
    background: #3A4856;
    padding: 15px 10px;
    color: #fff;
    text-align: left;
    font-weight: 400
}

table.cookielawinfo-winter tbody {
    border-left: 1px solid #EAECEE;
    border-right: 1px solid #EAECEE
}

table.cookielawinfo-winter tbody {
    border-bottom: 1px solid #EAECEE
}

table.cookielawinfo-winter tbody td,
table.cookielawinfo-winter tbody th {
    padding: 10px;
    text-align: left
}

table.cookielawinfo-winter tbody tr {
    background: #F3F5F7
}

table.cookielawinfo-winter tbody tr.odd {
    background: #F0F2F4
}

table.cookielawinfo-winter tbody tr:hover {
    background: #EAECEE;
    color: #111
}

table.cookielawinfo-winter tfoot td,
table.cookielawinfo-winter tfoot th,
table.cookielawinfo-winter tfoot tr {
    text-align: left;
    font: 120% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
    text-transform: uppercase;
    background: #fff;
    padding: 10px
}

@media(max-width:800px) {

    table.cookielawinfo-row-cat-table td,
    table.cookielawinfo-row-cat-table th {
        width: 23%;
        font-size: 12px
    }

    table.cookielawinfo-row-cat-table .cookielawinfo-column-4,
    table.cookielawinfo-row-cat-table .cookielawinfo-column-4 {
        width: 45%
    }
}

.cookielawinfo-row-cat-title {
    border-bottom: 1px solid #eee;
    text-align: center
}

.cookielawinfo-row-cat-title-head {
    text-align: center
}

.cookielawinfo-row-cat-table {
    width: 99%;
    margin-left: 5px;
    word-wrap: break-word;
    table-layout: fixed
}

.cli-tab-section .cookielawinfo-row-cat-table {
    width: 100%;
    margin-left: 0
}

.cli-tab-section .cookielawinfo-row-cat-table td,
.cli-tab-section .cookielawinfo-row-cat-table th {
    font-size: 12px
}

#services {
    color: #fff;
    height: auto;
    min-height: 100vh; 
    background: #333;
    background-size: cover; 
}
#services .hero {
    font-size: 150%;
    max-width: 1000px;
    text-align: justify;
}
#services .hero h1 {
    padding-top: 20vw;
}
