/*  make sure the social icons wrap onto a new line -- 22553089-hc (DOC) */
.social-navigation > div > ul {
  flex-wrap: wrap;
} 

/* change menu button color | HC - 22553658 */
label#toggle-menu {
    background: #CF0000;
}

/* make social icons block responsive  | #22594456-hc bk */
.wp-block-social-links {
  flex-wrap: wrap;
}

/* add space above social icons  | #22594456-hc bk */
.wp-social-link {
  margin-top: 8px;
}

/* change post carousel slider  | #22594456-hc bk */
.wp-block-coblocks-post-carousel .slick-prev::before, 
.wp-block-coblocks-post-carousel .slick-next::before {
  filter: invert(1);
}

/* --- Removing sharing icons from blog page| 22595613-HC (JW) --- */ 
.page-id-83 .sharedaddy{
    display: none;
}

/* ---Remove author and category from single posts. | 22595613-HC (JW) --- */ 
.single-post .cat-links, .single-post .byline{
    display: none;
}

/* --- Change link color| 22595613-HC (JW) --- */ 
.wp-block-newspack-blocks-homepage-articles button{
	background-color: #cf0000;
}

.wp-block-newspack-blocks-homepage-articles article .more-link:hover, 
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover,
.main-navigation a:hover,
.social-navigation a:hover, 
.footer-navigation .footer-menu a:hover, 
.site-info a:hover, 
.site-title a:hover, 
.entry-content p a,
.nav-links a{
    color: #cf0000;
}

/* Center Footer Widgets #22641113-hc-jg */
footer#colophon .widget-area {
  text-align: center;
}

/* Change Footer Widget Link Color #22641113-hc-jg */
footer#colophon .widget-area a,
footer#colophon .widget-area a:visited,
footer#colophon .widget-area a:hover  {
  color: #cf0000;
}

/* fix libsyn blocks  | #3146188-hc bk */
.entry-content > iframe[src*="libsyn"] {
  display: block;
  max-width: calc( 782px - 32px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Class to make buttons bigger 25547843-hc cw */
.bigger-button-block .wp-block-button__link {
	padding: 25px;
	font-size: 1.5rem;
}

.wp-block-coblocks-post-carousel__excerpt{
	color: #fff;;
}

/* Change button color to red and rounded edges AD 37394056-hc */
.wp-block-button__link {
    border-radius: 100px !important;
    background-color: #c80000 !important;
}

/* Hide featured images in post carousel - 38776756-hc | (MA) */

.wp-block-coblocks-post-carousel__image
{
	display:none;
}


/* Add a background colour to post carousel arrows - 6082060-zd | (MA) */

#wp-coblocks-post-carousel-swiper-prev,
#wp-coblocks-post-carousel-swiper-next{
	background-color: rgba(255,255,255,0.4)
}

.type-post h2 {
    margin-top: 50px;
}
