/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
Theme Name:     Web Nectus Traveler
Description:    Web Nectus Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

/* WebKit (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #D6DEE5; /* light shade of blue/gray */
}

::-webkit-scrollbar-thumb {
    background-color: #1A3552; /* dark blue */
    border-radius: 5px;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #1A3552 #D6DEE5; /* thumb, then track */
}
.grecaptcha-badge { 
    visibility: hidden;
}
body.st-mod-style {
	/* padding-top: 120px; */
}
a:not(.btn) {
	color: #1a3552;
}
.single #st-content-wrapper.st-style-4 .st-section-single .item-attribute .item i {
	color: #1a3552;
	margin-right: 10px;
    width: 44px;
    height: 44px;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
}
.single #st-content-wrapper.st-style-4 .st-section-single .item-attribute .item i svg {
	fill: #1a3552;
}
.single #st-content-wrapper.st-style-4 .st-section-single .item-attribute .item i svg > g {
	fill: #1a3552;
}
.single-hotel_room #st-content-wrapper.st-style-elementor .room-featured-items .item .stt-icon, .single-st_hotel #st-content-wrapper.st-style-elementor .room-featured-items .item .stt-icon, .single-st_rental #st-content-wrapper.st-style-elementor .room-featured-items .item .stt-icon {
	color: #1a3552;
}
body.single-st_rental .custom-contact-info {
	padding-left: 24px;
    padding-right: 24px;
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding-top: 24px;
}
body.single-st_rental .custom-contact-info .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 1rem;
}
body.single-st_rental .custom-contact-info .items li.link a {
	font-weight: bold;
	color: #1a3552;
}
body.single-st_rental .custom-contact-info .items li.link:hover a {
	text-decoration: underline;
}
.header {
	z-index: 1001;
    padding: 1rem 2rem;
    background: transparent;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
	top: 45px;
    left: 0;
    right: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.header:not(.fixed) {
	position: absolute;
	border-color: transparent;
}
.header.fixed {
	position:fixed;
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .2);
            box-shadow: 0px 1px 3px rgba(0, 0, 0, .2);
	border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
	top: 0;
	width: 100%;
}
.item-gallery.custom-full-height:after {
	content: "";
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(60%, transparent)) !important;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 60%) !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 60%) !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
body.page-template-template-blog #st-content-wrapper.search-result-page .banner:after {
		content: "";
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(60%, transparent)) !important;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 60%) !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 60%) !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#st-content-wrapper .banner.st-banner-solo .st-breadcrumb {
	top: 30%;
    -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
            transform: translateY(-30%);
    text-align: center;
}
#st-content-wrapper .banner.st-banner-solo .st-breadcrumb ul li {
	color: #fff;
}
.front-page-header-overlay {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(60%, transparent)) !important;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 60%) !important;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 60%) !important;
}
.header:not(.fixed) .header__center #st-main-menu .main-menu > li > a {
	color: #fff;
}
.header:not(.fixed) .header__center #st-main-menu .main-menu > li .fa {
	color: #fff;
}
.header:not(.fixed) .header__left img {
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}
.header:not(.fixed) .header__center #st-main-menu .main-menu > li > a:after {
	border-color: #fff;
}
.header__left .logo img {
	max-width: 220px;
}

.full-screen-header {
	position: relative;
	width: 100vw;
	-o-object-fit: cover;
	object-fit: cover;
	height: calc(100vw * 9 / 17);
}

.front-page-header-overlay {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	opacity: .5;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.vimeo-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
}

.service-list-wrapper.service-tour .services-item.item-elementor .item .content-item .reviews {
	margin-bottom: 0;
}

.services-item.item-elementor .item .content-item .amenities .amenity span {
	color: #1a3552;
}

.services-item.item-elementor .item .content-item .amenities .amenity {
	color: #3d3d3d;
}

.service-list-wrapper.service-tour .services-item.item-elementor .item .content-item .title {
	font-size: 1.3rem;
}

.st-list-service.slider .swiper-slide,
.item-slide {
	height: auto;
}
.owl-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.owl-carousel .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
.services-item {
	height: 100%;
}

