html body .button, html body .button:link, html body .button:visited, html body input[type=submit] {
    background: none;
    border-color: #eee;
    color: #eee;
}
html body .button:link, html body .button:visited, html body input[type=submit] {
    border-radius: 2px;
    border: 2px solid #eee;
    color: #eee;
    text-shadow: none;
    background: none;
    border-color: #eee;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}
.slider-slides .slide-caption p:last-child {
    margin-bottom: 0;
    text-shadow: 1px 2px #000000;
}
.slider-slides .slide-title {
    font-size: 2.6em;
      text-shadow: 1px 2px #000000;
}
a.post-readmore.button {
	background-color:#ff0000;
}
a.slide-link.button.button-medium {
	background-color:#ffffff;
}
a.slide-link.button.button-medium:hover {
	background-color:#89ce40;
	color:#ffffff;
}