/*
Theme Name: VibGroup Theme
Theme URI: https://und3fined.it/
Template: generatepress
Author: Gabriele Visconti
Author URI: https://und3fined.it/
Description: Questo tema è stato realizzato dal developer team di Vib. G.V
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 1.70
Updated: 2026-07-08

*/



/* --------------------------------------------
   Typografy
-------------------------------------------- */
body{
    font-size: clamp(14px, 0.93vw, 18px);
    line-height: clamp(28px, 1.669vw, 32px);
    }
.block--title__30{
   font-size: clamp(22px, 1.562vw, 30px);
   line-height: clamp(27px, 1.822vw, 35px);
}
.block--title__40{
   font-size: clamp(24px, 2.082vw, 35px);
   line-height: clamp(29px, 2.082vw, 40px);
}
.block--title__50{
   font-size: clamp(28px, 2.603vw, 50px);
   line-height: clamp(33px, 2.864vw, 55px);
}
.block--title__60{
   font-size: clamp(30px, 3.124vw, 60px);
   line-height: clamp(35px, 3.384vw, 65px);
}
.block--title__68{
   font-size: clamp(30px, 3.539vw, 68px);
   line-height: clamp(30px, 3.539vw, 68px);
}
.block--title__70{
   font-size: clamp(32px, 3.645vw, 70px);
   line-height: clamp(32px, 3.645vw, 70px);
}

.block--title__100 {
    font-size: clamp(32px, 5.20vw, 100px);
    line-height: clamp(32px, 5.20vw, 100px);
}

.block--title__120{
   font-size: clamp(32px, 6.249vw, 120px);
   line-height: clamp(42px, 6.76vw, 130px);
}

.block--title-lines::after {
   background: #A83421;
   content: '';
   display: flex;
   width: clamp(60px, 6.249vw, 120px);
   height: clamp(6px, 0.46vw, 9px);
}
.block--title-lines::before{
   background: #111C2E;
   content: '';
   display: flex;
   width: clamp(80px, 9.379vw, 180px);
   height: clamp(6px, 0.46vw, 9px);
}
.block--title-lines {
    display: flex;
    gap: clamp(8px, 0.51vw, 10px);
    flex-direction: column;
    margin-top: 20px;
}
/* --------------------------------------------
   Global
-------------------------------------------- */
#to-the-top {
    display: flex;
    background-color: #11111173;
    width: 50px;
    height: 50px;
    border-radius: 25px 0 0 25px;
    position: fixed;
    bottom: 30px;
    right: 0;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
a#to-the-top svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: 300ms;
}

#to-the-top:hover {
	cursor: pointer;
	background-color: #333;
}

#to-the-top:active {
	background-color: #555;
}

#to-the-top.show {
	opacity: 1;
	visibility: visible;
}
html,body{
    scroll-behavior: smooth;
}
.grecaptcha-badge{visibility:hidden!important}
/* --------------------------------------------
   General
-------------------------------------------- */
/* shortcode social */
.social-link-wrapper{
   display: flex;
   align-items: center;
   gap: 8px;
}
.social-link-wrapper a{
   display: flex;
   transition: 300ms;
}
.social-link-wrapper svg{
   width: 20px;
   height: 20px;
   transition: 300ms;
}
/* shortcode contact */
.company-contacts-main-wrapper,.company-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.company-contacts-main-wrapper .company-contact svg {
    width: 20px;
    height: 20px;
}
.company-contacts-main-wrapper .company-contact a {
    display: flex;
    gap: 8px;
    align-items: center;
}



/* Hero */
.background-section .block--title > * {
    text-transform: uppercase;
}
.background-section .block-text .block--paragraph {
    max-width: clamp(380px, 26.03vw, 500px);
}
.block--button.block--button--primary--outline.white a {
    border: 2px solid #fff;
    color: #fff;
}
.block--button.block--button--primary--outline.white a:hover {
    background: #fff;
    color: #111C2E;
}
.background-section .block--title {
    display: flex;
    flex-direction: column;
}





/* Alternative background slider */

.alt-bg-section.alt-bg-section--mobile-background,
.alt-bg-section.alt-bg-section--mobile-background h1,
.alt-bg-section.alt-bg-section--mobile-background h2,
.alt-bg-section.alt-bg-section--mobile-background h3,
.alt-bg-section.alt-bg-section--mobile-background h4,
.alt-bg-section.alt-bg-section--mobile-background h5,
.alt-bg-section.alt-bg-section--mobile-background h6,
.alt-bg-section.alt-bg-section--mobile-background .block--subtitle {
    color: #fff;
}


/* =========================
   TEXT
========================= */

