/*
Theme Name: Hello Elementor Child
Theme URI: https://agrementdev.rustpanel.eu/
Description: Child theme for Hello Elementor.
Author: Codex
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Keep footer text links white over the dark PSD background. */
.elementor-location-footer .elementor-widget-text-editor a,
.elementor-location-footer .elementor-widget-text-editor a:visited,
.elementor-location-footer .elementor-widget-text-editor a:hover,
.elementor-location-footer .elementor-widget-text-editor a:focus {
	color: #fff !important;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
	background: #1a140f;
}

body.admin-bar::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
	background: #1a140f;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
	background: #b59245;
	border-radius: 999px;
	border: 0;
	box-shadow: inset 0 0 0 2px #b59245;
	min-height: 40px;
}

body.admin-bar::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
	background: #b59245;
	border-radius: 999px;
	border: 0;
	box-shadow: inset 0 0 0 2px #b59245;
	min-height: 40px;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:hover {
	background: #d9b676;
	box-shadow: inset 0 0 0 2px #d9b676;
}

body.admin-bar::-webkit-scrollbar-thumb:hover,
html::-webkit-scrollbar-thumb:hover {
	background: #d9b676;
	box-shadow: inset 0 0 0 2px #d9b676;
}

html,
body,
* {
	scrollbar-width: thin;
	scrollbar-color: #b59245 #1a140f;
}

body.admin-bar {
	scrollbar-color: #b59245 #1a140f;
}

.easy-event-booking__popup-close,
.easy-event-booking__popup-close:hover,
.easy-event-booking__popup-close:focus,
.easy-event-booking__popup-close:active {
	background: rgba(255, 255, 255, 0.92) !important;
	border: 1px solid rgba(92, 76, 61, 0.18) !important;
	color: transparent !important;
	padding: 0 !important;
	text-decoration: none !important;
}
