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



.banner.add_hover .banner-bg {
	transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
}
.banner.add_hover:hover .banner-bg {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
}
.ttl_underline {
	width: auto;
    position: relative;
    padding-bottom: .8em;
    border-bottom: 1px solid #000;
    display: inline-block;
}
.ttl_underline::before,
.ttl_underline::after {
    position: absolute;
    left: calc(50% - 13px);
    bottom: -22px;
    width: 24px;
    height: 22px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.ttl_underline::before {
    background-color: #000;
}
.ttl_underline::after {
    bottom: -20px;
    background-color: #fff;
}
.ttl_bubble {
	position: relative;
	text-align: center;
	padding-bottom: 25px;
	background-image:  linear-gradient(#000, #000), linear-gradient(#000, #000);
	background-size:  42% 1px, 42% 1px;
	background-position:  left bottom 15px, right bottom 15px;
	background-repeat: no-repeat;
}
.ttl_bubble::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 1px;
	background: #000;
	bottom: 15px;
	left: 42%;
	transform-origin: left center;
	transform: rotate(45deg);
}
.btn_line {
	padding: 5px 0 5px .5em;
	background: #fff;
	border: 2px solid var(--fs-color-secondary);
}
.btn_line.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: .2em;
}
.btn_line.shopping.icon-box-left .icon-box-img+.icon-box-text {
    margin-left: 2em;
}
.btn_line.restaurant.icon-box-left .icon-box-img+.icon-box-text {
    margin-left: 2.3em;
}
a:hover .icon-box-img svg path,
a:hover .btn_line {
	padding: 5px 0 5px .5em;
	color: #FFF;
	background: var(--fs-color-secondary);
	border: 2px solid var(--fs-color-secondary);
	transition: .6
}
a:hover .btn_line .icon-box-img svg, 
a:hover .icon-box-img svg path {
    fill: #fff;
    height: 100%;
    transition: all .3s;
    width: 100%;
}
.section-title b {
    height: 1px;
    opacity: 1;
}

.table_row p {
	margin-bottom: 0;
}
.header-main .nav > li > a {
    font-weight: 400;
}
.nav-line-bottom>li.active>a {
	color: var(--fs-color-primary) !important;
}

.nav-line-bottom>li.active.fc_purple a,
.header-main .nav > li.fc_purple a:hover { color: #8103A8 !important;}
.nav-line-bottom>li.fc_purple >a:before { background-color: #8103A8;}

.nav-line-bottom>li.active.fc_green >a,
.header-main .nav > li.fc_green > a:hover { color: #8BC540 !important;}
.nav-line-bottom>li.fc_green >a:before { background-color: #8BC540;}

.nav-line-bottom>li.active.fc_blue >a,
.header-main .nav > li.fc_blue > a:hover { color: #00BFE1 !important;}
.nav-line-bottom>li.fc_blue >a:before { background-color: #00BFE1;}

.nav-line-bottom>li.active.fc_orange >a,
.header-main .nav > li.fc_orange > a:hover { color: #F65A06 !important;}
.nav-line-bottom>li.fc_orange >a:before { background-color: #F65A06;}

.accordion a {
	text-decoration: underline;
}
.accordion-title {
	border-top: none;
}
.home .rank-math-breadcrumb,
.home .header-block,
.recent-blog-posts-li .post_comments  {
	display: none;
}
.header-button-1 .header-button .button {
    padding: 0px 35px;
    letter-spacing: 4px;
}
.header-button .icon-angle-right:before {
    content: "";
    width: 21px;
    height: 21px;
    display: block;
    background: url(https://rental-resort.com/wp2026/wp-content/uploads/2026/01/arrow_circle.svg) no-repeat 0 0 / contain;
}




/*.single-post .category-blog .entry-title,
.archive.category-blog .entry-title {
	color: var(--primary-color);
}
.single-post .category-blog .entry-title + .is-divider,
.archive.category-blog .entry-title + .is-divider {
	background-color: var(--primary-color);
	height: 2px;
	max-width: 100px;
}
.single-post .category-blog .entry-content h2 {
	padding: 1em 0 .5em;
	color: var(--primary-color);
}
.single-post .category-blog .entry-content h3 {
	position: relative;
	padding-left: 24px;
	display: block;
	font-size: 1.2rem;
	line-height: 1.5;
}
.single-post .category-blog .entry-content h3::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: #39C9DB;
	border-radius: 50%;
}
.single-post .category-blog .entry-content h4 {
}
*/






body {
	line-height: 1.8;
}

.lh1 {line-height: 1 !important;}
.lh12 {line-height: 1.2 !important;}
.lh13 {line-height: 1.3 !important;}
.lh14 {line-height: 1.4 !important;}
.lh15 {line-height: 1.5 !important;}
.lh16 {line-height: 1.6 !important;}
.lh17 {line-height: 1.7 !important;}
.lh18 {line-height: 1.8 !important;}
.lh2 {line-height: 2 !important;}

.ls0 {letter-spacing: 0 !important;}
.ls1 {letter-spacing: 1px !important;}
.ls2 {letter-spacing: 2px !important;}
.ls3 {letter-spacing: 3px !important;}
.ls4 {letter-spacing: 4px !important;}
.ls5 {letter-spacing: 5px !important;}
.ls6 {letter-spacing: 6px !important;}
.ls7 {letter-spacing: 7px !important;}
.ls8 {letter-spacing: 8px !important;}
.ls9 {letter-spacing: 9px !important;}
.ls10 {letter-spacing: 10px !important;}

.fw4 {font-weight: 400 !important;}
.fw5 {font-weight: 500 !important;}
.fw6 {font-weight: 600 !important;}

.txt_al {
    text-align-last: justify;
	text-justify: inter-ideograph;
}

.round10,
.round10 > .img-inner,
.round10 > div > .banner-bg,
.round10 > div > .banner-bg img,
.round10 > div > .banner-bg .overlay,
.round10 > .col-inner,
.round10::before,
.round10 > a > .img-inner {
	border-radius: 10px;
	overflow: hidden;
}

@media screen and (max-width: 849px) {

}
@media screen and (max-width: 549px) {
/*	.header #logo img,
	.header .stuck #logo img,
	.header .transparent #logo img {
		max-height: 60px !important;
	}
	.transparent .header-main,
	.header .stuck .header-main {
		height: 70px !important;
	}*/
	.scroll_cont {
		overflow-x: auto;
	}
	.scroll_cont .tablepress td, 
	.scroll_cont .tablepress th {
		width: auto;
		display: table-cell;
	}
	.w500 > .col-inner {
		width: 500px;
	}
	.w600 > .col-inner {
		width: 600px;
	}
	.w770 > .col-inner {
		width: 770px;
	}/*
	.dt-container .dt-layout-row {
		flex-direction: row;
	}
	.dt-container .dt-input {
		max-width: 10em;
	}*/
	.table_row {
		border-bottom: 1px;
		border-bottom: 1px solid #000;
	}
	.table_row .is-border {
		border-width: 1px 1px 0px 1px !important;
	}
}








.pcbr {display:inline;}
.tbbr {display:none;}
.spbr {display:none;}
@media (max-width: 768px) {
	.pcbr {display:none;}
	.tbbr {display:inline;}
	.spbr {display:none;}
	}
@media (max-width: 549px) {
	.pcbr {display:none;}
	.tbbr {display:none;}
	.spbr {display:inline;}
}
.mg00{	margin: 0 !important;}
.mb00{	margin-bottom:0px;}

.banner a{
	z-index:12;
}
/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}