/* General Typography
----------------------------------------------------------------------------- */

.wpd-lb li {
  margin-bottom: 5px;
}

.wpd-lb h2 {
  margin-bottom: 20px;
}

.wpd-lb .dark {
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.wpd-lb .dark h1,
.wpd-lb .dark h2,
.wpd-lb .dark h3,
.wpd-lb .dark h4,
.wpd-lb .dark h5,
.wpd-lb .dark h6,
.wpd-lb .dark .h1,
.wpd-lb .dark .h2,
.wpd-lb .dark .h3,
.wpd-lb .dark .h4,
.wpd-lb .dark .h5,
.wpd-lb .dark .h6 {
  color: #fff;
}

/* Content Section Columns
----------------------------------------------------------------------------- */

.wpd-lb .first {
  clear: both;
  margin-left: 0 !important;
}

.wpd-lb .column-section {
  overflow: hidden;
  padding: 100px 0;
}

.wpd-lb .double-column h2 {
  text-align: left;
}

.triple-column .one-third {
  margin-left: 0;
  width: 100%;
}

.double-column .one-half.first,
.triple-column .one-third:nth-of-type(1),
.triple-column .one-third:nth-of-type(2) {
  margin-bottom: 28px;
}

.triple-column .one-third:nth-of-type(1) .button,
.triple-column .one-third:nth-of-type(2) .button {
  margin-bottom: 50px;
}

/* Content + Image Bleed
----------------------------------------------------------------------------- */

.wpd-lb .bleed {
  line-height: 0;
}

.wpd-lb .bleed-content h2,
.wpd-lb .bleed-content p ~ ul {
  margin-bottom: 20px;
}

.wpd-lb .bleed-content h2 + p + ol {
  margin-top: 20px;
}

/* bleed, testimonials */
/*.wpd-lb .two-thirds img {
  margin-top: 28px;
}*/

/* Image
----------------------------------------------------------------------------- */

/* added to full width images and full wrap images */
.wpd-lb .cs-image {
  line-height: 0;
  margin-bottom: -1px;
  text-align: center;
}

/* Image + Image
----------------------------------------------------------------------------- */

.wpd-lb .dbl-img .one-half {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 157px;
  margin-left: 0;
}

/* Parallax Image
----------------------------------------------------------------------------- */

.wpd-lb .parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  width: 100%;
}

/* Testimonials
----------------------------------------------------------------------------- */

.testimonial .quote::before,
.long-testimonial .quote::before {
  color: #bcbcbc;
  content: '\f122';
  font-family: 'dashicons';
  font-size: 445%;
  font-weight: normal;
  line-height: 80px;
}

.testimonial .client,
.long-testimonial .client {
  margin-top: 28px;
}

.testimonial .client,
.testimonial .client-title,
.long-testimonial .client,
.long-testimonial .client-title {
  font-size: 90%;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase;
}

.testimonial {
  font-weight: 700;
}

.testimonial .quote {
  font-size: 135%;
  line-height: 32px;
}

.dark .testimonial .quote,
.dark .testimonial .client,
.dark .testimonial .client-title {
  color: #fff;
}

.long-testimonial {
  overflow: hidden;
}

.long-testimonial strong {
  font-size: 135%;
  font-weight: 700;
  line-height: 32px;
}

.dark .long-testimonial {
  color: #aaa;
}

.dark .long-testimonial .quote::before {
  color: gray;
}

.dark .long-testimonial strong,
.dark .long-testimonial .client,
.dark .long-testimonial .client-title {
  color: #fff;
}

/* CTA
----------------------------------------------------------------------------- */

.wpd-lb .call-to-action {
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.wpd-lb .call-to-action .btw {
  font-size: 80%;
  font-style: italic;
}

/* Adjustments
----------------------------------------------------------------------------- */

.wpd-lb .no-bottom-padding {
  padding-bottom: 0 !important;
}

.wpd-lb .no-bottom-padding .bleed-content {
  padding-bottom: 100px;
}

.wpd-lb .no-top-padding {
  padding-top: 0 !important;
}

.wpd-lb .no-top-padding .bleed-content {
  padding-top: 100px;
}

/* Media Queries
----------------------------------------------------------------------------- */

.wpd-lb .mobile {
  display: none;
}

@media (max-width: 767px) {

  .hidden-mobile {
    display: none !important;
  }

}

@media (min-width: 768px) {

  .wpd-lb h2 {
    text-align: center;
  }

  .wpd-lb .half {
    float: left;
    width: 50%;
  }

  .wpd-lb .dbl-img .one-half {
    height: 336px;
    width: 50%;
  }

  .wpd-lb .single-column {
    margin: 0 auto;
    text-align: center;
    width: 80%;
  }

  .wpd-lb .bleed-content h2 {
    text-align: left;
  }

  .wpd-lb .bleed {
    float: right;
    line-height: 0;
    margin-right: -100px !important;
  }

}

@media (min-width: 768px) and (max-width: 1023px) {

  .hidden-tablet {
    display: none !important;
  }

}

@media (min-width: 1024px) {

  .hidden-desktop {
    display: none !important;
  }

  .wpd-lb .dbl-img .one-half {
    height: 650px;
  }

  .triple-column .one-third {
    margin-left: 2.564102564102564%;
    width: 31.623931623931625%
  }

  .first.one-third, .first.one-half {
    margin-left: 0;
  }

}
