/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

.roi-form-wrap-right-inner {
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.revenu-option-list {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  justify-content: space-between;
  list-style-type: none;
}
.revenu-option-list .revenu-option-list-item {
  width: 50%;
  border: 1px solid #a71a2b;
  color: #a71a2b;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
}
.revenu-option-list .revenu-option-list-item.lst {
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #a71a2b;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.revenu-option-list .revenu-option-list-item.lst.active {
  border-width: 1px;
  border-color: #a71a2b;
  background-color: #a71a2b;
  color: #ffffff;
}
.revenu-option-list .revenu-option-list-item.fst {
  padding: 5px 10px;
  border-style: solid;
  border-color: #a71a2b;
  border-width: 1px;
}
.revenu-option-list .revenu-option-list-item.fst.active {
  border-width: 1px;
  border-color: #a71a2b;
  background-color: #a71a2b;
  color: #ffffff;
}

.roi-form-wrap {
  --gap: 60px;
  --columns: 2;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.roi-form-wrap .roi-form-wrap-left,
.roi-form-wrap .roi-form-wrap-right {
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}

.roi-form-wrap-left .monthly-hdng {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
}
.roi-form-wrap-left .hrt-txt {
  margin-bottom: 10px;
}
.roi-form-wrap-left .hrt-txt,
.roi-form-wrap-left .middle-hdng {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #000000;
}
.roi-form-wrap-left .form-wrapper-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  gap: 15px;
}
.roi-form-wrap-left .form-wrapper-box.input_container .form-wrapper-box-main {
  width: 30%;
  flex-grow: 1;
}
.roi-form-wrap-left .form-wrapper-box .form-wrapper-box-main {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
  flex-grow: 1;
}
.roi-form-wrap-left .form-wrapper-box .form-wrapper-box-main .label-tooltip {
  display: flex;
  color: #d1d1d1;
  text-align: center;
  transition: 0.3s all ease;
}
.roi-form-wrap-left .form-wrapper-box .form-wrapper-box-main .label-tooltip:hover, .roi-form-wrap-left .form-wrapper-box .form-wrapper-box-main .label-tooltip:focus, .roi-form-wrap-left .form-wrapper-box .form-wrapper-box-main .label-tooltip:focus-visible {
  color: #000000;
}
.roi-form-wrap-left .form-wrapper-box .form-wrapper-box-main .roi-frm-label {
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  background-color: #ffffff;
  color: #000000;
  padding: 5px;
  top: 0%;
  transform: translateY(-50%);
  left: 10px;
}
.roi-form-wrap-left .form-wrapper-box .form-wrapper-box-main input {
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  border: 1px solid #000000;
  border-radius: 0;
  padding: 15px;
  outline: none;
}
.roi-form-wrap-left .form-wrapper-box #roi_calculate.button {
  display: inline-flex;
  padding: 15px 25px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background-color: #a71a2b;
  border-radius: 0;
  outline: none;
  transition: 0.3s all ease;
}
.roi-form-wrap-left .form-wrapper-box #roi_calculate.button:hover {
  color: #ffffff;
  background-color: #7c131f;
}

.tooltip-hoverbox {
  display: none;
}

.frm-revvenu-hdng {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}

.total-hdng {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
}

.roi_totals {
  color: #000000;
  font-size: 34px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.0025em;
  opacity: 0.2;
}
.roi_totals.total-rev-ammnt {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.015em;
  text-align: center;
  opacity: 0.2;
}

.total-rev-box {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
}

.rev-option-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
}
.rev-option-wrap .rev-option-wrap-box {
  padding-top: 15px;
  width: 50%;
  flex-grow: 1;
}
.rev-option-wrap .rev-option-wrap-box .rev-optn-hdng {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}
.rev-option-wrap .rev-option-wrap-box.fst {
  border-right: 1px solid #d1d1d1;
}

#roi_avgFees_help {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 12px;
  font-style: italic;
  color: #424242;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #ddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

.elementor-widget-search-filter-form .searchandfilter > ul {
  padding: 0;
}
.elementor-widget-search-filter-form .searchandfilter > ul > li {
  padding: 0;
}
.elementor-widget-search-filter-form .searchandfilter > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 25px;
  justify-content: center;
  padding: 0;
}
.elementor-widget-search-filter-form .searchandfilter > ul > li > ul > li {
  position: relative;
  display: flex;
  padding: 0;
}
.elementor-widget-search-filter-form .searchandfilter > ul > li > ul > li:first-child {
  display: none;
}

