/*
 Theme Name: WPMLS Elementor Theme
 Theme URI: mindbees.com
 Author: WPMLS
 Author URI: http://mindbees.com
 Description: A custom WordPress theme for Elementor integration.
 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: wpml-elementor
*/
body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
.site-header {
    background-color: #333;
    padding: 20px 0;
    color: #fff;
}
.site-header .site-title a {
    color: #fff;
    text-decoration: none;
}
.site-header .main-navigation {
    margin-top: 10px;
}
.main-navigation ul {
    list-style: none;
    padding: 0;
    display: flex;
}
.main-navigation ul li {
    margin-right: 20px;
}
.main-navigation ul li a {
    color: #fff;
    text-decoration: none;
}



.site-footer {

    background-color: #222;

    padding: 20px 0;

    color: #fff;

    text-align: center;

}



.footer-navigation ul {

    list-style: none;

    padding: 0;

}



.footer-navigation ul li {

    display: inline;

    margin-right: 10px;

}



.footer-navigation ul li a {

    color: #fff;

    text-decoration: none;

}

