/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
.main-navigation a:hover {
	color: #ffd200;
}

/* Change mobile button background color - 20835461-hc    */
.button, .button:hover {
	background-color: #ffd200;
}

/* --- Balasana theme primary color / 3007588-zen --- aam */
a,
.wp-block-button.is-style-outline .wp-block-button__link,
.site-title a:hover,
.main-navigation a:hover,
.social-navigation a:hover,
.site-info a:hover,
.footer-navigation .footer-menu a:hover,
.entry-title a:active,
.entry-title a:focus,
.entry-title a:hover,
.page-title a:active,
.page-title a:focus,
.page-title a:hover,
.a8c-posts-list .a8c-posts-list-item__title a:active,
.a8c-posts-list .a8c-posts-list-item__title a:focus,
.a8c-posts-list .a8c-posts-list-item__title a:hover,
.post-navigation a:active .post-title,
.post-navigation a:focus .post-title,
.post-navigation a:hover .post-title,
.comment-meta .comment-author .fn a:active,
.comment-meta .comment-author .fn a:focus,
.comment-meta .comment-author .fn a:hover {
	color: #ffd200;
}

button,
.button,
input[type=submit],
.wp-block-button__link,
.wp-block-file__button,
.a8c-posts-list__view-all,
body .widget_eu_cookie_law_widget #eu-cookie-law input.accept,
.wp-block-file .wp-block-file__button,
.a8c-posts-list-item__featured span,
.wp-block-pullquote.is-style-solid-color,
.main-navigation #toggle:focus+#toggle-menu,
.sticky-post {
	background-color: #ffd200;
}

.wp-block-quote {
	border-left-color: #ffd200;
}

.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"] {
	border-right-color: #ffd200;
}

.has-primary-color[class] {
	color: #ffd200 !important;
}

.has-primary-background-color[class] {
	background-color: #ffd200 !important;
}

@media only screen and (min-width:560px) {
	.main-navigation>div>ul>.menu-item-has-children>a:after {
		border-top: 4px solid #ffd200;
	}
}

/* --- Balasana theme accent color / 3007588-zen --- aam */
a:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link.has-focus,
.a8c-posts-list__item .a8c-posts-list-item__meta a:hover,
.a8c-posts-list__item .a8c-posts-list-item__meta a:active,
.entry-meta a:hover,
.entry-meta a:active,
.entry-footer a:hover,
.entry-footer a:active,
.comment-meta .comment-metadata a:hover,
.comment-meta .comment-metadata a:active {
	color: #ffd200;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
	border-color: #ffd200;
}

button:hover,
.button:hover,
input:hover[type=submit],
.wp-block-button__link:hover,
.wp-block-file__button:hover,
.a8c-posts-list__view-all:hover,
body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:hover,
button:focus,
.button:focus,
input:focus[type=submit],
.wp-block-button__link:focus,
.wp-block-file__button:focus,
.a8c-posts-list__view-all:focus,
body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
button.has-focus,
.has-focus.button,
input.has-focus[type=submit],
.has-focus.wp-block-button__link,
.has-focus.wp-block-file__button,
.has-focus.a8c-posts-list__view-all,
body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
	background-color: #ffd200;
}

/*change hover color of blog post entry titles-3007588zen-se*/
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
	color: #ffd200;
}

/* Change author link color on hover */
.author a.url:hover {
	color: #ffd200 !important;
}