.documents {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  grid-auto-flow: row dense;
  grid-gap: 1.5rem;
}
.documents .document {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.documents .document:not(:last-child) {
  margin-right: 9px;
}
.documents .document a {
  margin-top: auto;
}

.other-document {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.other-document p {
  margin: 0;
  padding: 8px;
}
.other-document p:first-child {
  font-size: 36px;
}
.other-document p:nth-child(2) {
  margin-left: 24px;
  margin-right: 24px;
}
.other-document p:last-child {
  margin-left: auto;
}
.other-document:nth-child(2n) {
  background-color: #f9f9f9;
}

.timeline-post-format {
  border: 1px solid #bbb;
  border-radius: 100%;
  color: #bbb;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 7px;
  width: 40px;
  z-index: 1;
}

.menuzord-brand {
  margin: 0 !important;
}
.menuzord-brand img {
  max-height: 46px;
}

#langForm {
  margin: 0;
}
#langForm button {
  background-color: transparent;
  border: none;
  width: 100%;
  padding: 0;
}
#langForm button:hover {
  background-color: lightgray;
}

.rich-text h2 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.rich-text h2:after {
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
  border: 1px solid #f02a34;
}

/*--------------
    ALESSANDRO QRQ MODIFICHE
--------------*/
h1 {
  color: inherit !important;
}

.hero {
  background-color: #ed1b23;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.hero__title {
  font-size: 59px;
  line-height: 1.1;
  margin-top: 0;
}
.hero__sub-title {
  color: inherit;
  font-size: 18px;
  margin-bottom: 0;
}

.footer {
  background-color: #3A2E39;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #9E9E9E;
  color: black;
}
.footer h5 {
  color: black !important;
}
.footer li,
.footer a,
.footer .list-border li {
  color: inherit !important;
  border-bottom-color: currentColor;
}
.footer i {
  margin-right: 8px;
  color: #ed1b23;
}
.footer .widget ul li {
  margin-bottom: 0;
}
.footer .widget > ul > li {
  margin-bottom: 15px;
}
.footer .widget .list-border li {
  padding-top: 0;
}
.footer .footer-bottom {
  color: white;
  background-color: #060606;
}
.footer .footer-bottom .row {
  opacity: 0.7;
}

.btn--primary-theme {
  color: #ed1b23;
  transition: all 0.2s ease-in-out;
}
.btn--hollow {
  background-color: white;
  border-color: currentColor;
}
.btn--hollow:hover {
  background-color: #ed1b23;
  color: rgba(255, 255, 255, 0.9);
}

.post-thumb.thumb:not(.certificate-img),
.product-image {
  background-color: gray;
}
.post-thumb.thumb:not(.certificate-img) img,
.product-image img {
  opacity: 0.8;
}

.documents .document {
  flex: 0 0 auto;
}
.documents .document img {
  margin-bottom: 10px;
}

.product-documents h5 {
  position: relative;
  margin: 20px 0 30px 0;
  font-size: 18px;
}
.product-documents h5:after {
  content: " ";
  display: inline-block;
  height: 2px;
  width: 40px;
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: #ed1b23;
}

.nav-tabs > li > a {
  background-color: transparent;
  font-size: 18px;
}

.nav-tabs > li.active a,
.nav-tabs > li.active a:focus,
.nav-tabs > li.active a:hover {
  background-color: #ed1b23;
  font-weight: bold;
}

.menuzord.red .menuzord-menu ul.dropdown li:hover > a,
.menuzord.red .menuzord-menu > li.active > a,
.menuzord.red .menuzord-menu > li:hover > a {
  background-color: #ed1b23;
}

.card-custom {
  text-align: left;
}
.card-custom .card-header {
  background-color: lightgray;
  padding: 1px 20px;
}
.card-custom .card-body {
  padding: 1px 20px;
}

.grid-card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
}

.saep-card__img:not(.certificate-img),
.product-image {
  background-color: gray;
}
.saep-card__img:not(.certificate-img) img,
.product-image img {
  opacity: 0.8;
}

.saep-card {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
}
.saep-card__body {
  padding: 20px;
}
.saep-card__sub-title {
  font-family: Montserrat, sans-serif;
  line-height: 1.42857143;
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.saep-card__description {
  font-size: 14px;
  line-height: 1.42857143;
  margin-bottom: 20px;
}
.saep-card__cta {
  margin: auto 20px 20px 20px;
}
.saep-card__cta:hover i {
  transition: all 0.3s ease-in-out;
  transform: translateX(20px) scale(1.2);
  margin-left: 10px;
}
.saep-card__cta i {
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}

.img-map img {
  object-fit: contain;
}

.fa-map-marker-alt:before {
  margin-right: 5px;
}

.fa-industry:before {
  margin-right: 5px;
}

.active_filter {
  font-weight: bold;
  color: #ed1b23;
}

/*--------------
    IMPORT MEDIA QUERY ALLA FINE DI TUTTO
--------------*/
@media only screen and (max-width: 425px) {
  .header .pull-right {
    float: initial !important;
  }
}
@media only screen and (min-width: 768px) {
  .vertical-masonry-timeline .each-masonry-item.item-left .timeline-post-format {
    right: -72px;
    left: auto;
  }
  .vertical-masonry-timeline .each-masonry-item.item-right .timeline-post-format {
    left: -68px;
    right: auto;
  }
}
@media only screen and (min-width: 992px) {
  .multi-row-clearfix .col-md-4:nth-child(3n+4) {
    clear: left;
  }
}
@media only screen and (min-width: 1024px) {
  .menuzord-brand img {
    max-height: 72px;
  }
}

/*# sourceMappingURL=saep-style.css.map */
