.no-scroll {
  overflow: hidden !important;
}

.grecaptcha-badge {
  display: none !important;
}

.home #footer-bottom,
.home #footer,
.home .tm-header-mobile,
.home .tm-header {
  display: none;
}

#start-flavors-grid {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.menu-item a,
.menu-item:hover a,
.menu-item:focus a,
.menu-item:active a,
.menu-item a:active,
.menu-item a:visited {
  outline: none !important;
}

/*----------------------------------------*/
/* Navbar & Menu */
/*----------------------------------------*/

.eud__form .form-group {
  background: transparent;
  box-shadow: none !important;
}

.uk-navbar-nav>li>a {
  color: #460e00;
}

.uk-navbar-nav>li.uk-active>a {
  color: #460e00;
  font-weight: 600;
}

#tm-mobile .uk-child-width-1-1.uk-grid {
  flex-direction: column-reverse;
}

#nav-icon {
  width: 24px;
  height: 12px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #ffb342;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 1px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 0px;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px;
  left: 0px;
}

#tm-mobile>div:nth-child(1) {
  height: calc(100vh - 60px);
}

body {
  background: #fff url("../icon/body-lines.svg");
  background-repeat: repeat-y;
  background-size: auto;
  background-position: center;
  background-attachment: fixed;
}

.tm-header-mobile .uk-navbar-right {
  height: 60px;
}

