/*
Theme Name: 	67 Creative Agency Theme
Theme URI:		
Description: 	67 Creative Agency - WP Theme
Author:  		67 Creative Agency
Author URI:  	https://67.pt
Template: 		Divi
Version:  		1.0.2
License:     	GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Tags:        	67-ca, 67-creative-agency, light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: 	divi-child-67-creative-agency
*/

@import url("../Divi/style.css");
 
/* =Theme customizations
------------------------------------------------------- */

/* HOME MASONRY */
/* ---- grid ---- */
.grid {
  margin: 0 auto;
}
/* ---- clearfix ---- */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */
.grid-item {
	display: block;
	width: 200px;
	/*margin-bottom: 10px;*/
	/*padding:10px;*/
	height: auto !important;
	opacity:1;
  float: left;
}
.grid .wrapper > .inner {
	position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}
.grid .wrapper > .inner > a > img{
	width:100%;
	padding:10px;
}
