/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* .gpb-event-auto-dates .gpb-booking-time-picker__calendar,
.gpb-event-auto-dates > .gfield_label {
	display: none;
} */

.custom-login-error {
    margin-bottom: 20px;
    padding: 12px 15px;
    background: #f8d7da;
    border: 1px solid #f5c2c7;
    border-radius: 4px;
    color: #842029;
}

/* EVENT CALENDAR */

.rdp-button_next,
.rdp-button_previous,
.rdp-day_button {
	padding:0 !important;
}

.rdp-button_next .rdp-chevron,
.rdp-button_previous .rdp-chevron {
	fill:#fff !important;
}

.rdp-range_end .rdp-day_button,
.rdp-range_start .rdp-day_button,
.rdp-range_middle .rdp-day_button,
.rdp-range_end,
.rdp-range_start,
.rdp-range_middle {
	background:#000 !important;
	color:#fff !important;
}

/* NAV MENU SUB ITEM ADJUSTMENT */

.sidebar-nav .sub-menu {
    position: static !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    width: 100% !important;
    margin: 0 !important;
    box-shadow: none !important;
	background:none;
}

.sidebar-nav .menu-item-has-children > a {
    pointer-events: auto;
}

.sidebar-nav .sub-arrow {
	display:none !important;
}

.sidebar-nav .sub-menu li {
    width: 100%;
}

.sidebar-nav .sub-menu a {
	padding:13px 10px;
	font-size:16px;
    font-weight:800;
	display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.sidebar-nav .sub-menu a::after {
    content: '';
    height: 2px;
    background: transparent;
    width: 100%;
	transition:all 0.3s ease;
}

.sidebar-nav .sub-menu a:hover {
	padding:13px 10px !important;
	background:none !important;
	color:#000;
}

.sidebar-nav .sub-menu a:focus,
.sidebar-nav .sub-menu a:active,
.sidebar-nav .sub-menu a.elementor-item-active {
	padding:13px 10px !important;
	background:none !important;
	color:#8FC73E !important;
}

.sidebar-nav .sub-menu a:hover::after {
    background: #000;
}

.sidebar-nav .sub-menu a:focus::after,
.sidebar-nav .sub-menu a:active::after,
.sidebar-nav .sub-menu a.elementor-item-active::after  {
    background: #8FC73E;
}

.sidebar-nav .sub-menu {
    left: auto !important;
    right: auto !important;
    top: auto !important;
}