.vrspeventbody {
	display: inline-block;
}
.vrspeventimageimage {
	width: 100%;
	margin:0 0 10px 0; 
}
.vrspeventimageimage img {
	width: 100%;
}
.vrspeventbooknowdiv {
	margin: 10px 0 0 0;
}
.vrspeventbooknowdiv a {
	width: 100%;
}
.vrspevent-calendar-div {
	margin-bottom: 10px;
	position: relative;
}
.vr-event-calendar {
	width: 100%;
	padding: 8px 0;
	text-indent: 10px;
	color: #555;
	font-size: 1em;
	border: 1px solid #ddd;
	outline: none;
	border-radius: 5px;
	position: relative;
}
input[type="text"].vr-event-calendar {
	border-radius: 5px;
	padding-left: 0;
}
.vrspevent-calendar-div:before {
	position: absolute;
	right: 12px;
	top: 8px;
	font-family: "Font Awesome 5 Free";
	content: "\f073";
	font-size: 16px;
	color: #2d2d2d;
	z-index: 1;
}
.vrspeventfooter .half-size {
    display: inline-block;
    width: calc(50% - 3px);
}
.vrspeventfooter .vre-select {
	width: 100%;
}

.vrspeventsafedist {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	width: 100%;
	margin-top: 8px;
}
.vrspeventsafedist input {
	margin-right: 4px;
}
.vrspeventsafedist label {
	flex: 1;
}
.vrspeventpeoplediv.half-size {
	float: right;
}
.ui-tooltip.ui-widget-content {
	border-radius: 4px;
	font-size: 13px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
@media screen and (max-width : 540px) {
.vrspeventsafedist {
		align-items: normal;
	}
}