body,
html {
	overflow-x: hidden;
}

.uv-btn-s.uv-contrast-color,
.uv-nav-extra-buttons .uv-btn-s.uv-contrast-color {
	border-radius: 3px;
}

.uv-btn-inl::after {
	opacity: 1;
	transition: all linear 300ms;
}

.uv-btn-inl:hover::after {
	opacity: 0;
}

h2,
.h2 {
	color: #000;
	letter-spacing: 5px;
}

/* overmenu */
.uv-hamburguer-menu-icon {
	align-items: center;
	display: flex;
	width: 30px;
	padding: 0;
	margin-left: 30px;
}

.menu-toggle {
	position: absolute
}

@media (max-width: 920px) {
	.uv-megamenu-wrapper .uv-section-inner {
		align-items: start;
		padding-top: 75px;
	}

	.uv-megamenu-wrapper .uv-section-inner .wp-block-image {
		margin-bottom: 60px;
	}

	.uv-megamenu-wrapper .uv-section-inner li {
		margin-bottom: 24px;
	}

	.uv-megamenu-wrapper .uv-section-inner li a {
		font-weight: 800;
		font-size: 22px;
		line-height: 45px;
		letter-spacing: 5px;
		text-align: center;
		text-transform: uppercase;
	}

	.uv-megamenu-wrapper .uv-btn-p {
		background-color: #fff;
		color: #000;
		border: #fff solid 1px;
		border-radius: 3px;
		font-weight: 500;
		font-size: 16px;
		line-height: 100%;
		letter-spacing: 0%;
		text-align: center;
		vertical-align: middle;
		text-transform: uppercase;
		padding: 14px 25px;
	}

	.uv-megamenu-wrapper .uv-btn-p:hover {
		background-color: #000;
		color: #fff;
	}

}

@media (max-width: 600px) {
	.uv-hamburguer-menu .wp-block-image img {
		width: 150px;
	}

	.uv-hamburguer-menu.uv-display-menu ul {
		margin: 40px 0;
	}

	.uv-megamenu-wrapper .uv-section-inner li {
		margin-bottom: 16px;
	}
}

/* header */
.uv-socials-nav {
	padding-right: 60px;
}

.uv-theme-nav-identity .uv-socials-nav::after {
	right: 30px;
}

@media (max-width: 768px) {
	.uv-page-header::before {

		height: 70px;
	}

	.uv-header-max-width {
		align-items: center;
	}

	.uws-left-logo .uv-page-hader-logo {
		padding: 0;
	}

	.uws-left-logo .uv-page-hader-logo a {
		max-height: 38px;
		display: block;
	}

	body .uv-page-hader-logo img {
		width: 125px;
	}

	body .uv-location-pop {
		margin: 0;
		padding: 10px 30px 10px 10px;
		min-width: fit-content;
	}
}


.uv-slide-content h1,
.uv-slide-content h2,
.uv-header-simple-content h1,
.uv-header-simple-content h2 {
	font-size: 3.75em;
}

@media (max-width: 768px) {

	.uv-slide-content h1,
	.uv-slide-content h2,
	.uv-header-simple-content h1,
	.uv-header-simple-content h2 {
		font-size: 3em;
	}
}


/* events */

.uv-header-simple-content h1 {
	font-weight: 800;
	text-transform: uppercase;
}

.uv-single-event-header .uws-event-title .uwsname {
	color: #fff;
}

.uws-event-title .uwsddate {
	margin-top: 0;
}

body .single-event-agenda .uwsddate {
	top: 10px;
	right: 10px;
	margin-bottom: 0;
	position: absolute;
	justify-content: center;
	z-index: 3;
}

.single-event-agenda .uv-day {
	font-size: 50px;
}

.single-event-agenda .uv-month {
	font-size: 25px;
}

.uws-agenda-item-default .uwsname span,
.uws-list-item-default .uwsinfo .uwsname {
	font-size: 25px;
	text-transform: none;
}

.uws-list-item-default .uwsinfo .uwsname {
	font-weight: 500;
}

.single-event-agenda .uwsddate::after {
	content: none;
}

.uws-list-item-default .uwsdedate .uwsdday {
	margin: 0;
}

