/* Common */
body.noscroll {
	overflow: hidden;
}
.text-center {
	text-align: center !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.d-inline-block {
	display: inline-block !important;
}

.m-10 {
	margin: 10px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

@media (min-width: 0) {
	.margin--top-minus-2x {
		margin-top: -20px;
	}
}

@media (min-width: 400px) {
	.margin--top-minus-2x {
		margin-top: -40px;
	}
}

@media (min-width: 640px) {
	.margin--top-minus-2x {
		margin-top: -60px;
	}
}

@media (min-width: 1024px) {
	.margin--top-minus-2x {
		margin-top: -80px;
	}
}

@media (min-width: 1200px) {
	.margin--top-minus-2x {
		margin-top: -80px;
	}
}



/* Header */
header#header .top-bar .top-bar-section--left {
	text-align: left;
}

header#header .top-bar .top-bar-section--left ul {
	display: inline-block;
	width: auto;
}

header#header .top-bar .top-bar-section--left .button--gold {
	min-width: 0;
	margin-right: 30px;
	text-transform: lowercase;
	position: relative;
	top: -4px;
	font-weight: 400;
	min-width: 150px;
}

@media (max-width: 900px) {
	header#header .top-bar .top-bar-section--left {
		text-align: center;
	}

	header#header .top-bar .top-bar-section--left .button--gold {
		display: none;
	}
}

.top-bar-section,
header#header .top-bar ul.cart-right,
#header.smaller .top-bar-section {
	background: transparent;
}





/* Jidelni listky */
.jidelni-listek .jidlo {
	padding: 0;
	border: 0;
}

.jidelni-listek .jidlo .grid-x {
	align-items: baseline;
}

.poledni-menu h3,
.jidelni-listek h3 {
	text-align: left;
	margin: 50px 0 30px 0;
	position: relative;
}

.jidelni-listek h3 {
	margin: 0 0 20px 0;
}

.poledni-menu h3:before {
	display: none;
}

.poledni-menu h3:after,
.jidelni-listek h3:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #e3cf9d !important;
	left: 0;
	top: auto;
	bottom: -10px;
}

.jidelni-listek h3:after {
	bottom: 0;
}

.poledni-menu h3 span,
.jidelni-listek h3 {
	color: #e3cf9d;
	font-size: 24px;
	padding: 10px 20px;
}

.poledni-menu p,
.jidelni-listek .jidlo-content {
	text-align: left;
	padding: 10px 40px 10px 0px;
	line-height: 30px;
	position: relative;
	color: #333;
	font-size: 20px;
}

.jidelni-listek .jidlo-content .alergeny{
	display: block;
	font-size: 16px;
	color: #888;
	line-height: 1;	
}

