@charset "UTF-8";
/*!
Theme Name: Enigmi
Theme URI: https://them.es/starter
Author: Studiologico
Author URI: https://www.studiologico.net/
Description: Gamification al servizio del turismo
Version: 3.5.23
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 8.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: enigmi
*/
@import url("https://fonts.googleapis.com/css2?family=Alata&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap");
/* From http://codex.wordpress.org/CSS */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
/* Colors */
.bg-0b0 {
  background: #0b0b0b;
}

.bg-121 {
  background: #121212;
}

.bg-f39 {
  background: #F39200;
}

.block-bg-01 {
  position: relative;
  background-size: cover;
}

.block-bg-01::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.65);
}

.block-bg-01 h3 {
  font-family: "Bebas Neue", sans-serif;
  position: relative;
  font-size: 38px;
}

.block-bg-01 p {
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-size: 18px;
}

.game-container {
  background: #1D1D1B;
}

.game-container h5 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
}

.game-container h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.price .full-price {
  font-family: "Bebas Neue", sans-serif;
  font-size: 34px;
}

.price .discount-price {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #F39200;
}

.strikethrough {
  position: relative;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 3px solid;
  border-color: #ff0000;
  transform: rotate(-15deg);
}

.mh-0 {
  max-height: 0;
}

.text-white {
  color: #fff;
}

.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-step {
  max-width: 150px;
  margin-bottom: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.wp-caption {
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  transition: filter 0.2s ease-in;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.bypostauthor {
  font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* General layout */
html {
  overflow-x: hidden;
  font-size: 18px;
}

a {
  font-weight: bold;
  text-decoration: none !important;
}

body #main {
  padding: 0;
}
body .container {
  max-width: 980px;
}
body .container.padding {
  padding-left: 5%;
  padding-right: 5%;
  margin: auto;
}
body .container.full {
  max-width: 100%;
}
body .row.full {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  body .container.padding {
    padding-left: 10%;
    padding-right: 10%;
    margin: auto;
  }
}

#footer {
  background: #000 !important;
  color: #FFF;
  font-size: 12px;
  padding: 0;
}
#footer li {
  width: 100%;
  margin-bottom: 1rem;
}
#footer li a {
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 12px;
}
#footer a {
  color: #FFF;
}
#footer h5 {
  font-family: "Bebas Neue", sans-serif;
  position: relative;
  font-size: 18px;
}
#footer p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.copyright h6 {
  font-family: "Bebas Neue", sans-serif;
  position: relative;
  font-size: 16px;
}
.copyright p {
  font-family: "Montserrat", sans-serif !important;
  font-size: 10px !important;
}

/* Typo */
body:not(.in-gioco) h1, body:not(.in-gioco) h2, body:not(.in-gioco) h3, body:not(.in-gioco) h4, body:not(.in-gioco) .h1, body:not(.in-gioco) .h2, body:not(.in-gioco) .h3, body:not(.in-gioco) .h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 122px;
}
body:not(.in-gioco) h1, body:not(.in-gioco) .h1 {
  font-size: 4.761rem;
}
body:not(.in-gioco) h2, body:not(.in-gioco) .h2 {
  font-size: 2.022rem;
}
body:not(.in-gioco) h3, body:not(.in-gioco) .h3 {
  font-size: 1.478rem;
}
body:not(.in-gioco) h4, body:not(.in-gioco) .h4 {
  font-size: 1.089rem;
}
body:not(.in-gioco) p {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}
@media only screen and (min-width: 767px) {
  body:not(.in-gioco) h1, body:not(.in-gioco) .h1 {
    font-size: 5.422rem;
  }
  body:not(.in-gioco) h2, body:not(.in-gioco) .h2 {
    font-size: 2.311rem;
  }
  body:not(.in-gioco) h3, body:not(.in-gioco) .h3 {
    font-size: 1.689rem;
  }
  body:not(.in-gioco) h4, body:not(.in-gioco) .h4 {
    font-size: 1.249rem;
  }
}
@media only screen and (min-width: 1240px) {
  body:not(.in-gioco) h1, body:not(.in-gioco) .h1 {
    font-size: 6.778rem;
  }
  body:not(.in-gioco) h2, body:not(.in-gioco) .h2 {
    font-size: 2.889rem;
  }
  body:not(.in-gioco) h3, body:not(.in-gioco) .h3 {
    font-size: 2.111rem;
  }
  body:not(.in-gioco) h4, body:not(.in-gioco) .h4 {
    font-size: 1.556rem;
  }
}

/* Spacing */
.spacing-sm {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}

.spacing-md {
  margin-top: 25px;
  margin-bottom: 25px;
}

.spacing-lg {
  margin-top: 75px;
  margin-bottom: 75px;
}

p.has-background {
  padding: 15px;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pt-90 {
  padding-top: 90px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.h-0 {
  height: 0;
}

.w-0 {
  width: 0;
}

p {
  margin-bottom: 1rem !important;
}

.text-left > * {
  text-align: left !important;
}

img {
  max-width: 100%;
}

.gradient-background {
  background: rgb(57, 57, 61);
  background: radial-gradient(circle, rgb(40, 41, 56) 0%, rgb(44, 45, 62) 35%, rgb(29, 29, 43) 100%);
}

#regolamentoModal {
  z-index: 999999;
  background: rgba(0, 0, 0, 0.9);
}

#top-header {
  position: relative;
  z-index: 999999;
  height: 50px;
  padding: 11.5px 0;
}
#top-header .account-wrapper .account-menu-wrapper {
  position: absolute;
  right: 0;
  padding-top: 0.25rem;
  padding: 0 1rem;
  background: rgb(29, 29, 43) !important;
  max-height: 500px;
  opacity: 1;
  transition: 0.3s ease max-height, 0.5s ease opacity;
  overflow: hidden;
  margin-top: 15px;
}
#top-header svg {
  width: 0.85rem;
  height: 1rem;
  margin-right: 0.5rem;
}
#top-header svg path {
  fill: #F6F6F6;
}
#top-header .account-wrapper .account-title-wrapper {
  color: var(--bs-primary);
}
#top-header .account-wrapper .account-menu-wrapper {
  position: absolute;
  right: 0;
  padding-top: 0.25rem;
  padding: 0 1rem;
  background-color: var(--bs-dark);
  max-height: 500px;
  opacity: 1;
  transition: 0.3s ease max-height, 0.5s ease opacity;
  overflow: hidden;
}
#top-header .account-wrapper .account-menu-wrapper #account-menu {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
#top-header .account-wrapper .account-menu-wrapper #account-menu li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#top-header .account-wrapper:not(:hover) .account-menu-wrapper {
  max-height: 0;
  opacity: 0;
  transition: 0.3s ease opacity, 0.5s ease max-height;
}