body .uws-integration .uws-events-controls .uwsfilters .uws-events-dpinput a {
	color: #000;
	height: 56px;
	display: flex;
	align-items: center;
	padding: 0 100px 0 50px;
	border-radius: 4px;
	background-color: #F3F3F3;
}

.uwsicon-calendar::before {
	content: '';
	background-image: url('/wp-content/themes/child-theme/icons/calendar.svg');
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}

body .uws-integration .uws-events-controls .uwsviews>ul>li>a:not(.uvsactive) {
	display: flex;
}

body .uws-integration .uws-events-controls .uwsviews>ul>li>a {
	color: #000;
	width: 58px;
	height: 58px;
	border-radius: 4px;
	background-color: #F3F3F3;
	padding: 0;
	align-items: center;
	justify-content: center;
}

body .uws-events-controls .uwsviews>ul>li>a i,
body .uws-events-controls .uwsviews>ul>li>a span {
	opacity: 1;
}

body .uws-events-controls .uwsviews>ul>li:has(a.uvsactive),
body .uws-events-controls .uwsviews>ul>li>a.uvsactive,
body .uws-events-controls .uwsviews>ul>li>a span {
	display: none;
}

body .uws-agenda-default {
	gap: 30px 20px;
}

body .uws-agenda-cols-3 .uws-agenda-default>div {
	flex: 0 0 calc(33.33333% - 14px);
}

.uws-list-item-default .uwsinfo .uwsname {
	color: #000000;
}

.uws-list-default>div>a .uws-event-item {
	position: relative;
	background-color: #F3F3F3;
	border: none;
	box-shadow: 0px 4px 20px 0px #00000014;
}

.uws-list-item-default {
	color: #fff;
}

.uws-list-item-default .uwsdedate {
	display: flex;
	flex-direction: column-reverse;
}

.uws-list-item-default .uwsdedate:after {
	content: " ";
	top: 0;
	position: absolute;
	bottom: 0;
	background-color: #181818;
	z-index: 1;
	width: 126px;
}

.uws-list-item-default .uwsdedate>div {
	z-index: 2;
	position: relative;
}

.uws-list-item-default .uwsdedate .uwsdsmonth,
.uws-list-item-default .uwsdedate .uwsdsday {
	color: #fff;
}

.uws-list-item-default .uwsinfo {
	padding-left: 85px;
}

body .uwsinfo::after {
	content: none;
}

body .uws-events-actions .uv-btn-inl::after {
	content: " ";
	display: block;
	position: absolute;
	bottom: 0;
	background-color: var(--uvwp_contrast_inline_border_color);
	width: 100%;
	left: 0;
	height: 0.125em;
	transition: all ease-in-out 500ms;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.uws-agenda-item-default .uwsname span {
		font-size: 20px;
	}

	body .uws-events-view-agenda .uws-agenda-default {
		gap: 10px;
		margin: 0;
	}

	body .uws-agenda-cols-3 .uws-agenda-default>div {
		flex: 0 0 calc(50% - 5px);
	}

}

/* events */

/* single */
.uv-single-event-header {
	min-height: 350px;
}

.uv-eventitemscont {
	display: none;
}

.uv-event-itemsstage {
	padding-top: 0;
}

.uv-single-event-header .uv-buttons.uv-aling-buttons-left {
	margin-top: 10px;
}

.uv-single-event-header span.datebuttontab {
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.27px;
	text-transform: uppercase;
	padding: 0;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border: none;
}

.uv-single-event-header .uv-btn {
	display: none;
}

.uv-single-event-header .uwsddate::before {
	color: #fff;
}

.uws-event-columns {
	max-width: 1215px;
}

body .uv-eventitems-list .uvlistheadins {
	background-color: #FFFFFF;
	color: #7C7C7C;
	font-weight: 700;
}

.uv-eventitems-list .uv-eventitems-item {
	background-color: #fff;
}

.uv-eventitems-item .uvname {
	color: #000000;

}

.uv-eventitems-list .uv-eventitems-item:nth-child(2n+1) {
	background-color: #F3F3F3;
}

.uv-eventitems-item .uvterms {
	display: block;
}

body .uws-integration a.uvjs-showitemterms {
	color: #000;
}

body .uws-integration a.uvjs-showitemterms .uwsicon-info-circled::before {
	color: #747474;
}

.uws-integration .uv-eventitems-list select {
	background-color: #fff;
}

