
/* The Modal (background) */
.rkk-widget-modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 99991; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.rkk-widget-modal-content {
	background-color: #fefefe;
	margin: 20px auto; /* 15% from the top and centered */
	padding: 25px;
	border: 1px solid rgb(92, 92, 92);
	width: 60%; /* Could be more or less, depending on screen size */
	/* max-height:80vh */
}

@media all and (min-width:1024px) and (max-width: 1280px) {
	.rkk-widget-modal-content {
		padding: 15px;
		border: 1px solid #888;
		width: 90%; /* Could be more or less, depending on screen size */
	}
}

@media all and (max-width: 1023px) {
	.rkk-widget-modal-content {
		padding: 10px;
		border: 1px solid #888;
		width: 97%; /* Could be more or less, depending on screen size */
	}
}

/* The Close Button */
.rkk-widget-close {
	color: #aaa;
	float: right;
	font-size: 32px;
	font-weight: bold;
}

.rkk-widget-close:hover,
.rkk-widget-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}





ul.event-meta {
	margin: -10px 0 15px 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

ul.event-meta::after {
	content: '';
	display: block;
	clear: both;
}

ul.event-meta > li {
	margin: 0 30px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
	float: left;
	font: 300 24px/30px 'Open Sans', sans-serif;
	color: #777;
}

@media only screen and (max-width: 991px) {
	ul.event-meta > li {
		margin: 0 15px 0 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	ul.event-meta > li {
		float: none;
		margin: 0 0 10px 0;
	}
	ul.event-meta > li i {
		width: 30px;
		text-align: center;
	}
}

ul.event-meta > li:last-child {
	margin: 0 !important;
}

ul.event-meta > li > a,
ul.event-meta > li > a:focus,
ul.event-meta > li > a:hover {
	color: inherit;
	text-decoration: none;
}

[data-event-detail-abstract] {
	font-style:italic;
}

[data-event-detail-map] {
    border: 10px solid #fff;
    background: #fff;
    margin: 0 0 15px 0;
}

[data-event-detail-map] > iframe {
    border: none;
    width: 100%;
    height: 290px;
	margin: 10px 0;
}

[data-event-detail-location] {
	padding-top: 10px;
}