.view-listing-page-notizia div.hero {
  padding: 0 0px 32px 0px;
}

.view-listing-page-notizia div.hero p.title {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -2px;
  color: #262626;
}

.view-listing-page-notizia div.hero p.subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #2F475E;
}

@media (max-width: 767.98px) {
  .view-listing-page-notizia div.hero {
    padding: 0px;
  }

  .view-listing-page-notizia .view-content.row {
    padding: 0 12px 40px 12px;
  }
}

.view-listing-page-notizia .view-content.row {
  padding: 0 72px 40px 72px;
}

.view-listing-page-notizia div.view-search {
  justify-content: flex-start;
  width: 100%;
}

.view-listing-page-notizia .form-item-search-api-fulltext {
  flex: 1 1 auto;
  min-width: 0;
  margin-right: 0;
  position: relative;
}

.view-listing-page-notizia .form-item-search-api-fulltext::before {
  content: '';
  display: block;
  position: absolute;
  left: 12px;
  top: 8px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22currentColor%22%3E%3Cg%3E%3Cpath%20d%3D%22M21.9%2C21.1L16%2C15.3c1.3-1.5%2C2-3.4%2C2-5.3c0-4.4-3.6-8-8-8s-8%2C3.6-8%2C8s3.6%2C8%2C8%2C8c1.9%2C0%2C3.8-0.7%2C5.3-2l5.8%2C5.9L21.9%2C21.1z%20M10%2C17c-3.9%2C0-7-3.1-7-7s3.1-7%2C7-7s7%2C3.1%2C7%2C7S13.9%2C17%2C10%2C17z%22/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.view-listing-page-notizia .form-item-search-api-fulltext label.active {
  font-size: 24px !important;
  line-height: 32px;
  font-weight: 600;
  padding-left: 0rem;
  padding-bottom: 30px;
  color: #262626 !important;
}

.view-listing-page-notizia .form-item-search-api-fulltext input[name="search_api_fulltext"] {
  padding-left: 2.5rem;
  padding-top: 2px;
}

.view-listing-page-notizia .views-exposed-form .form-submit {
  background-color: #B61F16;
  color: white;
  border-radius: 0px 3px 3px 0px;
  height: 40px;
  width: 70px;
  padding: 0 10px;
}

.view-listing-page-notizia .views-exposed-form .form-submit:hover,
.view-listing-page-notizia .views-exposed-form .form-submit:focus {
  background-color: #B61F16;
  box-shadow: none;
  color: white;
}

.view-listing-page-notizia .form-item-sort-order .sort-order-exposed,
.view-listing-page-notizia #open-filters-modal {
  border: 2px solid #2C446A;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
  background-color: transparent;
  color: #2C446A;
}

.view-listing-page-notizia #open-filters-modal {
  width: 60px;
  height: 2.5rem;
  box-sizing: border-box;
}

.view-listing-page-notizia header {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #2F475E;
}

.view-listing-page-notizia header span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
}

.view-listing-page-notizia #filters-exposed-left .fieldset-legend {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #191919;
}

.view-listing-page-notizia #filters-exposed-left label.active.option {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #262626;
  margin-bottom: 0px;
}