/* ************************ ALTITUDE OVERRIDES ******************************** */

/* remove line and space after h1 title */
.entry-header::after {
    border-bottom: 0px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

/* remove line and space entry footer */
.entry-footer::before {
    border-top: 0px;
}

/* Secondary Page Content Width (mainly for Content Views loops and archives) */
.full-width-content .content {

      padding-left: 0px !important;
        padding-right: 0px !important;
    width: 100%; 
  }


/* opaque filter over 2ndary page hero images */
html body.single div.site-container div.big-leader div.backstretch img
{ 
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	-o-filter: brightness(50%);
	-ms-filter: brightness(50%);
}

div.footer-widgets {
background-color: #518b96;
  background-color: #6c7096;
}

/* remove meta-data around maxims */
.maxim p.entry-meta {display: none !important;}

/* modify post titles */
.entry-header::after {
    border-bottom: 0px;
    margin: 0 auto 30px;
    padding-bottom: 30px;
}

/* *********************** DAMBUSTER ON RESPONSIVE ************************** */

/* GENESIS DAMBUSTER ADDS WHITE MARGIN AFTER UPDATE https://goo.gl/2M2Qoj and https://goo.gl/KIHcck */
.gd-full-width .site-inner {margin-top: 0px !important;} 

/* SET BASE COLOR FOR HEADER MENUS */
header.site-header  {background-color: #141414 !important;}
header.site-header.dark {background-color: #141414 !important;}

/* fix background color of header on responsive when dambuster installed */
body.header-full-width.full-width-content.gd-transparent-background.gd-full-width div.site-container header.site-header  {background-color: #141414 !important;}
/* fix background color of header on responsive when dambuster installed */
body.header-image.header-full-width.full-width-content.gd-full-width div.site-container header.site-header {background-color: #141414 !important;}


/* PUT THE TRANSPARENCY BACK ON HOME PAGE BUT ONLY FOR BIGGER THAN 1024px */
@media only screen and (min-width: 1024px) {
body.home.page.header-full-width.full-width-content.gd-full-width div.site-container header.site-header {background-color: transparent !important;}
body.home.page.header-full-width.full-width-content.gd-full-width div.site-container header.site-header.dark {background-color: #141414 !important;} 
}

/* PUT THE 76px back on top for full size screens only and not home page */
@media only screen and (min-width: 1024px) {
body.gd-full-width div.site-container div.site-inner main.content article div.entry-content {padding-top: 76px !important;}
body.home.page.gd-full-width div.site-container div.site-inner main.content article div.entry-content {padding-top: 0px !important;} 
}

/* give Beaver priority over site header */
html.fl-builder-edit body.logged-in.admin-bar.fl-builder header.site-header {z-index: -999;}