/* This makes the card lift up and adds a shadow when hovered */
.wildhog-hover-card {
    transition: all 0.3s ease-in-out !important;
}

.wildhog-hover-card:hover {
    transform: translateY(-8px); /* Lifts the card up */
    box-shadow: 0px 12px 25px rgba(0,0,0,0.15) !important; /* Adds a soft shadow */
    border-color: #E21D24 !important; /* Changes the border to Wild Hog Red on hover */
}
@media (max-width: 768px){

.footer-widgets .row{
flex-direction: column;
text-align:center;
}

.footer-widgets .widget{
margin-bottom:20px;
}

.site-footer{
padding:30px 15px;
}

}