nav#header {
  color: #F6F6F6;
  background-color: #0b0b0b !important;
  box-shadow: 0 5px 10px 0 rgb(11, 11, 11) !important;
}
nav#header .navbar-nav {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
}
nav#header #navbar {
  text-align: center;
}
nav#header .navbar-toggler {
  border: none;
  box-shadow: none;
}
nav#header .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
nav#header a {
  color: #F6F6F6 !important;
}
nav#header a:hover {
  text-decoration: none !important;
  color: rgb(210, 0, 0) !important;
}

/* Login & Register */
.accordion-item {
  background-color: #F5F5F5;
  border: 0;
  border: 0px solid;
}

.accordion-item:first-of-type .accordion-button {
  border: 0px solid;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-item:last-of-type {
  background: #F5F5F5;
  border: 0px solid;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-body {
  padding: 15px;
}

#registerLoginTab .accordion-button {
  display: none;
}
#registerLoginTab .accordion-button:not(.collapsed) {
  background-color: rgb(40, 41, 56);
  color: khaki;
}
#registerLoginTab .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F0E68C'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#navRegister .nav-link.active {
  color: khaki;
  background-color: rgb(40, 41, 56);
}
#navRegister .nav-link:not(.active) {
  color: #fff;
  background-color: rgba(40, 41, 56, 0.2);
}

#enigmi_email {
  width: 100%;
  height: 50px;
  margin: 0;
  border: 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: left;
  font-weight: bold;
}

label[for=enigmi_email],
label[for=enigmi_password],
label[for=enigmi_email_conferma] {
  font-size: 12px;
  padding-bottom: 5px;
}

#enigmi_email_conferma {
  width: 100%;
  height: 50px;
  margin: 0;
  border: 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: left;
  font-weight: bold;
}

#enigmi_password {
  width: 100%;
  height: 50px;
  margin: 0;
  border: 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: left;
  font-weight: bold;
}

label[for=enigmi_remember_login],
label[for=enigmi_privacy] {
  font-size: 12px;
}

/* HOME */
#home .hero-header {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
#home .hero-header::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.85);
}
#home .hero-header h1, #home .hero-header h2, #home .hero-header .btn {
  position: relative;
}
#home .hero-header h2 {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}

#games h1 {
  font-size: 62px;
}
#games .intro h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
}
#games #add_to_cart_button {
  text-decoration: none !important;
}

#about {
  /* Accordion */
}
#about h1 {
  font-size: 62px;
}
#about .intro h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
}
#about .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 5px solid #f00;
  background: #0b0b0b;
  color: #fff;
}
#about .accordion-button:not(.collapsed) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 5px solid #f00;
  background: #0b0b0b;
  color: #fff;
}
#about .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 5px solid #f00;
  background: #0b0b0b;
  color: #fff;
}
#about .accordion-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 5px solid #f00;
  background: #0b0b0b;
  color: #fff;
}

#hero-header {
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  text-align: center;
}

/* Blood effect */
.blood:hover + .drip-1 {
  height: 20px;
}

.blood:hover ~ .drip-2 {
  height: 60px;
}

.blood:hover ~ .drip-3 {
  height: 40px;
}

.drip-1 {
  position: absolute;
  width: 15px;
  height: 0px;
  border-radius: 0 0 10px 10px;
  background: #D20000;
  margin: 0px 25px;
  transition: height 1.5s ease;
}

.drip-2 {
  position: absolute;
  width: 15px;
  height: 0px;
  border-radius: 0 0 10px 10px;
  background: #D20000;
  margin: 0px 75px;
  transition: height 2.5s ease;
}

.drip-3 {
  position: absolute;
  width: 15px;
  height: 0px;
  border-radius: 0 0 10px 10px;
  background: #D20000;
  margin: 0px 40px;
  transition: height 2s ease;
}

@media only screen and (max-width: 991px) {
  .drip-1, .drip-2, .drip-3 {
    display: none;
  }
}
/* Buttons */
.btn {
  border: 0px solid !important;
  border-radius: 0 !important;
  font-size: 22px !important;
  font-family: "Bebas Neue", sans-serif !important;
}

.btn-bg-red {
  background-color: #E42320 !important;
}

.btn-bg-azure {
  background-color: #36A9E1 !important;
}

.btn-bg-black {
  background-color: #000 !important;
}

.btn-buy {
  width: 100%;
  background-color: #F39200 !important;
}

.btn-notavailable {
  width: 100%;
  background-color: #b81616 !important;
}

.btn:hover {
  background-color: #b81616 !important;
}

/* Forms */
body:not(.in-gioco) .wpcf7-form .wpcf7-spinner {
  display: block;
  margin: auto;
  margin-top: 0.5rem;
  margin-bottom: -24px;
}
body:not(.in-gioco) .wpcf7-form > p:last-of-type {
  margin-bottom: 0 !important;
}

#bottone-regolamento {
  margin: auto;
  text-align: center;
  width: 100%;
  background: #00cc00;
  border-radius: 50px;
  padding: 15px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.lost-password {
  font-size: 12px;
}

.togglePasswordLogin {
  position: absolute;
  transform: translateY(-150%);
}

.togglePasswordLogin.toggle-right {
  right: 9%;
}

@media only screen and (min-width: 992px) {
  .togglePasswordLogin.toggle-right {
    right: 13%;
  }
}
.enigmi-form .form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.enigmi-form .form-row .col-12 {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .enigmi-form .form-row .col-md-6 {
    width: 47.5%;
  }
  .enigmi-form .form-row .col-md-6:first-of-type {
    margin-right: 5%;
  }
}
.enigmi-form input[type=submit] {
  width: 100%;
}
.enigmi-form input[type=checkbox] {
  margin-right: 0.5rem;
}
.enigmi-form .form-group {
  margin-bottom: 1rem;
}
.enigmi-form .alert {
  --bs-alert-color: khaki;
  --bs-alert-bg: transparent;
  --bs-alert-border-color: khaki;
  font-size: 12px;
  padding: 5px;
  border-radius: 50px;
  margin-top: 15px;
  display: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.enigmi-form .loader {
  display: none;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.enigmi-form .loader .spinner {
  margin: auto;
}
.enigmi-form .lost-password {
  margin-left: 0;
}
.enigmi-form#enigmi-sudoku-form input[type=text] {
  width: 33.33333333%;
  aspect-ratio: 1/1;
  text-align: center;
  border: 2px solid #141619;
}
.enigmi-form#enigmi-sudoku-form input[type=text]:-moz-read-only {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important;
}
.enigmi-form#enigmi-sudoku-form input[type=text]:read-only {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important;
}

