/* change background color so header doesn't flash before displaying image - NOT WORKING CORRECTLY IN PRODUCTION*/

.header-bg {
  background-color: #00397a 
	opacity: 1 !important;
	transition: none !important;
}
.site-header::before{
	display: none !important;
}

/* .site-header {
    background: #00397a url('https://intersectforability.com/wp-content/uploads/2026/03/header-wave-with-Intersect-Blue_mini.png') no-repeat center !important;
    background-size: cover;
} */

/* override front page alignment to left align featured post query*/
.query-loop-align-left {
	text-align: left;
}

/* link color */
a {
     color: #005bba;}
a:hover, a:focus {
     color: #00397a;}

/* Always show drop down arrows for Details Blocks */
summary {
   display: list-item;
}

/* 
Button colors
*/
.wp-block-button, .wp-block-button__link,.button{
  background-color: #0454a4;
  color: white;
  border: 0px solid #0454a4;
  border-radius: 6px;
}

.wp-block-button:hover,.wp-block-button__link:hover,.button:hover {
  background-color: #00397a;
  color: white;
}


/* 
WP-Forms submit button color
*/
.wpforms-form button[type=submit] {
	background-color: #0454a4 !important;
	color: #fff;
	font-style: normal;
	width: 25%;

}
 
.wpforms-form button[type=submit]:hover {
    background-color: #00397a;
}

/* resize logo on Front page
*/
/* remove spacing for tagline */
 .home .site-branding {
    margin-bottom: -50px;
}
.site-logo {
	max-height: 100%;
	width: 100%;
    }

/*This version does not resize on mobile*/
/*
  .site-logo {
	max-width: 526px;
	max-height: 250px;
  width: auto;
	height: 250px;
    }
 */

/* Remove the featured posts from auto displaying on Front Page (dont remove the first statement with empty brackets or it wont work)
 */
.featured-posts {
}
.home .featured-posts {
display: none;
}!important

.nav-links {
	visibility: hidden;
}!important

ul {
  list-style-type: circle !important;
}

/*Remove link from categories block
 */
/* .category_no_link .taxonomy-categories a {pointer-events: none;cursor: default;} !important

.category_no_link .post-category-nonlink {
	color: #000000
}!important

div.taxonomy-category.category_no_link {
 font-style: italic; 
}!important

.category_no_link {
 font-style: italic; 
}!important */