img.singola.wp-post-image {
    height: 232px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

img.singolabig.wp-post-image {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

img.interna.wp-post-image {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

a.titolopost{
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}

a.titolopost:hover{
  color: #E4022B;
}

.slider-home {
  margin: 0px;
}

button.owl-next i:hover {
    color: #000;
}

button.owl-prev i:hover {
    color: #000;
}

.accordion-item{
  background-color: transparent;
  border: none;}

.testo{
  color: #000;
  position: relative;
  background: #fff;
}
.testo:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: 0;
  border-left: 9999px solid #fff;
  box-shadow: 9999px 0 0 #fff;
}
.bottoni{
  margin-top: 5%;
}
.accordion-collapse{
transition: 0s transform ease-in-out;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
   height: 370px!important;
    width: 100%;
    object-fit: cover;
    object-position: 100% 0;
}
.contenitore {
    position: relative;
    height: 425px;
    margin-top: 20px;
    width: 100%;
    background-size: cover!important;
}

.contenitore_team {
    position: relative;
    height: 425px;
    margin-top: 20px;
    width: 100%;
    background-size: cover!important;
}

.relative2{
  position: relative;
  margin-top: 0px;
}

a.titolopost{
  text-decoration: none;
}

a.titolopost:hover{
  color: #E4022B;
}

#select-container{
  text-align: center;
  display: contents;
}

#results-container > div {
    display: none;
}

.selettore{
  border: 0px;
  height: 50px;
  padding: 5px;
  font-size: 25px;
  color: #E4022B;
  font-weight: 900;
}
.selettore:focus-visible {
  border: none!important;
  outline: none;
}
select option{
   -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}

hr.grey {
    border: 1px solid grey;
    margin-top: 20px;
    margin-bottom: 20px;
}

img.singola.wp-post-image {
    height: 232px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

img.singolabig.wp-post-image {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

img.interna.wp-post-image {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.csbContentSlider {
    margin-top: 30px;
    margin-bottom: 30px;
}

.headersingle{
  margin-top: 20px;
}

.wp-block-column p {
    text-align: justify;
}
.heateorSssPullOut{
  display: none;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
 content:"next";
 display: none!important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
 content:"prev";
 display: none!important;
}

.slider {
  margin-bottom: 30px;
  position: relative;
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
}
.slider-card {
  background: #fff;
  padding: 0px 0px;
  margin: 50px 15px 15px;
  border-radius: 5px;
  opacity: 1;
}

.slider-card img {
  border-radius: 5px 5px 0px 0px;
}
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}


.specifiche{
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.specifiche_nere{
  color: #1F1F1F;
  font-size: 14px;
  font-weight: 700;
}