#enigmi-next-submit, #enigmi-last-submit {
  background-image: linear-gradient(to left, #F09819 0%, #EDDE5D 50%, #F09819 100%);
  width: 100%;
  padding: 12.5px;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #F6F6F6;
  box-shadow: 0 0 10px #141619;
  border-radius: 25px;
  display: block;
}
#enigmi-next-submit:hover, #enigmi-last-submit:hover {
  color: #F6F6F6;
  box-shadow: 0 0 10px khaki;
}

#enigmi-enroll-submit {
  height: 50px;
  background: rgb(40, 41, 56);
  background-image: linear-gradient(to left, #F09819 0%, #EDDE5D 50%, #F09819 100%);
  color: #F6F6F6;
  border: 0;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4392156863);
}

#enigmi-enroll-button {
  height: 50px;
  background: rgb(40, 41, 56);
  background-image: linear-gradient(to left, #F09819 0%, #EDDE5D 50%, #F09819 100%);
  border: 0;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4392156863);
  display: flex;
  font-size: inherit;
}
#enigmi-enroll-button a {
  display: block;
  width: 100%;
  text-align: center;
  align-self: center;
  color: #F6F6F6;
}

#enigmi-crittogramma-form input[type=submit] {
  line-height: 1.5rem;
  width: 200px;
  background-image: linear-gradient(to left, #F09819 0%, #EDDE5D 50%, #F09819 100%);
  width: 100%;
  padding: 12.5px;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #F6F6F6;
  box-shadow: 0 0 10px #141619;
  border-radius: 25px;
  display: block;
}

#enigmi_risposta_1, #enigmi_risposta_2,
#enigmi_risposta_3, #enigmi_risposta_4,
#enigmi_risposta_5, #enigmi_risposta_6,
#enigmi_risposta_7, #enigmi_risposta_8,
#enigmi_risposta_9, #enigmi_risposta_10 {
  margin: 15px auto;
}

.enigmi_multi_input__input {
  width: 2rem !important;
  height: 3rem !important;
  margin: 15px 5px !important;
}

#enigmi-lostpasswordform {
  width: 80%;
}
#enigmi-lostpasswordform input[type=text] {
  border: 1px solid rgb(40, 41, 56);
}

@media only screen and (min-width: 992px) {
  #enigmi-lostpasswordform {
    width: 50%;
  }
}
/* Spinner */
.spinner {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  animation: spin 1.5s cubic-bezier(0.72, 0.2, 0.27, 1.55) infinite;
  background: conic-gradient(from 46.16deg at 58.37% 50%, rgba(166, 177, 188, 0) -19.34deg, rgba(166, 177, 188, 0) 87.5deg, #A6B1BC 273.75deg, #A6B1BC 340.63deg, rgba(166, 177, 188, 0) 340.66deg, rgba(166, 177, 188, 0) 447.5deg);
}

.spinner::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 20px;
  height: 20px;
  background: #F6F6F6;
  border-radius: 100%;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Chat */
#levelChat.show {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.blink_me {
  animation: blinker 1s linear infinite;
}
@media only screen and (min-width: 992px) {
  .blink_me {
    animation: blinker 1s linear infinite 3s;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.loader__dot {
  animation: 1s blinker infinite;
}

.loader__dot:nth-child(2) {
  animation-delay: 250ms;
}

.loader__dot:nth-child(3) {
  animation-delay: 500ms;
}

.chat-message p {
  text-align: left !important;
}
.chat-message > p {
  margin-bottom: 0 !important;
}
.chat-message.my-message {
  margin-left: 25%;
  padding: 0.5rem;
  border-radius: 5px;
  background-color: darkolivegreen;
}
.chat-message.my-message p {
  text-align: right;
}

.chat-form {
  background: #1A1A1A;
  padding: var(--bs-modal-padding);
}
.chat-form input[type=text] {
  padding: 0.5rem;
  text-align: left;
  width: 80%;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: normal;
  height: -moz-fit-content;
  height: fit-content;
  align-self: center;
}
.chat-form #enigmi-next-submit {
  background: transparent;
  color: #fff;
  border: 0;
  width: 15%;
  margin-left: auto;
  align-self: center;
}
.chat-form #enigmi-next-submit:hover {
  box-shadow: none;
}
.chat-form #enigmi-next-submit .wrapper {
  padding: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background: #F09819;
}
.chat-form #enigmi-next-submit .wrapper img {
  height: 1.5rem;
}
.chat-form #enigmi-next-submit:disabled .wrapper, .chat-form #enigmi-next-submit[disabled] .wrapper {
  background: #F09819;
  opacity: 0.5;
}

/* Shop */
.cart-icon {
  align-self: center;
}
.cart-icon .menu-item {
  display: flex;
}
.cart-icon::marker {
  display: none;
}
.cart-icon img {
  width: 1.1rem;
}
.cart-icon .cart-contents-count {
  font-size: 12px;
  margin-top: -8px;
  margin-left: 4px;
  background: transparent;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  padding-bottom: 3px;
  text-align: center;
}

.woocommerce-info {
  border-top-color: rgb(40, 41, 56);
}
.woocommerce-info::before {
  color: rgb(40, 41, 56);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt {
  background-color: rgb(178, 222, 39);
  border: 0px solid rgb(40, 41, 56);
  transition: 0.5s ease all;
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
}

.woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row, #add_payment_method #payment div.form-row {
  padding: 0;
}

.woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 1em 0;
  margin-top: 1em;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 0px;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dcd7e3;
  color: #515151;
}

.woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods, #add_payment_method #payment ul.payment_methods {
  *zoom: 1;
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #cfc8d8;
  margin: 0;
  list-style: none outside;
  background: #000;
}

.woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 1em 0;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 0px;
  margin-top: 1em;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 0px;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #000;
  color: #515151;
}

.woocommerce form .form-row label {
  line-height: 1;
  font-size: 12px;
}

.woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child, #add_payment_method #payment div.payment_box p:last-child {
  margin-bottom: 0;
  display: none;
}

.woocommerce-privacy-policy-text p {
  font-size: 12px !important;
}

/* Danilo */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover {
  background-color: #fff;
  border: 1px solid rgb(40, 41, 56);
  color: rgb(40, 41, 56);
  transition: 0.5s ease all;
}

