
/*
Theme Name:			spilleriacanazei.it
Text domain:		spilleriacanazei.it
Author:					baga
Author URI:			https://www.bagaweb.com
License:
License URI:
Version:
Description:
Tested up to:
Requires PHP:
*/
/* Font Families */
@font-face {
  font-family: 'Montserrat Regular';
  src: url("https://www.spilleriacanazei.it/ui/fonts/Montserrat Regular.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Posey Regular';
  src: url("https://www.spilleriacanazei.it/ui/fonts/Posey Regular.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
/* Font Sizes */
/* https://www.fluid-type-scale.com/calculate?minFontSize=16&minWidth=640&minRatio=1.2&maxFontSize=20&maxWidth=1280&maxRatio=1.25&steps=xxs%2Cxs%2Csm%2Cmd%2Clg%2Cxl%2Cxxl%2Chero&baseStep=xs&prefix=size&decimals=2&useRems=on&remValue=16 */
/*
/* Line height */
/*
/* Media queries */
/*
/* Colors */
.blu {
  color: #f05a24;
}
.bg-white {
  background-color: #fff;
}
.bg-primary {
  background-color: #f05a24;
}
.bg-black {
  background-color: #302c2d;
}
.bg-dark-gray {
  background-color: #73696b;
}
.bg-light-gray {
  background-color: #ffffff;
}
.bg-primary-gradient {
  background-color: #f05a24;
  background-image: linear-gradient(to right bottom, #f26c3c, #f05a24);
}
.bg-black-gradient {
  background-color: #302c2d;
  background-image: linear-gradient(to right bottom, #73696b, #302c2d);
}
.bg-menu {
  background-color: #302c2d;
  background-image: url("https://www.spilleriacanazei.it/ui/img/bg-menu.jpg");
}
.bg-footer {
  background-color: #302c2d;
  background-image: url("https://www.spilleriacanazei.it/ui/img/bg-footer.jpg");
}
.bg-fixed {
  height: 50vh;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (min-width: 640px) {
  .bg-fixed {
    height: 75vh;
    background-size: auto;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .bg-fixed {
    background-attachment: scroll;
  }
}
.bg-fixed:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: rgba(48, 44, 45, 0.8);
}
.bg-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.box-shadow {
  box-shadow: 0 10px 20px 0 rgba(48, 44, 45, 0.2);
}
/*
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/************************************************/
/*** WP styles **********************************/
/************************************************/
.alignleft {
  text-align: left;
  float: left;
}
.aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignright {
  text-align: right;
  float: right;
}
@media only screen and (min-width: 640px) {
  .alignleft-md {
    text-align: left;
    float: left;
  }
}
@media only screen and (min-width: 640px) {
  .alignright-md {
    text-align: right;
    float: right;
  }
}
/************************************************/
/*** General ************************************/
/************************************************/
body,
button,
div,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background: #ffffff;
  font-family: "Montserrat Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Montserrat Regular Neue", sans-serif;
  font-weight: 400;
  text-align: center;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
li {
  list-style: none;
}
.clearfix {
  clear: both;
}
.align-center {
  text-align: center !important;
}
.hidden {
  display: none !important;
}
.hidden-md-down {
  display: none !important;
}
@media only screen and (min-width: 640px) {
  .hidden-md-down {
    display: inline-block !important;
  }
}
.hidden-md-up {
  display: inline-block !important;
}
@media only screen and (min-width: 640px) {
  .hidden-md-up {
    display: none !important;
  }
}
.hidden-lg-down {
  display: none !important;
}
@media only screen and (min-width: 1280px) {
  .hidden-lg-down {
    display: inline-block !important;
  }
}
.hidden-lg-up {
  display: inline-block !important;
}
@media only screen and (min-width: 1280px) {
  .hidden-lg-up {
    display: none !important;
  }
}
/************************************************/
/*** Grid ***************************************/
/************************************************/
.global-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(48, 44, 45, 0.2);
}
.wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 2%;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media only screen and (min-width: 640px) {
  .grid {
    margin: 0 -1%;
  }
}
@media only screen and (min-width: 640px) {
  .grid-reverse {
    flex-direction: row-reverse;
  }
}
.grid-cell {
  flex: 0 0 100%;
}
@media only screen and (min-width: 640px) {
  .grid-cell {
    min-width: 0;
    padding: 0 1%;
    flex: 1;
  }
}
@media only screen and (min-width: 640px) {
  .col-1-3 {
    flex-basis: calc((100% / 3) - 2%);
  }
}
@media only screen and (min-width: 640px) {
  .col-2-3 {
    flex-basis: calc((100% / 3 * 2) - 2%);
  }
}
@media only screen and (min-width: 1280px) {
  .col-5-12 {
    flex-basis: calc((100% / 12 * 5) - 2%);
  }
}
@media only screen and (min-width: 1280px) {
  .col-7-12 {
    flex-basis: calc((100% / 12 * 7) - 2%);
  }
}
/************************************************/
/*** Header *************************************/
/************************************************/
.site-header {
  width: 100%;
  max-width: 1920px;
  height: 80px;
  transition: all 0.35s ease;
  position: fixed;
  z-index: 33333;
  top: 0;
  display: flex;
}
@media only screen and (min-width: 640px) {
  .site-header {
    height: 100px;
  }
}
.site-header.shrink {
  background: rgba(48, 44, 45, 0.8);
  box-shadow: 0 10px 20px 0 rgba(48, 44, 45, 0.2);
}
.site-header a {
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
}
.site-header a:hover {
  color: #ffffff;
}
#header-left,
#header-right {
  display: flex;
}
#header-left {
  justify-content: flex-start;
  width: calc(100% / 4 * 3);
}
@media only screen and (min-width: 640px) {
  #header-left {
    width: 50%;
  }
}
#header-right {
  justify-content: flex-end;
  width: calc(100% / 4);
}
@media only screen and (min-width: 640px) {
  #header-right {
    width: 50%;
  }
}
#header-left img {
  margin: 20px 0 0 20px;
  height: 50px;
  width: auto;
}
@media only screen and (min-width: 640px) {
  #header-left img {
    margin: 10px 0 0 20px;
    height: 80px;
  }
}
#header-left ul,
#header-right ul {
  display: flex;
  justify-content: flex-start;
}
#header-left ul {
  margin: 0 15px 0 0;
}
#header-right ul {
  margin: 0 0 0 15px;
}
#header-left ul a,
#header-right ul a {
  display: block;
  padding: 9px 19px;
  transition: all 0.35s;
}
@media only screen and (min-width: 640px) {
  #header-left ul a,
  #header-right ul a {
    padding: 19px 29px 20px;
  }
}
#header-right ul li:nth-of-type(1) a {
  background: #f05a24;
}
#header-right ul li:nth-of-type(1) a:hover {
  color: #fff;
  background: #f26c3c;
}
#header-right ul li:nth-of-type(2) a {
  background: #302c2d;
}
#header-right ul li:nth-of-type(2) a:hover {
  color: #fff;
  background: #f26c3c;
}
#menu-open.hide {
  display: none;
}
#menu-close {
  display: none;
}
#menu-close.show {
  display: inline-block;
}
.menu-label {
  font-size: 18px;
  padding: 9px 0 0;
  display: block;
}
/************************************************/
/*** Mobile bar *********************************/
/************************************************/
#mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 33333;
  background: #302c2d;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  box-shadow: 0 -5px 10px 1px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 1280px) {
  #mobile-bar {
    display: none;
  }
}
#mobile-bar a {
  font-size: 24px;
  color: #fff;
  width: 50%;
  padding: 9px;
}
#mobile-bar a:last-child {
  background: #f05a24;
}
/************************************************/
/*** Navigation *********************************/
/************************************************/
#nav {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 1s ease;
  padding-top: 60px;
  overflow: auto;
}
@media only screen and (min-width: 640px) {
  #nav {
    padding-top: 100px;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
  }
}
#nav.nav-open {
  visibility: visible;
  position: fixed;
  opacity: 1;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}
