/*

 Theme Name:     Divi Child

 Theme URI:      https://www.elegantthemes.com/gallery/divi/

 Description:    Divi Child Theme

 Author:         Matias Montenegro

 Author URI:     http://www.matiasmontenegro.com.ar

 Template:       Divi

 Version:        1.0.0

*/

 

 

/* =Theme customization starts here

------------------------------------------------------- */

.et-pb-icon {
	font-size: 16px;
	font-weight: 900;
}


.et_pb_blog_0 .et_pb_post .entry-title {
    padding-bottom: 30px;
}

/*----------Custom Divi Gallery----------*/
 
.et_overlay {
    display: none;
}
 
.mfp-title {
    display: none;
}
 
.et_pb_gallery_grid .et_pb_gallery_item img {
    transition: transform 0.5s, opacity 0.5s;
}
 
.et_pb_gallery_grid .et_pb_gallery_item img:hover {
    transform: scale(1.03);
    opacity: 1;
}
 
.et_pb_gallery_grid .et_pb_gallery_item {
    padding: 2px!important;
    width: 33.33%!important;
    clear: right!important;
}
 
@media only screen and (max-width: 479px) {
     
.et_pb_column .et_pb_grid_item:nth-child(n) {
    width: 50%!important;
    padding: 5px!important;
}
}


a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: #000000;
}