.elementor-widget-search-filter-form .searchandfilter > ul > li > ul > li .sf-input-radio {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.elementor-widget-search-filter-form .searchandfilter > ul > li > ul > li .sf-label-radio {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
  color: #000000;
  padding: 0;
  cursor: pointer;
}
.elementor-widget-search-filter-form .searchandfilter > ul > li > ul > li .sf-label-radio {
  position: relative;
  padding-bottom: 5px;
}
.elementor-widget-search-filter-form .searchandfilter > ul > li > ul > li .sf-label-radio::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.elementor-widget-search-filter-form .searchandfilter > ul > li > ul > li.sf-option-active .sf-label-radio {
  font-weight: 700;
  color: #a71a2b;
}
.elementor-widget-search-filter-form .searchandfilter > ul > li > ul > li.sf-option-active .sf-label-radio::before {
  background-color: #a71a2b;
}

.elementor-widget-search-filter-form .searchandfilter > ul {
  padding: 0;
}
.elementor-widget-search-filter-form .searchandfilter > ul > li {
  padding: 0;
}
.elementor-widget-search-filter-form .searchandfilter > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 25px;
  justify-content: center;
  padding: 0;
}
.elementor-widget-search-filter-form .searchandfilter > ul > li > ul > li {
  position: relative;
  display: flex;
  padding: 0;
}
.elementor-widget-search-filter-form .searchandfilter > ul > li > ul > li:first-child {
  display: none;
}

