/*** 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: 9999;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
#sp-header:before {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 40%;
    background: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-weight: 400 !important;
    padding: 10px 0;
    font-size: 14px !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent {
    background: #fff;
    border-radius: 10px 0 0 10px;
}

/* 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, .offcanvas-active .burger-icon>span, 
#modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu .align-items-center {
    background: #000;
}

/*** Block Styles ***/
/* Button */
.btn,
#sp_qc_submit {
    font-weight: 500;
    padding: 12px 25px 10px;
    border: 0!important;
    -webkit-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease;
}
a.hikabtn.hikacart:hover {
    background: #62859c !important;
    color: #fff !important;
}

/* Video */
.play-video span {
    height: 70px;
    width: 70px;
    line-height: 80px;
    background: #fff;
    border-radius: 50%;
    padding-left: 5px;
}

/* Category */
.category-item img {
    width: 80px;
}
.category-item a {
    padding: 0 !important;
    text-decoration: underline;
}

/* Testimonials */
.testimonials-item img {
    border-radius: 50%;
}

/* Gifty */
.gifty .sppb-row-column {
    margin-bottom: 30px;
}

/* 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%;
    background: #fff;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom {
    position: relative;
}
#sp-bottom h3 {
    font-size: 22px;
}
#sp-bottom .sp-module .sp-module-title {
    line-height: 1em;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 400;
    margin-top: 0;
}
#sp-bottom .container {
    border-bottom: none;
}
#sp-bottom .menu li {
    display: inline-block!important;
}
#sp-bottom p {
    line-height: 2.2;
    font-size: 15px;
}
#sp-bottom4 .sp-module ul>li {
    display: inline-block;
}
#sp-bottom4 .sp-module ul>li strong {
    display: none;
}
#sp-bottom4 .sp-module ul>li a {
    font-size: 16px;
    margin-right: 10px;
}
.shrewd_solution_icon {
    margin-top: 20px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}

/*** 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;
    }
  	#sp-header:before {
    	content: none;
  	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    .hiking-colum h1, .deal-item h1 {
        font-size: 70px;
    }
}

/* 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, a.hikabtn.hikacart,
.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,
.story-column, .play-video span {
    background-color: var(--background-color);
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, 
.article-list .article .article-header h2 a:hover, .title h2 {
    color: var(--text-color); 
}
.product-text:after {
    border-color: var(--text-color);
}