/*** General CSS ***/
body {
    line-height: 1.9em;
}
body div.container a.btn, body div.container button.btn {
    background: #000!important;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 999;
    font-size: 15px;
    padding: 12px 0 12px;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    z-index: 9999;
}
#sp-header.header-sticky,
body:not(.home) #sp-header {
    background-color: #130f0c;
    box-shadow: 0 0 4px 0 rgb(255 255 255 / 10%);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    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 > span {
    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: #222;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 20px 35px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: none;
    display: inline-block;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
    color: #fff;
    background: #524439;
}

/* Title */
.title h4 {
    letter-spacing: 2px;
    font-size: 18px;
    display: inline-block;
    padding: 0 80px;
    position: relative;
}
.title h4:before, .title h4:after {
    content: '';
    position: absolute;
    top: 10px;
    background: #eee;
    height: 2px;
    width: 60px;
}
.title h4:before {
    left: 0;
}
.title h4:after {
    right: 0;
}
.title h2 {
    font-size: 55px;
    margin-bottom: 30px;
}
.title.left h4 {
    padding-left: 0;
}
.title.left h4:before {
    content: none;
}

/* Slider */
.slider {
    margin-top: -90px !important;
}

/* About */
.about-item p {
    margin-bottom: 30px;
}
.about-count h5 {
    font-size: 16px;
}
.about-count .count {
    font-size: 35px;
    font-weight: 600;
}
.about-column .sppb-addon-wrapper:nth-child(3), .about-column .sppb-addon-wrapper:nth-child(4) {
    display: inline-block;
    margin-right: 20px;
}
.about-count.col1 .count {
    font-size: 65px;
    font-weight: 400;
}

/* Week */
.week .sppb-row.sppb-no-gutter {
    background: #fff;
    padding: 80px;
    position: relative;
}
.week-item span.price {
    float: right;
}
.week-item h3 {
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    margin-bottom: 10px;
}

/* Testimonials */
.testimonials-item .sppb-addon-testimonial-client {
    letter-spacing: 2px;
}

/* Menu */
.menu-item:hover h3 {
    color: #d1c8bb;
}
.menu-item .sppb-img-container {
    overflow: hidden;
}
.menu-item img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.menu-item:hover img {
    transform: scale(1.1);
    opacity: 0.5;
}
.menu-item h3 {
    letter-spacing: 1px;
}
.menu-title h3 {
    letter-spacing: 3px;
}
.menu-column {
    position: relative;
    z-index: 2;
}
.menu-list span.price {
    float: right;
    background: #02080c;
    padding-left: 10px;
}
.menu-list h3 {
    position: relative;
}
.menu-list h3:before {
    content: '';
    position: absolute;
    top: 12px;
    height: 1px;
    width: 100%;
    border-top: 1px dashed #ffffff3b;
    z-index: -1;
}
.menu-list span.text {
    background: #02080c;
    padding-right: 10px;
}

/* Services */
.services-item .left, .services-item .right {
    width: 50%;
    float: left;
}
.services-item strong {
    display: none;
}
.services-item span {
    padding-right: 10px;
}

/* Counter */
.counter-item h5 {
    font-size: 17px;
}
.counter-item {
    float: left;
    width: 33.33%;
}

/* Ingredients */
.ingredients-item h3 {
    border-left: 2px solid #eee;
    padding-left: 20px;
    margin-bottom: 20px;
}

/* Team */
.team-item:hover img {
    opacity: 0.8;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
    overflow: hidden;
    margin: 0;
}
.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: 20px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    background: #111111;
    color: #fff;
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}
.jm-category-module.default .jmm-readmore {
    margin-top: 20px;
}

/* Bottom */
#sp-bottom {
    z-index: 1;
    box-shadow: 0 0 4px 0 rgb(255 255 255 / 10%);
    line-height: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#sp-bottom p {
    line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 0px;
    position: relative;
    letter-spacing: 3px;
}
#sp-bottom1 ul li {
    display: inline-block !important;
}
#sp-bottom1 ul li a {
    text-transform: uppercase;
    margin: 0px 20px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: none;
}
.shrewd_solution_icon ul li a:hover {
    color: #fff !important;
}
.shrewd_solution_icon strong {
    display: none;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255,255,255,0.1);
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 991px) {
    #sp-header, #sp-header .logo {
        height: 70px;
    }
    #sp-footer p {
        text-align: center;
    }
    body #sp-header {
        padding: 0;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    body #sp-header {
        top: 0;
    }
}

/* 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, .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-bottom .sp-module .sp-module-title:before,
.btn, .skills .progress .progress-bar, .skills .progress .progress-bar span,
.skills .progress .progress-bar span:after, .shrewd_solution_icon ul li a:hover,
.title h4:before, .title h4:after {
    background-color: var(--background-color);
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.services-item h3, .title h4, .team-item h3,
.programs-item h3, .about-count i, .testimonials-item i, .menu-item h3,
.services-item span, .contact-item i, .about-count.col1 .count,
.menu-title h3 {
    color: var(--text-color);
}
.page-item.active .page-link, .week-item h3, .ingredients-item h3 {
    border-color: var(--text-color);
}
