
/* Remove bottom padding in site header | 33392262-hc LL */
header#masthead.site-header.responsive-max-width.has-logo.has-menu {
	padding-bottom: 5px;
}

/* Change Covid 19 menu item colors | 33392262-hc LL */
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2362 {
  
}
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2362 a {
	color: #FF0000;
}
/* Change Covid 19 menu item color on hover | 33392262-hc LL */
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2362:hover, .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2362:hover a{
    	color: #3a547c;
}
 
/* convert footer area font to sans-serif | 33392262-hc LL */
#colophon.site-footer h2, #colophon.site-footer {
    font-family: "Work Sans", Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
}


/* change the color of the links in the menu | #2348145-zen eD */
#wrap #header .menu a,
#wrap #header .menu a:link,
#wrap #header .menu a:visited{
  color: #FFFF;
}


.mh-main-nav { font-family: roboto condensed;
}

/* change the hover color of the links in the menu | #2348145-zen eD */
#wrap #header .menu a:hover{
  color: #333333;
}
#navigation {
	font-family: roboto condensed, din condensed, serif;
  text-transform: capitalize;
	font-size: 20px;
}


/*Remove Page and Post Titles from Site | #20227840-hc am */
.post .headline {
	display:none;
}
.page .headline {
	display:none;
}


/* adjust featured image on smaller screens */
@media (max-width: 1000px){
.feature-img.page-banner img {
    background-size: contain;
    background-repeat: no-repeat;
}
.feature-img.page-banner {
     min-height: 100px;
 }
}

/*Remove author from single posts | 20227840-hc sb*/
.single-post .post-meta a[rel=author]{
  display: none;
}
.single-post .post-meta p:nth-child(2){
  background-color: #ffffff;
  margin-left: -1em;
}



/* Width of Jetpack form widget 19838005-hc */

#wpforms-widget-6 {
    width: 60%;
}

/* Remove space above bulleted lists - 19907375-hc */
ul {
  margin-top: 0px;
}

/* -- make four columns of widgets spread 100% | DZ-20076569-hc -- */
.footer-widgets .widget {
    width: 25%;
}

#mc_embed_signup .button {
	margin-top: 15px !important;
}


/* Hide featured images */
.post .feature-img.page-banner {
    display: none;
}
.single-post .postarea.full {
    padding: 150px 0px 64px 0px;
}

.single-post #header.header-large {
    background-color: gray;
    margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
.single-post .postarea.full {
    padding: 0px 0px 64px 0px;
}
}
/*popup border*/
.sgpb-popup-builder-content-popupId
{border:none !important;}

/*reduce featured image size page rise | 32553994-hc*/ 
.page-id-4132 .page-banner img {
    height: 150px;
}
.page-id-4395 .page-banner img {
    height: 150px;
}

/* Primary width | 33404304-hc (LS) */
#primary {
    width: 100%;
}

/* Hide the footer only on the LEROF page */
body.page-id-7400 .widget-footer-area {
  display: none !important;
}


/* Hide header completely on LEROF page */
body.page-id-7400 header,
body.page-id-7400 .site-header,
body.page-id-7400 #masthead,
body.page-id-7400 .masthead,
body.page-id-7400 .main-header,
body.page-id-7400 .header-wrapper,
body.page-id-7400 .elementor-location-header,
body.page-id-7400 .elementor-header,
body.page-id-7400 .site-navigation,
body.page-id-7400 .top-bar,
body.page-id-7400 #top {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}


