/*!
Theme Name:   Eimear Child
Template:     eimear
Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
Version:      1.0.0
Description:  You can change this description text in your child theme's "style.css" file.
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Put your custom CSS styles below... */


/* Footer zentrieren */
@media (min-width: 768px) {
.footer-navigation ul
{ 
	justify-content: center;
}
	
	.footer-navigation .sub-menu {
	text-align: center;
}
.menu-footer>li>a
{
		text-align: center;
}

.site-info-content
{ 
	justify-content: center;
}
}

/* Footer mobil */

@media (max-width: 768px) {
.footer-navigation ul
{ 
	display: block;
}
	
.sub-menu
	{
		margin-block-start: 5px !important;
	}
	
}

/* Anpassung Abstand Bildschirmbreite Footer */
@media (min-width: 1600px) {
    .menu-footer>li:not(:last-child) {
         margin-right:10rem !important; 
    }
}
@media (min-width: 1280px) {
    .menu-footer>li:not(:last-child) {
        margin-right:10rem !important; 
    }
}

/* WP Forms */
/* Button */
.wpforms-submit
{
	color: #000 !important; 
background-color: var(--color_button_background) !important;
}

