/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


.top-header {
   position: absolute;
   width: 100%;
   z-index: 10000;
   left: 0;
}

.sticky-header {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 5;
   width: 100% !important;
   min-width: 100% !important;
}

.hp-tiles .elementor-cta__button {
	padding: 0;
}

.hp-tiles .elementor-cta__bg-overlay {
	background-color: #08080800 !important;
    background: linear-gradient(#00000000, #000000d4);
}

.hp-tiles .elementor-cta__content-item:not(:last-child) {
    margin-bottom: 5px;
}

.hp-tiles .alter .elementor-cta__bg-overlay {
	background-color: #08080800 !important;
    background: linear-gradient(#00000000, #0000006e);
}



.ft-nav ul li {
    width: 49%;
    display: inline-block;
}

.dce-item .elementor-button {
    padding: 12px 24px 12px 24px !important;
    font-size: 12px !important;
}

.dce-post-block .dce-image-area {
    width: 40% !important;
}

.dce-post-block .dce-content-area {
    width: 60% !important;
}

.water_taps .dce-post-image {
	padding: 20px 20px 0 20px !important;
}

.product-content h2 {
    font-size: 22px;
    line-height: 32px
}

.alignwide {
    margin-left: 0;
    margin-right: 0;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.elementor-editor-active .loader{
    display: none;
}

.vend-tile .elementor-cta__bg-overlay {
    background: transparent !important;
    background-color: transparent !important;
}

@media (min-width: 768px) {
	body { border: 15px solid #ffffff; }
}

@media (max-width: 768px) {
  .hp-tiles .elementor-cta__content-item:not(:last-child) {
    margin-bottom: 4px;
  }
	
  .pipe-sec .elementor-motion-effects-layer {
    background-image: none !important;
  }
}