:root {
  --white-color: #FDFAF1;
  --brown-color: #411B15;
  --red-color: #a85a51;
  --green-color: #9a9c7b;
  --yellow-color: #f9f8f6;

  --brown2-color: #6D4149;
}
body, html {
  margin: 0; padding: 0;
  font-family: 'Spartan', sans-serif;
  font-size: 32px;
}

.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}

.button{
  width: 170px;
  padding: 14px 0;
  text-decoration: none;
  font-weight: 700;
  display: block;
  text-align: center;
  border-radius: 4px;
  vertical-align: middle;
  color: var(--white-color) !important;
}
.outline{
  border: 2px solid var(--white-color);
}
.outline:hover{
  color: var(--brown-color);
  background-color: var(--white-color);
}
.dark {
  color: var(--brown-color);
  border: 2px solid var(--brown-color);
}
.dark:hover{
  color: var(--white-color);
  background-color: var(--brown-color);
}
.brown{
  background-color: var(--brown-color);
}
/* .strappo{
  position: relative;
  z-index: 9;
  height: 56px; width: 100%;
  background-image: url(../img/strappo.png);
  height: 56px;
} */
.slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 35%);
}
.slide{
  position: relative;
  max-height: 760px;
  width: 100%;
}

.slide .post-thumbnail {display: grid;}
.slide p {
  position: absolute;
  z-index: 99;
  margin: 0;
  top: 50%;
  left: 50%;
  font-size: 64px !important;
  margin-top: -48px;
  margin-left: -154px;
  color: #fff;
}

.post-thumbnail img {width: 100%;}

.navigation {
  position: absolute;
  display: flex;
  height: 77px;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: 'Spartan', sans-serif; font-weight: bold;
  font-size: 16px;
  z-index: 99;
  margin-top: 100px;
  /* background-image: url(../img/strappo.png); */
}

.swiper-pagination-bullet {
	border: 2px solid var(--brown-color);
	background: transparent;
	opacity: 1
}
.swiper-pagination-bullet-active{
	background: var(--brown-color);
}

/* MAIN */

/* .main::before {
  width: 100%;
  height:80px;
  content: " ";
  top:-80px; left:0px;
  position: absolute;
  background: url("../img/strappoCarta.png");
} */
.main{
  position: relative;
  /* margin: -80px auto 80px auto; */
  padding: 4%;
  padding-bottom: 64px;
  /* background: url("../img/paper.png"); */
  color: var(--brown-color);
  font-family: 'Spartan', sans-serif;
  font-size: 16px;
  z-index: 9;
}

h1{
  font-family: 'Gloock', serif;
  font-size: 32px;
}

/* Breadcrumbs */

.breadcrumb {
  font-family: "Spartan", Sans-serif;
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  color: var(--brown-color)
}
.breadcrumb a {
  color: var(--red-color);
  text-decoration: none;
}

/* Language Switcher Styling */

a.js-wpml-ls-item-toggle, a.wpml-ls-link {
  background-color: transparent !important;
  border-radius: 4px;
  border: 0px;
	padding: 0
}

a.js-wpml-ls-item-toggle:hover {
 text-decoration: underline
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	border: none
}

/* Articolo Singolo */

p.desc{
  padding: 0 20%;
  text-align: center;
  line-height: 32px;
  margin-bottom: 64px;
}

.article--content{
  display: flex;
  flex-direction: row;
  gap: 80px;
}

.article .entry-content img {
  width: 100%;
  border-radius: 32px;
}

.article span {
}


.wrapper .article h1 {
  margin: 40px 0;
}

.wrapper .article h2 {
  margin: 96px 0 40px;
}

.article h3 {
  margin-top: 48px;
}

.main .wrapper .article p {
  padding: 0;
  text-align: left;
  /* line-height: 32px; */
  line-height: 28px;
}

.article hr {
  display: block; height: 1px;
  border: 0; border-top: 1px solid var(--brown-color);
  margin-top: 64px; padding: 0;
}

