/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

.portfolio-items .col .work-item.style-3:hover img, .portfolio-items .col .work-item.style-3-alt:hover img {
	transform: scale(1.5);
}

.row.portfolio-items {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.row.portfolio-items > .elastic-portfolio-item {
	position: unset !important;
}

.row.portfolio-items > .elastic-portfolio-item:not(:first-child) {
	padding-left: 20px !important;
}

body .portfolio-items .col.elastic-portfolio-item {
	width: calc(100% / 3) !important;
}