.event-left {
	padding-right: 15px;
}

.events-load-more-container {
	margin-bottom: 15px;
}

.event-right {
	padding-left: 15px;
}

.event-divider {
	border-right: 3px solid rgba(0, 0, 0, 0.1);
}

.event-left img {
	width: 100%;
	object-fit: cover;
}

.event-date {
	font-size: 18px;
	font-weight: 500;
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
	border-radius: 8px;
	word-break: break-word;
}

.event-date .dots {
	flex: 1;
	border-bottom: 2px dotted #333;
	opacity: 0.2;
	margin-left: 10px;
	margin-right: 10px;
}

.event-load-more {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	transition-duration: .4s;
	text-align: center;
	min-width: 200px;
}

.event-add, .event-load-more {
	border-radius: 8px;
	color: #fff;
	border: 2px solid transparent;
	outline: none;
	background-color: #f06565;
	font-weight: 500;
	transition-duration: .4s;
}

.event-add:hover, .event-load-more:hover {
	border: 2px solid #f06565;
	color: #f06565;
	background-color: #fff;
	transition-duration: .4s;
}

.event-add:focus, .event-load-more:focus {
	outline: none;
}

.road-transport img {
	height: 30px;
	object-fit: contain;
}

.road-transport p {
	text-align: center;
	opacity: 0.5;
	font-size: 0.65rem;
}

#events {
	overflow-y: hidden;
	overflow-x: hidden;
	min-height: 40vh;
}

.events-calendar-filter-container {
	margin-top: 15px;
	width: calc(50% - 7.5px);
}

.events-calendar-filter-container:first-of-type {
	margin-right: 7.5px;
}

.events-calendar-filter-container:last-of-type {
	margin-left: 7.5px;
}

.events-home {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.events-home .selectors {
	border-radius: 8px;
	background-color: #fff;
}

.selectors h5 {
	opacity: 0.5;
	word-break: break-all;
}

#event-search-form {
	flex: 1 0;
}

select.event-select, input.event-select {
	width: 100%;
	border-radius: 8px;
	outline: 0;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
	background-image: url("../img/down-button.svg");
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: 50%;
	background-size: 1rem;
}

input.event-select {
	background: #fff !important;
}

.selectors select:focus {
	outline: 0;
}

.event-search {
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	flex: 1;
}

.event-search input {
	outline: 0;
	border: 0px;
}

.event-search input:focus {
	outline: 0;
}

.search-icon {
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	padding-left: 1rem;
}

.event-card {
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
	width: 100%;
}

.event-card img {
	width: calc(100% + 1px);
	object-fit: cover;
	border-radius: 8px 8px 0px 0px;
	margin-left: -1px;
}

.event-card-info {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	color: rgba(0, 0, 0, 0.5);
}

.road-transport a, .road-transport a:hover, .event-card a, .event-card a:hover {
	color: black;
	text-decoration: none;
}

a.event-add {
	color: white !important;
}

a.event-add:hover {
	color: #f06565 !important;
}

.city a {
	color: rgba(0, 0, 0, 0.5) !important;
}

.event-card h5 {
	font-weight: 600;
	font-size: 1.1rem;
}

.event-card .event-info {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	word-break: break-word;
}

.event-card .event-calendar-icon-container {
	width: 25px;
	min-width: 25px;
	margin-right: 5px;
}

.event-card img.event-calendar-icon {
	width: 100%;
	height: auto;
	border-radius: 0px;
	margin-left: 0px;
	object-fit: contain;
}

.event-info-container {
	position: relative;
	min-height: 38px;
	margin-bottom: 1.5rem;
}

.event-info {
	width: calc( 100% - 30px - 1.5rem );
	word-break: break-word;
}

.event-share {
	position: absolute;
	width: 30px;
	right: 0;
	bottom: 0;
}

.event-share img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.events-background {
	position: absolute;
	width: 100%;
	height: 100%;
}

.events-background img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}

@media screen and (max-width: 767.98px)
{
	.events-calendar-filter-container {
		width: 100%;
	}
	
	.events-calendar-filter-container:first-of-type {
		margin-right: 0px;
	}
	
	.events-calendar-filter-container:last-of-type {
		margin-left: 0px;
	}
	
	.event-info {
		width: calc( 100% - 20px - 1.5rem );
	}
	
	.event-left {
		padding-right: 0px;
	}
	
	.event-right {
		padding-left: 0px;
	}
	
	.event-divider {
		border-right: 0px solid black;
	}
	
	.event-columns-container {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 991.98px) {
	.event-date {
		font-size: 0.8rem;
	}
	.event-dates-single-title h2 {
		font-size: 0.95rem;
	}
	.single-event-custom-text {
		font-size: 0.8rem;
	}
	.event-share-title {
		font-size: 1.5rem;	
	}
}

@media screen and (max-width: 1621.98px) {
	.selectors h5, input.event-select {
		font-size: 0.9rem;
	}
}

@media screen and (min-width: 1600px)
{	
	.event-left {
		padding-right: 50px;
	}
	
	.events-load-more-container {
		margin-bottom: 50px;
	}
	
	.event-right {
		padding-left: 50px;
	}
	
	.events-calendar-filter-container {
		margin-top: 50px;
		width: calc(50% - 25px);
	}
	
	.events-calendar-filter-container:first-of-type {
		margin-right: 25px;
	}
	
	.events-calendar-filter-container:last-of-type {
		margin-left: 25px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1599px)
{	
	.events-load-more-container {
		margin-bottom: 30px;
	}
	
	.event-left {
		padding-right: 30px;
	}
	
	.event-right {
		padding-left: 30px;
	}
	
	.events-calendar-filter-container {
		margin-top: 30px;
		width: calc(50% - 15px);
	}
	
	.events-calendar-filter-container:first-of-type {
		margin-right: 15px;
	}
	
	.events-calendar-filter-container:last-of-type {
		margin-left: 15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 850px) {
	.event-card .event-info {
		font-size: 0.85rem;
	}
}