@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lavishly+Yours&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100&display=swap');
@font-face{
	font-family:"Macondo Swash Caps";
	font-style:normal;font-weight:400;
	font-display:block;
	src:url(../fonts/MacondoSwashCaps-Regular.eot);
	src:url(../fonts/MacondoSwashCaps-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/MacondoSwashCaps-Regular.woff2) format("woff2"),url(../fonts/MacondoSwashCaps-Regular.woff) format("woff"),url(../fonts/MacondoSwashCaps-Regular.ttf) format("truetype"),url(../fonts/MacondoSwashCaps-Regular.svg#Macondo+Swash+Caps) format("svg")
}
@font-face{
	font-family:"Mystery Quest";
	font-style:normal;font-weight:400; 
	font-display:block;
	src:url(../fonts/MysteryQuest.eot);
	src:url(../fonts/MysteryQuest.eot?#iefix) format("embedded-opentype"),url(../fonts/MysteryQuest.woff2) format("woff2"),url(../fonts/MysteryQuest.woff) format("woff"),url(../fonts/MysteryQuest.ttf) format("truetype"),url(../fonts/MysteryQuest.svg#Mystery+Quest) format("svg")
}

/****LOGO***/
.body-wrapper #sp-header .logo a {
	font-family: 'Montserrat', cursive;
	font-weight:100;
	font-size: 50px;
	    color: #fff;
}

/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.56;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6,h7 {
	font-family: 'Montserrat', sans-serif;
}

a:hover, a:focus, a:active {
    color: #4943ac;
}

/*** Header Area ***/
/* Header Menu */
ul.sp-megamenu-parent.menu-animation-fade-up a,
ul.sp-megamenu-parent.menu-animation-fade-up > li > span {
	font-family:'Open Sans', cursive;
	font-size: 17px;
}
#sp-header {
    top: 0;
    height: inherit;
    background: #000000c2;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0;
  	background: #000;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #000;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #252525;
  	font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    /*text-transform: uppercase;*/
    position: relative;
    color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #000;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn,
.slider-btn a,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 47px;
    cursor: pointer;
    font-size: 12px;
    border: 0!important;
    text-transform: uppercase;
    color: #fff!important;
    background-color: #3d59e8;
	font-family:'Open Sans';
}
body .btn:hover,
#sp_qc_submit:hover {
    background-color: #313131 !important;
}
/*.btn:before {
    content: "";
    position: absolute;
    height: 85%;
    width: 100%;
    z-index: -1;
    border: 1px solid #fff;
    left: 9px;
    top: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btn:hover:before {
    border: 1px solid #9C9C9C;
}
.btn:after {
    content: "";
    position: absolute;
    height: 25%;
    width: 1px;
    z-index: -1;
    background: #fff;
    right: -3px;
    top: 51px;
    transform: skewX(40deg);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}*/

/* Title */
.title h6 {
    color: #d8d8d8;
    font-family: 'Open Sans', Roboto,sans-serif;
    font-size: 23px;
    font-weight: 400;
    font-style: italic;
    line-height: 27px;
}

/* SEARCH FORM */
section#search-hotel form#sr-checkavailability-form-124 .row {
    width: 200px;
    float: left;
    margin-right: 20px;
	height: 85px;
}
div#sppb-addon-1602212069856 {
    max-width: 655px;
	margin-left: auto;
    margin-right: auto;
}
section#search-hotel form#sr-checkavailability-form-124 .btn{
	margin-top: 24px;
}
.search-hotel {
    z-index: 2!important;
}
.search-hotel .action .btn-block {
    padding: 13px 25px;
    color: #fff;
    margin-top: -14px;
}
.search-hotel .checkin_module,
.search-hotel .checkout_module {
    height: 50px;
    line-height: 40px;
    border-radius:  0;
}
.search-hotel .checkin_module i,
.search-hotel .checkout_module i {
    margin-top: 12px;
}
.search-hotel .search-item label {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.search-hotel .reset {
    padding: 16px 45px;
}
.search-hotel button.primary i {
    font-size: 20px;
}
fieldset .row-fluid {
    float: left;
    width: 30%;
    margin-right: 3%;
}
fieldset .row-fluid:nth-child(4) {
    clear: left;
}
fieldset .row-fluid .row-fluid {
    width: 100%;
}
#coupon_code_check {
    padding: 8px 30px;
    display: inline-block;
}
.lt-search-hotel #sr-checkavailability-form-130 > .row-fluid {
    width: 50%;
    float: left;
    padding: 0 10px;
}
#sr-checkavailability-form-130 .btn {
    width: 25%;
}

/* About */
.about-right-column .clearfix {
    position: relative;
}
.about-right-column .clearfix:before {
    content: "";
    top: 0;
    left: -75px;
    width: 75px;
    height: 100%;
    display: inline-block;
    position: absolute;
    background-color: #1b1b1b;
}

/* Our */
.our-left .clearfix {
    position: relative;
}
.our-left .clearfix:nth-child(2) {
    top: 100px;
    position: absolute;
}
.our-left .clearfix:nth-child(3) {
    position: relative;
    top: -100px;
}

