
/*  
Theme Name:			vederil.it
Author:				baga
Author URI:			https://www.bagaweb.com
*/
.verde {
  color: #1a961d !important;
}
.verde-chiaro {
  color: #a3d835 !important;
}
.arancio {
  color: #ec611e !important;
}
.grigio {
  color: #8b8b8b !important;
}
.bg-grey {
  background-color: #8b8b8b;
}
.bg-primary {
  background-color: #1a961d;
}
.bg-primary-light {
  background-color: #a3d835;
}
.bg-secondary {
  background-color: #ec611e;
}
/************************************************/
/*** General ************************************/
/************************************************/
@font-face {
  font-family: 'EccentricStdRegular';
  src: url('https://www.vederil.it/ui/fonts/EccentricStdRegular.woff') format('woff'), url('https://www.vederil.it/ui/fonts/EccentricStdRegular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
select,
button,
p,
th,
td,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  overflow-x: hidden;
}
body {
  background: #fff;
  font-family: 'Josefin Sans';
  text-align: center;
  overflow: hidden;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
li {
  list-style: none;
}
.wf-loading {
  visibility: hidden;
}
.wf-active,
.wf-inactive {
  visibility: visible;
}
.clearfix {
  clear: both;
}
.rel {
  position: relative;
}
.hidden {
  display: none;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
.hidden-md-down {
  visibility: hidden !important;
  display: none;
}
@media only screen and (min-width: 60em) {
  .hidden-md-down {
    visibility: visible !important;
    display: block;
  }
}
.hidden-md-up {
  visibility: visible !important;
}
@media only screen and (min-width: 60em) {
  .hidden-md-up {
    visibility: hidden !important;
    display: none;
  }
}
/************************************************/
/*** Grid ***************************************/
/************************************************/
.wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 2%;
}
@media only screen and (min-width: 75em) {
  .wrapper {
    max-width: 1200px;
    padding: 0;
  }
}
@media only screen and (min-width: 90em) {
  .wrapper {
    max-width: 1440px;
  }
}
.grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media only screen and (min-width: 75em) {
  .grid {
    margin: 0 -1%;
  }
}
@media only screen and (min-width: 60em) {
  .grid-reverse {
    flex-direction: row-reverse;
  }
}
.grid-cell {
  flex: 0 0 100%;
}
@media only screen and (min-width: 60em) {
  .grid-cell {
    min-width: 0;
    padding: 0 1%;
    flex: 1;
  }
}
/************************************************/
/*** Header *************************************/
/************************************************/
#top-bar {
  width: 100%;
  height: 30px;
  background: #1a961d;
  padding: 20px 0 10px 0;
}
#top-bar a {
  color: #fff;
  font-size: calc(12px + (21 - 12)*((100vw - 320px)/1600));
  font-weight: 600;
  margin: 0 10px;
}
#top-bar a:hover {
  color: #031404;
}
#top-bar-left {
  position: absolute;
  left: 10px;
}
@media only screen and (min-width: 75em) {
  #top-bar-left {
    left: 0;
  }
}
#top-bar-right {
  position: absolute;
  right: 10px;
}
@media only screen and (min-width: 75em) {
  #top-bar-right {
    right: 0;
  }
}
#qtranslate-chooser {
  display: flex;
  justify-content: flex-start;
}
#qtranslate-chooser .current-menu-item {
  display: none;
}
#qtranslate-chooser li {
  display: inline;
  text-transform: uppercase;
}
#logo-wrapper {
  width: 100%;
  height: 160px;
}
#logo-wrapper h1 img {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1000;
  max-height: 200px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a#mobile-logo img {
  max-width: 300px;
  margin: 30px 0;
}
/************************************************/
/*** Navigation *********************************/
/************************************************/
nav#nav {
  background: #fff;
  display: block;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  z-index: 5;
  border-top: 1px solid #8b8b8b;
  border-bottom: 1px solid #8b8b8b;
}
@media only screen and (min-width: 60em) {
  nav#nav.fixed {
    position: fixed;
    top: 0;
  }
}
.menu {
  display: none;
}
@media only screen and (min-width: 60em) {
  .menu {
    display: flex;
    justify-content: space-between;
  }
}
.menu li {
  line-height: 36px;
  font-size: calc(12px + (21 - 12)*((100vw - 320px)/1600));
  font-weight: 600;
  text-transform: uppercase;
}
.menu li a {
  display: inline-block;
  padding: 10px 7px;
  color: #031404;
  position: relative;
}
.menu li a:hover {
  color: #ec611e;
}
.menu li.current_page_item a {
  color: #1a961d;
}
.menu .qtranxs-lang-menu {
  display: none;
}
.menu li.menu-item-37 {
  background: #ec611e;
}
.menu li.menu-item-37 a:hover {
  color: #1a961d;
}
.menu li.current_page_item.menu-item-37 a {
  color: #fff;
}
#sidr-main {
  display: block;
}
.sidr {
  display: none;
  position: fixed;
  top: 61px;
  left: -75%;
  width: 75%;
  right: auto;
  z-index: 999999;
  height: 100%;
  overflow-x: none;
  overflow-y: auto;
  background: #1a961d;
}
@media only screen and (min-width: 40em) {
  .sidr {
    left: -50%;
    width: 50%;
  }
}
.sidr-class-no-sidr,
#sidr-id-logo-mini {
  display: none;
}
.sidr ul {
  display: block;
  padding: 0;
  border-bottom: 1px solid #fff;
}
.sidr ul#sidr-id-menu-top-left {
  border-bottom: none;
}
.sidr ul.sidr-class-sub-menu {
  border-top: 1px solid #fff;
  border-left: none;
}
.sidr ul li {
  position: relative;
  display: block;
  margin: 0;
  font-size: calc(23px + (36 - 23)*((100vw - 320px)/1600));
  line-height: 200%;
  text-indent: 10%;
  border-bottom: 1px solid #fff;
}
.sidr ul li#sidr-id-menu-item-32 {
  background: #ec611e;
}
.sidr ul li.sidr-class-qtranxs-lang-menu {
  border-bottom: none;
}
.sidr ul li a {
  padding: 0 10px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.sidr ul li ul {
  border-bottom: none;
}
.sidr ul li ul li {
  font-size: calc(20px + (32 - 20)*((100vw - 320px)/1600));
}
.sidr ul li ul li:last-child {
  border-bottom: none;
}
.sidr ul li ul li a {
  padding-left: 20px;
}
.sidr ul.sidr-class-sub-menu {
  display: none;
}
.sidr .sub-toggle {
  position: absolute;
  top: 0;
  right: 61px;
  cursor: pointer;
}
.sidr .sub-toggle:before {
  position: absolute;
  display: inline-block;
  font-size: 24px;
  content: "+";
  padding-left: 18px;
  padding-right: 18px;
  border-left: 1px solid #fff;
}
.sidr .sub-toggle.open:before {
  content: "-";
}
/************************************************/
/*** Mobile nav *********************************/
/************************************************/
#mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  background: #fff;
  border-bottom: 1px solid #031404;
  text-align: center;
  text-transform: uppercase;
  display: flex;
}
@media only screen and (min-width: 60em) {
  #mobile-nav {
    display: none;
  }
}
#mobile-nav a {
  font-size: 20px;
  line-height: 40px;
  color: #031404;
  width: 25%;
  border-left: 1px solid #031404;
}
#mobile-nav a:first-child {
  color: #fff;
  background: #1a961d;
  border-left: none;
}
#mobile-nav span.label {
  font-size: 12px;
  line-height: 10px;
  padding: 0 0 10px 0;
  display: block;
}
/************************************************/
/*** Slider *************************************/
/************************************************/
.flexslider {
  margin: 59px 0 0 0 !important;
}
@media only screen and (min-width: 60em) {
  .flexslider {
    margin: 0 !important;
  }
}
.flexslider img {
  min-height: 320px !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
/************************************************/
/*** Content ************************************/
/************************************************/
.content {
  padding: 20px 0;
}
@media only screen and (min-width: 40em) {
  .content {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 60em) {
  .content {
    padding: 40px 0;
  }
}
.content h2,
.content h3,
.content h4 {
  font-family: 'EccentricStdRegular';
  line-height: 1.5;
}
.content h2 {
  font-size: calc(40px + (64 - 40)*((100vw - 320px)/1600));
  margin-bottom: calc(20px + (32 - 20)*((100vw - 320px)/1600));
  color: #1a961d;
}
.content h3 {
  font-size: calc(32px + (52 - 32)*((100vw - 320px)/1600));
  margin-bottom: calc(16px + (26 - 16)*((100vw - 320px)/1600));
  color: #a3d835;
}
.content h4 {
  font-size: calc(29px + (46 - 29)*((100vw - 320px)/1600));
  margin-bottom: calc(14px + (23 - 14)*((100vw - 320px)/1600));
  color: #ec611e;
}
.content p,
.content li {
  font-size: calc(16px + (26 - 16)*((100vw - 320px)/1600));
  line-height: 1.5;
  margin-bottom: calc(16px + (26 - 16)*((100vw - 320px)/1600));
  color: #031404;
  padding: 0 5%;
}
@media only screen and (min-width: 60em) {
  .content p,
  .content li {
    padding: 0 15%;
  }
}
.content ul {
  margin-bottom: calc(16px + (26 - 16)*((100vw - 320px)/1600));
}
.content li {
  margin-bottom: calc(9px + (14 - 9)*((100vw - 320px)/1600));
}
.content li li,
.content li p {
  padding: 0 5%;
}
.content li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  margin: 0 10px 0 0;
}
.content p a,
.content li a {
  color: #8b8b8b;
  text-decoration: underline;
}
.content p a:hover,
.content li a:hover {
  color: #1a961d;
}
.content .btn {
  position: relative;
  color: #fff;
  background: #1a961d;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
  opacity: .999;
  display: inline-block;
}
.content .btn:before,
.content .btn:after {
  content: '';
  width: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: all 0.35s;
}
.content .btn:before {
  left: 50%;
}
.content .btn:after {
  right: 50%;
}
.content .btn:hover {
  color: #fff;
}
.content .btn:hover:before,
.content .btn:hover:after {
  width: 50%;
  opacity: 1;
  background: #ec611e;
}
.content img {
  margin: 0 0 30px 0;
}
/************************************************/
/*** Facilities *********************************/
/************************************************/
#facilities div {
  padding: 10px 0;
  flex: 1;
  min-width: calc(100% / 2);
}
@media only screen and (min-width: 40em) {
  #facilities div {
    min-width: calc(100% / 3);
  }
}
@media only screen and (min-width: 60em) {
  #facilities div {
    padding: 20px 0;
    min-width: calc(100% / 5);
  }
}
#facilities h5 {
  font-size: calc(40px + (64 - 40)*((100vw - 320px)/1600));
  color: #ec611e;
}
#facilities p {
  font-weight: calc(14px + (23 - 14)*((100vw - 320px)/1600));
}
/************************************************/
/*** Gallery ************************************/
/************************************************/
.gallery {
  padding: 30px 0 10px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 60em) {
  .gallery {
    padding: 40px 0 0 0;
  }
}
.gallery-item {
  margin: 0 10px 20px 10px;
  transition: all 0.35s ease;
}
@media only screen and (min-width: 40em) {
  .gallery-item {
    width: calc( ( 100% - 40px ) / 2 );
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 60em) {
  .gallery-item {
    width: calc( ( 100% - 60px ) / 3 );
  }
}
.gallery-item:hover {
  transform: scale(1.1);
}
/************************************************/
/*** Interest ***********************************/
/************************************************/
#interest {
  padding: 30px 0 10px 0;
}
@media only screen and (min-width: 60em) {
  #interest {
    padding: 40px 0 0 0;
  }
}
#interest i {
  margin: 40px 0 0 0;
}
@media only screen and (min-width: 60em) {
  #interest i {
    margin: 0;
  }
}
#interest a,
#interest p {
  color: #fff;
}
#interest a:hover,
#interest p:hover {
  color: #031404;
}
/************************************************/
/*** Maps ***************************************/
/************************************************/
#map {
  margin: 0 auto;
  width: 100%;
  height: 260px;
}
@media only screen and (min-width: 40em) {
  #map {
    height: 340px;
  }
}
@media only screen and (min-width: 60em) {
  #map {
    height: 520px;
  }
}
@media only screen and (min-width: 75em) {
  #map {
    height: 480px;
  }
}
.leaflet-popup-content h4 {
  font-family: 'EccentricStdRegular';
  font-size: calc(20px + (32 - 20)*((100vw - 320px)/1600));
  margin-bottom: calc(20px + (32 - 20)*((100vw - 320px)/1600));
  color: #ec611e;
}
/************************************************/
/*** Forms **************************************/
/************************************************/
.content label {
  font-size: calc(16px + (26 - 16)*((100vw - 320px)/1600));
  line-height: calc(16px + (26 - 16)*((100vw - 320px)/1600));
  display: inline-block;
  color: #031404;
}
.content label a {
  color: #031404;
}
.content input,
.content textarea {
  width: 98.5%;
  padding: 7px 0.75%;
  font-family: 'Josefin Sans';
  font-size: calc(16px + (26 - 16)*((100vw - 320px)/1600));
  margin-top: 10px;
  margin-bottom: calc(20px + (60 - 20)*((100vw - 320px)/1600));
  border: 1px solid #031404;
}
.content textarea {
  height: 200px;
}
.content input[type="checkbox"] {
  width: 20px;
  margin-right: 10px;
  margin-bottom: calc(20px + (40 - 20)*((100vw - 320px)/1600));
}
.content input[type="submit"] {
  width: 100%;
  position: relative;
  margin: 10px 0;
  color: #fff;
  font-size: calc(20px + (32 - 20)*((100vw - 320px)/1600));
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  background: #ec611e;
  line-height: 50px;
  border: none;
}
.content input[type="submit"]:hover {
  background: #1a961d;
}
/************************************************/
/*** Call to action *****************************/
/************************************************/
#cta {
  display: none;
}
@media only screen and (min-width: 60em) {
  #cta {
    display: block;
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 642px;
    margin: 0 auto;
    z-index: 1499;
  }
}
#cta form {
  background: #fff;
  border: 1px solid #8b8b8b;
  display: flex;
}
#cta input {
  width: 50%;
  height: 60px;
  color: #031404;
  background: #fff;
  font-family: 'Josefin Sans';
  font-size: 20px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}
