@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  scroll-behavior: smooth;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.post, .page {
  margin: 0;
}
@font-face {
  font-family: 'garetra_demoregular';
  src: url('css/fonts/fontsfree-net-garetrademo-qz55l-webfont.woff2') format('woff2'), url('css/fonts/fontsfree-net-garetrademo-qz55l-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Header
--------------------------------------------- */
.site-header {
  background-color: #30412F;
}
.site-title.logo {
  min-height: 100%;
}
.btn-prenotazione a {
  border-left: solid #fff 1px;
  border-right: solid #fff 1px;
}
.btn-prenotazione a, .btn-prenotazione a:visited, .btn-prenotazione a:hover {
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif !important;
  padding: 10px;
}
.bi.bi-pencil-square::before {
  font-size: 28px;
  margin: 0;
}
.btn-lang {
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  color: #ffffff;
}
/* END Header
------------------------------------------------------------------------------------------ */
/* Hamburger menu + overlay effect menu
--------------------------------------------- */
.button_container {
  position: fixed;
  top: 4%;
  left: 3%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #ffffff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}
.overlay {
  position: fixed;
  background: #30412F;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  position: relative;
  width: 20%;
  margin: auto;
}
.overlay ul li {
  display: block;
  line-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 40px;
  font-family: 'garetra_demoregular';
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 2px;
  background: rgba(255, 255, 255, .5);
  transition: 0.35s;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.workImagesMenuMain {
  background-color: #171615;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.workImagesMenuMain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
/* END Hamburger menu + overlay effect menu
------------------------------------------------------------------------------------------ */
/* Dropdown Lingue
--------------------------------------------- */
.dropdown-lang {
  font-family: 'Montserrat', sans-serif !important;
  border-radius: 0 !important;
  background-color: #30412F !important;
  border: 0 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  width: max-content;
}
.dropdown-lang ul {
  list-style-type: none;
}
.list-menu-lang a, .list-menu-lang a:hover {
  color: #ffffff;
  text-decoration: none;
}
/* END Dropdown Lingue
------------------------------------------------------------------------------------------ */
#quotebox {
overflow: hidden;
width: 100%;
max-width:100%;
	border: 0px}
/* Override Bootstrap
--------------------------------------------- */
.card {
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.btn {
  font-family: 'Montserrat', sans-serif !important;
  border-radius: 0 !important;
  background-color: #30412F !important;
  border: 0 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  padding: 0.8rem 1.75rem !important;
  width: max-content;
}
.btn-negative .btn {
  background-color: #ffffff !important;
  color: #fff !important;
  border: 0 !important;
}
/* END Override Bootstrap
------------------------------------------------------------------------------------------ */
/* Bottoni con brush
--------------------------------------------- */
.btn-brush {
  background-image: url("img/btn-brush.svg");
  padding: 1rem .8rem;
  background-size: cover;
  min-width: 30vh;
  display: inline-block;
  text-align: center;
  color: #30412F;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-brush:hover, .btn-brush:visited {
  color: #30412F;
}
/* END Bottoni con brush
------------------------------------------------------------------------------------------ */
/* Typography
--------------------------------------------- */
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-family: 'garetra_demoregular';
  position: relative;
}
.h1, h1 {
  font-size: 80px !important;
}
.h2, h2 {
  font-size: 70px !important;
}
.h3, h3 {
  font-size: 60px !important;
}
.h4, h4 {
  font-size: 50px !important;
}
.h5, h5 {
  font-size: 40px !important;
}
.h6, h6 {
  font-size: 30px !important;
}
p, ul {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  line-height: 30px;
  font-size: 18px !important;
}
/* END Typography
------------------------------------------------------------------------------------------ */
/* Classi generiche layout
--------------------------------------------- */
.h-10vh {
  min-height: 10vh !important;
}
.h-20vh {
  min-height: 20vh !important;
}
.h-30vh {
  min-height: 30vh !important;
}
.h-40vh {
  min-height: 40vh !important;
}
.h-50vh {
  min-height: 50vh !important;
}
.h-60vh {
  min-height: 60vh !important;
}
.h-70vh {
  min-height: 70vh !important;
}
.h-80vh {
  min-height: 80vh !important;
}
.h-90vh {
  min-height: 90vh !important;
}
.h-100vh {
  min-height: 100vh !important;
}
.text-shadow {
  text-shadow: #000 1px 1px 3px;
}
.plyr {
  padding: 0 !important;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.bg-30412F {
  background-color: #30412F;
}
.position-bg {
	background-position: center;
}
.cover-bg {
	background-size: cover;
}
.box {
    padding-top:100%;
}
/*Swiper generiche*/
.swiper-button-next, .swiper-button-prev {
  color: #ffffff !important;
}
.swiper-button-next, .swiper-button-prev {
  width: 60px !important;
}
.swiper-button-next::after {
  content: url("img/arrow-next.svg") !important;
  width: 60px;
  height: 60px;
}
.swiper-button-prev::after {
  content: url("img/arrow-prev.svg") !important;
  width: 60px;
  height: 60px;
}
.swiper-slide > img {
  transform: scale(1.3);
  transition: transform 3.5s ease;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.swiper-slide-active > img {
  transform: none;
}
.swiper-backface-hidden .swiper-slide {
  overflow: hidden;
}
/* END Swiper generiche*/
/*Animazioni*/
.anim-testo, .anim-testo > div {
  position: relative;
}
.zoomInEffectBG.inVista {
  transform: scale(1.1);
  transition: transform 3.5s ease;
}
.zoomInEffectImg.inVista img {
  transform: scale(1.1);
  transition: transform 3.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.open-from-top {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: 1.3s cubic-bezier(0.2, 0, .8, 0);
}
.open-from-top.inVista {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.open-from-bottom {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: 1.5s cubic-bezier(0.2, 0, .8, 0);
}
.open-from-bottom.inVista {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
/* END Animazioni*/
/* END Classi generiche layout
------------------------------------------------------------------------------------------ */
/* CSS 01. Sezione layout 1 
--------------------------------------------- */
.sez-1-img {
  background-color: #000;
}
.s1-border-bottom {
  background-image: url("img/s1-border-bottom.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 100vh;
}
/* END CSS 01. Sezione layout 1 
------------------------------------------------------------------------------------------ */
/* CSS 02. Sezione layout 1 
--------------------------------------------- */
/* Layout 1 */
.layout1 {
  position: relative;
  background-color: #30412F;
  color: #F2F0E7;
}
/* Layout 2 */
.layout2 {
  background-color: #30412F;
  color: #F2F0E7;
}
.logo-l2 {
  background-image: url("img/STREGAIA-logo-bianco.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 25vh;
}
/* Layout 3 */
.layout3 {
	background-color: #30412F;
  color: #F2F0E7;
}
.label-general-wrapper {
  min-height: 20vh;
  position: absolute;
  z-index: 1;
  bottom: 5.5555555556vw;
  right: 0vw;
  width: 40vw;
}
.label-l3 {
  position: relative;
  right: 0vw;
  width: 100%;
  padding: 1.5vw;
  background: rgba(255,255,255,.7) !important;
  color: #212529;
  overflow: hidden;
}
.triple-slider-prev .label-general-wrapper.d-flex, .triple-slider-next .label-general-wrapper.d-flex {
  display: none !important;
}
/* Layout 4 */
.layout4 {
	background-color: #30412F;
  color: #F2F0E7;
}
.bloccosingolacamera {
	height: 80vh;
}
.lista-servizi-camere {
  list-style-type: none;
  display: inline-block;
  width: 100%;
}
ul.lista-servizi-camere li {
  width: 33%;
  float: left;
  display: inline;
  margin-bottom: 1vh;
  text-align: left;
  font-size: 14px;
  line-height: 40px;
}
.mini-icone-dotazioni {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-color: #F2F0E7;
  padding: 7px;
  background-size: 70%;
  background-position: center;
  border-radius: 30px;
}
/* Layout 5 */
.layout5 {
    background-color: #30412F;
}
/* Layout 7 */
.layout7 {}
/*PARALLAX*/
.bg-parallax {
  color: #fff;
  background-color: #000000;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80vh;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 140%;
  top: 0;
  z-index: 1;
  opacity: 0.7;
}
/* Layout 8 */
.layout8 {
  background-color: #30412F;
  color: #F2F0E7;
}
.mask-stain-sx {
  -webkit-mask-image: url(img/macchia1.svg);
  mask-image: url(img/macchia1.svg);
	mask-size: cover;
	-webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: top left;
	-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top left;
}
.mask-stain-dx {
	-webkit-mask-image: url(img/macchia2.svg);
  mask-image: url(img/macchia2.svg);
	mask-size: cover;
	-webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: top right;
	-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top right;
}
.albero-bg-dx {
	background-image: url("img/albero10.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.albero-bg-sx {
	background-image: url("img/albero10.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
}
/* Layout 9*/
.layout9 {}
.enddecorTab {
  background-image: url("img/tenda_camper2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 10vh;
  opacity: .4;
}
.tab-item {
  display: flex;
  align-items: center;
}
.tab-item_content-wrap {
  flex: 1;
}
.tab-item_content {
  display: flex;
  align-items: baseline;
}
.tab-item_title {
  order: 1;
  margin-right: 20px;
  font-size: 24px;
  line-height: 1.25;
}
.tab-item_title p {
  margin: 0px;
}
.tab-item_price {
  order: 3;
  margin-left: 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}
.tab-item_content::after {
  content: '';
  width: 100%;
  height: 1px;
  flex: 1;
  order: 2;
  border-bottom: 1px solid #0f3738;
}
.tab-item_desc p {
  font-size: 16px;
}
/*Layout10*/
.layout10 {
  background-color: #30412F;
  color: #F2F0E7;
}
.deco-h1 {
  border-top: solid #F2F0E7 1px;
  border-bottom: solid 1px #F2F0E7;
  line-height: 120px;
  width: max-content;
  margin: auto;
  padding: 0 50px;
	font-size: 48px !important;
}
/*layout11*/
.layout11 {
  background-color: #30412F;
  color: #F2F0E7;
	padding-bottom:5rem;
	background-image: url(img/bg-blocco-a-tre.png);
	background-size: cover;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 40px !important;
}
/* END CSS 02. Sezione layout 1 
------------------------------------------------------------------------------------------ */
/* Sezione form
--------------------------------------------- */
.contact-form {
  background-color: #30412F;
  background-image: url("img/sfondo.png");
  background-size: cover;
  background-position: center;
}
/* END Sezione form
------------------------------------------------------------------------------------------ */
/* Gravity Form
--------------------------------------------- */
.gform_heading {
  display: none;
}
.gfield_label {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: normal !important;
  text-transform: uppercase;
  font-size: 14px !important;
  color: #fff;
}
.ginput_container input, .ginput_container select, .ginput_container textarea {
  background-color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  color: #000;
}
.gform_wrapper.gravity-theme #field_submit {
  display: block !important;
}
.gfield_description.gfield_consent_description {
  border: 0 !important;
  color: #fff;
}
.gfield_description.gfield_consent_description a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.gfield_consent_label {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  color: #fff;
}
#gform_submit_button_1 {
  width: 60%;
  font-family: 'Montserrat', sans-serif !important;
  border-radius: 0 !important;
  background-color: #ffffff !important;
  border: double 10px !important;
  color: #30412F !important;
  text-transform: uppercase !important;
  padding: 0.8rem 1.75rem !important;
  margin: 0 20%;
}
.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme .gfield_consent_description {
  border: 0px solid #ddd;
}
.ginput_container.ginput_container_date input {
  width: 100% !important;
}
.contact-form-frame {
  background-color: #30412F;
  border: solid #fff 5px;
}
/* newsletter */
#gform_4 .gfield_label {
  color: #ffffff;
}
#field_4_4 .ginput_container input {
  background-color: rgba(255, 255, 255, 0.5) !important;
  border: none !important;
  border-radius: 0 !important;
  color: #000;
}
#gform_4 .gfield_description.gfield_consent_description a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
#gform_submit_button_4 {
  width: 60%;
  font-family: 'Montserrat', sans-serif !important;
  border-radius: 0 !important;
  background-color: #ffffff !important;
  border: 0 !important;
  color: #30412F !important;
  text-transform: uppercase !important;
  padding: 0.8rem 1.75rem !important;
  margin: 0 20%;
}
/* END Gravity Form
------------------------------------------------------------------------------------------ */
/* Mappa
--------------------------------------------- */
.mappa-dinamica {
  background-color: #30412F;
}
.deco-h3 {
	border-top: solid #F2F0E7 1px;
  border-bottom: solid 1px #F2F0E7;
  line-height: 90px;
  width: max-content;
  margin: 0 auto;
  padding: 0 50px;
}
.leaflet-map {
  padding-top: 100%;
}
/* END Mappa
------------------------------------------------------------------------------------------ */
/* Site-footer
--------------------------------------------- */
.site-footer {
  background-color: #30412F;
  color: #ffffff;
  background-image: url("img/sfondo-footer.png");
  background-size: cover;
  background-position: top center;
}
.site-footer a, .site-footer a:hover {
  color: #ffffff;
}
.bg-gradient-footer {
  background: rgb(48, 65, 47);
  background: -moz-linear-gradient(0deg, rgba(48, 65, 47, 1) 10%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(48, 65, 47, 1) 10%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(48, 65, 47, 1) 10%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#30412f", endColorstr="#000000", GradientType=1);
}
.line-top {
  border-top: solid #fff 1px;
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
  font-size: 40px;
  margin-left: 10px;
}
.site-info {
  font-family: 'Montserrat', sans-serif;
}
.bg-widget {
	background-color: #30412F;
	color:#ffffff;
}
/* END Site-footer
------------------------------------------------------------------------------------------ */
/* TPL galleriafotografica.php
--------------------------------------------- */
.border30412F {
  border: solid #30412F 5px;
}
/* END TPL galleriafotografica.php
------------------------------------------------------------------------------------------ */
/* TPL contatti.php
--------------------------------------------- */
.page-template-contatti .mappa-dinamica {
  display: none;
}
.tpl-contatti {
  background-image: url("img/paperboard-sfondo.jpg");
}
.tpl-contatti a, .tpl-contatti a:hover {
  color: #30412F !important;
  text-decoration: none;
}
/* END TPL contatti.php
------------------------------------------------------------------------------------------ */
/* Menu mobile fixed bottom
--------------------------------------------- */
.menu-mobile-fixed {
  display: none;
}
/* END Menu mobile fixed bottom
------------------------------------------------------------------------------------------ */
@media (max-width: 575.98px) {
  .overlay ul {
    width: 100%;
    margin: auto;
  }
  .h1, h1 {
    font-size: 40px !important;
  }
  .h2, h2 {
    font-size: 36px !important;
  }
  .h3, h3 {
    font-size: 32px !important;
  }
  .h4, h4 {
    font-size: 30px !important;
  }
  .h5, h5 {
    font-size: 28px !important;
  }
  .h6, h6 {
    font-size: 24px !important;
  }
  p, ul {
    font-size: 16px !important;
  }
  .iconatendacamper {
    height: 15vh;
  }
  .svg-small, .label-l3 {
    display: none !important;
  }
  .label-l3-title {
    width: 100%;
  }
  .layout8 {
    background-size: 60%;
    background-position: right 7%;
  }
  .line-left {
    border-left: solid #fff 0px;
  }
  .line-right {
    border-right: solid #fff 0px;
  }
  /* Menu mobile fixed bottom
--------------------------------------------- */
  .menu-mobile-fixed {
    display: block;
  }
  .half {
    width: 50% !important;
    float: left;
    height: 52px;
  }
  .half a {
    color: #ffffff !important;
    text-decoration: none;
    line-height: 52px;
  }
  .bg-mobile-fixed {
    background-color: #30412F;
  }
  .bg-mobile-fixed-lineleft {
    border-left: solid #ffffff 1px;
  }
  /* END Menu mobile fixed bottom
------------------------------------------------------------------------------------------ */
    .deco-h1, .deco-h3 {
  line-height: inherit;
  width: auto;
  margin: auto;
  padding: 0;
}
    ul.lista-servizi-camere li {
  width: 100%;
}
    .bloccosingolacamera {
  height: 50vh;
}
    .bg-parallax {
  height: auto;
  padding-top: 100%;
    }
}