/*Hover color for navigation buttons MA 17306540-hc*/
.posts-navigation .nav-previous a:hover {
background-color: #ff0033;
}

/* Changing the mobile menu border to red | MB | hc-41663569 */
ul.menu.nav-menu {
  border-color: #cc0000;
}

.main-navigation ul:before{
  color: #cc0000;
}
/* END */

/* Remove space after post titles / 41666050-hc / ADS */

h1.entry-title, h2.entry-title {
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
}


/* Reduce space between posts on homepage | #21834761-hc (hh) */
.home .post {
	padding-bottom: 0px;
}
.home .jetpack-blog-display.output-the-content.jetpack-the-excerpt p {
	margin-bottom: 0px;
}

/* Reduce space between header & site content | #21834761-hc (hh) */
.site-header {
	margin-bottom: 0px;
}
.branding-container {
	padding-bottom: 5px;
}

/* Make all Button blocks red with white text on hover | 41722655-hc JP */
.entry-content .wp-block-button .wp-block-button__link:focus, .entry-content .wp-block-button .wp-block-button__link:hover {
    background: #cc0000;
    color: #fff;
} 

/* Hide prefix from archive pages -- 6074338-zd-PEA */

.archive .page-title span {
    font-size: 26px;
}
.archive .page-title {
    font-size: 0;  margin-top: 15px !important;
}


/* Change page-header border color red #42017437-hc (MG)*/
.page-header{
	border-color: #e20303;
}

/* Add red line between post title and content AD 42017437-hc */
.wf-active .singular .entry-title {
   border-bottom-color: #e20303;
}


/* Reducing sidebar content padding 42059399-hc AR */
.widget {
	padding: 0.8em;
}

/*Footer colors 42064208 MA hc*/
.site-footer {
background: #212121;
}
.footer-widgets .widget {
    background-color: #212121;
}
.footer-widgets .widget a {
color: white;
}

/* captions smaller and to the left 42073231-hc DF*/ 
.wp-element-caption {
	font-size: 12px!important;
	text-align: left!important;
}

/* Change post title links to black and red on hover | SV */
#main .wp-block-post-title a {
  color: black;
  text-decoration: none;
}

#main .wp-block-post-title a:hover {
  color: #cc0000;
  text-decoration: underline;
}

/* Change Buttons link to red | JDL */
.is-style-outline .wp-block-button__link:not(.has-text-color) {
    color: #cc0000;
}