.transition-layer {
  background: url("../icon/body-lines.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  width: 200vw;
  overflow: hidden;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.geco-heading {
  font-size: 12vw !important;
  letter-spacing: 2.5vw !important;
  white-space: nowrap;
}

.geco-underline,
.uk-heading-divider {
  position: relative;
  border: none;
  display: inline-block;
}

.geco-underline:before,
.uk-heading-divider:before {
  content: '';
  background: url("../icon/highlight-line.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  min-height: 20px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}


/*----------------------------------------*/
/* Flavours */
/*----------------------------------------*/
li[uk-filter-control]:nth-of-type(3) {
  order: 1;
}

li[uk-filter-control]:nth-of-type(2) {
  order: 2;
}

li[uk-filter-control]:nth-of-type(4) {
  order: 3;
}

li[uk-filter-control] a:hover {
  color: #fff !important;
}

li[uk-filter-control]:not(.uk-active) a {
  opacity: 0.7;
}

li[uk-filter-control]:nth-of-type(3).uk-active a {
  box-shadow: 0 14px 12px -6px rgba(185, 58, 83, 0.5);
}

li[uk-filter-control]:nth-of-type(2).uk-active a {
  box-shadow: 0 14px 12px -6px rgba(229, 186, 129, 0.5);
}

li[uk-filter-control]:nth-of-type(4).uk-active a {
  box-shadow: 0 14px 12px -6px rgba(90, 179, 104, 0.5);
}

li[uk-filter-control]:nth-of-type(1) a {
  background: transparent;
  color: #490D00 !important;
}

li[uk-filter-control]:nth-of-type(3) a {
  background-color: #b93953;
}

li[uk-filter-control]:nth-of-type(2) a {
  background-color: #e5b981;
}

li[uk-filter-control]:nth-of-type(4) a {
  background-color: #5bb369;
}

.gc-flavours-gallery .js-filter div[data-tag="Italian-classic"] .el-item:hover .uk-overlay-primary {
  background: rgba(185, 57, 83, 0.8) !important;
}

.gc-flavours-gallery .js-filter div[data-tag="Creative-and-signature"] .el-item:hover .uk-overlay-primary {
  background: rgba(229, 186, 129, 0.8) !important;
}

.gc-flavours-gallery .js-filter div[data-tag="Vegan-sorbets"] .el-item:hover .uk-overlay-primary {
  background: rgba(90, 179, 104, 0.8) !important;
}

div[data-tag="Creative-and-signature"] .el-item {
  border: 2px solid #EBCE8B !important;
  box-shadow: 6px 6px 0 #EBCE8B;
}

div[data-tag="Italian-classic"] .el-item {
  border: 2px solid #E0CFA9 !important;
  box-shadow: 6px 6px 0 #E0CFA9;
}

div[data-tag="Vegan-sorbets"] .el-item {
  border: 2px solid #CDAD65 !important;
  box-shadow: 6px 6px 0 #CDAD65;
}

.uk-lightbox {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.uk-lightbox img {
  border-radius: 100%;
  display: none;
}

.uk-lightbox-toolbar>* {
  color: rgb(72, 28, 0);
  padding-top: 20px;
}

.uk-lightbox-toolbar.uk-lightbox-caption {
  transform: translate(-50%, -50%) !important;
  top: 50%;
  left: 50%;
  background: #f3f3f3;
  max-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.uk-lightbox-button {
  opacity: 1 !important;
  z-index: 2;
  margin: 30px 10px;
}

button.uk-lightbox-toolbar-icon.uk-close {
  opacity: 1 !important;
  transform: none !important;
  color: #fff;
}

.uk-lightbox-toolbar {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

.gc-switch-flavours-section {
  z-index: 990;
}

.flavour-template-default .uk-pill {
  cursor: default !important;
}

@media all and (max-width: 640px) {
  .gc-flavours-gallery .el-title {
    font-size: 14px;
  }

  .gc-flavours-gallery .el-meta {
    font-size: 10px;
    letter-spacing: 1px;
  }

  .gc-flavours-gallery .el-link {
    display: none;
  }

  .gc-switch-flavours-section {
    padding: 10px;
  }

  .gc-switch-flavours-section .uk-container {
    padding: 0px;
  }

  .uk-subnav-pill li {
    width: 25%;
  }

  .gc-switch-flavours-section .uk-subnav-pill li .el-link {
    font-size: 12px;
    letter-spacing: -0.5px;
    padding: 4px;
  }
}

.uk-label {
  white-space: inherit;
}

/* WORLD */
#holder {
  width: 100vw;
  height: 90vh;
  z-index: 10;
}

#zimThree0 {
  z-index: 5;
  transform: matrix(1, 0, 0, 1, 10, 10) !important;
  left: -10px !important;
}

#holderCanvas {
  position: absolute !important;
  z-index: 10;
}

#sidebar {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  list-style-type: none;
  background: transparent;
  margin: 10px;
  padding: 0;
  border-radius: 10px;
  border: 2px solid #551f0a;
  backdrop-filter: blur(1px);
  color: #551f0a;
}

.label-stores {
  padding: 10px 10px;
  background: white;
  border-radius: 7px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}

#sidebar li {
  font-size: 11px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#sidebar li:first-of-type {
  padding-top: 10px;
}

#sidebar li:last-of-type {
  padding-bottom: 20px;
}

.pinButton {
  background: #ffffff01;
  position: absolute;
  left: 0;
  top: 0;
  user-select: none;
  cursor: pointer;
  width: 2vh;
  height: 2vh;
  z-index: 0;
  box-shadow: none;
}

.pinYellow {
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(219, 161, 116, 1);
  animation: pulsePinYellow 2s infinite;
}

@keyframes pulsePinYellow {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(219, 161, 116, 1);
    box-shadow: 0 0 0 0 rgba(219, 161, 116, 1);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(219, 161, 116, 0);
    box-shadow: 0 0 0 10px rgba(219, 161, 116, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(219, 161, 116, 0);
    box-shadow: 0 0 0 0 rgba(219, 161, 116, 0);
  }
}

.popUp {
  background: #ffffff;
  border: 2px solid #541f0a;
  border-radius: 5% 5%;
  position: absolute;
  left: 0;
  top: 0;
  user-select: none;
  cursor: pointer;
  width: 25vh;
  min-width: 180px;
  min-height: 15vh;
  z-index: 101 !important;
  padding: 30px;
  box-shadow: 0 0 0 rgb(85 31 10);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(85, 31, 10, 1);
    box-shadow: 0 0 0 0 rgba(85, 31, 10, 1);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(85, 31, 129, 0);
    box-shadow: 0 0 0 10px rgba(85, 31, 10, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(85, 31, 129, 0);
    box-shadow: 0 0 0 0 rgba(85, 31, 10, 0);
  }
}

.popUp a svg {
  color: #e5b981;
}

.popUp h4 {
  margin-top: 0;
  font-weight: 600;
}

.closeButton {
  position: absolute;
  top: 5px;
  right: 5px;
}

/* calendario form catering */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today,
.xdsoft_label.xdsoft_month,
.xdsoft_label.xdsoft_year {
  color: #e5b882;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker.xdsoft_noselect.xdsoft_default.xdsoft_inline {
  width: 100% !important;
}

.xdsoft_date {
  text-align: center !important;
}

.xdsoft_label.xdsoft_month:hover>span,
.xdsoft_label.xdsoft_year:hover>span {
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  background: #461a00;
  box-shadow: none;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  background: #e5b882 !important;
}

.slider-timeline {
  padding-left: 40px;
  overflow: visible;
}

.slider-timeline .el-item {
  position: relative;
  border-radius: 20px;
  pointer-events: none;
}

.slider-timeline .uk-slider-items li {
  position: relative;
}

.slider-timeline .uk-slider-items li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #e5b881;
  z-index: -1;
}

