/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
html {
  font-size: 18px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Jost", sans-serif;
}

#site-header {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
#site-header.scrolled {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.09);
}

.page-header .entry-title {
  padding-top: 240px;
  font-size: 64px;
  font-weight: 300;
  color: #0b3c5c;
}
@media screen and (max-width: 767px) {
  .page-header .entry-title {
    padding-top: 160px;
  }
}
.page-header .entry-title::before {
  content: "";
  display: block;
  height: 4px;
  width: 40px;
  background: #6da8d9;
  margin-bottom: 20px;
}

#menu-main-menu li a {
  color: #0a3c5b;
  font-weight: 400;
}
#menu-main-menu li a:hover {
  color: #000000;
}

.site-header .header-inner .site-branding .site-logo img {
  height: 100%;
}

.site-header .header-inner .custom-logo-link {
  height: 80px;
  transition: height 200ms ease-in-out;
}

.site-header.scrolled .header-inner .custom-logo-link {
  height: 55px;
}

.site-navigation-toggle-holder .site-navigation-toggle {
  background: #ffd763 !important;
  color: #0b3c5c !important;
  border-radius: 0 !important;
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
  color: #fff !important;
  background: #0b3c5c !important;
}

#site-footer {
  background-color: #38373c;
  color: #fff;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (min-width: 1200px) {
  .site-footer .footer-inner {
    max-width: 1140px;
  }
}

.footer-row-container {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .footer-row-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .footer-row-container {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
  }
}

.bottom-footer {
  border-top: 1px solid #535356;
}

.footer-row-container.footer-contact {
  min-height: 200px;
}

.footer-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .footer-phone {
    border-right: 1px solid #535356;
  }
}

.footer-address {
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .footer-address {
    border-right: 1px solid #535356;
  }
}

.footer-address span {
  width: 60%;
  font-weight: 400;
  font-size: 16px;
}

.footer-email {
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
}
@media screen and (min-width: 992px) {
  .footer-email {
    border-right: 1px solid #535356;
  }
}

.footer-schedule {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.footer-container {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.footer-custom-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .footer-custom-container {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
.footer-custom-container > div:first-child {
  font-size: 16px;
  margin-bottom: 0 !important;
}
.footer-custom-container > div:last-child p {
  font-size: 16px;
  margin-bottom: 0 !important;
}
.footer-custom-container > div:last-child a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}
.footer-custom-container > div:last-child a:hover {
  text-decoration: underline;
}

.wp-gr .grw-review .wp-google-feedback {
  height: auto !important;
}

.grw-review-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}
.grw-review-inner img {
  display: none !important;
}
.grw-review-inner .wp-google-left .wp-google-time {
  display: none !important;
}
.grw-review-inner .wp-google-left .wp-google-name {
  font-size: 28px !important;
  font-weight: 500 !important;
}

.wp-gr.wpac a.wp-google-name {
  color: #0b3c5c !important;
}

.wp-google-feedback .wp-google-text {
  text-align: center !important;
  display: block !important;
  font-size: 24px !important;
  color: #0b3c5c !important;
  line-height: 37px !important;
  font-weight: 300 !important;
  width: 90% !important;
  margin: 0 auto !important;
}

.wp-gr .grw-btns {
  background-color: white !important;
}

.wp-gr .grw-content-inner {
  width: 800px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

.text-p-mb-0 p {
  margin-bottom: 0 !important;
}

.frm_forms fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.frm_forms .frm_form_field {
  margin-bottom: 2rem;
}
.frm_forms .frm_primary_label {
  font-weight: 500;
  color: #0b3c5c;
  font-size: 16px;
  margin-bottom: 0.25em;
}
.frm_forms input[type=date],
.frm_forms input[type=email],
.frm_forms input[type=number],
.frm_forms input[type=password],
.frm_forms input[type=search],
.frm_forms input[type=tel],
.frm_forms input[type=text],
.frm_forms input[type=url],
.frm_forms select,
.frm_forms textarea {
  border: 0;
  border-radius: 0;
  background-color: #fff;
}
.frm_forms input[type=date]:focus,
.frm_forms input[type=email]:focus,
.frm_forms input[type=number]:focus,
.frm_forms input[type=password]:focus,
.frm_forms input[type=search]:focus,
.frm_forms input[type=tel]:focus,
.frm_forms input[type=text]:focus,
.frm_forms input[type=url]:focus,
.frm_forms select:focus,
.frm_forms textarea:focus {
  outline: 0;
}
.frm_forms button,
.frm_forms input[type=button],
.frm_forms input[type=submit] {
  background-color: #ffd763;
  color: #0b3c5c;
  border: 0;
  border-radius: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}
.frm_forms button:hover,
.frm_forms input[type=button]:hover,
.frm_forms input[type=submit]:hover {
  background-color: #f4c025;
  color: #04314f;
}
.frm_forms .frm_form_field:has(.frm_submit) {
  margin-bottom: 0;
}
.frm_forms .frm_error_style,
.frm_forms .frm_error {
  padding: 0.25rem;
  background-color: rgba(249, 11, 10, 0.2);
  border: 1px solid rgb(249, 11, 10);
  color: #f90b0a;
  font-size: 12px;
  margin: 0.5rem 0;
}
.frm_forms .form-has-white-bg .frm_forms .frm_form_field .frm_primary_label {
  color: #000;
}
.frm_forms input[type=date],
.frm_forms input[type=email],
.frm_forms input[type=number],
.frm_forms input[type=password],
.frm_forms input[type=search],
.frm_forms input[type=tel],
.frm_forms input[type=text],
.frm_forms input[type=url],
.frm_forms select,
.frm_forms textarea {
  background-color: #f1f1f1;
}

#frm_desc_field_qh4icy {
  display: none;
}

#frm_desc_field_ocfup1 {
  display: none;
}

#field_ocfup1_label {
  visibility: visible;
}

.frm_message > p {
  text-align: center;
  display: inline-block;
  color: #5be69e;
}
