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

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    background: rgba(0,0,0,0.2);
    position: relative;
    z-index: 9999;
    color: #fff;
}
body:not(.home) #sp-top-bar {
  	background: #576e65;
}
#sp-top-bar a {
  	color: #fff;
}
#sp-top-bar > .container,
#sp-header > .container {
	max-width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}

/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: transparent;
    width: 100%;
    z-index: 9999;
    position: relative;
}
#sp-header.header-sticky {
    position: fixed;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
    background: #111111;
}
body:not(.home) #sp-header {
    background: #111111;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
.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: uppercase;
    position: relative;
    color: #fff;
}
.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: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #111111;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.button, .btn-slider {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    fill: #FFFFFF;
    color: #FFFFFF !important;
    background: #576E65 !important;
    border-radius: 3px;
    letter-spacing: 3px;
    border: 0;
    padding: 18px 55px 18px 55px;
}
.btn {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    fill: #FFFFFF;
    color: #FFFFFF !important;
    border-radius: 3px;
    letter-spacing: 3px;
    border: 0;
    padding: 18px 55px 18px 55px;
}
.btn:hover {
    background: #fff !important;
    color: #576E65 !important;
}
.btn-slider a, .button-slider:hover a {
    color: #fff !important;
}
.btn-slider:hover a {
    color: #576E65 !important;
}
.btn-slider:hover, .button-slider {
    background: #fff !important;
}
.button:hover {
    color: #FFFFFF !important;
    cursor: pointer;
    background-color: #FA9DB7 !important;
}

/* Slider */
.slider {
    margin-top: -120px !important;
}
a.slider-btn {
  	color: #fff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    padding: 17px 45px !important;
    border-radius: 3px !important;
    border: 2px solid #fff !important;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase !important;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    line-height: 50px;
    position: relative;
    margin: 0 50px;
}
a.slider-btn.left {
  	background: rgb(87,110,101);
  	border-color: rgb(87,110,101) !important;
}
a.slider-btn.left:hover {
  	background: #fff !important;
  	color: rgb(87,110,101) !important;
  	border-color: #fff !important;
}
a.slider-btn.right {
  	background: #fff !important;
}
a.slider-btn.right:hover {
    color: #fff !important;
}

/* Shape */
.shape .elementor-shape {
    transform: rotate( 180deg);
    margin-top: -40px;
    position: relative;
    z-index: 99;
}
.shape svg {
    height: 40px;
    width: 100%;
}
.shape svg path {
    fill: #F5EFE0;
}
.shape.color .elementor-shape {
    transform: rotate( 0deg);
    margin-bottom: -43px;/
}
.says-bottom .shape.color .elementor-shape {
    margin-bottom: 0;
}
.shape.color svg {
    margin-bottom: -50px;
}

/* Title  */
.title-icon {
    max-width: 250px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.title-icon:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 40%;
    z-index: -1;
    top: 14px;
    left: 0;
}
.title-icon:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 40%;
    z-index: -1;
    top: 14px;
    right: 0;
}
.title-icon i {
    padding: 0 10px;
}

/* Button */
.icon-link a:hover {
    color: #fff !important;
}
.btn.color {
    font-size: 12px;
}

/* Dirider */
.dirider.center {
    margin: 0 auto !important;
}

/* Discover */
.discover {
    z-index: 2 !important;
}

/* Say */
.say-colum.center .sppb-column-addons {
    background: #576E65 !important;
}
.say-colum .sppb-column-addons {
    padding: 30px 30px;
}
.say-colum img {
    width: 100px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 15px 0;
}
.says-bottom {
    z-index: 99 !important;
}

/* Wine */
.wine-item {
    cursor: pointer
}
.wine-item .sppb-icon-container {
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.wine-item:hover .sppb-icon-container {
    -webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/* Counter */
.counter-item {
    cursor: pointer;
}
.counter-item .count, .counter-item #shiva {
    line-height: 90px;
    font-weight: 600;
    font-size: 45px;
    color: #fff;
}
.counter-item h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
}

/* Services */
.services-item .sppb-icon-container i {
    width: 55px !important;
    height: 55px !important;
    line-height: 50px !important;
    border: 2px solid #000;
    border-radius: 50%;
}

/* List */
.list-item ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.list-item ul li {  
    position: relative; 
    color: #576E65;
}
.list-item ul li em {
    padding-right: 10px;
}
.list-item ul li strong {
    display: none;
}

/* Bg Title */
.bg-title .sppb-addon-content {
    margin-top: -50px;
}
.bg-title h4 {
    font-size: 55px;
    font-weight: 600;
}
.bg-title h6 {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.63);
} 

/* Step */
.sppb-panel-modern,
.sppb-panel-modern>.sppb-panel-heading {
    background: none;
    border: 0;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}
.sppb-panel-collapse,
.sppb-panel-heading.active {
    background: #fff;
}
.sppb-panel-heading {
    padding: 20px 20px 20px 34px!important;
}
.sppb-panel-heading.active {
    padding-bottom: 0!important;
}
.sppb-panel-collapse {
    padding: 0 20px 30px;
}
.sppb-panel-title {
    font-size: 18px;
    color: #576E65;
}
.sppb-panel-modern {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

/* Follow */
.follow .shrewd_solution_icon li strong {
  	display: none;
}

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

/* 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: #fff !important;
    padding: 13px 20px;
}

/* Bottom */

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}
#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,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
a.slider-btn.right:hover, .say-colum .sppb-column-addons, .btn, .title-icon:before, .title-icon:after, .button:hover {
 	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,
#sp-bottom a, #sp-footer a, .slider-title h1, a.slider-btn.right, .buy-item h3, .title-icon i, .title h3,
.counter-item i, .counter-item h4, .wine-item i, .bg-small p, .list-item ul li:before, .contact-info i, .bg-small p, .list-item li::marker,
.sppb-panel-heading.active .sppb-panel-title, .sppb-panel-heading.active i {
  	color: var(--text-color) !important; 
}
.dirider, a.slider-btn.right:hover {
  	border-color: var(--text-color) !important;
}
