/*
Theme Name:    JDS Child Theme
Description:   Child Theme for Beaver Builder
Version:       1.0.0
Author:        Jelly Design Studio
Author URI:    https://jellydesignstudio.com/
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/


.headline-one,
.headline-two h2,
.headline-three h3 {
font-family: "ivypresto-headline", serif;
font-weight: 100;
}

.cta-btn a {
  background-color: #492430;
  color: #f6efe8 !important;
  padding: 14px 20px !important;
  border-radius: 50px;
}

.cta-btn a:hover {
  background-color: #492430;
  color: #f6efe8 !important
}

#momence-plugin-lead-form .eUzxPd {
  border-radius: 50px !important;
}

.banner-overlay {
  z-index: 999;
}

/* Testimonials */
.owl-dots {
  padding-top: 30px;
}

.pp-testimonials .layout-3 .pp-testimonials-image {
  margin: 25px 10px 25px 10px !important;
}

/* Rounded Borders */
.corner-divider {
  position: relative;
  padding-top: 0px;	
}

.corner-divider::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.divider-olive,
.divider-olive::before {
  background: #2c2f26;
}

.divider-cream,
.divider-cream::before {
  background: #f6efe8;
}

.divider-linen,
.divider-linen::before{
  background: #ede1d2;
}


@media (max-width: 992px) {
.fl-node-m56hjs8q0ypf > .fl-col-content {
    background-color: #492430cc;
}
}