/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    background-color: #111111;
  	color: #fff;
}
#sp-top-bar a {
  	color: #fff;
}
#sp-top-bar .container {
	padding-top: 15px;
	position: relative;
	padding-bottom: 15px;
}
#sp-top-bar .container:before {
	content: '';
    position: absolute;
	z-index: 9999;
    bottom: 0px;
	display: inline-block;
	left: 1%;
	right: 1%;
    width: 98%;
    height: 3px;
    background-image: url('../images/header-top-border.png');
    background-repeat: repeat-x;
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
    background-color: #111111;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #111111;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #111111;
    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: capitalize;
    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: #111111;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px 25px;
  color: #000;
  border: 1px solid #000;
  border-radius: 0px;
}
.btn:hover {
  	color: #000 !important;
}
.btn-slider {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px 25px;
  color: #000 !important;
  border: 1px solid #000;
  margin-right: 25px;
  border-radius: 0px;
}
.btn.black {
	border-color: #000 !important;
	color: #000 !important;
}
.btn.black:hover {
	color: #fff !important;
}

/* Slider */
#slider:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0px;
    display: inline-block;
    left: 0;
    width: 50%;
    height: 100%;
  	background-color: #222222;
    opacity: 0.85;
}

/* Menu */
.menu-bottom .sppb-col-md-4:first-child,
.menu-bottom .sppb-col-md-4:last-child {
	padding-bottom: 20px;
    padding-top: 20px;
}
.menu-testimonial img.sppb-img-responsive {
    width: 75px;
    border-radius: 50%;
    float: right;
}
.menu-star strong {
	display: none;
}
.menu-star h3{
	background-color: #413232;
	display: inline-block;
	padding: 7px 15px;
    border-radius: 50px 50px 50px 50px;
}

/* Client */
.client-item em {
    padding-right: 0px;
    font-size: 15px;
}
.client-item strong {
	display: none;
}
.client-item h5 {
    font-size: 17px;
}

/* Moment */
.moment-item .black {
    margin-right: 20px;
}

/* History */
.history-colum {
	position: relative;
}
.history-colum:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 400px;
	margin: auto 0;
}
.history-images img {
  	filter: brightness( 100% ) contrast( 120% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
}
.menu-price-item h3 {
    font-weight: 600;
    border-top: 2px dotted rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    margin-top: 20px !important;
}

/* Starters */
.starters-item h2 {
    float: right;
    width: 20%;
    text-align: right;
    padding: 20px;
    border-left: 1px solid #E5E0DE;
}
.starters-item .sppb-addon-content {
    float: left;
    width: 70%;
}
.starters-item .sppb-addon-content h3 {
    font-size: 20px;
}
.starters-item {
    float: left;
    width: 100%;
    padding: 25px 0 10px;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	border-radius: 20px 20px 0px 0px;
}
.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;
  	border-radius: 20px 20px 0px 0px;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}
.jm-category-module.default .mod-article-image {
    margin-bottom: 0px;
}
.jmm-text {
    padding: 20px;
    background-color: #F9F9F9;
    border-radius: 0px 0px 20px 20px;
}

/* 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: #fff !important;
}

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    text-transform: uppercase;
    font-weight: 400;
  	color: #fff;
    font-size: 18px;
}
#sp-bottom2 ul.latestnews li {
    border-bottom: 1px solid #363636;
    padding-bottom: 15px;
}
#sp-bottom p {
    line-height: 35px;
}
#sp-bottom strong {
  	display: none;
}
#sp-bottom em {
  	padding-right: 10px;
}
#sp-bottom3 em {
  	font-size: 20px;
}
/* Footer Copyright */
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px dashed #666;
}
#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;
    }
}

/* 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%;
	}
  	.slider .btn {
    	margin-top: 30px;
  	}
  	.btn-colum .sppb-text-right {
    	text-align: left !important;
  	}
}

/* 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,
.btn-slider, .btn:hover, .history-colum:before {
 	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,
#sp-bottom a, .title h3, .btn, .client-item em, .menu-price-item h3 {
  	color: var(--text-color) !important; 
}
.btn, .btn-slider, .btn.black:hover {
  	border-color: var(--text-color) !important;
}