body .uws-event-info .uwsinfobox .uwsvenueinfo .uwsaddress {
	color: #BABABA;
}

.uws-event-columns-inventory-flyer .uws-event-columns .uws-event-info {
	margin-top: -100px;
}

body .uws-integration a {
	color: #fff;
}

.uws-event-info .uwsinfobox>.uwsddate::before,
.uws-event-info .uwsinfobox>.uwsvenueinfo::before,
.uws-event-info .uwsinfobox>.uwsddoorsopen::before {
	color: #fff;
}

.uws-event-info .uws-social-shares {
	border-radius: 6px 6px 0 0;
	background-color: #222;
	padding: 30px 1.5em 24px;
	position: relative;
	justify-content: start;

}

.uws-event-info .uws-social-shares::after {
	position: absolute;
	display: block;
	content: " ";
	bottom: 0;
	height: 1px;
	background-color: var(--uws-subtle-color);
	left: 1.5em;
	right: 1.5em;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.4;

}

body .uws-event-info .uwsinfobox {
	margin-top: 0;
	border-radius: 0 0 6px 6px;
	background-color: #222;
	box-shadow: none;
	border: none;
}

body .uv-event-items-type .headerbox {
	background-color: #222;
}

.uv-leads-steps,
.uv-leads-body,
.uv-leads-form-load,
.uv-leads-form-load form {
	background-color: #18181a;
}

body .uv-lead-field .chosen-container-single .chosen-single {
	background-color: #2e2e2e;
}

body .uv-leads-stepfooter .uv-leads-btn-p:hover {
	color: #fff;
}

.uws-event-cont .uwseventdescr {
	max-width: 100%;
}

.uws-event-cont .uwseventdescr::before {
	width: 100%;
}

