body,
.editor-styles-wrapper {
  color: var(--wp--preset--color--almost-black);
}
.editor-styles-wrapper h1.wp-block-post-title {
  color: black !important;
}




/* TODO: parent theme default? */
.wp-element-button > * {
  vertical-align: middle;
}

/* TODO: remove from parent */
header .wp-block-navigation {
  order: unset;
}


.header-section .wp-block-columns {
    row-gap: 10px;
}


*:focus-visible {
  outline: 2px solid #FDD314 !important;
  transition: outline 0s;
}

a:hover,
a {
  transition: all ease-in-out 0.3s;
  text-decoration: none;
}
.wp-block-social-links a:hover svg {
  fill: #FDD314 !important;
}

/*--- Gravity Forms customization ---*/
.gform-theme--foundation .gfield .ginput_password.large,
.gform-theme--foundation .gfield input.large,
.gform-theme--foundation .gfield select.large,
.gform-theme--foundation .gfield textarea.large {
	font-size: 16px; /* iOS zoom */
}
#gform_wrapper_1 {
  margin-block-start: 0; /* bug or issue, not needed for some pages */
}
#gform_submit_button_1:hover,
#gform_submit_button_2:hover,
#gform_submit_button_1:focus,
#gform_submit_button_2:focus {
  /* Limitation: Can't change this via editor yet */
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--white);
}
.gform-theme--framework .gform_validation_errors {
  background-color: #fff;
}



/* Gutenberg missing features */
.wp-block-quote {
  background: #f5f5f5;
  border: 0;
  padding: 15px;
}
.wp-block-quote::before {
  content: '"';
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  display: block;
  background: #e5e5e5;
  width: 40px;
  margin: 0 auto 19px;
  border-radius: 100%;
  height: 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
	header .wp-block-site-logo {
		max-width: 120px;
	}
}

@media (min-with: 960px) {
	.front-services-grid {
		grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); /* auto-fit */
	}
}




/* Classes to use (that aren't BlockStyles) */





/* BlockStyle Variations to use (see functions.php) */
@media (max-width: 781px) {
  .is-style-header-cover,
  .is-style-header-cover-push {
    border-left: 0 !important;
  }
  .is-style-header-cover-push {
    padding-top: 300px !important;
  }
}
.is-style-heading-background {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #a5a2a2;
  font-family: DM Sans, sans-serif;
  font-size: 140px !important;
  font-style: normal;
  font-weight: 800;
  line-height: 1 !important;
  text-transform: capitalize;
  opacity: 0.1;
}
.is-style-heading-background + .wp-block-heading {
  margin-top: -65px;
}
@media (max-width: 1399px) {
  .is-style-heading-background {
    font-size: 80px !important;
  }
}
@media (max-width: 991px) {
  .is-style-heading-background {
    font-size: 70px !important;
  }
}
@media (max-width: 767px) {
  .is-style-heading-background {
    font-size: 45px !important;
  }
}
@media (max-width: 557px) {
  .is-style-heading-background {
    font-size: 38px !important;
  }
}


.is-style-no-box-shadow .wp-block-button__link {
  box-shadow: none;
}
.wp-block-separator {
  border-top-width: 1px;
}

.is-style-top-header-padding.wp-block-cover {
  padding-top: calc(8vw + 180px);
  margin-top: -180px;
}
.is-style-heading-shadow {
  text-shadow: 0 0 8px rgb(0 0 0 / 50%);
}
.is-style-box-shadow {
  box-shadow: -2px 2px 10px rgb(0 0 0 / 10%);
}

.is-style-box-shadow {
  box-shadow: -2px 2px 10px rgb(0 0 0 / 10%);
}

.is-style-top-right-green-dots,
.is-style-bottom-right-green-dots {
  position: relative;
  z-index: 1;
}
.is-style-top-right-green-dots::after,
.is-style-bottom-right-green-dots::after {
  content: "";
  background: url(../images/top-right-green-dots.png) no-repeat center;
  background-size: contain;
  position: absolute;
  width: 101px;
  height: 109px;
  z-index: -1;
}

.is-style-top-right-green-dots::after {
  top: -25px;
  right: -35px;
}
.is-style-bottom-right-green-dots::after {
  bottom: -25px;
  right: -35px;
}

.wp-block-cover.is-style-parallax {
  position: relative;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}

.wp-block-cover.is-style-parallax .wp-block-cover__image-background,
.wp-block-cover.is-style-parallax .wp-block-cover__video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  clip-path: inset(0 0 0 0);
}

.wp-block-cover.is-style-parallax .wp-block-cover__inner-container {
  position: relative;
  z-index: 1;
  padding: 2rem;
}

.is-style-red-checkmarks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 35px;
  list-style: none;
}
.is-style-red-checkmarks > li {
  flex: 1 0 40%;
  min-width: 240px;
  padding: 12px 15px 12px 50px;
  border: 1px solid gray;
  border-radius: 30px;
  list-style: none !important;
  background: url(../images/icon-checkmark-circle-red.svg) no-repeat 15px center;
}
@media (min-width: 782px) {
  .is-style-right-extended {
    position: absolute;
    top: 0;
    left: calc(33.33% + 2rem);
    bottom: 0;
    background: yellow;
    width: 100vw;
    max-width: calc(66.66% + 440px);
  }
}