/*
 Theme Name:     Lobo Child
 Description:    A basic child theme for the Lobo Agency theme.
 Template:       lobo
 Version:        1.0
*/

@import url("../lobo/style.css");

@import url(https://fonts.googleapis.com/css?family=Roboto:100);

@import url(https://fonts.googleapis.com/css?family=Roboto);

/* --------------------------------------
-----   Theme customization starts here   -----
------------------------------------------*/



.image-swap .image-hover {
    display: none;
}
.image-swap.hovered .image-hover {
    display: inherit;
}
.image-swap.hovered .image-main {
    display: none;
}