/*
Theme Name: Restaurant Lucca
Theme URI: http://lucca-elburg.nl
Description: Wordpress thema voor Restaurant Lucca
Author: 
Author URI: 
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: lucca-elburg
*/

:root  {
    --base: 15px;
    --massive: calc(var(--base) * 14);
    --huge: calc(var(--base) * 8);
    --extralarge: calc(var(--base) * 6);
    --largehuge: calc(var(--base) * 5);
    --large: calc(var(--base) * 4);
    --mediumlarge: calc(var(--base) * 3);
    --medium: max(30px, calc(var(--base) * 2.5));
    --smallmedium: max(22.5px, calc(var(--base) * 2));
    --small: max(15px, calc(var(--base) * 1.5));
    --extrasmall: max(10px, calc(var(--base) * 1));
    --tiny: max(10px, calc(var(--base) * 0.675));

    --massive-negative: calc(var(--base) * -14);
    --huge-negative: calc(var(--base) * -8);
    --extralarge-negative: calc(var(--base) * -6);
    --largehuge-negative: calc(var(--base) * -5);
    --large-negative: calc(var(--base) * -4);
    --mediumlarge-negative: calc(var(--base) * -3);
    --medium-negative: min(-30px, calc(var(--base) * -2.5));
    --smallmedium-negative: min(-22.5px, calc(var(--base) * -2));
    --small-negative: min(-15px, calc(var(--base) * -1.5));
    --extrasmall-negative: min(-10px, calc(var(--base) * -1));
    --tiny-negative: min(-7.5px, calc(var(--base) * -0.75));

    --primary: #fac077;
    --secondary: #49090e;
    --tertiary: #85886a;
}