.poledni-menu p .price {
	color: #888;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.jidelni-listek .jidlo .price-weight, 
.jidelni-listek .jidlo .price-weight-2 {
	color: #888;
	font-size: 18px;
}

.jidelni-listek .jidlo .price-weight-2.before {
	padding-right: 20px;
	min-width: 64px;
}

.jidelni-listek .jidlo-content .jidlo-readmore {
	font-size: 14px;
	color: #b0861f;
	display: block;
	margin-bottom: 5px;
}

@media (min-width: 901px) {
	.jidelni-listek .jidlo-content .jidlo-readmore {
		display: none;
	}
}

.jidelni-listek .jidlo-content .jidlo-readmore span {
	display: inline-block;
	transform: rotate(90deg);
	position: relative;
	top: -2px;
}

.jidelni-listek .jidlo-content .jidlo-readmore.active span {
	transform: rotate(-90deg);
}

.jidelni-listek .jidlo-content .jidlo-description {
	display: none;
	width: 100%;
	position: relative;
	overflow: hidden;
}

@media (min-width: 901px) {
	.jidelni-listek .jidlo-content .jidlo-description {
		display: block;
	}
}


.jidelni-listek .jidlo-content .jidlo-description p {
	font-size: 14px;
	margin-bottom: 0;
}

.jidelni-listek .kategorie {
	margin-bottom: 20px;
	font-size: 18px;
	color: #888;	
}

.poledni-menu .number {
	display: inline-block;
	text-align: center;
	margin: 0 15px 0 0;
	background-color: #e3cf9d;
}

.poledni-menu .food-icon {
	display: inline-block;
	margin: -6px 15px 0 0;
	width: 26px;	
	height: auto;
}

nav.menu-navigace {
	margin-bottom: 60px;
	padding: 18px;
	background: #362d29;
}

nav.menu-navigace ul {
	justify-content: center;
}

nav.menu-navigace ul li {
	margin: 5px;
	padding: 3px;
	background: transparent;
	border: 4px solid;
	border-image: #a87f31 0;
	border-image: -moz-linear-gradient(-30deg,#a87f31 0,#d5ad5e 100%);
	border-image: -webkit-gradient(-30deg,left top,left bottom,color-stop(0,#a87f31 0),color-stop(100%,#d5ad5e 100%));
	border-image: -webkit-linear-gradient(-30deg,#a87f31 0,#b89547 10%,#ceb66c 23%,#e5d78e 35%,#f1e9a0 40%,#f7f3aa 42%,#f4eaa1 46%,#ead88d 58%,#d4ab5b 91%,#d3a756 95%,#d5ad5e 100%);
	border-image: -o-linear-gradient(-30deg,#a87f31 0,#b89547 10%,#ceb66c 23%,#e5d78e 35%,#f1e9a0 40%,#f7f3aa 42%,#f4eaa1 46%,#ead88d 58%,#d4ab5b 91%,#d3a756 95%,#d5ad5e 100%);
	border-image: -ms-linear-gradient(-30deg,#a87f31 0,#b89547 10%,#ceb66c 23%,#e5d78e 35%,#f1e9a0 40%,#f7f3aa 42%,#f4eaa1 46%,#ead88d 58%,#d4ab5b 91%,#d3a756 95%,#d5ad5e 100%);
	border-image: linear-gradient(-30deg,#a87f31 0,#b89547 10%,#ceb66c 23%,#e5d78e 35%,#f1e9a0 40%,#f7f3aa 42%,#f4eaa1 46%,#ead88d 58%,#d4ab5b 91%,#d3a756 95%,#d5ad5e 100%);
	border-image-slice: 1;
}

nav.menu-navigace ul li:hover,
nav.menu-navigace ul li:focus,
nav.menu-navigace ul li.active {
	border: 0;
	padding: 7px;
	background: #a87f31 0;
	background: -moz-linear-gradient(-30deg,#a87f31 0,#d5ad5e 100%) !important;
	background: -webkit-gradient(-30deg,left top,left bottom,color-stop(0,#a87f31 0),color-stop(100%,#d5ad5e 100%)) !important;
	background: -webkit-linear-gradient(-30deg,#a87f31 0,#b89547 10%,#ceb66c 23%,#e5d78e 35%,#f1e9a0 40%,#f7f3aa 42%,#f4eaa1 46%,#ead88d 58%,#d4ab5b 91%,#d3a756 95%,#d5ad5e 100%) !important;
	background: -o-linear-gradient(-30deg,#a87f31 0,#b89547 10%,#ceb66c 23%,#e5d78e 35%,#f1e9a0 40%,#f7f3aa 42%,#f4eaa1 46%,#ead88d 58%,#d4ab5b 91%,#d3a756 95%,#d5ad5e 100%) !important;
	background: -ms-linear-gradient(-30deg,#a87f31 0,#b89547 10%,#ceb66c 23%,#e5d78e 35%,#f1e9a0 40%,#f7f3aa 42%,#f4eaa1 46%,#ead88d 58%,#d4ab5b 91%,#d3a756 95%,#d5ad5e 100%) !important;
	background: linear-gradient(-30deg,#a87f31 0,#b89547 10%,#ceb66c 23%,#e5d78e 35%,#f1e9a0 40%,#f7f3aa 42%,#f4eaa1 46%,#ead88d 58%,#d4ab5b 91%,#d3a756 95%,#d5ad5e 100%) !important;
}

nav.menu-navigace ul li a {
	color: #fff;
	background: transparent !important;
	text-transform: uppercase;
}



/* Video */
.video-wrapper > p {
	position: relative;
	padding-bottom: 53.5%; /* 16:9 */
	padding-top: 25px;
	height: 0;	
	margin-bottom: 50px;
}

.video-wrapper > p > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* Produkty */
#vouchery .product-thumbnail-button,
#vouchers .product-thumbnail-button,
#wertgutscheine .product-thumbnail-button {
	padding-top: 100%;
}

.product-thumbnail-button .product-label {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #000;
	z-index: 2;
	padding: 2px 16px;
	background: linear-gradient(-30deg,#a87f31 0,#b89547 10%,#ceb66c 23%,#e5d78e 35%,#f1e9a0 40%,#f7f3aa 42%,#f4eaa1 46%,#ead88d 58%,#d4ab5b 91%,#d3a756 95%,#d5ad5e 100%) !important;
}

.products li.produkt .produkt-inner h3 {
	padding: 0 12px !important;
}

.woocommerce div.product p.price.for-all small {
	font-size: 14px;
}

.footer-products .owl-carousel {
	display: block;
	width: calc(100% - 100px);
	margin: 0 auto;
}

.footer-products .owl-carousel .owl-stage {
	display: flex;
}

.footer-products .owl-carousel .products {
	padding-bottom: 2rem !important;
}

.footer-products .owl-carousel .owl-item li.medium-3 {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	padding: 0 !important;
}

.footer-products .owl-carousel .produkt-inner .align-self-top {
	width: 100%;
}

@media (min-width: 600px) {
	.footer-products .owl-carousel .produkt-inner h3 {
		min-height: 90px;
	}
}

.footer-products .owl-carousel .produkt-inner p {
	display: none;
}

.footer-products .owl-carousel .owl-nav {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

.footer-products .owl-carousel .owl-nav button.owl-prev,
.footer-products .owl-carousel .owl-nav button.owl-next {
	font-size: 45px;
	border: 1px solid #ccc;
	width: 50px;
	color: #666;
	height: 50px;
	line-height: 0.9;
	border-radius: 100px;
	margin: 0 10px;
}

.footer-products .owl-carousel .owl-nav button.owl-prev {
	left: -50%;
}

.footer-products .owl-carousel .owl-nav button.owl-next {
	right: -50%;
}

.footer-products .owl-carousel .owl-nav button.owl-prev:hover,
.footer-products .owl-carousel .owl-nav button.owl-next:hover {
	border-color: #ceb66c;
	background: linear-gradient(-30deg,#a87f31 0,#b89547 10%,#ceb66c 23%,#e5d78e 35%,#f1e9a0 40%,#f7f3aa 42%,#f4eaa1 46%,#ead88d 58%,#d4ab5b 91%,#d3a756 95%,#d5ad5e 100%);	
}

@media (max-width: 900px) {
	.wp-block-buttons>.wp-block-button {
		margin-bottom: 10px;
	}
}



/* Kosik */
.woocommerce-form-coupon-toggle {
	display: none !important;
}




/* Hotelove sluzby */
.menumenu .button--gold:last-of-type {
	margin-bottom: -9px;
}

.menumenu .button--gold a:focus {
	color: #fff;
}

@media (max-width: 781px) {
	.menumenu .wp-block-column:not(:first-child) {
		margin-left: 0px !important;
	}
}



/* Galerie  */
@media (max-width: 639px) {
	.gallery-row {
		margin-top: 0;
	}

	.gallery-featured-0 {
		margin-top: 25px;
	}

	.gallery-featured-2 {
		margin-top: 50px;
	}

	.gallery-featured-3 {
		margin-top: 116px;
	}

	.gallery-featured-4 {
		margin-top: 82px;
	}

	.gallery-item-block .gallery-title {
		margin-bottom: 25px !important;
	}

	.page-template-page-template-galerie-new .footer-products {
		margin-top: 90px;
	}

}



/* Cookies */
#map .cmplz-blocked-content-container {
	background-image: url('../images/map-bg.jpg') !important; 
	height: auto !important;	
}



/* WS Forms */
.contact-form-section h3,
.content-form-wrapper h3 {
	margin-bottom: 30px;
	font-size: 2.125rem;
	line-height: 2.75rem;
}

.contact-form-section .wsf-form .wsf-field-wrapper[data-type='html'] {
	color: #e3cf9d;
}

.contact-form-section .wsf-form label.wsf-label {
	line-height: 1.5;
	font-size: 1.5rem;
	font-weight: 300;
	font-family: "proximan-light",sans-serif;
	color: #e3cf9d;
}

.content-form-wrapper .wsf-form label.wsf-label {
	line-height: 1.5;
	font-size: 1rem;
	font-weight: 300;
	font-family: "proximan-light",sans-serif;
}

.contact-form-section .wsf-form input[type=text].wsf-field,
.contact-form-section .wsf-form input[type=email].wsf-field,
.contact-form-section .wsf-form textarea.wsf-field {
	height: 50px;
	border: 0;
	border-radius: 0;
	padding: 5px 4px 5px 15px;
	background: #e8e1d9;
	font-size: 16px;
}

.content-form-wrapper .wsf-form input[type=text].wsf-field,
.content-form-wrapper .wsf-form input[type=email].wsf-field,
.content-form-wrapper .wsf-form input[type=tel].wsf-field,
.content-form-wrapper .wsf-form input[type=date].wsf-field,
.content-form-wrapper .wsf-form textarea.wsf-field {
	height: 50px;
	border: 0;
	border-radius: 0;
	padding: 0 15px;
	background: #fff;
	font-size: 16px;	
}

.contact-form-section .wsf-form textarea.wsf-field,
.content-form-wrapper .wsf-form textarea.wsf-field {
	height: auto;
	padding: 10px 15px;
}

.contact-form-section .wsf-form input[type=text].wsf-field:focus,
.contact-form-section .wsf-form input[type=text].wsf-field:hover,
.contact-form-section .wsf-form input[type=email].wsf-field:focus,
.contact-form-section .wsf-form input[type=email].wsf-field:hover,
.contact-form-section .wsf-form textarea.wsf-field:focus,
.contact-form-section .wsf-form textarea.wsf-field:hover {
	box-shadow: 0 0 10px #e3cf9d;
	background: #e8e1d9 !important;
	border: 0 !important;
}

.content-form-wrapper .wsf-form input[type=text].wsf-field:focus,
.content-form-wrapper .wsf-form input[type=text].wsf-field:hover,
.content-form-wrapper .wsf-form input[type=email].wsf-field:focus,
.content-form-wrapper .wsf-form input[type=email].wsf-field:hover,
.content-form-wrapper .wsf-form input[type=tel].wsf-field:focus,
.content-form-wrapper .wsf-form input[type=tel].wsf-field:hover,
.content-form-wrapper .wsf-form input[type=date].wsf-field:focus,
.content-form-wrapper .wsf-form input[type=date].wsf-field:hover,
.content-form-wrapper .wsf-form textarea.wsf-field:focus,
.content-form-wrapper .wsf-form textarea.wsf-field:hover {
	box-shadow: none;
	background: #fafafa !important;
	border: 0 !important;
}

.contact-form-section .wsf-form input[type=checkbox].wsf-field+label.wsf-label,
.content-form-wrapper .wsf-form input[type=checkbox].wsf-field+label.wsf-label {
	font-size: 14px;
	line-height: 1.5;
	margin-left: 2rem;
}

.contact-form-section .wsf-form input[type=checkbox].wsf-field:hover,
.content-form-wrapper .wsf-form input[type=checkbox].wsf-field:hover {
	box-shadow: none;
}

.contact-form-section .wsf-form input[type=checkbox].wsf-field:focus,
.content-form-wrapper .wsf-form input[type=checkbox].wsf-field:focus {
	box-shadow: 0 0 10px #e3cf9d;
}

.contact-form-section .wsf-form input[type=checkbox].wsf-field:checked,
.content-form-wrapper .wsf-form input[type=checkbox].wsf-field:checked {
	background-color: #e3cf9d;
	border-color: #e3cf9d;
}

.contact-form-section .wsf-form a, 
.contact-form-section .wsf-form a:active, 
.contact-form-section .wsf-form a:focus, 
.contact-form-section .wsf-form a:hover, 
.contact-form-section .wsf-form a:link, 
.contact-form-section .wsf-form a:visited{
	color: #e3cf9d;
	text-decoration: underline;
}

.content-form-wrapper .wsf-form a, 
.content-form-wrapper .wsf-form a:active, 
.content-form-wrapper .wsf-form a:focus, 
.content-form-wrapper .wsf-form a:hover, 
.content-form-wrapper .wsf-form a:link, 
.content-form-wrapper .wsf-form a:visited {
	color: #ba8c2d;
	text-decoration: underline;
}

.contact-form-section .wsf-form button.wsf-button.wsf-button-primary,
.content-form-wrapper .wsf-form button.wsf-button.wsf-button-primary,
.content-form-wrapper .wsf-form button.wsf-button {
	display: block;
	margin: 0 auto;
	background-color: transparent;
	border-width: 4px;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 16px;
	padding: 8px 20px;
}

.content-form-wrapper .wsf-form button.wsf-button {
	background-color: #e5e5e5;
	border-color: #e5e5e5;
}

.content-form-wrapper .wsf-form button.wsf-button.wsf-button-primary {
	color: #000;
}

.contact-form-section .wsf-form button.wsf-button.wsf-button-primary:hover,
.contact-form-section .wsf-form button.wsf-button.wsf-button-primary:focus,
.content-form-wrapper .wsf-form button.wsf-button.wsf-button-primary:hover,
.content-form-wrapper .wsf-form button.wsf-button.wsf-button-primary:focus,
.content-form-wrapper .wsf-form button.wsf-button:hover,
.content-form-wrapper .wsf-form button.wsf-button:focus {
	border: 0 !important;
	padding: 12px 24px;
	color: #000 !important;
	box-shadow: none;
}

.content-form-wrapper .wsf-form ul.wsf-group-tabs.wsf-steps>li>a {
	color: #000;
	text-decoration: none;
}

.content-form-wrapper .wsf-form ul.wsf-group-tabs>li>a:focus {
	background-color: transparent;
}

.content-form-wrapper .wsf-form ul.wsf-group-tabs.wsf-steps.wsf-steps-success>li>a:not(.wsf-tab-disabled):focus:before {
	box-shadow: none;
}

@media (max-width: 767px) {
	.contact-form-section .wsf-form .wsf-grid:not(.wsf-sections) {
		flex-direction: column;
	}

	.contact-form-section .wsf-form .wsf-grid .wsf-extra-small-3,
	.contact-form-section .wsf-form .wsf-grid .wsf-extra-small-9 {
		max-width: 100% !important;
	}
}