.woocommerce form.woocommerce-cart-form .coupon {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce form.woocommerce-cart-form .coupon #coupon_code {
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: normal;
  height: auto;
}
.woocommerce form.woocommerce-cart-form .coupon button {
  align-self: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .woocommerce form.woocommerce-cart-form .coupon #coupon_code {
    width: 100%;
    margin: 0 auto;
  }
  .woocommerce form.woocommerce-cart-form .coupon button {
    margin: 0.5rem auto;
  }
}
.woocommerce form.woocommerce-checkout input {
  border: 1px solid rgb(40, 41, 56);
  font-weight: normal;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row .woocommerce form .form-row textarea {
  border: 1px solid rgb(40, 41, 56);
}
.woocommerce form .form-row .select2-container {
  height: 50px;
}
.woocommerce form .form-row .select2-container .select2-selection--single {
  border: 1px solid rgb(40, 41, 56);
  height: 50px;
  border-radius: 25px;
  text-align: center;
}
.woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}
.woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
.woocommerce form .form-row .select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
.woocommerce form .form-row .select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

.select2-dropdown {
  border-color: rgb(40, 41, 56);
  overflow-x: hidden;
}

.select2-dropdown--below {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.select2-dropdown--above {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  outline: none;
}

.select2-container--closed .select2-dropdown--below {
  border: none;
}
.select2-container--closed .select2-dropdown--above {
  border: none;
}

.select2-container--default .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgb(40, 41, 56);
}

.order-notice {
  background-color: khaki;
  padding: 2rem;
  margin-bottom: 3rem;
}
.order-notice a {
  font-weight: bold;
  text-decoration: underline;
  margin-top: 0.5rem;
}

/* Giochi */
.gioco .immagine-gioco {
  aspect-ratio: 1/1.5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 400px;
}

.single-stazione {
  overflow-x: hidden;
}
.single-stazione .map-icon {
  cursor: pointer;
  border: none;
  background: transparent;
  width: auto;
  z-index: 99999;
}
.single-stazione .map-icon img {
  width: 1rem;
}
.single-stazione .map-icon span {
  color: #F6F6F6 !important;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 0px 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding-left: 5px;
}
.single-stazione .hint-icon {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  z-index: 99999;
  top: 15px;
  left: 15px;
}
.single-stazione #mapModal, .single-stazione div[id^=hintModal] {
  z-index: 999999;
}
.single-stazione .scheda {
  position: absolute;
  opacity: 0;
  min-height: 100vh;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  display: grid;
  align-items: center;
  vertical-align: middle;
  padding-top: 70px;
  padding-bottom: 70px;
  transition: 0.5s ease opacity 0.5s;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-stazione .scheda .prev-scheda {
  position: absolute;
  width: auto;
  left: 1rem;
  bottom: 1rem;
  padding: 10px 35px 10px 35px;
  background: rgb(246, 221, 58);
  background: radial-gradient(circle, rgb(246, 221, 58) 0%, rgb(240, 184, 2) 100%);
  box-shadow: 0 1.5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 25px;
}
.single-stazione .scheda > * {
  align-self: center;
}
.single-stazione .scheda.current {
  opacity: 1;
  z-index: 999;
}
.single-stazione .scheda:not(.current) {
  transition: 0.5s ease opacity;
  z-index: 0;
  right: -100%;
  height: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
}
.single-stazione .scheda.scheda-video {
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.single-stazione .scheda.scheda-video:not(.current) {
  z-index: -1;
  right: 0;
}
.single-stazione .scheda video {
  height: 100%;
  min-height: 100vh;
  width: 100%;
  padding: 0;
  margin: auto;
}
.single-stazione .scheda .audio-with-label {
  margin-bottom: 1.5rem !important;
  background: firebrick;
  border-radius: 15px;
  padding: 0 1rem;
}
.single-stazione .scheda .audio-with-label p {
  line-height: 2rem;
  flex-shrink: 1;
  align-self: center;
  margin-bottom: 0;
  text-align: center;
}
.single-stazione .scheda .audio-icon {
  width: 2rem;
  height: 2rem;
  padding: 0;
  cursor: pointer;
  flex-shrink: 1;
  align-self: center;
  margin-bottom: 0;
}
.single-stazione .scheda audio {
  width: 0;
  height: 0;
}
.single-stazione .scheda.scheda-immagine {
  padding: 0;
  height: 100%;
}
.single-stazione .scheda.scheda-immagine .row {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0;
}
.single-stazione .scheda .next-scheda.hidden {
  opacity: 0;
  right: -100%;
}
.single-stazione .scheda #timer-error {
  display: none;
  color: khaki;
  background-color: transparent;
  border-color: khaki;
  font-size: 12px;
  padding: 5px;
  border-radius: 50px;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.single-stazione .scheda #timer-value {
  color: khaki;
  background-color: transparent;
  border: 1px solid khaki;
  font-size: 12px;
  padding: 5px;
  border-radius: 50px;
  margin-top: 15px;
  width: 100%;
  text-align: center;
  height: 2rem;
}

#play-level-enigmi {
  position: fixed;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  height: 0;
  width: 100%;
  padding: 0;
  color: #F6F6F6;
  transition: 0.35s ease opacity;
}
#play-level-enigmi > * {
  height: 0;
}
#play-level-enigmi img {
  margin: 2rem auto;
  max-width: 50px;
  cursor: pointer;
}
#play-level-enigmi.show {
  opacity: 1;
  height: 100vh;
  padding: 5%;
  top: 0;
  transition: 0.35s ease opacity;
}
#play-level-enigmi.show > * {
  height: auto;
}

/*# Danilo */
/* --------- CSS --------- */
/* Structure */
.in-gioco {
  /* Paragraphs */
  /* Menù */
}
.in-gioco h1, .in-gioco h2, .in-gioco h3 {
  margin-bottom: 0 !important;
}
.in-gioco nav#header {
  display: none;
}
.in-gioco #footer {
  display: none;
}
.in-gioco .copyright {
  display: none;
}
.in-gioco body .container.padding {
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
.in-gioco .row > * {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
  margin: unset;
}
.in-gioco .h1, .in-gioco .h2, .in-gioco .h3, .in-gioco .h4, .in-gioco .h5, .in-gioco .h6, .in-gioco h1, .in-gioco h2, .in-gioco h3, .in-gioco h4, .in-gioco h5, .in-gioco h6 {
  text-align: center;
  color: #F6F6F6;
}
.in-gioco .scheda h1 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #F6F6F6;
}
.in-gioco p {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #F6F6F6;
}
.in-gioco a {
  color: #F6F6F6 !important;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 0px 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.in-gioco.tax-gioco a {
  text-transform: none;
}
.in-gioco .menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #F6F6F6;
  background: rgb(52, 58, 64);
  line-height: 50px;
  z-index: 9999;
}
.in-gioco #sidebar-wrapper {
  position: fixed;
  z-index: 9998;
  right: 0;
  top: 0;
  width: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease 0s;
  transform: translateX(250px);
  background: rgb(40, 41, 56);
  border-left: 0 solid #F6F6F6;
}
.in-gioco #sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  transition: all 0.4s ease 0s;
}
.in-gioco #sidebar-wrapper .sidebar-nav {
  list-style-type: none;
  padding-left: 0;
  margin: auto;
  width: 100%;
  max-width: 100vw;
  margin-right: 0;
}
.in-gioco #sidebar-wrapper .sidebar-nav > .sidebar-brand {
  font-size: 14px;
  font-weight: 300;
  color: #F6F6F6;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