/* .share ul.social-icons {
  margin: 0; padding: 0;
} */
.share .social-icons li {
  padding-right: 16px;
}
.share .social-icons a {
  color: var(--brown-color);
  text-decoration: none;
}
/* .share .social-icons i {
  font-size: 24px;
} */

  /* Storie */
  .wrapper h1 {
    margin: 16px 0 ;
  }

  .latest h1{
    text-align: center;
  }

  .latest-stories, .u-factor, .why-italy{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 16px;
    margin-bottom: 64px;
    margin-top: 32px;
  }

  .item{
    flex: 1 0 25%;
    position: relative;
    text-align: center;
    line-height: 32px;
    padding: 0 16px;
  }

  .item a{
    margin: 0 auto;
  }
  
  .blog {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .blog::after{
    content:"";
    flex: auto
  }

  .blog .story{
    margin: 16px 0;
    text-decoration: none;
    text-align: left;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
  }
  .blog .story:hover, .blog .story:visited{
    color: var(--brown-color);
  }

  .story{
    flex: 0 32%;
    color: #000;
    color: var(--brown-color);
    background-color: var(--white-color);
    padding: 24px;
    position: relative;
  }
    
    .story img{
      width: 100%;
    }

    .wp-block-image{
      width: 100%;
      border-radius: 32px;
    }

    .story .info{
      display: flex;
      flex-direction: row;
      width: 100%;
      margin-top: 24px;
    }

    .story h3{
      margin: 8px 0;
    }

    .story .date{
      width: 100%;
    }

    .story .category{
      width: 100%;
      text-align: right;
    }

      .story .info .category a, .story h3 a, .story span a{
        color: var(--brown-color);
        text-decoration: none;
      }

    .story p{
      margin-top: 8px;
      margin-bottom: 8px;
      line-height: 32px;
    }

    .story span{
      font-weight: bold;
    }

/* Marker styling */
.marker {
  position: relative;
  margin: 0 40px;
  color: var(--white-color);
  text-decoration: none;
}
.marker svg {
  position: absolute;
  left: 0;
  top: -50%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}
.marker path {
  transition: stroke-dashoffset 300ms linear;
  stroke-width: 1;
  stroke:#fff;
  fill: none;
  stroke-linecap: round;
}
.marker:hover path {
  stroke-dashoffset: 0;
}

/* Scribble Text */

.strike { position:relative; }
.strike::after {
  content:' ';
  position:absolute;
  top:50%; left:-3%;
  width:0; height:10px;
  opacity:80%;
  transform:translateY(-50%);
  background:repeat-x url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAKAQMAAAByjsdvAAAABlBMVEUAAADdMzNrjRuKAAAAAXRSTlMAQObYZgAAADdJREFUCNdj+MMABP8ZGCQY/h9g+MHw/AHzDwbGD+w/GBhq6h8wMNj/b2BgkP8HVMMPUsn+gQEAsTkQNRVnI4cAAAAASUVORK5CYII=);
  animation: strike 2s linear .3s 1 forwards;
}
@keyframes strike { to { width: 106%; } }


/* .footer::before {
  content: '';
  position: absolute;
  top: -38px; 
  left: 0;
  width: 100%; height: 38px;
  background-image: url(../img/strappoFooter.png);
} */
.footer{
  position: relative;
  width: 100%;
  z-index: 9;
  /* background-image: url(../img/footerBg.png); */
  background-color: var(--brown2-color);
  color: var(--white-color);
  font-family: 'Spartan', sans-serif;
  font-size: 14px;
  /* margin-top: -160px; */
  padding-bottom: 24px;
}
.footer .logo img{
  width: 100px;
  margin: 20px;
}

.footer h3{
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .link a{
  text-decoration: none;
  color: var(--white-color);
  display: block;
  line-height: 32px;
}

/*** Pagination ***/

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: var(--brown-color);
    text-decoration:none;
}
 
.pagination li {
    display: inline;
}
 
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    /* background-color: #6FB7E9; */
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    /* padding: 0.75rem; */
    border: 2px solid transparent;
}
 
.pagination li a:hover {
    border: 2px solid var(--brown-color);
    color: var(--brown-color);
}

.pagination li.active a {
    background-color: var(--brown-color);
    color: var(--white-color);
}

