/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/* hide image widget titles 21413597-hc */
.widget_media_image .widget-title {
	display: none;
}

/* home post excerpt color 21413597-hc */
.home .wpnbha article p {
	color: #575757;
}

/* change pink accent color 21413597-hc */
.arcane-postcarousel-wrapper .owl-dots .owl-dot.active span,
.arcane-postcarousel-wrapper .owl-dots .owl-dot:hover span,
.author-info .author-description .author-title:after,
.featured-content-wrapper .owl-controls .owl-dots .owl-dot.active span,
.featured-content-wrapper .owl-controls .owl-dots .owl-dot:hover span,
.has-excerpt .entry-header-wrapper:after,
.infinite-scroll #infinite-handle span,
.more-link,
.sf-menu > li > a:after,
.more-link:visited,
.page-header:after,
.page-links > span,
.page-links a:hover,
.pagination .current.page-numbers,
.pagination .page-numbers:hover,
.search-control-wrapper a,
.search-control-wrapper a:visited,
.search-form .search-submit,
.site-social-menu a:active,
.site-social-menu a:focus,
.site-social-menu a:hover,
.site-social2-menu a:active,
.site-social2-menu a:focus,
.site-social2-menu a:hover,
.widget .widget-title:after,
.widget_nav_menu div[class^=menu-social-] a:active,
.widget_nav_menu div[class^=menu-social-] a:focus,
.widget_nav_menu div[class^=menu-social-] a:hover,
.wp_widget_tag_cloud a:active,
.wp_widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
body.page .entry-header-wrapper:after,
body.single .entry-header-wrapper:after,
button,
input[type=button],
input[type=reset],
input[type=submit] {
	background-color: #f900a4;
}

/* menu pink color 21413597-hc */
.sf-menu a:active,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu ul a:active,
.sf-menu ul a:focus,
.sf-menu ul a:hover {
	color: #f900a4;
}

/* home posts title hover 21413597-hc */
.wpnbha.has-text-color .entry-title a:hover {
	color: #f900a4;
}

/* set link color in single posts 21050647-hc */
.single article a,
.single article a:visited {
	color: #0389cc;
}

/* adjust padding below image widgets on desktop 21413597-hc */
@media screen and (min-width:768px) {
	.widget {
		margin-bottom: 1rem;
	}
}

/* Make 'more' button have white text | HC-21420421-JG */
.wpnbha.has-more-button button {
	color: #fff;
}

/* Use pink insted of orange | HC-21420421-JG */
.wp-block-quote, .wp-block-quote.is-style-large, .wp-block-quote.is-large {
	border-left-color: #f900a4;
}

button, input[type=button], input[type=reset], input[type=submit], body .widget_eu_cookie_law_widget #eu-cookie-law input.accept, button[data-load-more-btn], .button, .wp-block-button__link, .wp-block-file__button, .a8c-posts-list__view-all, button:visited, input:visited[type=button], input:visited[type=reset], input:visited[type=submit], body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:visited, .button:visited, .wp-block-button__link:visited, .wp-block-file__button:visited, .a8c-posts-list__view-all:visited {
	background: #f900a4;
}
/* Stack gallery image on mobile with class stackOnMobile SS-21420421-hc */
@media screen and (max-width: 480px){
.stackOnMobile.wp-block-gallery .blocks-gallery-item{
width: 100%;
margin-right: 0;
}
}
/* Change the read more button color to white SS-21420421-hc */
.post a.more-link {
color: #fff;
}
/* Enlarge post titles in mobiles | CM | #21446985-hc */
@media screen and (max-width: 768px) {
.wpnbha.ts-3 article .entry-title {
	font-size: 1.5em !important;
}
}
/* reduce space below image for blog posts block | 1447309-hc bk */
.wp-block-newspack-blocks-homepage-articles.image-aligntop .post-thumbnail {
  margin-bottom: .75rem;
}

/* reduce space between title and date for blog posts block  | 1447309-hc bk */
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > * {
  margin-bottom: 0.15rem;
  margin-top: 0.5rem;
	
}
/* reduce space between date and next post on newspack block hc-21474404 */
.wp-block-newspack-blocks-homepage-articles.is-grid article {
 margin-bottom: 1.5rem;
}
/* hide home page title 21474591-hc rs */
.home .entry-header-wrapper {
  display: none;
}
/* Move the mobile menu toggle to the right | CM | #21664373-hc*/
.toggle-menu-wrapper {
    text-align: right;
}
/*Center sidebar images-KS HC-21690141 */
.sidebar .widget_media_image {
    text-align: center;
}
