/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 /* Whitehardt */
html {
    margin-top: 0 !important;
}

html, body {
    scroll-behavior: smooth;
}

#wpadminbar {
    display: none !important;
}

.wh-admin-bar {
  background-color: #222222;
  color: #ffffff;
  font-size: 15px;
}

.wh-admin-bar a,
.wh-admin-bar a:hover {
  color: #ffffff;
  text-decoration: none !important;
}

.wh-admin-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wh-admin-bar-nav {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.wh-admin-bar-nav li {
  display: inline-block;
}

.wh-admin-bar-nav a {
  display: block;
  padding: 15px;
}

.wh-admin-bar-nav a:hover {
  background-color: #000000;
}

.wh-sub-admin-bar {
  padding: 13px 0;
  background-color: #e6e6e6;
  font-size: 15px;
  color: #333333;
}

.wh-sub-admin-bar a,
.wh-sub-admin-bar a:hover {
  color: #333333;
  text-decoration: underline !important;
}

.wh-sub-admin-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wh-sub-admin-bar-nav {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.wh-sub-admin-bar-nav li {
  display: inline-block;
}

.wh-sub-admin-bar-nav a {
  display: block;
  margin: 0 2px;
}

.wh-client-info {
  display: flex;
  align-items: center;
}

.wh-info-block {
  display: flex;
}

.wh-client-info-label {
  font-weight: 700;
  margin-right: 7px;
}

/* Globals */
body {
  position: relative;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.7 !important;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media (min-width: 768px) {
  body {
    font-size: 17px !important;
  }
}

.wrap {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

img {
  max-width: 100%;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.center-list {
  display: table;
  margin: 0 auto;
}

.decorated-title::after {
  content: "";
  display: block;
  height: 3px;
  width: 300px;
  max-width: 100%;
  margin: 20px auto;
}

@media (min-width: 992px) {
  .decorated-title::after {
    margin: 30px auto;
  }
}

.responsive-background-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  -o-object-position: top;
  object-position: top;
  font-family: "object-fit: cover; object-position: top";

}

@media (min-width: 992px) {
  .responsive-background-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
  }
}

/* Text */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: -0.02em !important;
}

h1,
.h1 {
  font-size: 26px !important;
  margin-bottom: 25px !important;
}

h2,
.h2 {
  font-size: 22px !important;
  margin-bottom: 20px !important;
}

h3,
.h3 {
  font-size: 20px !important;
  margin-bottom: 20px !important;
}

h4,
.h4 {
  font-size: 18px !important;
  margin-bottom: 15px !important;
}

h5,
.h5 {
  font-size: 17px !important;
  margin-bottom: 10px !important;
}

h6,
.h6 {
  font-size: 17px !important;
  margin-bottom: 10px !important;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 36px !important;
    margin-bottom: 30px !important;
  }

  h2,
  .h2 {
    font-size: 26px !important;
  }

  h3,
  .h3 {
    font-size: 24px !important;
  }

  h4,
  .h4 {
    font-size: 22px !important;
  }

  h5,
  .h5 {
    font-size: 20px !important;
  }

  h6,
  .h6 {
    font-size: 19px !important;
  }
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 44px !important;
  }

  h2,
  .h2 {
    font-size: 32px !important;
  }

  h3,
  .h3 {
    font-size: 28px !important;
  }

  h4,
  .h4 {
    font-size: 26px !important;
  }

  h5,
  .h5 {
    font-size: 22px !important;
  }

  h6,
  .h6 {
    font-size: 21px !important;
  }
}

p,
ul,
ol {
  margin-bottom: 25px !important;
}

ul,
ol {
  padding-left: 35px !important;
}

/* Buttons */

a.btn,
button.btn {
  border: 0;
  border-radius: 3px;
  padding: 20px 40px;
  font-size: 20px;
}

.btn-lp {
  box-shadow: 0 3px 6px #00000029;
  border-radius: 14px;
  text-transform: none;
  font-weight: 600 !important;
  text-decoration: none !important;
}

