/* Enter Your Custom CSS Here */
.white {
  color: #fff;
}
.black {
  color: #000;
}

.no-padding-bottom .section {
  padding-bottom: 0px !important;
}

.no-padding-top .section {
  padding-top: 0px !important;
}

.full_width .parallax_content {
  width: 100% !important;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}

@media (max-width: 567px) {
  .carousel-inner h2 span, .carousel-inner p span {
      font-size: 80%;
  }
}
@media (max-width: 767px) {
  .carousel-inner h2 span, .carousel-inner p span {
      font-size: 80%;
  }
}

.clear-both {
  clear: both;
}