/*
Theme Name: Divi Child (KWA Custom)
Template: Divi
Author: King Web Agency
Author URI: http://www.kingwebagency.com
Version: 4
Description: Divi Child Theme for Divi 4
*/

/* NextGen Gallery */
#fancybox-wrap {z-index:99999 !important;}
.ngg-gallery-thumbnail {border: none !important;}
.ngg-gallery-thumbnail a:hover {
 /*  background:#000000; */
}
.ngg-gallery-thumbnail img {
      transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.ngg-gallery-thumbnail img:hover {
  opacity:0.5;
}
