/*   
Theme Name: Jtheme Jello Child
Theme URI: https://elementor.com
Description: Simple and lightweight Jezweb theme
Author: Jezweb
Author URI: https://www.jezweb.com.au/
Template: elementor-hello-theme-master
Text Domain: elementor-hello-theme-child
Version: 1.0
*/


/***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(255, 255, 255, 0);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background: #fff !important;
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .02);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}



.service-item .elementor-icon {
    position: absolute;
    left: 0px;
    top: -80px;
    z-index: 3;
}
.service-item .elementor-cta__content {
    overflow: visible;
}

/* Specs-Table Styling for Products */ 

.specs-table tr td {
    padding: 10px 15px;
    border: 1px solid #1F2428;
}
.specs-table {
    border-collapse: collapse;
    width: 100%;
}
.specs-table tr th {
    padding: 10px 15px;
    background-color: #FBEE34;
      border: 1px solid #1F2428;
      text-align: left;
}
.specs-table tr:nth-child(odd) {
    background-color: #FEFAD9;
}
.specs-table td:nth-child(1) {
    font-weight: 600;
	width: 35%;
}
.specs-table td:nth-child(2) {
    text-transform: lowercase;
}

.contact-info .elementor-icon-box-content a:hover {
    color: #FBEE34;
}
