/*
Theme Name: Divi Child Theme for ChicagoCop.com
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0.1
Description: Customized CSS and Page Templates.
Author: Michael Chuchro
Author URI: http://www.ChicagoCop.com
Template: Divi
Tags: custom css
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("../Divi-3/style.css")


/* DIVI IMAGE GALLERY CONTAINER SIZE */
.et_porfolio_image .et_pb_grid_item .et_pb_gallery_image {
	padding-top: 150%;
}

.et_portfolio_image .et_pb_grid_item img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}


/* STOPS WIDGET LABELS FROM DISPLAYING TWICE */
.et_pb_widget label.screen-reader-text {
display: none;
}