@media only screen and (min-width: 640px) {
  #nav.nav-open {
    position: sticky;
  }
}
#nav .menu {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 30vh;
}
#nav img {
  margin: clamp(2.07rem, 3.55vw, 3.05rem) auto;
  width: 35vh;
}
#nav .menu li:nth-child(0) {
  transition: all 0.35s cubic-bezier(0.6, 0, 0.8, 1.5) 0s;
}
#nav .menu li:nth-child(1) {
  transition: all 0.35s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
}
#nav .menu li:nth-child(2) {
  transition: all 0.35s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
}
#nav .menu li:nth-child(3) {
  transition: all 0.35s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
}
#nav .menu li:nth-child(4) {
  transition: all 0.35s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
}
#nav .menu li {
  list-style: none;
  font-size: clamp(1.73rem, 2.79vw, 2.44rem);
  text-transform: uppercase;
  transform: translateY(50px);
  transition: 0.5s;
}
#nav.nav-open .menu li {
  transform: translateY(0px);
}
#nav .menu li a {
  display: inline-block;
  padding: 5px;
  color: #fff;
  position: relative;
  transition: 0.5s;
}
@media only screen and (min-width: 640px) {
  #nav .menu li a {
    padding: 10px;
  }
}
#nav .menu li.current_page_item a {
  color: #ffffff;
}
#qtranslate-chooser {
  display: flex;
  justify-content: center;
  margin: 50px auto;
}
#qtranslate-chooser li {
  font-size: clamp(1.2rem, 1.75vw, 1.56rem);
  text-transform: uppercase;
}
#qtranslate-chooser li a {
  padding: 10px;
  color: #302c2d;
  background: #fff;
  border: 1px solid #fff;
  margin: 10px;
  position: relative;
  transition: 0.5s;
}
#nav .menu:hover li a,
#qtranslate-chooser:hover li a {
  filter: blur(3px);
}
#nav .menu li a:hover,
#qtranslate-chooser li a:hover {
  transform: scale(1.5);
  filter: blur(0);
  color: #f05a24;
}
#nav .menu li a:before,
#qtranslate-chooser li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.5s;
  transform-origin: top;
  transform: scaleX(0);
  z-index: -1;
}
#nav .menu li a:hover:before,
#qtranslate-chooser li a:hover:before {
  transition: transform 0.5s;
  transform-origin: bottom;
  transform: scaleX(1);
}
#qtranslate-chooser li a:hover {
  color: #fff;
  background: none;
}
#qtranslate-chooser li a:before {
  background: none;
}
/************************************************/
/*** Slider *************************************/
/************************************************/
#slider {
  position: relative;
}
.slider-scrolling {
  display: none;
}
@media only screen and (min-width: 640px) {
  .slider-scrolling {
    display: block;
  }
}
#noslider {
  background: rgba(48, 44, 45, 0.8);
  height: 80px;
}
@media only screen and (min-width: 640px) {
  #noslider {
    height: 100px;
  }
}
/************************************************/
/*** Content ************************************/
/************************************************/
.spacer {
  padding: 30px 0;
}
@media only screen and (min-width: 640px) {
  .spacer {
    padding: 45px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .spacer {
    padding: 60px 0;
  }
}
.spacer img {
  max-width: 80%;
}
@media only screen and (min-width: 640px) {
  .spacer img {
    max-width: 100%;
  }
}
.content {
  padding: 30px 0;
}
@media only screen and (min-width: 640px) {
  .content {
    padding: 45px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .content {
    padding: 60px 0;
  }
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  line-height: 1.3;
  letter-spacing: -1px;
  text-transform: uppercase;
}
@media only screen and (min-width: 640px) {
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5 {
    padding: 0 5%;
  }
}
.content h1 {
  font-family: "Posey Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Montserrat Regular Neue", sans-serif;
  font-size: clamp(2.49rem, 4.48vw, 3.81rem);
  margin-top: clamp(2.49rem, 4.48vw, 3.81rem);
  margin-bottom: clamp(2.49rem, 4.48vw, 3.81rem);
  position: relative;
}
.content h2 {
  font-family: "Posey Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Montserrat Regular Neue", sans-serif;
  font-size: clamp(2.07rem, 3.55vw, 3.05rem);
  padding-bottom: clamp(2.07rem, 3.55vw, 3.05rem);
  margin-top: clamp(2.07rem, 3.55vw, 3.05rem);
  margin-bottom: clamp(2.07rem, 3.55vw, 3.05rem);
  position: relative;
}
.content h3 {
  font-family: "Posey Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Montserrat Regular Neue", sans-serif;
  font-size: clamp(1.73rem, 2.79vw, 2.44rem);
  margin-bottom: clamp(2.07rem, 3.55vw, 3.05rem);
  position: relative;
}
.content h4 {
  font-family: "Posey Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Montserrat Regular Neue", sans-serif;
  font-size: clamp(1.44rem, 2.21vw, 1.95rem);
  margin-top: clamp(1.44rem, 2.21vw, 1.95rem);
  margin-bottom: clamp(1.44rem, 2.21vw, 1.95rem);
  color: #f05a24;
}
.content h5 {
  font-size: clamp(1.2rem, 1.75vw, 1.56rem);
  letter-spacing: 0;
}
.content h6 {
  font-size: clamp(1rem, 1.38vw, 1.25rem);
  margin-bottom: clamp(2.49rem, 4.48vw, 3.81rem);
  padding-bottom: clamp(2.49rem, 4.48vw, 3.81rem);
}
@media only screen and (min-width: 640px) {
  .content h6 {
    padding: 0 15% clamp(2.49rem, 4.48vw, 3.81rem);
  }
}
.content h1:after,
.content h2:after,
.content h3:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -25px;
  height: 5px;
  width: 50px;
  background-color: #f05a24;
}
@media only screen and (min-width: 640px) {
  .content h1:after,
  .content h2:after,
  .content h3:after {
    margin-left: -40px;
    width: 80px;
  }
}
.content h1:after,
.content h2:after,
.content h3:after {
  bottom: -25%;
}
.content li,
.content p {
  font-size: clamp(1rem, 1.38vw, 1.25rem);
  line-height: 1.7;
  margin-bottom: clamp(1rem, 1.38vw, 1.25rem);
  color: #302c2d;
}
@media only screen and (min-width: 640px) {
  .content li,
  .content p {
    padding: 0 15%;
  }
}
@media only screen and (min-width: 640px) {
  .content li li,
  .content li p {
    padding: 0 15%;
  }
}
.content ul {
  margin-bottom: clamp(1.2rem, 1.75vw, 1.56rem);
}
.content li:before {
  content: url("https://api.iconify.design/mdi/arrow-right-thick.svg?color=%23f05a24");
  margin-right: 5px;
}
.content li a,
.content p a {
  color: #f05a24;
  text-decoration: underline;
}
.content li a:hover,
.content p a:hover {
  color: #302c2d;
}
.bg-primary-gradient h1,
.bg-primary-gradient h5 a,
.bg-primary-gradient p {
  color: #fff;
}
.bg-primary-gradient h1:after {
  background-color: #302c2d;
}
.bg-primary-gradient h5 a:hover {
  color: #ffffff;
}
/************************************************/
/*** Home ***************************************/
/************************************************/
#cards .grid {
  padding: 30px 0;
}
@media only screen and (min-width: 640px) {
  #cards .grid {
    padding: 60px 15%;
  }
}
#cards h3 {
  text-transform: uppercase;
  margin-top: 5%;
}
@media only screen and (min-width: 640px) {
  #cards h3 {
    margin-top: 50%;
  }
}
#cards h3 a {
  color: #fff;
}
#cards img {
  transition: all 0.35s ease;
}
#cards img:hover {
  opacity: 0.85;
}
.card-btn {
  display: block;
  font-size: clamp(1.44rem, 2.21vw, 1.95rem);
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.35s ease;
  width: 50%;
  color: #fff;
  background: #f05a24;
}
.card-btn:hover {
  color: #302c2d;
  background: #fff;
}
/************************************************/
/*** Gallery ************************************/
/************************************************/
.gallery-item {
  margin: 0;
  width: 100%;
  transition: all 0.35s ease;
}
.gallery-item:hover {
  transform: scale(1.05);
}
.gallery-item img {
  width: 480px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}
