.image-left-content-right-cta.white {
	background: #fff;
}

.image-left-content-right-cta.white .upperheading {
	color: #976743;
}

.image-left-content-right-cta.white .heading,
.image-left-content-right-cta.white p {
	color: #222;
}

.image-left-content-right-cta.white .bttn {
	color: #fff;
	background: #976743;
}

/* Black background */
.image-left-content-right-cta.black {
	background: #222;
}

.image-left-content-right-cta.black .upperheading {
	color: #976743;
}

.image-left-content-right-cta.black .heading,
.image-left-content-right-cta.black p {
	color: #fff;
}

.image-left-content-right-cta.black .bttn {
	color: #fff;
	background: #976743;
}

/* Copper background */
.image-left-content-right-cta.copper {
	background: #976743;
}

.image-left-content-right-cta.copper .upperheading {
	color: #222;
}

.image-left-content-right-cta.copper .heading,
.image-left-content-right-cta.copper p {
	color: #fff;
}

.image-left-content-right-cta.copper .bttn {
	color: #fff;
	background: #222;
}

/* Real Copper */
.image-left-content-right-cta.realcopper {
	background-size: cover !important;
	background: var(--wpr-bg-f4b23243-d86b-4d62-9e9f-f026f3f6cea3);
}

.image-left-content-right-cta.realcopper .upperheading {
	color: #fff;
}

.image-left-content-right-cta.realcopper .heading,
.image-left-content-right-cta.realcopper p,
.image-left-content-right-cta.realcopper .section {
	color: #fff;
}

.image-left-content-right-cta.realcopper .bttn {
	color: #fff;
	background: #222;
}


.image-left-content-right-cta {
	position: relative;
}

.image-left-content-right-cta p {
	font-size: 16px;
	line-height: 28px;
}

.image-left-content-right-cta .section {
	max-width: 500px;
	margin: 0 0 20px 0;
}

.image-left-content-right-cta .spacer,
.image-left-content-right-cta .text {
	width: 50%;
}

.image-left-content-right-cta .text {
	padding: 0 0 0 70px;
}

.image-left-content-right-cta .cta_container {
	max-width: 991px;
}

.image-left-content-right-cta .top {
	position: relative;
	width: 100%;
	padding: 120px 0;
	z-index: 1;
}

.image-left-content-right-cta .bottom {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.image-left-content-right-cta .image {
	width: 50%;
	height: 100%;
}

.image-left-content-right-cta .image img {
	height: 100%;
	width: 100%;
	object-fit: cover !important;
}
