/*
 Theme Name:   BPC GP Child
 Description:  A customized GeneratePress child theme
 Template:     generatepress
 Version:      0.1
*/

.site-header {
  border-bottom: 1px solid #292929;
}
.hero-interior h1 {
  margin-bottom: 0;
}
.gb-headline-interior-h1 {
  margin-bottom: 0;
  display: inline-block;
}
.h-alt {
  color: #d8292b;
}
.top-bar p {
  margin-bottom: 0;
}
.sidebar .widget {
  border-top: 10px solid #d8292b;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.site-footer ul {
  margin-left: 0;
}

@media (min-width:769px) {
  .ftr-div {
    border-right: 1px solid #666;
  }
  .hero-full {
    height: calc(100vh - 150px);
  }
  .hero-full > .gb-inside-container, .hero-interior {
    height: 100%;
  }
}
@media (max-width:768px) {
  .hp-welcome {
    background-size: cover !important;
  }
  .top-bar {
    display: none;
  }
}