/* Counter */
.counter-item {
    padding-bottom: 40px;
    position: relative;
}
.counter-item .sppb-addon-content {
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: italic;
}
.counter-item span {
    font-size: 60px;
    font-weight: 400;
    color: #fff;
}

/* Feature */
.feature-title {
    max-width: 430px;
}
.feature-title p {
    color: #7a7a7a;
}
.feature-item ul {
    padding-left: 0;
}
.feature-item ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    color: #d8d8d8;
    line-height: 35px;
}

/* Testimonial */
.testimonial-item .pull-left {
    padding-bottom: 25px;
}
.testimonial-item .sppb-media-body {
    padding: 45px;
    margin: 0px 0px 0px 270px;
    background-color: #1c1c1c;
    position: relative;
    top: 50px;
    left: -150px;
}
.testimonial-item .sppb-media-body:before {
    content: '//';
    position: absolute;
    z-index: 2;
    left: 25px;
    top: 6px;
    font-size: 30px;
    color: #d8d8d8;
    -webkit-transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    transform: rotate(28deg);
}
.testimonial-item .sppb-media-body:after {
    content: '//';
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 6px;
    font-size: 30px;
    color: #d8d8d8;
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg);
}

/* Plan */
.client-column .clearfix {
    width: 33.3%;
    float: left;
}

/* Team */
.line-title .sppb-section-title {
    position: relative;
}
.line-title .sppb-section-title:before {
    position: absolute;
    content: "";
    top: -110px;
    height: 75px;
    width: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.team .sppb-title-heading {
    -webkit-text-stroke-color: #1e3c6f;
}
.team-item .sppb-media-content {
    text-align: center;
    padding: 25px 20px;
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 15px;
    z-index: 1;
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.team-item .sppb-img-container {
    position: relative;
}
.team-item .sppb-addon-text {
    max-height: 0;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden;
}
.team-item:hover .sppb-addon-text {
    max-height: 100px;
    opacity: 1;
}
.team-item img {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.team-item:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.team-item h4 {
    font-size: 26px;
    line-height: 1.15em;
    color: #fff;
    font-weight: 500;
}
.team-item ul {
    padding-left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    left: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}
.team-item ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
}
.team-item ul li a {
    display: inline-block;
    padding: 13px 16px 10px;
    border-radius: 3px;
    color: #000;
    font-size: 15px;
}
.team-item ul li a.share {
    -webkit-box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
    box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
}
.team-item ul li strong {
    display: none;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
	font-size: 23px;
}
.client-title h4 {
  	font-size: 16px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}
.jmm-text {
    padding: 21px 20px 32px 20px;
    background: #f5f5f5;
}
.jm-category-module.default .mod-article-image {
    margin-bottom: 0px;
}

/* Bottom */
#sp-bottom {
    padding: 60px 0 30px;
}
#sp-bottom li {
    margin-left: 15px;
}
#sp-bottom li em {
  	padding-right: 10px;
  	color: #14d468;
}
#sp-bottom strong {
  	display: none;
}
#sp-bottom .social-media em {
    margin: 0 2px 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 33px;
    height: 30px;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
}
#sp-bottom .location-info em {
    color: #8adbab;
    padding-right: 3px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}

/***Solider***/
.room_type_row {
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
    box-shadow: 0px 0px 7px 1px #807d7d;
}
.availability-search h3 {
    font-family: 'Open Sans';
}
.wizard.wizard-style h5 {
    font-family: 'Open Sans';
}
.btn, .slider-btn a, #sp_qc_submit {
    padding: 10px 47px;
	font-family: 'Open Sans';
    letter-spacing: 1px;
}
.tariff-title-desc strong {
    display: none;
}
button.btn.btn-secondary.btn-sm.toggle-tariffs {
    display: none;
}
.room_type_details .unstyled.more_desc {
    text-align: left;
}
.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
    margin-left: 2px;
}
button.btn.btn-secondary.trigger_checkinoutform {
    display: none;
}
/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
        background: #000;
	}
  	.testimonial-item .sppb-media .pull-left, .testimonial-item .sppb-media .pull-right {
    	width: 100% !important;
	}
  	.testimonial-item .sppb-media-body {
        margin: 0 0 30px 0;
        top: 0px;
        left: 0;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.event-tag .sppb-tab-content ul li {
    	width: 100%;
	}
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .btn,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a,
.room-grid .tariff-value, .room-grid .tariff-value, .wizard ul li.active .badge {
 	background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.service-item i, .service-item h5, .title h3, .feature-item h4, #sp-bottom a,
.roomtype_name h4, .roomtype_more_desc i, .asset-name h1, .asset-contact i, .availability-search h3, 
.tariff-button .tariff_type, .wizard ul li.active, div.availability-calendar table tr th, .powered a {
  	color: var(--text-color) !important; 
}
.about-item.color .sppb-icon-container, .btn.color, .et-diveder, .btn.btn-primary:hover, .wizard-style .active .badge:before, .wizard-style .active .badge:after,
div.availability-calendar table tr th {
  	border-color: var(--text-color) !important;
}
.service-column .clearfix {
    border-top-color: var(--text-color) !important;
}

.counter-item span, .counter-item p, section#lt-parallax h1.sppb-title-heading{
	text-shadow: 1px 1px 3px #000;
}
