/* CSS Document */
/*

Theme Name: Child of Blue Haven Pools
Description: Child theme based on flash
Author: Rodwell Kaitano
Version: 4.1.1
Template: flash

*/
@import url("../flash/style.css");
/* Scss Document */
/* Scss Document */
/* Custom styles */
body {
  font-size: 16px;
}

.tg-slider-widget.slider-dark .slider-image .overlay {
  background-color: rgba(0, 0, 0, 0.2);
}

h3 {
  font-size: 28px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #1d5a9c;
  text-align: left;
}

h4 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  text-align: center;
  color: #f80000;
}

@media (max-width: 680px) {
  .center-logo-below-menu .logo, .logo {
    padding: 20px 0;
    width: 90%;
  }
}

.section-title {
  color: #1d5a9c;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 680px) {
  .section-title {
    font-size: 14px !important;
  }
}

.call-to-action-section .section-title-wrapper .section-title {
  text-align: center !important;
}

.section-description {
  text-align: left;
  color: #f52424;
  font-size: 25px;
}

.price {
  font-size: 30px;
  color: #F80000;
  font-weight: bold;
}

.services-pics {
  position: relative;
}

.services-intro {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  top: 313px;
  padding: 20px;
  font-size: 24px;
  color: #ff0000;
}

.call-to-action-section .section-subtitle {
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

@media (max-width: 680px) {
  .call-to-action-section .section-subtitle {
    font-size: 16px;
  }
}

.testimonial-container .testimonial-client-detail {
  margin-top: 15px;
}

.breadcrumb-trail.breadcrumbs .trail-title {
  float: left;
  font-weight: 400;
  font-size: 36px;
  padding: 6px 0;
}

#bottom-footer {
  padding: 20px 0;
  background-color: #078fc7;
  color: #ffffff;
}

#bottom-footer a {
  color: #FFFFFF;
}

.header-top {
  padding: 1rem 0;
  background-color: #078fc7;
  a-color: #ffffff !important;
}

.header-top p {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
}

@media (max-width: 680px) {
  .header-top p {
    font-size: 16px;
  }
}

.header-top .contact-info li {
  font-size: 1.8rem;
}

.header-top .left-content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.header-top .right-content {
  color: #ffffff;
  font-size: 18px;
}

.header-top .right-content a {
  color: #ffffff;
}

.call-outs {
  background: #ffffff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  font-size: 28px;
  font-weight: 700;
  color: #ff0000;
}

@media (max-width: 680px) {
  .call-outs {
    font-size: 20px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .header-top {
    display: block !important;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 0px;
}

img {
  height: auto;
  width: 100%;
  vertical-align: middle;
}

.section-title::before {
  background: #ff0000;
  left: 0%;
  margin-left: 0;
  width: 500px;
}

@media (max-width: 768px) {
  .section-title::before {
    width: 250px;
  }
}

.section-title::after {
  background: #078fc7;
  margin-left: -120px;
}
/*# sourceMappingURL=style.css.map */