/* form starting stylings ------------------------------- */
.group 			  { 
  position:relative; 
  margin-bottom:45px; 
}
input 				{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:300px;
  border:none;
  border-bottom:1px solid var(--white-color);
  background-color: transparent;
}
input:focus 		{ outline:none; }

/* LABEL ======================================= */
label 				 {
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label 		{
  top:50px;
  font-size:14px;
  color:var(--white-color);
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:300px; }
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#D2D2AF ; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS */
@-webkit-keyframes inputHighlighter {
	from { background:#D2D2AF ; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#D2D2AF; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#D2D2AF; }
  to 	{ width:0; background:transparent; }
}

ul.social-icons {
  margin: 0; padding: 0;
}
.social-icons li {
  vertical-align: top;
  display: inline;
  height: 100px;
  padding-right: 24px;
}
.social-icons a {
  color: #fff;
  text-decoration: none;
}
.social-icons i {
  font-size: 24px;
}

.wrapper {
  max-width: 1280px;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.col {
  flex: 1;
  padding: 20px;
  width: 32%;
}
@media only screen and (max-width: 500px) {
  .col {
    min-width: 100%
  }
}

/* MENU STICKY */

ul#menu-main {
  margin: 0px;
}

.sticky a {
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s ease-in-out;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.sticky a:hover {
  /* border-bottom: 1px solid; */
}

.logo--main { height: 63px; width: 200px;}
.logo--main a, .logo--sticky a {
  border-bottom: 0;
}

.last {
  color: #000;
  border-bottom: 1px solid !important;
  transition: border-color 0.4s ease-in-out;
}
.last:hover {
  border-bottom: 1px solid transparent !important;
}
.sticky .last {
  color: #fff;
  border-bottom: 1px solid !important;
  transition: border-color 0.4s ease-in-out;
}
.sticky .last:hover {
  border-bottom: 1px solid transparent !important;
}

.header {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* padding-top: 30px; */
  z-index: 999;
  transition: padding 0.8s ease-in-out;
  font-size: 16px;
  background-color: white;
}

.header svg path#Tracciato_597{
  fill: var(--brown-color);
}

.header.sticky svg path#Tracciato_597{
  fill: white;
}

.header.sticky svg{
	height:50px
}

.header .wrap{
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header nav {
  /* flex: 1; */
}
.header nav ul {
  display: flex;
  list-style-type: none;
}
.header nav ul li {
  margin-right: 2em;
}
.header nav ul li:last-child {
  margin-right: 0;
}
.header nav ul li a { 
  text-decoration: none;
  color: var(--brown-color);
}
.header .nav--left {
  /* margin-left: 8.3333333333%; */
}
.header .nav--right {
  /* margin-right: 8.3333333333%; */
}
.header .nav--right ul {
  justify-content: flex-end;
  margin: 0;
}
.header div {
  flex: 1;
  text-align: center;
}
.header div img {
  display: inline-block;
}
.header div .logo--sticky {
  display: none;
  margin: 16px 0;
  height: 63px;
  width: 200px;
}
.header.sticky {
  position: fixed;
  top: 0;
  padding: 0;
  /* background: url(../img/menuBg.png); */
  /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); */
  background-color: var(--green-color);
}

.header.sticky nav ul li a { 
  text-decoration: none;
  color: white;
}

/* .header.sticky::after  {
  content: '';
  position: absolute;
  bottom: -56px;
  width: 100%; height: 56px;
  background-image: url(../img/StrappoMenu.png);
} */

section {
  align-self: flex-end;
  width: 100%;
  text-align: center;
}

h1 {
  margin-bottom: 1em;
  /* font-size: 3em; */
}

.slide-down {
  animation: slide-down ease-in-out 0.6s 0.1s both;
}

@keyframes slide-down {
  0% {
    opacity: 1;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.slide-up {
  animation: slide-up ease-in-out 0.6s 0.1s both;
}

@keyframes slide-up {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(-100%);
  }
}

/* SOCIAL */

.social-box {
  display: block;
}

.social-box:last-of-type {
  margin: 0 0 40px;
}

.social-btn {
  display: flex;
  width: 100%;
}

.social-btn svg {
  fill: #6D4149;
}
.social-btn svg:hover {
  fill: #31050D;
}

.social-box .social-btn p {
  display: flex;
  align-items: center;
  gap: 16px;

  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.social-box .social-btn a{
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0 !important;
}

/* a.col-1.sbtn {
  display: inline-block;
  text-align: center;
  padding: 10px !important;
  margin: 0 0.5% 0 0;
  font-size: 15px;
}

a.col-1.sbtn span {
  margin: 0 0 0 15px;
}

.s-twitter::before {
  font-family: fontawesome;
  content: '\f099';
}

.s-facebook::before {
  font-family: fontawesome;
  content: '\f09a';
}

.s-whatsapp::before {
  font-family: fontawesome;
  content: '\f232';
}

.s-linkedin::before {
  font-family: fontawesome;
  content: '\f0e1';
}

.s-pinterest::before {
  font-family: fontawesome;
  content: '\f231';
}

.s-email::before {
  font-family: fontawesome;
  content: '\f0e0';
}

.social-btn a:last-of-type {
  margin: 0;
}


@media only screen and (max-width: 1200px) {
  a.col-1.sbtn {
      /* width: 180px; */
      /* display: inline-block;
      text-align: center;
      padding: 10px;
      color: #fff;
      margin: 0 0.5% 0 0;
      font-size: 15px;
  }
} */

@media only screen and (max-width: 768px) {
  a.col-1.sbtn {
      width: 46px;
  }

  a.col-1.sbtn span {
      display: none;
  }
} 

/* Sidebar */

.entry-sidebar {
  width: 300px;
}

.sidebar__subscribe{
  display: flex;
  flex-direction: column;
  gap:10px;
  background-color: #F3F2EE;
  border-radius: 10px;
  padding: 20px;
  margin-top: 64px;
}

.sidebar__subscribe input{
  width: 100% !important;
}

.sidebar__subscribe input[type=text],
.sidebar__subscribe input[type=email] {
  color: #421A0E;
  border-bottom: 1.5px solid #421A0E;
}

.sidebar__subscribe input[type=submit]{
  padding: 10px 24px;
  background-color: transparent;
  border: 1.5px solid #421A0E;
  border-radius: 10px;
}

.sidebar__subscribe input[type=submit]:hover{
  background-color: #421A0E;
  color: #F3F2EE;
}

.sidebar__subscribe input::placeholder{
  color: #A4A4A4;
}

.sidebar__subscribe--title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.sidebar__subscribe--title h3{
  color: #A9594D;
  font-family: 'Gloock', Sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-align: left;
  margin: 0;
}

.sidebar__subscribe--title p{
  font-size: 14px;
  line-height: 24px !important;
  margin: 0;
}

.sidebar__subscribe--title img{
  /* width: 91px; */
  height: 120px;
}

/* Article */
.article--img {
  height: 650px;
}

.post__image__overflow {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  width: 100%;
  height: 340px;
  position:absolute;
  bottom:0;
  z-index:999;
}

.post__image__overflow--text {
  position:absolute;
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  gap:8px;
  left:56px;
  bottom:56px;
  color:white;
}

.post__image__overflow--text h1{
  margin:0 !important;
  font-family: "Gloock";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
}

.post__image__overflow--text a{
  color: white !important;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 4px 24px !important;
  border: 1px solid white;
  border-radius: 10px;
}

.post__image__overflow--text a:hover{
  color: var(--brown-color) !important;
  background-color: #fff;
}

.post__image__overflow--text ul{
  margin: 0px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.post__image__overflow--text span{
  font-size: 12px;
  text-transform: uppercase;
}

.post__image__overflow--text p{
  margin: 0;
  font-size: 18px;
}

.post__image__overflow--categories{
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.latest{
  margin-bottom: 80px;
}

.relatedpost{
  width:650px;
  height: 350px;
  padding: 0 !important;
  text-align: left !important;
}

@media (max-width:420px)  {
  .relatedpost{
    width:280px;
  }
}

@media only screen and (min-width: 421px) and (max-width: 641px) {
  .relatedpost{
    width:450px;
  }
}

.owl__overflow {
  background: rgb(65,27,21);
  background: linear-gradient(0deg, rgba(65,27,21,1) 0%, rgba(65,27,21,0) 100%);
  width: 100%;
  height: 200px;
  position:absolute;
  bottom:0;
  z-index:999;

  display: flex;
  align-items: flex-end;
  padding: 24px;
}

.owl__overflow--text {
  /* position:absolute; */
  display:flex;
  flex-direction: column;
  /* align-items: flex-start; */
  gap:8px;
  color:white;
}

.owl__overflow--text h3{
  margin:0 !important;
  font-family: "Gloock";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: white !important;
}

.owl__overflow--text h3 a{
  padding: 0 !important;
  border: 0px;
  border-radius: none;
  text-decoration: none;
  color: white !important;
}

/* .owl__overflow--text h3 a:hover{
  color: white !important;
  background-color: none;
} */

/* Loop */

.loop-location{
  display: flex;
  flex-direction: column;
}

.loop-location span{
  color: #A9594D;
  font-family: "Gloock", Sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  padding: 24px;
}

.loop-carousel .owl-item.active {
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(65, 25, 20, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

/* .loop-carousel .owl-item img {
  border-radius: 10px 10px 0 0;
} */

.owl__overflow--text p{
  margin: 0;
  font-size: 18px;
}

.owl-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  margin-left: -20px;
  display: block !important;
  border:0px solid black;
}

.owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  right: -25px;
  display: block !important;
  border:0px solid black;
}
.owl-prev i, .owl-next i {
  /* transform : scale(1,6); */
  color: #fff;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]{
  font-size: 24px;
  background: #9A9C7B;
  /* margin: 0 -160px 0 0 !important; */
  padding: 4px !important;
  border-radius: 40px;
}


.loop-carousel .owl-controls .owl-nav .owl-prev{
  left: -10px !important;
}

.loop-carousel .owl-controls .owl-nav .owl-next{
  right: -10px !important;
}

.related-carousel .owl-controls .owl-nav .owl-prev{
  left: 80px !important;
}

.related-carousel .owl-controls .owl-nav .owl-next{
  right: 80px !important;
}

.owl-theme .owl-controls .owl-nav .disabled{
  opacity: .3 !important
}

.loop-carousel .owl-stage-outer{
  margin: 0 !important;
  padding-bottom: 10px;
  /* overflow: auto; */
}
  
.loop-carousel  .owl-item {
    opacity: 0;
    transition: opacity 500ms;
}
.loop-carousel  .owl-item.active {
  opacity: 1;
}

.loop-category a{
  color: transparent;
}

.loop-category span{
  display: inline-block !important;
  width: 100% !important;
  color: #411B15 !important;
  font-family: 'Spartan', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-align:left !important;
  text-transform: capitalize !important;
  padding: 24px 24px 10px 24px !important;
}
.loop-category h3{
  color: #A9594D !important;
  font-family: 'Gloock', Sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  text-align:left !important;
  padding: 0 24px !important;
  margin: 0 !important;
}
.loop-category p{
  text-align: left !important;
  color: #77747B !important;
  font-family: 'Spartan', Sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 24px !important;
  margin: 0 !important
}

/* CUSTOM */

.photo_sidebar{

  border-radius: 10px !important;
  overflow: hidden;
}

.current_page_parent a, .current_page_item a {
	text-decoration: none !important;
  font-weight: bold;
	content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: linear-gradient(to top, var(--brown-color) 4%, transparent 4%);
}

.current_page_parent a:hover, .current_page_item a:hover {
	text-decoration: none !important
}

li.menu-item {
	position: relative;
}

li.menu-item a:hover:after {
	content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: linear-gradient(to top, var(--white-color) 10%, transparent 15%);
  animation-name: highlight;
  animation-duration: 0.75s;
  animation-iteration-count: 1;
}

@keyframes highlight {
  0% {
    width: 0;
    opacity: 0;
  }

  50% {
    width: 100%;
    opacity: 1;
  }

}

.article a, .article a:link {
  color: var(--brown-color);
  text-decoration: none;
  /* background-position-y: -0%;
  background-image: linear-gradient( transparent 50%, gold 50%);
  transition: background 500ms ease;
  background-size: 2px;
  background-size: auto 175%; */
  padding: 4px 0px;
}

.article a:hover {
  background-position-y: 100%;

}

.elementor-button {
  background-color: transparent !important;
}

.elementor-button-link {
	border: 3px solid var(--brown-color) !important;
	color: var(--brown-color) !important;
}

.elementor-button-link:hover{
	background: var(--brown-color) !important;
  color: var(--white-color) !important;
}
.elementor-button span{
  font-weight: 550 !important;
}

/* edit */


/* @media (min-width:320px)  { */
	/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  /* .blog .story{
    flex: auto;
  }
  .article--img {
    height: 350px;
  }
  .article--content{
    flex-direction: column;
  }
  .post__image__overflow--text{
    left: 16px;
    bottom: 16px;
  }

  .entry-sidebar{
    width: 100%;
  } */
/* } */

@media (max-width:599px)  {
	/* smartphones, Android phones, landscape iPhone */

  .article--content{
    flex-direction: column;
  }
  .article--img {
    height: 350px;
  }
  .post__image__overflow--text{
    left: 16px;
    bottom: 16px;
  }

  .related-carousel .owl-controls .owl-nav .owl-prev{
    left: 10px !important;
  }
  
  .related-carousel .owl-controls .owl-nav .owl-next{
    right: 10px !important;
  }


  .entry-sidebar{
    width: 100%;
  }
}
@media (min-width:600px)  {
	/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */

  .article--content{
    flex-direction: column;
  }
  .article--img {
    height: 500px;
  }
  .post__image__overflow--text{
    left: 40px;
    bottom: 32px;
  }

  .related-carousel .owl-controls .owl-nav .owl-prev{
    left: 10px !important;
  }
  
  .related-carousel .owl-controls .owl-nav .owl-next{
    right: 10px !important;
  }

  .entry-sidebar{
    width: 100%;
  }
}
@media (min-width:801px)  {
	/* tablet, landscape iPad, lo-res laptops ands desktops */
  .blog .story{
    flex: 0 32%;
  }
  .article--img {
    height: 650px;
  }
  .article--content{
    flex-direction: row;
    gap: 40px;
  }

  .entry-sidebar{
    width: 250px;
  }
  .sidebar__subscribe--title img{
    display: none;
  }
}
@media (min-width:1025px) {
	/* big landscape tablets, laptops, and desktops */
  .entry-sidebar,
  .widget-area{
    width: 300px;
  }
  .sidebar__subscribe--title img{
    display: block;
  }
}
@media (min-width:1281px) {
	/* hi-res laptops and desktops */
}

/* Doc */

.wpml-ls-menu-item{
  opacity: 0.3;
}
.wpml-ls-menu-item:hover{
  opacity: 0.7;
}

.wpml-ls-current-language,
.wpml-ls-current-language:hover
{
  opacity: 1;
}


.footer__newsletter{
  display: flex;
  flex-direction: row;
  gap: 4px;
}

.footer__newsletter input[type=email]{
  font-size: 10px;
  padding: 10px 10px 10px 5px;
  border-radius: 3px;
  display: block;
  width: 300px;
  height: 30px;
  border: none;
  background-color: white;
  color: #000;
}

/* .footer__newsletter input[type=email]:focus {
  color: #000;
} */

.footer__newsletter input[type=submit]{
  width: fit-content;
  font-size: 12px;
  border: 0px solid;
  border-radius: 3px;
  background-color: #9A9C7B;
  color: rgba(255, 255, 255, 1);
  padding: 8px 16px;
}


/* ----------------- */

header {
    transition: all 0.3s ease-in-out;
    /* box-shadow: 0 1px 6px 0 rgba(214, 220, 239, 1); */
    top: 0px;
    /* background-color: #fff; */
    position: sticky;
    z-index: 40;
    height: auto;
}
.logo {
  /* padding: 26px 0px; */
  margin: 10px 0;
}

.logo svg path#Tracciato_597{
    fill: #411b15;
}
.mob-menu {
    display: none;
}
.main-menu {
    /* margin: 20px 0px; */
    float: right;
}
.main-menu ul.nav {
    float: left;
    margin-right: 20px;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-top:10px;
}
.nav li:first-child {
    margin-left: 0px;
}
.main-menu ul {  display: inline-block; }
.main-menu ul li {
    position: relative;
    display: inline-block;
    /* margin: 12px 20px; */
}
.main-menu ul li a {
    /* font-size: 1rem;
    font-weight: 400;
    line-height: 1.5; */
    color: #411b15;
    display: block;
   text-decoration:none;
}
.wpml-ls-menu-item .wpml-ls-flag+span{
  display: none;
}

.main-menu ul li a:hover{
    text-decoration: underline;
    text-underline-offset: 10px;
}

.main-menu ul.right-nav{   
 padding-left:0px;
}
.main-menu ul.right-nav li a {
    width: 150px;
    height: 45px;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    color: #fff;
    /* border: solid 1px #3a76cb; */
    vertical-align: middle;
    display: table-cell;
}
.main-menu ul.right-nav li a:hover{
    text-decoration: underline;
    text-underline-offset: 10px;
}

.main-menu ul.right-nav li:last-child {
    margin-right: 0px;
}
.main-menu ul.right-nav li.active a {
    background-color: #3a76cb;
    color: #fff;
    
}

@media(max-width:1000px){
    .logo {
      display: flex;
      width: 100%;
      /* padding: 10px 10px 10px 0px; */
      margin: 0;
    }
    .logo svg{
      height: 40px;
      margin: 10px 0;
    }
    figure{
      margin: 0;
    }

    .header .wrap{
      display: flex;
      flex-direction: column;
      padding: 0 24px;
    }

    .header nav ul{
      flex-direction: column;
      margin: 0;
    }

    .mob-menu {
        display: inline-block;
        width: 20%;
    }
    .mob-menu span {
        /* border: solid 2px #3a76cb; */
        display: block;
        text-align: center;
        border-radius: 4px;
        padding: 2px 6px;
        width: 50px;
        color: #411b15;
        font-size: 25px;
        cursor: pointer;
    } 
    .slide-down .mob-menu span{
      color: white;
    }
    .header.sticky nav ul li a{
      color: #411b15;
    }
    .header.sticky nav ul li a:hover{
      text-decoration: underline;
      text-underline-offset: 10px;
    }
    .main-menu .current-menu-item{
      text-decoration: underline;
      text-underline-offset: 10px;
    }
    .current_page_parent a, .current_page_item a{
      background: none;
    }

    .menu-languages-container ul{
      list-style: none;
      margin: 0
    }

    .wpml-ls-menu-item .wpml-ls-flag+span{
      display: block;
    }
    .wpml-ls-menu-item{
      opacity: 1;
    }
    .wpml-ls-menu-item:hover{
      opacity: 1;
    }


    .main-menu {
        margin: 0px 0px 20px 0px;
        /* float: left; */
        background-color: #fff;
        width: 100%;
        display: none;
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
        border-radius: 10px;
    } 
    .main-menu ul {
        list-style: none;
        padding-left: 0px;
        margin-bottom: 0px;
        width: 100%;
    }
    .main-menu ul.right-nav {
        text-align: center;
        margin-top: 6px;
    }
    ul.right-nav {
        margin-bottom: 10px;
    }
    .main-menu {
        margin: 0px 0px 20px 0px;
        float: left;
        background-color: #ffffff;
        width: 100%;
        display: none;
    }
    .main-menu ul li {
        display: block;
        width: 100%;
        margin: 0px;
    }
    .nav li:first-child {
        margin-left: 0px;
    }
    .main-menu ul li a {
        padding: 10px 15px;
        display: flex;
        /* border-bottom: solid 1px #e2e4e6; */
        color: red;
        justify-content: center;
    }
    .main-menu ul.right-nav li {
        margin-left: 0px;
        margin-right: 30px;
        display: inline-block;
        width: 150px;
    }
    .main-menu ul.right-nav li a {
        font-size: 18px !important;
    }


    .footer .wrapper{
      flex-direction: column;
    }
    .footer .wrapper .col{
      width: 100% !important;
    }
    .footer .copyright{
      padding: 0 24px;
    }
}