@font-face {
    font-family: 'Font Awesome 7 Brands';
    src: url('fonts/FontAwesome7Brands-Regular.eot');
    src: url('fonts/FontAwesome7Brands-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome7Brands-Regular.woff2') format('woff2'),
        url('fonts/FontAwesome7Brands-Regular.woff') format('woff'),
        url('fonts/FontAwesome7Brands-Regular.ttf') format('truetype'),
        url('fonts/FontAwesome7Brands-Regular.svg#FontAwesome7Brands-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 7 Pro Solid';
    src: url('fonts/FontAwesome7Pro-Solid.eot');
    src: url('fonts/FontAwesome7Pro-Solid.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome7Pro-Solid.woff2') format('woff2'),
        url('fonts/FontAwesome7Pro-Solid.woff') format('woff'),
        url('fonts/FontAwesome7Pro-Solid.ttf') format('truetype'),
        url('fonts/FontAwesome7Pro-Solid.svg#FontAwesome7Pro-Solid') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 7 Pro';
    src: url('fonts/FontAwesome7Pro-Regular.eot');
    src: url('fonts/FontAwesome7Pro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome7Pro-Regular.woff2') format('woff2'),
        url('fonts/FontAwesome7Pro-Regular.woff') format('woff'),
        url('fonts/FontAwesome7Pro-Regular.ttf') format('truetype'),
        url('fonts/FontAwesome7Pro-Regular.svg#FontAwesome7Pro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 7 Sharp';
    src: url('fonts/FontAwesome7Sharp-Regular.eot');
    src: url('fonts/FontAwesome7Sharp-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome7Sharp-Regular.woff2') format('woff2'),
        url('fonts/FontAwesome7Sharp-Regular.woff') format('woff'),
        url('fonts/FontAwesome7Sharp-Regular.ttf') format('truetype'),
        url('fonts/FontAwesome7Sharp-Regular.svg#FontAwesome7Sharp-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: var(--extrasmall);
    margin-top: 0;
    line-height: 1.125;
    position: relative;
    display: block;
    font-weight: bold;
    text-wrap: balance;
    font-family: "ltr-federal", sans-serif;
    text-transform: uppercase;
        hyphens: auto;
}


h1,
.h1 {
    font-size: 42px;
    margin-bottom: var(--smallmedium);
}

.h2,
h2 {
    font-size: 36px;
}

.h3,
h3 {
    font-size: 24px;
}

.h4,
h4 {
    font-size: 20px;
}

.h5,
h5 {
    font-size: 20px;
    font-family: "open-sans-semicondensed", sans-serif;
    text-transform: inherit
}

.h6,
h6 {
    font-size: 18px;
    font-family: "open-sans-semicondensed", sans-serif;
    text-transform: inherit
}



body {
    font-size: 16px;
    font-weight: 300;
    font-family: "open-sans-semicondensed",sans-serif;
    overflow-x: hidden;
    line-height: 1.675;
    color: #fac077;
    background: #49090e;
    margin: 0;
   
}



main {
    overflow-x: hidden;
}

p {
    margin-top: 0;
    margin-bottom: var(--extrasmall);
}

a {
    color: currentColor;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: var(--extrasmall);
}

ul li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
    margin-top: var(--smallmedium);
    margin-bottom: var(--smallmedium);
    border: 0;
    border-top: 2px solid var(--color, var(--primary));
    border-bottom: 0;
    /* border-bottom: 1px solid var(--color, var(--primary)); */
    position: relative;
    overflow: visible;
}



hr:before {
    content: '';
    width: 45px;
    background: var(--background, var(--secondary));
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    line-height: 0;
    top: -3px;
    bottom: -3px;
}

hr:after {
    content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 43.6 41.9" style="enable-background:new 0 0 43.6 41.9;" xml:space="preserve"><path class="st0" d="M43.6,39.1c0,0.4-0.2,0.6-0.7,0.6c-0.8,0-2.6-0.9-5.2-2.8c-4.1-3-7.5-7.1-10.2-12.2c-2.3,3.4-3.5,8.7-3.5,15.9   c0,0.1,0,0.2,0,0.4c0,0.2,0,0.3,0,0.3c0,0.3-0.3,0.5-1,0.6c-2,0-3.1-0.1-3.4-0.1c-0.7-0.1-1-0.4-1-1c0-0.1,0-0.3,0.1-0.7   c0.1-0.3,0.1-0.7,0.1-0.9c0-0.8-0.2-2.4-0.6-4.7c-0.6-3.5-1.4-7.1-2.6-10.9l-0.4,0.2c-1.1,3.8-3.5,7.5-7,11   c-1.5,1.5-2.9,2.6-4.3,3.5c-1.3,0.8-2.3,1.1-3,1.1c-0.2,0-0.5-0.1-0.9-0.2v-0.6c3.3-1.2,6.3-3.3,9-6.5c2.8-3.3,4.7-7,5.7-11.2   c-1.2-3.6-2.9-7.1-5-10.5C7.6,7.2,5.4,4.8,3.1,3.3L0.3,1.5C0.3,1.2,0.6,1,1,1c0.5,0,1.3,0.3,2.7,1c1.7,0.8,3.6,2,5.6,3.5   c3.2,2.3,6.1,5.6,8.6,9.9c1.7-2.2,2.8-5.5,3.4-9.8c0.2-0.5,0.3-1.9,0.6-4.1c0.1-0.7,0.2-1.1,0.5-1.2c0.3-0.1,1.1-0.2,2.7-0.3   c0,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0.5,0,0.9,0.4,1,1.2c0.2,1.3,0.4,2.6,0.5,4c0.8,4.2,1.7,7.9,3,11.3c0.2-0.1,0.6-0.8,1.2-2.2   c0.8-1.7,1.6-3.2,2.5-4.5c1.9-2.7,4-5,6-6.8c1.5-1.2,2.4-1.9,2.7-1.9c0.2,0,0.5,0.2,0.8,0.6l0,0l-1.9,1.4c-1.6,1.2-3.2,2.8-4.7,4.6   c-1.8,2.2-3.2,4.4-4.3,6.5c-0.9,1.8-1.3,3.3-1.3,4.3c0,1.4,0.4,3.3,1.3,5.8c1,2.9,2.4,5.7,4.1,8.3c1.5,2.4,3.1,4,4.8,4.9   C42.8,38.4,43.6,38.9,43.6,39.1z M26.6,23c0,0.2-1.1-3.1-3.3-9.9c-0.2-0.6-0.4-1.4-0.6-2.4c-0.1-0.5-0.2-0.8-0.4-0.8   c0,0-0.6,1.2-1.7,3.5c-0.3,0.7-0.8,1.4-1.3,2.2c-0.4,0.6-0.6,1-0.6,1.1c0,0.1,0.5,1.3,1.5,3.7c1.2,3,2.2,6.1,3.1,9.3   C25.5,25.4,26.6,23.1,26.6,23z" fill="none"/></svg>');
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 43.6 41.9" style="enable-background:new 0 0 43.6 41.9;" xml:space="preserve"><path class="st0" d="M43.6,39.1c0,0.4-0.2,0.6-0.7,0.6c-0.8,0-2.6-0.9-5.2-2.8c-4.1-3-7.5-7.1-10.2-12.2c-2.3,3.4-3.5,8.7-3.5,15.9   c0,0.1,0,0.2,0,0.4c0,0.2,0,0.3,0,0.3c0,0.3-0.3,0.5-1,0.6c-2,0-3.1-0.1-3.4-0.1c-0.7-0.1-1-0.4-1-1c0-0.1,0-0.3,0.1-0.7   c0.1-0.3,0.1-0.7,0.1-0.9c0-0.8-0.2-2.4-0.6-4.7c-0.6-3.5-1.4-7.1-2.6-10.9l-0.4,0.2c-1.1,3.8-3.5,7.5-7,11   c-1.5,1.5-2.9,2.6-4.3,3.5c-1.3,0.8-2.3,1.1-3,1.1c-0.2,0-0.5-0.1-0.9-0.2v-0.6c3.3-1.2,6.3-3.3,9-6.5c2.8-3.3,4.7-7,5.7-11.2   c-1.2-3.6-2.9-7.1-5-10.5C7.6,7.2,5.4,4.8,3.1,3.3L0.3,1.5C0.3,1.2,0.6,1,1,1c0.5,0,1.3,0.3,2.7,1c1.7,0.8,3.6,2,5.6,3.5   c3.2,2.3,6.1,5.6,8.6,9.9c1.7-2.2,2.8-5.5,3.4-9.8c0.2-0.5,0.3-1.9,0.6-4.1c0.1-0.7,0.2-1.1,0.5-1.2c0.3-0.1,1.1-0.2,2.7-0.3   c0,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0.5,0,0.9,0.4,1,1.2c0.2,1.3,0.4,2.6,0.5,4c0.8,4.2,1.7,7.9,3,11.3c0.2-0.1,0.6-0.8,1.2-2.2   c0.8-1.7,1.6-3.2,2.5-4.5c1.9-2.7,4-5,6-6.8c1.5-1.2,2.4-1.9,2.7-1.9c0.2,0,0.5,0.2,0.8,0.6l0,0l-1.9,1.4c-1.6,1.2-3.2,2.8-4.7,4.6   c-1.8,2.2-3.2,4.4-4.3,6.5c-0.9,1.8-1.3,3.3-1.3,4.3c0,1.4,0.4,3.3,1.3,5.8c1,2.9,2.4,5.7,4.1,8.3c1.5,2.4,3.1,4,4.8,4.9   C42.8,38.4,43.6,38.9,43.6,39.1z M26.6,23c0,0.2-1.1-3.1-3.3-9.9c-0.2-0.6-0.4-1.4-0.6-2.4c-0.1-0.5-0.2-0.8-0.4-0.8   c0,0-0.6,1.2-1.7,3.5c-0.3,0.7-0.8,1.4-1.3,2.2c-0.4,0.6-0.6,1-0.6,1.1c0,0.1,0.5,1.3,1.5,3.7c1.2,3,2.2,6.1,3.1,9.3   C25.5,25.4,26.6,23.1,26.6,23z"/></svg>');
    mask-repeat: no-repeat;
    mask-size: contain;
    width: 30px;
    background: var(--color, var(--primary));
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 0;
}

blockquote {
    font-size: 24px;
    color: #49090e;
    margin: 0
}



input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
       line-height: 1.25;
    width: 100%;
    position: relative;
    padding: 15px;
    border:0;
    font-weight: 300;
    border-radius: 5px;;
    border: 1px solid #49090e;

}

input:active,input:focus {
    border-color: #fac077
}

select {
    background-image: linear-gradient(45deg,transparent 50%,rgb(60 60 59 / 50%) 50%),linear-gradient(135deg,rgb(60 60 59 / 50%) 50%,transparent 50%);
    background-position: calc(100% - 20px) 50%,calc(100% - 15px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}



::-webkit-input-placeholder {
    color: rgb(73 9 14 / 50%);
}

::-moz-placeholder {
    color: rgb(73 9 14 / 50%);
}

:-ms-input-placeholder {
    color: rgb(73 9 14 / 50%);
}

::-moz-selection {
    background-color: #fac077;
    color: #ffffff;
}

::selection {
    background-color: #fac077;
    color: #ffffff;
}

::-moz-selection {
    background-color: #fac077;
    color: #ffffff;
}

:focus {
    outline: 0 !important;
}

table {
   margin-bottom: var(--small);
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}



table tr th {
    font-weight: 500;
    color: #fac077
}

table tr th,
table tr td {
    padding: 0 7.5px
}

table tr th:first-child,
table tr td:first-child {
    padding-left: 0
}

table tr th:last-child,
table tr td:last-child {
    padding-right: 0
}


b,
strong {
    font-weight: 500;
}

small,
.small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

i, em {
    font-family: "above-the-beyond", sans-serif;
    font-size: 32px;
    margin-bottom: -10px;
    display: inline-block;
    text-shadow: 0px 1px 0px var(--background, var(--secondary));
    z-index: 1;
    position: relative;
    line-height: 1;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}


.btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 15px 20px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border: 0;
    z-index: 1;
    border-radius: 5px;
    background: var(--color, var(--primary));
    color: var(--background, var(--secondary));
    overflow: hidden;
    font-weight: 600;
    line-height: 1.25;
    text-align: left;
    cursor: pointer;
    display: flex;
    gap: 15px;
    align-items: center;

}

.btn:not(.btn--simple)[data-icon]:before {
    content:  attr(data-icon);
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro Solid';
    position: relative;
    transition: all 0.3s;
    right: 0;
    font-size: 18px;
}

.btn:not(.btn--simple, [data-icon]):after {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro Solid';
    font-size: 14px;
    position: relative;
    transition: all 0.3s;
    right: 0;
}



.btn:not(.btn--simple):hover:after {
    right: -2.5px;
}

.btn.btn--secondary {
    background: #49090e;
    color: #ffffff;
}

.btn.btn--tertiary {
    background: #85886a;
    color: #ffffff;
}

.btn.btn--outline {
    color: var(--color, var(--primary));
    background: transparent;
    box-shadow: 0 0 0 1px var(--color, var(--primary)) inset;
}

.btn.btn--secondary.btn--outline {
    color: #49090e;
    background: transparent;
    box-shadow: 0 0 0 1px #49090e inset;
}





/* Header */

header {
    position: relative;
    z-index: 100;
}

header nav.navigation {
   position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 var(--small);
    padding: var(--extrasmall) 0
}

header nav.navigation .navigation-brand {
    margin: 0;
    z-index: 1;
    line-height: 0;
    max-width: 180px;
    width: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

header nav.navigation .navigation-menu {
    flex: 1;
}

header nav.navigation .navigation-menu > ul {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--small);
    margin-bottom: 0;
    line-height: 1.125;
  
}

header nav.navigation > .navigation-menu > ul > li {
    position: relative;
   
}

header nav.navigation > .navigation-menu > ul > li:nth-child(4) {
    margin-left: auto;
}

header nav.navigation > .navigation-menu > ul > li > a {
    display: block;
    transition: all 0.3s;
    white-space: nowrap;
    padding: var(--smallmedium) 0;
    font-size: 18px;
     text-decoration-line: none;
}

header nav.navigation > .navigation-menu > ul > li.current-menu-item > a {
    font-weight: 600;
}
header nav.navigation > .navigation-menu > ul > li > a:hover {
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

header nav.navigation > .navigation-menu > ul > li.menu-item-has-children > a:after {
    content: "";
    font-weight: 400;
    font-family: "Font Awesome 7 Pro Solid";
    display: inline-block;
    margin-left: 7.5px;
    transition: all 0.3s;
    font-size: 14px;
}

header nav.navigation > .navigation-menu > ul > li.menu-item-has-children.open > a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}






header nav.navigation > .navigation-menu > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin-bottom: 0;
    background: var(--secondary);
    padding: var(--small);
    padding-top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateX(90deg) translateX(-50%);
    transform: rotateX(90deg) translateX(-50%);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    line-height: 1;
    border-radius: 0 0 5px 5px;
    z-index: 1;
    text-align: left;
    left: 50%;
    display: grid;
    gap: var(--extrasmall);
}


