/*************************************************/
/* FONTS */
/*************************************************/
/*************************************************/
/* BOOTSTRAP OVERRIDE */
/* COLORS */
/*************************************************/
/* IMAGES */
/*************************************************/
/* ADMIN SCREENS */
/*************************************************/
/* HEADER */
/*************************************************/
/* SPACINGS */
.cta-simple {
  overflow: visible;
}
.cta-simple h2, .cta-simple h3, .cta-simple h4, .cta-simple p, .cta-simple ul, .cta-simple ol, .cta-simple li, .cta-simple div, .cta-simple a:not(.comp-button) {
  color: var(--bs-body-color);
}
@media (max-width: 1366px) {
  .cta-simple.py-thick {
    padding: 5em 0;
  }
}
@media (max-width: 960px) {
  .cta-simple.py-thick {
    padding: 4em 0;
  }
}
@media (max-width: 768px) {
  .cta-simple.py-thick {
    padding: 3em 0;
  }
}
@media (min-width: 1367px) {
  .cta-simple .max-screen {
    padding: 0 50px;
  }
}
@media (max-width: 1366px) {
  .cta-simple .container {
    max-width: 1280px;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .cta-simple .container {
    max-width: 1280px;
    padding: 0 20px;
  }
}
.cta-simple__heading {
  font-size: 2.5rem;
}
@media (min-width: 769px) {
  .cta-simple__heading {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .cta-simple__heading {
    font-size: 2rem;
  }
}
.cta-simple__header.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1190px;
}
.cta-simple__header.left {
  text-align: left;
  max-width: 1024px;
}
@media (max-width: 1366px) {
  .cta-simple__header.left {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .cta-simple__header.left {
    width: 100%;
  }
}
@media (max-width: 1366px) {
  .cta-simple__header {
    margin-bottom: 50px;
  }
}
@media (max-width: 1190px) {
  .cta-simple__header {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cta-simple__header {
    text-align: left !important;
  }
}
.cta-simple__secondary-heading {
  font-size: 1.75rem;
  font-family: Architects Daughter, cursive;
  font-style: normal;
  font-weight: 400;
  --bs-body-color: var(--bs-purple);
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .cta-simple__secondary-heading {
    font-size: 1.25rem;
  }
}
.cta-simple[data-bs-theme=dark] .cta-simple__secondary-heading {
  --bs-body-color: var(--bs-yellow) !important;
}
.cta-simple__subheading {
  font-size: 1.25rem;
}
.cta-simple__subheading.center {
  width: 80%;
  margin: 20px auto 0 auto;
}
.cta-simple__subheading.left {
  width: 90%;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .cta-simple__subheading {
    width: 100% !important;
    font-size: 1.1rem;
    margin-top: 1em !important;
  }
}
.cta-simple__action {
  margin-top: 50px;
  display: flex;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  flex-wrap: wrap;
  row-gap: 1em;
}
.cta-simple__action.center {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
@media (max-width: 768px) {
  .cta-simple__action.center {
    justify-content: left;
  }
}
.cta-simple__action.left {
  justify-content: left;
}

/*# sourceMappingURL=/wp-content/themes/elmo/dist/sourcemaps/../css/cta-simple.min.css.map*/