a { color: #45ad9f; }
a:hover { color: #359e8e; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	color: #FFF;
	background-color: #45ad9f;
	border-color: #45ad9f;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	color: #FFF;
	background-color: #359e8e;
	border-color: #359e8e;
}
.post-more h3 span { color: #45ad9f; }
nav { background: #45ad9f; }
.info { background: #c2eae3; }
