#titles,p.menu_label{padding: 0px;}

.menu_item{padding: 1px;}

.nav li.menu-item-has-children a,.nav li.page_item_has_children a {
	padding-right:18px !important;}

.nav li {
	padding-right:3px !important;}

#eventlist {
	margin: 0;
  	font-size: 12px;
    list-style-type:none !important;
}

#eventlist li {
	height: 62px;
/*	border-left: 1px dotted #666666;
	border-right: 1px dotted #666666;
	border-bottom: 1px dotted #666666;*/
	list-style: none !important;
  list-style-type:none !important;
	padding: 5px;
	margin: 0;
}
#eventlist_small li {
	height: 18px;
/*	border-left: 1px dotted #666666;
	border-right: 1px dotted #666666;
	border-bottom: 1px dotted #666666;*/
	list-style: none !important;
	padding: 5px;
	margin: 0;
  	border-bottom: 1px dotted #fcfcfc;
}

#eventlist li:hover {
	background-color: #e6e6e6;
}

#eventlist_small li:hover {
	background-color: #e6e6e6;
}

.eventsdate {
	float: left;
/*border-right: 1px solid #12356e;*/
	height: 60px;
	width: 58px;
	color: #303030;
	font-weight: bold;
	font-size: 15px;
	margin: 0 17px 0 0;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
	border: 2.5px solid #1c3847;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	padding-top: 7px;
}

.eventsdate span {
	display: block;
  
	font-size: 20px;
	margin-top: 2px;
	text-align: center;
	color: #40afc3;
}

.eventname {
	font-weight: bold;
}

.eventname span {
	display: block;
  height: 50px;
	margin-top: 2px;
	font-weight: normal;
}

.eventname ul {
  list-style-type: none;
}

.widget_circleicon-widget .circle-icon-box .circle-icon {
	position: absolute;
	width: 70px;
	height: 70px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.widget-title {
	padding: 5px;
  	font-weight: 3px;
	border-bottom: 3px solid #303030;
}
