:root {
    --vandy-margin: 15px;
    --vandy-wide-margin: 30px;
    --vandy-plum: rgb(79, 73, 86);
    --vandy-plum--light: #7a617b;
    --vandy-plum--lighter: #c1a4c2;
    --vandy-purple: #5e2750;
    --vandy-purple--lighter: #a4237f;
    --vandy-purple--light: #8a84c8;
    --vandy-pink: #dc1d85;
}

html {
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #4f4956 black;
}

.jmd-nav__list-item-1 > a {
    margin-right: 15px;
}

body:lang('en') {
    background: black;
}

html[lang='fr'] .jmd-nav__list-item-1 > a[href^="/en/"],
html[lang='fr'] .jmd-nav__list-item-1 > a[href^="/en/"] ~ *,
html[lang='fr'] .jmd-nav__list-item-1 > a[data-link-title="Store"] {
    display: none;
}

html[lang='en-US'] .jmd-nav__list-item-1 > a[href^="/fr/"],
html[lang='en-US'] .jmd-nav__list-item-1 > a[href^="/fr/"] ~ *,
html[lang='en-US'] .jmd-nav__list-item-1 > a[data-link-title="Boutique"] {
    display: none;
}

html::-webkit-scrollbar {
    width: 8px;
}
  
html::-webkit-scrollbar-track {
    background: black;
}

html::-webkit-scrollbar-thumb {
    background-color: #4f4956;
    border: 0;
}

html * {
    scrollbar-width: inherit;
    scrollbar-color: inherit;
}

html.wf-loading {
    display: none;
}

html *,
html *:before,
html *:after {
    box-sizing: inherit;
}

#content_area {
    max-width: 100%;
}

.n {
    padding: 0 !important;
}

.preload, .preload * {
    transition: none !important;
}

body {
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}
body.cc-page a, a:link {
    color: var(--vandy-purple--light);
    font-weight: bold;
}
body.cc-page a:visited {
    color: var(--vandy-plum--lighter)
}

.btnv {
    position: absolute;
    bottom: 220px;
    transform: translateY(-50%);
    transition: filter 0.2s ease-in-out;
}
.btnv.left {
    left: 50px;
}
.btnv.right {
    right: 50px;
}
.btnv:hover {
    cursor: pointer;
    filter: brightness(80%);
}
h1,
h2,
h3,
h4 {
    text-align: left !important;
}
body {
    padding: 0;
    margin: 0;
    height: inherit;
    font-family: sans-serif;
    background-color: #d8d8d8;
}
h1,
h2,
h3,
h4 {
    text-transform: uppercase;
    font-family: 'korolev';
    color: #5e2750 !important;
}
body.cc-page h1 > a:link,
body.cc-page h2 > a:link,
body.cc-page h3 > a:link,
body.cc-page h1 > a:visited,
body.cc-page h2 > a:visited,
body.cc-page h3 > a:visited {
    text-decoration: none;
    color: var(--vandy-purple);
}

div.j-cart.is-empty {
    display: none;
}

br {
    margin-bottom: .25rem;
}

div.j-cart {
    top: 100px;
}

div.j-cart-icon {
    background: rgba(79, 73, 86, .9);
}

div.j-catalog-product {
    background-image: none !important;
}

blockquote.content-blockquote {
    font-weight: 600;
    padding: 0;
    margin: 2rem 0;

    &:before {
        content: "\""
    }
    &:after {
        content: "\""
    }
}

@media(max-width: 80rem) {
    div.j-cart {
        top: 0;
        transform: translateX(-50%);
    }
}

@media(max-width: 600px) {
    div[class*="cc-shop-product-size"] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    div.cc-shop-product-img {
        max-width: 100% !important;
        float: initial !important;
        margin-bottom: 2rem;
    }
}

.j-header.n {
    padding: 0;
}

.j-header > h1 {
    margin: -15px;
    transform: translateY(-100%);
    padding: 0;
    line-height: .7em;
    color: white !important;
    font-size: 80pt;
    font-family: korolev-condensed !important;
    position: absolute;
}

