:root {
    --text-primary: #343850;
    --text-secondary: #555379;
    --base-lineheight: 1.3;
    --base-border-radius: 10px;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url('webfonts/RobotoSlab-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url('webfonts/RobotoSlab-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url('webfonts/RobotoSlab-ExtraLight.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url('webfonts/RobotoSlab-Light.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url('webfonts/RobotoSlab-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url('webfonts/RobotoSlab-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url('webfonts/RobotoSlab-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

body {
    font-family: 'Roboto Slab', sans-serif;
    line-height: var(--base-lineheight);
    color: var(--text-primary);
    background-color: #EDF0F8;
}

main {
    min-height: 600px;
}

a {
	color: inherit;
    text-decoration: none;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

header {
    position: absolute;
    background-color: rgb(0, 0, 0, 0.3);
    color: #fff;
    width: 100%;
    z-index: 10;
    backdrop-filter: blur(30px);
}

.navbar {
    font-size: 18px;
    font-weight: 500;
}

.navbar-brand {
    color: #fff;
}

.navbar ul > li {
    text-align: center;
}

.navbar a:hover {
    color: #edecec;
}

.navbar-toggler {
    border-color: #fff;
}

.navbar-toggler:focus {
    box-shadow: 0 0 5px #fff;
    border-color: #fff;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");;
}

.navbar ul li.current-menu-item {
    text-decoration: underline;
    text-underline-offset: 0.5em;
    text-decoration-thickness: 2px;
}

@media (max-width: 992px) {
    .navbar .langs-and-socials {
        width: 100%;
        padding-top: 20px;
    }
}

footer {
    background-color: #6F4CD9;
    color: #fff;
}

footer .subtitle-mini {
    color: #fff;
}

ul,
ol {
    margin-left: 0;
}

a.active {
    text-decoration: underline;
    text-underline-offset: 0.5em;
    text-decoration-thickness: 2px;
}

.bg-black {
    background-color: #020205;
    color: #fff;
}

.bg-light-pink {
    background-color: #EAE4F2;
}

.btn-primary {
    background-color: #6F4CD9;
    color: #fff !important;
    font-size: 18px;
    padding: 10px 25px;
    border: 0;
    border-radius: 100px;

}

.btn-primary:hover {
    background-color: #7956e4;
}

.btn-primary:active {
    background-color: #5d3dbe !important;
}

.btn-light {
    background-color: transparent;
    font-size: 18px;
    padding: 10px 25px;
    border: 1px solid var(--text-primary);
    border-radius: 100px;
}

.btn-light:hover {
    background-color: rgb(0, 0, 0, 0.03);
    border: 1px solid; 
}

.btn.mini {
    font-size: 14px;
    text-transform: lowercase;
}

.border-bottom {
    border-bottom: 1px solid var(--text-primary) !important;
}

.border-bottom.bold {
    border-bottom-width: 2px !important;
}

img {
    width: auto;
    border-radius: var(--base-border-radius);
}

iframe {
    max-width: 100%;
}

#main-block {
    background-image: url('/wp-content/uploads/pages/bg-main1.png');
    background-size: cover;
    background-position: center;
}

@media (max-width: 576px) {
    #main-block {
        background-image: none;
    }
}

@media (min-width: 1300px) {
    #main-block {
        height: 98vh;
    }
}

@media (max-width: 576px) {
    .welcome-block {
        margin: 20px 0;
    }

    .welcome-block > * {
        text-align: center;
    }
}

@media (min-width: 576px) {
    .welcome-block > * {
        text-align: left;
    }
}

.welcome-block h1 {
    font-size: 48px;
    font-weight: bold;
}

h1.section-title {
    font-size: 36px;
}

.img-square {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}

.img-classic-ratio {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

.text-truncate-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(2em * var(--base-lineheight));
    /* min-height: calc(2em * var(--base-lineheight)); */
    word-break: break-word;
}

.subtitle-mini {
    font-size: 14px;
    color: var(--text-secondary);
}

.event-type {
    font-size: 18px;
    font-weight: 500;
}

.event-name {
    font-size: 24px;
    font-weight: 500;
}

.translucent-card {
    background-color: #FFFFFF26;
    backdrop-filter: blur(30px);
    border: 0;
    border-radius: 0;
    color: #fff;
}

.translucent-card .card-body {
    padding: 25px 34px;
}

.translucent-card .subtitle-mini {
    color: #fff;
}

ul.custom-ul {
    font-size: 18px;
    font-weight: 500;
    list-style-type: none;
}

ul.custom-ul > li {
    padding: 10px 0;
}

@media (max-width: 576px) {
    ul.custom-ul {
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
        margin-top: 1.5rem;
    }
}

.event-ticket .subtitle-mini {
    font-size: 24px;
    font-weight: 500;
    color: var(--text-primary);
}

.event-ticket .subtitle-mini span {
    font-size: 82px;
    font-weight: 600;
}

.event-ticket .event-location {
    font-size: 14px;
}

.event-info-block {
    padding: 0 20px 20px 20px;
}

.event-info-block img{
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

.artist-card {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    border-radius: var(--base-border-radius);
    border: 0;
    color: #fff;
}

.artist-card .artist-name {
    font-size: 18px;
    font-weight: 500;
    background-color: var(--text-secondary);
    max-width: 100%;
}

.artist-card .artist-prof {
    font-size: 14px;
    background-color: var(--text-secondary);
}

.last-event-info-block img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

.last-event-info-block .event-type::before {
    content: "— ";
    font-weight: normal;
    margin-left: -18px;
}

.email-subscription-form {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-secondary);
    height: 250px;
}

@media (max-width: 576px) {
    .email-subscription-form {
        height: auto;
    }
}

.email-subscription-form > * {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

@media (max-width: 576px) {
    .email-subscription-form > * {
        background-image: none !important;
    }
}

input.email-subscription-inp {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-secondary);
    background-color: transparent;
    border: 1px solid var(--text-secondary);
    border-radius: 5px;
    padding: 5px 10px;
}

input.email-subscription-inp::placeholder {
    font-family: 'Roboto Slab', sans-serif;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-secondary);
}

.btn-subscribe {
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-secondary);
}

.btn-subscribe:hover {
    color: var(--text-primary);
    text-decoration: underline;
    /* box-shadow: 0 0 10px rgb(0, 0, 0, 0.4); */
}

input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    min-height: 20px;
    min-width: 20px;
    border: 1px solid var(--text-secondary);
    border-radius: 5px;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background-color: #6F4CD9;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.item .header .title {
    height: calc(2em * var(--base-lineheight));
}