.services-item .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
}

.services-item .content-item {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	gap: 1rem;
}

body.st-mod-style .st-style-elementor a.btn {
	color: #fff;
}

.st-form-book-wrapper .custom-rental-info .title {
	font-size: 1.3rem;
    line-height: 1.5rem;
}

.st-form-book-wrapper .st-price-custom {
    padding: 0 25px 0 25px;
}

body.single #st-content-wrapper.st-style-elementor .st-heading-section,
body.single #st-content-wrapper.st-style-4 .st-section-single .st-heading-section {
	font-size: 1.3rem;
	line-height: 1.4rem;
}

.single #st-content-wrapper.st-style-4 .st-section-single .item-attribute .item {
	color: unset;
}

body.st-mod-style #st-content-wrapper.st-style-elementor .relate-rooms .st-heading-section {
	font-size: 1.3rem;
	line-height: 1.4rem;
	margin-bottom: 1.5rem;
}

/* Hide "Less" by default */
.label-less {
    display: none;
}

/* When dropdown is open */
.dropdown-toggle[aria-expanded="true"] .label-more {
    display: none;
}

.dropdown-toggle[aria-expanded="true"] .label-less {
    display: inline;
}

body.single-st_rental .st-map-wrapper iframe {
	width: 100%;
	height: 450px;
}

span.custom-view-more {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 0.3rem 0.5rem;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	&:hover {
		background: #1a3552;
		color: #fff;
	}
}

.search-form form .dropdown-menu .advance-item.st-icheck {
	overflow: hidden;
	width: 100%;
}

.search-form form .form-button .field-advance .st-icheck-item:hover label {
	color: #1a3552;
}
.ranges .range_inputs .cancelBtn {
	background: #fff;
	border: 1px solid;
}

body .st-sliders.style-nav-top .st-button-prev, 
body .st-sliders.style-nav-top .st-button-next {
	width: 40px;
	height: 40px;
	background: #FFFFFF;
    border: 1px solid #DEDEDE;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
}
body .st-sliders.style-nav-top .st-button-prev,
body .st-sliders.style-nav-top .st-button-next {
	top: -60px;
}
body .st-sliders.style-nav-top .st-button-prev {
    right: 50px;
    left: auto;
}
body .st-sliders.style-nav-top .st-button-next {
    right: 0;
    left: auto;
}

.st-list-service.slider.style_2 .st-button-prev:hover, 
.st-list-service.slider.style_2 .st-button-next:hover {
	border-color: #1a3552;
}
.st-list-service.slider.style_2 .st-button-prev:hover .stt-icon, 
.st-list-service.slider.style_2 .st-button-next:hover .stt-icon {
	color: #1a3552;
}

#topbar.style-elementor {
	background: #1A3552;
	padding: 8px;
}

.elementor-icon-box-title.icon-left > span {
	gap: .5rem;
}
.elementor-icon-box-title.icon-left > span .elementor-icon-box-icon > .elementor-icon {
	vertical-align: middle;
}

.st-sliders.style-nav-top .box-content .sub_title {
	color: #fff;
}

body .read-more-lib a {
	color: #1a3552!important;
}

.developed-by-content span {
	color: #FFFFFFB3;
}
.developed-by-content a {
	display: inline-block;
    vertical-align: middle;
    margin-left: .5rem;
}

.header__center #st-main-menu .main-menu > li > a,
.header__center #st-main-menu .main-menu li.menu-item-has-children .menu-dropdown li a {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	text-transform: uppercase;
}

.header__center #st-main-menu .main-menu > li > a {
	padding: 0.5rem;
    font-size: 1.1rem;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.header__center #st-main-menu .main-menu > li > a:after {
	content: "";
	position: absolute;
	bottom: 2px;
	border: 1px solid #1a3552;
	width: 100%;
    left: 0;
    right: 0;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.header__center #st-main-menu .main-menu > li.current-menu-item > a:after {
	opacity: 1;
}
.header__center #st-main-menu .main-menu > li > a:hover:after {
	opacity: 1;
}

