/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



#top a:not(#top #header_main a, #top #header_meta a, #top #footer a) {
	text-decoration: underline !important;
}

#top .av-masonry-date {
	display: none;
}

#top .form_element,
#top form p {
	color: #000000;
}

#top .big-preview {
	display: none;
}

ul {
	margin-top: .85em;
}

h3 {
	font-size: 25px;
}

p,
li {
	font-size: 18px;
}

#text-4 > div > div {
	display: flex;
	gap: 5px;
}

#header_meta {
	background: #31261F;
}

#header_main {
	padding-top: 11px;
}

.container {
    width: 100%;
}

#top #header .av-main-nav > li > a,
#top .av-main-nav ul a {
    font-size: 15px;
}

@media (min-width: 988px) and (max-width: 1040px) {
	#top #header .av-main-nav > li > a {
		font-size: 13px;
	}
}

/*#header_main_alternate {
	border-top: 1px solid #c1c3c7;
}

#top #header_main .av-logo-container {
	margin-bottom: 8px;
}*/

#top .phone-info {
	padding: 8px 0;
}

#top .phone-info,
#top .phone-info > div {
	width: 100%;
	display: flex;
}

#top .header__contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

#top .header__contact div {
	display: flex;
	align-items: center;
	gap: 12px;
}

#top .header__contact p,
#top .header__contact a {
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	color: #c9c9c9;
	line-height: 115%;
	transition: opacity 0.3s ease-in-out;
}

#top .header__contact a:hover {
	opacity: 0.7;
}

#top .header__button a {
	background-color: #8d3905;
	color: #fff;
}



@media only screen and (max-width: 1020px) {
	#top .header__contact {
		flex-direction: column;
		gap: 10px;
	}
}

@media only screen and (max-width: 476px) {
	#top .header__contact > div:last-of-type {
		flex-direction: column;
		gap: 10px;
	}
}

/*Add your own styles here:*/

#top .prew__slider {
	position: relative;
	overflow: hidden;
	height: 680px;
}

#top .prew__slider .avia-caption-content p {
	font-family: playfair-displaydd;
	font-style: italic;
	font-weight: 400;
	font-size: 40px;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	margin: 22px 0;
}

#top .prew__slider div,
#top .prew__slider ul,
#top .prew__slider li,
#top .prew__slider img {
	height: 100% !important;
}

#top .prew__slider img {
	object-fit: cover;
}

#top .prew__slider .avia-slide-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #31261f 0%, rgba(106, 82, 67, 0.4) 50%, rgba(151, 117, 96, 0) 100%);
  pointer-events: none;
	z-index: 3;
	height: 200px;
}

#top .prew__button {
	position: absolute;
	bottom: 185px;
	right: 0px;
}


#top .akcii__button {
	position: absolute;
	bottom: 185px;
	left: 0px;
	min-height: 300px;
	max-width: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	padding: 10px;
	border-radius: 20px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
	background: #fff;
	margin: 0px 20px 20px 0px;
}


#top .akcii__button img {
	border-radius: 20px;
	width: 100%;
}

#top .akcii__button span {
	font-weight: 400;
	font-size: 18px;
	color: #222;
}

#top .prew__button img {
	width: 52px;
    height: 52px;
}

#top .prew__button span {
	margin-right: 0;
	line-height: 140%;
	font-weight: 500;
	font-size: 24px;
	color: #222;
	font-family: 'Playfair Display';
}

#top .prew__button a {
	display: flex;
	align-items: center;
	gap: 26px;
	padding: 4px 36px 4px 6px;
	border-radius: 30px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
	background: #fff;
}

#top .prew__button .image-overlay {
	display: none !important;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@media (min-width: 768px) and (max-width: 989px) {
	.responsive #top .logo svg {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
	#top .prew__button {
		bottom: 209px;
	}
	
	.prew__slider {
		min-height: 200px;
	}
	
	#top .akcii__button {
		bottom: 300px;
		min-height: 1px;
    	max-width: 150px;
		gap: 15px;
	}
	
	#top .akcii__button span {
		font-size: 12px;
	}
	
	.av-extra-border-element {
		display: none;
	}

	.responsive #top .logo {
        width: 65%;
    }
	
	.pagination-meta {
		display: none !important;
	}
	
	#top .dostoprimechatelnosti__title h1 {
		font-size: 14px !important;
	}
	
	#top .hr {
		margin-bottom: 20px !important;
	}
	
	#top .secrion__padding .template-page {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	#top .secrion__padding .column__margin {
		margin-top: -115px !important;
	}
}

