/* 
 Theme Name:     Kriar Barber
 Author:         Ned I´m
 Author URI:     http://en.divi-brasil.com.br
 Template:       Divi
 Version:        1.0
 Description:    Kriar Barber - a Divi child theme for Barbershop
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.kt-shadow img {

    -webkit-transition: all 1s ease;

     -moz-transition: all 1s ease;

       -o-transition: all 1s ease;

      -ms-transition: all 1s ease;

          transition: all 1s ease;

}

 

.kt-shadow img:hover {

  -webkit-filter: drop-shadow(10px 10px 15px #444) sepia(70%);

}
