/* THIRDSIES */
.thirdsies-wrapper.flexy {
	padding: 0 25px 25px;
	margin: 0 auto;
	margin-bottom: 70px;
	max-width: 1625px;
	justify-content: center;
	background-image: url(/includes/public/assets/bg.png);
}
.thirdsies-wrapper figure {
	background-color: #000;
	margin-bottom: 20px;

}
.thirdsies-wrapper figure img {
	opacity: .7;
}
.thirdsies-wrapper figure figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 8;
	width: 50%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.thirdsies-wrapper figure:hover figcaption {
	width: 50%;
}
.thirdsies-wrapper figure figcaption i.fas {
	font-size: 0px;
	margin-left: 0px;
	transition-property: font-size, margin-left;
	transition-duration: .35s;
	transition-timing-function: ease;
}
.thirdsies-wrapper figure figcaption h3 {
	font: 700 38px/1 var(--raleway);
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	position: relative;
}
.thirdsies-wrapper figure figcaption a:hover { text-decoration: none; }

@media screen and (max-width: 40em) {
	.thirdsies-wrapper figure:last-of-type {
		margin-bottom: 0px;
	}
	.thirdsies-wrapper figure figcaption h3 {
		font: 700 24px/1 var(--raleway);
		line-height: 19px;
	}
}
@media screen and (min-width: 40.063em) {
	.custom-imagebox {
		display: flex;
	}
	.thirdsies-wrapper.flexy {
		display: inline-flex;
	}
	.thirdsies-wrapper figure {
		flex: 1 1 30%;
		-ms-flex: 1 1 auto;
		margin: 0 10px;
		max-width: 515px;
	}
	.thirdsies-wrapper figure:first-child {
		margin-left: 0;
	}
	.thirdsies-wrapper figure:last-child {
		margin-right: 0;
	}
	.thirdsies-wrapper figure figcaption h3 {
		font: 700 14px/1 var(--raleway);
	}
}
@media screen and (min-width: 64.063em) {
	.thirdsies-wrapper figure:hover {

	}
	.thirdsies-wrapper figure:hover picture img {
		opacity: 0.7;
		-webkit-filter: grayscale(1);
	}
	.thirdsies-wrapper figure:hover figcaption i.fas {
		font-size: 30px;
		margin-left: 5px;
	}
	.thirdsies-wrapper figure:hover figcaption i.fas {
		color: var(--dark-agave);
		background-color: #fff;
		border-radius: 50px;
		border: 3px solid #fff;
		font-size: 25px;
		margin-left: 5px;
	}
	.thirdsies-wrapper figure figcaption h3 {
		font: 700 22px/1 var(--raleway);
	}
	.thirdsies-wrapper figure figcaption h3::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -15px;
		width: 0px;
		height: 6px;
		background-color: var(--dark-agave);
		transition: width .35s ease;
	}
	.thirdsies-wrapper figure:hover figcaption h3::after {
		width: calc(100% + 40px);
	}
}

/* Mural Site */
.mural .custom-imagebox {
	display: block;
}

.mural .thirdsies-wrapper.flexy {
	padding: 0 0 20px;
	margin-bottom: 40px;
	max-width: none;
}

.mural .thirdsies-wrapper figure {
	max-width: none;
}

.mural .thirdsies-wrapper figure img {
	opacity: 1;
}

@media (min-width: 641px) {
	.mural .thirdsies-wrapper.flexy {
		margin-bottom: 70px;
	}
}
