/*
Theme Name: 		Hema Child
Theme URI: 			https://hema.templateoption.com/
Author: 			WTTechDesign Team
Author URI: 		https://www.webtwine.com/
Description: 		hema is ThemeForest WordPress Premium Theme.
Version: 			1.0.0
Requires at least: 	5.9
Tested up to: 		6.0
Requires PHP: 		7
License: 			Themeforest Commercial Licence
License URI: 		https://themeforest.net/licenses/standard
Tags: 				flexible-header, one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, editor-style, featured-images, featured-image-header, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready, blog, shop
Template:     		hema
Text Domain: 		hema-child

Theme Custom CSS starts here
------------------------------------------------------------ */
.sticky-s1.is-fixed .e-con-inner{
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.custom-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
}

/* After 1024px */
@media (max-width: 1024px) {
    .custom-image {
        position: static;
        width: 50%;
    }
}
.prod-category .category-image{
	background-color:transparent !important;
}

.custome-accordion .accdn-styl2 .bx-title{
	background:transparent !important;
}
.custome-accordion .accordion-item {
    transition: background-color 0.2s ease;
}

.custome-accordion .accordion-item:has(.accordion-collapse.show),
.custome-accordion .accordion-item:has(.accordion-collapse.collapsing) {
    background-color: #E2FCFF;
}

.contact-us-s1 .wpcf7-list-item{
	margin-left:0px !important;
}
.contact-us-s1 label{
	font-family:"Unbounded";
	font-size:16px;
	font-weight:600;
}
.contact-us-s1 textarea{
	height: 150px;
}
.contact-us-s1 .form-control:not(textarea){
	height:50px;
}
.contact-us-s1 .wpcf7-list-item-label{
	font-size:12px;
	color:#6B6C69;
	font-weight:400;
}
.contact-us-s1 .highlight-text{
	color:#D84436;
}
@media (max-width: 767px) {
	.contact-us-s1 label{
		font-size:12px;
	}
}