/*.j-header > h1::after, .section-title__subtitle::after {
    content: ".";
    font-size: 120pt;
    margin-left: 15pt;
}*/

@media(max-width: 600px) {
    .j-header > h1 {
        font-size: 48pt;
    }
    
    .j-header > h1::after {
        margin-left: 0;
    }    
}

.section-title {
    margin: 0 0 2rem 3rem;
}

.section-intro {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
    align-items: flex-start;
}

.section-intro > * {
    flex: 1;
    max-width: 48%;
}

.section-intro__recto > footer {
    margin: 2rem auto;
}

.section-intro__verso {
    background: rgb(79, 73, 86);
    color: rgb(162, 136, 147);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px;
    line-height: 2;
    position: relative;
}

.content .section-intro__verso > p,
.content .section-intro__verso > a {
    color: rgb(162, 136, 147);
    text-decoration: none;
}

.content .section-intro__verso > p:last-of-type {
    margin-bottom: 0 !important;
}

.section-intro__verso img {
    max-width: 100%;
}

.section-intro__verso figcaption {
    text-align: left;
}

ul.list-content li {
    margin-bottom: 1em;
    text-align: left;
}

@media(max-width: 1024px) {
    .section-title > * {
        margin: auto;
    }

    .section-intro {
        display: block;
    }

    .section-intro > * {
        max-width: 100%;
    }

    .section-intro__verso {
        padding: 30px;
    }
}

@media(max-width: 600px) {
    .section-title {
        margin: 0 auto 2.5rem auto;
    }

    .section-title > .section-title__subtitle {
        font-size: 30pt !important;
    }

    .section-title__subtitle::after {
        font-size: 90pt;
    }

    .section-title > .section-title__title {
        font-size: 16pt !important;
    }

    .section-intro__verso {
        padding: 15px;
    }
}

.faq {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30em, 1fr));
    grid-gap: var(--vandy-margin);
}

.faq__item {
    background: rgb(79, 73, 86);
    color: rgb(162, 136, 147);
    padding: var(--vandy-wide-margin);
    max-width: calc(100vw - var(--vandy-margin) * 4);
}

.content .faq__item > h3 {
    color: rgb(162, 136, 147) !important;
}

.content .faq__item > p {
    color: white;
    margin: 0;
}

h2 {
    font: normal normal bold 30px/140% korolev, cursive !important;
}

div.hr {
    border-bottom-style: solid !important;
    border-color: #b998b1 !important;
}

h3 {
    font-size: 1.5em !important;
}
#logo {
    height: 60px;
}
.line {
    width: 30px;
    height: 3px;
    background-color: white;
    transition: background-color 0.75s ease-in-out;
}
.line:not(:first-of-type) {
    margin-top: 5px;
}
.menu {
    height: 100px;
    position: fixed;
    width: 100%;
    padding: 15px;
    transition: all 0.2s ease-in-out;
    z-index: 100;
    top: 0;
    background-color: rgba(94, 39, 80, 0.85);
}

.menu.sec {
    position: sticky;
}

.main-columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.main-columns__column {
    box-sizing: inherit !important;
    width: auto !important;
    flex: 1 calc(100% / 3 - 1rem);
    flex-grow: 0;
    padding: 1rem !important;
    position: relative;
}

.main-columns__column:before {
    position: absolute;
    content: "";
    top: 5rem;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid var(--vandy-pink);
}

.main-columns__column__image {
    height: 260px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.main-columns__column__text {
    text-align: justify;
    margin-top: 1rem !important;
}

.main-columns__column__heading {
    text-align: center !important;
    margin-top: 1rem !important;
}

#menu__container {
    font-family: 'tk-korolev-compressed-n3';
    font-size: 27px;
    text-transform: uppercase;
    position: absolute;
    right: 50px;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
}

