.color-rosso {
  color: #DE322F !important;
}
.color-black {
  color: #202020 !important;
}
.color-denise-viola {
  color: #611313 !important;
}
.color-denise-rosa {
  color: #f07f62 !important;
}


.section-title p {
  max-width: 1100px;
  margin: auto;
}
.single-overview-box:hover {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.featured-item-box .featured-image .featured-top-content .featured-list li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  padding-left: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
}
.featured-item-box .featured-image .featured-top-content p {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
  color: #ffffff;
}
.featured-item-box .featured-image .featured-top-content .featured-list {
  padding: 0;
  margin-bottom: 10px;
}

.featured-item-box .featured-image .tag-individuale a {
  background-color: #fd7d05 !important;
}
.featured-item-box .featured-image .tag-gruppo a {
  background-color: #1dc295 !important;
}
.featured-item-box .featured-image .tag-aziendale a {
  background-color: #1944bb !important;
}
.copyright-area {
  margin-top: 0;
  padding-bottom: 35px;
}
.single-slides-item {
  background-image: url(../../assets/images/slide1.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
}
.single-slides-item.item-bg2 {
  background-image: url(../../assets/images/slide2.webp);
}
.single-slides-item.item-bg3 {
  background-image: url(../../assets/images/slide3.webp);
}
.single-slides-item.item-bg4 {
  background-image: url(../../assets/images/slide4.webp);
}
.single-slides-item.item-bg5 {
  background-image: url(../../assets/images/slide5.webp);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #DE322F;
}

.featured-area {
  background-color: #fff;
}
.solution-area {
  background-color: #f7f7f7;
}
.overview-area {
  background-color: #f7f7f7;
}
.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: relative;  
  margin-top: -34px;
}

.property-details-desc .details-features .features-list li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  background-color: transparent !important;
  color: #ff0000;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.property-details-desc .details-features .features-list li {
  list-style-type: none;
  font-size: 16px;
  color: #62606c;
  margin-bottom: 5px;
  position: relative;
  padding-left: 38px;
}

.single-pricing-table .price {
  font-size: 24px;
  color: #DE322F;
  margin-top: 5px;
  margin-bottom: 0px;
  line-height: 1;
  font-weight: 600;
}

.single-pricing-table {
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  padding: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 10px;
}

.single-pricing-table .pricing-header h3 {
  font-size: 19px;
  margin-bottom: 0;
}

.page-banner-area {
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* Fabrizio */

.editor h1{
  font-size: 26px !important;
}
.editor h2 {
  font-size: 22px !important;
}
.editor h3 {
  font-size: 18px !important;
}
.editor p {
  margin-bottom: 5px !important;
}

/* Form */
.widget-area .widget_info form .form-group .form-control,
.contact-form .form-group .form-control {
  height: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
}
.widget-area .widget_info form .form-group .form-control::placeholder,
.contact-form .form-group .form-control::placeholder {
  color: #d7d7d7;
}
.widget-area .widget_info form .form-group textarea.form-control {
  min-height: 70px;
}

.sticky-form {
  position: sticky;
  top: 110px;
}

.bg-odd {
  background-color: #f7f7f7;
}

.featured-item-box {
  padding: 5px;
  box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
}

.eye {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  z-index: 9999;
}

@media only screen and (max-width: 990px) {

  .b-dashed {
    border-bottom: 2px dashed #ccc;
  }

}

@media only screen and (min-width: 991px) {

  .b-dashed {
    border-right: 2px dashed #ccc;
  }

}