/*
Theme Name: Rapid Fabrication
Theme URI: https://example.com/rapid-fabrication
Author: Your Name
Author URI: https://example.com
Description: A custom theme for rapid prototyping and fabrication businesses.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rapid-fabrication
Tags: custom-theme, fabrication, manufacturing
*/

/* Reset some basic elements */

footer .menu li a {
    padding-left: 15px;
}
footer .menu li::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
   
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--bs-primary);
    font-size: .625rem;
}
footer ul {
    padding: 0;
}
footer .menu {
    list-style: none;
}

footer .menu li {
    margin-bottom: 1rem !important;
}

.widget_social_media li img {
    filter: invert(1) !important;
    width: 25px !important;
} 