/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/sass/child-styles.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
body {
  font-family: "Quicksand", serif;
  font-size: 50% !important;
}
@media (min-width: 1200px) {
  body {
    font-size: 62.5% !important;
  }
}

h1 {
  font-family: "Federo", serif;
  font-size: 5em;
  font-weight: 700;
  color: #73654D;
  margin-bottom: 0.5em;
}

h2 {
  font-family: "Federo", serif;
  font-size: 4em;
  font-weight: 700;
  color: #73654D;
  margin-bottom: 0.5em;
}

h3, .carousel-testimonials h2 {
  font-family: "Federo", serif;
  font-size: 3em;
  font-weight: 500;
  color: #73654D;
  margin-bottom: 0.5em;
}

h4 {
  font-family: "Federo", serif;
  font-size: 2em;
  font-weight: 500;
  color: #73654D;
  margin-bottom: 0.5em;
}

p,
li {
  line-height: 1.4;
  font-weight: 300;
  color: #595140;
}

p {
  margin-bottom: 0.5em;
}

a {
  text-decoration: none;
}
hr {
  color: #32373c;
}

ul {
  margin-left: 2em;
}

.wp-block-button__link {
  background-color: #32373c;
}
.wp-block-button__link:hover {
  color: white !important;
}

.wp-block-button__link.has-text-color {
  border-color: #32373c;
  color: #32373c;
  background: transparent;
}
.wp-block-button__link.has-text-color:hover {
  border-color: #32373c;
}

/* Gravity Form Style */
.gform_wrapper .gform-body .gfield_radio .gchoice input.gfield-choice-input[type=radio]:checked {
  background-color: #0768a6;
  border: 3px solid #2EA7F2 !important;
}
.gform_wrapper .gform-body .textarea {
  font-family: inherit;
  font-size: 16px;
}
.gform_wrapper .gform_footer .gform_button {
  transition: opacity 0.3s ease;
}
.gform_wrapper .gform_footer .gform_button:hover {
  cursor: pointer;
  opacity: 0.8;
}

footer {
  background-color: #A6A197;
}
footer p, footer li {
  color: white;
}
header .header__container .wp-block-site-logo {
  max-width: 60em;
}
header .header__container .wp-block-navigation span {
  color: white;
}
@media (max-width: 800px) {
  header .header__container .wp-block-navigation span {
    font-size: 16px;
  }
}
header .header__container .wp-block-navigation__responsive-container {
  padding: 24px;
}
@media (max-width: 599px) {
  header .header__container .wp-block-navigation__responsive-container span {
    color: black;
  }
}
@media (max-width: 599px) {
  header .header__container {
    flex-direction: row-reverse !important;
  }
  header .header__container .wp-block-site-logo {
    max-width: 10em;
  }
}

.home header {
  background-color: #a6a197;
  height: 70px;
}
@media (max-width: 599px) {
  .home header {
    height: 150px;
  }
}

.carousel-testimonials h2 {
  padding-top: 2em;
}
.carousel-testimonials .wp-block-quote {
  max-width: 1400px;
  margin: auto !important;
}

/*# sourceMappingURL=child-index.css.map*/