/************************************************/
/*** CTA ****************************************/
/************************************************/
.bg-fixed a {
  position: absolute;
  top: 225%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 121;
}
a.cta {
  display: inline-block;
  padding: clamp(1.2rem, 1.75vw, 1.56rem);
  background: #f05a24;
}
a.cta:hover {
  color: #f05a24;
}
a.cta:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.5s;
  transform-origin: top;
  transform: scaleX(0);
  z-index: -1;
}
a.cta:hover:before {
  transition: transform 0.5s;
  transform-origin: bottom;
  transform: scaleX(1);
}
a.cta h4 {
  color: #fff;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
a.cta:hover h4 {
  color: #f05a24;
}
/************************************************/
/*** Maps ***************************************/
/************************************************/
#map iframe {
  margin: 0 auto -6px;
  width: 100%;
  height: 320px;
}
@media only screen and (min-width: 640px) {
  #map iframe {
    height: 480px;
  }
}
@media only screen and (min-width: 1280px) {
  #map iframe {
    height: 640px;
  }
}
/************************************************/
/*** Iframes ************************************/
/************************************************/
.iframe-flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.iframe-flexible-container embed,
.iframe-flexible-container iframe,
.iframe-flexible-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
iframe {
  width: 100%;
  border: 0;
}
/************************************************/
/*** Footer *************************************/
/************************************************/
.site-footer {
  padding: 30px 0 90px;
}
@media only screen and (min-width: 640px) {
  .site-footer {
    padding: 60px 0 120px;
  }
}
.site-footer h5 {
  color: #fff;
  margin-top: clamp(1.73rem, 2.79vw, 2.44rem);
  margin-bottom: clamp(1.73rem, 2.79vw, 2.44rem);
  text-transform: uppercase;
  padding: 0;
  display: inline-block;
  border-bottom: 1px dotted #fff;
}
@media only screen and (min-width: 640px) {
  .site-footer h5 {
    margin-top: 0;
  }
}
.site-footer .content p {
  color: #fff;
  font-size: clamp(1rem, 1.38vw, 1.25rem);
  margin-bottom: clamp(0.83rem, 1.09vw, 1rem);
  padding: 0;
  text-align: center;
}
.site-footer .content a {
  color: #fff;
  text-decoration: none;
  transition: transform 0.35s;
}
.site-footer .content a:hover {
  color: #fff;
  text-decoration: underline;
}
.site-footer img.logo-footer {
  max-width: 300px;
  padding: 0 0 30px 0;
}
@media only screen and (min-width: 640px) {
  .site-footer img.logo-footer {
    max-width: 240px;
    padding: 0 0 60px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .site-footer img.logo-footer {
    max-width: 320px;
  }
}
.site-footer svg {
  display: inline-block;
  width: 30px;
}
@media only screen and (min-width: 640px) {
  .site-footer svg {
    width: 35px;
  }
}
@media only screen and (min-width: 1280px) {
  .site-footer svg {
    width: 40px;
  }
}
#contatti,
#credits {
  padding: 30px 0;
}
@media only screen and (min-width: 640px) {
  #contatti,
  #credits {
    padding: 60px 0;
  }
}
#social svg {
  width: 30px;
  height: 30px;
  padding: 7px;
}
@media only screen and (min-width: 640px) {
  #social svg {
    width: 40px;
    height: 40px;
    padding: 15px;
  }
}
#social svg:hover {
  color: #f05a24;
}
/************************************************/
/*** Partners ***********************************/
/************************************************/
#partners {
  margin: 0;
  padding: 30px 0 0;
}
@media only screen and (min-width: 640px) {
  #partners {
    display: flex;
    justify-content: center;
    padding: 60px 0 0;
  }
}
#partners li {
  text-align: center;
  padding: 10px 0;
}
@media only screen and (min-width: 640px) {
  #partners li {
    padding: 0 20px;
  }
}
#partners li:before {
  content: none;
}
#partners img {
  margin: 0;
  max-height: 60px;
  width: inherit;
  align-self: flex-start;
}
@media only screen and (min-width: 640px) {
  #partners img {
    max-height: 80px;
  }
}
/************************************************/
/*** Forms **************************************/
/************************************************/
.content label {
  font-size: clamp(1rem, 1.38vw, 1.25rem);
  display: block;
  color: #fff;
}
.content label.inline {
  display: inline;
}
.content label a {
  color: #fff;
  text-decoration: underline;
}
.content label a:hover {
  color: #73696b;
}
.content input,
.content select,
.content textarea {
  width: 100%;
  height: 40px;
  color: #302c2d;
  font-family: "Montserrat Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Montserrat Regular Neue", sans-serif;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 2px 8px;
  box-sizing: border-box;
}
@media only screen and (min-width: 640px) {
  .content input,
  .content select,
  .content textarea {
    font-size: 20px;
    margin-bottom: 60px;
    padding: 2px 8px;
  }
}
.content textarea {
  height: 120px;
  margin-bottom: 20px;
  padding: 10px 8px;
}
@media only screen and (min-width: 640px) {
  .content textarea {
    margin-bottom: 40px;
    padding: 10px 8px;
  }
}
.content input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .content input[type="checkbox"] {
    margin-bottom: 40px;
  }
}
input:focus,
textarea:focus {
  outline: none;
}
/************************************************/
/*** VikRestaurants *****************************/
/************************************************/
.vrstep-inner,
.vrstep-inner a {
  color: #302c2d;
}
.vrstepbardiv .vrsteptitle {
  background: #fff !important;
}
.vrstepbardiv .vrstepactive .vrsteptitle,
.vrstepbardiv .vrstepactive.step-current .vrsteptitle {
  background: #302c2d !important;
  border: #302c2d;
  color: #fff;
}
.vrstepbardiv .vrstep-inner::after {
  background: #fff !important;
}
.vrformfieldset .vrsearchinputdiv {
  border: 0 !important;
}
.vrformfieldset .vrsearchinputdiv:not(.actions-field) {
  display: block;
}
.vr-confirm-h3 {
  display: none;
}
.vrreservationform fieldset {
  border: 3px solid #fff;
  background: #302c2d;
  padding: 30px 0 !important;
  margin: 30px 0;
}
@media only screen and (min-width: 640px) {
  .vrreservationform fieldset {
    padding: 45px 0 !important;
    margin: 45px 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .vrreservationform fieldset {
    padding: 60px 0 !important;
    margin: 60px 25%;
  }
}
.vrreservationform fieldset legend {
  background: #302c2d;
  color: #fff;
  padding: 5px 10px;
  font-size: clamp(1.44rem, 2.21vw, 1.95rem);
  text-transform: uppercase;
  box-shadow: 0 0 0 3px #fff;
}
.vrreservationform input {
  background: #fff !important;
  min-width: 15em !important;
}
.vrreservationform input,
.vrreservationform select,
.vrreservationform textarea {
  max-width: 15em !important;
}
.vre-calendar-wrapper:before {
  top: 30px !important;
}
.vrreservationform label {
  float: none !important;
}
.vrreservationform label.vrsearchinputlabel {
  margin: 0 auto;
  display: block;
}
.vrreservationform button[type="submit"],
#vrresform button[type="button"],
#vrpayform button[type="button"] {
  box-sizing: content-box;
  width: 90%;
  position: relative;
  color: #fff !important;
  font-size: clamp(1.44rem, 2.21vw, 1.95rem);
  padding: clamp(1.2rem, 1.75vw, 1.56rem) 0;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  background: #f05a24 !important;
  cursor: pointer;
  transition: 0.35s all;
  letter-spacing: -1px;
}
@media only screen and (min-width: 640px) {
  .vrreservationform button[type="submit"],
  #vrresform button[type="button"],
  #vrpayform button[type="button"] {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
}
@media only screen and (min-width: 1280px) {
  .vrreservationform button[type="submit"],
  #vrresform button[type="button"],
  #vrpayform button[type="button"] {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}
.vrreservationform button[type="submit"]:hover,
#vrresform button[type="button"]:hover,
#vrpayform button[type="button"]:hover {
  background: #f26c3c !important;
}
#vrresultform,
.vrresultsummarydiv.confirmation,
#vrpayform,
.vrorderboxcontent {
  border: 3px solid #fff;
  background: #302c2d;
  margin: 30px 5%;
}
@media only screen and (min-width: 640px) {
  #vrresultform,
  .vrresultsummarydiv.confirmation,
  #vrpayform,
  .vrorderboxcontent {
    margin: 45px 25%;
  }
}
@media only screen and (min-width: 1280px) {
  #vrresultform,
  .vrresultsummarydiv.confirmation,
  #vrpayform,
  .vrorderboxcontent {
    margin: 60px 25%;
  }
}
.vrresultsummarydiv {
  border: 0;
}
.vrresultsummarydiv .vrresultsuminnerdiv {
  border: 0;
  color: #fff;
}
.vrresultsummarydiv .vrresultsumlabelsp,
.vrresultsummarydiv .vrresultsumvaluesp,
.vrresultbookdiv {
  font-size: clamp(1rem, 1.38vw, 1.25rem);
}
.vrfault {
  color: #fff;
}
.vrresultbookdiv span {
  border: none;
  background: none;
}
.vrresultfalsehintdiv a {
  float: none;
  display: block;
  background: #f05a24;
  color: #fff;
  font-size: clamp(1.2rem, 1.75vw, 1.56rem);
  font-weight: bold;
  text-transform: uppercase;
  padding: clamp(1.2rem, 1.75vw, 1.56rem) 0;
  margin: 30px 5%;
  transition: 0.35s all;
}
@media only screen and (min-width: 640px) {
  .vrresultfalsehintdiv a {
    margin: 45px 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .vrresultfalsehintdiv a {
    margin: 60px 25%;
  }
}
.vrresultfalsehintdiv a:hover {
  background: #f26c3c;
}
#vrresultform {
  padding: 30px 0 !important;
}
@media only screen and (min-width: 640px) {
  #vrresultform {
    padding: 45px 0 !important;
  }
}
@media only screen and (min-width: 1280px) {
  #vrresultform {
    padding: 60px 0 !important;
  }
}
#vrpayform {
  padding: 30px 0 130px 0 !important;
}
@media only screen and (min-width: 640px) {
  #vrpayform {
    padding: 45px 0 145px 0 !important;
  }
}
@media only screen and (min-width: 1280px) {
  #vrpayform {
    padding: 60px 0 160px 0 !important;
  }
}
.vrcustomfields .vrinput,
.vrcustomfields .vrtextarea {
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #b1aaac;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .vrcustomfields .vrinput,
  .vrcustomfields .vrtextarea {
    font-size: 20px;
  }
}
.vrcustomfields .vrinput.has-value ~ .cf-label,
.vrcustomfields .cf-label.focus {
  color: #b1aaac;
}
.vrcustomfields .cf-bar:before,
.vrcustomfields .cf-bar:after {
  content: none;
}
.vrrequired,
.vrordererrordiv,
.vrinvalid,
.vrreservationstatuspending {
  color: #f05a24 !important;
}
.iti__flag-container li {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.iti__flag-container li:before {
  content: none;
}
.vrorderboxcontent h3.vrorderheader {
  color: #fff !important;
  font-size: clamp(1.44rem, 2.21vw, 1.95rem);
  margin-bottom: 40px;
}
.vrorderinfo {
  text-align: left;
  color: #fff;
}
.vre-select {
  background-color: #fff;
}
/************************************************/
/*** UI Datepicker ******************************/
/************************************************/
.ui-widget.ui-widget-content {
  border: none !important;
  background-color: #fff !important;
}
.ui-datepicker th {
  color: #302c2d !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ffffff !important;
  color: #302c2d !important;
}
a.ui-state-default:hover {
  border: 1px solid #b1aaac !important;
  background: #f05a24 !important;
  color: #fff !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #b1aaac !important;
  background: #f05a24 !important;
  color: #fff !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #f26c3c !important;
  background: #f26c3c !important;
  color: #fff !important;
}
.ui-widget-header {
  border: none !important;
  background: #f26c3c !important;
  color: #fff !important;
}
.ui-widget-header .ui-icon {
  background-image: url(https://www.spilleriacanazei.it/ui/img/ui-icons_ffffff_256x240.png) !important;
}
.ui-widget-header .ui-state-hover {
  background-color: #fff !important;
  background-image: url(https://www.spilleriacanazei.it/ui/img/ui-bg_highlight-soft_25_ffffff_1x100.png) !important;
}
.ui-widget-header .ui-state-hover .ui-icon {
  background-color: #fff !important;
  background-image: url(https://www.spilleriacanazei.it/ui/img/ui-icons_f05a24_256x240.png) !important;
}
/************************************************/
/*** Cookie bar *********************************/
/************************************************/
#cmplz-document {
  max-width: 100% !important;
}
#cmplz-document h2,
#cmplz-document h4 {
  text-align: center !important;
}
#cmplz-document h3,
#cmplz-document h4 {
  font-family: "Montserrat Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Montserrat Regular Neue", sans-serif;
}
#cmplz-document h2:after,
#cmplz-document h2:before,
#cmplz-document h3:after,
#cmplz-document h3:before {
  background: transparent;
}
#cmplz-document label {
  text-transform: none;
  font-size: 14px;
  color: transparent;
}
.cmplz-category-title {
  text-align: left !important;
}
#cmplz-cookies-overview .cmplz-dropdown,
#cmplz-document .cmplz-dropdown,
#cmplz-manage-consent-container {
  background-color: transparent !important;
}
@media only screen and (min-width: 640px) {
  #cmplz-cookies-overview .cmplz-dropdown,
  #cmplz-document .cmplz-dropdown,
  #cmplz-manage-consent-container {
    padding: 0 15% !important;
  }
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  background-color: #f05a24 !important;
  border: 1px solid #f05a24 !important;
}
.cmplz-cookiebanner .cmplz-links .cmplz-link {
  color: #f05a24 !important;
}
#cmplz-document a[target="_blank"] {
  color: #f05a24 !important;
}