.uws-event-cont .uwseventdescr .uwstitle {
	font-weight: 500;
	font-size: 25px;
	line-height: 100%;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.uws-event-cont .uwseventdescr .uwsdescr {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #2D2D2D;
}

.uv-ymal-section p {
	margin: 0;
}

.uv-ymal-section .wp-block-heading {
	margin-bottom: 30px;
}

body .uws-agenda-item-default .uwsname {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 850px) {
	.uws-event-columns-inventory-flyer .uws-event-columns .uws-event-info {
		margin-top: 0;
	}

	body .uv-location-pop {

		top: -2px;
	}

}

/* single */


/* venues */
.uv-header-overlay {
	background: linear-gradient(180deg, rgb(0 0 0 / 63%) 0%, rgb(22 22 22 / 10%) 100%)
}

.uv-align-center .uv-text h2 {
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 5px;
	color: #fff;
}

@media screen and (min-width: 768px) {

	body .uv-header.uv-header-size-large {
		aspect-ratio: 2 / 1;
	}

	.view-type-tall-rectangle-vertical .uv-imghover::before {
		aspect-ratio: 3 / 4;
	}
}



body.page-id-1346 .uv-header-simple-inner {
	position: relative;
	top: 20%;
}

.uv-content:has(.uv-section-overbanner) {
	margin-top: -10%;
	z-index: 4;
	position: relative;
}

.page-id-1346 .uv-flex-col {
	justify-content: center;
}


.page-id-1346 .uv-cta-nimages-3 .uv-cta-image {
	flex: 0 0 calc(33.3333% - 27px);
}

@media (max-width: 1280px) {
	.uv-content:has(.uv-section-overbanner) {
		margin-top: -10%;
	}
}

@media (max-width: 767px) {

	.page-id-1346 .uv-flex-col {
		gap: 20px;
	}

	.page-id-1346 .uv-cta-nimages-3 .uv-cta-image {
		flex: 0 0 calc(50% - 10px);
	}

	.uv-album-section .uv-albums-grid.uvalbum-grid-4 .uv-album-card {
		width: calc(50%);
	}
}

@media (max-width: 480px) {
	.uv-content:has(.uv-section-overbanner) {
		margin-top: 0;
	}

	.page-id-1346 .uv-flex-col {
		gap: 20px;
	}

	.page-id-1346 .uv-cta-nimages-3 .uv-cta-image {
		flex: 0 0 calc(100%);
	}

}

.uv-albums-grid {
	justify-content: center;
}

.uv-cta-nimages-1 .uv-cta-image {
	width: 100%;
}

.uv-cta-nimages-1 .uv-cta-image,
.uv-cta-nimages-2 .uv-cta-image,
.uv-cta-nimages-3 .uv-cta-image,
.uv-cta-nimages-4 .uv-cta-image,
.uv-cta-nimages-5 .uv-cta-image{
	margin-bottom: 60px;
}

@media (max-width: 1200px) {
	.uv-cta-nimages-5 .uv-cta-image {
		flex: 0 0 calc(25% - 10px);
	}
}

@media (max-width: 767px) {
	.uv-cta-nimages-5 .uv-cta-image {
		flex: 0 0 calc(50% - 10px);
	}
}

@media (max-width: 480px) {
	.uv-cta-nimages-5 .uv-cta-image {
		flex: 0 0 calc(100%);
	}
}

.uv-imghover img {
	filter: grayscale(1);
	transition: all 0.3s ease;
}

.uv-cta-image:hover .uv-imghover img {
	filter: grayscale(0);
	transition: all 0.3s ease;
}

/* venues */


/* album */
.uv-albums-grid .uv-album-overlay {
	text-align: center;
	justify-content: end;
	padding-bottom: 40px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.uv-albums-grid.uvalbum-grid-3 .uv-album-card:hover {
	transform: translateY(0);
}

.uv-album-thumb>img {
	transition: all 0.3s ease;
}

.uv-album-thumb:has(:hover)>img {
	transform: scale(1.2);
}

.uv-album-date {
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 10px;
}

@media screen and (min-width: 768px) {


	.uv-album-popup.is-visible {
		justify-content: end;
	}

	#uv-album-popup .uv-album-title {
		font-weight: 500;
		font-size: 25px;
		line-height: 100%;
		letter-spacing: 0px;
		text-align: center;
		text-transform: uppercase;
		color: #fff;
	}

	#uv-album-popup .uv-album-gallery {
		height: 75vh;
	}

	.uv-album-actions {
		text-align: center;
		position: absolute;
		right: 100px;
		top: 15px;
		margin: 0;
		z-index: 99;
	}

	.uv-share-toggle {
		background-image: url("/wp-content/themes/child-theme/icons/share-icon-black.svg");
		background-repeat: no-repeat;
		background-position-y: 50%;
		background-position-x: 10px;
		padding-left: 40px;
		border: 1px solid #fff;
	}

	.uv-share-toggle span {
		display: none;
	}

	.uv-share-toggle:hover {
		background-image: url("/wp-content/themes/child-theme/icons/share-icon.svg");
		background-color: transparent;
		color: #fff;
	}

	.uv-share-options button {
		width: 35px;
		aspect-ratio: 1;
		height: auto;
		padding: 0;

	}

	.uv-share-options button svg {
		width: 20px !important;
		height: 20px !important;
	}

	.uv-album-overlay {
		font-size: 20px;
		line-height: 25px;
	}
}

@media (max-width: 767px) {
	.uv-albums-grid.uvalbum-grid-3 .uv-album-card {
		width: calc(50% - 10px) !important;
	}
}

/* album */


/* home */
.home .uv-simple-square-ratio::before {
	padding-top: 126%;
}

.uv-twocols-contentimg .uvcol-wrapper {
	justify-content: start;
	gap: 80px;
	max-width: 1500px;
	margin-left: 0;
}

.uv-twocols-contentimg .uv-col-50:has(.uv-simple-square-ratio) {
	max-width: 692px;
}

.uv-twocols-contentimg .uv-col-50:has(.uv-col-content) {
	max-width: 710px;
}

.uvcol-wrapper .uv-twocols-contentimg .uvcol-wrapper {
	max-width: 100%;
}

.uv-two-col .uv-title-wrapper,
.uv-two-col .uv-button-group {
	padding: 0 20px;

}

.uv-two-col .uv-col-content {
	max-width: 557px;
	padding: 0 20px;
}

.uv-col-50-content-wrapper.uvtopalign {
	padding-bottom: 50px;
	padding-left: 0;
	padding-right: 0;
}

.uv-banner-section .uv-banner-wrapper {
	min-height: 414px;
}

.uv-banner-section .uv-banner-wrapper .uv-buttons {
	gap: 40px;
}

.home .uv-albums-grid .uv-album-overlay {
	color: transparent;
	background: none;
}