#top .advantages__cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0 20px;
}

#top .restaurant.advantages__cards {
	grid-template-columns: repeat(3, 1fr);
}

#top .advantages__cards p {
	padding: 20px 40px 20px 20px;
	border: 1px solid #d9d9d9;
	border-radius: 20px;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #222;
	min-height: 229px;
}

#top .advantages__cards p::before {
	content: "";
	margin-bottom: 60px;
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(/wp-content/uploads/2026/03/mdi_tick-circle-1.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


@media only screen and (max-width: 1200px) {
	#top .advantages__cards {
		grid-template-columns: repeat(2, 1fr);
	}
	
	#top .advantages__cards p {
		padding: 10px;
	}
	
	#top .restaurant.advantages__cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 585px) {
	#top .advantages__cards {
		grid-template-columns: repeat(1, 1fr);
	}
	
	#top .restaurant.advantages__cards {
		grid-template-columns: repeat(1, 1fr);
	}
}



/*BButton right*/
.BButton_btns {
    left: auto !important;
    right: 20px !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
    -webkit-transform-origin: right bottom !important;
	    -ms-transform-origin: right bottom !important;
	        transform-origin: right bottom !important;
}

.BButton_btns_group {
     -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.BButton_btns.close .BButton_btns_group {
    margin-bottom: auto !important;
	margin-right: -150% !important;
	margin-left: auto !important;
	transition: visibility 0s 1s, margin-right 0s 1s !important;
	-webkit-transform-origin: right bottom !important;
	    -ms-transform-origin: right bottom !important;
	        transform-origin: right bottom !important;
}

.BButton_btns .BButton_btn:nth-child(1) {
	-webkit-transition: margin-right .2s 0s, -webkit-transform .33s .1s !important;
	transition: margin-right .2s 0s, -webkit-transform .33s .1s !important;
	-o-transition: transform .33s .1s, margin-right .2s 0s !important;
	transition: transform .33s .1s, margin-right .2s 0s !important;
	transition: transform .33s .1s, margin-right .2s 0s, -webkit-transform .33s .1s !important;
}

.BButton_btns .BButton_btn:nth-child(2) {
	-webkit-transition: margin-right .2s 0s, -webkit-transform .33s .2s !important;
	transition: margin-right .2s 0s, -webkit-transform .33s .2s !important;
	-o-transition: transform .33s .2s, margin-right .2s 0s !important;
	transition: transform .33s .2s, margin-right .2s 0s !important;
	transition: transform .33s .2s, margin-right .2s 0s, -webkit-transform .33s .2s !important;
}

.BButton_btns .BButton_btn:nth-child(3) {
	-webkit-transition: margin-right .2s 0s, -webkit-transform .33s .3s !important;
	transition: margin-right .2s 0s, -webkit-transform .33s .3s !important;
	-o-transition: transform .33s .3s, margin-right .2s 0s !important;
	transition: transform .33s .3s, margin-right .2s 0s !important;
	transition: transform .33s .3s, margin-right .2s 0s, -webkit-transform .33s .3s !important;
}

.BButton_btns.close .BButton_btn {
	-webkit-transform: translateX(150%) !important;
	    -ms-transform: translateX(150%)  !important;
	        transform: translateX(150%)  !important;
}

.BButton_btn:hover {
	margin-right: 10px !important;
	margin-left: auto !important;
}

.akcii__slider article {
	display: grid;
	    grid-template-columns: 400px 0.8fr;
}


.akcii__slider article::after,
.akcii__slider article::before,
.akcii__slider article .slide-meta  {
	display: none;
}

.akcii__slider article > a {
	background: transparent !important;
}

.akcii__slider article .entry-content-header {
	font-size: 26px;
    margin-bottom: 20px;
}

#top .akcii__slider .prev-slide,
#top .akcii__slider .next-slide {
	background-color: #e59109 !important;
}

.avia_transform a:hover .image-overlay {
    opacity: 0 !important;
}


@media only screen and (max-width: 767px) {
	
	.akcii__slider article {
		grid-template-columns: 1fr;
		grid-template-rows: 250px auto;
	}
	
	
	.akcii__slider article img {
		max-height: 240px;
		object-fit: contain;
	}
}