/* --- Exford theme primary color / 2908277-zen --- */
a,
.wp-block-button.is-style-outline .wp-block-button__link,
.site-title a:hover,
.main-navigation a,
.main-navigation a:link,
.main-navigation a:visited,
.social-navigation a:hover,
.footer-navigation .footer-menu a:hover,
.entry-title a:active,
.entry-title a:focus,
.entry-title a:hover,
.page-title a:active,
.page-title a:focus,
.page-title a:hover,
.a8c-posts-list .a8c-posts-list-item__title a:active,
.a8c-posts-list .a8c-posts-list-item__title a:focus,
.a8c-posts-list .a8c-posts-list-item__title a:hover,
.site-info a:hover {
	color: #35466A;
}

button,
.button,
input[type=submit],
.wp-block-button__link,
.wp-block-file__button,
.a8c-posts-list__view-all,
.wp-block-file .wp-block-file__button,
.a8c-posts-list-item__featured span,
.wp-block-pullquote.is-style-solid-color,
.wp-block-pullquote.is-style-solid-color,
.sticky-post {
	background-color: #35466A;
}

.wp-block-quote {
	border-left-color: #35466A;
}

.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"] {
	border-right-color: #35466A;
}

.has-primary-color[class] {
	color: #35466A !important;
}

.has-primary-background-color[class] {
	background-color: #35466A !important;
}

/*Change color of social icons in the Header of the site - #20252842-hc*/
.social-links-menu li a {
	color: #f7a841;
}

/* Hide page titles | 20252842-hc */
.content-area .page .entry-header {
    display:none;
}
/* Global: change the text color: -- XXXX-hc (EZ) */
body,
.site-info { 
color: #35466A;
}
/* Global: change the color for headings and links: -- 21007212-hc (EZ) */
h1, h2, h3, h4, h5, h5,
a, .wp-block-button.is-style-outline .wp-block-button__link, .site-title a:hover, a:hover, .footer-navigation .footer-menu a:hover, .entry-title a:active, .entry-title a:focus, .entry-title a:hover, .page-title a:active, .page-title a:focus, .page-title a:hover, .a8c-posts-list .a8c-posts-list-item__title a:active, .a8c-posts-list .a8c-posts-list-item__title a:focus, .a8c-posts-list .a8c-posts-list-item__title a:hover, .site-info a:hover{
  color: #F7A841;
}
/* Adjusts the site footer / io / #3010397-zen */
.site-footer {
background-color: #35466a;
    color: #fff;
}

.site-info, #menu-footer-menu  {
    color: #fff;
}

/*Remove padding below page content | #3010397-zen sb*/
.site-main{
    padding-bottom: 0;
}

/*Extend footer to reach edges | #3010397-zen sb*/
#colophon {
    width: 100%;
}

/*Center footer widgets | #3010397-zen sb*/
.site-footer{
    flex-direction: column;
    align-items: center;
}
/* Remove dropdown arrows in menu  / XXXXXX-hc rw */
.main-navigation > div > ul > .menu-item-has-children > a::after {
	display: none; 
}
/* Remove - before sub menu item / 21795744-hc wv */
.main-navigation .sub-menu .menu-item a::before {
    counter-increment: nested-list;
    content: "";
}
.site-footer .jetpack-social-widget-list {
    text-align: center;
}
/* Stop word wrap on Cover blocks / 21351638-HC (MI) */
.entry-content .wp-block-cover__inner-container p {
      word-wrap: unset;
}
.page-id-6 div.robots-nocontent.sd-block.sd-social.sd-social-icon.sd-sharing {
  display: none;
  }
/** WPFORMS BUTTON COLOR **/
.wpforms-form button{
 background-color:rgb(8, 152, 166)!important; 
}
 
/** WPFORMS SUBMIT BUTTON **/
button.wpforms-submit{
 color:#36466a!important; 
 background-color:rgb(242, 163, 8)!important; 
}
