/*
Theme Name: Test Theme
Theme URI: http://PureSite.su/
Author: PureSite.su
Author URI: http://PureSite.su/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: test-theme
Tags:
*/


@font-face {
	font-family: 'Gerbera';
	src: url("fonts/Gerbera.ttf");
}

@font-face {
	font-family: 'Gerbera Bold';
	src: url("fonts/Gerbera-Bold.ttf");
}

@font-face {
	font-family: 'Gerbera Light';
	src: url("fonts/Gerbera-Light.ttf");
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* -------------------------
# Theme Specific Styles
--------------------------*/
/* === GENERAL === */
.logged-in .navbar-fixed-top {
	top: 32px;
}

/* === GLOBAL === */

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-weight: bold;
}

h1 {
	font-size: 3em;
}

h1,
h2 {
	margin: 0 0 40px;
}

h3 {
	margin: 20px 0;
}

h4 {
	font-size: 18px;
}

p {
	margin: 0 0 15px;
}

blockquote {
	padding: 0;
	border: none;
	font-style: italic;
	text-align: left;
}

blockquote cite {
	display: block;
	color: #777;
	margin: 15px 0 0 0;
}

/* === LAYOUT === */

body {
	font-family: 'Gerbera', sans-serif;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
body.ns { overflow: hidden; }
#dow { display: none; }
.site-header { width: 100%; }

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 900px;
}

.main_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 30px;
	padding: 0;
	font-family: 'Gerbera Bold', sans-serif;
	font-size: 1.1em;
	color: #c94d3c;
	font-weight: 900;
	background: rgba(22, 22, 22, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: 0 2px 6px rgba(255, 255, 255, 0.2); 
}

.main_title .main {
	width: 100%;
	max-width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	margin: 5px 0;
}

.main_title .main a,
.main_title .main a:visited {
	color: #c94d3c;
	text-decoration: none;
}

.main_title .subtitle {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	user-select: none;
	cursor: pointer;
	padding: 5px 0;
	line-height: 1rem;
}
.main_title .subtitle .arrow {
	display: inline-block;
	position: relative;
	background: rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	margin-left: 15px;
	min-width: 35px;
	min-height: 35px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.main_title .subtitle .arrow::before,
.main_title .subtitle .arrow::after {
	position: absolute;
	content: '';
	background: #c94d3c;
	width: 15px;
	height: 5px;
	border-radius: 2px;
}

.main_title .subtitle .arrow::before {
	-webkit-transform: rotate(45deg) translate(4px, 20px);
	transform: rotate(45deg) translate(4px, 20px);
}

.main_title .subtitle .arrow::after {
	-webkit-transform: rotate(-45deg) translate(-13px, 9px);
	transform: rotate(-45deg) translate(-13px, 9px);
}

.main_title .subtitle .arrow:hover {
	background: rgba(0, 0, 0, 0.3);
}

.main_title .subtitle .arrow:hover::before,
.main_title .subtitle .arrow:hover::after {
	background: #893629;
}

.items {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 7px;
}
.reservation {
	 display: flex;
	align-items: center;
	justify-content: center;
	max-width: 900px;
	margin: 0 auto;
}
.reservation > div {
	padding: 15px 30px;
	border: 1px solid rgb(250 128 114 / 60%);
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.6);
	box-shadow: 2px 4px 8px rgb(250 128 114 / 30%);
	margin: 15px 0 25px;
	backdrop-filter: blur(5px);
}
.reservation p {
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	color: #f7f7f7;
	letter-spacing: 1px;
}

.item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 10px;
}

.item .wrapper {
	position: relative;
	margin: 10px 25px;
	padding: 15px 25px;
	background: rgb(24, 24, 24, 0.5);
	backdrop-filter: blur(4px);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 2px 6px rgb(255, 255, 255, 0.3);
}

.item:nth-child(even) {
	background-color: rgb(120, 120, 120, 0.3);
	backdrop-filter: blur(3px);
}

.item .poster {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	min-width: 160px;
	min-height: 230px;
}

.item .poster img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* box-shadow: 0 2px 6px rgba(255, 255, 255, 0.3); */
}

.item .description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	min-width: 250px;
	padding: 3px 25px;
	text-align: center;
	/* margin: 6px 25px;
	background: rgb(24, 24, 24, 0.7);
	backdrop-filter: blur(2px);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 2px 6px rgba(255, 255, 255, 0.3); */
}

