@font-face {
	font-family: "Libre Baskerville";
	font-style: normal;
	font-weight: 400;
	src: local("Libre Baskerville"), local("LibreBaskerville-Regular"), url("/wp-content/themes/traveler/v2/css/../fonts/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNXaxMICA.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Libre Baskerville";
	font-style: normal;
	font-weight: 400;
	src: local("Libre Baskerville"), local("LibreBaskerville-Regular"), url("/wp-content/themes/traveler/v2/css/../fonts/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNZaxM.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Playfair Display";
	font-style: normal;
	font-weight: 700;
	src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url("/wp-content/themes/traveler/v2/css/../fonts/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lWAe5ixi.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Playfair Display";
	font-style: normal;
	font-weight: 700;
	src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url("/wp-content/themes/traveler/v2/css/../fonts/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lW4e5g.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

:root {
	--main-color: #1a2b48;
	--grey-color: #5e6d77;
	--light-grey-color: #eaeef3;
	--orange-color: #fa5636;
	--link-color: #5191fa;
}

*:focus {
	outline: none;
}

body {
	color: var(--body-color, #1a2b48);
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	overflow-x: hidden !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: transparent;
	opacity: 1;
}

select {
	background: transparent !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

select:focus {
	box-shadow: none;
}

select::-ms-expand {
	display: none;
}

.modal .modal-content {
	border-radius: 5px;
	padding: 20px 30px 30px;
}

.modal .modal-content .modal-header {
	padding: 0 0 10px;
	border: none;
}

.modal .modal-content .modal-header .close {
	margin-top: 0;
	opacity: 1;
}

.modal .modal-content .modal-header .modal-title {
	font-size: 24px;
	font-weight: 500;
}

.modal .modal-content .modal-body {
	padding: 0;
}

.modal .modal-content .modal-body .form-group {
	position: relative;
	margin-top: 20px;
	margin-bottom: 0;
}

.modal .modal-content .modal-body .form-group .form-control {
	height: 45px;
	box-shadow: none;
	border: 1px solid #dae1e7;
	border-radius: 3px;
	font-size: 14px;
	color: var(--grey-color, #5e6d77);
}

.modal .modal-content .modal-body .form-group .input-icon {
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 20px;
	transform: translateY(-50%);
	color: #acb5be;
	line-height: 0px;
}

.modal .modal-content .modal-body label, .modal .modal-content .modal-body .st-link {
	font-size: 14px;
	font-weight: 400;
}

.modal .modal-content .modal-body input[type=checkbox] {
	margin-right: 5px;
}

.modal .modal-content .modal-body input[type=radio] {
	margin-right: 10px;
}

.modal .modal-content .modal-body .form-submit {
	height: 45px;
	width: 100%;
	background: var(--main-color, #5191fa);
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	border-radius: 3px;
	font-weight: 600;
}

.loader-wrapper {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: rgba(255, 255, 255, .7);
}

@keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}

ul.st-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.vc_row[data-vc-full-width] {
	overflow: inherit !important;
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

#header #topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 50px;
	background: var(--link-color, #1a2b48);
}

#header .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 50px;
	border-bottom: 1px solid var(--light-grey-color, #eaeef3);
}

#header .header .toggle-menu {
	margin-top: 2px;
	line-height: 1;
	display: none;
	float: left;
}

#header .header .toggle-menu .fa {
	font-size: 17px;
	color: var(--link-color, #1a2b48);
}

#header .header .mini-cart {
	position: relative;
}

#header .header .header-left {
	display: flex;
	align-items: center;
}

#header .header .header-left .logo {
	margin-right: 30px;
	float: left;
}

@media (max-width: 480px) {
	#header .header .header-left .logo img {
		width: 100%;
		height: 30px;
	}
}

#header .header .header-left #st-main-menu .back-menu {
	display: none;
}

#header .header .header-left #st-main-menu .main-menu {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

#header .header .header-left #st-main-menu .main-menu a {
	color: var(--link-color, #1a2b48);
	text-decoration: none;
}

#header .header .header-left #st-main-menu .main-menu > li {
	display: inline-block;
}

#header .header .header-left #st-main-menu .main-menu > li > a {
	display: block;
	padding: 35px 25px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

#header .header .header-left #st-main-menu .main-menu > li.active > a, #header .header .header-left #st-main-menu .main-menu > li:hover > a, #header .header .header-left #st-main-menu .main-menu > li.current-menu-item > a {
	color: var(--main-color, #5191fa);
}

#header .header .header-right .st-list {
	display: flex;
	align-items: center;
}

#header .header .header-right .st-list li {
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;
}

@media (max-width: 480px) {
	#header .header .header-right .st-list li {
		margin-left: 10px;
		margin-right: 10px;
	}
}

