/**
 * Theme Name: Archibus
 * Template: kadence
 * Version: 1.0.0
 * Author: DesignHammer, LLC
 */

:root {
	--ascrt-blue-dark: #1a305a;
	--ascrt-blue: #0071ce;
	--ascrt-blue-light: #56bfe9;
	--ascrt-orange: #ec6750;
	--ascrt-yellow: #fbca0d;
}

.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a:hover {
	color: #fff !important;
}

/* case study cards */
.wp-block-query.case-study-cards .wp-block-post,
.wp-block-query.video-cards .wp-block-post {
	background-color: #fff;
	box-shadow: 0 15px 15px -10px rgb(0, 0, 0, 0.05);

}

:where(.wp-block-post-template.is-layout-grid) {
	gap: 2.5rem !important;
}
