/**
 * @file
 * Visual styles for Startupgrowth Lite's layout.
 */

/*Regions Layout*/
.white-region {
  padding: 30px 0;
}
.light-gray-region {
  padding: 60px 0 30px 0;
}
.colored-region {
  padding: 40px 0;
}
.white-region + .white-region:not(.highlighted-bottom):not(.subfooter):not(.footer-top):not(.footer),
.colored-region:not(.dark) + .colored-region:not(.dark):not(.highlighted-bottom):not(.subfooter):not(.footer-top):not(.footer),
.colored-region.dark + .colored-region.dark:not(.highlighted-bottom):not(.subfooter):not(.footer-top):not(.footer),
.light-gray-region + .light-gray-region:not(.highlighted-bottom):not(.subfooter):not(.footer-top):not(.footer),
.light-colored-region + .light-colored-region:not(.highlighted-bottom):not(.subfooter):not(.footer-top):not(.footer),
body:not(.video-bg-active):not(.parallax-active) .white-region + .white-region.highlighted-bottom,
body:not(.video-bg-active):not(.parallax-active) .colored-region:not(.dark) + .colored-region:not(.dark).highlighted-bottom,
body:not(.video-bg-active):not(.parallax-active) .colored-region.dark + .colored-region.dark.highlighted-bottom,
body:not(.video-bg-active):not(.parallax-active) .light-gray-region + .light-gray-region.highlighted-bottom,
body:not(.video-bg-active):not(.parallax-active) .light-colored-region + .light-colored-region.highlighted-bottom {
  padding-top: 0!important;
}
.colored-region.black {
  background-color: #1f1f1f;
}
.subfooter.colored-region.black {
  background-color: #252525;
}
.light-gray-region {
  background-color: #e9e9e9;
}
.footer-top.light-gray-region {
  background-color: #dcdcdc;
}

/*header layout*/
.header-container {
  padding: 0;
}
.header-inside {
  padding: 0 0 30px 0;
  position: relative;
}
.header-inside-first {
  padding: 0 0 10px 0;
}
.header-inside-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-inside {
    padding: 0 0 30px;
  }
}
.main-content {
  padding: 10px 0 30px;
}
.path-frontpage .page {
  padding: 0;
}
.page {
  padding: 30px 0 0;
}
.path-frontpage .top-content {
  padding-top: 65px;
}
body:not(.path-frontpage) .main,
body:not(.path-frontpage) .sidebar {
  padding: 30px 0 0;
}
.path-frontpage .region-content {
  padding: 20px 0 0px;
}
.path-frontpage .region-sidebar-second,
.path-frontpage .region-sidebar-first {
  padding: 36px 0 0px;
}
.content-top-highlighted {
  padding: 40px 0 0;
  position: relative;
}
.content-top-highlighted:before {
  position: absolute;
  content: "";
  top: 0px;
  line-height: 1;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
}
.content-top-highlighted:after {
  position: absolute;
  content: "";
  bottom: -20px;
  line-height: 1;
  left: 50%;
  margin-left: -20px;
  z-index: 4;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
}
.white-region + .content-top-highlighted:before {
  border-top-color: #fff;
}
.light-gray-region + .content-top-highlighted:before {
  border-top-color: #e9e9e9;
}
.colored-region.black + .content-top-highlighted:before {
  border-top-color: #101010;
}
.light-gray-region.content-top-highlighted:after {
  border-top-color: #e9e9e9;
}
.white-region.content-top-highlighted:after {
  border-top-color: #ffffff;
}
.colored-region.black.content-top-highlighted:after {
  border-top-color: #101010;
}
body:not(.path-frontpage) .content-top-highlighted {
  margin-bottom: 40px;
}
.highlighted {
  padding: 40px 0 0 0;
  position: relative;
}
.highlighted:before {
  position: absolute;
  content: "";
  top: 0px;
  line-height: 1;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
}
.highlighted:after {
  position: absolute;
  content: "";
  bottom: -20px;
  line-height: 1;
  left: 50%;
  margin-left: -20px;
  z-index: 4;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
}
.white-region + .highlighted:before {
  border-top-color: #fff;
}
.light-gray-region + .highlighted:before {
  border-top-color: #e9e9e9;
}
.colored-region.black + .highlighted:before {
  border-top-color: #101010;
}
.light-gray-region.highlighted:after {
  border-top-color: #e9e9e9;
}
.white-region.highlighted:after {
  border-top-color: #ffffff;
}
.colored-region.black.highlighted:after {
  border-top-color: #101010;
}
.highlighted-bottom {
  width: 100%;
  padding: 105px 0 85px;
  position: relative;
}
.highlighted-bottom.white-region {
  background-color: #ffffff;
}
.highlighted-bottom-inside {
  position: relative;
  z-index: 3;
}
.bottom-content {
  padding: 30px 0 0 0;
}
.footer-top {
  padding: 25px 0 0;
}
.footer {
  padding: 35px 0;
}
.subfooter {
  padding: 25px 0 15px;
}

/*Footer columns clear*/
@media (min-width:768px) {
  .footer > .container > .row > .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width:992px) {
  .footer > .container > .row > .col-sm-6.col-md-3:nth-child(2n+1) {
    clear: none;
  }
}

/*Sidebars paddings*/
@media (min-width:1200px) {
  .fix-sidebar-second {
    padding-left: 65px;
  }
  .fix-sidebar-first {
    padding-right: 65px;
  }
}

/*Regions*/
/*Colored Region*/
.colored-region,
.colored-region.black {
  color: #e1e1e1;
}
.colored-region .subfooter-area {
  color: #d7d7d7;
}
.colored-region a {
  color: #ffffff;
  text-decoration: underline;
}
.colored-region a:hover {
  color: #ffffff;
  text-decoration: none;
}
.colored-region:not(.black) a:focus {
  color: #ffffff;
}

/*Footer*/
.footer-area {
  font-size: 14px;
}
@media (max-width:767px) {
  .footer-area {
    text-align: center;
  }
}

/*Subfooter*/
.subfooter-area {
  font-size: 14px;
}
@media (max-width: 991px) {
  .subfooter-area {
    text-align: center;
  }
}

/*Layout Mode*/
.boxed .banner-area {
  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;
  }
}

/* Banner full width region */
.container-fluid .banner-inside {
  margin: 0 -15px;
}