$brand-primary: #58618e;
$brand-grey: #3b4a51;
body h1, h2, h3, h4 {
color: $brand-grey;
}
//Remove crosses
.footer-wrapper footer h3:before,
.blg-3 h3.node-title:before,
.single .headshot:before,
.tm-visitor-page .tint:before,
.tm-visitor-page article .headshot:before {
display: none;
}
//Banner Tint
.tint:before,
.single .tint:before {
background: rgba(59,74,81,0.0);
}
/******************
FOOTER
******************/
#block-getintouch {
.getintouch-labels li {
padding: 0 10px;
&:nth-of-type(2){
border-right: none;
}
}
.getintouch-buttons {
display: none;
}
}
/******************
FOOTER
******************/
.footer-wrapper {
background-color: $brand-primary;
}
#block-awfooterblock .footer-block-wrapper {
h3 {
padding-left: 0 ;
}
&.contact .field-wrapper {
margin-bottom: 20px;
a {
color: #fff;
}
}
&.menu a {
color: #fff;
}
}
.contact-message-contact-form .button {
background-color: #fff;
color: #000;
margin: 12px 0;
&:hover {
background-color: #ccc;
}
}