.brown{
	color:#91765A !important;
}
.form-row{
	display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 5px;
	
}
.form-wrap{
	width:50%;
}
.form-wrap input,
.form-wrap select{
    font-family: 'outfit';
    padding: 15px !important;
	background: #fff !important;
    color: #14100C;
    border: 1px solid transparent !important;
    border-radius: 0px;
}
.avail,.sub{
	width:100% !important;
}
.form-wrap input::placeholder{
	color: #14100C;
}
.sub .wpcf7-submit{
	    width: 100%;
    background-color: #91765A !important;
    color: #fff !important;
    padding: 20px;
}
.sub p{
height:50px;
	margin-bottom: 0px !important;
}
.data-box{
	display: none;
}
.data-container:hover .data-box{
	display: block !important;
}
.header-site-logo img{
	filter: invert(1) !important;
}
@media (min-width: 0px) and (max-width: 768px){
	.form-wrap{
		width:100% !important;
		margin-bottom:10px;
	}
	.form-row{
		flex-direction:column;
		gap: 0px;
    margin-bottom: 0px !important;
	}
	.form-row p {
margin-bottom:0px;
	}
} 
.news-wrap p{
	    display: flex;
    align-items: center;
    border: 2px solid #524333;
	padding:4px;
}
.news-wrap .wpcf7-form-control-wrap{
	    width: 70%;
}
.news-wrap .wpcf7-form-control-wrap input{
	background: transparent;
    border: none;
    color: #fff;
    font-family: 'outfit';
}
.news-wrap .wpcf7-form-control-wrap input::placeholder{
	color:#ABA59F;
}
.news-wrap .wpcf7-spinner{
	display:none;
}
.news-wrap .wpcf7-submit{
	background:#91765A !important;
	color:#fff;
	font-family: 'outfit';
}
.news-wrap .wpcf7-email{
	outline:0px !important;
}
.scrolled{
	position: fixed;
    top: 0;
    width: 100%;
    backdrop-filter: blur(2px);
    background: #14100c !important;
	transition:all 0.5s ease-in-out !important;
	border-bottom: 1px solid #ffffff0d !important;
}
.oh{
	overflow:hidden !important;
}
.gallery .gallery-icon{
overflow:hidden;
}
.gallery-item:hover img{
transform:scale(1.1);
	transition:all 0.3s ease-in-out;
}

.ea-standard .disabled .block{
	    background-color: rgb(255 255 255 / 0%) !important;
	    cursor: no-drop;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid rgb(137 113 90 / 57%) !important;
    background: #14100c url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x !important;
    font-weight: normal;
    color: #91765a !important;
    text-align: center;
    font-size: 18px;
    padding: 12px;
}
.ea-standard .ui-datepicker {
    width: auto;
    background: #322c25;
    border-color: #91765a;
}
a.ui-state-default.ui-state-active,
a.ui-state-default:hover {
    background: #91765a !important;
    color: #ffffff !important;
}

.ui-datepicker-calendar th span {
    color: #91765a;
    font-family: Outfit, sans-serif;
}

.ui-widget-header
 {
    border: 1px solid #14100c !important;
    background: #91765a url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x !important;
    color: #ffffff;
}

.ea-standard .time {
    border: 1px solid #91765a;
    min-height: 100px;
    white-space: normal;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px !important;
    border-radius: 5px !important;
}

.ea-standard .time-value {
       display: inline-block !important;
    width: calc(100% / 6 - 5px) !important;
    vertical-align: middle;
    border: 1px solid rgb(145 118 90 / 20%) !important;
    padding: 20px !important;
    border-radius: 5px !important;
    text-align: center !important;
    font-size: 14px;
}

.disabled select, .disabled input {
    opacity: 0.2;
}
.appointment-link a, .appointment-link a:hover{
	color: #fff;
}
.ea-done-message {
    color: #078000;
}

.scroll-top {
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 3vw;
    width: 50px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 20%);
	z-index: 99999;
}
.scroll-top .elementor-widget-container{
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 5px;
}
