input, textarea, select {
	-webkit-appearance: none;
}

#header {
	height: 190px !important;
}

#nav-header .nav li a {
	color: white !important;
}

#nav-header .nav li a:hover {
	background: #ed811f !important;
}

@media only screen and (max-width: 768px) {
	#header {
		height: auto !important;
	}
}

.postbox.acf-postbox.seamless {
	margin: 0 20% 0 10% !important;
	max-width: 70% !important;
	border: none !important;
}
@media only screen and (max-width: 768px) {
	max-width: 100% !important;
	padding: 0 43px !important;
	margin: 0 !important;
}

.postbox.acf-postbox.seamless > .inside {
	border-bottom: none !important;
}

#acf-group_5c46e3339e9a6 {
	display: none;
}

@media only screen and (min-width: 768px) {
	.hidden-desktop {
		display: none !important;
	}
}
@media only screen and (max-width: 768px) {
	.hidden-mobile {
		display: none !important;
	}
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.central-header-zone {
	padding: 10px 0 !important;
}

.social-links .social-tooltip:hover:before {
	transform: rotate(180deg) !important;
	top: 25px !important;
}

.social-links .social-tooltip:hover:after {
	top: 30px !important;
}

.event-informations {
	margin: 0 0 15px 15px !important;
	background-color: #f0f0f0;
	padding: 15px;
	float: right;
}

.event-informations.full-width {
	margin: 0 0 15px 0 !important;
	display: block;
	float: none;
}

.event-informations.fixed-width {
	max-width: 300px;
}

@media only screen and (max-width: 600px) {
	.event-informations {
		margin: 0 0 15px 0 !important;
		max-width: 600px !important;
		display: block;
		float: none;
	}
}

.event-informations > a.thumbnail > img {
	width: 100% !important;
	float: left;
}

.event-informations > a.thumbnail:after {
	display: table;
	clear: both;
	content: '';
}

.event-informations > h3 {
	margin: 0.8em 0 0.4em 0 !important;
	font-size: 1.0em !important;
	color: #ed811f;
}

.event-informations > h3:first-child {
	margin-top: 0 !important;
}

.event-informations > h3 > i {
	margin-right: 10px;
}

.event-informations > p {
	border-top: 1px solid #e2e2e2;
	margin: 0 !important;
	font-size: 0.8em;
	line-height: 1.4;
	padding: 0.4em 0;
}

.event-informations > p > strong {
	font-size: 1.1em;
}

.event-informations > p > a.map-link {
	background-color: rgba(248, 110, 24, 0.6);
	display: inline-block;
	border-radius: 3px;
	padding: 3px 8px;
	margin-top: 8px;
	font-size: 12px;
	color: white;
}

.event-informations > p > a.map-link:hover {
	background-color: #ed811f;
}

.event-informations > p > a.map-link > i {
	margin-right: 5px;
}

.event-informations > p > a.map-link ~ .hu-external {
	display: none;
}

.event-informations > ul {
	border-top: 1px solid #e2e2e2;
	margin: 0 !important;
	padding: 0;
}

.event-informations > ul > li {
	border-top: 1px solid #e2e2e2;
	padding: 0.4em 0 0.4em 1.4em;
	list-style: none !important;
	position: relative;
	line-height: 1.4;
	font-size: 0.8em;
}

.event-informations > ul > li:first-child {
	border-top: none;
}

.event-informations > ul > li > i {
	font-family: 'Font Awesome 5 Free';
	transform: translate(0, -50%);
	position: absolute;
	font-size: 14px;
	color: #ed811f;
	top: 50%;
	left: 0;
}

.event-informations > ul > li > span {
	font-style: italic;
}

.calendar_wrap > table {
	background-color: rgba(255, 255, 255, .3);
}

.calendar_wrap > table > caption {
	position: relative;
}

.calendar_wrap > table > caption > a,
.calendar_wrap > table > caption > a:hover {
	color: white !important;
}

.calendar_wrap > table > caption > a.prev,
.calendar_wrap > table > caption > a.next {
	position: absolute;
	font-size: 1.8em;
	display: block;
	height: 1.0em;
	width: 1.0em;
	opacity: 0.7;
	top: 50%;
}

.calendar_wrap > table > caption > a.prev:hover,
.calendar_wrap > table > caption > a.next:hover {
	opacity: 1.0;
}

.calendar_wrap > table > caption > a.prev {
	transform: translate(0.2em, -50%);
	left: 0;
}

.calendar_wrap > table > caption > a.next {
	transform: translate(-0.2em, -50%);
	right: 0;
}

.calendar_wrap > table > tbody > tr > td.disabled-day {
	opacity: 0.3;
}

.calendar_wrap > table > tbody > tr > td.today {
	color: #ed811f;
}

.newsletter-header {
	background-color: #ed811f;
	text-align: center;
	font-weight: bold;
	margin-top: 1.0em;
	line-height: 25px;
	font-size: 1.0em;
	padding: 5px;
	color: white;
}

.newsletter-header:before {
	font-family: 'Font Awesome 5 Free';
	display: inline-block !important;
	color: rgba(255, 255, 255, .7);
	text-align: center;
	position: relative;
	margin-right: 6px;
	font-weight: 900;
	content: '\f0e0';
	font-size: 15px;
	width: 1em;
	top: .1em;
}

.newsletter-form {
	background-color: rgba(255, 255, 255, .3);
	border: 1px solid #e2e2e2;
	border-top-width: 0;
	position: relative;
	padding: 1em;
}

.newsletter-form > .newsletter-field {
	position: relative;
}

.newsletter-form > .newsletter-field > label {
	font-weight: bold;
	display: block;
}

.newsletter-form > .newsletter-field > input[type="email"] {
	border: 2px solid #dddddd;
	background-color: white;
	box-sizing: border-box;
	line-height: 2em;
	padding: 0 0.5em;
	font-size: 1em;
	width: 100%;
}

.newsletter-form > .newsletter-field > input[type="checkbox"] {
	display: none;
}

.newsletter-form > .newsletter-field > input[type="checkbox"] ~ label {
	font-weight: normal;
	position: relative;
	padding-left: 2em;
	line-height: 1.2;
	font-size: .85em;
	margin-top: 1em;
}

.newsletter-form > .newsletter-field > input[type="checkbox"] ~ label:before {
	border: 2px solid #dddddd;
	background-color: white;
	position: absolute;
	display: block;
	height: 1.2em;
	width: 1.2em;
	content: '';
	top: .2em;
	left: 0;
}

.newsletter-form > .newsletter-field > input[type="checkbox"] ~ label:after {
	position: absolute;
	font-size: 1.6em;
	color: #ed811f;
	display: none;
	content: '✔';
	top: -.1em;
	left: .2em;
}

.newsletter-form > .newsletter-field > input[type="checkbox"]:checked ~ label:after {
	display: block;
}

.newsletter-form > .newsletter-field > input[type="checkbox"] ~ label a {
	color: #ed811f !important;
}

.newsletter-form > .newsletter-button {
	margin-top: 1em;
}

.newsletter-form > .newsletter-button > input[type="submit"] {
	background-color: #ed811f;
	text-transform: uppercase;
	border-radius: 3px;
	text-align: center;
	font-size: 1.1em;
	line-height: 2.0;
	display: block;
	border: none;
	color: white;
	width: 100%;
}

.mc4wp-alert {
	background-color: rgba(255, 255, 255, .3);
	border: 1px solid #e2e2e2;
	border-left-color: #ed811f;
	border-left-width: 3px;
	padding: 0.5em 1em;
	margin-top: 0.5em;
	font-weight: bold;
}

.widget_text > h3 {
	margin-bottom: 6px !important;
}

.boxed-image img {
	border: 2px solid #e2e2e2;
}

.wp-block-separator:before,
.wp-block-separator:after {
	display: table;
	clear: both;
	content: '';
}

.wp-block-table th,
.wp-block-table td {
	vertical-align: top !important;
}