/*
 Theme Name:   Falcontek Child
 Theme URI:    https://example.com/kadence-child/
 Description:  Falcontek Child Theme
 Author:       Your Name
 Author URI:   https://example.com
 Template:     kadence
 Version:      1.0.2
 Tags:         customizable, modern, responsive-layout, gutenberg, header builder, footer builder
 Text Domain:  falcontekchild
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.single-content h1.elementor-heading-title, .single-content h2.elementor-heading-title, .single-content h3.elementor-heading-title, .single-content h4.elementor-heading-title, .single-content h5.elementor-heading-title, .single-content h6.elementor-heading-title {
	margin:0;
}
.label {
    color: var(--global-palette1);
}
marquee {
    display: block;
}
.offer_marquee {
    display: flex;
    gap: 30px;
}
.offer_marquee span {
    color: rgba(255,255,255,0.75);
    font-size: 12px;
}
@media (max-width: 767px) {
	.bg_image_hide,
	.bg_image_hide::before{
		background-image: none !important;
	}
}