.entry-content p {
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

.widget {
  margin: 0;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
  padding-right: 15px;
  padding-left: 15px;
}

.site-content {
  overflow-x: hidden;
}


/* Header */
.site-header {
  position: absolute;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: all .4s ease-out;
}

.site-header .custom-logo-link img {
  transition: all .3s;
}

.ast-logo-title-inline .ast-site-identity {
  padding: 28px 0;
}

.site-header.sticky-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1020;
  background-color: #ffffff;
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

header.site-header.sticky-top .custom-logo-link img {
  max-width: 200px;
}

.site-header.sticky-top.ast-logo-title-inline .ast-site-identity {
  padding: 15px 0;
}

.header-right {
  display: flex;
  gap: 80px;
}

.header-right .cta {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  padding: 21px 50px;
}

.header-right .cta-chiama {
  color: #008242;
  border: 1px solid #008242;
  background-color: #fff;
  transition: all .3s ease-out;
}

.header-right .cta-mappa {
  color: #fff;
  background-color: #008242;
  transition: all .3s ease-out;
}

.header-right .cta-chiama:hover {
  color: #fff;
  background-color: #008242;
}

.header-right .cta-mappa:hover {
  color: #fff;
  background-color: #232323;
}

.site-header-section.site-header-primary-section-right > * {
  padding: 0;
}

/* Footer */
.ast-footer-copyright a {
  color: #fff;
  text-decoration: underline;
}

.ast-footer-copyright a:hover {
  color: #232323;
}

/* Landing */
.container-ico {
  display: flex;
  gap: 80px;
}

.container-ico .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-ico {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
}

.contatti-link {
  color: #008242;
}

.contatti-link i {
  font-size: 22px;
  margin-right: 10px;
}



/* Responsive */

@media only screen and (max-width: 1024px) {
  .header-right .cta {
    font-size: 15px;
    padding: 21px 35px;
  }

  .header-right {
    display: flex;
    gap: 40px;
  }

  #ast-mobile-header .ast-builder-grid-row {
    padding: 0 20px;
  }

  .container-ico {
    justify-content: center;
  }

  .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .header-right .cta-chiama {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  header .custom-logo-link img {
    max-width: 250px;
  }

  .header-right .cta {
    font-size: 13px;
    padding: 21px 21px;
  }
}

@media only screen and (max-width: 480px) {
  .header-right .cta-mappa {
    display: none;
  }

  .container-ico {
    gap: 50px;
  }

  .site-below-footer-wrap[data-section="section-below-footer-builder"] {
    padding: 10px 20px;
  }

  #ast-mobile-header .ast-builder-grid-row {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}


@media only screen and (max-width: 400px) {

}
