@media (min-width: 991px) {
  .w-lg-75 {
    width: 75% !important;
  }
}

@media (min-width: 768px) {
  header .logo {
    height: 2.5rem;
  }

  footer .logo {
    height: 2.5rem;
  }
}

.btn-link-risorse .dropdown-toggle:after {
  display: none;
}

.btn-link-risorse .dropdown-menu {
  margin-right: 20px !important;
  min-width: 20rem;
  transform: translate(-230px, 0px) !important;
}

.btn-link-risorse .dropdown-menu:after {
  content: '';
  position: absolute;
  top: 7%;
  right: -6px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.175) rgba(0, 0, 0, 0.175) transparent transparent;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  background-color: white;
}

@media (max-width: 767px) {
  .btn-link-risorse .dropdown-menu {
    margin-right: 0px !important;
    margin-top: 20px !important;
    transform: translate(0px, 50px) !important;
  }

  .btn-link-risorse .dropdown-menu:after {
    top: -2%;
    right: 25px;
    border-color: rgba(0, 0, 0, 0.175) transparent transparent rgba(0, 0, 0, 0.175);
  }
}

#novita .selettore-commissione li a,
.selettore-commissione li button {
  text-decoration: none;
  color: #000;
}

#novita .selettore-commissione .bi-megaphone-fill {
  top: -0.90rem;
  right: 0.1rem;
}

@media (min-width: 768px) {
  #novita .selettore-commissione li a:hover {
    text-decoration: underline;
  }
}

#novita .novita-banner {
  min-height: 18rem;
  background: hsla(209, 33%, 27%, 1);
  background: linear-gradient(0deg, hsla(209, 33%, 27%, 1) 0%, hsla(209, 50%, 46%, 1) 55%, hsla(198, 11%, 45%, 1) 100%);
  background: -moz-linear-gradient(0deg, hsla(209, 33%, 27%, 1) 0%, hsla(209, 50%, 46%, 1) 55%, hsla(198, 11%, 45%, 1) 100%);
  background: -webkit-linear-gradient(0deg, hsla(209, 33%, 27%, 1) 0%, hsla(209, 50%, 46%, 1) 55%, hsla(198, 11%, 45%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2E465C', endColorstr='#3B77AF', GradientType=1);
}

#novita .novita-banner .container {
  min-height: 18rem;
  background: transparent url('/assets/img/bg-novita.png') no-repeat bottom right;
}

#novita .novita-banner .container > * {
  min-height: 18rem;
}

#breadcrumb li:first-child:before {
  margin-right: 1rem;
  content: 'Ti trovi in: ';
  font-weight: 600;
  color: #5c6f82;
}

.bookmarks-icon:hover,
.bookmarks-icon:focus {
  font-size: 1.2rem;
}

@media (min-width: 991px) {
  .tabs-vertical > ul {
    min-width: 18rem;
  }
}

.bg-sea {
  background-color: #4c94db;
}
