/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/* Balasana theme primary color / 22368902-hc */
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,
.wp-block-newspack-blocks-homepage-articles article .entry-title a:active, 
.wp-block-newspack-blocks-homepage-articles article .entry-title a:focus, 
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
	color: #d6a838;
}

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: #d6a838;
}

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

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

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

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

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

/* Slideshow Block: remove the background color -- 22368902-hc */
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide {
	background: #697387 !important;
}

/* Center align pricing column hc-22747849-vk*/
.page-id-83 .wp-block-coblocks-pricing-table.has-2-columns .wp-block-coblocks-pricing-table-item {
	flex-basis: 100%;
	max-width: 100%;
}

button.wp-block-button__link, a.wp-block-button__link {
	background-color: #32334e;
	color: #fff !important;
}

/* Change hover color for buttons hc-22747849-vk */
.wp-block-button__link:hover {
	background-color: #697387;
}

/* Change menu background color on mobile hc-22747849-vk*/
#toggle-menu {
	background: #32334E !important;
}

/* Slideshow Block: remove the background color -- 22368902-hc */
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide {
	background: #697387 !important;
}

/* Slideshow Block: remove the background color -- 22368902-hc */
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide {
	background: white !important;
}

/* Add border to slideshow - 24194815-hc */
.wp-block-jetpack-slideshow_container.swiper-container.swiper-container-initialized.swiper-container-horizontal.wp-swiper-initialized {
	border: 0 solid;
}

/* Hide Carousel Info | TT-27285506-hc */
.jp-carousel-info {
	display: none;
}