.menu.sticky {
    background-color: rgba(94, 39, 80, 1);
}
.menu__content {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-37%);
    transition: filter 0.2s ease-in-out;
}
.menu__content:hover {
    filter: brightness(80%);
}
.menu__toggle {
    display: none;
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.menu__toggle:hover {
    cursor: pointer;
}

.mainNav1, .mainNav2, .j-nav-level-1 {
    font-family: 'tk-korolev-compressed-n3';
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 27px;
    text-transform: uppercase;
}

.j-nav-level-2 {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .1s ease-in-out;
    /* background: linear-gradient(to bottom, rgba(79,73,86,.7), rgb(79, 73, 86) 100%); 
    backdrop-filter: blur(5px); */
    padding: 30px 15px 15px 15px;
    list-style: none;
    margin: 0;
    font-size: 16pt;
}

.j-nav-level-2::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(79, 73, 86);
    content: "";
    z-index: -1;
    clip-path: polygon(0 0, 15px 15px, 100% 15px, 100% 100%, 0 100%)
}

.j-nav-has-children:hover .j-nav-level-2, .j-nav-level-2:hover {
    opacity: 1;
    pointer-events: auto;
}

@media(max-width: 1280px) {
    .jmd-nav__list-item-1 {
        display: flex !important;
        flex-wrap: wrap;
        line-height: 1em;
    }

    .j-nav-level-2 {
        padding-top: 1rem;
    }

    .j-nav-level-2::after {
        clip-path: none;
    }

    .jmd-nav__list-item-2 > a {
        flex: 1;
    }

    .j-nav-has-children > a {
        margin-right: -.5em !important;
    }

    .jmd-nav__toggle-button:after {
        content: "+";
        background: rgb(79, 73, 86);
        display: inline-block;
        width: 1em;
        height: 1em;
        color: white;
    }

    .j-nav-level-2 {
        width: 100%;
        position: relative;
        opacity: 1;
        max-height: 0;
        transition: all .2s ease-in-out;
        overflow: hidden;
        padding: 0;
    }

    .jmd-nav__item--last-opened .j-nav-level-2 {
        max-height: 1000px;
        pointer-events: auto;
        padding-top: 1rem;
    }
}

.btn-main {
    position: relative;
}

.btn-main > img {
    transition: all 0.2s ease-in-out;
    max-width: 100%;
}

.services .btn-main > img {
    height: 268px;
    object-fit: cover;
    object-position: center;
}

.btn-main > img:hover {
    filter: saturate(1.5);
}

.mainNav1 {
    margin-left: 1.5em;
    padding-left: 0.5em;
    border-left: 1px solid #666;
}

.mainNav1 > li {
    display: inline-block;
    margin-right: 0.5em;
}

#mainNav2 {
    display: none;
}

.mainNav2 > li, .j-nav-level-1 > li {
    display: inline-block;
}
.mainNav1 > li:last-of-type,
.mainNav2 > li:last-of-type, .j-nav-level-1 > li:last-of-type {
    margin-right: 0;
}
.j-nav-level-1 > li a,
.j-nav-level-1 > li a:visited {
    color: #d8d8d8;
    text-decoration: none;
    font-weight: 200;
    transition: color 0.2s ease-in-out;
}
.mainNav2 > li a:hover,
.mainNav2 > li a.current, .j-nav-level-1 > li a:hover, .j-nav-level-1 > li.jmd-nav__item--current > a.jmd-nav__link--current {
    color: #7a617b;
}
#mainNav1 > li > a {
    text-decoration: none;
}

.jmd-nav__list-item-2:not(:last-of-type) {
    margin-bottom: 15px;
}

.container,
#cc-inner {
    height: 100%;
}
.header {
    height: 100%;
    position: relative;
}
#header.sec {
    display: none;
}
#header.sec * {
    display: none;
}
.header__content {
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    text-align: center;
    width: 250px;
    max-width: 50%;
}
.header__content img {
    margin: auto;
}
.header__next {
    display: block;
    animation: arrows 3.8s infinite;
    animation-delay: 1s;
    margin: 70px auto 0 auto;
    width: 110px;
}

