/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


@import url('https://fonts.googleapis.com/css2?family=Varela+Round&family=Yeseva+One&display=swap');

.xc-footer {
	background-color: #232533 !important;
	color: #FFFFFF;
}

.xc-footer h2, 
.xc-footer h5,
.xc-footer .widget-title {
	color: rgb(255, 255, 255);
	font-family: 'Yeseva One', display;
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 20px;
}

.xc-footer .row-footer-contact h2 {
	margin-top: 30px;
	margin-bottom: 25px;
}

.xc-footer .row-footer-contact .col-inner {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.xc-footer .row-footer-contact .btn-book {
	margin: 10px 0 20px;
	border: 1px solid #FFFFFF !important;
	background-color: transparent !important;
	color: #FFFFFF !important;
	font-family: 'Varela Round', sans-serif !important;
	text-transform: uppercase !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	padding: 18px 28px !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.xc-footer .row-footer-contact .btn-book:hover {
	background-color: #FFFFFF !important;
	border-color: #FFFFFF !important;
	color: #FFB168 !important;
}

.xc-footer .row-footer-contact p {
	margin-bottom: 15px;
	font-size: 24px;
	font-family: 'Varela Round', sans-serif;
	color: #FFFFFF;
}

.xc-footer .row-footer-menu .col-inner {
	text-align: center;
}

.xc-footer .ux-menu.footer-menu {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px;
	margin: 20px 0 50px;
	width: 100%;
}

.xc-footer .footer-menu .ux-menu-link__link {
	padding: 5px 0;
}

.xc-footer .footer-menu .ux-menu-link__text {
	color: #FFFFFF;
	font-family: 'Varela Round', sans-serif;
	font-size: 15px;
}

.xc-footer .footer-menu .ux-menu-link:hover .ux-menu-link__text {
	color: #EFA765;
}

.xc-footer .row-footer-info .col-inner {
	text-align: center;
}

.xc-footer .row-footer-info p {
	font-family: 'Varela Round', sans-serif;
	line-height: 1.8;
	color: #FFFFFF;
	margin-bottom: 30px;
	font-size: 14px;
}

.xc-footer .footer-follow {
	justify-content: center;
	margin-top: 10px;
	gap: 15px;
}

.xc-footer .footer-follow .icon.button {
	border: none !important;
	background-color: transparent !important;
	color: #FFFFFF !important;
	padding: 0 !important;
	width: auto !important;
	height: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.xc-footer .footer-follow .icon.button i {
	font-size: 22px !important;
}

.xc-footer .footer-follow .icon.button:hover {
	background-color: transparent !important;
	color: #FFB168 !important;
}

.xc-footer .row-footer-copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 30px;
}

.xc-footer .row-footer-copyright .col-inner {
	text-align: center;
	padding-top: 20px;
}

.xc-footer .row-footer-copyright p {
	color: #FFFFFF;
	font-family: 'Varela Round', sans-serif;
	font-size: 13px;
	margin-bottom: 0;
}

.xc-banner-hero {
	min-height: 700px !important; 
}

.xc-banner-hero .banner-bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(0,0,0,0.51) 0%, #232533 95%);
	pointer-events: none;
}

.xc-banner-hero h3.uppercase,
.xc-banner-hero h3 strong {
	font-family: 'Yeseva One', display !important;
	color: #EFA765 !important;
	font-weight: 400 !important;
	text-transform: none !important;
}

.xc-banner-hero h3.uppercase {
	font-size: 80px !important;
	line-height: 112px !important;
	margin-bottom: 30px;
	-webkit-text-stroke: 1px rgba(0,0,0,0.3);
}

.xc-banner-hero .button.primary {
	border: 1px solid #FFFFFF !important;
	background-color: transparent !important;
	color: #FFFFFF !important;
	font-family: 'Varela Round', sans-serif !important;
	text-transform: uppercase !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	padding: 15px 28px !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.xc-banner-hero .button.primary:hover {
	background-color: #FFFFFF !important;
	border-color: #FFFFFF !important;
	color: #FFB168 !important; 
}

@media (min-width: 850px) {
	.xc-banner-hero .banner-layer.x50.y50 {
		left: 0 !important;
		transform: translateY(-50%) !important;
	}
	.xc-banner-hero .text-inner.text-center {
		text-align: left !important;
	}
}

.xc-home-customers {
	background-color: #232533 !important;
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.xc-home-customers h2 {
	color: #EFA765;
	font-family: 'Yeseva One', display;
	font-size: 48px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.3em;
}

.xc-home-customers .col-inner {
	height: 100%;
}

.xc-home-customers .testimonial-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.xc-home-customers .testimonial-box .icon-box-text {
	display: contents;
}

.xc-home-customers .testimonial-box .testimonial-text {
	order: 1;
	background-color: #424242;
	padding: 25px 25px 50px;
	border-radius: 5px;
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
	color: #f5f5f5;
	font-family: 'Times New Roman', serif;
	font-size: 16px;
	text-align: center;
	width: 100%;
	font-style: normal;
	flex-grow: 1; 
	min-height: 330px; 
}

.xc-home-customers .testimonial-box .testimonial-text p {
	margin-bottom: 0;
	line-height: 1.6em;
}

.xc-home-customers .testimonial-box .icon-box-img {
	order: 2;
	margin-top: -35px; 
	z-index: 2;
	margin-bottom: 0;
}

.xc-home-customers .testimonial-box .icon-box-img img {
	width: 70px !important;
	height: 70px !important;
	border-radius: 50% !important;
	object-fit: cover;
}

.xc-home-customers .testimonial-box .star-rating {
	order: 3;
	color: #f0ad4e;
	font-size: 16px;
	margin: 15px auto 5px; 
	display: block;
}

.xc-home-customers .testimonial-box .testimonial-meta {
	order: 4;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 0;
}

.xc-home-customers .testimonial-meta .testimonial-name {
	color: #EFA765;
	font-family: 'Yeseva One', display;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: none;
}

.xc-home-customers .testimonial-meta .testimonial-name-divider {
	display: none;
}

.xc-home-customers .testimonial-meta .testimonial-company {
	color: #bdbdbd;
	font-family: 'Times New Roman', serif;
	font-size: 16px;
	margin-top: 5px;
	font-weight: normal;
	text-transform: none;
}

.xc-home-about-us {
	background-color: #232533 !important;
	padding-bottom: 100px !important;
}

.xc-home-about-us .row {
	align-items: center;
}

.xc-home-about-us .row > .col:nth-child(1) > .col-inner {
	padding: 0 100px 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end; 
}

.xc-home-about-us .row > .col:nth-child(2) > .col-inner {
	padding: 0 80px 0 100px;
}

.xc-home-about-us .row > .col:nth-child(1) h2 {
	font-family: 'Yeseva One', serif !important;
	font-size: 48px !important;
	color: #EFA765 !important;
	line-height: 1.3em !important;
	margin: 0 !important;
	width: 55%;
	text-align: center;
}

.xc-home-about-us .row > .col:nth-child(1) .img {
	margin: 100px 0 -90px 30px;
	z-index: 1;
	width: 85% !important; 
}

.xc-home-about-us .row > .col:nth-child(1) .img-inner {
	overflow: visible !important; 
}

.xc-home-about-us .row > .col:nth-child(1) .img img {
	box-shadow: -20px 20px 0px 0px #F5C173 !important;
	width: 100% !important;
}

.xc-home-about-us .row > .col:nth-child(2) h2 {
	font-family: 'Yeseva One', serif !important;
	font-size: 34px !important;
	color: #EFA765 !important;
	line-height: 1.3em !important;
	margin-bottom: 20px !important;
}

.xc-home-about-us .row > .col:nth-child(2) p {
	font-family: 'Varela Round', sans-serif !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	color: rgb(224, 224, 224) !important;
	margin-bottom: 1.6em !important;
	line-height: 26px !important;
}

.xc-home-about-us .row > .col:nth-child(2) p:last-of-type {
	margin-bottom: 0 !important;
}

.xc-home-about-us .button.primary {
	border: 1px solid #ffffff !important;
	background-color: transparent !important;
	color: #ffffff !important;
	font-family: 'Varela Round', sans-serif !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	padding: 18px 28px !important;
	border-radius: 0 !important;
	margin-top: 20px;
	box-shadow: none !important;
}

.xc-home-about-us .button.primary span {
	color: #ffffff !important;
}

.xc-home-about-us .button.primary:hover {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	color: #232533 !important;
}

.xc-home-about-us .button.primary:hover span {
	color: #232533 !important;
}

@media (max-width: 1024px) {
	.xc-home-about-us .row > .col:nth-child(1) > .col-inner {
		padding: 0 40px 0 0;
	}
	.xc-home-about-us .row > .col:nth-child(2) > .col-inner {
		padding: 0 0 0 40px;
	}
	.xc-home-about-us .row > .col:nth-child(1) h2 {
		width: 100%;
		font-size: 38px !important;
	}
	.xc-home-about-us .row > .col:nth-child(1) .img {
		margin: 50px 20px -70px 20px;
		width: 100% !important;
	}
	.xc-home-about-us .row > .col:nth-child(2) h2 {
		font-size: 25px !important;
	}
}

.xc-home-featured {
	background-color: #232533 !important;
	padding-top: 240px !important;
	padding-bottom: 120px !important;
}

.xc-home-featured .col:nth-child(1) > .col-inner {
	padding-right: 80px;
}

.xc-home-featured .col:nth-child(2) > .col-inner {
	padding-left: 80px;
}

.xc-home-featured h2 {
	font-family: 'Yeseva One', display !important;
	font-size: 48px !important;
	color: #EFA765 !important;
	line-height: 1.3em !important;
	margin: 0 38% 0 0 !important;
}

.xc-home-featured .box {
	text-align: left !important;
}

.xc-home-featured .box-text {
	text-align: left !important;
	padding-top: 30px !important;
}

.xc-home-featured h4 {
	font-family: 'Yeseva One', display !important;
	font-size: 34px !important;
	color: #EFA765 !important;
	line-height: 1.3em !important;
	margin-bottom: 0 !important;
}

.xc-home-featured p {
	color: #FFFFFF !important;
}

.xc-home-featured .col:nth-child(1) > .col-inner > .box:nth-of-type(1),
.xc-home-featured .col:nth-child(1) > .col-inner > .box:nth-of-type(2) {
	margin: 80px 0 0 50px;
}

.xc-home-featured .col:nth-child(2) > .col-inner > .box:nth-of-type(1) {
	margin: 0 50px 0 0;
}

.xc-home-featured .col:nth-child(2) > .col-inner > .box:nth-of-type(2) {
	margin: 80px 50px 0 0;
}

.xc-home-featured .btn-reservation {
	margin-top: 50px;
	border: 1px solid #FFFFFF !important;
	background-color: transparent !important;
	color: #FFFFFF !important;
	font-family: 'Varela Round', sans-serif !important;
	text-transform: uppercase !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	padding: 18px 28px !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: inline-block;
}

.xc-home-featured .btn-reservation:hover {
	background-color: #FFFFFF !important;
	color: #232533 !important;
}

@media (max-width: 1024px) {
	.xc-home-featured {
		padding-top: 140px !important;
		padding-bottom: 80px !important;
	}
	.xc-home-featured .col:nth-child(1) > .col-inner {
		padding-right: 0;
	}
	.xc-home-featured .col:nth-child(2) > .col-inner {
		padding-left: 0;
	}
	.xc-home-featured h2 {
		font-size: 38px !important;
		margin-right: 0 !important;
	}
	.xc-home-featured h4 {
		font-size: 25px !important;
	}
	.xc-home-featured .col:nth-child(1) > .col-inner > .box:nth-of-type(1),
	.xc-home-featured .col:nth-child(1) > .col-inner > .box:nth-of-type(2) {
		margin: 50px 0 0 0;
	}
	.xc-home-featured .col:nth-child(2) > .col-inner > .box:nth-of-type(1) {
		margin: 0;
	}
	.xc-home-featured .col:nth-child(2) > .col-inner > .box:nth-of-type(2) {
		margin: 50px 0 0 0;
	}
}

#masthead.header-main {
	min-height: 110px;
}
#masthead .header-inner {
	height: 110px;
	max-width: 1200px;
}
#masthead .flex-left.flex-grow {
	justify-content: center;
}
#masthead .header-nav-main {
	margin: 0 auto;
}
#masthead .nav-top-link {
	font-family: 'Varela Round', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	color: #ffffff;
	padding-left: 25px;
	padding-right: 25px;
	transition: all 0.2s linear;
}
#masthead .nav > li > a:hover,
#masthead .nav > li.active > a {
	color: #FFB168;
}
#masthead .header-button-1 .button {
	font-family: 'Varela Round', sans-serif !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	letter-spacing: 1px;
	background-color: transparent !important;
	color: #ffffff !important;
	border: 1px solid #ffffff !important;
	border-radius: 0 !important;
	padding: 18px 28px !important; 
	line-height: 1em !important;
	box-shadow: none !important;
	transition: all 0.2s linear;
}
#masthead .header-button-1 .button:hover {
	color: #232533 !important;
	background-color: #ffffff !important;
	border-color: #ffffff !important;
}
#logo img {
	max-height: 63px;
	width: auto;
}

