/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

:root {
  --main_green: #3ba948;
  --main_green__hover: #47c556;
  --dark_green: #0c5d34;
  --light_green: #86be3f;
}

/* || Fixes */
/* || General */
#breadcrumbs {display:none;}
/* # Header */
/* ## Secondary Header */
#header-secondary-outer,
#header-outer #header-secondary-outer,
body #header-outer #mobile-menu .secondary-header-text {
  background-color: var(--dark_green);
}

#header-secondary-outer .nectar-center-text a {
  color: #fff;
  transition: 0.2s ease;
}

#header-secondary-outer .nectar-center-text a:hover {
  color: #fffc !important ;
}

#header-outer .header__button-link {
  padding: 7.5px 30px;
  transition: 0.2s ease !important;
  background-color: var(--main_green);
  color: #fff;
  border-radius: 5px;
}

#header-outer.transparent .header__button-link {
  background-color: transparent;
  border: 1px solid #fff;
}

#header-outer[data-lhe="animated_underline"]
  .nectar-header-text-content
  a:after,
#header-outer[data-lhe="animated_underline"].transparent
  .nectar-header-text-content
  a:after {
  background-color: transparent !important;
}

#header-outer .header__button-link:hover {
  background-color: var(--main_green__hover);
}

#header-outer.transparent .header__button-link:hover {
  background-color: #fff;
  color: var(--main_green);
}

/* ## Mobile Header */

#mobile-menu .nectar-header-text-content.mobile-only {
  background-color: transparent !important;
}

#mobile-menu .secondary-header-text {
  background-color: transparent !important;
}

#mobile-menu .secondary-header-text a {
  color: var(--main_green) !important;
}

#mobile-menu .header__button-link {
	width:100%;
	background-color:var(--main_green)!important;
}

#mobile-menu .header__button-link:hover {
	color:#fff!important;
}

/* # Footer */
#footer-widgets .container .row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.footer__contact-details p,
.footer__contact-details a {
  font-weight: 600;
}

#copyright .container .col.span_5 {
  width: 50% !important;
}
#copyright .container .col.span_7 {
  width: 50% !important;
}

#copyright .container .col.span_5 p {
  font-size: 12px;
}

/* # Page Hero */
#page-header-wrap {
  margin-bottom: 80px;
}

body #page-header-bg .span_6 span.subheader,
#page-header-bg span.result-num,
body .row .col.section-title > span,
.page-header-no-bg .col.section-title h1 > span,
.nectar-box-roll .overlaid-content .subheader {
  padding-top: 20px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5em;
  max-width: 700px;
  font-weight: 600;
}

#page-header-bg[data-bg-pos="center"] .page-header-bg-image {
  box-shadow: 0px 0px 0px 4000px inset #0006;
}

/* # Clickables */
a,
button {
  transition: 0.1s ease;
}

/* # Typography */
/* ## Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--main_green, #3ba948);
  position: relative;
  line-height: 1.2em !important;
}

h1 {
  line-height: 1.2em !important;
}

h2 {
  margin-bottom: 40px !important;
}

h3 {
  margin-bottom: 30px !important;
}

/* || Utility */
.u__row-y-padding--standard {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.u__row-align--center .row_col_wrap_12 {
  align-items: center;
}

.u__divider--cross-over-gradient::after {
  content: "";
  position: absolute;
  left: calc(50%);
  width: 100vw;
  content: url("/wp-content/uploads/theme-assets/divider-cross-over-gradient.svg");
}

.u__heading-accent-underline--center::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 40px);
  width: 80px;
  height: 2px;
  background-color: var(--main_green);
}

.u__button--center {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.u__row-style--oval-top,
.u__row-style--oval-bottom {
  position: relative;
}

.u__row-style--oval-top .row-bg-wrap::before {
  position: absolute;
  content: url("/wp-content/uploads/theme-assets/divider-oval.svg");
  height: 180px;
  width: 100vw;
  top: calc(-180px / 2);
  z-index: 2;
}

.u__row-style--oval-bottom .row-bg-wrap::after {
  position: absolute;
  content: url("/wp-content/uploads/theme-assets/divider-oval.svg");
  height: 180px;
  width: 100vw;
  bottom: calc(-180px / 2);
  z-index: 2;
}

.u__row-style--slim-background {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.u__row-style--slim-background .row_col_wrap_12 {
  margin-top: -200px !important;
  margin-bottom: -200px !important;
}

.u__content-style--medium p,
.u__content-style--medium a {
  font-weight: 500;
}

.u__no-margin--bottom {
  margin-bottom: 0 !important;
}

.u__circle-background-before > .row-bg-wrap::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/theme-assets/faded-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: -1700px;
  top: 50px;
  height: 4000px;
  width: 4000px;
  opacity:0.5;
}

.u__max-h-50 {
	max-height:50px;
}

/* || Components */
/* # Triple Icon */

.c__triple-icon-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 50px 1fr 50px 1fr;
  gap: 30px;
  max-width: 900px;
  margin: 80px auto 40px auto !important;
}

