/*
Theme Name:  Bantik Designs & Photography - Manado
Theme URI:   https://bantikdesigns.com
Version:     1.0
Description: A custom child theme created for Bantik Designs & Photography - Manado.
Author:      webmaster
Author URI:  https://bantikdesigns.com
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/
/* 
Masonry Gallery
*/

.bd-gallery-masonry .et_pb_gallery .et_pb_gallery_items {
    column-count: 3; /* number of columns for desktop */
    column-gap: 15px;  /* column spacing */
}

@media only screen and (max-width: 1200px) { 
.bd-gallery-masonry .et_pb_gallery .et_pb_gallery_items { 
    column-count: 2;  /* number of columns for tablet devices */
} 
} 
@media only screen and (max-width: 767px) {
  .bd-gallery-masonry .et_pb_gallery .et_pb_gallery_items {
    column-count: 1;  /* number of columns for mobile devices */
  }
}

.bd-gallery-masonry .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item {
    width: 100%;
    margin: 0px 0px 10px 0!important; /* replace 10px to change row spacing */
    float: none!important; 
}