.alt-bg-section .block-text.left {
    display: flex;
    flex-direction: column;
    max-width: clamp(580px, 37.49vw, 720px);
    height: 100%;
    justify-content: center;
}

.alt-bg-section .block-text.center {
    display: flex;
    flex-direction: column;
    max-width: clamp(530px, 28.905vw, 665px);
}

.alt-bg-section .block-text.right {
    display: flex;
    flex-direction: column;
    max-width: clamp(580px, 34.634vw, 555px);
}


/* =========================
   CONTENT
========================= */

.alt-bg-content {
    margin: 0 5%;
    z-index: 5;
    position: relative;
}

.alt-bg-content.center {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.alt-bg-content.center .block-text.center {
    justify-content: center;
    align-items: center;
}

.alt-bg-content.center .block-text.center h3 {
    text-align: center;
}

.alt-bg-content.right {
    display: flex;
    justify-content: flex-end;
    text-align: left;
}

.alt-bg-content.right .block-text.right {
    align-items: flex-start;
}

.alt-bg-content.right .block-text.right .block--paragraph {
    text-align: left;
}

.alt-bg-content .block--paragraph {
    margin-top: 15px;
    max-width: clamp(480px, 26.55vw, 510px);
}

.alt-bg-content .block--button {
    margin-top: clamp(40px, 2.603vw, 50px);
}

.alt-bg-content .block--title {
    text-wrap: balance;
}

.alt-bg-section .block-text.center .block--paragraph {
    max-width: clamp(380px, 23.176vw, 445px);
}


/* =========================
   BACKGROUND
========================= */

.alt-bg-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.alt-bg-media:before {
    content: '';
    display: flex;
    width: 100%;
    height: 100%;
    background: #00000041;
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.alt-bg-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alt-bg-section .column {
    overflow: hidden;
}

.alt-bg-section .alt-bg-media .block--image {
    height: 100%;
}


/* =========================
   PARALLAX
========================= */

.alt-bg-media.alt-bg-parallax img {
    will-change: transform;
    transform: translate3d(0, 0, 0);
    transition: none;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.alt-bg-media.alt-bg-parallax {
    transform: scale(1.20);
}


/* =========================
   MOBILE IMAGE
========================= */

.alt-bg-section .alt-bg-media .alt-bg-image-mobile {
    display: none;
}

.alt-bg-section.alt-bg-has-mobile-image .alt-bg-media .alt-bg-image-desktop.alt-bg-has-mobile-image {
    display: none;
}

.alt-bg-section.alt-bg-has-mobile-image .alt-bg-media .alt-bg-image-mobile {
    display: block;
    height: 100%;
}


/* =========================
   MOBILE COLUMN BOXED
========================= */

.alt-bg-section.alt-bg-section--mobile-column-boxed .alt-bg-content {
    margin: 0;
}


/* =========================
   MOBILE COLUMN
========================= */

.alt-bg-section.alt-bg-section--mobile-column .column {
    display: flex;
    flex-direction: column;
}

.alt-bg-section.alt-bg-section--mobile-column .alt-bg-content {
    order: 1;
}

.alt-bg-section.alt-bg-section--mobile-column .alt-bg-media {
    position: relative;
    order: 2;
    height: auto;
    transform: none;
}

.alt-bg-section.alt-bg-section--mobile-column .alt-bg-media:before {
    display: none;
}

.alt-bg-section.alt-bg-section--mobile-column .alt-bg-media .block--image {
    height: auto;
}

.alt-bg-section.alt-bg-section--mobile-column .alt-bg-media img {
    display: block;
    height: auto;
    transform: none !important;
}


/* =========================
   CUSTOM MOBILE POSITION
========================= */

.custom-background-position-on-mobile .alt-bg-media .block--image img {
    object-position: 70%;
}


/* =========================
   DESKTOP
========================= */

@media(min-width: 1025px) {

    .alt-bg-section,
    .alt-bg-section h1,
    .alt-bg-section h2,
    .alt-bg-section h3,
    .alt-bg-section h4,
    .alt-bg-section h5,
    .alt-bg-section h6,
    .alt-bg-section .block--subtitle {
        color: #fff;
    }

    .alt-bg-section.alt-bg-section--mobile-column .block--button--primary--outline {
        color: #fff;
        border-color: #fff;
    }


    /* Gradient personalizzato */

    .parallax-gradient .alt-bg-media:before {
        background: #000;
        background: linear-gradient(
            90deg,
            rgb(0 0 0 / 70%) 0%,
            rgb(0 0 0 / 35%) 40%,
            rgb(0 0 0 / 0%) 55%
        );
    }


    /* Content right */

    .alt-bg-content.right .block-text.right h1,
    .alt-bg-content.right .block-text.right h2,
    .alt-bg-content.right .block-text.right h3,
    .alt-bg-content.right .block-text.right h4,
    .alt-bg-content.right .block-text.right h5,
    .alt-bg-content.right .block-text.right h6 {
        text-align: left;
    }


    /* Desktop image */

    .alt-bg-section.alt-bg-has-mobile-image .alt-bg-media .alt-bg-image-desktop.alt-bg-has-mobile-image {
        display: block;
    }

    .alt-bg-section.alt-bg-has-mobile-image .alt-bg-media .alt-bg-image-mobile {
        display: none;
    }


    /* Boxed */

    .alt-bg-section.alt-bg-section--mobile-column-boxed .alt-bg-content {
        margin: 0 5%;
    }


    /* Reset struttura mobile column */

    .alt-bg-section.alt-bg-section--mobile-column .column {
        display: block;
    }

    .alt-bg-section.alt-bg-section--mobile-column .alt-bg-content {
        order: initial;
    }

    .alt-bg-section.alt-bg-section--mobile-column .alt-bg-media {
        position: absolute;
        order: initial;
        height: 100%;
        transform: none;
    }

    /*
     * Se è attivo il parallax,
     * riapplichiamo la scala desktop.
     */
    .alt-bg-section.alt-bg-section--mobile-column .alt-bg-media.alt-bg-parallax {
        transform: scale(1.20);
    }

    .alt-bg-section.alt-bg-section--mobile-column .alt-bg-media:before {
        display: flex;
    }

    .alt-bg-section.alt-bg-section--mobile-column .alt-bg-media .block--image {
        height: 100%;
    }

    .alt-bg-section.alt-bg-section--mobile-column .alt-bg-media img {
        height: 100%;
    }

    .custom-background-position-on-mobile .alt-bg-media .block--image img {
        object-position: initial;
    }

}


/* =========================
   SPLIDE PAGINATION
========================= */

.alt-bg-slider ul.splide__pagination.splide__pagination--ltr {
    position: absolute;
    bottom: clamp(50px, 7.80vw, 150px);
    left: 0;
    right: 0;
    width: max-content;
    padding: 0;
    gap: 6px;
    margin: 0 calc(100vw - 95%);
}

.alt-bg-slider button {
    width: 15px;
    height: 15px;
}

.alt-bg-slider button.is-active {
    background: #A83421;
}







.card-animated-block .block--title {
    text-align: center;
    margin: 0 auto 30px;
}
.card-animated-block .block--paragraph {
    text-align: center;
    margin: 0 auto;
    max-width: clamp(900px, 56.76vw, 1090px);
    font-size: clamp(20px, 1.55vw, 30px);
    line-height: clamp(30px, 2.18vw, 42px);
}
.card-animated-block .block--title-lines {
    justify-content: center;
    align-items: center;
}
.block--title > *{
    text-transform: uppercase;
}
.animated-cards .block--image {
    overflow: hidden;
    border-radius: 30px;
}
.block--image img {
    width: 100%;
}


.card-animated-block {
    background: #EDE0D0;
}

.animated-cards {
    display: grid;
    place-items: center;
    position: relative;
    margin-top: clamp(80px, 7.8vw, 150px);
}

/* Tutte le card partono esattamente sovrapposte */
.animated-cards .block--image {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.animated-cards .block--image:first-child {
    z-index: 3;
    transform: translate(0, 0) rotate(0deg);
}

.animated-cards .block--image:nth-child(2) {
    z-index: 5;
    transform: translate(0, 0) rotate(0deg);
}

.animated-cards .block--image:last-child {
    z-index: 3;
    transform: translate(0, 0) rotate(0deg);
}

/* Quando entra nel viewport */
.animated-cards.animated .block--image:first-child {
    transform: translate(-65%, 50px) rotate(-15deg);
}

.animated-cards.animated .block--image:nth-child(2) {
    transform: translate(0, 0) rotate(0deg);
}

.animated-cards.animated .block--image:last-child {
    transform: translate(65%, 50px) rotate(15deg);
}
.animated-cards .block--image {
    width: clamp(240px, 23.95vw, 460px);
}
.card-animated-block .animated-cards.animated {
    margin-bottom: clamp(30px, 9.37vw, 180px);
    transition: 300ms;
}

@media(min-width: 769px){
    .animated-cards.animated .block--image:first-child {
        transform: translate(-100%, 100px) rotate(-15deg);
    }
    .animated-cards.animated .block--image:last-child {
        transform: translate(100%, 100px) rotate(15deg);
    } 
    .animated-cards .block--image {
        width: clamp(300px, 23.95vw, 460px);
    } 
}


.background-section .block--title > *,
.background-section .block--paragraph{
    color: #111C2E;
}
.background-section.disable-overlay .block-background:before{
    display: none;
}
.background-section.bg-variant .block-text .block--paragraph {
    max-width: clamp(500px, 35.67vw, 685px);
    margin-top: 25px;
}

@media(min-width: 1025px){
    .background-section.bg-variant .block-text{
        padding: clamp(80px, 10.41vw, 200px) 0 clamp(80px, 15.62vw, 300px);  
    }
}

.bg {
    background: #EDE0D0;
}
.centered-block-with-separator .block--title-lines {
    justify-content: center;
    align-items: center;
}
.centered-block-with-separator .block--paragraph {
    font-size: clamp(18px, 1.03vw, 20px);
    line-height: clamp(24px, 1.97vw, 38px);
}

.bg-img-v1 {
    background-image: url(/wp-content/uploads/2026/09/bg.png);
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-blend-mode: darken;
}
@media(min-width: 768px) and (max-width: 1024px){
    .bg-img-v1 {
        background-size: 330px;
    }
}
@media(min-width: 1025px){
    .bg-img-v1 {
        background-size: auto;
    }
}
.centered-block-with-separator .block--title {
    text-wrap: balance;
}

.places-item-wrapper {
    position: relative;
    overflow: hidden;
}
.places-item-wrapper .block--image {
    position: relative;
    z-index: 3;
}
.place-data-items {
    display: flex;
    background: #EDE0D0;
    padding: 20px;
    border-radius: 30px;
    gap: 20px;
    flex-direction: row;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 4;
    max-width: 90%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%,0%);
    align-items: center;
    justify-content: space-between;
}
@media(min-width: 1025px){
    .place-data-items {
    display: flex;
    background: #EDE0D0;
    padding: 30px;
    border-radius: 30px;
    gap: 20px;
    align-items: flex-start;
    flex-direction: row;
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 4;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%,0%);
}    
}


.place-icon-wrapper .block--icon {
    display: flex;
}
.place-icon--text {
    color: #fff;
    font-family: 'anton';
    font-size: 18px;
    text-align: center;
}
.place-data-label {
    font-family: 'anton';
    line-height: 1;
}
.place-data-value {
    line-height: 20px;
}
.place-icon-wrapper {
    background: #A83421;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.place-icon-wrapper svg{
    width: 25px;
    fill: #fff;
}
.place-data-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.place-data-wrapper {
    display: none;
}

.place-items-mobile-icon svg {
    width: 100%;
    height: 100%;
    fill: #A83421;
}
.place-items-mobile-icon a {
    display: flex;
    height: 25px;
    width: 25px;
}
.place-data-items-mobile {
    display: flex;
    gap: 10px;
}
@media(min-width: 1181px){}
@media(min-width: 1025px){
    .place-data-items-mobile {
        display: none;
    }
    .place-data-wrapper {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }
    .place-data-row {
        flex-direction: row;
        gap: 30px;
    }
    .place-icon--text {
        font-size: 22px;
    }
    .place-icon-wrapper svg{
        width: 50px;
    }
    .place-icon-wrapper {
        background: #A83421;
        padding: 20px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 130px;
        height: 130px;
    }
    .place-data-label {
        min-width: 130px;
        text-align: right;
    }
}


/**/
.bg-blu{
    background: #111C2E;
}

.bg-blu.menu-product-list .block--title > *{
    color: #fff;
}
.menu-product-list .block--title > *{
    transition: 500ms;
}
.menu-product-list .block--title > *:hover{
    transition: 500ms;
    color: #A83421;
}
.product-list-image{
    position: absolute;
    opacity: 0;
}
.menu-product-animated-list {
    display: flex;
    flex-direction: column;
}
.menu-product-animated-list {
    display: flex;
    flex-direction: column;
}
.product-list-wrapper.section--relative {
    padding-bottom: clamp(30px, 3.12vw, 60px);
}

/* normale & hover */
.product-list-image{
    display: none;
}
.menu-product-animated-list .product-list-wrapper:nth-child(odd) .product-list-image {
    opacity: 0;
    transform: rotate(-15deg) scale(0.4);
    max-width: clamp(400px, 30.72vw, 590px);
    width: 100%;
    left: -1%;
    top: -10%;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 300ms ease,
        transform 400ms ease-in-out,
        visibility 0s linear 400ms;
}

.menu-product-animated-list .product-list-wrapper:nth-child(odd) .product-list-title:hover ~ .product-list-image {
    opacity: 1;
    visibility: visible;
    animation: productImageBounce 250ms ease-out forwards;
}

.menu-product-animated-list .product-list-wrapper:nth-child(even) .product-list-image {
    opacity: 0;
    transform: rotate(15deg) scale(0.4);
    max-width: clamp(400px, 30.72vw, 590px);
    width: 100%;
    right: -1%;
    top: -10%;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 300ms ease,
        transform 400ms ease-in-out,
        visibility 0s linear 400ms;
}

.menu-product-animated-list .product-list-wrapper:nth-child(even) .product-list-title:hover ~ .product-list-image {
    opacity: 1;
    visibility: visible;
    animation: productImageBounceRight 250ms ease-out forwards;
}
@keyframes productImageBounce {
    0% {
        opacity: 0;
        transform: rotate(-15deg) scale(0.4);
    }

    55% {
        opacity: 1;
        transform: rotate(-15deg) scale(1.12);
    }

    75% {
        transform: rotate(-15deg) scale(0.94);
    }

    90% {
        transform: rotate(-15deg) scale(1.08);
    }

    100% {
        opacity: 1;
        transform: rotate(-15deg) scale(1);
    }
}

@keyframes productImageBounceRight {
    0% {
        opacity: 0;
        transform: rotate(15deg) scale(0.4);
    }

    55% {
        opacity: 1;
        transform: rotate(15deg) scale(1.12);
    }

    75% {
        transform: rotate(15deg) scale(0.94);
    }

    90% {
        transform: rotate(15deg) scale(1.08);
    }

    100% {
        opacity: 1;
        transform: rotate(15deg) scale(1);
    }
}
@media(min-width: 1025px){
    .product-list-image{
        display: flex;
    }
}

.menu-product-list .product-lists-cta {
    margin-top: clamp(60px, 6.76vw, 130px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(20px, 2.07vw, 40px);
    flex-direction: column;
}
@media(min-width: 769px){
    .menu-product-list .product-lists-cta {
        flex-direction: row;
    }
    .product-lists-cta {
        max-width: max-content;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width: 768px){
    .menu-product-list .product-lists-cta .block--button{
        width: 100%;
    }
    .menu-product-list .product-lists-cta .block--button a{
        width: 100%;
    }
}


/**/
.footer-main-wrapper.bg-blu {
    padding: clamp(80px, 10.41vw, 200px) 0 clamp(30px, 4.16vw, 80px);
}
.footer-description {
    color: #fff;
    font-size: 20px;
}
.footer-logo,.footer-logo a {
    display: flex;
}


.footer-social-item > a:first-child,
.footer-contact-socials .company-contacts-main-wrapper a{
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    transition: 300ms;
}
.footer-social-item svg,
.footer-contact-socials .company-contacts-main-wrapper svg{
    fill: #fff;
    width: 30px;
    height: 30px;
    transition: 300ms;
}
.footer-social-item:hover a:first-child{
    background: #fff;
    transition: 300ms;
}
.footer-social-item:hover svg{
    fill: #111C2E;
    transition: 300ms;
}
.footer-socials .social-link-wrapper,
.footer-contact-socials .company-contacts-main-wrapper {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}
.footer-social-item > a:last-child {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 300ms;
}
.footer-social-item, .footer-contact-socials .footer-contacts .company-contact {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-direction: row;
}

.footer-contact-socials .footer-contacts .company-contact,
.footer-contact-socials .footer-contacts .company-contact a{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 300ms;
}

.footer-logo-descrption {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.footer-contact-socials {
    margin-top: clamp(60px, 9.37vw, 180px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
@media(min-width: 1025px){
    .footer-contact-socials {
        margin-top: clamp(60px, 9.37vw, 180px);
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .footer-logo-descrption {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}
.footer-menu-loop ul{
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-menu-loop ul > li {
    display: flex;
    line-height: 1;
}
.footer-menu-loop ul > li > a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: clamp(26px, 5.2vw, 100px);
    font-family: 'anton';
    transition: 300ms;
}
.footer-menu-loop ul > li > a:hover {
    color: #A83421;
    transition: 300ms;
}

.footer-menu-loop > div {
    width: max-content;
}
.footer-menu-loop {
    display: flex;
    flex-direction: column;
}
.bottom-footer-wrapper,
.bottom-footer-desktop {
    color: #fff;
    margin-top: clamp(60px, 10.41vw, 200px);
}
.footer-bottom-legal-credits a {
    color: #fff;
    text-decoration: none;
    transition: 300ms;
}
.footer-bottom-legal-credits a:hover {
    color: #A83421;
    transition: 300ms;
}
.footer-year-mobile{
    display: flex;
}
.bottom-footer-desktop{
    display: none;
}
@media(min-width: 1025px){
    .bottom-footer-desktop{
        display: flex;
    }
    .footer-main-wrapper.bg-blu .row {
        align-items: stretch;
        height: 100%;
    }
    .footer-main-wrapper.bg-blu .column {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .footer-menus-section {
        height: 100%;
        display: flex;
        justify-content: space-between;
    }
    .footer-year-mobile{
        display: none;
    }
    .footer-menu-loop {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: max-content;
        margin: 0 0 0 auto;
    }
    .footer-socials .social-link-wrapper,
    .footer-contact-socials .company-contacts-main-wrapper {
        display: flex;
        gap: 30px;
        flex-direction: column;
        align-items: flex-start;
    }
}

/**/
.review-item {
    background: #E2D6C7;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-width: 0;
}

.review-head {
    padding: 40px 30px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    min-width: 0;
    box-sizing: border-box;
}

.review-footer {
    background: #EDE0D0;
    border-radius: 0 15px 0 0;
    display: flex;
    gap: 25px;
    align-items: center;
    padding: 15px 20px 20px 0;
    max-width: 230px;
    color: #A83421;
    line-height: 20px;
    font-weight: bold;
    box-sizing: border-box;
}

.review-author-icon {
    border-radius: 50%;
    display: flex;
    overflow: hidden;
    flex-shrink: 0;
}
.review-item-content {
    max-width: 550px;
}


.footer-static-block.reviews .row > .column {
    min-width: 0;
}

.footer-static-block.reviews .review-carousel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.footer-static-block.reviews .splide__track {
    width: 100%;
    min-width: 0;
}

.footer-static-block.reviews .splide__list {
    min-width: 0;
}
div#footer-reviews .block--title {
    text-wrap: balance;
}
.reviews-controls{
    display: none;
}
.review-paragraph {
    font-size: clamp(14px, 0.82vw, 16px);
    line-height: clamp(22px, 1.34vw, 26px);
}
.reviw-quote-symbol {
    margin-bottom: 40px;
}
div#footer-reviews ul.splide__pagination.splide__pagination--ltr {
    position: unset;
    margin-top: 60px;
}
div#footer-reviews ul.splide__pagination.splide__pagination--ltr button{
    width: 15px;
    height: 15px;
    border: 1px solid #A83421;
    background: transparent;
}
div#footer-reviews ul.splide__pagination.splide__pagination--ltr button.is-active{
    background: #A83421;
}
@media(min-width: 1025px){
    .footer-review-head {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .reviews-controls{
        display: flex;
        gap: 40px;
        align-items: center;
    }
}

.instagram-loop .block-contact-form-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.instagram-loop .block--title-lines {
    display: flex;
    justify-content: center;
    align-items: center;
}


.instagram-form-wrapper-shortcode {
    background: #f9f9f9;
    text-align: center;
    margin-top: 60px;
}
/**/

.menu-carousel-head .block--title-lines {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-carousel-item .block--image {
    height: auto;
}
.menu-carousel-item .block--image {
    height: auto;
    max-width: clamp(180px, 15.62vw, 300px);
    margin: 0 auto;
    transition: 400ms;
}
.menu-carousel-item.is-active .block--image {
    max-width: clamp(380px, 26.03vw, 500px);
}
.menu-carousel-item .block--title > *{
    color: #A83421;
}
.menu-carousel-item .block--title{
    margin: 20px 0 40px;
}
.menu-carousel-item .block--paragraph.block--title--center {
    max-width: clamp(270px, 16.66vw, 320px);
    margin: 0 auto;
    font-size: clamp(18px, 1.03vw, 20px);
    line-height: clamp(30px, 1.66vw, 32px);
}
.menu-carousel-wrapper {
    margin-top: clamp(80px, 5.20vw, 100px);
}
.section.menu-carousel-block {
    background: #EDE0D0;
}
.menu-carousel-block .column {
    overflow: hidden;
}
@media(min-width: 1025px){
    .menu-carousel-block .column {
        overflow: hidden;
    }
}
.menu-carouse-item-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.menu-carousel-wrapper .splide__arrows.splide__arrows--ltr button {
    background: transparent;
    border: 1px solid #A83421;
    width: 80px;
    height: 80px;
    transition: 300ms;
}
.menu-carousel-wrapper .splide__arrows.splide__arrows--ltr svg {
    fill: #A83421;
    transition: 300ms;
}

.menu-carousel-wrapper .splide__arrows.splide__arrows--ltr button:hover {
    background: #A83421;
    transition: 300ms;
}
.menu-carousel-wrapper .splide__arrows.splide__arrows--ltr button:hover svg{
    fill: #fff;
    transition: 300ms;
}

.menu-carousel-block ul.splide__pagination.splide__pagination--ltr {
    position: unset;
    margin-top: 60px;
}
.menu-carousel-block ul.splide__pagination.splide__pagination--ltr button{
    width: 15px;
    height: 15px;
    border: 1px solid #A83421;
    background: transparent;
}
.menu-carousel-block ul.splide__pagination.splide__pagination--ltr button.is-active{
    background: #A83421;
}

/**/
@media(max-width: 1024px){
    .page-intro-text.custom-gap-mobile .row {
        gap: 30px;
    }
}

/**/
.section-promo-gallery img {
    width: 100%;
}
.block--image__mansory {
    display: flex;
}
.custom-contact-shortcode .block--paragraph {
    max-width: clamp(550px, 32.28vw, 620px);
    text-wrap: balance;
}
.custom-contact-shortcode .company-contact a {
    gap: 20px;
    align-items: center;
    text-decoration: none;
}
.custom-contact-shortcode svg {
    fill: #A83421;
    border: 1px solid #A83421;
    border-radius: 50%;
    padding: 10px;
    width: 50px!important;
    height: 50px!important;
}
.custom-contact-shortcode .company-contacts-main-wrapper {
    gap: 20px;
    margin-top: 30px;
}

/**/
.two-column-section.custom-ul .block-text-wrapper ul {
    text-transform: uppercase;
    margin: 0 0 0 20px;
    font-family: 'anton';
}
.two-column-section.custom-ul .block-text-wrapper .block--title__70{
    font-size: clamp(32px, 5.20vw, 100px);
    line-height: clamp(32px, 5.20vw, 100px);
}
@media(min-width: 1181px){
    .two-column-section.custom-ul .block--media-content {
        max-width: clamp(500px, 36.45vw, 700px);
    }
}
.two-column-section.custom-ul .block-text-wrapper a.block--button__link {
    background: transparent;
    color: #a83421;
    border: 2px solid #a83421;
}
.two-column-section.custom-ul .block-text-wrapper a.block--button__link:hover {
    background: #a83421;
    color: #fff;
    border: 2px solid #a83421;
}
/**/
.hover-effect-carousel .block--image {
    max-width: clamp(140px, 9.37vw, 180px);
    max-height: clamp(140px, 9.37vw, 180px);
    border-radius: 50%;
    overflow: hidden;
}
.two-column-section.bg-blu .block-text-wrapper h3, .two-column-section.bg-blu .block-text-wrapper .block--paragraph {
    color: #fff;
}

.hover-effect-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    height: 100%;
}
.hover-effect-title {
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'anton';
    margin: 25px 0;
}
.hover-effect-paragraph {
    text-align: center;
    max-width: 400px;
    text-wrap: balance;
    font-size: clamp(14px, 0.82vw, 16px);
}

.two-column-section .row > .column {
    min-width: 0;
}

.block--media-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.hover-effect-carousel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.hover-effect-carousel .splide__track {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.hover-effect-carousel .splide__list {
    width: 100%;
    min-width: 0;
}

.hover-effect-carousel .splide__slide {
    min-width: 0;
    box-sizing: border-box;
}
.hover-two-custom .block--media-content > .block--image {
    max-width: clamp(400px, 39.05vw, 750px);
    margin: 0 auto 60px;
}
.hover-two-custom .block-text-wrapper {
    max-width: clamp(500px, 36.45vw, 700px);
}

.hover-effect-carousel:after {
    content: '';
    width: 100%;
    height: 1px;
    border: 5px dashed #cccc;
    display: flex;
    position: absolute;
    top: calc(30% - 5px);
    z-index: 2;
    max-width: 100%;
    transform: translate(0%, -100%);
}
.hover-effect-carousel .splide__track{
    z-index: 5;
}
.hover-two-custom ul.splide__pagination {
    margin-top: 60px;
    position: unset;
}
.hover-two-custom ul.splide__pagination button{
    width: 15px;
    height: 15px;
}
@media(min-width: 1025px){
    .hover-effect-carousel:after {
        content: '';
        width: 100%;
        height: 1px;
        border: 5px dashed #cccc;
        display: flex;
        position: absolute;
        top: calc(30% - 5px);
        z-index: 2;
        max-width: 80%;
        transform: translate(15%, -100%);
    }
}
@media(min-width: 1334px){
    .hover-effect-text {
        overflow: hidden;
        opacity: 0;
        transition: 400ms;
        transform: translateY(-50px);
    }
    .hover-effect-item:hover .hover-effect-text {
        overflow: visible;
        opacity: 1;
        transition: 400ms;
        transform: translateY(0px);
    }
}

.two-column-section.fluid-row > .row {
    max-width: 100%;
    width: 100%;
}
.two-column-section.fluid-row > .row .block-text-wrapper {
    margin: 0 5%;
}
.two-column-section.fluid-row .block--paragraph{
    margin: 0px;
}
.two-column-section.fluid-row .block--image {
    background-blend-mode: darken;
    opacity: 0.8;
    top: 0;
    z-index: 4;
    mix-blend-mode: darken;
}
@media(min-width: 1025px){
    .two-column-section.fluid-row > .row .block-text-wrapper {
        margin: 0 max(5vw, calc((100vw - 1720px) / 2));
        max-width: clamp(500px, 36.45vw, 700px);
    }
    
}

/**/
.page-intro-text.custom-layout-for-intro .row {
    grid-template-columns: 1fr;
}
.page-intro-text.custom-layout-for-intro .page-intro-text-wrapper {
    max-width: clamp(600px, 58.32vw, 1120px);
    text-wrap: auto;
}
.page-intro-text.custom-layout-for-intro .page-intro-paragraph {
    max-width: clamp(400px, 36.71vw, 705px);
    font-size: 20px;
    line-height: 40px;
}
.page-intro-text.custom-layout-for-intro {
    position: relative;
}
@media(min-width: 1181px){
    .section.section--padding-md.page-intro-text.custom-layout-for-intro.bg.section--padding-md:after {
        content: '';
        background-image: url(/wp-content/uploads/2026/09/image-4-2.png);
        width: clamp(400px, 41.66vw, 800px);
        display: flex;
        height: clamp(200px, 20.82vw, 400px);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        right: 10%;
        bottom: -10%;
    }
}
.section.places-list {
    background: #EDE0D0;
}

/**/
.header-logo, .header-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-content-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 30px 0;
}
.menu-wrapper {
    display: flex;
    gap: clamp(30px, 2.59vw, 50px);
    align-items: center;
}
.menu-wrapper .header-menu-item{
    display: flex;
    line-height: 1;
}
.menu-wrapper .header-menu-item a{
    font-size: clamp(22px, 1.97vw, 38px);
    list-style: clamp(40px, 3.12vw, 60px);
    text-decoration: none;
    color: #111C2E;
    text-transform: uppercase;
    font-family: 'anton';
    transition: 300ms;
}
.menu-wrapper .header-menu-item a:hover{
    color: #A83421;
    transition: 300ms;
}

.header-left-menu,
.header-right-menu{
    display: none;
}
.header-burger-menu {
    width: 35px;
    height: 20px;
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
}
.header-burger-menu span {
    background: #A83421;
    transition: 300ms;
    display: flex;
    width: 100%;
    height: 2px;
}
.header-burger-menu.active span:first-child {
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    transition: 300ms;
}
.header-burger-menu.active span:last-child {
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    transition: 300ms;
}
@media(min-width: 769px){
    
    .header-burger-menu{
        display: none;
    }
        .header-right-menu {
            display: flex;
            justify-content: flex-end;
        }
    .header-left-menu{
        display: flex;
    }

    .header-content-wrapper {
        display: grid;
        grid-template-columns: 3fr 2fr 3fr;
        gap: 20px;
        align-items: center;
        padding: 35px 0;
    }
}

.header-submenu-mobile {
    overflow: hidden;
    height: 0;
    opacity: 0;
    width: 100%;
    transition: 500ms;
    transform: translateY(-10px);
}

.header-submenu-mobile.active {
    overflow: visible;
    height: auto;
    opacity: 1;
    width: 100%;
    transition: 500ms;
    transform: translateY(0px);
}
.header-submenu-grid {
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 60px 0;
    overflow-y: auto;
    transition: 400ms;
}
.header-submenu-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.header-submenu-wrapper .header-menu-item a{
    font-size: 40px;
    list-style: clamp(40px, 3.12vw, 60px);
    text-decoration: none;
    color: #111C2E;
    text-transform: uppercase;
    font-family: 'anton';
    transition: 300ms;
}


.header-submenu-wrapper .header-menu-item a:hover{
    color: #A83421;
    transition: 300ms;
}
.submenu-social {
    padding-top: 29px;
    border-top: 1px solid #111C2E;
}
.submenu-social svg{
    width: 35px;
    height: 35px;
    fill: #a83421;
}

.cms-template{
    background: #EDE0D0;
}
.cms-template .block-content{
    margin-top: 40px;
}