/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/
 Description: Child theme for Hello Elementor theme.
 Author: Your Name
 Template: hello-elementor
 Version: 1.0.0
*/

/* Add your custom CSS below */

/* Header css */
.mock-law-header .elementor-nav-menu 
a.elementor-item.elementor-item-active,
.mock-law-header .elementor-nav-menu 
.sub-menu li.current-menu-item > a,
.mock-law-header .elementor-nav-menu 
li.current-menu-ancestor > a {
    font-weight: 600 !important;
}

@media (max-width: 767px) {
    .mock-law-header 
    .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        color: var(--primary-gold) 
    }
}



/* Header css */

/* Category Widget */
.custom-categories-widget {
    background: #F5F5F5;
    padding: 32px;
}

.custom-categories-widget .widget-title {
	font-family: Lora;
	font-weight: 500;
	margin:0;
	padding: 0px 0px 24px 0px;
    font-size: 18px;
	line-height: 18px;
	letter-spacing: 0px;
    color: #000000;
}

.custom-categories-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-categories-widget ul li {
    list-style: none;
}

.custom-categories-widget li {
    margin-bottom: 15px;
}

.custom-categories-widget a {
	font-family: DM Sans;
	font-weight: 400;
    font-size: 14px;
    color: #666;
    text-decoration: none;
	line-height: 14px;
	letter-spacing: 0px;
}

.custom-categories-widget a:hover {
    color: #000;
	font-weight:700;
}
/* Category Widget */