.in-gioco #sidebar-wrapper .sidebar-nav-item {
  font-size: 14px;
  font-weight: 300;
  color: #F6F6F6;
}
.in-gioco #sidebar-wrapper .sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #F6F6F6;
  padding: 15px;
}
.in-gioco .grecaptcha-badge {
  opacity: 0;
}

.play-in-cupra {
  /* Alerts */
}
.play-in-cupra body, .play-in-cupra h1, .play-in-cupra h2, .play-in-cupra h3, .play-in-cupra .h1, .play-in-cupra .h2, .play-in-cupra .h3, .play-in-cupra p {
  color: #F6F6F6 !important;
}
.play-in-cupra.gradient-background, .play-in-cupra .gradient-background {
  background: rgb(40, 41, 56);
  background: radial-gradient(circle, rgb(40, 41, 56) 0%, rgb(44, 45, 62) 35%, rgb(29, 29, 43) 100%);
}
.play-in-cupra #enigmi-enroll-submit {
  background-image: linear-gradient(to left, #F09819 0%, #EDDE5D 50%, #F09819 100%);
  text-shadow: rgba(0, 0, 0, 0.9) 0px 0px 10px;
}
.play-in-cupra #enigmi-enroll-button {
  background-image: linear-gradient(to left, #F09819 0%, #EDDE5D 50%, #F09819 100%);
  text-shadow: rgba(0, 0, 0, 0.9) 0px 0px 10px;
}
.play-in-cupra #enigmi-enroll-button a {
  color: #F6F6F6 !important;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 0px 10px;
  text-transform: none;
  font-size: inherit;
  letter-spacing: inherit;
}
.play-in-cupra .enigmi-form .alert {
  --bs-alert-color: khaki;
  --bs-alert-bg: transparent;
  --bs-alert-border-color: khaki;
}