header nav.navigation > .navigation-menu > ul > li > ul li a {
    padding: 0;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	
}

header nav.navigation > .navigation-menu > ul > li.menu-item-has-children.open > ul {
      opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg) translateX(-50%);
    transform: rotateX(0deg) translateX(-50%);
}

header nav.navigation > .navigation-menu > ul > li.menu-item-has-children > ul > li {
	position: relative;
}

header nav.navigation > .navigation-menu > ul > li.menu-item-has-children > ul > li > a {
   
}

header nav.navigation > .navigation-menu > ul > li.menu-item-has-children > ul > li.current-menu-item > a {
    font-weight: 600
}

header nav.navigation .navigation-toggler {
      position: relative;
    margin: 0;
    z-index: 1;
    line-height: 1.25;
    cursor: pointer;
    color: var(--secondary);
    display: none;
    background: var(--primary);
    padding: 18px 14px;
    border-radius: 5px;
    margin-left: auto;
}

header nav.navigation .navigation-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    transition: all 500ms ease-in-out;
    position: relative;
    background: currentColor;
}

header nav.navigation .navigation-toggler span + span {
    margin-top: 4px;
}

header nav.navigation .navigation-toggler span:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

header nav.navigation .navigation-toggler span:nth-of-type(2) {
    opacity: 1;
    width: 22px;
    margin-left: 0;
}

