/*
Theme Name:   Landeseiten Design Child
Theme URI:    #
Description:  Child theme for Hello Elementor for Landeseiten Design projects.
Author:       Your Name
Author URI:   #
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  landeseiten-design-child
*/

/*----------------------------------------------------------------*/
/* Add your custom CSS below this line
/*----------------------------------------------------------------*/

.elementor a {
	text-decoration: none;
}

.footer-socials .elementor-icon-list-item a {
	gap: 11px;
}

.footer-socials .elementor-icon-list-item .elementor-icon-list-icon {
	padding: 10px!important;
	border: 1px solid rgba(255, 255, 255, 0.25);
	transition: 0.3s;
}

.footer-socials .elementor-icon-list-item .elementor-icon-list-icon svg {
	margin: 0;
}

.footer-socials .elementor-icon-list-item a:hover .elementor-icon-list-icon {
	background-color: var(--e-global-color-secondary);
}

.footer-socials .elementor-icon-list-item a:hover .elementor-icon-list-icon svg {
	fill: var(--e-global-color-primary);
}

.footer-socials .elementor-icon-list-item a:hover .elementor-icon-list-text {
	color: var(--e-global-color-4eb9a71);
}

@media (max-width: 880px) {
	.footer-new {
		background: var(--e-global-color-accent);
		background-image: none!important;
	}
}
