/*
 Theme Name:   Dynamic Divi Child Theme
 Theme URI:    https://diviengine.com/
 Description:  Dynamic Divi Child Theme
 Author:       Divi Engine
 Author URI:   https://diviengine.com/
 Template:     Divi
*/

/* REMOVING LINKS IN PORTFOLIO GRID */
.post-meta a {
pointer-events: none;
cursor: default;
display: inline-block;
}