.hfy-theme1 .hfy-listing-booking-form .guests-input{margin-top:10px;}


.hfy-theme1 .hfy-listing-gallery.hfy-listing-gallery-abnb {
    border: 1px solid #ffffff; 
}
.hfy-theme1 .hfy-listing-gallery.hfy-listing-gallery-abnb > .main {
  border: 10px solid #ffffff!important;

}

.hfy-theme1 .hfy-listing-gallery.hfy-listing-gallery-abnb > .list > div {
  border: 10px solid #ffffff!important;
}

.hfy-theme1 .hfy-listing-booking-form .guests-input{
	margin-top:10px;
}


	
	@media (min-width: 768px) {
		#menu-item-2445 {
			a {
				background: var(--gold);
				border: 1px solid var(--gold);
				border-radius: 3px;
				color:#fff !important;
				text-transform: uppercase;
				font-size: 12px !important;
				letter-spacing: 1.5px !important;
				padding: 15px 35px !important;
				margin: 0 !important;
				margin-top: 22px !important;
				height: auto !important;
				transition: 400ms ease all;

				&:hover {
					background: #fff;

					span {
						color: var(--gold);
						border:none !important;
					}
				}

				span {
					padding:0 !important;
					margin: 0 !important;
					border:none !important;
				}
			}
		}
	}