.header__center #st-main-menu .main-menu li.menu-item-has-children .fa {
    position: relative;
    top: unset;
    margin-top: unset;
    right: unset;
	margin-left: 0.5rem;
}

.header__center #st-main-menu .main-menu li.menu-item-has-children .menu-dropdown li a {
	padding: 0;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

body.single-st_rental #rates thead {
	background-color: #1a3552;
	color: #fff;
}

.st-mod-style #st-content-wrapper.st-style-elementor .st-service-header2 .st-sub-heading {
	font-weight: unset;
    font-size: 1.2rem;
    line-height: unset;
	margin-bottom: 1rem;
}

.st-single-blog--solo .st-blog .blog-content .blog-content--center .article--detail-solo .post-content p {
    opacity: 0.9;
    font-size: 1.1rem;
}
.st-single-blog--solo .single-blog--heading {
	margin-top: 0;
    min-height: 450px;
}
.st-single-blog--solo .single-blog--heading .st-title--bg .post-info .title:after,
.st-blog-solo--wrapper .st-blog--search .single-blog--title h3:after,
#st-content-wrapper .banner.st-banner-solo h2::after {
	content: none;
}
.st-blog-solo--wrapper .st-blog--search .single-blog--title h3{
	font-size: 2rem;
}

.st-single-blog--solo #comment-wrapper #respond .form-submit input[name=submit] {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.st-blog-solo--wrapper .st-blog--search .single-blog--title p {
	color: unset;
}

.st-single-blog--solo .single-blog--heading .st-title--bg .post-info .title {
	font-size: 2.3rem;
	font-weight: unset;
}

#st-content-wrapper .banner.st-banner-solo h1,
#st-content-wrapper .banner.st-banner-solo h2 {
	text-align: center;
	color: #fff;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: 2.5rem;
	font-weight: normal;
}
.st-single-blog--solo #comment-wrapper h2.title,
.st-single-blog--solo #comment-wrapper #respond #reply-title,
.st-blog-solo--wrapper .st-blog--search .single-blog--title h3,
.st-blog-solo--wrapper .st-blog--search .single-blog--title p,
.st-blog-solo--wrapper .st-blog--search .st-blog-btn a,
.st-single-blog--solo #comment-wrapper #respond .form-submit input[name=submit],
.st-single-blog--solo .st-blog .blog-content .blog-content--center .article--detail-solo .st-flex .share,
.st-blog-solo--wrapper .st-blog--search .blog-wrapper .st-blog--bg .st-blog--item .thumb-caption .title a{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	color: var(--body-color);
	font-weight: normal;
}
.st-single-blog--solo .single-blog--heading .st-title--bg .post-info {
	padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
}
.st-single-blog--solo .single-blog--heading .st-title--bg {
	bottom: 50%;
	-webkit-transform: translate(-50%, 50%);
	    -ms-transform: translate(-50%, 50%);
	        transform: translate(-50%, 50%);
}
.st-single-blog--solo .single-blog--heading .st-title--bg .post-info .title,
.st-single-blog--solo .single-blog--heading .st-title--bg .post-info a,
.st-single-blog--solo .single-blog--heading .st-title--bg .post-info {
	color: #fff;
}
#st-content-wrapper .banner.st-banner-solo {
	min-height: 450px;
	margin-top: 0;
}
.st-single-blog--solo .st-blog .blog-content {
	padding: 50px 0px 50px 0px;
}
body.page-template-template-blog #st-content-wrapper.search-result-page .banner  {
	    background-image: url('https://myroviliving.com/wp-content/uploads/2025/06/1.Villa-Omnia-Mykonos-Luxury-Holiday-Rental-Mykonos-Rocky-Villas-Private-Pool-Sea-View-Bedrooms-Kitch.jpg')!important;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
}

.st-blog-list-el .cate.category-color ul li {
	background: #1a3552!important;
}

.st-blog-list-el .cate.category-color ul li a {
	color: #fff!important;
}

.services-item.item-elementor .item .content-item .reviews .rate {
	background-color: transparent;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: var(--link-color);
    padding: 0px;
    border: none;
    margin-right: 4px;
}

