
/* ============================================================
   Omnia Dental Arts – Financial Info
   All custom classes scoped with .omniasubpage
   Colors:
     Olive/green   #6b6b3f
     Beige panel   #e9e4d8
     Heading olive #8a8a5c
     Body text     #4a4a3d
============================================================ */

.omniasubpage {
  color: #4a4a3d;;
  font-size: 18px;
}
.omniasubpage p { margin-bottom: 18px; }
.omniasubpage a { color: #6b6b3f; }

/* headings */
.omniasubpage-q {
  font-size: 26px;
  letter-spacing: 1px;
  color: #8a8a5c;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 14px;
  line-height: 1.25;
}
.omniasubpage-lead {
  font-size: 27px;
  letter-spacing: .5px;
  color: #6f6f57;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

/* ---------- TOP (white) SECTION ---------- */
.omniasubpage-top {
  padding: 55px 0 45px;
}
.omniasubpage-col { margin-bottom: 30px; }
.omniasubpage-divider {
  border: 0;
  border-top: 1px solid #d9d5c7;
  margin: 20px 0 40px;
}

/* ---------- CARECREDIT / CHERRY (beige) SECTION ---------- */
.omniasubpage-finance {
  background: #e9e4d8;
  padding: 55px 0;
}
.omniasubpage-finance ul {
  padding-left: 20px;
  margin-bottom: 16px;
}
.omniasubpage-finance li { margin-bottom: 12px; }
.omniasubpage-logo {
  display: block;
  max-width: 340px;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
}

/* ---------- SPECIALS (beige) SECTION ---------- */
.omniasubpage-specials {
  padding: 60px 0;
}
.omniasubpage-specials-lead .omniasubpage-lead {
  font-size: 40px;
  color: #8a8a5c;
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 20px;
}
.omniasubpage-specials-lead p { color: #4a4a3d; }

/* buttons */
.omniasubpage-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: .5px;
  background: #6b6b3f;
  color: #fff !important;
  transition: all .2s ease;
}
.omniasubpage-btn i { margin-right: 8px; }
.omniasubpage-btn:hover { background: #565635; color: #fff; text-decoration: none; }

/* offer cards */
.omniasubpage-offer {
  background: #e9e4d8;
  border-radius: 12px;
  padding: 35px 25px;
  text-align: center;
  margin-bottom: 24px;
}
.omniasubpage-offer-big {
  padding: 45px 30px;
}
.omniasubpage-offer-price {
  font-size: 54px;
  color: #8a8a5c;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 10px;
}
.omniasubpage-offer-title {
  font-size: 26px;
  letter-spacing: 1px;
  color: #6f6f57;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 18px;
  line-height: 1.3;
}
.omniasubpage-offer-note {
  font-size: 16px;
  color: #6f6f57;
  line-height: 1.5;
  margin: 0;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 767px) {
  .adwords section.od-section-sm.od-bg-green.od-cta-bar .col-xs-6 {
    width: 100%;
}
  .omniasubpage-q { font-size: 22px; }
  .omniasubpage-lead { font-size: 22px; }
  .omniasubpage-specials-lead .omniasubpage-lead { font-size: 30px; }
  .omniasubpage-offer-price { font-size: 44px; }
  .omniasubpage-logo { margin-top: 25px; }
  div#testimonialCarousel .item.active {
    width: 100%;
    float: left;
    padding: 15px;
 
}
.adwords section.od-hero {
    background: #eae6dd;
    padding-bottom: 50px;
    padding-top: 100px;
}
}

.cntgctfromads {
    padding-top: 50px;
}

.item.active {}

div#testimonialCarousel .item.active {
    width: 33.33%;
    float: left;
    padding: 15px;
    text-align: left;
}

div#testimonialCarousel .item.active .testimonial {
    background: #646947;
    padding: 15px;
    color: #fff;
}

div#testimonialCarousel .item.active .testimonial .quote {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}

div#testimonialCarousel .item.active .testimonial h4 {
    color: #fff;
}

.adwords section.od-hero form#leadGenFormContactPage {
    background: #fff;
    padding: 20px;
}

.adwords .od-topbar.hidden-xs {
    display: block !important;
    text-align: center;
}

.adwords .col-sm-3.text-right.hidden-xs {
    display: inline-block !important;
    position: absolute;
    right: 0;
}

.adwords .od-topbar.hidden-xs div {
    text-align: center;
}


@media (max-width:992px){
  .adwords .od-treat-heading h2 {
    margin-bottom: 30px;
}
.adwords .col-md-4.od-treat-heading {
    margin-bottom: 30px;
}
  .adwords section.od-hero form#leadGenFormContactPage {
    margin-top: 40px;
  }
  .adwords .omniasubpage-offer {
    margin-top: 40px;
}
div#testimonialCarousel .item.active {
    width: 100%;
}
}