/*
Theme Name: ARFD
Theme URI: http://example.com/arfd
Author: Tyler Watts
Author URI: http://tylerdev.co.uk
Description: A basic WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arfd
*/

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.home li:not(:first-child).active a {
  color: #fff !important;
}

.home li:not(:first-child).active a:hover {
  color: var(--e-global-color-primary) !important;
}

.ekit-template-content-footer .elementor-widget-icon-list .elementor-icon-list-item > a {
    display: flex;
	gap: 0 10px;
}

.ekit-template-content-footer ul.elementor-icon-list-items {
    padding: 0 0 0 5px;
    list-style: none;
}

.ekit-template-content-footer .elementor-widget-icon-list .elementor-icon-list-item > a > span.elementor-icon-list-icon{
    flex: 0 0 20px;
}

.ekit-template-content-footer .elementor-icon {
    font-size: 25px!important;
    margin-top: 15px!important;
}