/*=====================================
RC BUILDERS CUSTOM CSS
======================================*/

/* Footer quick links: base a{color:#1a1a1a} is invisible on the dark footer */
.footer-dark .footer-top .widget_address a {
	color: #999;
}

.footer-dark .footer-top .widget_address a[href^="tel:"] {
	color: #EFBF04;
}

/* Sticky right rail on service/service-area pages: sidebar stays in view while the main column scrolls */
@media (min-width: 768px) {
	.rcb-sticky-row {
		display: flex;
		flex-wrap: wrap;
	}

	.rcb-sticky-row > .rcb-sticky-col {
		position: sticky;
		position: -webkit-sticky;
		top: 90px;
		align-self: flex-start;
		max-height: calc(100vh - 100px);
		overflow-y: auto;
	}
}

/* Top-bar phone link: template forces white (.e-p-bx li a), which vanishes on the
   light grey inner-page bar and the gold homepage bar — inherit the bar's text color */
.top-bar .e-p-bx li a {
	color: inherit;
}
