.home #footer-cta {
	background: #e8e8e8;
	border-top: 1px solid #cfcfcf;
}

.post-single #footer-cta {
	background: #efefef;
	border: none;
}

.catalogue #footer-cta {
	background: #efefef;
	border: none;
}

.skimmer-pools #footer-cta {
	background: #fff;
	border: none;
}

.footer-cta-grid {
	height: 350px;
}

@media (max-width:899px) {
	.footer-cta-grid {
		height: auto;
		margin-top: 25px;
		margin-left: auto;
		margin-right: auto;
		max-width: 500px;
	}
}

.footer-cta-grid-col {
	padding: 20px;
}

.footer-cta-grid-col:first-child {
	padding-left: 1em;
}

.footer-cta-grid-col:last-child {
	padding-right: 1em;
}

@media (max-width:899px) {
	.footer-cta-grid-col,
	.footer-cta-grid-col:first-child,
	.footer-cta-grid-col:last-child {
		padding: 0px;
		margin-bottom: 50px;
	}
}

.footer-cta-grid--item {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: flex-start;
	overflow: hidden;
	position: relative;
	z-index: 9;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width:899px) {
	.footer-cta-grid--item {
		min-height: 320px;
	}
}

.footer-cta-grid--item::before {
	display: block;
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	transition: transform 0.5s ease;
	transform: scale(1.0);
}

.footer-cta-grid--item-catalogue::before {
	background-image: url('../../img/footer-cta/poptavka.jpg');
}

.footer-cta-grid--item-queries::before {
	background-image: url('../../img/footer-cta/vyrobna-hala.jpg');
}

.footer-cta-grid--item-visit-us::before {
	background-image: url('../../img/footer-cta/kontakt.jpg');
}

.footer-cta-grid--item:hover::before {
	transform: scale(1.1);
}

.footer-cta-grid--item-content {
	margin: 20px 20px;
	position: relative;
	z-index: 9;
}

@media (max-width:899px) {
	.footer-cta-grid--item-content {
		margin: 30px 30px;
	}
}

.footer-cta-grid--title {
	color: #000;
	font-size: 35px;
	font-weight: 400;
	margin: 0;
}

.footer-cta-grid--title--white {
	color: #fff;
}

.footer-cta-grid--paragraph {
	margin: 0.5em 0;
}

.footer-cta-link {
	text-transform: uppercase;
}
