/* Removes Authors name from blog posts -PS */

SPAN.postedByLink {
display: none;
}

/* Linked title in upcoming events gadget on front page set to bold */
.WaGadgetUpcomingEvents .gadgetStyleBody ul li .title a {
font-weight: bold;
}

/*custom button */
.customButton {
background-color: #2196f3;
box-sizing: border-box;
color: white;
display: inline-block;
font: 300 14px Lato;
height: auto;
min-width: 92px;
outline: medium none;
padding: 5px 14px 6px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
vertical-align; middle;
white-space: no-wrap;
}

a.customButton {
color: white;
}