.wp-block-button {
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #4a4a4a;
	border: 0px;
	transition: background-color 0.3s linear 0s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
}
.wp-block-button a {
	color: #ffffff !important;
	text-decoration: none !important;
}
.tribe-events-category-special-event {
	background-color: #B4F8FF !important;
  margin: 0 !important;
}
.tribe-events-category-extra-special-event {
	background-color: #FFC6C6 !important;
	border-top: 3px solid #FF0000 !important;
	border-bottom: 3px solid #FF0000 !important;
  margin: 0 !important;
}
.tribe-events-category-red:before{
  position: absolute;
  left: 0;
  content: "";
  height:50px;
  width:10px;
  background-color:red;
}
.tribe-events-category-green:before{
  position: absolute;
  left: 0;
  content: "";
  height:50px;
  width:10px;
  background-color:lime;
}
.tribe-events-category-gray:before{
  position: absolute;
  left: 0;
  content: "";
  height:50px;
  width:10px;
  background-color:gray;
}
.tribe-events-category-yellow:before{
  position: absolute;
  left: 0;
  content: "";
  height:50px;
  width:10px;
  background-color:yellow;
}
.tribe-events-category-blue:before{
  position: absolute;
  left: 0;
  content: "";
  height:50px;
  width:10px;
  background-color:DodgerBlue;
}
.tribe-events-category-orange:before{
  position: absolute;
  left: 0;
  content: "";
  height:50px;
  width:10px;
  background-color:orange;
}