/*
Theme Name: Sparkified
Description: A child theme crafted just for you
Template: bridge
*/
@import url("../bridge/style.css");
/* BASE STYLES */
ol {
  padding-left: 32px;
}
.ppt {
  display: none !important;
}
.q_social_icon_holder {
  float: right;
}
.q_logo img {
  transition: none !important;
}
.footer_top {
  margin-top: -4px;
}
.qbutton.white{
  border-color: #6cb446;
}

/* TEXT + FONTS */
h1, h2 {
  font-family: 'rift-soft', sans-serif;
  font-size: 4.5rem;
  color: #1482c5;
  font-weight: 700;
  line-height: 0.9;
}
h3, h4 {
  font-family: 'rift-soft', sans-serif;
  font-size: 2.5rem;
  color: #1482c5;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 967px) {
  h1, h2 {
    font-size: 2.5rem !important;
    line-height: 1.1 !important;
  }
  h3, h4 {
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
  }
}
.reversetext h1,
.reversetext h2,
.reversetext h3,
.reversetext h4,
.reversetext h5,
.reversetext h6,
.reversetext a,
.reversetext p {
  color: white;
}

/* HEADERS + NAVIGATION */
header.sticky .header_bottom_right_widget_holder a.qbutton {
  background-color: #6cb345;
  border-color: #6cb345;
}
header.sticky .side_menu_button > a {
  color: #3a3a3a;
}
.side_menu_button {
  font-size: 24px;
  color: white !important;
}

/* PARALLAX + BACKGROUNDS */
.parallax {
  background-attachment: fixed !important;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.vc_row.wpb_row.section.vc_row-fluid.getthebook.vc_custom_1731957303242 {
  background-position: top !important;
  z-index: 100000 !important;
}
.vc_row.wpb_row.section.vc_row-fluid.parallax.vc_custom_1727461619686 {
  background-position: left !important;
}
.has-rellax-background {
  overflow: hidden;
}
.has-rellax-background .rellax-bg-holder {
  position: absolute;
  inset: -200px 0 -200px 0;
}
div#html5-watermark {
  display: none !important;
}

/* ACCORDIONS */
h6.qode-title-holder.ui-accordion-header {
  border-radius: 60px;
  margin-bottom: 6px;
  border-bottom: 0px;
}
h6.qode-title-holder.ui-accordion-header-active.ui-state-active {
  background-color: #1482c5;
}
.qode-accordion-holder .qode-title-holder.ui-state-active,
.qode-accordion-holder .qode-title-holder.ui-state-hover {
  background-color: #6cb446;
}

/* PRICING MODULES */
.q_elements_holder.three_columns .q_elements_item {
  border: 5px solid #d6d6d6;
  padding: 16px;
  border-radius: 26px;
  width: 85%;
}
.q_elements_item {
  width: 93% !important;
}
.q_elements_holder.two_columns .q_elements_item {
    border-radius: 26px;
    padding: 16px;
    border: 5px solid #d6d6d6;
}

/* LISTS */
.q_list.circle ul > li,
.q_list.number ul > li {
  color: white;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .q_icon_list p,
  .q_list.number.circle_number li {
    line-height: 26px;
  }
}

/* REVOLUTION SLIDER */
.vc_custom_1746547903948 {
  margin-top: -80px;
}

/* FORMS (NINJA FORMS) */
input#nf-field-8, input#nf-field-25 {
  line-height: 45px;
  padding: 0 22px;
  border-radius: 35px;
  font-family: 'Quicksand';
  font-weight: 800;
  font-size: 18px;
  color: white;
  background: #82b95c;
  border: 0;
}
.nf-field-element textarea {
  height: 200px;
  font-family: 'Quicksand';
  font-size: 15px;
  font-weight: 500;
}
.nf-form-fields-required {
  display: none;
}

/* HOTSPOTTER */
.fa.fa-map-marker:before {
  display: none;
}
.elegant-image-hotspot-container .elegant-image-hotspot-items .elegant-image-hotspot-item .elegant-image-hotspot-tooltip.tooltip-position-top {
  white-space: normal;
  overflow: visible;
  word-wrap: break-word;
  box-sizing: border-box;
  line-height: 16px;
  width: 200px;
}

/* RESPONSIVE ELEMENTS */
@media (min-width: 769px) {
  .wpb_single_image.wpb_content_element.vc_align_right.team {
    position: absolute;
    z-index: 1000;
  }
}
@media (max-width: 768px) {
  .desktopseparator,
  .vc_empty_space.desktopspacer {
    display: none !important;
	}
  .centeredtext {
    text-align: center !important;
  }
a.qbutton.large.white.default{
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
  }
}
@media (max-width: 767px) {
#benefits {
    background-image: none !important;
  }
}