.arrone-freccia-del-destino {
  /* Enigmi Immagine */
  /* Alerts */
}
.arrone-freccia-del-destino body, .arrone-freccia-del-destino h1, .arrone-freccia-del-destino h2, .arrone-freccia-del-destino h3, .arrone-freccia-del-destino .h1, .arrone-freccia-del-destino .h2, .arrone-freccia-del-destino .h3, .arrone-freccia-del-destino p {
  color: #F6F6F6 !important;
}
.arrone-freccia-del-destino h1 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.arrone-freccia-del-destino.gradient-background, .arrone-freccia-del-destino .gradient-background {
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgb(90, 0, 0) 0%, rgb(90, 0, 0) 35%, rgb(0, 0, 0) 100%);
  background-attachment: fixed;
}
.arrone-freccia-del-destino #enigmi-enroll-submit {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(50, 30, 30) 50%, rgb(0, 0, 0) 100%);
  text-shadow: rgba(0, 0, 0, 0.9) 0px 0px 10px;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #F6F6F6 !important;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 0px 10px;
  text-transform: uppercase;
}
.arrone-freccia-del-destino #enigmi-enroll-button {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(50, 30, 30) 50%, rgb(0, 0, 0) 100%);
  text-shadow: rgba(0, 0, 0, 0.9) 0px 0px 10px;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 1px;
}
.arrone-freccia-del-destino #enigmi-enroll-button a {
  color: #F6F6F6 !important;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 0px 10px;
  text-transform: uppercase;
  font-size: inherit;
  letter-spacing: inherit;
}
.arrone-freccia-del-destino #enigmi-next-submit, .arrone-freccia-del-destino #enigmi-last-submit {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(50, 30, 30) 50%, rgb(0, 0, 0) 100%);
  width: 100%;
  padding: 12.5px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #F6F6F6;
  box-shadow: 0 0 10px #141619;
  border-radius: 50px;
  display: block;
}
.arrone-freccia-del-destino #enigmi-next-submit:hover,
.arrone-freccia-del-destino #enigmi-last-submit:hover {
  box-shadow: 0 0 10px #ae3535;
}
.arrone-freccia-del-destino .btn-grad-left {
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgb(0, 0, 0) 0%, rgb(50, 30, 30) 50%, rgb(0, 0, 0) 100%);
  width: auto;
  padding: 12.5px;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #F6F6F6;
  box-shadow: 0 0 10px #141619;
  border-radius: 25px;
  display: block;
}
.arrone-freccia-del-destino .btn-grad-left:hover {
  box-shadow: 0 0 10px #ae3535;
}
.arrone-freccia-del-destino .btn-grad-right {
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgb(0, 0, 0) 0%, rgb(50, 30, 30) 50%, rgb(0, 0, 0) 100%);
  width: auto;
  padding: 12.5px;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #F6F6F6;
  box-shadow: 0 0 10px #141619;
  border-radius: 25px;
  display: block;
}
.arrone-freccia-del-destino .btn-grad-right {
  box-shadow: 0 0 10px #ae3535;
}
.arrone-freccia-del-destino #enigmi_immagine_label #enigmi_immagine {
  width: 80%;
  position: absolute !important;
  left: 10%;
  height: 200px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.arrone-freccia-del-destino #enigmi_immagine_label input[type=radio]:checked {
  border: 2px solid red !important;
}
.arrone-freccia-del-destino .enigmi-form .alert {
  --bs-alert-color: #F6F6F6;
  --bs-alert-bg: transparent;
  --bs-alert-border-color: 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

body.in-gioco.new {
  height: 100%;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  overflow: hidden; /* Nasconde eventuali scrollbar */
  position: relative;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  padding-right: 0 !important;
}
body.in-gioco.new p {
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body.in-gioco.new h1 {
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body.in-gioco.new .overlay {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Nero semi-trasparente */
  z-index: 0; /* Metti l'overlay sotto il testo */
}
body.in-gioco.new .overlay.top {
  background: linear-gradient(180deg, rgb(2, 0, 36) 0%, rgba(2, 0, 36, 0.5) 100%);
  height: 4rem;
}
body.in-gioco.new .container {
  width: 100%;
  max-width: 100%;
  padding: 15px;
}
body.in-gioco.new .container h1 {
  font-size: 22px;
}
body.in-gioco.new .container h5 {
  font-size: 16px;
}
body.in-gioco.new .container p {
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
}
body.in-gioco.new a {
  color: white;
  text-decoration: none;
}
body.in-gioco.new .centered {
  width: 100%;
  text-align: center;
  color: white; /* Assicurati che il testo sia leggibile sullo sfondo */
  position: relative;
}
body.in-gioco.new .inner-scroll {
  height: 450px;
  overflow: auto;
}
body.in-gioco.new .testo-riga {
  display: none; /* Nasconde il testo fin dall'inizio */
  opacity: 0; /* Assicura che l'opacità sia 0 quando il testo viene visualizzato */
  color: #FFF;
  transition: opacity 1s ease-in-out; /* Transizione per il fade in */
}
body.in-gioco.new .visibile {
  display: block; /* Mostra il testo */
  opacity: 1; /* Rende il testo visibile */
}
body.in-gioco.new .nascosto {
  display: none; /* Nasconde il pulsante */
}
body.in-gioco.new .fade-in-block {
  opacity: 0;
  margin: 15px 0;
  transition: opacity 2s ease-in-out;
}
body.in-gioco.new .fade-in {
  opacity: 1;
}
body.in-gioco.new .top-img {
  position: absolute;
  top: 25px; /* Aggiusta il valore per la distanza dal fondo */
  width: 100%;
  text-align: center;
  color: white; /* Colore del testo */
  z-index: 1; /* Metti il testo sopra la neve e l'overlay */
}
body.in-gioco.new .top-block {
  position: absolute;
  top: 15px; /* Aggiusta il valore per la distanza dal fondo */
  left: 15px;
  text-align: center;
  color: white; /* Colore del testo */
  z-index: 9999999; /* Metti il testo sopra la neve e l'overlay */
}
body.in-gioco.new .footer-text {
  position: absolute;
  bottom: 15px; /* Aggiusta il valore per la distanza dal fondo */
  width: 100%;
  text-align: center;
  color: white; /* Colore del testo */
  z-index: 1; /* Metti il testo sopra la neve e l'overlay */
}
body.in-gioco.new .footer-text p {
  font-size: 10px !important;
  margin: 0 !important;
}
body.in-gioco.new .bottom-block {
  position: absolute;
  bottom: 15px; /* Aggiusta il valore per la distanza dal fondo */
  width: 100%;
  text-align: center;
  color: white; /* Colore del testo */
  z-index: 999999; /* Metti il testo sopra la neve e l'overlay */
  font-size: 10px;
}
body.in-gioco.new .snowflakes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0; /* Metti i fiocchi di neve sotto il testo */
}
body.in-gioco.new .snowflake {
  position: absolute;
  top: -10%;
  color: white; /* Colore dei fiocchi di neve */
  font-size: 1em;
  opacity: 0.8;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  animation-name: snow;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes snow {
  0% {
    transform: translateY(0) translateX(0);
  }
  100% {
    transform: translateY(100vh) translateX(20vw);
  }
}
body.in-gioco.new .music-button {
  position: absolute;
  top: 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  left: 50vw;
  background-color: transparent;
  color: white;
  transform: translateX(-50%);
}
body.in-gioco.new #prev-button p {
  font-size: 1.1rem;
  line-height: 21px;
  font-family: sans-serif;
  color: #fff;
  text-shadow: rgb(255, 255, 255) 0px 1px 0px;
}
body.in-gioco.new .menu-toggle.active {
  display: flex;
  background: none;
  height: -moz-fit-content;
  height: fit-content;
  width: 15px;
  top: 20.5px;
  justify-content: center;
}
body.in-gioco.new .menu-toggle svg {
  height: 15px;
}
body.in-gioco.new .menu-toggle:not(.active) {
  position: absolute;
  top: 20.5px;
  right: 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  background-color: transparent;
  color: white;
  display: flex;
}
body.in-gioco.new .btn-help-left {
  position: absolute;
  background: none;
  left: 45px;
  top: 15px;
  text-align: center;
  z-index: 9999999;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
body.in-gioco.new .btn-help-left:hover {
  box-shadow: none;
}
body.in-gioco.new #bottone-regolamento,
body.in-gioco.new #add_to_cart_button,
body.in-gioco.new .btn-notavailable,
body.in-gioco.new #enigmi-next-submit,
body.in-gioco.new #enigmi-last-submit,
body.in-gioco.new #enigmi-enroll-submit,
body.in-gioco.new #enigmi-enroll-button,
body.in-gioco.new #bottone-regolamento,
body.in-gioco.new #next-button {
  width: 90%;
  padding: 15px 25px;
  margin: auto;
  font-size: 14px;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  padding: 15px;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  color: white;
  text-decoration: none;
}
body.in-gioco.new #bottone-regolamento a,
body.in-gioco.new #add_to_cart_button a,
body.in-gioco.new .btn-notavailable a,
body.in-gioco.new #enigmi-next-submit a,
body.in-gioco.new #enigmi-last-submit a,
body.in-gioco.new #enigmi-enroll-submit a,
body.in-gioco.new #enigmi-enroll-button a,
body.in-gioco.new #bottone-regolamento a,
body.in-gioco.new #next-button a {
  text-transform: none;
  font-weight: 400;
  color: white;
  text-decoration: none;
}
body.in-gioco.new #bottone-regolamento:hover,
body.in-gioco.new #add_to_cart_button:hover,
body.in-gioco.new .btn-notavailable:hover,
body.in-gioco.new #enigmi-next-submit:hover,
body.in-gioco.new #enigmi-last-submit:hover,
body.in-gioco.new #enigmi-enroll-submit:hover,
body.in-gioco.new #enigmi-enroll-button:hover,
body.in-gioco.new #bottone-regolamento:hover,
body.in-gioco.new #next-button:hover {
  background-color: khaki;
}
body.in-gioco.new .bottom-block:hover #next-button {
  background-color: khaki !important;
}
body.in-gioco.new #enigmi-enroll-button {
  margin: 0 10%;
}
body.in-gioco.new .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  padding: 15px;
  color: white;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  transition: transform 0.3s ease;
}
body.in-gioco.new .play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
body.in-gioco.new .replay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  padding: 15px;
  color: white;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  transition: transform 0.3s ease;
  display: none; /* Inizialmente nascosto */
}
body.in-gioco.new .replay-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
body.in-gioco.new .video-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
body.in-gioco.new .divergo-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
body.in-gioco.new .form-text {
  width: 275px;
  max-width: 90%;
  border: none;
  border-radius: 0;
  margin: auto;
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  font-style: normal;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  text-align: center;
  font-size: 16px;
  color: white;
}
body.in-gioco.new .form-text::-moz-placeholder {
  font-weight: bold;
  color: khaki;
}
body.in-gioco.new .form-text::placeholder {
  font-weight: bold;
  color: khaki;
}
body.in-gioco.new .form-multi-row {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
body.in-gioco.new .form-text-multi {
  width: 3rem !important;
  height: 3rem !important;
  padding: 0.5rem;
  border: none;
  border-radius: 0;
  margin: 0 !important;
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  font-style: normal;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  text-align: center;
  font-size: 16px;
  color: white;
}
body.in-gioco.new .form-text-multi.value-fixed {
  color: khaki;
}
body.in-gioco.new .form-text-multi::-moz-placeholder {
  font-weight: bold;
  color: khaki;
}
body.in-gioco.new .form-text-multi::placeholder {
  font-weight: bold;
  color: khaki;
}
body.in-gioco.new .space-bottom {
  margin-bottom: 25px !important;
}
body.in-gioco.new .space-top {
  margin-top: 25px !important;
}
body.in-gioco.new .popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
body.in-gioco.new .popup .active {
  display: block;
  z-index: 999999;
}
body.in-gioco.new .popup .popup-content {
  background-color: #1a1a1a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border: none;
  width: 80%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0px 0px 100px 15px rgb(0, 0, 0);
  color: white;
}
body.in-gioco.new .popup .popup-content p {
  font-size: 14px;
}
body.in-gioco.new .popup .popup-content .close-btn {
  color: #4d4d4d;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
body.in-gioco.new .popup .popup-content .close-btn:hover, body.in-gioco.new .popup .popup-content .close-btn:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
body.in-gioco.new .popup .popup-content .help {
  border: 1px solid #333;
  padding: 0.5px 7.5px 7.5px 7.5px;
}
body.in-gioco.new .popup .popup-content .help .success-icon {
  display: block;
}
body.in-gioco.new .popup .popup-content .help span {
  color: #ccc;
  font-size: 12px;
}
body.in-gioco.new .popup .popup-content .help .help-text {
  vertical-align: middle;
  margin-left: 0.3rem;
}
body.in-gioco.new .hold {
  border: 1px solid #333;
  padding: 0.5px 7.5px 7.5px 7.5px;
}
body.in-gioco.new .hold span {
  color: #ccc;
  font-size: 12px;
}
body.in-gioco.new .hold-text {
  vertical-align: middle;
  margin-left: 0.3rem;
}
body.in-gioco.new .middle-icon {
  vertical-align: middle;
  font-size: 1.5rem;
}

body:not(.in-gioco) {
  color: rgb(40, 41, 56);
}
body:not(.in-gioco) .menu-toggle,
body:not(.in-gioco) #sidebar-wrapper {
  display: none;
}
body:not(.in-gioco) * {
  text-shadow: none;
}
body:not(.in-gioco) a {
  color: #F39200;
}
body:not(.in-gioco) a:hover {
  text-decoration: underline !important;
}

#divider-50 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.content-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.bg-dark {
  --bs-bg-opacity: 0 !important;
  background: rgb(29, 29, 43) !important;
}

