/*
This file contains delayable hovers CSS that will not be loaded on mobile and will be preloaded Asynchronously using Google's recommended filamentgroup loadCSS link stylesheet trick
Type: Hovers and animations
Usage: loadCSS link stylesheet trick
Load: Asynchronously
Devices: Desktops, Laptops
 */

.wpcf7 input[type=submit] {
    transition: background-color 0.2s linear
}

.wpcf7 input[type=submit]:hover {
    background-color: #0a0018;
    color: #fff
}

.social:hover {
    background-color: #0a0018
}
.social:hover img {
    filter: invert(1)
}