.c__triple-icon-container > div {
  display: grid;
  justify-items: center;
}

.c__triple-icon-container > .c__triple-icon--icon-container {
  grid-template-rows: 140px auto;
  gap: 20px 0px;
}

.c__triple-icon-container > .c__triple-icon--arrow-container {
  display: grid;
  align-items: center;
  height: 100%;
  margin-top: 0;
}
.c__triple-icon-container > .c__triple-icon--arrow-container img {
  transform: rotate(90deg);
  width: 80px !important;
  margin: 0;
}

.c__triple-icon-container > div > span {
  padding: 0px 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.c__company-comparison {
  display: grid;
  grid-template-columns: 1fr;
}
.c__company-comparison--inner h3 {
  margin-bottom: 0 !important;
}

.c__company-comparison .c__company-comparison--inner > div {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 75px);
  justify-items: center;
  padding: 50px 20px;
  gap: 20px 40px;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
}

.c__company-comparison .c__company-comparison--inner:first-child > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.c__company-comparison
  .c__company-comparison--inner.c__company-comparison--featured {
  background-color: rgba(59, 169, 72, 0.4);
}

.c__company-comparison
  .c__company-comparison--inner.c__company-comparison--featured
  > div {
  border-bottom: 0;
}

.c__company-comparison .c__company-comparison--inner > div > div {
  height: 100%;
}

.c__company-comparison img {
  height: 100% !important;
  width: auto !important;
  object-fit: contain;
  max-height: 75px;
}

.c__company-comparison h3 {
  line-height: 1.2em;
  color: #fff;
  text-align: center;
}

.company-comparison__average-fees-container,
.company-comparison__average-sale-time {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
  align-items: center;
}

.company-comparison__average-fees-container img,
.company-comparison__average-sale-time img {
  opacity: 0.5;
  margin-bottom: 0 !important;
}

.company-comparison__average-fees-container
  .average-fees-container__text
  > span,
.company-comparison__average-sale-time .average-sale-time__text > span {
  color: #fff;
  display: block;
}

.average-sale-time__title,
.average-fees-container_title {
  font-size: 16px;
  font-weight: 500;
}

.average-fees-container_main-text,
.average-sale-time__main-text {
  font-size: 36px;
  font-weight: 700;
}

/* # Icon with Text */
.c__icon-with-text {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 20px;
}

.c__icon-with-text span {
  font-weight: 600;
  font-weight: 18px;
}

/* # Thin Offer Bar */
.c__thin-offer-bar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  padding: 60px 0px;
  justify-items: center;
}

.c__thin-offer-bar h3 {
  color: #fff;
  margin-bottom: 0px !important;
  font-size:28px!important;
}

.c__thin-offer-bar--input-container p {
  color: #fff;
  padding-bottom: 0px !important;
  font-weight: 600;
  text-align: center;
}

.c__thin-offer-bar--input {
  margin: 0 auto;
  display: flex;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
  max-width: 500px;
}

.c__thin-offer-bar--input input {
  padding: 15px 20px;
  color: #222 !important;
  background-color: #fff !important;
  border-radius: 5px 0px 0px 5px !important;
  border: 1px solid #ddd;
}

.c__thin-offer-bar--input button {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  flex-direction: column;
  justify-content: center;
  padding: 0px 30px;
  background-color: #3ba948;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

body[data-button-style*="slightly_rounded"] .c__thin-offer-bar--input button {
  border-radius: 0px 5px 5px 0px !important;
  -webkit-border-radius: 0px 5px 5px 0px !important;
}

.c__step-cards .vc_column-inner > .wpb_wrapper {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px #0002;
  padding: 30px;
}

.c__step-cards h2 {
  margin-bottom: 10px !important;
}

.c__price-comparison-table {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
}

.c__price-comparison-table img {
  max-height: 80px;
  margin-bottom: 0 !important;
  display: inline-block;
}

.c__price-comparison-table > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  border-bottom: 1px solid #fff6;
}

.c__price-comparison-table > .highlight-table-row {
  border-bottom: 0;
  background-color: rgba(59, 169, 72, 0.75);
}

.c__price-comparison-table > div > div {
  padding: 20px 20px;
  font-weight: 500;
  font-size:14px
}

.c__price-comparison-table > .table-head {
  border-bottom: 1px solid #fff;
  align-items: end;
}

.c__price-comparison-table > .table-head > div {
  height: fit-content;
  font-size: 24px;
  font-weight: 600;
  padding: 20px 20px;
}

.c__price-comparison-table > div > div:nth-child(2),.c__price-comparison-table > div > div:nth-child(3)
{
  justify-self:center;
	text-align:center;
}
/* || Block / Element Specific */
.wpcf7 p {
  padding-bottom: 0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  border: 1px solid #ccc;
  background: #fff;
}