#header .header .header-right .st-list li:last-child {
	margin-right: 0;
}

#header .header .header-right .st-list li img.avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
}

@media (max-width: 480px) {
	#header .header .header-right .st-list li img.avatar {
		display: none;
	}
}

#header .header .header-right .dropdown-menu {
	right: 0;
	left: auto;
}

#header .header .header-right .dropdown-minicart .mini-cart {
	cursor: pointer;
}

#header .header .header-right .dropdown-minicart .dropdown-menu {
	width: 270px;
	border: none;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 0 1px 1px #e4e4e4;
}

#header .header .header-right .dropdown-minicart .dropdown-menu li {
	display: block;
	padding: 20px;
	margin: 0;
}

#header .header .header-right .dropdown-minicart .dropdown-menu li:not(:last-child) {
	border-bottom: 1px solid var(--light-grey-color, #eaeef3);
}

#header .header .header-right .dropdown-minicart .dropdown-menu .heading .st-heading-section {
	margin: 0;
	font-size: 16px;
}

#header .header .header-right .dropdown-minicart .dropdown-menu .cart-item .media-left img {
	max-width: 100%;
	height: auto;
}

#st-content-wrapper {
	padding-bottom: 100px;
}

#st-content-wrapper .st-breadcrumb {
	padding: 20px 0;
	border-bottom: 1px solid var(--light-grey-color, #eaeef3);
}

#st-content-wrapper .st-breadcrumb ul {
	list-style: none;
	display: block;
	width: 100%;
	margin-bottom: 0;
	padding-left: 0;
	background: #fff;
}

#st-content-wrapper .st-breadcrumb ul li {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 0;
}

#st-content-wrapper .st-breadcrumb ul li:not(:last-child):after {
	position: absolute;
	content: "";
	top: 50%;
	right: -2px;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: var(--light-grey-color, #eaeef3);
	z-index: 1;
}

#st-content-wrapper .st-breadcrumb ul li:first-child {
	padding-left: 0;
}

#st-content-wrapper .st-breadcrumb ul li:last-child {
	padding-right: 0;
}

#st-content-wrapper .st-breadcrumb ul li a {
	display: block;
	font-weight: 500;
	color: var(--link-color, #1a2b48);
	text-decoration: none;
	line-height: 21px;
}

#st-content-wrapper .st-breadcrumb ul li.active {
	color: var(--grey-color, #5e6d77);
}

#st-content-wrapper .st-heading-section {
	margin-bottom: 20px;
	font-size: 24px;
	color: var(--heading-color, #1a2b48);
	font-weight: 500;
}

#st-content-wrapper #reviews .review-list .comment-item .comment-item-head .media-left img {
	border-radius: 50%;
}

#st-content-wrapper #reviews #write-review {
	margin-top: 30px;
}

#st-content-wrapper #reviews #write-review #respond {
	margin-top: 30px;
	padding: 30px;
	border-radius: 5px;
	border: 1px solid #d7dce3;
	background: #f9f9f9;
}

#st-content-wrapper .st-tabs .tab-pane .hotel-logo img {
	display: inline-block;
}

#st-content-wrapper .owner-info .media .media-left img {
	width: 60px;
	border-radius: 50%;
	max-width: inherit;
}

#st-content-wrapper .services-grid .item .featured-image img {
	border-radius: 3px;
	transition: all .3s;
}

#st-content-wrapper .services-grid .item .featured-image a:hover img {
	transform: scale(1.1);
}

#st-content-wrapper .st-hotel-room-content .room-featured-items .item img, #st-content-wrapper .st-hotel-room-content .room-featured-items .item .fa {
	margin-right: 25px;
}

#st-content-wrapper .st-featured-item.image-top .image img {
	margin: auto;
}

#st-content-wrapper .destination-item .image img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	transition: all .3s;
	object-fit: cover;
}

#st-content-wrapper .destination-item:hover .image img {
	transform: scale(1.1);
}

.home #st-content-wrapper.search-result-page .search-form-wrapper.slider .fotorama img, .page-template-template-blank #st-content-wrapper.search-result-page .search-form-wrapper.slider .fotorama img {
	width: 100% !important;
	position: unset;
	object-fit: cover;
	object-position: center;
}

#comment-wrapper {
	margin-top: 10px;
}

#respond {
	margin-top: 30px;
	padding: 30px;
	border: 1px solid #d7dce3;
}

#respond .form-control {
	height: 40px;
	margin-top: 15px;
	box-shadow: none;
	border: 1px solid #dae1e7;
	border-radius: 5px;
}

#main-footer {
	padding-bottom: 50px;
	border-bottom: 1px solid var(--light-grey-color, #eaeef3);
}

#main-footer .menu {
	list-style: none;
	padding-left: 0;
}

#main-footer .menu li {
	display: block;
}

