/*
Theme Name: Divi Child Theme
Theme URI: https://www.oliversacherer.at
Description: Child Theme For Divi
Author: Oliver Sacherer
Author URI: https://www.oliversacherer.at
Version: 1.0.0
Template: Divi
*/



@import url("../Divi/style.css")

/* =Theme customization starts here
------------------------------------------------------- */


/*-------- Custom Divi Gallery, 
             zoom thumbnail effect, 
             number of thumbs in a row,
----------*/
/*------
.et_overlay{display:none;}
 
.mfp-title {
    display: none;
}

.et_pb_gallery_grid .et_pb_gallery_item img {
    transform: scale(1.03);
    transition: transform 1s, opacity 1s;
}
 
.et_pb_gallery_grid .et_pb_gallery_item img:hover {
    transform: scale(2);
    opacity: 1;
}

.et_pb_gallery_grid .et_pb_gallery_item {
    padding: 1px;
    width: 33%!important;
    clear: right!important;
}
 
@media only screen and (max-width: 479px) {
     
.et_pb_column .et_pb_grid_item:nth-child(n) {
    width: 33%!important;
}
}
---------*/
/*---------- End Custom Divi Gallery -----------*/