@media (max-width: 767px) {
	.uv-col-50-content-wrapper.uvtopalign {
		padding-bottom: 0;
	}

	.uv-twocols-contentimg .uvcol-wrapper {
		gap: 30px;
	}

	body .uv-invert-order.uv-mobile-invert .uvcol-wrapper {
		flex-direction: column;
		padding-top: 0;
	}

	body .uv-invert-order.uv-mobile-invert .uvcol-wrapper .uv-content-topimg {
		display: none;
	}

	.uv-two-cols-title {
		line-height: 26px;
	}

	body .map-container {
		padding-top: 100%;
	}

	.uvmapdetailsmobile {
		background-color: #fff;
	}

	.map-square p {
		color: #000;
	}

}

@media (max-width: 600px) {

	body .uv-cta-images .swiper-button-next,
	body .uv-cta-images .swiper-button-prev {
		display: none;
	}

	.uv-text.uv-overlay h2 {
		bottom: -50px;
	}
}

/* uv-banner-section */
.uv-banner-wrapper .banner-title {
	font-family: Lato;
	font-weight: 800;
	font-size: 60px;
	line-height: 45px;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
}

.uv-banner-contet {
	max-width: 415px;

}

.uv-cta-textlink a {
	position: relative;
	padding-left: 38px !important;
}

.uv-cta-textlink a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	background-image: url("/wp-content/themes/theatromarrake/icons/phone.png");
	width: 24px;
	height: auto;
	aspect-ratio: 1;
}

.sbi_no_avatar .sbi_header_img {
	background: transparent;
	border: 1px solid #000;
}

.sbi_no_avatar .sbi_header_hashtag_icon {
	color: #000;
	background: #fff;
	opacity: 1;
}

.sbi_no_avatar .sbi_header_hashtag_icon:hover {
	color: #fff;
	background: #000;
}

body .map-container::after {
	display: block;
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
}

@media (max-width: 767px) {
	.uv-banner-wrapper .banner-title {
		font-size: 30px;
		line-height: 52px;
	}

	.uv-banner-section .uv-banner-wrapper .uv-buttons {
		gap: 20px;
		justify-content: center;
		padding: 20px 0;
	}

}


/* footer  */
body .footer-wrapper .uvwp-widget>div,
body .footer-wrapper .uvwp-widget>div .uv-section-inner {
	height: 100%;
}

body .footer-wrapper .uvwp-widget .acf-innerblocks-container {
	height: 100%;
	display: flex;
	flex-direction: column;
}

body .footer-wrapper .uvwp-widget .uv-buttons {
	margin-top: auto;
}

.uvwp-widget p:first-child,
.uvwp-widget h3:first-child,
.uvwp-widget .acf-innerblocks-container .wp-block-heading:first-child {
	margin-bottom: 20px;
}

.footer-section p {
	margin-top: 0;
}

.page-id-1346 .uv-cta-image .uv-text h2 {
	color: #000;
}


.post-grid-item .uvwp_post_title,
.post-grid-item .uvwp_post_title * {
	color: #ffffff;
}

.post-grid-item .uvwp_post_excerpt,
.post-grid-item .uvwp_post_excerpt * {
	color: #ffffff;
}

.entry-content .single-post-share .uv-site-socials .single-socials * {
	color: #fff;
	fill: #000000;
}

.entry-content .single-post-share .uv-site-socials .single-socials .icon-wrapper {
	border-color: #000000;
}



.post-grid-item .uvwp_post_title,
.post-grid-item .uvwp_post_title * {
	color: #ffffff;
}

.post-grid-item .uvwp_post_excerpt,
.post-grid-item .uvwp_post_excerpt * {
	color: #ffffff;
}

.entry-content .single-post-share .uv-site-socials .single-socials * {
	color: #fff;
	fill: #000000;
}

.entry-content .single-post-share .uv-site-socials .single-socials .icon-wrapper {
	border-color: #000000;
}

.uv-single-event-header {
	background-image: url(/wp-content/uploads/2025/12/historyhero.webp) !important;

}

@media (max-width: 1080px) {

	.breadcrumbs {
		display: none;
	}

	.uv-blog-header.uv-header-simple {

		min-height: 40vw;
	}


	.uv-blog-header.uv-header-simple h1 {
		font-size: 2em;
	}
}


@media (max-width: 768px) {}