html {
	scroll-behavior: smooth;
}
.no-padding,
.no-padding .wp-block-group__inner-container {
	padding: 0 !important;
}
.no-padding-v,
.no-padding-v .wp-block-group__inner-container {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.event-title,
.event-h2,
.event-h3,
.event-text-special {
	font-family: var(--bagp-font-family-2), Sans-serif !important;
	color: var(--bagp-color-accent);

}
.event-text-special p {
	text-indent: 0 !important;
}
.event-title {
	font-size: 30px;
	margin: 0 0 0 auto;
}
.event-h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.event-h2.big {
	font-size: 30px;
}
.event-h3 {
	font-size: 22px;
}
.move-up {
	margin-top: -20px;
}
#event-map {
	box-shadow: 5px 5px 10px #0004;
	max-height: 450px;
}
#event-info {
	text-shadow: 1px 1px 5px #1238;
}
.in-front {
	z-index: 9999;
}
.small-text {
	font-size: 0.8em;
}

#menu-item-5700,
.buy-ticket-btn a,
.add_to_cart_button {
	background-image: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
	transition: all 200ms ease;
	border-radius: 3px;
	border: none !important;
	box-shadow: 1px 1px 5px #0003;
}
#menu-item-5700 a {
	font-weight: bold !important;
	font-size: 1.1em !important;
	color: #fff !important;
	background: none !important;

}
#menu-item-5700:hover, .buy-ticket-btn a:hover {
	background-size: 150%;
}

.rt-wrapper {
	display: flex;
	flex-flow: column nowrap;
	box-shadow: 4px 8px 50px 10px #0004;
	margin: 0 0 10px 0;
}
.rt-row {
	display: flex;
	flex-flow: row nowrap;
	background-color: #fff2;
}
.rt-row.expandable .tema-zaglavie {
    cursor: pointer;
}
.rt-row:not(:last-child) {
	border-bottom: 1px solid #32496033;
}
.rt-row.rt-head {
	background-color: #324960;
	color: #fff;
}
.rt-cell {
	padding: 5px;
}
.rt-cell.rt-head {
	font-weight: bold;
}
.rt-cell.align-center {
	text-align: center;
}
.rt-col-1 {
	width: 140px;
	flex-shrink: 0;
}
.rt-col-2 {
	flex-grow: 1;
	height: fit-content;
}
.rt-col-3 {
	width: 180px;
	flex-shrink: 0;
}
.rt-pause {
	background-color: #ddd;
	line-height: 0.9;
	color: #333;
}

.tema-zaglavie {
	font-weight: bold;
	width: fit-content;
	padding-right: 30px;
	position: relative;
}
.rt-row.expandable .tema-zaglavie::after {
	content: 'Още...';
	display: inline-block;
	margin-left: 20px;
	color: #5687c2;
}
.rt-row.expandable.expand .tema-zaglavie::after {
	content: 'Скрий...';
}
.tema-opisanie {
	font-size: 0.9em;
	padding: 0 10px 0 0;
}
.tema-opisanie > div {
	margin-top: 10px;
	padding: 10px;
	background-color: #fff5;
	border-radius: 10px;
}
.exp-cnt {
	display: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.rt-row.expand .exp-cnt {
	display: block;
}

#lecturers-wrapper {
	width: 100%;
	margin: 150px 0 20px 0;

}
#faces-wrapper {
	width: 100%;
	height: 400px;
	position: relative;

}
.face-circle {
	position: absolute;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 #0003;
	width: 200px;
	height: auto;
	max-width: calc(80px + 10vw);
	transform: translate(-50%, -50%);
	outline: 2px solid transparent;
	outline-offset: 4px;
	transition: all 500ms ease;
	transform-origin: left top;

}
.face-circle:hover,
.face-circle.active {
	scale: 1.2;
	box-shadow: 0 10px 10px 5px #0003;
	z-index: 150 !important;
}
.face-circle.active {
	outline: 2px solid #c096;
	z-index: 200 !important;
}
#orlin { left: 45%; top: 50%; width: 300px; max-width: 300px; z-index: 125; }
#valentina { left: 10%; top: 75%; z-index: 100; }
#chutrov { left: 25%; top: 55%; z-index: 120; }
#ines { left: 12%; top: 20%; z-index: 105; }
#malina { left: 91%; top: 25%; z-index: 100; }
#maria { left: 60%; top: 5%; z-index: 100; }
#spas { left: 65%; top: 55%; z-index: 105; }
#stefi { left: 75%; top: 15%; z-index: 120; }
#pavel { left: 30%; top: 10%; z-index: 115; }
#yana { left: 77%; top: 100%; z-index: 115; }
#pavleta { left: 45%; top: 0%; z-index: 120; }
#bogoya { left: 60%; top: 92%; z-index: 100; }
#lyubo { left: 80%; top: 60%; z-index: 110; }
#veselina { left: 27%; top: 97%; z-index: 110; }
#vesela { left: 44%; top: 100%; z-index: 105; }

#bio-wrapper {
	position: relative;
	overflow: visible;
}
.bio {
	position: absolute;
    z-index: 1000;
	opacity: 0;
	left: -200%;
	display: flex;
	flex-flow: column nowrap;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 20px;
	transition: all 500ms ease;
	background-image: linear-gradient( 45deg, #241b64cc, #23325dcc );
	box-shadow: var(--wp--preset--shadow--deep);
	color: #fff;
	max-width: min( 90vw, 400px );
}
.bio.active {
	opacity: 1;
}
.bio-name {
	margin-bottom: 0;
    margin-top: 0;
}
.bio-small {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 10px;
}
ul.wc-block-grid__products {
	flex-direction: row-reverse;
}
.attachment-woocommerce_thumbnail {
	box-shadow: var(--wp--preset--shadow--deep);
	border-radius: 10px;
}

@media (max-width: 768px) {
	.rt-row.rt-head {
		display: none;
    }
	.rt-wrapper {
		gap: 20px;
	    box-shadow: none;
    }
	.rt-row {
		flex-flow: column nowrap;
	    box-shadow: 4px 8px 10px 0 #0004;
    }

	#lecturers-wrapper {
		margin: 50px 0 20px 0;
	}
	#faces-wrapper {
		height: 500px;
		margin-bottom: 50px;
	}
	.face-circle { max-width: calc( 100px + 3vw ); }
	#orlin { left: 50%; top: 55%; max-width: 30vw; z-index: 125; }
	#valentina { left: 35%; top: 73%; z-index: 115; }
	#chutrov { left: 10%; top: 76%; z-index: 110; }
	#ines { left: 15%; top: 40%; z-index: 105; }
	#malina { left: 55%; top: 86%; z-index: 115; }
	#maria { left: 52%; top: 17%; z-index: 100; }
	#spas { left: 77%; top: 48%; z-index: 115; }
	#stefi { left: 90%; top: 33%; z-index: 110; }
	#pavel { left: 20%; top: 21%; z-index: 110; }
	#yana { left: 74%; top: 70%; z-index: 120; }
	#pavleta { left: 40%; top: 33%; z-index: 110; }
	#bogoya { left: 65%; top: 32%; z-index: 110; }
	#lyubo { left: 17%; top: 57%; z-index: 110; }
	#veselina { left: 28%; top: 90%; z-index: 110; }
	#vesela { left: 95%; top: 59%; z-index: 110; }

	.bio {
		width: 90%;
	}
	p.has-text-align-center {
		text-align: center !important;
	}

}