.content {
    background-color: #ded7dc;
    /* background: linear-gradient(to bottom, rgba(164, 139, 157, 0.5), rgba(164, 139, 157, .5)), url('https://u.jimcdn.com/cms/o/s8790eb88b43dd1a4/userlayout/img/background.jpg?t=1608045039'); */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 15px;
    min-height: calc(65% - 60px);
}
.content__wrapper {
    max-width: 80rem;
    background: white;
    margin: 2rem auto 2rem auto;
    padding: 10px 45px 45px 45px;
}

.content__wrapper.hub {
    margin: 6rem auto 2rem auto;
    padding: 15px;
}

@media(max-width: 600px) {
    .content__wrapper {
        padding: 15px;
    }
}

.content__image--side {
    float: left;
    margin: 0 15px 15px 0;
}
.content p {
    text-align: justify;
    line-height: 2;
    margin-bottom: 1.5em;
    color: rgb(90, 90, 90)
}
.content p:first-of-type {
    margin-top: 0;
}
.background {
    position: fixed;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.background:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
#background.sec {
    height: 35%;
    background-position: left bottom;
}
#background.sec:before {
    background-color: rgba(0, 0, 0, 0.6);
}
.footer {
    font-size: smaller;
    padding: 15px;
    background-color: rgba(94, 39, 80, 0.85);
    color: white;
    padding-bottom: 4rem;
}

.footer a:link, .footer a:visited {
    color: #CCC;
}
.footer__wrapper {
    max-width: 50rem;
    margin: auto;
}
.scrollTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    opacity: 0;
    pointer-events: none;
}
.gallery {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.gallery__item {
    display: inline-block;
    margin-right: 5px;
}
.gallery__item:last-of-type {
    margin-right: 0;
}
.gallery__item__image:hover {
    cursor: pointer;
}
.gallery__item__name {
    display: block;
    text-align: center;
    font-size: smaller;
}
@-moz-keyframes arrows {
    0%,
    100%,
    20%,
    60% {
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateY(-10px);
    }
    40%,
    80% {
        transform: translateY(10px);
    }
}
@-webkit-keyframes arrows {
    0%,
    100%,
    20%,
    60% {
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateY(-10px);
    }
    40%,
    80% {
        transform: translateY(10px);
    }
}
@-o-keyframes arrows {
    0%,
    100%,
    20%,
    60% {
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateY(-10px);
    }
    40%,
    80% {
        transform: translateY(10px);
    }
}
@keyframes arrows {
    0%,
    100%,
    20%,
    60% {
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateY(-10px);
    }
    40%,
    80% {
        transform: translateY(10px);
    }
}

@keyframes hub-popin {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.j-spacing {
    display: none;
}

.j-blog {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.j-blog.j-blogarticle > div:not(:first-of-type) {
    flex: 1 calc(50% - 1rem);
    padding: 1rem;
    max-width: 50%;
}

.j-blog.j-blogarticle > div:first-of-type {
    flex: 1 100%;
    width: 100%;
    border-bottom: 1px dotted #999;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

.j-blog.j-blogarticle > div:first-of-type > .n {
    padding: 0;
}

/* .j-blog.j-blogarticle>div:not(:last-of-type) {
  border-bottom: 1px dotted #999;
  padding-bottom: .5em;
  margin-bottom: 1em;
}

.j-blog .cc-imagewrapper:after {
  background-color: rgba(94,39,80,.2);
  height: 100%;
  position: absolute;
  top: 0;
  right: 40px;
  content: "";
  width: 40px;
}*/

.j-blog .cc-imagewrapper img:hover {
    filter: sepia(50%) hue-rotate(250deg);
}

.publicinformationscontainer {
    display: none;
}

@media (max-width: 80rem) {
    #menu__container {
        background-color: rgba(0, 0, 0, 0.9);
        width: 100%;
        position: fixed;
        top: 70px;
        left: 0;
        height: 0;
        pointer-events: none;
        transition: opacity 0.75s ease-in-out, height .75s ease-in-out;
        opacity: 0;
        transform: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: auto;
    }
    /*.j-blog .cc-imagewrapper:after {
    background-color: rgba(94,39,80,0);
    height: 100%;
    position: absolute;
    top: 0;
    right: 40px;
    content: "";
    width: 40px;
  }*/
    #menu__container.toggled {
        height: calc(100% - 70px);
        pointer-events: auto;
        opacity: 1;
    }
    .menu__content {
        left: 20px;
        max-height: 100%;
    }
    #logo {
        height: 35px;
    }
    #mainNav2, .j-nav-level-1 {
        width: max-content;
        max-width: 100%;
        margin: auto;
    }
    #mainNav2 li, .j-nav-level-1 li {
        text-align: center;
        font-size: larger;
        position: relative;
    }
    
    .j-nav-level-1 li > a,
    .j-nav-level-1 li > a ~ .jmd-nav__toggle-button {
        margin-top: 1rem !important;
    }

    .jmd-nav__toggle-button {
        position: absolute;
        right: 0;
    }
    
    #mainNav1 {
        border-top: 1px solid #666;
        margin: auto;
        border-left: 0;
        padding-left: 0;
        padding-top: 0.5em;
        width: max-content;
    }
    .menu__toggle {
        display: block;
    }
    .menu {
        height: 70px;
    }
    .menu__toggle.toggled .line {
        background-color: #7a617b;
    }
}
@media (max-width: 50rem) {
    .main-columns__column {
        flex: 1 calc(50% - 1rem);
        flex-grow: 0;
    }
    .j-blog.j-blogarticle > div {
        flex: 1 100% !important;
        width: 100%;
        max-width: none !important;
    }

    .btnv {
        display: none;
    }
    img {
        max-width: 100%;
    }
    .header__content {
        width: 80%;
    }
    .content {
        width: 100%;
        padding-top: 5px;
        text-align: justify;
    }
    .content-container {
        width: 100%;
        margin-left: 0;
    }
    .navigation-colors {
        float: none;
    }
}