hr {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  border: 0 !important;
  border-top: 1px solid #F6F6F6 !important;
  width: 80%;
  margin-left: 15px !important;
}

/* Icons */
.ico-help {
  filter: invert(100%) sepia(0%) saturate(100%) hue-rotate(90deg) brightness(100%) contrast(100%);
  width: 22px;
}

.ico-fill {
  filter: invert(100%) sepia(0%) saturate(100%) hue-rotate(90deg) brightness(100%) contrast(100%);
  padding-right: 5px;
}

.ico-prev-next {
  filter: invert(100%) sepia(0%) saturate(100%) hue-rotate(90deg) brightness(100%) contrast(100%);
  width: 22px;
}

.ico-close {
  filter: invert(100%) sepia(0%) saturate(100%) hue-rotate(90deg) brightness(100%) contrast(100%);
}

/* Forms */
.form-wrapper {
  margin-top: 40px !important;
}

button {
  margin: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input:not([type=checkbox]),
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  border-radius: 50px;
  width: 100%;
  height: 50px;
  border: 0;
  text-align: center;
  font-weight: bold;
}

input[type=radio] {
  height: 1rem;
  width: auto;
  position: relative !important;
}

.btn-help-left:hover {
  color: #F6F6F6;
  box-shadow: 0 0 10px khaki;
}

.help-position-fixed {
  position: fixed;
  left: 15px;
  top: 15px;
}

#prev-next {
  position: fixed;
  left: 0;
  width: 100%;
  padding-top: 0;
  bottom: 0;
  background: #000;
  background: linear-gradient(transparent, black);
}

