/**
 * @file
 * Visual styles for Style+'s layout.
 */

/*Regions background colors*/
.region--white-background {
  background-color: #ffffff;
}
.region--gray-background {
  background-color: #f4f4f4;
}
.region--black-background {
  background-color: #232323;
}
.highlighted.region--black-background {
  background-color: #454545;
}

/*header-top-highlighted*/
.header-top-highlighted__container {
  position: relative;
  z-index: 498;
}

/*header-top layout*/
.header-top__container {
  border-bottom: 1px solid #f4f4f4;
  padding: 20px 0 15px;
}
.header-top__container p:last-child:first-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .header-top__section {
    text-align: center;
  }
}

/*header layout*/
.header-container {
  padding: 0;
}
.header__container {
  padding: 25px 0;
  position: relative;
}
.header-first {
  padding: 0 0 10px 0;
}
.header-second {
  padding: 0 0 20px 0;
}
@media (min-width:768px) {
  .search-area {
    width: 30px;
    float: right;
    padding: 1px 10px 0 0;
  }
  .main-navigation.with-search-bar {
    padding-right: 30px;
  }
}
@media (min-width:1200px) {
  .search-area {
    width: 60px;
  }
  .main-navigation.with-search-bar {
    padding-right: 60px;
  }
}
@media (max-width:767px) {
  .header__container {
    padding: 10px 0 30px;
  }
}

/*Regions spacing*/
.content-top {
  padding: 60px 0;
}
.content-top-highlighted {
  padding: 40px 0;
}
.media-background {
  width: 100%;
  padding: 100px 0;
  position: relative;
}
.media-background__container {
  position: relative;
  z-index: 3;
}
.main-content {
  padding: 40px 0 70px;
}
.content-bottom {
  padding: 50px 0;
}
.highlighted {
  padding: 20px 0;
}
.featured-top {
  padding: 100px 0 60px;
}
.featured {
  padding: 40px 0;
}
.featured-bottom {
  padding: 60px 0 90px;
}
.footer-top {
  padding: 50px 0 90px;
}
.footer-wrapper {
  position: relative;
}

/*Footer*/
.footer {
  padding: 50px 0 60px;
  position: relative;
}
.footer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  border-top-width: 3px;
  border-top-style: dashed;
  top: -1px;
  left: 0;
}
.region--colored-background.footer:before {
  border-top-color: #ffffff;
}
.footer__section {
  font-size: 14px;
}
.region--light-typography.region--black-background .footer__section {
  color: #b9b9b9;
}
@media (max-width:767px) {
  .footer__section {
    text-align: center;
  }
}

/*Footer bottom*/
.footer-bottom__container {
  padding: 20px 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: transparent;
}
.region--black-background + .region--black-background .footer-bottom__container {
  border-top-color: #313131;
}
.region--colored-background + .region--colored-background .footer-bottom__container {
  border-top-color: rgba(255,255,255,0.3);
}
.region--white-background + .region--white-background .footer-bottom__container,
.region--gray-background + .region--gray-background .footer-bottom__container {
  border-top-color: #e7e7e7;
}
.footer-bottom__section {
  font-size: 14px;
}
.region--light-typography.region--black-background .footer-bottom__section {
  color: #b9b9b9;
}
@media (max-width:767px) {
  .footer-bottom__section {
    text-align: center;
  }
}

/*Subfooter*/
.subfooter__container {
  padding: 30px 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: transparent;
}
.region--black-background + .region--black-background .subfooter__container {
  border-top-color: #313131;
}
.region--colored-background + .region--colored-background .subfooter__container {
  border-top-color: rgba(255,255,255,0.3);
}
.region--white-background + .region--white-background .subfooter__container,
.region--gray-background + .region--gray-background .subfooter__container {
  border-top-color: #e7e7e7;
}
.subfooter__section {
  font-size: 13px;
}
.region--light-typography.region--black-background .subfooter__section {
  color: #636363;
}
@media (max-width: 991px) {
  .subfooter__section {
    text-align: center;
  }
}

/*Custom Grid*/
.grid-gutter-0 {
  margin-right: 0px;
  margin-left: 0px;
}
.container-fluid .grid-gutter-0 {
  margin-right: -15px;
  margin-left: -15px;
}
.grid-gutter-0 .col-lg-6,
.grid-gutter-0 .col-lg-4,
.grid-gutter-0 .col-lg-3,
.grid-gutter-0 .col-md-6,
.grid-gutter-0 .col-md-4,
.grid-gutter-0 .col-md-3,
.grid-gutter-0 .col-sm-6,
.grid-gutter-0 .col-sm-4,
.grid-gutter-0 .col-sm-3,
.grid-gutter-0 .col-xs-6,
.grid-gutter-0 .col-xs-4,
.grid-gutter-0 .col-xs-3 {
  padding-left: 0px;
  padding-right: 0px;
}

/*Layout Mode*/
.boxed .banner__section {
  overflow: hidden;
}
@media (min-width:768px) {
  .boxed .page-container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-color: #fff;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
  }
  .boxed .page-container,
  .onscroll.boxed .page-container .header-container > .header {
    width: 750px;
  }
}
@media (min-width:992px) {
  .boxed .page-container,
  .onscroll.boxed .page-container .header-container > .header {
    width: 970px;
  }
}
@media (min-width:1200px) {
  .boxed .page-container,
  .onscroll.boxed .page-container .header-container > .header {
    width: 1170px;
  }
}
