
/*
Theme Name:			mascaloch.it
Text domain:		mascaloch.it
Author:				baga
Author URI:			https://www.bagaweb.com
License:
License URI:
Version:
Description:
Tested up to:
Requires PHP:
*/
/* Font Families */
@font-face {
  font-display: swap;
  font-family: 'Merriweather-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.mascaloch.it/ui/fonts/Merriweather-Regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Sketsa';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.mascaloch.it/ui/fonts/Sketsa.woff2') format('woff2');
}
/*
  /* Font Sizes */
/*
  /* Line height */
/*
  /* Media queries */
/*
  /* Colors */
.bg-gradient {
  background-color: #588ed7;
  background-image: linear-gradient(to right bottom, #588ed7, #aac6eb);
}
.bg-gray-gradient {
  background-color: #bfbfbf;
  background-image: linear-gradient(to right bottom, #bfbfbf, #e6e6e6);
}
.bg-dark-gray-gradient {
  background-color: #404040;
  background-image: linear-gradient(to right bottom, #000, #404040);
}
.bg-primary-logo {
  background-color: #588ed7;
  background-image: url("https://www.mascaloch.it/ui/img/logo-mucca.png");
  background-position: bottom 5% left 5%;
  background-repeat: no-repeat;
  background-size: 15%;
}
.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;
  }
}
.bg-fixed:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-section-white {
  background-image: url("https://www.mascaloch.it/ui/img/bg-section-white.jpg");
}
.bg-section-dark {
  background-color: #000;
  background-image: url("https://www.mascaloch.it/ui/img/bg-section-dark.jpg");
}
#malga-aloch {
  background-image: url("https://www.mascaloch.it/ui/img/bg-malga-aloch.jpg");
}
.box-shadow {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 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 !important;
}
.alignright {
  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,
ol {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background: #fff;
  font-family: "Merriweather-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica 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 ***************************************/
/************************************************/
.wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 2%;
}
.site-header .wrapper,
.nav .wrapper {
  max-width: 1280px;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media lg {
  .grid {
    margin: 0 -1%;
  }
}
.grid-cell {
  flex: 0 0 100%;
}
@media only screen and (min-width: 1280px) {
  .grid-cell {
    min-width: 0;
    padding: 0 1%;
    flex: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .col-1-3 {
    flex-basis: calc((100% / 3) - 2%);
  }
}
@media only screen and (min-width: 1280px) {
  .col-1-4 {
    flex-basis: calc((100% / 4) - 2%);
  }
}
@media only screen and (min-width: 1280px) {
  .col-2-12 {
    flex-basis: calc((100% / 12 * 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-10-12 {
    flex-basis: calc((100% / 12 * 10) - 2%);
  }
}
/************************************************/
/*** Header *************************************/
/************************************************/
.site-header {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 99998;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
}
@media only screen and (min-width: 1280px) {
  .site-header {
    background: transparent;
    height: 90px;
    box-shadow: none;
    transition: 0.35s all;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header.shrink {
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  }
}
img.site-logo {
  filter: brightness(0) invert(0);
  margin: 5px auto 5px 0;
  max-height: 70px;
  width: auto;
  z-index: 99999;
}
@media only screen and (min-width: 1280px) {
  img.site-logo {
    filter: brightness(0) invert(1);
    max-height: 140px;
    transition: 0.35s all;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header.shrink img.site-logo {
    filter: brightness(0) invert(0);
    max-height: 80px;
  }
}
/************************************************/
/*** Navigation *********************************/
/************************************************/
#menu-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.3s;
}
@media only screen and (min-width: 1280px) {
  #menu-btn {
    display: none;
  }
}
#menu-btn svg {
  padding: 15px;
  width: 30px;
  height: 30px;
}
.nav {
  visibility: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  text-align: center;
  transition: all 0.3s;
}
@media only screen and (min-width: 1280px) {
  .nav {
    visibility: visible;
    top: 0;
    bottom: auto;
    background: transparent;
    opacity: 1;
    z-index: 99999;
  }
}
.nav ul {
  display: block;
  position: relative;
  margin-top: 80px;
  margin-left: -2.5%;
  width: 105%;
}
@media only screen and (min-width: 1280px) {
  .nav ul {
    margin-top: 15px;
    margin-left: 0;
    display: flex;
    justify-content: flex-end;
    height: 60px;
    width: 100%;
  }
}
.nav ul:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.nav li {
  list-style: none;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid #e6e6e6;
  transform: translateY(-20px);
  transition: all 0.3s;
  text-transform: uppercase;
}
@media only screen and (min-width: 1280px) {
  .nav li {
    font-size: clamp(1rem, 1.38vw, 1.25rem);
    opacity: 1;
    visibility: visible;
    transform: none;
    line-height: 40px;
    border-top: none;
    padding: 6px 0;
    position: relative;
  }
}
.nav li a {
  background: #fff;
  color: #000;
  display: block;
  padding: 13px 20px;
  text-align: left;
  transition: all 0.3s;
}
@media only screen and (min-width: 1280px) {
  .nav li a {
    background: transparent;
    color: #fff;
    padding: 5px 15px;
    border: 1px solid transparent;
  }
}
.nav li a:hover {
  color: #588ed7;
}
@media only screen and (min-width: 1280px) {
  .nav li a:hover {
    color: #e6e6e6;
  }
}
@media only screen and (min-width: 1280px) {
  .nav.shrink li a {
    color: #000;
  }
}
@media only screen and (min-width: 1280px) {
  .nav.shrink li a:hover {
    color: #bfbfbf;
  }
}
@media only screen and (min-width: 1280px) {
  .nav li#menu-item-49 {
    display: none;
  }
}
.nav-open {
  display: table;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 100001;
}
.nav-open ul:before {
  opacity: 1;
  visibility: visible;
}
.nav-open ul li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/************************************************/
/*** Slider *************************************/
/************************************************/
#slider {
  position: relative;
  padding: 80px 0 0 0;
}
@media only screen and (min-width: 1280px) {
  #slider {
    padding: 0;
  }
}
.metaslider {
  margin: 0 auto -40px !important;
}
.flexslider img {
  min-height: calc(100vh - 160px) !important;
  height: calc(100vh - 160px) !important;
  object-fit: cover !important;
}
@media only screen and (min-width: 1280px) {
  .flexslider img {
    height: 100vh !important;
  }
}
.flexslider ul.flex-direction-nav li a {
  background: 0 !important;
  width: 60px !important;
  height: 60px !important;
}
.flexslider ul.flex-direction-nav li a.flex-prev {
  content: url("https://api.iconify.design/dashicons:arrow-left-alt2.svg?color=%23ffffff");
}
.flexslider ul.flex-direction-nav li a.flex-next {
  content: url("https://api.iconify.design/dashicons:arrow-right-alt2.svg?color=%23ffffff");
}
.metaslider-flex.ms-theme-default .flex-prev:focus,
.metaslider-flex.ms-theme-default .flex-next:focus {
  display: none !important;
}
.flex-control-nav {
  display: none;
  position: absolute;
  bottom: 5% !important;
}
.flex-control-nav a {
  margin: 6px !important;
  padding: 0 !important;
  width: 40px !important;
  height: 10px !important;
  background: #fff !important;
  border-radius: 0 !important;
}
.flex-control-nav a.flex-active {
  background: #588ed7 !important;
}
#slider-arrow {
  display: none;
}
@media only screen and (min-width: 640px) {
  #slider-arrow {
    display: block;
    position: absolute;
    bottom: 5vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
}
#slider-arrow svg {
  font-size: 60px;
}
#slider-arrow a {
  color: #e6e6e6;
}
#slider-arrow a:hover {
  color: #fff;
}
#fixed-slider img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 1280px) {
  #noslider {
    height: 150px;
  }
}
.video-js {
  overflow: hidden;
  width: 100% !important;
  min-height: calc(100vh - 160px) !important;
  height: calc(100vh - 160px) !important;
  object-fit: cover !important;
}
@media only screen and (min-width: 1280px) {
  .video-js {
    height: 100vh !important;
  }
}
#slider .home {
  background-image: url("https://www.mascaloch.it/ui/img/bg-poster-home-640x720.jpg");
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 640px) {
  #slider .home {
    background-image: url("https://www.mascaloch.it/ui/img/bg-poster-home-1280x720.jpg");
  }
}
@media only screen and (min-width: 1280px) {
  #slider .home {
    background-image: url("https://www.mascaloch.it/ui/img/bg-poster-home-1920x1080.jpg");
  }
}
#slider .burger-bistrot {
  background-image: url("https://www.mascaloch.it/ui/img/bg-poster-burger-bistrot-640x720.jpg");
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 640px) {
  #slider .burger-bistrot {
    background-image: url("https://www.mascaloch.it/ui/img/bg-poster-burger-bistrot-1280x720.jpg");
  }
}
@media only screen and (min-width: 1280px) {
  #slider .burger-bistrot {
    background-image: url("https://www.mascaloch.it/ui/img/bg-poster-burger-bistrot-1920x1080.jpg");
  }
}
#slider .pane {
  background-image: url("https://www.mascaloch.it/ui/img/bg-poster-pane-640x720.jpg");
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 640px) {
  #slider .pane {
    background-image: url("https://www.mascaloch.it/ui/img/bg-poster-pane-1280x720.jpg");
  }
}
@media only screen and (min-width: 1280px) {
  #slider .pane {
    background-image: url("https://www.mascaloch.it/ui/img/bg-poster-pane-1920x1080.jpg");
  }
}
#slider .punto-vendita {
  background-image: url("https://www.mascaloch.it/ui/img/bg-poster-punto-vendita-640x720.jpg");
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 640px) {
  #slider .punto-vendita {
    background-image: url("https://www.mascaloch.it/ui/img/bg-poster-punto-vendita-1280x720.jpg");
  }
}
@media only screen and (min-width: 1280px) {
  #slider .punto-vendita {
    background-image: url("https://www.mascaloch.it/ui/img/bg-poster-punto-vendita-1920x1080.jpg");
  }
}
@media only screen and (min-width: 640px) {
  #slider .video-sm {
    display: none;
  }
}
#slider .video-md {
  display: none;
}
@media only screen and (min-width: 640px) {
  #slider .video-md {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  #slider .video-md {
    display: none;
  }
}
#slider .video-lg {
  display: none;
}
@media only screen and (min-width: 1280px) {
  #slider .video-lg {
    display: block;
  }
}
/************************************************/
/*** Content ************************************/
/************************************************/
.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-padd {
  padding: 30px 0;
  border-radius: 10px;
}
@media only screen and (min-width: 640px) {
  .content-padd {
    padding: 45px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .content-padd {
    padding: 60px 0;
    margin: 0 auto;
    max-width: 1440px;
  }
}
@media only screen and (min-width: 1280px) {
  .content-padd-1030 {
    max-width: 1030px;
  }
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  line-height: 1.3;
  letter-spacing: -1px;
  color: #588ed7;
}
.content h1 {
  font-family: "Sketsa", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(2.99rem, 5.66vw, 4.77rem);
  padding-bottom: clamp(2.99rem, 5.66vw, 4.77rem);
  margin-bottom: clamp(1.44rem, 2.21vw, 1.95rem);
  position: relative;
}
.content h2 {
  font-family: "Sketsa", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(2.49rem, 4.48vw, 3.81rem);
  padding-bottom: clamp(2.49rem, 4.48vw, 3.81rem);
  margin-bottom: clamp(2.49rem, 4.48vw, 3.81rem);
  position: relative;
}
.content h3 {
  font-family: "Sketsa", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(2.07rem, 3.55vw, 3.05rem);
  padding-bottom: clamp(2.07rem, 3.55vw, 3.05rem);
  margin-bottom: clamp(2.07rem, 3.55vw, 3.05rem);
  position: relative;
}
.content h4 {
  font-size: clamp(1.44rem, 2.21vw, 1.95rem);
  margin-bottom: clamp(1.44rem, 2.21vw, 1.95rem);
}
@media only screen and (min-width: 640px) {
  .content h4 {
    padding: 0 15%;
  }
}
.content h5 {
  font-size: clamp(1.2rem, 1.75vw, 1.56rem);
  margin-bottom: clamp(1.2rem, 1.75vw, 1.56rem);
  text-transform: uppercase;
}
.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:before,
.content h2:before {
  content: "";
  position: absolute;
  bottom: clamp(2.07rem, 3.55vw, 3.05rem);
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 10%;
  background-color: #588ed7;
}
.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: #000;
  text-align: left;
}
@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;
  }
}
@media only screen and (min-width: 640px) {
  .content .grid li,
  .content .grid p {
    padding: 0 5% 0 0;
  }
}
.content ul,
.content ol {
  margin-bottom: clamp(1.2rem, 1.75vw, 1.56rem);
}
.content li:before {
  content: url("https://api.iconify.design/mdi/arrow-right-bold.svg");
  margin-right: 10px;
}
.content li a,
.content p a {
  color: #588ed7;
  text-decoration: underline;
}
.content li a:hover,
.content p a:hover {
  color: #000;
}
/************************************************/
/*** Tables *************************************/
/************************************************/
div.table-container {
  overflow-x: auto;
}
.content table {
  width: 100%;
  margin: 20px 0 40px;
  border-collapse: collapse;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 640px) {
  .content table {
    width: 90%;
    margin: 30px 5% 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .content table {
    width: 70%;
    margin: 30px 15% 60px;
  }
}
.content table,
.content table td,
.content table th {
  border: 1px solid #bfbfbf;
}
.content table td,
.content table th {
  color: #000;
  padding: clamp(1rem, 1.38vw, 1.25rem);
  font-size: clamp(1rem, 1.38vw, 1.25rem);
}
.content table th {
  background: #e6e6e6;
}
/************************************************/
/*** Effects & Colors ***************************/
/************************************************/
#home h2 {
  font-family: "Merriweather-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #000;
}
#home h2:before {
  content: none;
}
.bg-dark-gray-gradient h1,
.bg-dark-gray-gradient p,
.bg-dark-gray-gradient li,
#recensioni h3 {
  color: #fff;
}
.bg-dark-gray-gradient li:before {
  content: url("https://api.iconify.design/mdi/arrow-right-bold.svg?color=%23ffffff");
}
.bg-fixed h2,
.bg-fixed h3,
.bg-fixed p {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-bottom: 0;
}
.bg-fixed h2 {
  font-family: "Sketsa", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(2.99rem, 5.66vw, 4.77rem);
  font-weight: 300;
  text-transform: uppercase;
  margin-top: clamp(2.49rem, 4.48vw, 3.81rem);
  margin-bottom: clamp(2.49rem, 4.48vw, 3.81rem);
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.bg-fixed h2:before {
  content: none;
}
.bg-fixed h3 {
  font-family: "Merriweather-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(1.44rem, 2.21vw, 1.95rem);
  margin-top: clamp(2.49rem, 4.48vw, 3.81rem);
}
.bg-fixed p {
  margin: 30px auto 60px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .bg-fixed p {
    margin: 60px 15%;
  }
}
/************************************************/
/*** 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;
}
/************************************************/
/*** Photonic ***********************************/
/************************************************/
.photonic-stream {
  margin: 0 !important;
}
.spl-title {
  display: none !important;
}
/************************************************/
/*** Prodotti ***********************************/
/************************************************/
.product-img {
  margin: 20px 0 0;
}
@media only screen and (min-width: 640px) {
  .product-img {
    margin: 0;
  }
}
p.product-name {
  text-align: center;
}
/************************************************/
/*** Restaurant menu ****************************/
/************************************************/
#menu .grid {
  margin-top: 40px;
}
#menu img {
  border-radius: 5%;
  margin-bottom: 10px;
}
#menu h5.menu-title {
  color: #404040;
  text-align: left;
  text-transform: none;
  border-bottom: 1px dotted #404040;
  padding-bottom: 1% !important;
}
#menu p.menu-item {
  color: #bfbfbf;
}
@media only screen and (min-width: 640px) {
  #menu-list .col-1-3 {
    min-width: 0;
    padding: 0 1%;
    flex: 1;
    flex-basis: calc((100% / 3) - 2%);
  }
}
.card {
  display: block;
  transition: 0.35s all;
  margin: 25px 0;
  border-radius: 25px;
  background: #fff;
}
@media only screen and (min-width: 640px) {
  .card {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .card {
    margin: 40px 0;
  }
}
.card:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
.card img {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.card div {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.card h3 {
  margin-top: -6px;
  margin-bottom: -20px;
  font-family: "Merriweather-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(1.2rem, 1.75vw, 1.56rem);
  padding: clamp(1.44rem, 2.21vw, 1.95rem);
  color: #000;
}
@media only screen and (min-width: 1280px) {
  .card h3 {
    margin-bottom: -30px;
  }
}
.card h3:after,
.card h3:before {
  background: transparent;
}
/************************************************/
/*** Maps ***************************************/
/************************************************/
#map iframe {
  margin: 0 auto;
  width: 100%;
  height: 320px;
}
@media only screen and (min-width: 640px) {
  #map iframe {
    width: 70%;
    margin: 0 15%;
    height: 480px;
  }
}
/************************************************/
/*** CTA ****************************************/
/************************************************/
a.cta {
  margin: 10px 5px;
  padding: 10px;
  font-size: clamp(1rem, 1.38vw, 1.25rem);
  background: #588ed7;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.35s ease;
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media only screen and (min-width: 640px) {
  a.cta {
    padding: 15px;
  }
}
a.cta-md {
  font-size: clamp(1.44rem, 2.21vw, 1.95rem);
}
a.cta:before {
  position: absolute;
  background: #aac6eb;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: 50%;
  transition: transform ease-in-out 0.35s;
}
a.cta:hover:before {
  transform: scaleX(1);
}
/************************************************/
/*** Info ***************************************/
/************************************************/
#info h3,
#info p,
#info a {
  color: #fff;
  text-align: center;
  padding-bottom: 0;
}
#info a {
  text-decoration: none;
}
#info h6 {
  display: inline-block;
  color: white;
  background: #404040;
  border: 1px solid #fff;
  padding: 10px 20px;
  margin: 40px auto;
}
#info h6 svg,
#info p svg {
  margin-right: 10px;
}
/************************************************/
/*** Mobile Bottom bar **************************/
/************************************************/
#mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 33333;
  background: #588ed7;
  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-bottom-bar {
    display: none;
  }
}
#mobile-bottom-bar a {
  font-size: 24px;
  color: #fff;
  width: calc(100% / 3);
  padding: 9px;
}
#mobile-bottom-bar a:first-child {
  background: #aac6eb;
}
#mobile-bottom-bar a:last-child {
  background: #000;
}
.menu-label {
  font-size: 18px;
  padding: 9px 0 0;
  display: block;
}
/************************************************/
/*** Footer *************************************/
/************************************************/
.site-footer {
  padding: 30px 0 90px 0;
}
@media only screen and (min-width: 640px) {
  .site-footer {
    padding: 60px 0 90px 0;
  }
}
.site-footer h5 {
  padding: 60px 0 0;
}
@media only screen and (min-width: 1280px) {
  .site-footer h5 {
    padding: 0;
  }
}
.site-footer 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;
  position: relative;
}
.site-footer a:hover {
  color: #fff !important;
}
.site-footer a:hover:after {
  color: #fff;
  width: 100%;
}
.site-footer a:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  height: 1px;
  background: #fff;
  transition: width 0.35s ease;
}
.site-footer .logo-footer img {
  filter: invert(1);
  margin-top: -30px;
  margin-bottom: 30px;
  max-width: 200px;
}
@media only screen and (min-width: 640px) {
  .site-footer .logo-footer img {
    max-width: 240px;
  }
}
@media only screen and (min-width: 1280px) {
  .site-footer .logo-footer img {
    max-width: 320px;
  }
}
.site-footer a.logo-footer:after {
  background: transparent;
}
.site-footer svg {
  display: inline-block;
  width: 40px;
}
.site-footer .grid-cell {
  padding: 15px 0;
}
@media only screen and (min-width: 640px) {
  .site-footer .grid-cell {
    padding: 0;
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .site-footer .grid-cell {
    min-width: 0;
    padding: 0 1%;
    flex: 1;
  }
}
#contatti,
#credits {
  padding: 30px 0;
}
@media only screen and (min-width: 640px) {
  #contatti,
  #credits {
    padding: 60px 0;
  }
}
.social svg {
  width: 40px;
  height: 40px;
  padding: 10px;
}
.social .blu a:hover {
  color: #fff !important;
}
.social a:hover:after {
  width: 0 !important;
}
/************************************************/
/*** Partners ***********************************/
/************************************************/
#partners {
  margin: 0;
}
@media only screen and (min-width: 640px) {
  #partners {
    display: flex;
    justify-content: center;
  }
}
#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;
}
/************************************************/
/*** Cookie bar *********************************/
/************************************************/
#cmplz-document {
  max-width: 100% !important;
}
#cmplz-document h2 {
  font-family: "Merriweather-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-align: center !important;
  border-bottom: none !important;
}
#cmplz-document h2:before {
  content: none;
}
#cmplz-document h3 {
  font-family: "Merriweather-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
#cmplz-document h2:before {
  background: trasparent;
}
.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: #588ed7 !important;
  border: 1px solid #588ed7 !important;
}
.cmplz-cookiebanner .cmplz-links .cmplz-link {
  color: #588ed7 !important;
}
#cmplz-document a[target="_blank"] {
  color: #588ed7 !important;
}