@charset "UTF-8";
/*RELEVANT FOR OLD SUWANEE CHRISTIAN SCHOOL LANDINGE PAGE*/

[class^='col-6'],
[class^='col-sm-6'] {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  [class^='col-6'] {
    margin-bottom: 0;
    }
  [class^='col-sm-6'],
  [class^='col-12'] {
    margin-bottom: 30px;
    }
  [class^='col-sm-6'] .b-featured_btnbox {
      padding: 30px 0;
  }
}

.b-featured_cat-2 .b-featured_cat_in .b-cat_overlay.b-cat_overlay_bg {
  height: auto;
  text-align: center;
  max-width: calc(100% - 30px);
  left: 0;
  right: 0;
  bottom: 30px;
  top: auto;
  margin: auto;
}
.b-featured_cat-2 .b-featured_cat_in .b-cat_overlay.b-cat_overlay_bg > div {
  padding: 15px 0px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
    .b-featured_cat-2 .b-featured_cat_in .b-cat_overlay.b-cat_overlay_bg > div {
      padding: 10px;
      display: inline-block;
    }   
}

.b-featured_cat-2 .b-featured_cat_in .b-cat_overlay.b-cat_overlay_bg h3 {
  display: inline-block;
  margin-top: 5px;
}
.b-featured_cat-2 .b-featured_cat_in .b-cat_overlay.b-cat_overlay_bg span {
  display: block;
  color: #fff;
  text-transform: uppercase;;
}

.b-featured_cat-2 .b-featured_btnbox h2,
.b-featured_cat-2 .b-featured_btnbox p {
  color: #ffffff;
  margin: 0;
  font-style: normal;
}
.b-featured_cat-2 .b-featured_btnbox h2 {
  margin: 5px 0;
}
.b-featured_cat-2 .b-featured_ctabox {
  background: url(../images/b-featured_ctabox-bkg.png) no-repeat center right;
}
@media screen and (max-width: 575px) {
  .b-featured_cat-2 .b-featured_ctabox {
    background-size: 100%;
  }
}
.b-featured_cat-2 .b-featured_ctabox h2,
.b-featured_cat-2 .b-featured_ctabox p {
  padding-left: 30px;
  text-transform: uppercase;
  margin: 0;
}
.b-featured_cat-2 .b-featured_ctabox h2 {
  font-size: 3rem; /*48px*/
  font-weight: 900;
  padding-bottom: 30px;
}
.b-featured_cat-2 .b-featured_ctabox p {
  font-size: 1.5rem; /*24px*/
  padding-top: 30px
}

.b-featured_btnbox .b-section_title {
    padding-top: 0px;
  }

.b-featured_btnbox .b-section_title h4  {
  margin: 0;
}
.b-featured_btnbox .b-section_title .b-title_separator {
  display: block;
}
.b-featured_btnbox .b-section_title span {
  letter-spacing: 3px;
  color: #ffffff;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.b-featured_btnbox .b-section_title .b-title_separator::before {
  content: " ";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -34px;
  width: 24px;
  height: 1px;
  display: inline-block;
  background-color: #ffffff;
}
.b-featured_btnbox .b-section_title .b-title_separator::after {
  content: " ";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: 10px;
  width: 24px;
  height: 1px;
  display: inline-block;
  background-color: #ffffff;
}
.b-featured_btnbox .b-section_title .b-title_separator span::before {
  content: " ";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 1px;
  display: inline-block;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -sand-transform: rotate(45deg);
  transform: rotate(45deg);
}
.b-featured_btnbox .b-section_title .b-title_separator span::after {
  content: " ";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 1px;
  display: inline-block;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -sand-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #height-scaled {
    height: 100%;
  }
  .b-featured_cat_in#height-scaled .b-img_zoom .img-scaled {
    max-width: 50%;
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .b-featured_cat_in .b-img_zoom .img-scaled {
    max-width: 211%;
    position:sticky;
    left:0;
  }
}