/* =instagram */
.block-instagram-cta {
	position: relative;
	padding: 20px 20px 20px 74px;
	color: white;
}

.block-instagram-cta p {
	margin: 0;
}

.block-instagram-cta p a {
	color: white;
	box-shadow: inset 0 -4px 0 0 rgba( 255,255,255, .35); /* =highlight */
}

.block-instagram-cta p a:hover,
.block-instagram-cta p a:active {
	box-shadow: inset 0 -8px 0 0 rgba( 255,255,255, .35);
}


.block-instagram-cta .block-instagram-cta__icon {
	position: absolute;
	left: 17px;
	top: 50%;
	transform: translateY(-50%);
	fill: white;
}

.block-instagram-cta .block-instagram-cta__title {
	color: #fff;
	margin: 0;
	font-family: var(--wp--preset--font-family--playfair-display);
	font-weight: 800;
	font-size: 1.375rem;
	line-height: var(--wp--custom--line-height--tiny);
	margin-bottom: 12px;
}


@media only screen and (min-width: 768px) {
	.block-instagram-cta .block-instagram-cta__title {
		font-size: 1.625rem;
	}
}
