/* Add the same style to all buttons 10285783-hc (rf) */
.entry-content .wp-block-button__link,
button,
input[type=submit] {
	background-color: #c8942c;
	box-shadow: inset 0 -3px 0 0 rgba(0,0,0,0.25);
	line-height: 1;
	cursor: pointer;
	font-weight: 700;
	font-family: var(--font-base, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
	font-size: 0.83333rem;
	border-radius: 5px;
	border-width: 0;
	padding: 16px 16px;
}
/* Change the menu color 10285783-hc (rf) */
.main-navigation a:link,
.main-navigation a:visited,
.footer-navigation .footer-menu a:link,
.footer-navigation .footer-menu a:visited {
	color: #c8942c;
}

/* Change elements color 10285783-hc (rf) */
.wp-block-quote {
	border-left-color: #c8942c;
}
a {
	color: #c8942c;
}
/* Changing the Menu Button to gold | MJR | hc-21342192 */
#toggle-menu.button {
  background-color: #c8942c;
}
/* center buttons with aligncenter class | #21342192-hc eD */
.entry-content > .wp-block-button.aligncenter:not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
}
/* Changing the Submit button to Gold| MJR | hc-21342192 */
button.has-text-color.has-background-color.has-background.has-primary-background-color {
  background-color: #c8942c;
}


/* Changing the Border Left on BlockQuote color to Gold | MJR | hc-21342192 */
.has-background:not(.has-background-background-color) .wp-block-quote, [class*="background-color"]:not(.has-background-background-color) .wp-block-quote, [style*="background-color"] .wp-block-quote, .wp-block-cover[style*="background-image"] .wp-block-quote {
    border-color: #c8942c;
} 
/* Set button color hc-946D20*/
.entry-content .wp-block-button__link, button, input[type=submit] {
  background-color: #c8942c !important;
}

/* change instances of #195f2b hover color to #ae7024 for exford theme | #XXXXXX-hc eD */
.button:hover, 
button:hover,
input:hover[type="submit"],
.wp-block-button__link:hover,
.wp-block-file__button:hover, 
.a8c-posts-list__view-all:hover, 
body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:hover, 
.button:focus, button:focus,
input:focus[type="submit"],
.wp-block-button__link:focus,
.wp-block-file__button:focus, 
.a8c-posts-list__view-all:focus, 
body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, 
.has-focus.button, button.has-focus,
input.has-focus[type="submit"],
.has-focus.wp-block-button__link,
.has-focus.wp-block-file__button, 
.has-focus.a8c-posts-list__view-all, 
body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept,
.main-navigation #toggle:focus + #toggle-menu {
    background-color: #ae7024;
}
a:hover,
.main-navigation a:hover,
.site-info a:hover,
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover,
.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, 
.wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:active,
.wp-block-button.is-style-outline.wp-block-button__link:hover, 
.wp-block-button.is-style-outline.wp-block-button__link:focus, 
.wp-block-button.is-style-outline.wp-block-button__link.has-focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link.has-focus,
.a8c-posts-list__item .a8c-posts-list-item__meta a:hover, 
.a8c-posts-list__item .a8c-posts-list-item__meta a:active,
.footer-navigation .footer-menu a:hover,
.entry-meta a:hover, 
.entry-meta a:active,
.entry-footer a:hover,
.entry-footer a:active,
.comment-meta .comment-metadata a:hover, 
.comment-meta .comment-metadata a:active {
    color: #ae7024;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    border-color: #ae7024;
}
/* /change instances of #195f2b hover color to #ae7024 for exford theme */
/*  center background color of mailchimp success message  | 3495015-zd bk */
body .wp-block-jetpack-mailchimp .wp-block-jetpack-mailchimp_notification.wp-block-jetpack-mailchimp_success {
  background: #ae7024;
}


/* Left align logo & center | #25760041-hc-jg-ET */
@media screen and (min-width: 560px) {
	#masthead {
		display: grid;
		grid-template-columns: 1fr 3fr;
		grid-template-areas:
			"site-logo site-navigation";
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.site-branding {
		grid-area: site-logo;
		max-width: 300px;
	}
	.main-navigation {
		grid-area: site-navigation;
	}
	.main-navigation a {
		padding: 10px 8px;
	}
}

/* Fix homepage Yoga button alignment #25763799-hc*/

.home .wp-block-button.aligncenter.is-style-3d.has-custom-font {
    margin: 0 auto;
}
/* Change Button Hover Color | YH-27770763-hc */
button:hover, .wp-block-button__link:hover {
    background: #ae7024 !important;
}
/* Change Social Icons Hover Color | YH-27770763-hc */
.jetpack_widget_social_icons a:hover {
	color: #ae7024;
}

/* Change Menu Hover Color | YH-27770763-hc */
.main-navigation a:hover, .footer-navigation .footer-menu a:hover {
    color: #ae7024;
}
/* Footer widget links / 29894019-HC (MI) */

#text-3 a {
  font-size: 14px;


.entry-title {
    display: none !important;
}

h1.entry-title {
    display: none !important;
}

.page h1.entry-title {
    display: none !important;
}

.single h1.entry-title {
    display: none !important;
}


