/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}
#sp-top-bar,
.lt-btn:hover,
#sp_qc_submit:hover,
.skills .progress-bar, 
.skills span, 
.skills pan:after,
#sp_qc_submit,
#offcanvas-toggler,
a.hikacart,
#sp-bottom .menu li a:before,
div.k2ItemsBlock ul li:after,
div.k2ItemsBlock ul li:hover .moduleItemReadMore:after,
.sppb-panel-heading.active i,
.skill-box .skills-circle  ul > li,
.skill-box .skills-circle ul > li > span.bar-circle-cover,
div.itemCommentsForm form input#submitCommentButton,
div.itemCommentsForm form input#submitCommentButton:hover,
.creativecontactform_wrapper input.creativecontactform_send,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
    background-color: var(--background-color);
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge,
.sp-megamenu-parent > li .sp-menu-badge {
   background: var(--background-color)!important;
}
#sp_qc_submit,
.skills .cont p,
.video-item figure a:hover:after,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
div.k2ItemsBlock ul li a {
	color: var(--text-color);
}
#sp-bottom a:hover,
#sp-bottom .menu li.active a,
sp-bottom .menu li a:hover,
#sp-bottom1 ul:hover .text,
#sp-bottom1 ul:hover .icon em, .lt-title h3,
.lt-counter .count, .lt-counter #shiva,
#sp-bottom h3, .lt-about-icon i, .lt-teps .sppb-nav-custom a,
.lt-ser-icon i, .lt-extra-item h3 {
  	color: var(--text-color)!important;
}
a.hikacart,
#sp_qc_submit, .lt-btn, .lt-video a:before, .lt-subscribe table .acysubbuttons input,
.lt-services-colum-br .clearfix:hover,
.lt-ser-icon i, .lt-slider-btn {
   border-color:var(--text-color) !important;
}
.lt-video a:after {
   border-left-color:var(--text-color) !important;
}
.btn-large, .button.btn-large,
.j2store-cart-button.btn.btn-primary:hover,
#lt-pricing .lt-pricing-2:after,
.sppb-panel-modern>.sppb-panel-heading.active:after,
.lt-subscribe table .acysubbuttons input, .lt-slider-btn:hover {
    background: var(--background-color)!important;
}
.video-item figure a:after:hover {
	border: 1px solid var(--text-color);
}