@media (max-width: 768px) {
    .item .header .title {
        height: auto;
    }
}

.widget_polylang {
    display: none;
}

.event-label {
    position: relative;
}

.event-label .soldout-badge {
    position: absolute;
    top: 5%;
    right: 5%;
    background-color: rgba(215, 21, 21, 0.6);
    color: #fff;
    z-index: 10;
    backdrop-filter: blur(30px);
}

.event-gallery .gallery-item {
    max-height: 300px;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

/* Стили для лайтбокса */
.lightbox {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	overflow: auto;
	animation: fadeIn 0.3s;
}

.lightbox-content {
	position: relative;
	margin: auto;
	padding: 0;
	max-width: 90%;
	max-height: 90%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.lightbox-image-container {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.lightbox-image {
	max-width: 100%;
	max-height: 80vh;
	display: block;
	border-radius: 5px;
}

.lightbox-close {
	position: absolute;
	top: -20px;
	right: -20px;
	color: #f1f1f1;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
	transition: 0.3s;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.5);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.lightbox-close:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
}

.lightbox-caption {
	margin-top: 15px;
	color: white;
	font-size: 1.2em;
}

.lightbox-trigger {
	cursor: pointer;
	transition: 0.3s;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}



/* Правки / доработки изначальных стиле из style.css */
.blog img {
    max-height: 400px;
    width: auto;
    max-width: 100%;
}

.pagination a,
.pagination span {
    margin: 0 5px;
}

.pagination .page-numbers {
    padding: 10px 15px;
    border-radius: var(--base-border-radius);
    border: 1px solid var(--text-primary);
}

.pagination .page-numbers.current {
    background-color: #6F4CD9;
    color: #fff;
    font-weight: bold;
}

.pagination .next,
.pagination .prev {
    background-color: transparent;
    border-radius: var(--base-border-radius);
    border: 1px solid var(--text-primary);
}

.order-summ-info {
    text-align: right;
}

.product .content {
    margin-top: 0;
}
