.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-2323 .elementor-element.elementor-element-0f2bf7c{width:100%;}}/* Start custom CSS for column, class: .elementor-element-0f2bf7c *//* =====================================================
   FOOTER IO PER L'ALTRO APS
===================================================== */

.ipa-site-footer {

  --ipa-footer-green: #123d35;
  --ipa-footer-green-dark: #072e28;
  --ipa-footer-yellow: #f5c04d;
  --ipa-footer-cream: #faf7ef;
  --ipa-footer-white: #ffffff;

  position: relative;

  width: 100vw;
  max-width: 100vw;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  overflow: hidden;

  padding: 68px 0 27px;

  background:
    radial-gradient(
      circle at 9% -25%,
      rgba(245,192,77,.13),
      transparent 31%
    ),
    linear-gradient(
      125deg,
      #123d35 0%,
      #0e3932 52%,
      #072e28 100%
    );

  color: #ffffff;
}


.ipa-site-footer *,
.ipa-site-footer *::before,
.ipa-site-footer *::after {
  box-sizing: border-box;
}


.ipa-footer-container {

  position: relative;

  z-index: 2;

  width: min(1420px, calc(100% - 80px));

  margin: 0 auto;
}


/* ========================================
   DECORAZIONI
======================================== */

.ipa-footer-decoration {

  position: absolute;

  pointer-events: none;

  border-radius: 50%;
}


.ipa-footer-decoration-left {

  width: 270px;
  height: 270px;

  left: -165px;
  bottom: -160px;

  border: 2px solid rgba(245,192,77,.18);
}


.ipa-footer-decoration-right {

  width: 190px;
  height: 190px;

  right: -90px;
  top: -100px;

  background: rgba(245,192,77,.06);
}


/* ========================================
   MAIN
======================================== */

.ipa-footer-main {

  display: grid;

  grid-template-columns:
    1.6fr .65fr .75fr;

  gap: 80px;

  align-items: start;
}


/* ========================================
   BRAND
======================================== */

.ipa-footer-brand {

  display: grid;

  grid-template-columns:
    105px 1fr;

  gap: 25px;

  align-items: start;
}


.ipa-footer-logo {

  display: block;
}


.ipa-footer-logo img {

  width: 100%;
  max-width: 100px;

  height: auto;

  display: block;
}


.ipa-footer-brand-text h2 {

  margin: 1px 0 7px;

  color: #ffffff;

  font-size: 25px;

  line-height: 1;

  font-weight: 900;

  letter-spacing: .025em;
}


.ipa-footer-payoff {

  margin: 0 0 18px;

  color: var(--ipa-footer-yellow);

  font-size: 13px;

  font-weight: 800;

  letter-spacing: .06em;
}


.ipa-footer-description {

  max-width: 480px;

  margin: 0;

  color: rgba(255,255,255,.72);

  font-size: 15px;

  line-height: 1.65;
}


/* ========================================
   COLUMNS
======================================== */

.ipa-footer-label {

  position: relative;

  display: inline-block;

  margin-bottom: 23px;

  color: var(--ipa-footer-yellow);

  font-size: 12px;

  line-height: 1;

  font-weight: 900;

  letter-spacing: .17em;

  text-transform: uppercase;
}


.ipa-footer-label::after {

  content: "";

  display: block;

  width: 28px;
  height: 2px;

  margin-top: 10px;

  background: var(--ipa-footer-yellow);
}


/* ========================================
   NAVIGATION
======================================== */

.ipa-footer-nav {

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  gap: 10px;
}


.ipa-footer-nav a {

  position: relative;

  color: rgba(255,255,255,.80);

  text-decoration: none;

  font-size: 14px;

  line-height: 1.4;

  font-weight: 550;

  transition:
    color .2s ease,
    transform .2s ease;
}


.ipa-footer-nav a::before {

  content: "→";

  position: absolute;

  left: -17px;

  opacity: 0;

  color: var(--ipa-footer-yellow);

  transition:
    opacity .2s ease,
    transform .2s ease;
}


.ipa-footer-nav a:hover {

  color: #ffffff;

  transform: translateX(8px);
}


.ipa-footer-nav a:hover::before {

  opacity: 1;

  transform: translateX(2px);
}


/* ========================================
   CONTACT
======================================== */

