/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1744229862
Updated: 2025-04-09 20:17:42

*/

/* 
.frm_dropzone .dz-message.needsclick {
    max-width: 50px;
} */

.elementor-widget-theme-post-content h2.wp-block-heading {
    color: #000!important;
}

/* ============================================
   Event Banner - Greater Frisco Home & Garden Show
   Live: March 9 - March 29, 2026
   ============================================ */
.event-banner {
	background: linear-gradient(135deg, #1a365d 0%, #234876 50%, #1a365d 100%);
	color: #ffffff;
	padding: 15px 20px;
	position: relative;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	z-index: 9999;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.event-banner .banner-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}

.event-banner .banner-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	gap: 4px;
	flex: 1;
}

.event-banner .banner-title {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.5px;
}

.event-banner .banner-subtitle {
	font-size: 15.5px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.4;
}

.event-banner .banner-savings {
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
}

.event-banner .banner-link {
	color: #ffffff;
	text-decoration: underline;
	font-size: 14px;
	font-weight: 500;
	transition: opacity 0.2s ease;
	margin-left: 10px;
}

.event-banner .banner-link:hover {
	color: #ffffff;
	opacity: 0.8;
}

.event-banner .banner-close {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.1);
	border: none;
	color: rgba(255, 255, 255, 0.7);
	width: 28px;
	height: 28px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.event-banner .banner-close:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

@media (max-width: 768px) {
	.event-banner {
		padding: 10px 15px;
	}
	.event-banner .banner-container {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
	.event-banner .banner-title {
		font-size: 15px;
	}
	.event-banner .banner-subtitle {
		font-size: 12px;
	}
	.event-banner .banner-savings {
		font-size: 12px;
	}
	.event-banner .banner-link {
		font-size: 12px;
	}
}
/* End Event Banner Styles */

/* ============================================
Swiper Homepage Slider
============================================ */
.home .swiper-pagination {
    display: none;
}

.elementor-swiper-button {
	background: transparent!important;
}