/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}
a:hover, a:focus, a:active {
    color: #000;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
  	color: #000;
  	background: #FFB4C863;
}
#sp-top-bar a {
  	color: #000;
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
    background: #fff;
  	box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #fff;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #fff;
    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: #000;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent > li {
    position: relative;
}

/* 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, .btn.btn-bg:hover {
    font-size: 24px;
    font-weight: 100;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 10px 10px 10px;
}
.btn, .btn.btn-bg {
    color: #fff !important;
}
.btn:hover {
    background-color: #fff !important;
}
.btn i {
    font-size: 20px;
}

/* Choose */
.feature .clearfix {
    max-width: 20%;
    float: left;
}

/* Gallery */
.gallery-item .sppb-column-addons {
    background-color: #FFF3F5;
    padding: 50px 40px;
    border: 1px solid;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    margin-bottom: 30px;
}
.gallery-item .sppb-column-addons:hover {
    background-color: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.12);
}

/* Testimonial */
.testimonial-colum {
    border: 1px solid;
}
.testimonial-colum .clearfix:nth-child(2),
.testimonial-colum .clearfix:nth-child(3) {
    width: 48%;
    float: left;
    margin: 0 1%;
}
.testimonial-colum .sppb-img-container {
    width: 25%;
    float: left;
}
.testimonial-colum .sppb-media-content {
    width: 75%;
    float: left;
    padding-left: 10px;
}
.testimonial-colum .testimonial-item {
    margin: 0px 0px 0px 0px;
    padding: 40px 40px 40px 40px;
    background-color: #FFF3F5;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFB4C8;
    display: inline-block;
}
.testimonial-colum .testimonial-item img {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #BA9E52;
    border-radius: 50%;
}
.testimonial-colum h4.testimonial-name {
    color: #101112;
    font-family: "Playfair Display", \"Source Sans Pro\", sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.3px;
    margin: 0;
}
.testimonial-colum h5.testimonial-job {
    color: rgba(101, 110, 120, 0.69);
    font-size: 26px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.4em;
    letter-spacing: 0.6px;
    font-family: Great Vibes;
}

/* Choose */
.choose-item {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.choose-item:hover {
    background-color: #FFF3F5;
}

/* Divider */
.divider {
    position: relative;
}
.divider:before {
    content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    bottom: -19px;
    z-index: 1;
}

/* Info */
.info {
    margin: 0;
    padding: 6px 0px;
    background: rgba(16, 17, 18, 0.07);
    margin-top: 50px;
}
.info li {
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    color: #a6a6b3;
    padding: 0 10px;
}
.info li a {
    font-family: Great Vibes;
    color: #000;
}
.info li em {
    position: relative;
    font-size: 20px;
    margin-right: 10px;
    font-weight: 700;
}
.info strong {
    display: none;
}

/* 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%);
}

/* Product */
span.hikashop_product_name {
    padding: 10px 0;
}
a.hikabtn.hikacart {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
}
a.hikabtn.hikacart:hover {
  	background: #222 !important;
}
.hikashop_subcontainer.thumbnail {
    border: 1px solid #eee;
    border-radius: 0 !important;
}

/* 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 .sp-module .sp-module-title {
    font-size: 22px;
    color: #000;
}
#sp-bottom2 .sp-module-content .latestnews > li > a > span {
    font-family: 'Great Vibes';
    color: #000;
    font-size: 17px;
}
#sp-bottom1 strong {
    font-style: italic;
    padding-top: 15px;
    display: inline-block;
}
#sp-bottom1 .shrewd_solution_icon {
    padding-top: 20px;
}
#sp-bottom1 .shrewd_solution_icon ul, #sp-bottom1 .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
#sp-bottom1 .shrewd_solution_icon ul li a {
    font-size: 16px;
    color: #fff;
    background: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228,200,200,.5);
    display: inline-block;
}
#sp-bottom1 .shrewd_solution_icon strong {
    display: none;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(0, 0, 0, .1);
}
#sp-footer1 {
  	padding-top: 5px;
}

/*** 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;
	}
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 20px 1%;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.feature .clearfix {
        max-width: 100%;
        float: left;
    }
    .testimonial-colum .clearfix:nth-child(2), .testimonial-colum .clearfix:nth-child(3) {
        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,
.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, a.hikabtn.hikacart, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a, #sp-bottom1 .shrewd_solution_icon ul li a {
 	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,
button.btn.btn-primary.validate:hover, .btn:hover, .title h3, .choose-item i, .divider:before, .info li em {
  	color: var(--text-color) !important; 
}
.btn, .gallery-item .sppb-column-addons, .testimonial-colum, .choose-item, .divider {
  	border-color: var(--text-color) !important;
}