.slider-timeline .uk-slider-items li:first-of-type:after {
  content: none;
}

.slider-timeline .uk-slidenav-container {
  bottom: -120px;
}

.el-slidenav svg:not(.frecce) {
  display: none !important;
  opacity: 0 !important;
}

.slider-timeline .el-item .uk-cover-container {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.slider-timeline .el-title {
  letter-spacing: 0;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: -40px;
  width: 80px;
  height: 80px;
  background: #e5b881;
  display: flex;
  border-radius: 999px;
  justify-content: center;
  font-weight: 700;
  align-items: center;
  transform: translateY(-50%);
}

.pictures-grid-l .el-item {
  will-change: transform;
  transition: linear 150ms;
}

.pictures-grid-l .el-item .uk-overlay-primary {
  background: transparent;
}

.pictures-grid-l>div>div:nth-of-type(even) .el-item:hover {
  transform: rotate(8deg);
}

.pictures-grid-l>div>div:nth-of-type(odd) .el-item:hover {
  transform: rotate(-8deg);
}

.tm-box-decoration-primary:before {
  border-radius: 20px;
}

.uk-label {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  color: #490d00;
  letter-spacing: 4px;
  line-height: 1.1;
  padding: 6px 20px;
  font-size: 13px;
  top: 2px;
  position: relative;
  left: 1px;
}

.uk-section-primary .uk-label {
  background-color: #490d00 !important;
  color: #fff !important;
}

.uk-section-primary .wpcf7-list-item-label,
.uk-section-primary .wpcf7 form.sent .wpcf7-response-output,
.uk-section-primary .wpcf7 form .wpcf7-response-output {
  color: #490d00 !important;
}

.uk-section-primary .wpcf7 form.invalid .wpcf7-response-output {
  border-color: white !important;
}

.uk-section-primary .uk-select,
.uk-section-primary .uk-input,
.uk-section-primary .uk-textarea {
  color: #490d00 !important;
}

.uk-section-primary .uk-select:focus,
.uk-section-primary .uk-input:focus,
.uk-section-primary .uk-textarea:focus {
  color: #e5b882 !important;
}

.uk-input,
.uk-textarea,
.uk-select {
  border-top-left-radius: 0;
}

.uk-textarea {
  max-height: 180px;
  resize: none;
}

.check-label {
  border-radius: 24px;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  font-size: 14px;
  line-height: 1.4;
  border-radius: 99px;
  border-width: 1px;
  padding: 6px 20px;
  margin-top: 20px;
}

@media all and (min-width: 1500px) {
  /*.page-id-24 #zimThree0 {
		transform: matrix(1, 0, 0, .9, 9, 9) !important;
	}*/
}

@media all and (min-width: 960px) {

  /* .openyourown-col>div, .openyourown-col .openyourown,.openyourown-col .openyourown img{
		height:100%;
		object-fit:cover;
		object-position:center left;
	} */
  .col-coppette {
    position: relative;
    z-index: 4;
    background: #efd7bc;
  }
}

@media all and (max-width: 1360px) {

  .e-panel .el-title,
  .e-panel .el-meta {
    left: 40px !important;
    position: relative;
  }
}

@media all and (max-width: 960px) {
  .e-panel .el-meta {
    left: 60px !important;
  }

  .slider-timeline .el-title {
    font-size: 14px;
    left: -30px;
    width: 60px;
    height: 60px;
  }

  .slider-timeline .el-item .uk-cover-container {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  #sidebar {
    position: relative;
    top: 0;
    transform: none;
  }
}

@media all and (max-width: 640px) {
  #holder {
    height: 70vh;
  }

  body,
  html {
    overflow-x: hidden !important;
  }
}