/*
Theme Name: Hello Elementor Child
Description: Child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

#site-footer{
    background:#121615;
    color:#fff;
    padding:50px 10px;
}

.footer-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    gap:40px;
    flex-wrap:wrap;
}

.footer-menu{
    list-style:none;
    padding:0;
}

.main-navigation li, .nav-menu-list li{
    margin-bottom:7px;
}

.footer-menu a{
    color:#fff;
    text-decoration:none;
}
#site-footer p{
    color: #dbdbdb;
    font-weight: 300;
    font-family: 'Outfit';
}
.copyright{
    text-align:center;
    margin-top:30px;
    border-top: 1px solid #4848489c;
    padding-top:20px;
}
#site-footer h4{
	font-size: 18px !important;
}
#site-footer p{
	font-size: 13px !important;
}
.nav-menu-list, .nav-menu-list ul{
	list-style-type: none !important;
    padding-left: 0 !important;
}
#site-footer a{
	color: #ec3137 !important;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Outfit';
}