.elementor-widget-search-filter-form .searchandfilter > ul > li > ul > li .sf-input-radio {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.elementor-widget-search-filter-form .searchandfilter > ul > li > ul > li .sf-label-radio {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
  color: #000000;
  padding: 0;
  cursor: pointer;
}
.elementor-widget-search-filter-form .searchandfilter > ul > li > ul > li .sf-label-radio {
  position: relative;
  padding-bottom: 5px;
}
.elementor-widget-search-filter-form .searchandfilter > ul > li > ul > li .sf-label-radio::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.elementor-widget-search-filter-form .searchandfilter > ul > li > ul > li.sf-option-active .sf-label-radio {
  font-weight: 700;
  color: #a71a2b;
}
.elementor-widget-search-filter-form .searchandfilter > ul > li > ul > li.sf-option-active .sf-label-radio::before {
  background-color: #a71a2b;
}

section.use-hearth .sliders {
  display: flex;
  grid-gap: 60px;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  align-items: center;
}
section.use-hearth .sliders > div {
  width: 50%;
}
section.use-hearth .sliders > div a.button {
  background-color: #A33035;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-family: "interstate condensed", Sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 25px;
  padding: 16px 28px;
  margin-top: 30px;
  display: inline-block;
  position: relative;
}
section.use-hearth .sliders > div a.button .button-content {
  display: flex;
  align-items: center;
}
section.use-hearth .sliders > div a.button .button-content svg {
  margin-left: 16px;
}
section.use-hearth .sliders > div a.button:hover, section.use-hearth .sliders > div a.button:focus {
  background-color: #000;
}
section.use-hearth .sliders .hearth-features .splide__track ul li {
  display: flex;
  align-items: center;
}
section.use-hearth .sliders .hearth-features .splide__track ul li img {
  max-height: 450px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
section.use-hearth .sliders .hearth-features .splide__track ul li .slide-inner > div {
  margin-top: 30px;
}
section.use-hearth .sliders .feature-nav {
  position: relative;
  overflow-x: visible;
}
section.use-hearth .sliders .feature-nav .carousel-progress {
  position: absolute;
  left: -8px;
  top: 0;
  bottom: 0;
  z-index: 0;
}
section.use-hearth .sliders .feature-nav .carousel-progress-bar {
  background: #A33035;
  width: 8px;
  transition: height 3000ms linear;
  height: 0;
}
section.use-hearth .sliders .feature-nav .carousel-progress-bar.bar-reset {
  transition: height 500ms linear;
  height: 0 !important;
}
section.use-hearth .sliders .feature-nav .hearth-features-nav {
  z-index: 1;
}
section.use-hearth .sliders .feature-nav .splide__track {
  overflow: visible;
}
section.use-hearth .sliders .feature-nav ul {
  flex-direction: column;
}
section.use-hearth .sliders .feature-nav ul li {
  width: 100% !important;
  cursor: pointer;
  padding: 15px 40px 15px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  position: relative;
  border: 2px solid #f1f1f1;
  display: flex;
  flex-direction: column;
}
section.use-hearth .sliders .feature-nav ul li a.link {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #A33035;
  transition: all 0.3s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='%23fff'%3E%3Cpath d='m0 16.05 8.15-8L.1 0h7.45l8.05 8.05-8.05 8.05L0 16.05Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  z-index: -1;
}
section.use-hearth .sliders .feature-nav ul li:hover, section.use-hearth .sliders .feature-nav ul li:focus, section.use-hearth .sliders .feature-nav ul li.is-active {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  background-color: #f1f1f1;
  border-color: #000;
}
section.use-hearth .sliders .feature-nav ul li img:not(.icon) {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 0;
}
section.use-hearth .sliders .feature-nav ul li .icon {
  width: 50px;
  height: 50px;
  position: absolute;
  left: -27px;
  padding: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #f1f1f1;
  transition: all 0.3s ease-in-out;
}
section.use-hearth .sliders .feature-nav ul li a.button {
  height: 0;
  padding: 0;
  visibility: hidden;
  margin: 0;
}
section.use-hearth .sliders .feature-nav ul li.is-active {
  border-color: #A33035;
}
section.use-hearth .sliders .feature-nav ul li.is-active img:not(.icon) {
  height: 300px;
  visibility: visible;
  opacity: 1;
}
section.use-hearth .sliders .feature-nav ul li.is-active a.link {
  right: -20px;
  opacity: 1;
  z-index: 10;
  transform: scale(1) translateY(-50%);
}
section.use-hearth .sliders .feature-nav ul li.is-active a.link:hover, section.use-hearth .sliders .feature-nav ul li.is-active a.link:focus {
  transform: scale(1.1) translateY(-50%);
}
section.use-hearth .sliders .feature-nav ul li.is-active .icon {
  border-color: #A33035;
}
section.use-hearth .sliders .feature-nav ul li h5 {
  font-weight: bold;
}
section.use-hearth .sliders .feature-nav ul li div {
  font-size: 14px;
}

html {
  height: 100%;
}
html body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
html body > main.site-main {
  flex: 1 0 auto;
}
html body > div[data-elementor-type=wp-page] {
  flex: 1 0 auto;
}
html body > .content-area {
  flex: 1 0 auto;
}
html body .elementor-location-footer {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .elementor-widget-search-filter-form .searchandfilter > ul > li > ul {
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 20px;
  }
  .elementor-widget-search-filter-form .searchandfilter > ul > li > ul > li .sf-label-radio {
    font-size: 22px;
    line-height: 32px;
  }
  .elementor-widget-search-filter-form .searchandfilter > ul > li > ul {
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 20px;
  }
  .elementor-widget-search-filter-form .searchandfilter > ul > li > ul > li .sf-label-radio {
    font-size: 22px;
    line-height: 32px;
  }
  section.use-hearth .sliders > div a.button {
    font-size: 16px;
  }
  section.use-hearth .sliders {
    grid-template-columns: 1fr;
    display: grid;
  }
  section.use-hearth .sliders > div {
    width: 100%;
  }
  section.use-hearth .sliders .hearth-features {
    display: none;
  }
  section.use-hearth .sliders .feature-nav .carousel-progress {
    display: none;
  }
  section.use-hearth .sliders .feature-nav .hearth-features-nav {
    padding-left: 15px;
  }
  section.use-hearth .sliders .feature-nav ul li {
    padding-right: 60px;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  section.use-hearth .sliders .feature-nav ul li h5 {
    margin: 0;
  }
  section.use-hearth .sliders .feature-nav ul li a.link {
    width: 30px;
    height: 30px;
  }
  section.use-hearth .sliders .feature-nav ul li .icon {
    width: 30px;
    height: 30px;
    left: -16px;
    padding: 2px;
  }
  section.use-hearth .sliders .feature-nav ul li.is-active a.link {
    right: 0;
    height: 100%;
  }
  section.use-hearth .sliders .feature-nav ul li.is-active a.button {
    padding: 16px 28px;
    visibility: visible;
    height: auto;
  }
}
@media (max-width: 767px) {
  .elementor-widget-search-filter-form .searchandfilter > ul > li > ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 15px;
  }
  .elementor-widget-search-filter-form .searchandfilter > ul > li > ul > li .sf-label-radio {
    font-size: 18px;
    line-height: 28px;
  }
  .elementor-widget-search-filter-form .searchandfilter > ul > li > ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 15px;
  }
  .elementor-widget-search-filter-form .searchandfilter > ul > li > ul > li .sf-label-radio {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  section.use-hearth .sliders .feature-nav ul li > div.content-right {
    display: none;
  }
  section.use-hearth .sliders .feature-nav ul li img:not(.icon) {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */