/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * 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.
 */


.espa-banner {
		position: fixed;
		left: 10px;
		bottom: 0;
		z-index: 1000;
		max-width: 95%;
		width: 400px;
		padding: 10px;
		background: white;
		display: none;
	}
	.espa-banner.active {
		display: block;
	}
	.espa-banner img {
		width: 100%;
	}
	.close-espa-banner {
		font-family: arial;
		font-size: 12px;
		border: 1px solid darkred;
		color: white;
		background: darkred;
		width: 15px;
		height: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 5px!important;
		cursor: pointer;
		border-radius: 50%;
		position: absolute;
		left: -12px;
		top: 0;
		transform: translateX(50%) translateY(-50%);
		transition: 0.25s;
	}
	.close-espa-banner:hover {
		color: darkred;
		background: white;
	}
	@media (max-width: 435px){
		.espa-banner{
			max-width: 45% ;
		}
		.close-espa-banner{
			padding:3px!important;
		}
	}
