/* Layout */
.arboretum-side-by-side-inner {
	border-radius: 20px;
	border: 1px solid var(--wp--preset--color--leaf);
	display: flex;
	overflow: hidden;
}

@media ( max-width: 1069px ) {
	.arboretum-side-by-side-inner {
		flex-direction: column-reverse;
	}
}

@media (min-width: 1070px) {
	.arboretum-side-by-side-inner {
		min-height: 80vmin;
		align-items: stretch;
	}
}

/* Text Column */
.arboretum-side-by-side-text {
	background: var(--wp--preset--color--leaf);
	color: var(--wp--preset--color--cream);
	padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--40);
	text-align: center;
	border-radius: 20px;
	align-items: center;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 20;
}

@media(min-width: 1070px) {
	.arboretum-side-by-side-text {
		flex-shrink: 0;
		width: 50%;
		margin-right: -20px !important;
	}
}

/* Title */
.arboretum-side-by-side-title {
	font-family: var(--wp--preset--font-family--heading);
	font-size: var(--wp--preset--font-size--large);
	font-weight: 200;
	color: var(--wp--preset--color--cream);
	line-height: 1.2;
	display: block;
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
}

@media ( min-width: 1000px ) {
	.arboretum-side-by-side-title {
		font-size:60px
	}
}

.arboretum-side-by-side-title a {
	color: var(--wp--preset--color--cream);
	box-shadow: inset 0 -0.2em var(--wp--preset--color--dark-cream);
	transition: box-shadow 0.3s ease-in-out;
	padding-bottom: .2em;
	text-decoration: none;
}

.arboretum-side-by-side-title a:hover {
	box-shadow: inset 0 -0.2em var(--wp--preset--color--neon);
}

/* Text */

.arboretum-side-by-side-description {
	color: var(--wp--preset--color--cream);
	font-family: var(--wp--preset--font-family--body);
	padding-bottom: 30px;
	max-width: 400px;
	margin: 0 auto;
}

.arboretum-side-by-side-description a {
	color: var(--wp--preset--color--cream);
	box-shadow: inset 0 -0.2em var(--wp--preset--color--dark-cream);
	transition: box-shadow 0.3s ease-in-out;
	text-decoration: none;
	outline: none;
}

.arboretum-side-by-side-description a:hover,
.arboretum-side-by-side-description a:focus {
	box-shadow: inset 0 -0.2em var(--wp--preset--color--dark-leaf);
	transition: box-shadow 0.3s ease-in-out;
	text-decoration: none;
	outline: none;
}

@media(min-width: 768px) {
	.arboretum-side-by-side-description {
		padding-bottom:40px
	}
}

/* Spacer */
.arboretum-side-by-side-inner .arb-svg--gate-illustration {
	fill: var(--wp--preset--color--cream);
	color: var(--wp--preset--color--cream);
	width: 60px;
	margin: 0 auto;
	display: block;
}

/* Image */
.arboretum-side-by-side .arboretum-side-by-side-image {
	margin-left: -20px;
	position: relative;
	z-index: 10;
}

@media ( max-width: 1069px ) {
	.arboretum-side-by-side .arboretum-side-by-side-image {
		margin-bottom: -40px;
    	min-height: 500px;
	}
}

@media (min-width: 1070px) {
	.arboretum-side-by-side .arboretum-side-by-side-image {
		width: calc(50% + 20px);
		margin-left: -20px;
	}
}

.arboretum-side-by-side-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	max-width: none;
	top: 0px;
}

/* Button */
.arboretum-side-by-side-button {
	padding-top: 30px;
}

@media (min-width: 768px) {
	.arboretum-side-by-side-button {
		padding-top: 40px;
	}
}

.arboretum-side-by-side-button .wp-block-button__link {
	padding: 0.5rem 1rem;
	border-radius: 4px;
}