.wpcf7 .wpcf7-submit {
  margin-top: 30px;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: #a93b3b;
}
/* || Page Specific */
/* # Home */
.home__hero-banner .vc_col-sm-12 {
  padding-top: 60px;
  padding-bottom: 120px !important;
}

.home__hero-banner .hero-hero__content-main p {
  margin: 0 auto;
  max-width: 500px;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 40px;
}

.home__hero-banner .home-hero__input-title {
  margin-top: 40px;
}

.home__hero-banner .home-hero__input-title p {
  margin: 0 auto;
  max-width: 500px;
  font-weight: 600;
  font-size: 20px;
}

.header__input-prompt-container {
  margin: 0 auto;
  max-width: 500px;
  justify-items: center;
}

.header__input-prompt-container > div {
  margin: 0 auto;
  display: flex;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
}

.header__input-prompt-container input {
  flex-shrink: 1;
  flex-grow: 1;
  padding: 15px 20px;
  color: #222 !important;
  background-color: #fff !important;
  border-radius: 5px 0px 0px 5px !important;
  border: 1px solid #ddd;
}

.header__input-prompt-container input::placeholder {
  color: #222 !important;
}

.header__input-prompt-container button {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  flex-direction: column;
  justify-content: center;
  padding: 0px 30px;
  background-color: #3ba948;
  border: 0;
  color: #fff;
}

.header__input-prompt-container button:hover {
  background-color: var(--main_green__hover);
}

body[data-button-style*="slightly_rounded"]
  .header__input-prompt-container
  button {
  border-radius: 0px 5px 5px 0px !important;
  -webkit-border-radius: 0px 5px 5px 0px !important;
}

.header__input-prompt-container span.input-prompt__error-message {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
  display: none;
}

.header__input-prompt-container span.input-prompt__error-message.show {
  display: block;
}

.header__accolade-container {
  margin-top: 60px;
}

.home__laptop-container {
  position: relative;
}

.home__laptop-container .laptop-iframe-container {
  width: 100%;
}

.home__laptop-container .home__laptop {
  pointer-events: none;
  display: none;
}

.why-choose-us-inner-row .vc_col-sm-4  {
	margin-bottom:40px!important;
}

.why-choose-us-inner-row h4 {
	margin:25px 0!important;
}

/* Get Offer */
.get-offer-container {
  padding: 40px;
  border: 1px solid #3ba948;
  border-radius: 5px;
}

/* || Responsiveness */
@media only screen and (min-width: 640px) {
  .c__price-comparison-table > div > div {
    padding: 20px 20px;
	font-size:14px;
  }
  .c__price-comparison-table > .table-head > div {
    padding: 20px 20px;
  }
}

@media only screen and (min-width: 768px) {
  .c__price-comparison-table > div > div {
    padding: 20px 40px;
	font-size:16px;
  }
  .c__price-comparison-table > .table-head > div {
    padding: 20px 40px;
	font-size: 24px;
  }
}

@media only screen and (min-width: 1000px) {
  .home__hero-banner .vc_col-sm-12 {
    margin-top: 160px;
  }
  .c__triple-icon-container {
    grid-template-columns: 1fr 100px 1fr 100px 1fr;
    grid-template-rows: 1fr;
    gap: 0;
  }

  .c__triple-icon-container > .c__triple-icon--arrow-container {
    height: 140px;
    margin-top: 20px;
  }

  .c__triple-icon-container > .c__triple-icon--arrow-container img {
    transform: rotate(0deg);
  }
  .home__laptop-container {
    height: 500px;
  }

  .home__laptop-container .laptop-iframe-container {
    position: absolute;
    padding: 0px 12%;
    top: 7.3%;
  }

  .home__laptop-container iframe,
  .home__laptop-container .home__laptop {
    position: absolute;
  }

  .home__laptop-container .home__laptop {
    display: block;
  }
  .c__company-comparison .c__company-comparison--inner > div {
    padding: 0px 20px;
  }
  .c__company-comparison .c__company-comparison--inner > div {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 120px;
    justify-items: start;
  }

  .c__company-comparison h3 {
    text-align: left;
  }

  .c__thin-offer-bar {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: ". . ." "input input input";
  }
  .c__thin-offer-bar .c__thin-offer-bar--input-container {
    grid-area: input;
  }
  .c__price-comparison-table > div > div {
    padding: 20px 60px;
  }
  .c__price-comparison-table > .table-head > div {
    padding: 20px 40px;
  }
}

@media only screen and (max-width: 1000px) {
	.c__thin-offer-bar h3 {text-align:center;}
}

@media only screen and (min-width: 1280px) {
}

@media only screen and (min-width: 1536px) {
  .c__thin-offer-bar {
    grid-template-columns: 200px 1.5fr 1fr 2fr;
    grid-template-areas: ". . . .";
  }
  .c__thin-offer-bar .c__thin-offer-bar--input-container {
    grid-area: auto;
  }
}
