@media all {
	.head div {
		font-weight: 600;
		color: rgb(51, 51, 51);
	}
	.event-table__header div {font-family: 'Lato, sans-serif' !important;}
	.event-table__entry div {font-family: 'Lato, sans-serif' !important;}
	.pagination-block li {
		list-style: none !important;
		display: inline;
	}

	.pagination-block li button {
		background-color: rgba(255, 255, 255, 0);
		border: none;
	}

	.pagination-block li button.active {
		pointer-events: none;
		font-weight: 600;
	}

	.form-group input {
		max-width: 135px;
	}

	.event-table__container div {
		color: #666;
	}

	.event-table__header div {
		font-family: 'Lato, sans-serif';
	}

	.event-table__entry div {
		font-family: 'Lato, sans-serif';
	}

	.row[class*="event-"] .row {
		margin: 0 -15px;
	}

	.event-filter__container .event-filter__body,
	.event-filter__right {
		display: flex;
		flex-wrap: wrap;
	}

	.event-filter__container > div {
		display: flex;
		flex-direction: column;
	}

	.event-filter__button {
		align-self: flex-end;
		width: calc(100% + 30px);
	}

	.event-filter__container input,
	.event-filter__container .bootstrap-select {
		width: 100% !important;
	}

	.event-filter__container input.btn:first-child {
		margin: 0 0 5px 5px;
	}

	.event-filter__container input.btn {
		position: relative;
		bottom: 0;
		margin: 0 0 5px 0;
		white-space: normal;
		height: auto !important;
		min-height: 25px;
	}

	.entry-table__entry-wrapper {
		padding: 5px 0;
	}

	.event-table__entry:nth-child(2n) .entry-table__entry-wrapper {
		background-color: rgba(102, 102, 102, 0.2);
	}

	.event-table__image-container {
		padding-right: 0;
	}

	.event-table__image-wrapper {
		aspect-ratio: 1 / 1;
	}

	.event-table__image-body {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}

	.entry-table__entry--bottom i {
		font-size: 1.5em;
		margin: 5px;
		float: right;
	}

	.event-table__header-wrapper {
		border-bottom: 2px solid #ccc;
	}

	.event-table__header-item--last {
		text-align: right;
	}

	#genre {
		width: 100%;
		border: 1px solid #ccc;
	}

	.event-filter__right .form-group {
		width: 100%;
		margin: 0 !important;
		padding: 0 !important;
	}

	.event-filter__right .form-group input {
		width: auto !important;
		float: right;
	}

	input, select {
		font-family: 'Roboto-Regular', 'Arial';
		font-size: 14px;
		padding: 3px;
		border: 1px solid #ccc;
		color: #666666;
		margin-bottom: 5px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	.fas {
		font-family: 'FontAwesome';
		font-style: normal;
	}

	.form-group > label > span.info {
		display: none;
	}

	.form-group > label > :not(span):not(.captcha_img):not(.captcha_reload):not(br) {
		color: #555;
		background-color: transparent;
		background-image: none;
		border: none;
		border-radius: unset;
		box-shadow: unset;
		transition: none;
		line-height: normal;
		margin: 0;
	}

	.form-group input {
		max-width: unset;
	}
}

@media screen and (max-width: 991px) {
	.event-table__entry .entry-table__entry--top {padding-left: 15px;margin-left: -15px;}

	.event-table__entry:nth-child(2n + 1) .entry-table__entry--bottom {border-bottom: 1px solid rgba(102,102,102, 0.2);}
	.event-table__entry:nth-child(2n) .entry-table__entry--bottom {border-bottom: 1px solid #fff;}

	.event-table__entry .row-reverse {display: flex; flex-direction: column-reverse;}

	.event-table__entry {margin-bottom: 20px}
}

@media screen and (max-width: 576px) {
	.display-xxs {display: inline}
	.event-table__image,
	.event-table__content,
	.event-table__header-wrapper div[class*="-offset-"] {width: 100%;}
	.entry-table__entry-wrapper {padding: 0;}
	.event-table__header-wrapper div[class*="-offset-"] {margin-left: 0;}
}