.ipa-footer-contact a {

  color: #ffffff;

  text-decoration: none;

  font-size: 15px;

  font-weight: 700;
}


.ipa-footer-contact a:hover {

  color: var(--ipa-footer-yellow);
}


.ipa-footer-contact p {

  margin: 12px 0 20px;

  color: rgba(255,255,255,.70);

  font-size: 14px;

  line-height: 1.55;
}


/* ========================================
   SOCIAL
======================================== */

.ipa-footer-social {

  display: flex;

  gap: 9px;
}


.ipa-footer-social a {

  width: 38px;
  height: 38px;

  display: grid;

  place-items: center;

  border: 1px solid rgba(255,255,255,.35);

  border-radius: 50%;

  color: #ffffff;

  text-decoration: none;

  font-size: 10px;

  line-height: 1;

  font-weight: 900;

  letter-spacing: .03em;

  transition: .22s ease;
}


.ipa-footer-social a:hover {

  border-color: var(--ipa-footer-yellow);

  background: var(--ipa-footer-yellow);

  color: var(--ipa-footer-green);

  transform: translateY(-3px);
}


/* ========================================
   DIVIDER
======================================== */

.ipa-footer-divider {

  width: 100%;
  height: 1px;

  margin: 49px 0 24px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255,255,255,.22) 10%,
      rgba(255,255,255,.22) 90%,
      transparent
    );
}


/* ========================================
   BOTTOM
======================================== */

.ipa-footer-bottom {

  display: flex;

  justify-content: space-between;

  align-items: center;

  gap: 30px;
}


.ipa-footer-copyright {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  gap: 9px;

  color: rgba(255,255,255,.57);

  font-size: 12px;
}


.ipa-footer-copyright a {

  color: rgba(255,255,255,.68);

  text-decoration: none;
}


.ipa-footer-copyright a:hover {

  color: var(--ipa-footer-yellow);
}


.ipa-footer-dot {

  color: rgba(245,192,77,.60);
}


/* ========================================
   CREDIT WEBDESIGNER
======================================== */

.ipa-footer-credit {

  display: flex;

  align-items: center;

  gap: 10px;

  font-size: 11px;

  white-space: nowrap;
}


.ipa-footer-credit > span:first-child {

  color: rgba(255,255,255,.45);

  text-transform: uppercase;

  letter-spacing: .12em;
}


.ipa-credit-line {

  width: 24px;
  height: 1px;

  background: rgba(245,192,77,.55);
}


.ipa-footer-credit a {

  display: inline-flex;

  align-items: center;

  gap: 6px;

  color: rgba(255,255,255,.78);

  text-decoration: none;

  font-weight: 800;

  letter-spacing: .035em;

  transition: .2s ease;
}


.ipa-footer-credit a:hover {

  color: var(--ipa-footer-yellow);
}


.ipa-credit-arrow {

  color: var(--ipa-footer-yellow);

  font-size: 14px;

  transition: transform .2s ease;
}


.ipa-footer-credit a:hover
.ipa-credit-arrow {

  transform: translate(2px,-2px);
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 1000px) {

  .ipa-footer-main {

    grid-template-columns:
      1.5fr 1fr;

    gap: 55px;
  }


  .ipa-footer-brand {

    grid-column:
      1 / -1;
  }

}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 767px) {

  .ipa-site-footer {

    padding:
      52px 0 25px;
  }


  .ipa-footer-container {

    width:
      min(100% - 30px, 1420px);
  }


  .ipa-footer-main {

    grid-template-columns: 1fr;

    gap: 40px;
  }


  .ipa-footer-brand {

    grid-column: auto;

    grid-template-columns:
      78px 1fr;

    gap: 18px;
  }


  .ipa-footer-logo img {

    max-width: 76px;
  }


  .ipa-footer-brand-text h2 {

    font-size: 21px;
  }


  .ipa-footer-description {

    font-size: 14px;
  }


  .ipa-footer-divider {

    margin-top: 38px;
  }


  .ipa-footer-bottom {

    flex-direction: column;

    align-items: flex-start;

    gap: 18px;
  }


  .ipa-footer-copyright {

    line-height: 1.6;
  }


  .ipa-footer-credit {

    white-space: normal;
  }

}/* End custom CSS */