
:root{
    --width-site: 650px;
    --width-site-wide: 1024px; 
    --side-margin: 3rem;
    --scrollbar-width: 0px;
    --wp-blocks-margin-bottom: 2rem;
    --bg-color: #f0ebe8;
    --swiper-theme-color: #000000 !important;
    --swiper-navigation-sides-offset: 3rem;
    --swiper-navigation-size: 1rem;
}


@media (max-width: 600px) {
    :root{
        --side-margin: 1rem;
        --swiper-navigation-sides-offset: 1rem;
    }
    
  }

.flx-grid {
    max-width: 1920px;
    padding: 1.5rem var(--side-margin);
    margin: 0 auto;
  }

.padding-x {
    padding-left: var(--side-margin) !important;
    padding-right: var(--side-margin) !important;
}


.sticky-top { z-index: 99;}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* ! Gutenberg Template & Blog Posts */
/* --------------------------------------------------------------------------------------------------------------------------- */

.gutenberg-container { max-width: var(--width-site) !important; }
.full, .alignfull {position: relative; max-width: none; width: 100%; margin-left: 0; margin-right: 0;}
.wide, .alignwide { max-width: var(--width-site-wide); width: 100%; margin-left: auto; margin-right: auto;}
.gutenberg-container {padding-left: var(--side-margin);padding-right: var(--side-margin);clear: both; }
.gutenberg-container .alignwide {width: auto;margin-left: -188px;margin-right: -188px;max-width: calc(var(--width-site) + 374px);}
.gutenberg-container .alignfull {width: calc(100vw - var(--scrollbar-width));margin-left: calc(-100vw / 2 + 100% / 2 + var(--scrollbar-width) / 2);margin-right: calc(-100vw / 2 + 100% / 2);max-width: calc(100vw - var(--scrollbar-width));padding-left: 0;padding-right: 0;}
.gutenberg-container .alignfull > img {width: 100vw;}

@media(max-width: 1024px){
    .gutenberg-container .alignwide {
        width: calc(100vw - var(--scrollbar-width));
        margin-left: calc(-100vw / 2 + 100% / 2 + var(--scrollbar-width) / 2);
        margin-right: calc(-100vw / 2 + 100% / 2);max-width: calc(100vw - var(--scrollbar-width));
        padding-left: var(--side-margin);
        padding-right: var(--side-margin);}
}

.wp-block-cover,
.wp-block-image,
.gutenberg-container h1,
.gutenberg-container h2,
.gutenberg-container h3,
.gutenberg-container h4,
.gutenberg-container h5,
.gutenberg-container h6,
.gutenberg-container p,
.gutenberg-container blockquote {
    margin-bottom: var(--wp-blocks-margin-bottom);
}

figcaption {font-size: .65rem; text-align: left;color: black;}




/* --------------------------------------------------------------------------------------------------------------------------- */
/* ! CAROUSEL */
/* --------------------------------------------------------------------------------------------------------------------------- */

.swiper-button-next, .swiper-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    border: 1px solid var(--bg-color);
    width: 5rem;height: 5rem;
    border-radius: 50%;
}
.swiper-button-next, .swiper-button-prev {
    color: white
};




.CarouselBlock {border-radius: 7rem;}
.CarouselBlock .swiper-slide {
    height: 60vh;
    width: auto;
}
.CarouselBlock__image {
    display: block;
    height: 100%;
    border-radius: 15rem;
}

/* ! 3D CAROUSEL */
.Carousel3dBlock {border-radius: .1rem;}

.carousel3d {position: relative;}
.carousel3dshps::after, .carousel3dshps::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10vh;
    background-color: var(--bg-color);
    left: 0;
    z-index: 99;
}

.carousel3dshps::before {
    top: -5vh;
    border-bottom-left-radius: 100% 100%;
    border-bottom-right-radius: 100% 100%;
}
.carousel3dshps::after {
    bottom: -5vh;
    border-top-left-radius: 100% 100%;
    border-top-right-radius: 100% 100%;
}


.Carousel3dBlock .swiper-slide {
    height: 75vh;
    width: auto;
}
.CarouselBlock3d__image {
    height: 75vh;
  }





/* --------------------------------------------------------------------------------------------------------------------------- */
/* ! FANCYBOX */
/* --------------------------------------------------------------------------------------------------------------------------- */

.fancybox__container { z-index: 9999; }

.fancybox__thumb,
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-radius: 3rem;
  }
  .fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: rgba(183, 124, 102, 0.96);
  }
  .fancybox__caption {font-size: .85rem;color: black;}
  .fancybox__backdrop {
    background:  rgba(202, 202, 202, 0.97);
  }


/* --------------------------------------------------------------------------------------------------------------------------- */
/* ! HELPERS */
/* --------------------------------------------------------------------------------------------------------------------------- */

img.w-100.wp-post-image {
    width: 100%;
    height: auto;
}

.top-105 {
    top: 105px !important;
}

ul {padding-left: 0;}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}
*:first-child + html .clearfix {
    zoom: 1;
}

blockquote {
    font-weight: 200;
    font-size: 20px;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0 30px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    border-left: 5px solid #eee;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    height: 38px;
    padding: 6px 10px;
    background-color: #fcfcfc;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: 1px solid var(--accent);
    outline: 0;
}
label,
legend {
    display: block;
    margin: 12px 0 10px 0;
    font-weight: bold;
    font-size: 1rem;
}
fieldset {
    padding: 0;
    border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
    display: inline;
}
label > .label-body {
    display: inline-block;
    margin-left: 10px;
    font-weight: normal;
}


body,
html {
    height: 100%;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.animate {
    -webkit-transition: all 800ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -moz-transition: all 800ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all 800ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
}


#wpadminbar {
    position: fixed;
}

.logged-in.admin-bar > header, 
.logged-in.admin-bar > .fixed-top,
.logged-in.admin-bar > .sticky-top {
    top: 32px !important;
}

@media (max-width: 782px) {
    .logged-in.admin-bar > header,
    .logged-in.admin-bar > .fixed-top,
    .logged-in.admin-bar > .sticky-top {
        top: 46px !important;
    }
  }



/* IMAGE STYLE */

figure.figure--portrait {
    width: 100%;
    height: 0;
    padding-top: calc(100% * 1.666);
    padding-top: calc(100% * 1.25);
    position: relative;
  }
  
  figure.figure--landscape {
    width: 100%;
    height: 0;
    padding-top: calc(100% / 1.666);
    position: relative;
  }
  
  figure.figure--landscape.huge {
    width: 100%;
    height: 0;
    padding-top: calc(100% / 2.8);
    position: relative;
  }
  
  figure.figure--square {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
  }
  
  figure.figure--square:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
  
  
  figure.figure--portrait img,
  figure.figure--landscape.huge img,
  figure.figure--landscape img,
  figure.figure--square img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .obj-fit-cover {
    object-fit: cover;
  }
  
  
  .bg-img {
    background: no-repeat center center;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }


  .fixed-top--spacer {
    height: 90px;
    width: 100%;
  }


/* Gsap */


.text_reveal .split-line {
    overflow: hidden;
    opacity: 0;
    transform: translateY(10) rotateZ('10deg');
    transform-origin: 0 -100%;
  }



/* FOOTER */

footer.bg-dark,
footer.bg-dark small {
    color: var(--bs-primary);
}
footer {padding: 2rem 1rem;}
footer li {
    display: inline-block;
}

footer li a {
    padding: .65em;
}

@media (max-width: 989px) {
    footer {text-align: center;}
  }