.item .description .title {
	font-family: 'Gerbera Bold';
	font-size: 1.5em;
	color: #eee;
	font-weight: 900;
	margin-bottom: 10px;
	user-select: none;
	cursor: pointer;
	transition: 0.5s ease-in;
}
.item .description .title:hover { color: #faa; }

.item .description .type {
	font-family: 'Gerbera Light';
	font-size: 1.05em;
	color: #eee;
	font-weight: 600;
}

.items .item .description .time {
	font-family: 'Gerbera Bold';
	font-size: 2.1em;
	padding: 7px 0;
	font-weight: 900;
}
.items .item .description .time { color: #ba432a; }
.item .description .age {
	font-family: 'Gerbera Light';
	font-size: 2em;
	color: #eee;
	font-weight: 900;
}

.items .item .description .text { display: none!important; }

.item .canseled {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(-25px, -15px);
	border-radius: 10px;
}
.item:nth-child(even) .canseled{
	background-color: #e3c1b3;
}

.item .canseled .text {
	position: absolute;
	width: 80%;
	height: 80%;
	border: 4px solid #c94d3c;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}

.item .canseled .text p {
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
}

.item .canseled .text p strong {
	color: #c94d3c;
	font-size: 28px;
	line-height: 42px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.item .description .desc-text {
	display: none;
}

.modal.dayselect {
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	display: none;
	overflow-y: auto;
	background: rgba(255, 255, 255, 0.7);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	z-index: 999999;
}

.modal.dayselect.active {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	transition: 0.5s ease-in;
}

.modal.dayselect .wrapper {
	width: 500px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: rgba(22, 22, 22, 0.8);
	padding: 15px 0 15px 0;
	border: 1px solid #fff;
	border-radius: 15px;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 10px rgba(255, 255, 255, 0.3);
}
.modal.dayselect ul {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.modal.dayselect ul > ul { width: 100%; }
.modal.dayselect ul > ul:nth-child(1) { margin-bottom: 15px; }
.modal.dayselect ul > ul p {
	color: #eee;
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: 900;
	letter-spacing: 7px;
	user-select: none;
}
.modal.dayselect ul li {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 1px;
}

.modal.dayselect ul li.current-menu-item a {
	color: #ba432a;
	background: rgba(201, 77, 60, 0.08);
}

.modal.dayselect li a {
	font-family: 'Gerbera Bold', sans-serif;
	font-size: 1.4em;
	color: #ff7474;
	font-weight: 600;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 5px 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
}

.modal.dayselect li a.today {
	padding-top: 20px;
	background: rgba(201, 77, 60, 0.2);
}

.modal.dayselect li a.today i {
	font-size: 20px;
	color: #eee;
	letter-spacing: 5px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -2px;
}

.modal.dayselect li:hover {
	background: rgba(255, 255, 255, 0.1);
}

.qr {
	margin: 15px 0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 15px 0 50px;
}

.qr img {
	max-width: 125px;
}

#modaldescr { display: none; }
#modaldescr.active {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(3px);
	z-index: 9999999;
}
.modaldescr .wrapper { height: 100%; }
.modaldescr .item {
	padding: 54px 20px 20px;
	background: rgba(22, 22, 22, 0.7);
	position: relative;
	border-radius: 15px;
	overflow-y: auto;
}
.modaldescr .close {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	right: 0px;
	width: 46px;
	height: 46px;
	background: rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	z-index: 1;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.modaldescr .close:hover {
	background: rgba(0, 0, 0, 0.3);
}
.modaldescr .close::before, .modaldescr .close::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background: #893629;
	transition: 0.3s;
	transform: rotate(45deg);
}
.modaldescr .close::after { transform: rotate(-45deg); }
.modaldescr .close:hover::before, .modaldescr .close:hover::after {
	background: #bc5d50;
}
.modaldescr .poster {
	position: relative;
	height: 500px !important;
	width: 400px !important;
	max-width: 100% !important;
	box-shadow: none;
}
.modaldescr .poster img {
	position: absolute;
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: 100%;
	box-shadow: none;
}
.modaldescr .description {
	justify-content: flex-start;
	box-shadow: none;
	background: none;
	backdrop-filter: none;
	border: none;
	border-top: none;
	border-left: none;
	box-shadow: none;
}
.modaldescr .text {
	margin-top: 20px;
	color: #eee;
}
.modaldescr .text ul {
	list-style-type: none;
	margin-top: 20px;
}
.modaldescr .text ul li strong {
	font-size: 18px;
	letter-spacing: 1px;
	margin-right: 5px;
}

.message {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding: 7px 15px;
	background: #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
}
.message p {
	margin: 0;
	font-size: 14px;
}
.message .btn {
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	color: royalblue;
	border: 1px solid rgba(0,0,0,0.3);
	box-shadow: 2px 4px 4px rgba(0,0,0,0.07);
	padding: 4px 8px;
	transition: 0.3s;
	border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
}
.message .btn:hover {
	color: #fff;
	background: royalblue;
}

@media (max-width: 768px) {
	.reservation {
		padding: 0 10px;
	}
	.reservation > div {
		padding: 10px 15px;
	}
	.reservation p {
		font-size: 16px;
		line-height: normal;
	}
	.item .wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
	.item .description .title {
		font-size: 1.2em;
		line-height: 1.2em;
		margin-top: 10px;
	}
	.item .description .type { font-size: 0.85em; }
	.item .description .time { font-size: 1.8em; }
	.item .description .age { font-size: 1.7em; }
	.item .canseled { transform: translate(0px, -15px); }
}
@media (max-width: 575.98px) {
	.modal.dayselect .wrapper { width: 100%; }
	.modal.dayselect li a {
		padding: 2px 0;
		font-size: 1.2em;
	}

	.item .poster {
		min-width: 200px;
		min-height: 300px;
	}
}

@media(max-width: 900px) {
	.modaldescr .item { flex-wrap: wrap; }
	.modaldescr .poster {
		margin: 0 auto;
	}
	.modaldescr .description {
		margin-top: 20px;
	}
	.wrapper { width: 100%; }
}

@media (min-width: 1024px) {
	.item .description {
		padding: 25px 25px 40px 25px;
	}
	.item .poster {
		width: 250px;
		height: 370px;
	}
	.qr {
		margin: 0;
		position: fixed;
		right: 10px;
		bottom: 10px;
		width: auto;
		padding: 0;
	}
	.main_title {
		font-size: 1.4em;
	}
	.qr img {
		max-width: 180px;
	}
}


/* === FOOTER === */
footer .logo img {
	max-height: 100px;
}