/*
Theme Name: Utility Assistance
Theme URI: https://www.utilityassistance.org/
Author: Utility Assistance Team
Author URI: https://www.utilityassistance.org/
Description: A custom theme for Utility Assistance.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: utility-assistance
*/

hr {
  margin-block: 2rem;
}

details + hr {
  margin-block: .4rem;
}

.single-post-section__content .post-content h3 {
  font-family: var(--font-title), sans-serif;
  margin-block: 2rem 1rem;
}

.ua-modal.ua-modal--right-modal {
  padding: 0;
}

.widget_search .search-form label {
  display: block;
  width: 100%;
}

.widget_search .search-form .search-submit {
  display: none;
}

body.page-template-page-two-col,
body.page-template-page-blank {
  --heading-main-color: #000;
  --form-label-color: #39414E;
}

body.page-template-page-two-col .default-template-section,
body.page-template-page-blank .default-template-section {
  padding-block: 2rem;
}

div#uasf-form .required {
  background-image: url("assets/img/cross.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: auto 1.5em;
  padding-left: 20px;
}

div#uasf-form .required:before {
  display: none;
}

#uasf-form {
  p {
    margin-bottom: .5rem;
  }
}

.forminator-ui .forminator-button {
  font-size: 14px;
  font-family: inherit;
  font-weight: 500;
  background-color: var(--primary-color);
  color: #fff;
  width: auto;
  min-width: 100px;
  max-width: unset;
  height: auto;
  min-height: unset;
  max-height: unset;
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  padding: 10px;
  border: 0;
  border-radius: 2px;
  background-image: unset;
  line-height: 1.45em;
  text-align: center;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.default-template-section__content {
  width: 100%;
}

.form-screen #sp-page {
  display: flex;
  justify-content: center;
}

.form-screen #sp-page .testimonial-container {
  margin-inline: 0;
}

summary {
  cursor: pointer;
}

.sp-el-row {
  display: flex;
}

.sp-justify-between {
  justify-content: space-between;
}

.sp-m-auto {
  margin: auto;
}

div#uasf-form .sec + .sec:not(.submit-solar) {
  padding-top: 0;
}

.default-template-section.thank-you-section {
  padding-block: 2.5rem;
  background-image: url("assets/img/sway-landing-bg-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.default-template-section.thank-you-section .default-template-section__content {
  --page-content-size: 33rem;
  background-color: #fff;
  border-radius: .75rem;
  padding: 2rem;
}

.with-shadow {
  box-shadow: 0 20px 70px #31814333;
}

body.page-template-page-two-col .form-screen {
  padding-top: 2.5rem;
}

.page-subtitle {
  font-weight: 500;
  font-size: 1.375rem;
  margin-bottom: 3.5rem;
}

.page-not-found-section {
  background-color: #f0f6f2;
  min-height: calc(100vh - 6rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-not-found-section .main-image-404 {
  margin-bottom: 2rem;
  max-width: 18.75rem;
}

@media (max-width: 1399px) {
  .main-nav .sub-menu {
    left: auto;
    right: 0;
  }
}

@media (max-width: 1023px) {
  .default-template-section.thank-you-section .default-template-section__content {
    --page-content-size: 90%;
  }

  .page-subtitle {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  .stats-block {
    margin: 2.5rem -6rem;
  }

  .spBgcover section h1 {
    font-size: 2rem;
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 640px) {
  .sm\:sp-flex {
    display: flex;
  }
}