.btn-grad-left {
  background-image: linear-gradient(to right, #F09819 0%, #EDDE5D 50%, #F09819 100%);
  width: auto;
  padding: 12.5px;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #F6F6F6;
  box-shadow: 0 0 10px #141619;
  border-radius: 25px;
  display: block;
}

.btn-grad-left:hover {
  color: #F6F6F6;
  box-shadow: 0 0 10px khaki;
}

.btn-grad-right {
  background-image: linear-gradient(to left, #F09819 0%, #EDDE5D 50%, #F09819 100%);
  width: auto;
  padding: 12.5px;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #F6F6F6;
  box-shadow: 0 0 10px #141619;
  border-radius: 25px;
  display: block;
}

.btn-grad-right:hover {
  color: #F6F6F6;
  box-shadow: 0 0 10px khaki;
}

.left-position-absolute {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.right-position-absolute {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.btn-help-left {
  background-image: linear-gradient(to left, #F09819 0%, #EDDE5D 50%, #F09819 100%);
  width: 100%;
  padding: 12.5px;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #F6F6F6;
  box-shadow: 0 0 10px #141619;
  border-radius: 25px;
  display: block;
  margin-top: 10px;
}

.btn-grad:hover {
  color: #F6F6F6;
  box-shadow: 0 0 10px khaki;
}

.help-position-fixed {
  position: fixed;
}

.btn-help-left {
  background-image: linear-gradient(to right, #614385 0%, #516395 51%, #614385 100%);
  padding: 12.5px;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #F6F6F6;
  box-shadow: 0 0 10px #141619;
  border-radius: 25px;
  display: block;
}

.btn-help-left:hover {
  color: #F6F6F6;
  box-shadow: 0 0 10px khaki;
}

/* Modals */
.modal {
  box-shadow: 0 0 10px #141619;
}

.modal-content {
  background-clip: padding-box;
  background-color: transparent !important;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  color: var(--bs-modal-color);
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
  background: transparent;
}

.modal-header {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  background: #242526;
  color: #F6F6F6;
  border-bottom: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border: 0;
  border-radius: 0;
}
.modal-header .btn-close {
  outline: 0 !important;
  box-shadow: none !important;
}

.modal-title {
  line-height: var(--bs-modal-title-line-height);
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
}

.modal-body {
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
  position: relative;
  background: #1A1A1A;
  color: #F6F6F6;
  border: 0;
  border-bottom: 0 solid #FFF;
  border-left: 0 solid #FFF;
  border-right: 0 solid #FFF;
  border-top: 0 solid #FFF;
  border-radius: 0;
}

@media (max-width: 991px) {
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
  }
}
#testo {
  color: khaki;
  font-size: 12px;
  font-weight: bold;
  align-self: center;
}

.enigmi-cta {
  color: khaki;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

/* CF7 */
.wpcf7 * {
  max-width: 100%;
  text-align: center;
}
.wpcf7 input {
  background: #F5F5F5;
  border: 0px solid #000;
}
.wpcf7 input[type=text] {
  height: 50px;
}
.wpcf7 input[type=email] {
  height: 50px;
}
.wpcf7 input:not([type=checkbox]) {
  width: 100%;
}
.wpcf7 input[type=checkbox] {
  margin-right: 0.5rem;
}
.wpcf7 input[type=submit] {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
}
.wpcf7 textarea {
  width: 100%;
  height: 250px;
  background: #F5F5F5;
  border: 0px solid #000;
}
.wpcf7 label {
  width: 100%;
}
.wpcf7 label a {
  margin-left: 0.5rem;
}

/* Enigma hotspot */
.hotspot {
  pointer-events: none;
}
.hotspot.clicked::before, .hotspot[data-clicked=true]::before {
  content: "✔";
  color: red;
  position: absolute;
  font-size: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Accordion */
#about .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1.5px solid #3c3c3b;
  background: #3c3c3b;
  color: #fff;
}

#about .accordion-item {
  background-color: none;
  border: 0px solid rgb(0, 0, 0);
}

#about .accordion-button:not(.collapsed) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1.5px solid #3c3c3b;
  background: #3c3c3b;
  color: #fff;
}

#about .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1.5px solid #3c3c3b;
  background: #0b0b0b;
  color: #fff;
}

#about .accordion-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1.5px solid #3c3c3b;
  background: #0b0b0b;
  color: #dadada;
}

#about .accordion-body p {
  font-size: 12px;
  line-height: 18px;
}

#about .accordion-button:focus {
  z-index: 3;
  border-color: #282828;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}

/* Accordion */
/* Carrello generale */
.woocommerce-cart {
  background: #000;
}

.product-quantity {
  display: none !important;
}

.cart-subtotal {
  display: none !important;
}

.cart_totals h2 {
  display: none !important;
}

.woocommerce-notices-wrapper {
  font-size: 12px;
}

.woocommerce-info {
  font-size: 12px;
}

.woocommerce table.shop_table {
  border: 0;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0;
  font-size: 12px;
  color: #FFF;
}

.woocommerce table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon {
  background: #121212;
}

.woocommerce table.cart td.actions .button, .woocommerce #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button {
  background: #121212;
}

.woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text + .button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text + .button {
  float: right;
  width: 100%;
}

.woocommerce-info {
  border-top-color: #F39200;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #000;
  color: #FFF;
  border-top: 3px solid #F39200;
  border-top-color: rgb(243, 146, 0);
  border-top-color: #F39200;
  list-style: none outside;
  *zoom: 1;
  width: auto;
  word-wrap: break-word;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row .woocommerce form .form-row textarea {
  border: 0px solid rgb(40, 41, 56);
  height: 35px;
  font-size: 12px;
}

.woocommerce form .form-row .select2-container .select2-selection--single {
  border: 0px solid rgb(40, 41, 56);
  height: 35px;
  border-radius: 25px;
  text-align: center;
}

.woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}

.woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  border: 0px solid rgb(40, 41, 56);
  height: 35px;
  font-size: 12px;
}

.woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
  font-size: 0;
}

.woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li, #add_payment_method #payment ul.payment_methods li {
  line-height: 1;
  text-align: left;
  margin: 0;
  font-weight: normal;
  background: #121212;
}

.woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row, #add_payment_method #payment div.payment_box .form-row {
  margin: 0 0 1em;
  background: #121212;
}

.woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment {
  background: #121212;
  border-radius: 5px;
}

.woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
  font-size: 0.92em;
  line-height: 1.5;
  color: #515151;
  background: #121212;
}

.woocommerce-form p {
  font-size: 12px !important;
}

.checkout_coupon p {
  font-size: 12px !important;
}

.product-remove,
.product-name,
.product-price,
.product-total,
.product-subtotal,
.actions {
  padding: 0 0 15px 0 !important;
}

.order-total th,
.order-total td {
  padding: 15px 0 0 0 !important;
}

/* Carrello generale */
/* Processo pagamento con stripe */
.payment_method_stripe label {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

.woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before, #add_payment_method #payment div.payment_box::before {
  content: "";
  display: block;
  border: 0em solid #dcd7e3;
  border-top-color: rgb(220, 215, 227);
  border-right-color: rgb(220, 215, 227);
  border-left-color: rgb(220, 215, 227);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

#stripe-payment-data p {
  display: none !important;
}

/* Processo pagamento con stripe */
@media only screen and (max-width: 600px) {
  .text-left,
  .text-left h5,
  .text-left p,
  .text-left li {
    text-align: center !important;
  }
  .text-right,
  .text-right h5,
  .text-right p {
    text-align: center !important;
  }
  .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
  nav#header .navbar-toggler {
    border: none;
    box-shadow: none;
    padding: 0;
  }
}
.btn-play-outline {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 100%; /* full width on mobile */
  max-width: 300px; /* max width for readability */
  box-sizing: border-box; /* include padding in width */
}

.play-icon-outline {
  margin-left: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 50%;
  position: relative;
}

.play-icon-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 6px solid white;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  width: 0;
  height: 0;
}

.in-gioco #wpadminbar {
  display: none !important;
}/*# sourceMappingURL=style.css.map */