#cta input.send {
  color: #fff;
  background: #1a961d;
  cursor: pointer;
  border-left: 1px solid #8b8b8b;
  position: relative;
  opacity: .999;
  display: inline-block;
}
#cta input.send:hover {
  background: #ec611e;
}
.content .btn:before,
.content .btn:after {
  content: '';
  width: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: all 0.35s;
}
.content .btn:before {
  left: 50%;
}
.content .btn:after {
  right: 50%;
}
.content .btn:hover {
  color: #fff;
}
.content .btn:hover:before,
.content .btn:hover:after {
  width: 50%;
  opacity: 1;
  background: #ec611e;
}
/************************************************/
/*** Pickmeup custom ****************************/
/************************************************/
.pickmeup {
  background: #fff;
  box-sizing: content-box;
  display: inline-block;
  position: absolute;
  touch-action: manipulation;
  z-index: 1499;
}
@media only screen and (min-width: 60em) {
  .pickmeup {
    margin-left: -1px;
    border: 1px solid #8b8b8b;
  }
}
.pickmeup * {
  box-sizing: border-box;
}
.pickmeup.pmu-flat {
  position: relative;
}
.pickmeup.pmu-hidden {
  display: none;
}
.pickmeup .pmu-instance {
  display: inline-block;
  height: 320px;
  padding: 20px;
  text-align: center;
  width: 320px;
}
.pickmeup .pmu-instance .pmu-button {
  color: #031404;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.pickmeup .pmu-instance .pmu-today {
  background: #fff;
  color: #1a961d;
}
.pickmeup .pmu-instance .pmu-button:hover {
  background: #a3d835;
  color: #fff;
}
.pickmeup .pmu-instance .pmu-not-in-month {
  color: #8b8b8b;
}
.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
  color: #8b8b8b;
  cursor: default;
}
.pickmeup .pmu-instance .pmu-selected {
  background: #1a961d;
  color: #fff;
}
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
  background: #fff;
  color: #8b8b8b;
}
.pickmeup .pmu-instance nav {
  display: flex;
  line-height: 40px;
}
.pickmeup .pmu-instance nav *:first-child :hover {
  color: #031404;
}
.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
  display: none;
  height: 40px;
  width: 20px;
}
.pickmeup .pmu-instance nav .pmu-month {
  width: 280px;
}
.pickmeup .pmu-instance .pmu-years *,
.pickmeup .pmu-instance .pmu-months * {
  display: inline-block;
  line-height: 60px;
  width: 90px;
}
.pickmeup .pmu-instance .pmu-day-of-week {
  color: #8b8b8b;
  cursor: default;
}
.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
  display: inline-block;
  line-height: 30px;
  width: 40px;
}
.pickmeup .pmu-instance .pmu-day-of-week * {
  line-height: 50px;
}
.pickmeup .pmu-instance:first-child .pmu-prev,
.pickmeup .pmu-instance:last-child .pmu-next {
  display: block;
}
.pickmeup .pmu-instance:first-child .pmu-month,
.pickmeup .pmu-instance:last-child .pmu-month {
  width: 260px;
  font-weight: 700;
}
.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
  display: none;
}
/************************************************/
/*** Contacts ***********************************/
/************************************************/
#contacts {
  position: relative;
  background: #031404;
  padding: 40px 0 0 0;
}
#contacts h4 {
  color: #fff;
}
#contacts p {
  color: #fff;
  font-size: calc(16px + (26 - 16)*((100vw - 320px)/1600));
  margin-bottom: calc(16px + (26 - 16)*((100vw - 320px)/1600));
  text-align: center;
}
#contacts p a {
  color: #fff;
  text-decoration: none;
}
#contacts p a:hover {
  color: #1a961d;
}
#contacts i {
  display: inline-block;
  width: 40px;
}
/************************************************/
/*** Credits ************************************/
/************************************************/
#credits {
  background: #031404;
  padding: 30px 0 60px 0;
}
@media only screen and (min-width: 60em) {
  #credits {
    padding: 30px 0 150px 0;
  }
}
#credits p {
  color: #fff;
  font-size: calc(11px + (18 - 11)*((100vw - 320px)/1600));
  padding: 24px 0 0 0;
}
#credits p a {
  color: #fff;
  text-decoration: underline;
}
#credits p a:hover {
  color: #1a961d;
}
@media only screen and (min-width: 60em) {
  #credits ul {
    display: flex;
    justify-content: space-between;
  }
}
#credits li {
  padding: 10px;
}
@media only screen and (min-width: 60em) {
  #credits li {
    padding: 20px 20px 40px 20px;
  }
}
/************************************************/
/*** Cookie bar *********************************/
/************************************************/
#cookieChoiceInfo {
  color: #031404;
  font-size: calc(16px + (26 - 16)*((100vw - 320px)/1600));
}
#cookieChoiceInfo div:nth-of-type(1) {
  opacity: 0.8 !important;
}
#cookieChoiceInfo div:nth-of-type(2) {
  left: 0% !important;
}
@media only screen and (min-width: 75em) {
  #cookieChoiceInfo div:nth-of-type(2) {
    left: 50% !important;
  }
}
#cookieChoiceInfo div:nth-of-type(2) div {
  left: 0% !important;
  box-shadow: none !important;
  opacity: 1 !important;
}
@media only screen and (min-width: 75em) {
  #cookieChoiceInfo div:nth-of-type(2) div {
    left: -50% !important;
    padding: 40px !important;
  }
}
#cookieChoiceInfo div div {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 75em) {
  #cookieChoiceInfo div div {
    display: inline-block;
  }
}
#cookieChoiceInfo span {
  display: block !important;
  order: 1;
}
#cookieChoiceInfo a {
  color: #8b8b8b;
  border: 2px solid #8b8b8b;
  margin: 0 !important;
  display: block !important;
  text-align: center !important;
  text-transform: uppercase;
  line-height: 60px;
  order: 3;
}
@media only screen and (min-width: 75em) {
  #cookieChoiceInfo a {
    display: inline-block !important;
    width: 47.5%;
    margin: 40px 10px 0 0 !important;
  }
}
#cookieChoiceInfo a:hover {
  color: #fff;
  background: #8b8b8b;
}
#cookieChoiceInfo a#cookieChoiceDismiss {
  color: #fff;
  background: #1a961d;
  border: 2px solid #1a961d;
  text-decoration: none;
  font-weight: 700;
  margin: 40px 0 20px 0 !important;
  order: 2;
}
@media only screen and (min-width: 75em) {
  #cookieChoiceInfo a#cookieChoiceDismiss {
    margin: 40px 0 0 10px !important;
  }
}
#cookieChoiceInfo a#cookieChoiceDismiss:hover {
  background: #ec611e;
  border: 2px solid #ec611e;
}