/*Header Styles | 23144534-hc sb*/
.top-bar {
	background-color: #FFE14D;
}

/* Change submenu background color | 22421445-hc | tmb */
@media screen and (min-width: 768px) {
	.main-navigation ul ul {
		background-color: #2A5A83;
	}
}


/* Hide all page titles | 22421445-hc | tmb */
.page .entry-title {
	display: none;
}

/* Main menu size | smf-16369063-hc */
@media (min-width: 768px) {
	.main-navigation {
		font-size: 18px;
	}
}

/* add border below top bar + adjust top bar height | 16428114-hc */
.top-bar {
	padding: .3em 0;
	border-bottom: 6px solid #CCAA33;
}

/* Global: widen the content -- 16478401-hc (EZ) */
@media screen and (min-width: 768px) {
	.front-testimonials, .footer-widgets-wrapper, .recent-posts-wrapper, .site-branding-wrapper, .top-bar-wrapper, .site-content, .page-template-front-page .site-main > .hentry:first-of-type, .page-template-full-width-page-php .site-content, .site-content .full-width-widget-area, .header-widget-area .header-widget-area-wrapper {
		max-width: 1200px;
	}
}

@media screen and (min-width: 1100px) {
	#content, .site-branding-wrapper {
		max-width: 1200px;
	}
}

/* adjust main column width hc-24350536 */
.no-sidebar:not(.page-template-full-width-page):not(.page-template-front-page) .content-area {
    max-width: 100%;
}


.footer-widgets-wrapper {
	background-color: #ffffff;
}

/* Remove widget focus state / 22817977-hc  (MI) */
.widget:focus {
	outline: none;
}

/* Make header widget full-width | 22874924-HC (AVS) */
.header-widget-area {
	padding: 0;
}

.header-widget-area .header-widget-area-wrapper {
	max-width: unset;
	margin: 0;
	padding-top: 0;
}

.header-widget-area .header-widget-area-wrapper .widget_media_image {
	flex-basis: 100%;
}

/* Home header color | 22587035-hc (LS) */
.header-widget-area {
	background: white;
}

/* Space reduction | 22587035-hc (LS) */
.header-widget-area-wrapper {
	padding-bottom: 0;
}
#content {
    padding-top: 1px;
}

/*Menu toggle styles*/
.menu-toggle {
  color: #2A5A83;
  border-color: #2A5A83;
}

/* Change links color | 22874924-HC (AVS) */
.site-content a{
	color: #2A5A83;
}

/* Change footer text and link color - 24407552HC CP */
.site-footer a, .site-footer p, .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4 {
	color: black;
}

/* adjust footer color hc-24350536 */
.site-footer {
    background-color: #ffffff;
}