/* Header */
.ad-extension-phone-number {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.lp-banner .brand .logo {
  max-width: 100%;
  max-height: 125px;
}

.lp-banner .banner-content {
  line-height: 1.3;
}

.lp-banner .banner-content .cta-text {
  font-size: 18px;
}

.lp-banner .banner-content .banner-phone {
  font-size: 28px;
  font-weight: 700;
  color: #a00d0d;
}

@media (min-width: 768px) {
  .lp-banner .brand .logo {
    max-width: 300px;
    max-height: 125px;
    width: auto;
  }
}

@media (min-width: 992px) {
  .lp-banner .banner-content .cta-text {
    font-size: 20px;
  }

  .lp-banner .banner-content .banner-phone {
    font-size: 36px;
  }
}

/* Hero */
.lp-hero .lp-hero-content-wrapper {
  text-shadow: 1px 1px 1px rgba($black, 0.1);
}

.lp-hero .lp-hero-content-wrapper h1 {
  line-height: 1.2 !important;
}

.lp-hero .lp-hero-content-wrapper p {
  font-size: 17px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lp-hero .lp-hero-content-wrapper p {
    font-size: 19px;
  }

  .lp-hero .lp-hero-content-wrapper.lp-hero-sizing-no-form {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.lp-hero .lp-hero-content-wrapper p:last-of-type {
  margin-bottom: 0;
}

.lp-contact-form {
  text-shadow: 1px 1px 1px rgba($black, 0.2);
}

.lp-contact-form iframe {
  width: 100%;
  height: 550px;
  border: 0;
}

.lp-contact-form .fsBody .fsForm {
  width: 100% !important;
  padding: 20px;
}

.lp-contact-form .fsBody .fsForm textarea {
  height: 100px;
}

.lp-contact-form .fsBody .fsRowBody,
.lp-contact-form .fsBody .fsFieldRow {
  margin-bottom: 5px !important;
}

.lp-contact-form .fsBody .fsRowBody input[type="radio"],
.lp-contact-form .fsBody .fsRowBody input[type="checkbox"] {
  top: 2px;
}

.lp-contact-form .fsForm .fsSubmit {
  margin-top: 10px;
}

/* Layouts */
/* Global layouts */
.lp-layout-panel a {
  text-decoration: underline;
}

/* Content layout */
.lp-panel-content .panel-content.column {
  column-gap: 50px;
}

@media (min-width: 768px) {
  .lp-panel-content .panel-content.column-2,
  .lp-panel-content .panel-content.column-3,
  .lp-panel-content .panel-content.column-4 {
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .lp-panel-content .panel-content.column-3,
  .lp-panel-content .panel-content.column-4 {
    column-count: 3;
  }
}

@media (min-width: 1200px) {
  .lp-panel-content .panel-content.column-4 {
    column-count: 4;
  }
}

/* Image/Content Image/Content/CTA layouts */
@media (min-width: 992px) {
  .lp-panel-image-content .panel-content:before,
  .lp-panel-image-content-cta .panel-content:before {
    content: "";
    opacity: 0.85;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.lp-panel-image-content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top;
  object-position: top;
  font-family: "object-fit: cover; object-position: top";
}

/* Team Layout */
.lp-panel-team .team-photo {
  width: 300px;
  max-width: 100%;
  height: 350px;
}

.lp-panel-team .team-photo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top;
  object-position: top;
  font-family: "object-fit: cover; object-position: top";
}

/* Results Layout */
.result .result-title{
  font-size: 36px !important;
}

@media (min-width: 992px) {
  .result .result-title{
    font-size: 52px !important;
  }
}

/* Testimonials Panel */
.testimonial {
  margin: 10px 0;
}

@media (min-width: 768px) {
  .testimonial {
    height: calc(100% - 30px);
    margin: 0 0 30px;
  }
}

/* Accordion layout */
.lp-accordion .accordion-header .btn {
  text-transform: none;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  transform: none;
}

.lp-accordion .accordion-header .btn[aria-expanded="true"] i {
  transform: rotate(90deg);
}

.lp-accordion .accordion-header .btn i {
  font-size: 28px;
  transition: ease-in-out all .3s;
}

.lp-accordion .accordion-body {
  border-bottom: 1px solid #ccc;
}

/* Features layout */
.lp-panel-features i {
  font-size: 38px;
}

/* Footer */
.lp-footer {
  font-size: 12px;
  font-weight: 400;
}

.lp-footer .disclaimer-link {
  font-size: 16px;
}

@media (min-width: 768px) {
  .lp-footer {
    font-size: 16px;
  }
}

.lp-footer .footer-links {
  list-style: none;
  padding: 0 !important;
}

.lp-footer .footer-links li {
  display: inline-block;
  padding: 0 7px;
}

/* Alignment */
.alignleft,
.alingcenter,
.alignright,
.alignnone {
  display: block;
  margin: 0 auto 15px !important;
  float: none !important;
  overflow: inherit;
  text-align: center;
  max-width: 100%;
  height: auto;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .alignleft {
    margin-right: 20px !important;
    float: left !important;
    text-align: left;
  }

  .alignright {
    margin-left: 20px !important;
    float: right !important;
    text-align: left;
  }

  .alignnone {
    margin: 0 0 10px !important;
    text-align: left;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

/* Video embed container */
.embed-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%;
  margin-bottom: 30px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container.square-video {
  padding-bottom: 73.33%;
}

.lp-contact-form .fsBody .fsForm {
    width: 100%;
    height: auto !important;
    overflow-x: hidden;
    border-radius: 10px !important;
    border: 2px solid #ccc;
    margin: 0 !important;
    text-shadow: none !important;
}

@media (min-width: 992px) {
  .lp-contact-form .fsBody .fsForm {
      min-height: 600px !important;
      max-height: 600px !important;
      overflow-y: auto !important;
  }
}

.lp-panel-results .noi {
  font-size: 12px;
  line-height: 1.2;
}

.lp-panel-awards .awards .award img {
  width: auto !important;
  height: auto !important;
  max-height: 200px;
}

.esign-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out all .9s;
}

.esign-loading.active {
  opacity: 1;
  visibility: visible;
}

.esign-doc {
  height: 100vh;
}

.loading-gif img {
  width: 75px;
  margin-bottom: 30px;
}

.box-shadow {
  box-shadow: 0 10px 20px 0 rgba(0,0,0, 0.075);
}

.contract-form input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 15px;
}

.contract-form button,
.contract-form button:hover {
  background-color: #C77B17;
}

.contract-form button:hover {
  transform: scale(1.03);
}

.gform_submission_error {
	font-size: 14px !important;
	margin-bottom: 0 !important;
}

.gsection_title {
	font-size: 18px !important;
}

.gform_button, .gform_previous_button, .gform_next_button {
    color: #fff !important;
    border: 0;
    padding: 10px 17px;
	border-radius: 5px;
}

.gform_previous_button {
	background: #999 !important;
}

.gform_next_button {
	background: #dd3333;
}

.gform_button {
	background: #ffa403;
}

.lp-gf-form {
	padding: 30px !important;
	background: #fff;
	border-radius: 15px;
}
