/**
 * REDROCK brand color overrides
 * Accent: #ff433d
 */

:root {
	--redrock-accent: #ff433d;
	--redrock-accent-hover: #e63b36;
	--redrock-accent-dark: #cc352f;
}

/* Button hover states */
.ht-btn:hover::before,
.theme-menu-two .quote-btn .ht-btn:hover::before,
.theme-menu-two .quote-btn .ht-btn:hover {
	background-color: var(--redrock-accent-hover) !important;
}

.theme-menu-two .quote-btn .ht-btn:hover {
	background-color: var(--redrock-accent-hover) !important;
}

.theme-menu-two .main-menu ul li a:hover {
	color: var(--redrock-accent) !important;
}

.theme-banner-two .main-title .highlight-text {
	color: var(--redrock-accent) !important;
}

.theme-menu-two .hamburger-menu:hover {
	border-color: var(--redrock-accent) !important;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
html::-moz-scrollbar-thumb,
body::-moz-scrollbar-thumb {
	background-color: var(--redrock-accent) !important;
}
