/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  	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;
}
.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: #000;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #000;
}

/*** Block Styles ***/
/* Button */
.btn {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px 40px;
  color: #fff;
  border: none;
  border-radius: 30px;
}
.btn:hover {
    color: #fff;
  	background: #000 !important;
}

/* Title */
.title h4 {
    color:#333;
    font-weight: 900;
    margin-top: 32px;
    font-size: 18px;
    margin-bottom: 12px;
    letter-spacing: 3px;
}
.title.white h4 {
  	color: #fff;
}
.title hr {
    height: 2px;
    margin-top: 1px !important;
    opacity: 1;
}
.title hr.top, .title hr.bottom {
    max-width: 80px;
    margin: 0 auto;
}
.title hr.center {
    max-width: 200px;
    margin: 0 auto;
}
.title.white hr {
  	background-color: #fff !important;
}

/* Slider */
.slider-btn a:hover {
  background: transparent !important;
  border-color: #fff !important;
}

/* Services */
.services-item h3 {
    letter-spacing: 3px;
}
.services-item i {
    border-radius: 50%;
    color: #fff;
    width: 85px!important;
    height: 85px!important;
    line-height: 85px!important;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    transform: rotate(0deg) scale(1);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
    margin: 5px;
}
.services-item:hover i,
.services-item:hover i {
    cursor: pointer;
    background: none!important;
    transform: rotate(360deg) scale(1);
    border: none!important;
}

/* Why */
.about-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 50%;
}
.about-content ul li {
    margin-bottom: 20px;
}
.about-content ul em {
    padding-right: 10px;
}
.about-content ul strong {
    display: none;
}
.list-unstyled li {
    font-size: 15px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #dddddd;
}

/* Rooms */
.list-department {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-department em {
    padding-right: 10px;
}
.list-department strong {
    display: none;
}

/* Team */
.team-item, .team-colum {
    position: relative;
}
.team-item .sppb-media-content {
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background: #78635ae0;
}
.team-item img {
    width: 100%;
}
.team-item p {
    margin: 0;
}
.team-icon {
    padding: 10px;
}
.team-icon .social-links a {
    color: #ffffff!important;
    height: 40px;
    display: inline-block;
    width: 40px;
    border: 1px solid #fff;
    line-height: 40px;
    border-radius: 50%;
    background-color: #dddddd;
}
.team-icon .social-links a:hover {
    color: #000!important;
}
.team-icon .social-links strong {
    display: none;
}
.team-colum:hover .sppb-media-content {
    bottom: 60px;
}
.team-icon {
    left: 0;
    right: 0;
    opacity: 0;
    position: absolute;
    bottom: 67px;
    margin: auto;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #78635ae0;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.team-colum:hover .team-icon {
    bottom: 0px;
    opacity: 1;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

/* Testimonial */
.testimonial-left, .testimonial-right {
    width: 50%;
    float: left;
    padding: 20px;
}
.sppb-carousel-inner>.sppb-item {
    padding: 0px;
}
.sppb-carousel-indicators {
    position: absolute;
    bottom: -20px;
}
h3.testimonial-name {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 10px;
}
.testimonial-item img {
    margin: 0 auto;
  	border-radius: 50%;
}
.testimonial-item p {
    line-height: 30px;
    font-style: italic;
}

/* Counter */
.counter-item {
    border: 1px solid #dddddd;
    border-top: none;
    margin: 0 20px;
    padding: 0 0 15px;
    position: relative;
}
.counter-item i {
    margin-top: -15px;
}
.counter-item .sppb-icon {
    position: relative; 
}
.counter-item .sppb-icon:before {
    position: absolute; 
    content: '';
    left: 0;
    width: 30%;
    height: 1px;
    top: 0;
    background: #fff;
}
.counter-item .sppb-icon:after {
    position: absolute; 
    content: '';
    right: 0;
    width: 30%;
    height: 1px;
    top: 0;
    background: #fff;
}

/* 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%);
}
.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    width: 31%;
    margin: 1%;
    border: 1px solid #f0f0f0;
    padding: 7px;
    border-radius: 10px;
}

/* Contact Info */
.contact-info h3, .contact-info h2 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}
button.btn.btn-primary.validate:hover {
    color: #000 !important;
}

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    text-transform: none;
    font-weight: 400;
    font-size: 24px;
}
.acym_module_form label {
    width: 100%;
}
.acysubbuttons input.btn-primary {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px;
    border-radius: 5px;
}
#sp-bottom .sp-module ul>li>a {
    font-weight: 600;
}

/* Footer Copyright */
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}
#sp-footer1 span.sp-copyright > div {
    text-align: center !important;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (max-width: 1280px) {
  	.social-wrap {
    	display: none !important;
	}
}

/* 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;
	}
  	#sp-header {
    	top: 0px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
	}
}

/* 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, .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.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,
.slider-btn a, .search, .title hr, .btn, .team-icon .social-links a, .wizard ul li.active .badge, .room-grid .tariff-value {
 	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,
.title h2, .services-item i, .our-item .sppb-addon-title, .tariff-button .tariff_type, .wizard ul li.active, 
div.availability-calendar table tr th, .asset-contact i, .asset-name h1, .availability-search h3, .roomtype_name, .roomtype_more_desc i,
.powered a {
  	color: var(--text-color) !important; 
}
.slider-btn a, .wizard-style .active .badge:before, .wizard-style .active .badge:after, div.availability-calendar table tr th {
  	border-color: var(--text-color) !important;
}
