.author-page.custom-post-banner .block-bg-overlay {
  background: transparent;
}
.author-page.custom-post-banner .header-title {
  font-weight: 600;
}
.author-page.custom-post-banner .page-center,
.author-page.custom-post-banner{
  min-height: 300px;
}
.author-page.custom-post-banner .header-scrolldown i{
  color: #00366f;
}
.custom-post-banner{
  background-color: #f7f7f7;
  min-height: 315px;
  overflow: hidden;
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.custom-post-banner .header-bg-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: calc(100% + 30vh) !important;
  will-change: transform;
  transition: opacity .5s;
  transition-delay: .2s;
  opacity: 1;
}
.custom-post-banner .block-bg-overlay {
  border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: opacity .2s;
  background-color: #78ca36;
}
.custom-post-banner .header-bg {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.custom-post-banner .page-center {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  transition: opacity .5s;
  transition-delay: .2s;
  min-height:315px;
}
.custom-post-banner .header-content {
  position: relative;
  z-index: 5;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}
.custom-post-banner .header-content {
  margin: 0 auto;
  padding: 54px 36px;!;
}
.custom-post-banner .header-title {
  font-size: 35px;
  margin: 0;
  font-weight: 700;
}
.custom-post-banner .post-info {
  margin: 18px 0 0;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-family: 'Montserrat';
  line-height: normal;
}
.custom-post-banner .post-info div {
  display: inline;
}
.custom-post-banner .post-info span {
  margin: 0 14px;
  font-weight: 400;
}
.custom-post-banner .post-info  a {
  color: #fff;
}
.custom-post-banner .post-info a:hover {
  color: #78ca36;
}
.custom-post-banner .header-scrolldown {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -6px;
  z-index: 100;
  transition: transform .2s ease-in-out, opacity .2s linear .2s !important;
}
.custom-post-banner .header-scrolldown i {
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  vertical-align: middle;
}
.custom-post-banner .header-scrolldown:hover {
  transform: translateY(3px);
  opacity: .8;
}

