/* WOO CUSTOM STYLESHEET---------------------Instructions:Add your custom styles here instead of style.css so it is easier to update the theme. Simply copy an existing style from style.css to this file, and modify it to your liking.*/
.ko-calendar-event-list a:active, .ko-calendar-event-list a:link {

	margin: 4px;	
	color: #53534c;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
	float: none;	
}

.ko-calendar-event-list a:hover {

	margin: 4px;	
	color: ##1b1b19;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
	float: none;	
}

.ko-calendar-date  {

	margin-top: 6px;
	color: #53534c;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;

}

.ko-calendar-entry-date-text {

	color: #53534c;
	font-size: 12px;
	font-weight: bold;
	margin-left: 4px;
}

.ko-calendar-entry-location-text {

	color: #53534c;
	font-size: 12px;
	margin-left: 4px;

}

.ko-calendar-entry-body p  {

	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #53534c;
	font-size: 12px;

}

/* Added for styling the participating shops for the disloyalty card. */

div.dcshop {
	display: inline-block;
	width: 500px;
}

li.dcname {
	font-size: 16px;
	font-weight: bold;
}

li.dcaddress {
	font-size: 12px;
	/*background*/-color: #c1c1b7;
	padding-top: 5px;
	padding-bottom: 5px;
}

li.dcmaplink a, li.dcmaplink a:hover, li.dcmaplink a:active, li.dcmaplink a:visited {
	background-color: #45453f;
	padding: 7px;
	text-align: center;
	color: #eee !important;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none !important;
	float: right;
	margin-bottom: 10px;
	font: normal 1.1em Georgia, "Times New Roman", Times, serif;
	color: #fbf7e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul.dcshop {
	margin-left: 0;
	margin-bottom: 25px;
	margin-top: 30px;
}

li.dclogo {
	display: block;
	float: left;
	margin-right: 13px;
}

ul.dcshop li {
	list-style: none;
	display: block;
}