/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 21 2025 | 17:48:02 */
/********************************************************/
/*					 All Pages		  					*/
/********************************************************/


body {
    --img-wrapper-reveal-color: #0073be;
}


.ozy-custom_button_w a {
	border-radius:5px !important;
	font-family: "Barlow", sans-serif !important;
}

#restaurant-top .ocbtn-1, #gallery .ocbtn-1 {
	border: 2px solid #0073be !important;
	background-color: #0073be !important;
	color: #fff !important;
	border-radius:5px !important;
}






/********************************************************/
/*					 Rooms Page		  					*/
/********************************************************/

.custom-btn a.btn-viewroom {
	font-family: "Barlow", sans-serif !important;
	font-weight:400 !important;
    background-color: #0073be !important;
	border-width: 5px !important;
	border: 1px solid #0073be !important;
}

.custom-btn a.btn-booknow {
	font-family: "Barlow", sans-serif !important;
	font-weight:400 !important;
    background-color: #ffffff !important;
    color: #0073be !important;
	border: 1px solid #0073be !important;
}

.fa, .far, .fas {
    color: #0073be !important;
}



/********************************************************/
/*					Gallery Page						*/
/********************************************************/

.ozy-page_navigator {
    background-color: #0073be !important;
    color: #ffffff;
}

.ozy-page_navigator>a:hover>span>span:nth-child(2) {
    color: #ffffff;
}


/********************************************************/
/*					Error 404 Page						*/
/********************************************************/

.error404 {
	background-color:#0073be !important;
}

body.error404 #content {
    margin: 0 auto !important;
    padding: 20vh 0 20vh 0;
    overflow: visible;
    max-width: 500px;
	width: 100% !important;
}

body.error404 #content h1 {
	font-family: "Barlow", sans-serif !important;
	color: #ffffff !important;
    font-size: 220px !important;
    font-weight: 700;
    line-height: 80% !important;
    animation: none !important;
}

@media screen and (max-width: 768px) {
	body.error404 #content h1 {
		font-size: 150px !important;
	}
}


body.error404 #content h2 {
	font-family: "Barlow", sans-serif !important;
	color: #ffffff !important;
    font-size: 50px !important;
}

body.error404 #content p {
	font-family: "Barlow", sans-serif !important;
	color: #ffffff !important;
	font-weight: 500 !important;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-height: 1.8 !important;
}

.take-home {
	padding: 0px 20px !important;
	background-color: #ffffff !important;
	color: #0073be !important;
	margin-top: 2px !important;
	margin-left: 5px !important;
	border-radius: 5px !important;
	text-decoration: none !important;
}

.take-home:hover {
	background-color: #0073be !important;
	text-decoration: stroke !important;
	color: #ffffff !important;
}
