/*
 Theme Name:     Wairarapa Web Design
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Wairarapa Web Design Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* Theme customization starts here
------------------------------------------------------- */


#wwd {text-align:center!important; margin-bottom:2em}
#wwd img {
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
    margin-top: 40px;
    width: 130px;
}
#wwd:hover img {
    filter:  brightness(1) invert(0);;
}
#wwd .w-image-title {
    transition: color .3s ease-in-out;
    font-size: 12px;
    color: #bfbfbf;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin: -0.75em ​0 .85em;
}
#wwd:hover .w-image-title {
    color: #0094CA;
}