/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/* hide title to eliminate fout - requires JS to work  | 19846914-hc bk */
.site-title {
	visibility: hidden;
	font-size: 33.6px;
	font-weight: 400;
}

/*  show title with correct fonts - requires JS to work  | 19846914-hc bk */
.wf-active .site-title {
	visibility: visible;
}

.site-description {
	line-height: 1.0
}	

.site-description {
    padding-right: 80px;
	
}
/*Adjust the font-size for the tagline | 19846914-hc ST*/
.wf-active .site-description {
	font-size: 45px !important;
}

/* Reduce the margin below the testimonial content  | #19855201-HC YM */
.home .testimonial-entry-content {
	margin: 0 0 .3em !important;
}	

/* HC-19884499 | Make content width full for pages without sidebar */
.no-sidebar .recent-posts-header,
.no-sidebar .entry-meta,
.no-sidebar .hentry,
.no-sidebar .comments-area,
.no-sidebar.singular .entry-title,
.no-sidebar .post-navigation,
.no-sidebar .posts-navigation,
.no-sidebar .page-header {
	max-width: 100%;
}

div#front-page-recent-posts article:nth-child(n+8) {
	display: none;
}

/* Testimonials Archive Content */
 {
}

/*  Mek the font style italic for the description text || HC-19997012 | MM */
.taxonomy-description {
	font-style: italic;
}

/*Make Google Calendar wide on Calendar Page-HC-20047252-KS */
#post-2460 > div > iframe {
	width: 1080px;
}

header {
	color: #DC143C;
}

.widget {
	background: #a4a4a4;
	padding: 25px;
}

.site-footer {
	background-color: #000000;
	color: black;
}

.site-footer a {
	color: black;
}

.main-navigation li.menu-item a {
	color: black;
}

.footer-widgets, .footer-info, .site-footer, .footer-widgets a, .footer-info a, .site-footer a {
	color: #ffffff;
}

/* header bg KG-20186148-hc */
.site-header {
	background: #000000;
}

.main-navigation .menu > li.menu-item > a {
	color: #ffffff;
}

/* KG-20186148-hc */
.site-title {
	font-size: 2.41em;
	font-family: arimo;
}

/*  hide homepage recent posts | 20264420-hc bk */
.home .recent-posts {
	display: ;
}

/* change hyperlinks color of links under featured sites for veterans and location & hours widget to red 20270996-hc */
.home figcaption a, #text-20.widget a {
	color: red;
}	
}

/* font size and color of buttons | KW-20298857-hc */
.button, button {
	background-color: #dc143c;
	font-size: 30px;
}

.widget {
	margin-bottom: px;
}

.widget img.aligncenter {
	margin: 0 2em;
}

.widget {
	color: white;
}

.button {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 6px;
	border: 0;
	font-weight: bold;
	letter-spacing: .0625em;
	text-transform: uppercase;
	background: red;
	color: #fff;
}

/* Add a rollover background colour but keep the text white */
.button:hover,
.button:focus,
.button:active {
	background: #b7b6cd;
	color: #fff;
}

/*  Style the Follow Blog widget button -- 20641686-hc (DOC) */
#blog_subscription-9 button {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 6px;
	border: 0;
	font-weight: bold;
	letter-spacing: .0625em;
	text-transform: uppercase;
	background: red;
	color: #fff;
}

/* Add a rollover background colour but keep the text white */
#blog_subscription-9 button:hover,
#blog_subscription-9 button:focus,
#blog_subscription-9 button:active {
	background: #b7b6cd;
	color: #fff;
}

/* Hide the Recent Posts section on homepage  | #3418772-HC YM */
#front-page-recent-posts {
	display: none;
}

/* adjust site's menu to display on a single line | 32269414-hc GH */
ul#top-menu {
	justify-content: start;
}

ul#top-menu .menu-item {
	margin-left: 2em;
}
.footer-widgets label[for="wp-block-archives-5"],
.footer-widgets #recent-comments-3 h2 {
	display: none;
}
[ecs-list-events design=”compact”]


