/*
Theme Name: Commstar Credit Union 2025
Theme URI: https://frostwp.com/
Template: frost
Author: WP Engine
Author URI: https://wpengine.com/
Description: With its clean, minimal design and powerful feature set, Frost enables agencies to build stylish and sophisticated WordPress websites. Frost is a masterpiece of design and functionality. It features a range of valuable patterns, including hero and portfolio sections, prominent call-to-action buttons, and customer testimonials. Whether you’re building a website for your business, personal brand, or creative project, Frost is perfect for anyone looking to launch quickly and efficiently.
Tags: block-patterns,block-styles,custom-colors,custom-logo,custom-menu,editor-style,full-site-editing,one-column,template-editing,threaded-comments,translation-ready,wide-blocks
Version: 1.0.10.1751912419
Updated: 2025-07-07 18:20:19

*/


input::placeholder {
    font-size: 16px;
	color:#000 !important;
}

.wp-block-kadence-posts h3 a {
	text-decoration:none !important;
}

.wp-block-kadence-posts .loop-entry .entry-content-wrap {
    box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-top:1px solid #ededed;
	min-height:475px !important;
	padding-top:40px !important;
}

.footer a:hover {
	color:#00582f;
}

/* Link color on inner pages/posts but NOT buttons */
body:not(.home) :where(.entry-content, .wp-block-post-content) a:not(.wp-block-button__link) {
  color: #2457ef;
}

body:not(.home) :where(.entry-content, .wp-block-post-content) a:not(.wp-block-button__link):hover,
body:not(.home) :where(.entry-content, .wp-block-post-content) a:not(.wp-block-button__link):focus {
  color: #1e49c8; /* slightly darker on hover */
}

/* Button hover effect: dark background, white text, smooth transition */
.wp-block-button__link {
  transition: background-color 0.25s ease, color 0.25s ease;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
  background-color: #021430;
  color: #ffffff;
}

.wp-block-kadence-off-canvas-trigger:hover, .wp-block-kadence-off-canvas-trigger:focus {
    color:#002963 !important;
    background: none;
    box-shadow: none;
}

.kb-table {
    border-collapse: collapse;
    width: 100% !important;
}

.kb-table-container .kb-table tr.kb-table-row385_af2457-22 {
    background-color: #002963 !important;
}

.apply-now-button {
	color:#fff !important;
}

.hidden {
	display:none !important;
}