@charset "UTF-8";
/* CSS Document */

:root {
	--input_size_admin { width: calc(100% - 100px); }
}

p, ul, ol {
	font-family: TeamCompass-Light;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.6;
}
p b, ul li b, ol li b,
p strong, ul li strong, ol li strong {
	font-family: TeamCompass-SemiBold;
	font-weight: normal;
}

.tpl-events #admin .page {
	padding-top: 35px;
	padding-top: 0;
}
.tpl-events strong {
	font-family: TeamCompass-Semibold;
	font-weight: 400;
	opacity: 0.8;
}
.form {
	margin-top: 0;
	Xpadding-top: 0;
	border: 1px solid gray;
	border-radius: 10px;
}

#admin .page .lead p {
	font-size: 1.6rem;
	line-height: 1.4;
	font-family: TeamCompass;
	font-weight: normal;
	margin-bottom: 10px;
}
ul.simple-list {}
ul.simple-list li { text-align: left; }
ul.simple-list li i {}
ul.simple-list li i:before { content: ""; }
ul.simple-list li em {
	font-style: normal;
}
ul.simple-list.fixed-param {}
ul.simple-list.fixed-param li {
	padding: 0;
	margin: 0;
}
ul.simple-list.fixed-param li:before {
	display: none;
}
ul.simple-list.fixed-param li span:first-child {
	display: inline-block;
	font-family: 'TeamCompass-Semibold';
	font-weight: normal;
	opacity: 0.9;
	width: 110px;
	margin: 0;
}
ul.simple-list.fixed-param li span:last-child {
	display: inline-block;
}
ul.simple-list.fixed-param li span em { font-style: italic; }

span.discount {
	display: inline-block;
	vertical-align:text-bottom;
	padding: 2px 5px 1px 5px;
	border-radius: 15px;
	background-color: var(--brand_red);
	color: white;
	text-align: center;
	font-family: TeamCompass;
	font-weight: 600;
	font-size: 0.8em;
	line-height: 1;
}
.form .form-element[data-type="checkbox"] .form-value label { margin-right: 10px; }
.form-elements .form-element[data-input_size="100"] .form-value { width:calc(100% - 100px); }





.hero {
	display: block;
	position: relative;
	width: 100%;
	height: 600px;
}
.hero .background {
	display: block;
	position: absolute;
	width: 100vw;
	height: 600px;
	left:50%;
	transform: translate(-50%);
	background-color: #333;
	overflow: hidden;
}
.hero .background:before {
	position: absolute;
	content:"";
	inset:0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	filter:blur(20px);
	opacity: 0.5;
}
.hero figure {
	display: block;
	margin: 0; padding: 0;
	position: relative;
	width: 100%;
	height: 600px;
	z-index: 2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.page[data-page="Jelenktkezes-Workshop-1"] .hero .background:before { background-image: url("../../uploads/events/XL/1.webp"); }
.page[data-page="Jelenktkezes-Workshop-1"] .hero figure { background-image: url("../../uploads/events/XL/1.webp"); }

.page[data-page="Jelenktkezes-Workshop-2"] .hero .background:before { background-image: url("../../uploads/events/XL/2.webp"); }
.page[data-page="Jelenktkezes-Workshop-2"] .hero figure { background-image: url("../../uploads/events/XL/2.webp"); }

.page[data-page="Jelenktkezes-Workshop-3"] .hero .background:before { background-image: url("../../uploads/events/XL/3.webp"); }
.page[data-page="Jelenktkezes-Workshop-3"] .hero figure { background-image: url("../../uploads/events/XL/3.webp"); }



.hero figure .dim {
	display: block;
	position: absolute;
	width: 100%;
	height: 160px;
	bottom: 0;
	background: linear-gradient(#00000000, #000000bd);
}
.hero figure figcaption {
	margin: 0;
	padding: 0;
	position: absolute;
	top: auto;
	bottom: 50px;
	left: 60px;
	right: auto;
}
#admin .page .hero figure figcaption h1 {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 5rem;
	line-height: 1.1;
	text-shadow: 0 3px 5px rgba(0,0,0,0.68);
}
#admin .page .hero figure figcaption h2 {
	top: auto;
	left: auto;
	transform: none;
	margin: 0;
	padding: 0;
	color: white;
	font-size: 3.5rem;
	line-height: 1.1;
	text-shadow: 0 3px 5px rgba(0,0,0,0.68);
}
#admin .page .hero figure figcaption h3 {
	color: white;
	font-size: 1.8rem;
	line-height: 1.1;
	font-weight: bold;
	text-shadow: 0 3px 5px rgba(0,0,0,0.68);
}
#admin .page .hero figure figcaption h3 span.venue {}
#admin .page .hero figure figcaption h3 span.date {}
#admin .page .hero figure figcaption h3 span.venue em { display:none; }
#admin .page .hero figure figcaption h3 span.date em  { display:none; }

