/*
 Theme Name:  Heidgerd & Edwards 
 Theme URI:    https://heidgerdlaw.com
 Description:  Custom child theme for the Heidgerd & Edwards website
 Author:       Strategic Insights
 Author URI:   https://www.strategicinsights.net  
 Template:     Divi
 Version:      1.0.0
*/
:root {
  --clr-gold: #b2a77e;
  --clr-dk-blue: #172852;
  --clr-white: #ffffff;
  --inset-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
body.et_divi_theme {
  font-size: 15px;
  /* buttons */
  /*
  .et_pb_menu .et_pb_menu__search-input {
    border: 0;
    width: 100%;
    max-width: 300px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.75);
    padding-left: 5px;
    &::placeholder {
      color: #fff;
      opacity: 0.6;
    }
    &::-ms-input-placeholder {
      color: #fff;
      opacity: 0.6;
    }
  */
}
@media only screen and (min-width: 981px) {
  body.et_divi_theme {
    font-size: 17px;
  }
}
body.et_divi_theme h1,
body.et_divi_theme h2,
body.et_divi_theme h3,
body.et_divi_theme h4,
body.et_divi_theme h5,
body.et_divi_theme h6 {
  font-family: neue-kabel, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--clr-dk-blue);
}
body.et_divi_theme h2 {
  font-size: 32px !important;
}
body.et_divi_theme h3 {
  font-size: 26px !important;
}
body.et_divi_theme h4 {
  font-size: 20px !important;
}
body.et_divi_theme h5 {
  font-size: 18px !important;
  font-weight: 800;
  padding-bottom: 5px;
}
body.et_divi_theme .preheader {
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--clr-gold);
  font-size: 15px;
  margin-bottom: 6px;
}
@media only screen and (min-width: 981px) {
  body.et_divi_theme h2 {
    font-size: 48px !important;
  }
  body.et_divi_theme h2 {
    font-size: 36px !important;
  }
  body.et_divi_theme h4 {
    font-size: 28px !important;
  }
  body.et_divi_theme h5 {
    font-size: 20px !important;
  }
  body.et_divi_theme .preheader {
    font-size: 18px;
  }
}
body.et_divi_theme p + h3 {
  padding-top: 15px;
}
body.et_divi_theme #stickyNav nav.et-menu-nav {
  font-family: neue-kabel, sans-serif;
  font-weight: 400;
}
body.et_divi_theme #stickyNav:not(.et_pb_sticky--top) .logoBlue,
body.et_divi_theme #stickyNav:not(.et_pb_sticky--top) .logoGold {
  fill: #ffffff;
}
body.et_divi_theme #stickyNav #headerRow {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  body.et_divi_theme #stickyNav #headerRow .et_pb_column {
    flex-basis: 40%;
  }
  body.et_divi_theme #stickyNav #headerRow .et_pb_column:first-child {
    flex-basis: 60%;
  }
}
body.et_divi_theme #homeHeader {
  line-height: 1.1;
  font-size: 18px;
}
body.et_divi_theme #homeHeader h1 {
  color: var(--clr-gold) !important;
  font-size: 48px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 981px) {
  body.et_divi_theme #homeHeader {
    font-size: 24px;
  }
  body.et_divi_theme #homeHeader h1 {
    font-size: 72px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 980px) {
  body.et_divi_theme #headerMenuColumn {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  body.et_divi_theme #headerMenuColumn .et_pb_menu {
    padding-block: 0;
  }
  body.et_divi_theme #headerMenuColumn .et_pb_menu .et_mobile_menu {
    width: 250px;
    left: -125px;
  }
}
body.et_divi_theme #headerPhone {
  font-family: neue-kabel, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 980px) {
  body.et_divi_theme #headerPhone {
    margin-bottom: 0 !important;
  }
}
body.et_divi_theme #headerPhone > div p::before {
  content: "";
  width: 25px;
  aspect-ratio: 1 / 1;
  display: inline-block;
  background: url("/wp-content/uploads/2023/07/icon-phone.svg") no-repeat;
  background-size: cover;
  margin-right: 8px;
}
@media only screen and (max-width: 980px) {
  body.et_divi_theme #headerPhone > div p::before {
    width: 18px;
  }
}
@media only screen and (max-width: 980px) {
  body.et_divi_theme #headerPhone > div p::before {
    width: 15px;
  }
}
@media only screen and (max-width: 500px) {
  body.et_divi_theme #headerPhone > div p::before {
    display: none;
  }
}
body.et_divi_theme .interiorHeader {
  color: var(--clr-white);
}
body.et_divi_theme .interiorHeader h1 {
  color: var(--clr-gold) !important;
  font-size: 40px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 981px) {
  body.et_divi_theme .interiorHeader h1 {
    font-size: 56px;
    padding-bottom: 20px;
  }
}
body.et_divi_theme #menu-primary-menu ul.sub-menu {
  padding: 5px 0;
  width: auto;
}
body.et_divi_theme #menu-primary-menu ul.sub-menu li {
  padding: 0 5px;
  width: auto;
}
body.et_divi_theme #menu-primary-menu ul.sub-menu li a {
  text-transform: none;
}
body.et_divi_theme ul.et_mobile_menu ul.sub-menu li a {
  text-transform: none;
  padding: 5px 3%;
}
body.et_divi_theme .flexColumn {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
body.et_divi_theme .flexColumn > * {
  margin-bottom: 0 !important;
}
body.et_divi_theme .people {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
@media only screen and (min-width: 981px) {
  body.et_divi_theme .people {
    flex-direction: row;
  }
}
body.et_divi_theme .people .person {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 20px;
  background: var(--clr-white);
  box-shadow: var(--inset-shadow);
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (min-width: 981px) {
  body.et_divi_theme .people .person {
    flex-direction: column;
    padding: 0;
  }
}
body.et_divi_theme .people .person .et_pb_team_member_image {
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 980px) {
  body.et_divi_theme .people .person .et_pb_team_member_image {
    width: 150px;
    max-width: 30%;
  }
}
body.et_divi_theme .people .person .et_pb_team_member_image img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
body.et_divi_theme .people .person .et_pb_team_member_description {
  width: 100%;
  padding: 25px 35px;
}
body.et_divi_theme .people .person .et_pb_member_position {
  font-style: italic;
  color: var(--clr-gold);
}
body.et_divi_theme .whiteText {
  color: var(--clr-white) !important;
}
body.et_divi_theme .whiteText h1,
body.et_divi_theme .whiteText h2,
body.et_divi_theme .whiteText h3,
body.et_divi_theme .whiteText h4,
body.et_divi_theme .whiteText h5,
body.et_divi_theme .whiteText h6,
body.et_divi_theme .whiteText .preheader,
body.et_divi_theme .whiteText a {
  color: var(--clr-white) !important;
}
@media only screen and (min-width: 981px) {
  body.et_divi_theme ul.twoCol {
    columns: 2;
    gap: 20px;
  }
  body.et_divi_theme ul.twoCol li {
    break-inside: avoid;
  }
}
@media all and (max-width: 1500px) {
  body.et_divi_theme .colsFourTwoOne {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 40px;
  }
  body.et_divi_theme .colsFourTwoOne .et_pb_column {
    margin: 0 !important;
    flex: 0 0 calc(50% - 20px);
  }
}
@media all and (max-width: 767px) {
  body.et_divi_theme .colsFourTwoOne {
    flex-direction: column;
  }
  body.et_divi_theme .colsFourTwoOne .et_pb_column {
    width: 100%;
    flex-basis: 100%;
  }
}
body.et_divi_theme #footerMenu ul.et-menu.nav {
  flex-direction: column;
  font-family: neue-kabel, sans-serif;
  font-weight: 400;
  gap: 20px;
}
@media only screen and (min-width: 981px) {
  body.et_divi_theme .insetImgTall {
    height: 100%;
  }
  body.et_divi_theme .insetImgTall .et_pb_image_wrap {
    height: 100%;
  }
  body.et_divi_theme .insetImgTall .et_pb_image_wrap img {
    height: 100%;
    object-fit: cover;
  }
  body.et_divi_theme .headshot {
    height: 350px;
  }
  body.et_divi_theme .headshot .et_pb_image_wrap {
    height: 100%;
  }
  body.et_divi_theme .headshot .et_pb_image_wrap img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 980px) {
  body.et_divi_theme #footerMenu .et_pb_menu__menu {
    display: block !important;
  }
  body.et_divi_theme #footerMenu .et_mobile_nav_menu {
    display: none;
  }
  body.et_divi_theme .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    justify-content: flex-start;
    padding-left: 20px;
  }
}
body.et_divi_theme #subfooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media only screen and (min-width: 981px) {
  body.et_divi_theme #subfooter {
    flex-direction: row;
    gap: 8px;
  }
}
body.et_divi_theme #subfooter .et_pb_module {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media only screen and (min-width: 981px) {
  body.et_divi_theme #subfooter .et_pb_module:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 15px;
    background: var(--clr-white);
  }
}
body.et_divi_theme #subfooter a {
  color: var(--clr-white);
}
body.et_divi_theme #subfooter a:hover,
body.et_divi_theme #subfooter a:focus {
  text-decoration: underline;
}
body.et_divi_theme .et_pb_button {
  font-family: neue-kabel, sans-serif;
  font-weight: 400;
}
body.et_divi_theme div.wpforms-container-full .wpforms-form button[type="submit"] {
  color: #ffffff !important;
  text-transform: uppercase !important;
  background-color: #b2a77e;
  padding: 0.3em 1em !important;
  font-family: neue-kabel, sans-serif;
  font-weight: 400;
  transition: all 300ms ease 0ms;
  border: 2px solid;
  border-radius: 3px;
  line-height: 1.7em !important;
  font-size: 20px;
  transition-property: all !important;
  box-shadow: none;
  height: auto;
}
body.et_divi_theme div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
  background-color: #b29940;
  border: 2px solid transparent;
}
body.et_divi_theme .et_pb_menu__close-search-button,
body.et_divi_theme .et_pb_menu__search input,
body.et_divi_theme .et_pb_menu__search input::placeholder,
body.et_divi_theme .et_pb_menu__search .et_pb_menu__search-form .et_pb_menu__search-input {
  color: white !important;
}
body.et_divi_theme .et_pb_menu .et_pb_menu__search-container {
  left: auto;
  max-width: 400px;
  right: 0;
}
body.et_divi_theme .et_pb_menu .et_pb_menu__search-form,
body.et_divi_theme .et_pb_fullwidth_menu .et_pb_menu__search-form {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.15);
  padding-left: 10px;
}
body.et_divi_theme input[type="search"]::-webkit-search-decoration,
body.et_divi_theme input[type="search"]::-webkit-search-cancel-button,
body.et_divi_theme input[type="search"]::-webkit-search-results-button,
body.et_divi_theme input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
