/*
Theme Name:   Impeka Child
Theme URI:    http://themeforest.net/user/greatives
Description:  Impeka Child Theme
Version:      1.2.6
Author:       Greatives Team
Author URI:   https://greatives.eu
Template:     impeka
*/

/* Portfolio grid START */
.portfolio-grid .fwpl-row .fwpl-col {
	position: relative;
	align-content: center;
	display: grid;
}
.portfolio-grid .fwpl-row .nested-row {
	max-height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	overflow: hidden;
	opacity:0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.portfolio-grid .fwpl-row:hover .nested-row {
	opacity:1;
	background: rgba(255,255,255,.95);
}
.portfolio-grid .fwpl-row img {
	margin:0 auto;
}
.portfolio-grid-btn a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	overflow: hidden;
}


@media (max-width: 810px) {
    .portfolio-grid.fwpl-layout {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 540px) {
    .portfolio-grid.fwpl-layout {
        grid-template-columns: 1fr;
    }
}
/* Portfolio grid END */