/* Helpers */
.d-none-mobile, .d-none-mobile-inline {
	display: none !important;
}
.d-block {
	display: block !important;
}
@media (min-width: 1000px) {
	.d-none-mobile {
		display: block !important;
	}
	.d-none-mobile-inline {
		display: inline-block !important;
	}
	.d-none-desktop {
		display: none !important;
	}
}

/* Header */
@media (max-width: 999px) {
	body #header-outer {
		padding: 15px 0;
	}
}

/* Footer */
@media (min-width: 1000px) {
	body #footer-outer .row {
		padding: 60px 0;
	}
}
.whatsapp-cta {
	position: fixed;
    bottom: 15px;
	right: 15px;
    z-index: 100;
    background: #b99653;
    border-radius: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.whatsapp-cta a {
	line-height: 39px;
}
.whatsapp-cta i {
	color: #343434;
	font-size: 27px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}