#main-footer .menu li a {
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: 500;
	display: block;
	color: var(--link-color, #1a2b48);
}

#main-footer .menu li:last-child a {
	margin-bottom: 0;
}

.main-footer-sub {
	padding-top: 10px;
	padding-bottom: 30px;
}

#description-tab img {
	max-width: 100%;
}

#st-content-wrapper.st-single-tour .st-program .st-program-list.style3 .item .icon img {
	width: 23px;
	height: auto;
}

#st-content-wrapper.st-single-tour .grid-item .thumb .service-avatar img {
	border-radius: 50%;
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item .featured a img {
	transition: all .3s;
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item .featured a img:hover {
	transform: scale(1.1, 1.1);
}

#st-content-wrapper.st-single-tour.st-single-tour-new .st-faq .item .header .input-icon svg path {
	fill: var(--link-color, #1a2b48);
}

#st-content-wrapper.st-single-tour .st-list-tour-related .item .featured img {
	border-radius: 3px 3px 0 0;
}

#st-content-wrapper.st-single-car .grid-item .thumb .service-avatar img {
	border-radius: 50%;
}

#st-content-wrapper.st-single-car .st-list-tour-related .item .featured img {
	border-radius: 3px 3px 0 0;
}

#st-content-wrapper.st-single-tour .st-program-list.style4 .item--bg img {
	object-fit: cover;
	border: 12px solid #fff;
	box-sizing: border-box;
	border-radius: 24px;
	box-shadow: 0 0 37px rgba(0, 0, 0, .08);
}

#st-content-wrapper.st-single-tour .st-program-list.style4 .item--bg .st-itinerary--info .body.st-itinerary--info__content .desc.content__desc i svg {
	stroke: #000;
}

.st-car-types .st-car-type-item img {
	width: 100%;
	height: auto;
	transition: all .3s;
}

.st-car-types .st-car-type-item img:hover {
	transform: scale(1.1);
}

.single-post .blog-content.content .post-content img {
	max-width: 100%;
	height: auto;
}

.datepicker table thead tr::nth-child(2) th {
	width: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #adb2bd;
	float: left;
	text-align: center;
}

#st-how-do-it .st-featured-item.image-left .image img {
	width: 80px;
}

#dropdown-destination input {
	border: none;
	width: 100%;
	color: var(--main-color, #5191fa);
	font-size: 14px;
}

#dropdown-destination input::-webkit-input-placeholder {
	color: var(--main-color, #5191fa);
}

#dropdown-destination input:-ms-input-placeholder {
	color: var(--main-color, #5191fa);
}

#dropdown-destination input::placeholder {
	color: var(--main-color, #5191fa);
}

#dropdown-pickup input {
	border: none;
	width: 100%;
	color: var(--main-color, #5191fa);
	font-size: 14px;
}

#dropdown-pickup input::-webkit-input-placeholder {
	color: var(--main-color, #5191fa);
}

#dropdown-pickup input:-ms-input-placeholder {
	color: var(--main-color, #5191fa);
}

#dropdown-pickup input::placeholder {
	color: var(--main-color, #5191fa);
}

@media screen and (max-width: 782px) {
	html {
		margin-top: 0px !important;
	}
}

.icon-active svg > g > g {
	stroke: var(--main-color, #5191fa);
}

.st-list-badges li .st-list-badge img {
	width: 100%;
	height: 50px;
	object-fit: cover;
}

#button-twitter {
	display: flex;
	align-items: center;
	background: #1d9bf0;
	color: #fff;
	height: 40px;
	line-height: 1;
	border-radius: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

#button-twitter svg {
	color: white;
	width: 24px;
	height: 24px;
}

#st-login-form-page .modal-content {
	border-radius: 5px;
	padding: 20px 30px 30px;
}

#st-login-form-page .modal-content button {
	background: transparent;
	border: none;
}

#st-login-form-page .modal-content .form-group {
	position: relative;
	margin-top: 20px;
	margin-bottom: 0;
}

#st-login-form-page .modal-content .form-group .input-icon {
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 20px;
	transform: translateY(-50%);
	color: #acb5be;
	line-height: 0;
}

#st-login-form-page .modal-content .form-group .form-control {
	height: 45px;
	box-shadow: none;
	border: 1px solid #dae1e7;
	border-radius: 3px;
	font-size: 14px;
	color: var(--grey-color, #5e6d77);
}

#st-login-form-page .modal-content .modal-header, #st-login-form-page .modal-content .modal-body {
	padding: 0px;
}

#st-login-form-page .modal-content .modal-header {
	border-bottom: none;
}

#st-login-form-page .modal-content .form-submit {
	height: 45px;
	width: 100%;
	background: var(--main-color, #5191fa);
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	border-radius: 3px;
	font-weight: 600;
}