/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 30 2025 | 14:11:42 */
.header-additional {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 10px;
}
.header-additional .phone {
	display: flex;
	gap: 20px;
}
.header-additional i {
	margin-right: 5px;
}
.header-additional a {
	color: #707070;
	transition: all .2s;
}
.header-additional a:hover {
	text-decoration: underline;
	color: #5DB36E;
}
.footer-block {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer-block h4 {
	/*color: #5db36e;*/
	font-weight: 600 !important;
	margin-bottom: 10px !important;
	text-align: left;
	font-size: 20px!important;
	color: rgba(0, 0, 0, 1) !important;
}
.footer-block .info-block {
	display: flex;
	flex-direction: column;
	text-align: left;
	gap: 7px;
}
.relative-class {
	position: relative;
}
.footer-block .info-block .info-row {
	display: flex;
	gap: 10px;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.footer-block .info-block .info-row {
		justify-content: center;	
	}
	.footer-block h4 {
		margin-bottom: 10px!important;	
		text-align: center!important;
		
	}
	.footer-block .info-block {
		text-align: center;	
	}
}
.footer-block .info-block .info-row > div {
display: flex;
	flex-direction: column;
	gap: 7px;
}
.footer-block .info-block .info-row.info-row-time {
	align-items: flex-start;
}
.footer-block .info-block .info-row.info-row-time i {
	margin-top: 5px;
}
.footer-block a {
		color: #707070;
	transition: all .2s;
}
.footer-block a:hover {
	text-decoration: underline;
	color: #5DB36E;
}
.footer-block p {
	margin-bottom: 0;
}
.main-banner .swiper {
	height: 100%;
}
.main-banner {
	height: 100%;
}
.main-banner figure {
	height: 100%;
}
.main-banner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.rezervacni-wrap {
	display: flex;
	align-items: stretch;
	flex-direction: column;
}
.rezervacni-wrap h4 {
	background-color: #528264;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	padding: 10px;
}
 .rezervacni-box {
    background-color: #7fbf7f;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  #rezervacni-formular {
    display: flex;
    align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;
	  
	  justify-content: center;
  }
@media only screen and (max-width: 768px) {
	#rezervacni-formular {
		gap: 15px;	
	}
}
  #rezervacni-formular label {
    color: #fff;
    font-weight: 500;
    margin-right: 5px;
  }

  #rezervacni-formular input[type="date"],
  #rezervacni-formular select {
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
	  line-height: normal;
	  min-width: 170px;
  }

  #rezervacni-formular button {
    background: #816e4f;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 16px;
    color: white !important;
    font-family: 'Merriweather';
    border-radius: 4px;
	  line-height: normal;
    cursor: pointer;
	  letter-spacing: normal;
  }

  #rezervacni-formular button:hover {
    background-color: #5a432d;
  }

  #rezervacni-zprava {
    margin-top: 15px;
    color: #fff;
    font-weight: bold;
  }
.reserv-form .send-row {
	display: flex;
    justify-content: center;
	padding-left: 200px;
}
.reserv-form .form-row p {
	display: flex;
	align-items: flex-start;
}
.reserv-form .form-note {
	padding-left: 200px;
}
.reserv-form .send-row input {
	    background: #816e4f;
    font-weight: 400;
    font-size: 16px;
    padding: 14px 16px;
    color: white !important;
    font-family: 'Merriweather';
	letter-spacing: normal;
}
.reserv-form .send-row .wpcf7-spinner {
	
}
@media only screen and (max-width: 768px) {
	.reserv-form .form-row p {
		flex-direction: column;	
		align-items: flex-start;
		gap: 10px;
	}
	.reserv-form .form-row p br {
		display: none;
	}
	.reserv-form .send-row {
		padding-left: 0;	
	}
	.reserv-form .form-note {
	padding-left: 0;
}
}
.reserv-form .form-row label {
	min-width: 100px;
	font-weight: 600;
	color: #2B2E37;
	min-width: 200px;
}
.reserv-form .form-row input {
	padding: 10px;
	line-height: normal;
	outline: none;
    border: 1px solid #ddd;
    background: #f5f5f5;
}

.reserv-form .form-row textarea {
	padding: 10px;
	line-height: normal;
	outline: none;
    border: 1px solid #ddd;
    background: #f5f5f5;
	height: 120px;
}
.reserv-form .form-row select {
	padding: 10px;
	line-height: normal;
	outline: none;
    border: 1px solid #ddd;
    background: #f5f5f5;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 15px;
     /* Blue */
	 border-color: #2a6c30; /* Green */
	background-color: #c7e8ca;
	color: #2a6c30;
	border: none!important;
}
 
.wpcf7 form.init .wpcf7-response-output {
    display: none;
}
 
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #2a6c30; /* Green */
	background-color: #c7e8ca;
	color: #2a6c30;
}
 
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #841e1e; /* Red */
	background-color: #f8d6d6;
	color: #841e1e;
}
 
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28; /* Orange */
}
 
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #996f00; /* Yellow */
	background-color: #fff1cc;
	color: #996f00;
}
.gallery-same-size .gallery-item {
	height: 220px;
}
.gallery-same-size .gallery-item .gallery-icon {
	height: 100%;
}
.gallery-same-size .gallery-item .gallery-icon img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.room-gallery .gallery-item:first-of-type {
	width: 100%!important;
	max-width: 100%!important;
	height: auto;
}
.room-gallery .gallery-item {
	height: 100px;
}
.room-gallery .gallery-item .gallery-icon {
	height: 100%;
}
.room-gallery .gallery-item .gallery-icon img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.separator-headline .elementor-widget-container:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #DDDDDD;
    content: "";
    top: calc(50% - 1px);
    z-index: -1;
}
.separator-headline {
	position: relative;
}
.separator-headline h2, .separator-headline h3, .separator-headline h4 {
	display: inline-block;
	background: #fff;
	padding: 0 10px;
}
.room-point .elementor-image-box-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}
.ml-auto {
	margin-left: auto;
}
.mt-auto {
	margin-top: auto;
}
.no-margin p:last-of-type {
	margin-bottom: 0!important;
}
.sticky-div > div {
	position: sticky;
	top: 170px;
}
@media only screen and (max-width: 768px) {
	.sticky-div > div {
	position: relative;
	top: auto;
}
	
}
.img-description .widget-image-caption {
		margin-top: 0!important;
	}
.link-class a {
		color: #666666;
	transition: all .2s;
}
.link-class a:hover {
	text-decoration: underline;
	color: #5DB36E;
}