header nav.navigation .navigation-toggler span:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

header nav.navigation .navigation-toggler.open span {
    position: relative;
    background-color: currentColor;
}

header nav.navigation .navigation-toggler.open span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}

header nav.navigation .navigation-toggler.open span:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

header nav.navigation .navigation-toggler.open span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 6px;
}


header nav.navigation .navigation-flags {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--extrasmall);
}

header nav.navigation .navigation-flags img {
    width: 30px;
}


header nav.navigation .wpml-ls{

}

header nav.navigation .wpml-ls ul {
    margin-bottom: 0;
    line-height: 0;
}

header nav.navigation .wpml-ls ul li{
    list-style: none;
    position: relative;
}

header nav.navigation .wpml-ls ul li a {
    display: block;
    white-space: nowrap;
    text-decoration: none;
    font-size: 18px;
}

header nav.navigation .wpml-ls ul li a.wpml-ls-item-toggle:after {
       content: '';
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro Solid';
    transition: all 0.3s;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 14px;
}

header nav.navigation .wpml-ls ul li:hover a.wpml-ls-item-toggle:after {
    transform: rotate(180deg);
}

header nav.navigation .wpml-ls ul li a img{
    width: 27.5px;
    vertical-align: middle;
    margin-right: 7.5px;
}

