/* Enter Your Custom CSS Here */

.custom-side-nav .menu-item .sub-menu {
  margin-top: -1px;
}



.custom-side-nav  .current-menu-item {
	background: #9D2235;
	padding: 0.5em;
	position: relative;
}

.custom-side-nav  .current-menu-item a {
   color: white!important;
}

@media screen and (max-width: 980px) {
.et_mobile_nav_menu {
   text-align: right;
   padding-right: 24px;
}
}

@media screen and (min-width: 981px) {

.custom-side-nav  .current-menu-item:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1000;
  top: 50%;
  right: -1px;
  margin-top: -7px;
  border: 7px solid transparent;
  border-right-color: #ffffff!important;
}
.custom-side-nav .menu {
   margin-right: -30px;
  }
  
 /* events styles */

.tribe-events-page-template .column.main {
	width: 100%;
	max-width: 680px;
}

.tribe-events-page-template #upcoming-events {
	padding-top: 30px;
	position: relative;
	top: 16px;
	z-index: 2;
}

.event-category-icons li {
	list-style-type: none;
	display: inline-block;
	width: 80px;
	height: 80px;
	padding: 12px 0;
	margin: 0!important;

}
.event-category-icons li a {
	display: block;
	height: 0;
	width: 80px;	
	padding-top: 80px;
	overflow: hidden;
}

.event-category-icons a[href$="category/art/"] {

	background: url(tribe-events/event-icons/art.png);

}

.event-category-icons a[href$="category/diversity/"] {

	background: url(tribe-events/event-icons/diversity.png);

}

.event-category-icons a[href$="category/entertainment/"] {

	background: url(tribe-events/event-icons/entertainment.png);

}
.event-category-icons a[href$="category/food/"] {

	background: url(tribe-events/event-icons/food.png);

}

.event-category-icons a[href$="category/get-connected/"] {

	background: url(tribe-events/event-icons/get-connected.png);

}


.event-category-icons a[href$="category/wild-events/"] {

	background: url(tribe-events/event-icons/events.png);

}

.event-category-icons a[href$="category/health/"] {

	background: url(tribe-events/event-icons/health.png);

}

.event-category-icons a[href$="category/money/"] {

	background: url(tribe-events/event-icons/money.png);

}

.event-category-icons a[href$="category/service/"] {

	background: url(tribe-events/event-icons/service.png);

}

.event-category-icons a[href$="category/spirit/"] {

	background: url(tribe-events/event-icons/spirit.png);

}

.tribe-events-list .tribe-events-button {
	margin-bottom: 1em;
}

.tribe-events-list-widget .widget-title {
	height:56px;
	margin:15px 0 0 0;
	padding:0 15px;
	background:url(images/structure/bar.png) no-repeat;
	color:#fff;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.20em;
}

.CountDownTimer .widget-title {
	font-size: 1.5em;
	color: #222;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
}