@media (max-width: 600px) {
    .main-columns__column {
        flex: 1 100%;
        width: 100%;
    }

    .j-blog.j-blogarticle > div > .j-module {
        display: flex;
        flex-direction: column;
    }

    .j-blog.j-blogarticle > div > .j-module.j-spacing {
        display: none;
    }

    .j-blog.j-blogarticle > div > .j-module > * {
        width: 100% !important;
    }

    .j-blog.j-blogarticle > div > .j-module > .cc-clear {
        display: none;
    }
}

.j-gallery {
    filter: saturate(40%);
}

/*.cc-m-gallery-cool-item, .cc-m-gallery-stack-item {
    filter: saturate(40%);
    transition: all .2s ease-in-out;
}
.cc-m-gallery-cool-item:hover, .cc-m-gallery-stack-item:hover {
    filter: none;
}*/

/*********************************************************************
******************************* Widgets ******************************
**********************************************************************/

/** Gallery intro */
.gallery-intro {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.gallery-intro > p {
    flex: 1 calc(50% - 1rem);
    padding: 0;
}

.gallery-intro > p:nth-of-type(odd) {
    margin-right: 1rem;
}

.gallery-intro > p:last-of-type {
    margin-left: 1rem;
}

@media (max-width: 600px) {
    .gallery-intro {
        display: block;
    }
    .gallery-intro > p {
        margin: 0 0 1rem 0 !important;
    }
}

/** Portfolio intro */
.portfolio-intro > a {
    float: right;
    display: block;
    margin: 0 0 2rem 2rem;
    width: 250px;
}

@media (max-width: 600px) {
    .portfolio-intro {
        display: flex;
        flex-flow: row wrap;
    }
    .portfolio-intro > p {
        order: -1;
    }
    .portfolio-intro > a {
        order: 1;
        margin: 2rem auto;
    }
}

/** CLASSES INTRO */
.classes-intro {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.classes-intro > div {
    flex: 1 calc(50% - 1rem);
    padding: 1rem;
}

.classes-intro__image > img {
    max-width: 100%;
}

.btn {
    background-color: var(--vandy-purple--lighter);
    border-radius: 1rem;
    padding: .5rem 1rem;
    white-space: nowrap;
}

.btn.lg {
    font-size: 1.25em;
    padding: .75rem 1.5rem;
}

.btn:hover {
    background-color: var(--vandy-purple);
}

body.cc-page a.btn {
    text-decoration: none;
    color: white;
}

.btn-registration, .btn-contact {
    float: right;
}

.btn-registration > img, .btn-contact > img {
    width: 200px;
}

@media (max-width: 960px) {
    .classes-intro > div {
        flex: 1 100%;
        width: 100%;
    }
    .btn-registration, .btn-contact {
        float: initial;
    }
    .btn-registration > img, .btn-contact > img {
        margin: 1rem auto;
    }
}

/** HUB PAGE */
.hub {
    display: flex;
    flex-flow: row wrap;
}

.hub__top {
    overflow: hidden;
    width: 100%;
    margin: 25px;
    height: 350px;
}

.hub__top > .hub__item.large {
    width: 70%;
    margin: 0;
    clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
}

.hub__top > .hub__item.single {
    width: 100%;
    margin: 0;
    clip-path: none;
}

.hub__top > .hub__item {
    width: 50%;
    margin: 0 -20%;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 8% 100%);
    display: inline-block;
    height: 100%;
}

.hub__top > .hub__item.large > .hub__item__label {
    left: 0;
    right: initial;
}

.hub__top > .hub__item > .hub__item__label {
    right: 0;
}

.hub__item {
    flex: 1 1 25%;
    max-width: 100%;
    min-width: 250px;
    margin: 25px;
    position: relative;
    display: block;
    cursor: pointer;
}

.hub__item:hover > picture::before {
    opacity: 0;
}

.hub__item__label {
    position: absolute;
    z-index: 1;
    color: white;
    bottom: 0;
    padding: 15px;
    transform: none;
    transition: all .2s ease-in-out;
}

.hub__item > picture {
    position: relative;
    display: block;
    height: 100%;
}

.hub__item > picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hub__item > picture::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    content: "";
    transition: opacity .2s ease-in-out;
}

