
/*
Theme Name:			baitatoe.it
Text domain:		baitatoe.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;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.baitatoe.it/ui/fonts/lato-v24-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*
  /* Font Sizes */
/*
  /* Line height */
/*
  /* Media queries */
/*
  /* Colors */
.bg-gradient {
  background-color: #694c52;
  background-image: linear-gradient(to right bottom, #694c52, #956d75);
}
.bg-gray-gradient {
  background-color: #111;
  background-image: linear-gradient(to right bottom, #d0d0d0, #f7f7f7);
}
.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(17, 17, 17, 0.2);
}
.bg-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-section-footer {
  background-image: url("https://www.baitatoe.it/ui/img/bg-section-footer.jpg");
}
.bg-section-white {
  background-image: url("https://www.baitatoe.it/ui/img/bg-section-white.jpg");
}
.box-shadow {
  box-shadow: 0 10px 20px 0 rgba(17, 17, 17, 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: "Lato", -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%;
}
.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;
  }
}
/************************************************/
/*** Header *************************************/
/************************************************/
.site-header {
  position: relative;
  background: transparent;
  z-index: 99999;
}
img.site-logo {
  position: absolute;
  top: 33vh;
  left: 50%;
  transform: translate(-50%, 0);
  filter: brightness(0) invert(1);
  max-height: 200px;
  width: auto;
}
@media only screen and (min-width: 1280px) {
  img.site-logo {
    max-height: 300px;
  }
}
/************************************************/
/*** Navigation *********************************/
/************************************************/
#mobile-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100001;
  display: flex;
  transition: all 0.3s;
}
@media only screen and (min-width: 1280px) {
  #mobile-bar {
    display: none;
  }
}
#mobile-bar.bar-open {
  background-color: #fff;
  transition: all 0.3s;
}
#mobile-bar a {
  width: 25%;
  margin: 10px auto;
  visibility: hidden;
}
#mobile-bar a:last-child,
#mobile-bar.bar-open a {
  visibility: visible;
}
#mobile-bar div,
#mobile-bar.bar-open #menu-btn div {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  color: #694c52;
  border-radius: 50%;
  text-align: center;
  z-index: 100002;
}
#mobile-bar #menu-btn div {
  color: #694c52;
}
#mobile-bar svg {
  padding: 15px;
  width: 30px;
  height: 30px;
}
/************************************************/
/*** Slider *************************************/
/************************************************/
.metaslider {
  margin: 0 auto -40px !important;
}
.flexslider img {
  min-height: calc(100vh - 80px) !important;
  height: calc(100vh - 80px) !important;
  object-fit: cover !important;
}
@media only screen and (min-width: 640px) {
  .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: #694c52 !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: #f7f7f7;
}
#slider-arrow a:hover {
  color: #fff;
}
/************************************************/
/*** 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;
  }
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  line-height: 1.3;
  color: #111;
}
.content h1 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(2.99rem, 5.66vw, 4.77rem);
  margin-bottom: clamp(2.99rem, 5.66vw, 4.77rem);
  position: relative;
}
.content h2 {
  font-family: "Lato", -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: "Lato", -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 li,
.content p {
  font-size: clamp(1rem, 1.38vw, 1.25rem);
  line-height: 1.7;
  margin-bottom: clamp(1rem, 1.38vw, 1.25rem);
  color: #111;
  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: #694c52;
  text-decoration: underline;
}
.content li a:hover,
.content p a:hover {
  color: #111;
}
/************************************************/
/*** Effects & Colors ***************************/
/************************************************/
#home h2 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #694c52;
  font-size: clamp(1.73rem, 2.79vw, 2.44rem);
  padding-bottom: clamp(1.73rem, 2.79vw, 2.44rem);
  margin-bottom: clamp(1.73rem, 2.79vw, 2.44rem);
}
/************************************************/
/*** Highlights *********************************/
/************************************************/
.big-icons svg {
  font-size: clamp(2.99rem, 5.66vw, 4.77rem);
  color: #694c52;
  margin: 40px 0 10px 0;
}
@media only screen and (min-width: 640px) {
  .big-icons svg {
    margin: 0 0 20px 0;
  }
}
.big-icons small {
  font-size: clamp(1rem, 1.38vw, 1.25rem);
  text-transform: uppercase;
  color: #694c52;
  display: block;
}
.big-icons .grid-cell:last-child small {
  margin: 0 0 40px 0;
}
#highlights svg,
#highlights small {
  color: #fff;
}
/************************************************/
/*** 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;
}
.photonic-more-button {
  margin: 40px auto 0 auto !important;
  padding: 10px !important;
  background: #694c52 !important;
  color: #fff !important;
  border: 1px solid #694c52 !important;
  border-radius: 5px !important;
  transition: all 0.35s;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: clamp(1.2rem, 1.75vw, 1.56rem) !important;
}
.photonic-more-button:hover {
  background: #fff !important;
  color: #694c52 !important;
}
.spl-title {
  display: none !important;
}
/************************************************/
/*** 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;
  }
}
/************************************************/
/*** Mobile Bottom bar **************************/
/************************************************/
#mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 33333;
  background: #694c52;
  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: #956d75;
}
#mobile-bottom-bar a:last-child {
  background: #111;
}
.menu-label {
  font-size: 18px;
  padding: 9px 0 0;
  display: block;
}
/************************************************/
/*** Footer *************************************/
/************************************************/
.site-footer {
  padding: 30px 0 90px;
}
@media only screen and (min-width: 640px) {
  .site-footer {
    padding: 60px 0 0 0;
  }
}
.site-footer img.logo-footer {
  max-width: 300px;
  margin-bottom: clamp(2.49rem, 4.48vw, 3.81rem);
}
@media only screen and (min-width: 640px) {
  .site-footer img.logo-footer {
    max-width: 240px;
  }
}
@media only screen and (min-width: 1280px) {
  .site-footer img.logo-footer {
    max-width: 360px;
  }
}
.site-footer .content h4 {
  color: #111;
}
.site-footer .content p {
  color: #111;
  font-size: clamp(1rem, 1.38vw, 1.25rem);
  margin-bottom: clamp(2.49rem, 4.48vw, 3.81rem);
  padding: 0;
  text-align: center;
}
.site-footer .content a {
  color: #694c52;
  text-decoration: none;
  transition: transform 0.35s;
}
.site-footer .content a:hover {
  color: #111;
}
.site-footer svg {
  display: inline-block;
  width: 60px;
  color: #694c52;
}
.site-footer .grid-cell {
  padding: 15px 0;
}
@media only screen and (min-width: 640px) {
  .site-footer .grid-cell {
    padding: 0;
  }
}
#contatti,
#credits {
  padding: 30px 0;
}
@media only screen and (min-width: 640px) {
  #contatti,
  #credits {
    padding: 60px 0;
  }
}
#credits p {
  color: #111;
}
#qtranslate-chooser {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  margin: 0;
}
#qtranslate-chooser li {
  font-size: clamp(1.2rem, 1.75vw, 1.56rem);
  padding: 0;
  text-transform: uppercase;
}
#qtranslate-chooser li:before {
  content: none;
}
#qtranslate-chooser li a {
  padding: 10px;
  margin: 0 5px;
  background: #694c52;
  color: #fff;
  border: 1px solid #694c52;
  border-radius: 5px;
  transition: all 0.35s;
}
#qtranslate-chooser li a:hover {
  background: #fff;
  color: #694c52;
}
/************************************************/
/*** 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: "Lato", -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: "Lato", -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: #694c52 !important;
  border: 1px solid #694c52 !important;
}
.cmplz-cookiebanner .cmplz-links .cmplz-link {
  color: #694c52 !important;
}
#cmplz-document a[target="_blank"] {
  color: #694c52 !important;
}