/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 07 2025 | 06:29:14 */
html {
  scroll-behavior: smooth;
}
.elementor-page-title, h1.entry-title {
	display: none !important;
}
.booking-button {
	background-color: #d34922 !important;
	min-height: 75px;
	line-height: 75px;
	letter-spacing: 1px !important;
    padding: 0 !important;
	margin-left: 15px !important;
	margin-right: 15px !important;
	transition: all 0.3s ease-in-out;
}
.booking-button a {
	color: #fff !important;
    text-transform: none !important;
    font-variant: normal !important;
    font-size: 18px !important;
	font-weight: 700 !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.menu-tel a {
	color: #fcd56e !important;
    height: 75px;
	font-size: 20px !important;
    line-height: 75px;
}
.footer-social .elementor-icon {
	position: relative;
	transform: rotate(45deg);
}
.footer-social .elementor-icon i, 
.footer-social .elementor-icon svg {
	transform: rotate(-45deg);
}
.custom_articles .elementor-post__read-more {
	background: #e5e5e5;
    padding: 4px 13px;
}
.custom_articles .elementor-post__read-more:hover {
	background: #d5d5d5;
}
@media only screen and (max-width: 767px) {
.elementor-widget-video .elementor-wrapper iframe, .elementor-widget-video .elementor-wrapper video {
	height: 250px;
}
	.menu-tel a {
		color: rgba(111, 59, 24, 1)!important;
	}
}