header nav.navigation .wpml-ls ul li ul.wpml-ls-sub-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1
}

header nav.navigation .wpml-ls ul li ul.wpml-ls-sub-menu li{
    margin-top: 10px;
}

header nav.navigation .wpml-ls ul li:hover ul.wpml-ls-sub-menu {
    opacity: 1;
    visibility: visible;
}

/* header */

section.headers {
    position: relative;
    margin: 0 var(--mediumlarge);
}

section.headers .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    background: var(--primary);
    color: var(--secondary);
}

section.headers .slick-arrow.slick-next {
    left: unset;
    right: 0;
    transform: translate(50%, -50%);
}

section.headers .slick-dots {
    position: absolute;
    bottom: var(--medium);
    width: 100%;
    max-width: 300px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

section.headers .header {
    position: relative;
}

section.headers .header .header-image {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 10px;
   overflow: hidden;
}

section.headers .header .header-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.headers .header .header-content {
       z-index: 2;
    position: relative;
    border-radius: 10px;
    background: rgb(250 192 119 / 75%);
    color: #49090e;
    margin: var(--massive) 0;
    padding: var(--large);
    max-width: 690px;
}

section.headers .header .header-content p {

}

section.headers .header .header-content *:last-child {
    margin-bottom: 0;
}

section.headers .header .header-content .header-content__buttons {
    margin-top: var(--medium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
}

/* Subheader */

section.subheader {
    position: relative;
    padding-top: var(--large);
    margin-bottom: var(--extralarge);
    overflow: hidden;
    background: var(--primary);
}

section.subheader:before {
    content: '';
    background: var(--secondary);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: var(--large);
    z-index: 0;
    pointer-events: none;
}

section.subheader .subheader-image {
       display: block;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 10px;
    z-index: 5;
}

section.subheader .subheader-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.subheader .subheader-content {
    z-index: 2;
    position: relative;
     padding: var(--large) 0;
      color: var(--secondary);
}

section.subheader .subheader-content.subheader-content--background {
   color: var(--primary);
}

section.subheader .subheader-content.subheader-content--background:before {
       content: '';
    background: var(--secondary);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200vw;
    z-index: -1;
    pointer-events: none;
}

section.subheader .subheader-content .subheader-content__buttons {
        margin-top: var(--smallmedium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

section.subheader .subheader-content *:last-child {
    margin-bottom: 0;
}



/* Article */

article.article {
    position: relative;
    margin: var(--extralarge) 0;
}

article.article.article--overlapping {
    margin-top: calc(var(--extralarge-negative) * 3);
}


article.article.article--background {
    position: relative;
    padding: var(--extralarge) 0;
    margin: 0;
    background: var(--background);
    color: var(--color);
}


article.article .article-content {
    position: relative;
}

article.article.article--overlapping .article-content {
    margin-top: calc((var(--extralarge) * 2) + var(--extralarge));
    padding-top: var(--extralarge);
}

article.article .article-content.article-content--background {
    background: #ffffff;
    color: var(--secondary);
    padding: var(--large);
    border-radius: 10px;
}

article.article .article-content img {
    width: auto;
    max-width: 100%;
}


article.article .article-content ul:not(.social-media) li {
    position: relative;
    padding-left: 15px;
}

article.article .article-content ul:not(.social-media) li:before {
    content: '•';
    position: absolute;
    left: 0;
}

article.article .article-content > ol {
    counter-reset: counter;
}

article.article .article-content > ol > li {
    position: relative;
    padding-left: 15px;
}

article.article .article-content > ol > li:before {
    counter-increment: counter;
    content: counter(counter) ". ";
    position: absolute;
    left: 0;
}

article.article .article-content .social-media {
    margin-top: var(--medium);
    color: #4069A0;
}

article.article .article-content *:last-child {
    margin-bottom: 0;
}

article.article .article-content .article-content__arrow {
    background: #fac077;
    color: #ffffff;
    position: absolute;
    left: 100%;
    z-index: 1;
    display: block;
    height: 52.5px;
    width: 52.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 52.5px;
}

article.article .article-content .article-content__arrow:after {
       content: '';
    font-weight: 400;
    font-family: 'Font Awesome 7 Sharp';
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    animation: bounce 2s infinite;
}

article.article .article-content .article-content__buttons {
    margin-top: var(--smallmedium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

article.article .article-image {
    display: block;
    position: relative;
    padding-bottom: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}


article.article .article-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/* Menu */


section.menu {
     margin: var(--large) 0;
    position: relative;
}

section.menu .menu-header {
        margin-bottom: var(--mediumlarge);
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

section.menu .menu-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--small) var(--medium);
}

section.menu .menu-items .menu-item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 5px var(--tiny);
}

section.menu .menu-items .menu-item .menu-item__name {
    position: relative;
    flex: 0 0 auto;
    font-size: 18px;
}

section.menu .menu-items .menu-item .menu-item__name::after {
    content: '';
    position: absolute;
    left: 100%;
    width: 100vw;
    bottom: 5px;
    margin-left: var(--tiny);
    border-bottom: 1px solid var(--primary);
    z-index: -1;
    pointer-events: none;
}

section.menu .menu-items .menu-item .menu-item__price {
    background: var(--secondary);
    padding-left: var(--tiny);
    margin-left: auto;
    flex: 0 0 auto;
    width: auto;
}

section.menu .menu-items .menu-item .menu-item__text {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 0;
    color: #ffffff;
}

/* Gallery */

section.gallery {
    margin: var(--extralarge) 0;
    position: relative;
    overflow: hidden;
}

section.gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--extrasmall);
}

section.gallery .gallery-grid .gallery-grid__image {
      position: relative;
    display: block;
    overflow: hidden;
   aspect-ratio: 3 / 2;
   border-radius: 10px;
}

section.gallery .gallery-grid .gallery-grid__image:nth-child(1) {
     grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
}

section.gallery .gallery-grid .gallery-grid__image:nth-child(2) {
    grid-column-start: 3;
}

section.gallery .gallery-grid .gallery-grid__image:nth-child(3) {
    grid-column-start: 3;
    grid-row-start: 2;
}

section.gallery .gallery-grid .gallery-grid__image:nth-child(4) {
    grid-row-start: 3;
}

section.gallery .gallery-grid .gallery-grid__image:nth-child(5) {
     grid-column-start: 1;
    grid-row-start: 4;
}

section.gallery .gallery-grid .gallery-grid__image:nth-child(6) {
       grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 3;
}

section.gallery .gallery-grid .gallery-grid__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.gallery .gallery-grid .gallery-grid__image:hover img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}

/* Blocks */

section.blocks {
    margin: var(--extralarge) 0;
    position: relative;
    overflow: hidden;
}

section.blocks .blocks-header {
    margin-bottom: var(--medium);
    position: relative;
}

section.blocks .blocks-header * {
    margin-bottom: 0
}

section.blocks .block {
    position: relative;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    background: #ffffff;
    color: var(--secondary);
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* section.blocks .block:hover {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
} */

section.blocks .block .block-image {
   position: relative;
  aspect-ratio: 3 / 2;
   display: block;
}

section.blocks .block .block-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /* border-radius: 10px;*/
}

section.blocks .block .block-content {
    padding: var(--smallmedium);
}

section.blocks .block .block-content p {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.5;
}

section.blocks .block .block-content *:last-child {
    margin-bottom: 0;
}

section.blocks .block .block-content .block-content__buttons {
    margin-top: var(--smallmedium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
}

section.blocks .block.block--vertical .block-content .block-content__buttons {
    margin-top: var(--small);
}




/* Cards */

section.cards {
    margin: var(--extralarge) 0;
    position: relative;
}

section.cards .cards-header {
   margin-bottom: var(--medium);
    position: relative;
}

section.cards .card {
    position: relative;
    display: block;
    border: 0;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: var(--medium);
    height: calc(100% - var(--medium));
}

section.cards .card:before {
    content: url(images/shape-green.svg);
    width: 37.5px;
    display: inline-block;
    position: absolute;
    left: var(--medium);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
}

section.cards .card:hover {
     -webkit-transform: scale(1.025);
    transform: scale(1.025);
}

section.cards .card .card-content {
    padding: var(--smallmedium);
}

section.cards .card .card-content .card-content__label {
    color: #62675A;
    margin-bottom: 7.5px;
}

section.cards .card .card-content *:last-child {
    margin-bottom: 0;
}



/* Breadcrumbs */

.breadcrumbs {
    background: #ffffff;
      color: var(--secondary);
    display: inline-block;
    line-height: 2;
    padding: 2.5px 15px;
  
    border-radius: 5px;
    margin-bottom: var(--smallmedium) !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    display: inline-block;
}

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs .breadcrumb_seperator {
    margin: 0 7.5px;
}

.breadcrumbs .breadcrumb_seperator:before {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro Solid';
    color: var(--primary);
    font-size: 10px;
}

.breadcrumbs .breadcrumb_last {
    font-weight: bold;
}

.fancybox__backdrop {
        background: rgb(73 9 14 / 95%);
}

/* Slick slider */

.slick-dots {
    position: relative;
    margin-bottom: 0;
    line-height: 0;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
}

.slick-dots li {
    list-style: none;
    flex: 1;
}


.slick-dots li button {
    font-size: 0;
    width: 100%;
    height: 4px;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background: #ffffff;
}

.slick-dots li button {
   position: relative;
   overflow: hidden
}

.slick-dots li button:before {
    content: '';
    background: var(--secondary);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;


}

.slick-dots li.slick-active button:before {
     animation: dot 5s linear forwards;
}

@keyframes dot {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
  } 

.slick-arrows {
    line-height: 1;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
}

.slick-arrow {
    font-size: 0;
    width: 50px;
    height: 50px;
    border: 1px solid var(--color, var(--primary));
    color: var(--color, var(--primary));
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;

}

.slick-arrow:hover {
}

.slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.slick-arrow:before {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro Solid';
    font-size: 18px;
}

.slick-arrow.slick-prev:before {
    content: '';
}



/* Footer*/

footer {
    position: relative;
    background: var(--primary);
    color: var(--secondary);
    background-image: url(images/background.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: min(50%, 600px) auto;
}


footer .footer-main {
    padding: var(--large) 0;
}

footer .footer-main .footer-main__content {

}

footer .footer-main .footer-main__content :is(h5, .h5) {
    margin-bottom: var(--small);
}

footer .footer-main .footer-main__content ul.footer-main__menu  {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: var(--small);
    column-gap: var(--small);
    line-height: 1.875;
    margin-bottom: 0
}

footer .footer-main .footer-main__content ul.footer-main__menu li {
    list-style: none;
}

footer .footer-main .footer-main__content ul.footer-main__menu li a {
   text-decoration: none;
   -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

footer .footer-main .footer-main__content ul.footer-main__menu li a:hover {
    text-decoration-line: underline;
}

footer .footer-main .footer-main__content ul.footer-main__menu li.current-menu-item a {
    text-decoration-line: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 5px;
}

footer .footer-main .footer-main__content .footer-main__logo {
    max-width: 240px;
}

footer .footer-main .footer-main__content .footer-main__buttons {
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


footer .footer-copyright {
    padding-bottom: var(--medium);
    z-index: 1;
    position: relative;
}

footer .footer-copyright ul.footer-copyright__menu  {
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: var(--extrasmall);
    justify-content: center;
}

footer .footer-copyright ul.footer-copyright__menu li {
    list-style: none;
    display: inline-block;
}

footer .footer-copyright ul.footer-copyright__menu li:not(:last-child):after {
    content: '•';
    margin-left: var(--extrasmall)
}


/* Actions */


.actions {
    line-height: 1;
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap:  var(--extrasmall);
    margin-top: auto;
    position: fixed;
    bottom: var(--small);
    left: var(--small);
    z-index: 999;
}

.actions a {
    height: 50px;
    width: 50px;
    text-align: center;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    background:  var(--color, var(--primary));
    color: var(--background, var(--secondary));
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0px 0px 10px rgb(73 9 14 / 25%);

}

.actions a:hover {
     color:  var(--color, var(--primary));
    background: var(--background, var(--secondary));
}
.actions a:before {
    content: attr(data-icon);
    font-weight: normal;
    font-family: 'Font Awesome 7 Pro Solid';
}

.actions a[href*="whatsapp"]:before {
    font-family: 'Font Awesome 7 Brands';
    font-size: 24px
}

/* Social media */

.social-media {
    line-height: 1;
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    margin-top: auto;
        justify-content: center;
}

footer .social-media {
    --background: var(--primary);
    --color: var(--secondary);
}

.social-media li {
    display: inline-block;
    list-style: none;
}

.social-media li:last-child {
    margin-right: 0
}

.social-media li a {
    height: 45px;
    width: 45px;
    text-align: center;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background:  var(--color, var(--primary));
    color: var(--background, var(--secondary));
    border-radius: 5px;
    text-decoration: none;
}

.social-media li a:before {
    content: attr(data-icon);
    font-weight: normal;
    font-family: 'Font Awesome 7 Brands';
}

/* Gravity Forms */

.gform_wrapper {
  

}

.gform_wrapper form {
    position: relative;
}


.gform_wrapper form .gform_body {


}

.gform_wrapper form .gform_body {

}

.gform_wrapper form .gform_body .gform_fields,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: var(--extrasmall-negative);
    margin-left: var(--extrasmall-negative);
}

.gform_wrapper form .gform_body .gform_fields .gfield,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col {
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    width: 100%;
    padding-right: var(--extrasmall);
    padding-left: var(--extrasmall);
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: var(--extrasmall)
}


.gform_wrapper form .gform_body .gform_fields .gfield:last-child,
.gform_wrapper form .gform_body .gform_fields .gfield:has(.gform-grid-row) {
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_page_fields .gform_fields .gfield {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 15px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_visibility_hidden {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:is(.ginput_left, .ginput_right) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-three-quarter {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-quarter {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-third {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-two-thirds {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-five-twelfths {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}


.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-html {
    margin-top: var(--small)
}


.gform_wrapper form .gform_body .gform_fields .gfield.spacer {
    display: none;
}



.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label > :is(label, legend) {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield :is(label, legend) + .gfield_description {
    font-size: 14px;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error :is(input, textarea) {
    border-color: #E72B37
}


.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
    background: #ffe5e6;
    color: #E72B37;
    border-left: 3px solid #E72B37;
    padding: 7.5px 10px;
    line-height: 1.25;
    display: inline-block;
    font-size: 14px;
    margin-top: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
    position: relative;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea {
    line-height: 1;
}


.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .instruction {
    font-size: 14px;
    margin-top: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-section) *:last-child {
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield label {

}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container{

}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) {

}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice {
        display: inline-block;
    margin-right: 7.5px;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice input {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label {
    margin-bottom: 0;
    padding: 12.5px 20px;
    
    border: 1.5px solid #e6e5e5;
    border-radius: 50px;
    line-height: 1;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
        position: relative;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images)#field_5_28 .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label {
    padding-left: 47.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label:before {
        display: inline-block;
    width: 25px;
    line-height: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label:hover {
    border-color: #000000;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label:active {
    transform: scale(0.925);
}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice input:checked + label {
    border-color: #000000;
    box-shadow: 0 0 0 0.5px #000000 inset;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent {

}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent input{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label {
    position: relative;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label:before{
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 7.5px;
    background: #ffffff;
    border: 1.5px solid #000000;
    vertical-align: middle;
    vertical-align: -2px;
     border-radius: 50%;
}


.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent input:checked + label:before{
    background: #000000;
    box-shadow: 0 0 0 2px #ffffff inset;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice {
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice input{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice label {
    position: relative;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice label img {
    border: 2px solid #e6e5e5;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice input:checked + label img{
    border-color: #b4a677;
}


.gform_wrapper form .gform_footer {
      margin-top: var(--small);
}


.gform_wrapper form .gform_body .gform_page_footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
/*     border-top: 1px solid #E4E4E4; */
    margin-top: 30px;
}

.gform_wrapper form .gform_body .gform_page_footer .button {
    border-radius: 0;
}

.gform_wrapper form .gform_body .gform_page_footer .gform_next_button {
    margin-left: auto;
    background: #b4a677;
}

.gform_wrapper form .gform_body .gform_page_footer input[type="submit"] {
    margin-left: auto;
    background: #0C534D;
    border-color: #0C534D;
}



.gform_wrapper form .gform_footer .gform_ajax_spinner {
    margin-left: 15px;
    border: 4px solid #E0D9C0;
    border-left: 4px solid #ffffff;
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 22.5px;
    height: 22.5px;
    vertical-align: middle;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.gform_confirmation_message {
    background: rgb(193 209 0 / 10%);
    color: #fac077;
    border-left: 3px solid #fac077;
    padding: 7.5px 10px;
    display: inline-block;
}

@media (max-width: 992px) {

    .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half, 
    .gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:is(.ginput_left, .ginput_right) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}





/* Responsive */


@media (max-width: 1600px) {
    :root  {
    }
}   

@media (max-width: 1400px) {
    :root  {
        --base: 12.5px;
    }
}

@media (max-width: 1200px) {


    :root  {
        --base: 10px;
    }

    header nav.navigation .navigation-brand {
            max-width: 135px;
    }

    section.headers {
        margin: 0 var(--small);
    }

   
   

}

@media (max-width: 992px) {

    :root  {
        --base: 7.5px;

    }
        
    h1,
    .h1 {
        font-size: 26px;
       
    }

    .h2,
    h2 {
        font-size: 24px;
    }

    .h3,
    h3 {
        font-size: 22px;
    }

    .h4,
    h4 {
    }
  

    i, em {
        font-size: 24px;
    }

    header nav.navigation {
        padding: var(--small) 0;
        gap: 0 var(--small);
        flex-wrap: wrap;
    }

   
    header nav.navigation .navigation-brand {
        max-width: 127.5px;
        top: var(--small);
    }
    
	header nav.navigation .navigation-toggler {
		display: block;
	}

    header nav.navigation .navigation-button {
		display: none;
	}


    header nav.navigation .navigation-menu {
              position: fixed;
        overflow-x: hidden;
        overflow-y: scroll;
        transition: all 0.3s ease-in-out;
        transform: translateX(-100%);
        z-index: 1;
        top: var(--headerheight);
        right: 0;
        bottom: 0;
        left: 0;
        background: var(--secondary);
        padding: var(--small);
        padding-top: var(--extralarge)
    }

    header nav.navigation .navigation-menu.open {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    header nav.navigation .navigation-menu > ul {
       flex-direction: column;
        align-items: start;
        width: 100%;
        gap: var(--medium);
    }

    header nav.navigation > .navigation-menu > ul > li {
        width: 100%;
    }

    header nav.navigation > .navigation-menu > ul > li:nth-child(4) {
        margin-left: unset;
    }
	
    header nav.navigation > .navigation-menu > ul > li > a {
        padding: 0;
        font-size: 24px;
        text-align: center;
    }

    header nav.navigation .navigation-menu > ul li.open > ul {
        position: relative;
        margin-top: var(--small);
        padding: 0;
        box-shadow: unset;
        padding: var(--small);
    }


    section.headers {
        margin: 0 var(--small);
    }

    section.menu .menu-items {
        grid-template-columns: 1fr;
    }

    .actions {
        flex-direction: row;
    }
}   






