/* @group Get Social
------------------------------------ */
.get-social {
	margin: 0 0 9.7rem;
}
.get-social header {
	margin-bottom: 1.9rem;
}
.get-social h2 {
	font: normal 700 3em / 1em var(--proxima-font);
	color: var(--navy-blue);
	letter-spacing: 0.025em;
	line-height: 1.22em;
	text-transform: uppercase;
}
.get-social h2 span {
	font: normal 400 2em / .5em var(--celine-font);
	text-transform: none;
	display: block;
	text-align: right;
}

.juicer-feed h1.referral {
	display: none !important;
}

.j-message {
	display: none !important;
}
.juicer-feed.image-grid .j-text {
	background: transparent !important;
}
.get-social .juicer-feed.loaded {
	overflow: hidden;
}
.juicer-feed .j-meta a,
.juicer-feed.colors .j-meta a.j-social.j-instagram,
.juicer-feed.colored-icons .j-meta a.j-social.j-instagram {
	color: rgba(255, 255, 255, 1);
}
.juicer-feed.image-grid li.feed-item .j-text,
.juicer-feed.slider li.feed-item .j-text,
.juicer-feed.hip li.feed-item .j-text {
	opacity: 1;
	visibility: visible;
}
.get-social article:not(.left) .j-image img,
.get-social article.left .j-image img,
.j-gallery .j-image img {
	color: rgba(62, 114, 154, 1);
	object-fit: cover;
	object-position: center center;
	height: 100% !important;
	width: 100% !important;
}
.j-gallery .j-image {
	display: block !important;
}

@media only screen and (min-width: 0) and (max-width: 960px) {
    .get-social header,
    .get-social header h2 {
        padding: 0;
    }
	.get-social header.row {
        margin-inline: auto;
		margin-bottom: 2.4em;
        max-width: 15.6em;
	}
	.get-social article {
		padding: 0 5.5rem 0 4.3rem;
	}
	.get-social article.left {
		margin: 0 0 4.2rem;
		padding: 0 7.4rem 0 6.2rem;
	}

	.right .juicer-feed .j-stacker,
	.right .juicer-feed .j-stacker > * {
		display: flex !important;
		flex-wrap: wrap;
		gap: 3rem;
	}
	.get-social .left .j-image {
		height: 65.1rem;
		overflow: hidden;
		display: flex;
	}
	.get-social article:not(.left) .juicer-feed.image-grid li.feed-item {
		height: 30.6rem;
		width: calc(50% - 3rem);
	}
	.get-social
		article:not(.left)
		.juicer-feed.image-grid
		li.feed-item:last-child {
		display: none;
	}
	.get-social article:not(.left) .j-image {
		height: 30.6rem;
		overflow: hidden;
		display: block;
	}
	.get-social .juicer-feed.loaded {
		width: calc(100% + 1.5em);
	}
}

@media only screen and (min-width: 961px) {
	.get-social header {
		padding-right: 1.7rem;
	}
	.get-social > .row {
		gap: 3rem;
	}
	.get-social header .bttn {
		padding: 2rem 2.5rem;
	}
	.get-social header .bttn i {
		margin-left: 2rem;
		font-size: 1.875em;
		vertical-align: middle;
		position: relative;
		top: -0.25rem;
	}
	.get-social h2 {
		font-size: 8em;
		line-height: 1em;
	}
	.get-social h2 span {
		font-size: 15rem;
		line-height: 0;
		padding-bottom: 7rem;
	}
	.get-social .juicer-feed .j-stacker,
	.get-social .juicer-feed .j-stacker > * {
		display: flex !important;
		height: 52.2rem;
		flex-wrap: wrap;
		gap: 3rem;
		justify-content: space-between;
		align-items: flex-start;
	}
	.get-social .left .j-image {
		height: 52.2rem;
		overflow: hidden;
		display: flex;
	}
	.get-social article:not(.left) .juicer-feed.image-grid li.feed-item {
		width: calc(25% - 3rem);
	}
	.get-social article:not(.left) .j-image {
		height: 24.7rem;
		overflow: hidden;
		display: block;
	}
	.get-social
		article:not(.left)
		.juicer-feed.image-grid
		.galcolumn:first-child
		li.feed-item:first-child {
		display: none !important;
	}
}
/* @end */