.entry-content {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.absolute-footer {
	display: none !important;
}

@media only screen and (max-width: 48em) {

	.xc-footer .ux-menu.footer-menu {
		flex-direction: column;
		gap: 15px;
	}
	.xc-banner-hero {
		min-height: 300px !important;
	}
	.xc-banner-hero .text-box {
		width: 90% !important;
	}
	.xc-banner-hero h3.uppercase {
		font-size: 38px !important;
		line-height: 50px !important;
	}
	.xc-home-customers {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.xc-home-customers h2 {
		font-size: 26px !important;
	}

	.xc-home-about-us .row > .col:nth-child(1) > .col-inner {
		padding: 0;
	}
	.xc-home-about-us .row > .col:nth-child(2) > .col-inner {
		padding: 50px 0 0 0;
	}
	.xc-home-about-us .row > .col:nth-child(1) h2 {
		font-size: 26px !important;
	}
	.xc-home-about-us .row > .col:nth-child(1) .img {
		margin: 20px 0 20px 20px;
	}
	.xc-home-about-us .row > .col:nth-child(2) h2 {
		font-size: 20px !important;
	}

	.xc-home-featured {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.xc-home-featured h2 {
		font-size: 26px !important;
	}
	.xc-home-featured h4 {
		font-size: 20px !important;
	}
	.xc-home-featured .col:nth-child(1) > .col-inner > .box:nth-of-type(1) {
		margin: 0;
	}
	.xc-home-featured .col:nth-child(1) > .col-inner > .box:nth-of-type(2) {
		margin: 50px 0 0 0;
	}
	.xc-home-featured .col:nth-child(2) > .col-inner > .box:nth-of-type(1) {
		margin: 50px 0 0 0;
	}
	.xc-home-featured .col:nth-child(2) > .col-inner > .box:nth-of-type(2) {
		margin: 30px 0 0 0;
	}

	.mfp-wrap.off-canvas .mobile-sidebar,
	.off-canvas-left .mfp-content, 
	.off-canvas-right .mfp-content {
		background-color: #232533 !important;
	}

	.mobile-sidebar .sidebar-menu {
		padding: 0 !important;
	}

	.mobile-sidebar .nav-sidebar {
		border-top: 1px solid #4d4d4d !important;
		margin-top: 0 !important;
	}

	.mobile-sidebar .nav-sidebar > li {
		margin: 0 !important;
		border-bottom-width: 1px !important;
		border-color: #4d4d4d !important;
	}

	.mobile-sidebar .nav-sidebar > li > a {
		color: #ffffff !important;
		font-family: 'Varela Round', sans-serif !important;
		font-size: 18px !important;
		padding: 30px !important;
		border-bottom: none !important;
		text-transform: none !important;
		line-height: 1em !important;
		font-weight: 400 !important;
		display: block !important;
	}

	.mobile-sidebar .nav-sidebar > li.active > a,
	.mobile-sidebar .nav-sidebar > li.current-menu-item > a,
	.mobile-sidebar .nav-sidebar > li > a:hover {
		color: #EFA765 !important;
	}

	.mfp-wrap.off-canvas .mfp-close {
		color: #ffffff !important;
		opacity: 1 !important;
		background: transparent !important;
		right: 10px !important;
		top: 10px !important;
		padding: 10px !important;
	}

	.mfp-wrap.off-canvas .mfp-close:hover {
		color: #EFA765 !important;
	}

	.mfp-wrap.off-canvas .mfp-close svg {
		width: 24px;
		height: 24px;
	}

	.mobile-nav .nav-icon .button {
		font-size: 24px !important;
		min-height: 44px !important;
		height: auto !important;
	}

	.mobile-nav .nav-icon .button i.icon-menu {
		font-size: 28px !important; 
	}

	#masthead .header-inner.medium-logo-center .logo {
		position: relative !important;
		transform: none !important;
		left: auto !important;
		width: auto !important;
		margin: 0 auto 0 -30px !important;
		padding-left: 0 !important;
		text-align: left !important;
		justify-content: flex-start !important;
		flex: 1 1 auto !important;
	}
	#masthead .header-inner.medium-logo-center .flex-left {
		display: none !important;
	}
	#masthead .header-inner {
		justify-content: space-between !important;
	}

	#logo img {
		max-height: 45px !important; 
	}
}
