/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


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

/* HIDE TITLE AND COUNTER IN IMAGES IN LIGHTBOX*/

.mfp-title { display: none; }
.mfp-counter { display: none; }


/* CSS TWO OR THREE COLUMNS IN MOBILE*/

@media only screen and (max-width: 980px) {
    .three-columns .et_pb_column {
    width: 33%!important;
}
}
 