.service-list-wrapper.service-tour .services-item.item-elementor .reviews .rate {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.services-item.item-elementor .item .content-item .reviews i {
    color: #FFB21D;
}

.st-sliders.style-nav-top .swiper-pagination span.swiper-pagination-bullet-active {
	background: #1a3552!important;
	border-color: #1a3552!important;
}

.elementor-button .elementor-button-text,
.header__right .items li.st-header-link a {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.header__right .items li.st-header-link a {
	text-transform: uppercase;
}

.single .st-fixed-form-booking .st-form-head-book {
	margin-bottom: 0;
}

body.single-st_rental .st-wrapper-form-booking.instant_enquire {
	margin-top: 1rem;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
	background-color: var(--main-color);
	border-color: var(--main-color);
}

body .st-sliders.style-nav-top .custom-slider-full-width .st-button-next {
	right: 2rem!important;
}

body .custom-slider-full-width .swiper-slide {
	margin-right: 10px!important;
}

#st-login-form .modal-dialog .modal-header .close, 
#st-login-form-page .modal-dialog .modal-header .close, 
#st-forgot-form-page .modal-dialog .modal-header .close {
	width: 20px;
	height: 20px;
	color: #fff;
}

.custom-icon-whatsapp {
	background-image: url('images/whatsapp-icon.svg');
	width: 15px;
    height: 15px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.custom-footer-newsletter {
    width: 1600px!important;
    max-width: 100%!important;
    border-bottom: none!important;
    border-radius: 15px!important;
    padding-left: 2rem!important;
    padding-right: 2rem!important;
	margin-left: auto!important;
    margin-right: auto!important;
}

.single #st-content-wrapper.st-style-4 .review-box .st-summany .item .percent {
	background:  var(--main-color);
}

.custom-info-top-items .custom-item:not(:last-child)::before {
	content: "";
    position: absolute;
    background-color: #4A4A4A;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    right: 16px;
    top: 12px;
}
.custom-info-top-items .custom-item {
	position: relative;
}
.custom-info-top-items .custom-item:not(:last-child) {
	padding-right: 40px;
}

@media screen and (min-width: 991px) {
    .sticky-top-desktop {
		position: sticky;
		top: 160px;
	}
}
@media (min-width: 1290px) {
    .container {
        max-width: 1600px;
    }
}
@media (max-width: 992px)
{
	.custom-container-homepage-video {
		position: relative!important;
		margin-top: -250px!important;
	}
	.custom-search-bar-absolute {
		position: relative!important;
		margin-top: 2rem;
		top: unset!important;
	}
	#topbar.style-elementor {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 5px;
	}
	.header {
		top: 100px;
	}
	.header:not(.fixed) .header__left .menu-toggle {
		-webkit-filter: invert();
		        filter: invert();
	}
	.header:not(.fixed) .header__center #st-main-menu .main-menu > li > a {
		color: var(--main-color);
	}
	.header__center #st-main-menu .menu.main-menu > li.menu-item-has-children > .menu-dropdown {
		margin-left: 1rem;
	}
	.header__left .logo img {
		width: 220px;
	}
	.header__right .items li.st-header-link {
		display: block!important;
	}
	.header.fixed {
		height: 140px;
	}
	.header__center #st-main-menu .main-menu > li > a:after {
		content: none;
	}
}

@media (max-width: 767px)
{
	.custom-container-homepage-video {
		margin-top: -22vh!important;
	}
	#topbar.style-elementor .topbar-items li.topbar-item.link.normal {
		display: block!important;
	}
	.topbar-right {
		display: none!important;
	}
	#topbar.style-elementor .topbar-items {
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
	}
	.header__right .items li.st-header-link {
		display: none!important;
	}
}

@media (max-width: 540px)
{
	.custom-container-homepage-video {
		margin-top: 2rem!important;
	}
	.custom-container-homepage-video h1 {
		color: #232323!important;
	}
	.custom-container-homepage-video .elementor-widget-container p {
		color: #232323!important;
	}
}