.customButton {
	background-color:#256d7b;
	width: 50%;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#eeeeee;
	margin: 0.25em 0;
	padding:0.5em 1em;
	text-decoration:none;
	/*text-shadow:0px 1px 0px #112e33;*/
}
.customButton:hover {
	background-color:#1c4e57;
}
.customButton:active {
	position:relative;
	top:1px;
}

_ow-button-align-left {line-height: 3em;}

/* tribe events calendar */
/* .tribe-events-nav-pagination {display: none;} */
button.tribe-common-c-btn.tribe-events-c-search__button {background-color:#256d7b;}
.tribe-events-header.tribe-events-header--has-event-search {padding: 0 0.5em; background-color:#ccc;}