@charset "UTF-8";
/* START ---- SETS HEADER FONT WITH BACKUP */
:is(h1, h2, h3, h4, h5, h6) {
  font-family: 'Montserrat', sans-serif;
}
:is(h2, h3, h4, h5, h6):not(:first-child) {
  margin: 0.8em 0;
}
/* START ---- EXTERNAL LINK INDICATOR STYLING */
a:not([href*='indigoboostdesign.com']):not([href^='#']):not([href^='/']):not([href^='tel']):not([href^='mailto']):not(.u-link-exception)::after {
  font-family: 'Font Awesome 5 free';
  margin-left: 0.25em;
  content: "";
  font-weight: 900;
}
/* START ---- HEADER BUILDER STYLES */
.oxy-sticky-header-active .header-row__logo {
  position: static;
}
.oxy-sticky-header-active .header-row__logo img {
  width: auto;
  height: 50px;
}
.header-row :is(.oxy-header-left, .oxy-header-center, .oxy-header-right) {
  display: flex;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .header-row :is(.oxy-header-left, .oxy-header-center, .oxy-header-right) {
    flex-direction: column-reverse;
  }
}
.header-row :is(.oxy-header-left, .oxy-header-center, .oxy-header-right):empty {
  display: none;
}
@media (max-width: 767px) {
  .oxy-header-container {
    padding: 0px !important;
  }
}
/* START ---- FONT AWESOME STYLING */
.header-row__social-icons .fab {
  padding: 0px 10px;
  color: var(--shade-white);
  transition-duration: 0.7s;
}
.header-row__social-icons .fab:hover {
  opacity: 0.8;
}
.footer-body__social-icon-wrapper .fab {
  padding: 0px 10px;
  color: var(--secondary);
  transition-duration: 0.7s;
}
.footer-body__social-icon-wrapper .fab:hover {
  opacity: 0.8;
}
/* START ---- CUSTOM STYLING */
body {
  color: var(--base);
}
a.wp-block-button__link {
  background-color: var(--primary);
  color: var(--primary-ultra-light);
  cursor: pointer;
  justify-content: center;
  font-size: 1.6rem;
  background: var(--primary);
  border-radius: 8px;
  transition-duration: 0.7s;
}
a.wp-block-button__link:hover {
  background-color: var(--secondary);
  color: var(--primary-ultra-light);
}
.splitcontent2__contentblock :is(h2, h3, h4, h5, h6):first-child {
  font-size: var(--text-xl);
  color: var(--shade-black);
}
.footer__credit-details a {
  color: var(--shade-white);
}
.footer__credit-details a:hover {
  color: var(--accent);
}
.home-hero__heading b {
  display: block;
  color: var(--accent);
}
.carousel__container {
  margin: 0 !important;
}
.splitcontent2__block:nth-child(even) .splitcontent2__container {
  flex-direction: row-reverse !important;
}
@media (max-width: 993px) {
  .splitcontent2__block:nth-child(even) .splitcontent2__container {
    flex-direction: column !important;
  }
}
.splitcontent2__block:nth-child(even) .splitcontent2__container .splitcontent2__contentblock {
  padding-left: var(--space-l);
}
@media (max-width: 993px) {
  .splitcontent2__block:nth-child(even) .splitcontent2__container .splitcontent2__contentblock {
    padding: 0;
  }
}
.main__content p {
  margin: 18px 0;
  color: var(--base);
}
.main__content :is(h1, h2, h3, h4, h5, h6):first-child {
  font-size: var(--text-xxl);
}
.inner-large-cta__container h3 {
  color: var(--accent);
}
.splitcontent2__block:last-child .splitcontent2__container {
  margin-bottom: 0;
}
.large-cta__content ul {
  padding: 0;
  margin: var(--space-m) 0 0 0;
}
.large-cta__content ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.large-cta__content ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "";
  margin-right: 10px;
}
figure {
  margin: 0;
}
.inner-reviews__review p {
  margin-top: 0;
}
.oxel__color:hover .oxel__icon-color {
  color: var(--shade-white);
}
.parallax__content :is(h2, h3, h4, h5, h6) {
  color: var(--accent);
}
.parallax__content :is(h2, h3, h4, h5, h6):first-child {
  font-size: var(--text-xxl);
}
.parallax__content :is(h2, h3, h4, h5, h6):first-child:after {
  content: "";
  display: block;
  width: 20%;
  height: 0.5rem;
  background-color: var(--accent);
  margin: 1em auto;
}