.hub__item.pink > picture::before {
    background: rgba(94, 39, 80, 0.3)
}

.hub__item.salmon > picture::before {
    background: rgba(94, 66, 39, 0.3)
}

.hub__item.red > picture::before {
    background: rgba(133, 27, 27, 0.3)
}

.hub__item.blue > picture::before {
    background: rgba(40, 39, 94, 0.3)
}

.hub__item.violet > picture::before {
    background: rgba(74, 39, 94, 0.3)
}

.hub__item__title {
    color: white !important;
    height: 1em;
}

.hub__item__title, .section-title__subtitle {
    font-family: korolev-condensed !important;
    font-size: 60pt !important;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none !important;
    display: block;
    line-height: 1em;
}

.hub__item__subtitle, .section-title__title {
    font-family: itc-avant-garde-gothic-pro;
    font-weight: 300;
    font-size: 22pt;
    display: block;
    text-transform: lowercase;
}

.hub__item__subtitle > img, .section-title__title > img {
    display: inline-block;
    vertical-align: text-bottom;
    height: 2em;
}

.vandot {
    font-size: 2em;
    line-height: 0;
    margin-left: 3px;
}

@media(max-width: 960px) {

}

@media(max-width: 600px) {
    .hub__top {
        height: auto;
        margin: 0 0 7.5px 0;
    }

    .hub__item {
        margin: 7.5px 0;
        height: 25vh;
    }

    .hub__top > .hub__item {
        width: 100%;
        margin: 0;
        height: 25vh;
        clip-path: none;
        display: block;
    }

    .hub__top > .hub__item.large {
        margin-bottom: 15px;
        clip-path: none;
        width: 100%;
    }

    .hub__item__title {
        font-size: 30pt !important;
    }

    .hub__item__subtitle {
        font-size: 16pt;
    }

    .hub__top > .hub__item > .hub__item__label, .hub__top > .hub__item.large > .hub__item__label {
        bottom: 0;
        top: initial;
        right: initial;
    }
}

