/* ===================================
	Instagram
====================================== */
.instagram-feed {
	list-style: none;
	text-align: center;
}
.instagram-feed.grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	justify-content: center;
}
.instagram-feed.grid li {
	float: none;
	padding: 0 10px;
	margin-bottom: 20px;
}
.instagram-feed figure {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 4px;
	will-change: transform;
}
.instagram-feed figure img {
	width: 100%;
}
.instagram-feed figure a .insta-counts {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background: rgba(35, 35, 35, 0.7);
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}
.instagram-feed figure a .insta-counts i,
.instagram-feed figure a .insta-counts svg {
	margin: 0 auto;
	position: relative;
	display: block;
	font-size: 26px;
	color: #fff;
	top: 50%;
	transform: translateY(-50%) scale(1.5, 1.5);
	transition: all 200ms cubic-bezier(0.37, 0.8, 0.63, 1);
}
.instagram-feed figure a .insta-counts svg {
	fill: #fff;
	width: 1em;
	height: auto;
	font-size: 23px;
}
.instagram-feed figure:hover a .insta-counts i,
.instagram-feed figure:hover a .insta-counts svg {
	transform: translateY(-50%) scale(1, 1);
}
.instagram-feed figure:hover a .insta-counts {
	opacity: 1;
}
.instagram-feed ~ .instagram-button,
.instagram-feed-carousel ~ .instagram-button {
	z-index: 1;
	white-space: nowrap;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
}
.instagram-feed ~ .instagram-button a,
.instagram-feed-carousel ~ .instagram-button a {
	vertical-align: top;
	border-radius: 50px;
}