/*
Theme Name: Divi-child
Theme URL: http://hostinger-tutorials.com
Description: Divi Child Theme
Author: Cal Heath
Author URL: http://hostinger-tutorials.com
Template: Divi
Version: 1.0.0
Text Domain: Divi-child
*/ 


.imageGridLink:before, .imageGridLink .et_parallax_bg:before {
  transition: all .3s ease-in-out;
  background-color: rgba(50,50,50,.0);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.imageGridLink:hover{
  cursor: pointer!important; 
	color:white;
}
.imageGridLink:hover:before, .imageGridLink .et_parallax_bg:hover:before  {
  background-color: rgba(50,50,50,.6);
}
.et_pb_column_3 {
    padding-top: 0px!important;
}
.image-square background-img {
            max-width: 500px!important;
			max-height: 500px!important;
}