body div.banner {
    position: fixed;
    z-index: 10;
    bottom: -1000px;
    right: 0;
    background-color: var(--vandy-pink);
    color: white;
    width: max-content;
    transform: translate(6rem, -5rem) rotate(-45deg);
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: center;
    padding-right: 5rem;
}

body div.banner a, body div.banner a:visited {
    display: block;
    padding: 1rem 0 1rem 5rem;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

body div.banner button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    outline: none;
}

body div.banner.playing {
    animation: slideup .75s ease-in-out 1 forwards;
}

body div.banner.played {
    bottom: 0px;
}

@keyframes slideup {
    0% {
        bottom: -1000px;
    }

    100% {
        bottom: 0;
    }
}

@media (max-width: 600px) {
    body div.banner {
        width: 100%;
        padding: 1rem 2rem;
        transform: rotate(0);
    }

    body div.banner a, body div.banner a:visited {
        padding: 0;
    }
}

/** FAQ & FORM ACCORDEONS */
a#faq > span {
    color: #5e2750 !important;
}

.faq__items {
    list-style: none;
    padding: 0;
}

.faq__items__item {
    margin-bottom: 1rem;
}

.faq__question {
    color: #5e2750;
}

/** CONTACT INTRO */
.contact-intro {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
}

.contact-intro__text {
    flex: 1;
    padding: 1rem;
    margin: 0 2rem;
}

.contact-intro__photo {
    width: 300px;
    background-image: url('https://u.jimcdn.com/cms/o/s5d98ea9d1bd951fd/userlayout/img/atelier-vandy.jpg?t=1573059390');
    background-size: cover;
    background-position: center;
    min-height: 500px;
    background-repeat: no-repeat;
}

.contact-intro__photo > img {
    max-width: 100%;
    margin: auto;
}

.contact-intro__side-navigation {
    width: 200px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-intro__side-navigation__btn {
    width: 200px;
}

@media (max-width: 960px) {
    .contact-intro__side-navigation {
        width: 100%;
        flex-direction: row;
    }
}

@media (max-width: 840px) {
    .contact-intro__text {
        flex: auto;
        width: 100%;
        margin: 0;
    }
    .contact-intro__photo {
        display: none;
    }
}

@media (max-width: 600px) {
    .contact-intro__photo {
        display: block;
        margin: auto;
    }
    .j-textWithImage .cc-m-image-align-1 {
        float: none !important;
        margin: 0 auto 2rem auto !important;
        display: block !important;
    }
}

body.cc-page input[type=text],
body.cc-page input[type=email],
body.cc-page textarea {
    border-radius: 5px;
    border: 1px solid var(--vandy-plum--light);
    padding: 1rem;
    color: var(--vandy-plum--light);
    width: 48% !important;
    -webkit-appearance: none;
    outline: none;
}

body.cc-page input[type=submit] {
    background-color: var(--vandy-plum);
    color: white;
    border: 0;
    border-radius: 5px;
    padding: 1rem;
    width: 48%;
    -webkit-appearance: none;
    font-size: 16px;
}

@media (max-width: 1024px) {
    body.cc-page input[type=text],
    body.cc-page input[type=email],
    body.cc-page textarea,
    body.cc-page input[type=submit] {
        width: 100% !important;
    }
}

body.cc-page label {
    color: var(--vandy-plum--light);
}

body.cc-page form.cc-m-form .cc-m-form-view-element.cc-m-required > label div::after {
    color: var(--vandy-plum);
}

.cc-m-form-view-element {
    margin-bottom: 1rem;
}

body.cc-page .cc-m-form-note {
    display: none;
}

body.cc-page .cc-m-form-submit {
    padding-top: 1rem;
    border-top: 1px solid var(--vandy-plum);
}