/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* Adjust button */
.custom-menu-button a {
	color: #ffffff;
/* Text color */
	background-color: #538CA8;
/* Btn bg color */
	padding: 2px;
/* Space around text */
	border-radius: 12px;
/* higher number = rounded corners */
	border: solid #000000 0;
/* Border color & thickness */
	max-height: 40px;
/* Max height of button */
}

/* Adjust button on hover or remove the whole thing */
.custom-menu-button a:hover {
	color: #ffffff;
/* Hover color */
	background-color: #35a8ea;
/* Btn hover bg color */
	border: solid #000 0;
/* Hover border color & thickness */
}

/* Remove default hover on links*/
.custom-menu-button:hover {
	text-decoration: none;
	color: #fff !important;
}

/* Adjust button */
.custom-gold-button a {
	color: #ffffff;
/* Text color */
	background-color: #8F8959;
/* Btn bg color */
	padding: 2px;
/* Space around text */
	border-radius: 12px;
/* higher number = rounded corners */
	border: solid #000000 0;
/* Border color & thickness */
	max-height: 40px;
/* Max height of button */
}

/* Adjust button on hover or remove the whole thing */
.custom-gold-button a:hover {
	color: #ffffff;
/* Hover color */
	background-color: #35a8ea;
/* Btn hover bg color */
	border: solid #000 0;
/* Hover border color & thickness */
}

/* Remove default hover on links*/
.custom-gold-button:hover {
	text-decoration: none;
	color: #fff !important;
}

/* Adjust button */
.custom-red-button a {
	color: #ffffff;
/* Text color */
	background-color: #498787;
/* Btn bg color */
	padding: 2px;
/* Space around text */
	border-radius: 10px;
/* higher number = rounded corners */
	border: solid #000000 0;
/* Border color & thickness */
	max-height: 40px;
/* Max height of button */
}

/* Adjust button on hover or remove the whole thing */
.custom-red-button a:hover {
	color: #ffffff;
/* Hover color */
	background-color: #35a8ea;
/* Btn hover bg color */
	border: solid #000 0;
/* Hover border color & thickness */
}

/* Remove default hover on links*/
.custom-red-button:hover {
	text-decoration: none;
	color: #fff !important;
}