html[lang="hu"] #admin .page .hero figure figcaption h3 span.venue:before { content:"Helyszín: "; font-weight:normal; }
html[lang="hu"] #admin .page .hero figure figcaption h3 span.date:before  { content:"Időpont: ";  font-weight:normal; }
html[lang="hu"] #admin .page .hero figure figcaption h3 span.venue:after { content:", "; }

.columns {
	width: calc(100% + 50px);
	margin-left: -25px;
}
.columns .column .block {
	width: calc(100% - 50px);
	margin-left: 25px;
	height: 150px;
	background-color: var(--brand_red);
	padding: 15px;
	border-radius: 15px;
}
.columns .column .block h3 {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	text-align: center;
	color: white;
}

ul.event-testimonials {
	margin: 0;
	padding: 15px;
	list-style: none;
	border: 1px solid gray;
	border-radius: 10px;
	column-count: 2;
	column-gap: 15px;
}
ul.event-testimonials li {
	list-style: none;
	display: block;
	position: relative;
	margin: 0 0 15px 0; 
	padding: 15px 5px 15px 25px;
	font-size: 1rem;
	line-height: 1.2;
	break-inside: avoid;
	background-color: #F5F5F5;
	border-radius: 10px;
}
ul.event-testimonials li:before {
	display: block;
	content:"";
	position: absolute;
	width: 3px;
	left:0;
	top: 0;
	bottom: 0;
	background-color: #BF0000;
	display: none;
}

ul.event-testimonials li p.comment {
	font-size: 1.0rem;
	opacity: 1;
}
#admin .page ul.event-testimonials li p.author {
	margin-top: 5px;
	font-size: 1.33rem;
	opacity: 0.75;
	font-style: italic;
	text-wrap:balance;
}




#admin .page p.date-selector-title {
    color:var(--brand_red);
    font-family:TeamCompass;
    font-weight: bold;
    font-size:1.5rem;
}
#admin .page ul.date-selector {
	list-style:none;
	margin:15px 0;
	padding:0;
}
#admin .page ul.date-selector li {
	display:inline-block;
	vertical-align: top;
	margin:0 10px 10px 0;
	padding:0;
}
#admin .page ul.date-selector li a {
	display:block;
    font-family:TeamCompass;
    font-weight:bold;
    letter-spacing:0.3pt;
	background-color:#F5F5F5;
	color:white;
	color:#AAA;
	padding:5px 15px;
	border-radius:25px;
	text-decoration: none;
	border:2px solid #CCC;
	user-select:none;
}
#admin .page ul.date-selector li:not(.selected) a:hover {
	border-color:black;
	color:black;
}
#admin .page ul.date-selector li.selected a {
    background-color:white;
	border-color:var(--brand_red);
	color:var(--brand_red);
	pointer-events:none;
}

@media screen and (min-width:0px) and (max-width:859px){
	.columns {
		width: calc(100% - 30px);
		margin-left:0;
	}
	.columns .column {
		width: 100%;
	}
	.columns .column .block {
		width: 100%;
		margin:0 0 15px 0;
		height: auto;
	}
	.columns .column .block h3 {
		top: auto;
		transform:none;
	}
	
	.form {
		width: calc(100% - 32px);
	}
	.form .form-element[data-type="radios"] input ~ i { display: block; margin-bottom: -20px; }
	.form .form-element[data-type="radios"] input ~ em { display: block; margin-left: 25px; }
	.form .form-element[data-type="checkbox"] .form-value label { display: block; }
	.form .form-element[data-type="text1row"] input,
	.form .form-element[data-type="text1row"] textarea,
	.form .form-element[data-type="text3rows"] textarea,
	.form .form-element[data-type="text5rows"] textarea,
	.form .form-element[data-type="text7rows"] textarea,
	.form .form-element[data-type="text9rows"] textarea,
	.form .form-element[data-type="text11rows"] textarea,
	.form .form-element[data-type="text13rows"] textarea,
	.form .form-element[data-type="text15rows"] textarea,
	.form .form-element[data-type="text17rows"] textarea,
	.form .form-element[data-type="text19rows"] textarea,
	.form .form-element[data-type="select"] select {
	}
	.form .form-element[data-type="text1row"][data-mandatory="1"] .form-value .input-field::placeholder {
		display: block;
		position: relative;
		bottom: -5px;
		font-style: italic;
	}
	#admin .page .form .form-element[data-type="copy"] .form-value { margin-bottom: 0; }
	#admin .page .form .form-element[data-type="copy"][data-gap_before="15"] {
		margin-top: 0;
	}
}

