/*** General CSS ***/
body {
    line-height: 1.9em;
}
h1 {
    font-family: 'Monoton', sans-serif !important;
}

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

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

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

/*** Block Styles ***/
/* Button */
.btn, .btn.btn-bg:hover {
    font-size: 1em;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    fill: #000000;
    color: #000000 !important;
    background-color: rgba(0,0,0,0);
    border-radius: 0px 0px 0px 0px;
    padding: 13px 25px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #000000;
}
.btn:hover, .btn.btn-bg {
    color: #000 !important;
    background-color: #f6ae0a;
}

/* Divider */
.divider {
    margin: 0 auto;
}

/* Services */
.services-item {
    position: relative;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-item:hover {
    cursor: pointer;
}
.services-item:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000000;
    opacity: 0.35;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-item:hover:before {
    opacity: 0.8;
}

/* parti vecchia grafica */
.slider-img.img1 img {
    border-radius: 100px 0px 50px 0px;
    border: 5px solid #fff;
}
.slider-img img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slider-img:hover img {
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slider-img.img2 img {
    box-shadow: -15px 15px 100px -53px rgb(0 0 0 / 50%);
    border-radius: 0px 50px 0px 50px;
    border: 5px solid #fff;
}
.slider-img.img3 img, .slider-img.img4 img {
    border-radius: 50px 0px 50px 0px;
    box-shadow: -20px -10px 100px -50px rgb(0 0 0 / 50%);
    border: 5px solid #fff;

/* Feature */
}
.feature-img img {
    width: 100%;
    border: 5px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.feature-img:hover img {
    transform: scale(1.1);
}
.feature-img.img01 img {
    border-radius: 50px 0px 0px 50px;
}
.feature-img .sppb-addon-single-image-container {
    width: 100%;
}
.feature-img img {
    width: 100%;
    border: 5px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.feature-img:hover img {
    transform: scale(1.1);
}
.feature-img.img01 img {
    border-radius: 50px 0px 0px 50px;
}
.feature-img.img02 img {
    border-radius: 0px 50px 0px 0px;
}
.feature-img.img03 img {
    border-radius: 0px 0px 50px 0px;
}
.feature-item img {
    width: 20%;
}

/* Testimonials */
.testimonials-column.left {
    z-index: 2;
}
.testimonials-column.right {
    border-radius: 100px 0px 0px 0px;
    box-shadow: 0px 0px 80px 0px rgb(0 0 0 / 8%) !important;
    border:  5px solid #fff;
}
.testimonials-column.left .btn {
    margin-top: 20px;
}
.testimonials-column.left .clearfix:last-child {
    border-radius: 0px 0px 100px 0px;
}

/* Special */
.special .sppb-row-container {
    background-image: url('../images/back2.jpg');
    padding: 100px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* Testimonials */
.testimonials-column.left {
    z-index: 2;
}
.testimonials-column.right {
    border-radius: 100px 0px 0px 0px;
    box-shadow: 0px 0px 80px 0px rgb(0 0 0 / 8%) !important;
    border:  5px solid #fff;
}
.testimonials-column.left .btn {
    margin-top: 20px;
}
.testimonials-column.left .clearfix:last-child {
    border-radius: 0px 0px 100px 0px;
}


/* Counter */
.counter .sppb-row.sppb-no-gutter {
    border-radius: 50px 0px 50px 0px;
    border: 5px solid #f6ae0a;
    padding: 40px 15px;
}
.counter .sppb-col-md-3 {
    border-right: 1px solid #f6ae0a;
}
.counter .sppb-col-md-3:last-child {
    border-right: none;
}
.counter-item h1 {
    font-size: 55px;
}

/* Team */
.team-item img {
    width: 100px;
}
.team .sppb-row-container {
    padding: 0 170px;
}

/* Follow */
.follow-item .shrewd_solution_icon ul li strong {
    display: none;
}
.follow-item .shrewd_solution_icon ul,
.follow-item .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
    margin: 0;
}
.follow-item .shrewd_solution_icon ul li a {
    font-size: 17px;
    line-height: 38px;
    color: rgba(0,0,0,0.5);
    text-align: center;
    border-radius: 5px;
    margin: 17px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}

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

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

/* Product */
span.hikashop_product_name {
    padding: 10px 0;
    display: inherit;
}
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;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255,255,255,.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) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 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, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a, 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,
.login .btn-primary {
 	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,
.counter-item h3, .team-item h3 {
  	color: var(--text-color) !important; 
}
.btn.bg:hover {
  	border-color: var(--text-color) !important;
}

/* Skill */
.skills h3 {
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #737373;
    margin: 0px;
    font-size: 35px
}
.skill-item h3 {
    display: block;
}
.skills p {
    font-size: 17px;
    margin-bottom: 6px;
}
.skills .progress {
    width: 100%;
    height: 15px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: inherit;
}
.skills .progress .progress-bar {
    width: 0;
    height: 100%;
    border-radius: 20px;
    background: #f6ae0a;
}
.skills .progress .progress-bar span {
    top: -30px;
    margin-left: -22px;
    left: 0;
    position: absolute;
    color: #fff;
    border-radius: 2px;
    padding: 4px 10px;
    font-size: 12px;
    background-color: #f6ae0a;
}
.skills .progress .progress-bar span:after {
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    transform: rotate(45deg);
    background-color: #f6ae0a;
}
.blue .progress-bar ,.blue span ,.blue span:after {
    background-color: #3498db;
}
.red .progress-bar ,.red span ,.red span:after {
    background-color: #e74c3c;
}
.green .progress-bar ,.green span ,.green span:after {
    background-color: #2ecc71;
}
.carrot .progress-bar ,.carrot span ,.carrot span:after {
    background-color: #e67e22;
}
.sun .progress-bar ,.sun span , .sun span:after {
    background-color: #f1c40f;
}