/* 
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
*/
 
/* Header */ 
.site--header a.elementor-item.elementor-item-active {
    text-decoration: underline;
}
.site--header.sticky-header  {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0 0 5px 2px rgb(0 0 0 / 10%); 
	animation: slideDownFadeIn 1.5s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #000;
}  
@keyframes slideDownFadeIn {
	0% {
		opacity: 0;
		transform: translateY(-100%);  
	}
	100% {
		opacity: 1;
		transform: translateY(0); 
	}
}
.site--header.sticky-header .header-topbar  {
	display: none;
}
.site--header.sticky-header .header-bottom-bar .e-con-inner > .elementor-element {
	border-bottom: unset;
}
.site--header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    padding: 15px 0;
}
header .site--header .elementor-element.header-bottom-bar {
    background: #0000 !important;
}

/* Popup backdrop */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999; 
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
}
.popup-box {
    background: white;
    padding: 20px;
    max-width: 800px;
    margin: 100px auto;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    height: 100%;
    max-height: max-content;
    overflow: auto;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 10.79px 5px 10.79px !important;
    font-size: 25px !important;
    line-height: 1 !important;
    border-radius: 4px !important;
}

/* Common */ 
.sec-faq-list .e-n-accordion-item {
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
}
.sec-faq-list .e-n-accordion-item .elementor-widget-text-editor p:last-child {
	margin-bottom: 2px !important;
}
.sec-faq-list .e-n-accordion-item .e-n-accordion-item-title-text {
    color: #FFF;
    font-family: "Source Sans Pro", Sans-serif; 
}
.sec-injury-low-grid .elementor-image-box-content {
    padding: 5px 20px 25px;
}
.sec-injury-low-grid .elementor-image-box-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 6px 4px hsl(0deg 0% 0% / 10%);
}
.sec-injury-low-grid .elementor-image-box-title {
	text-align: center;
} 
.injury-law-masonry-grid .elementor-widget-image-box {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 15px; 
}
.elementor-editor-active .injury-law-masonry-grid .elementor-widget-image-box {
	width: 100% !important;
	padding: 0 !important; 
}
.elementor-element.about-img-h100 {
    height: 100%;
}
.elementor-widget-text-editor a {
    text-decoration: underline;
}
.elementor-widget-text-editor ul {
    margin-bottom: .9rem;
}

@media only screen and (max-width: 1250px) {
	.site--header .elementor-icon svg {
		width: 40px;
		height: 40px;
	}
	.site--header .elementor-icon-box-title a { 
		font-size: 15px !important; 
	}
	.site--header .elementor-icon-box-description {
		font-size: 20px !important;
	}
	.site--header .elementor-nav-menu--main .elementor-item {
		padding: 0 15px !important;
	}
	.injury-law-masonry-grid .elementor-widget-image-box {
		width: 33.33%;
	}
}
@media only screen and (max-width: 1159px) {
	.site--header .elementor-nav-menu--main .elementor-item { 
		font-size: 17px !important;
	}
}
@media only screen and (max-width: 1130px) {
	.site--header .elementor-icon svg {
		width: 35px;
		height: 35px;
	}
	.site--header .elementor-icon-box-title a { 
		font-size: 13px !important; 
	}
	.site--header .elementor-icon-box-description {
		font-size: 18px !important;
	}
	.site--header .elementor-nav-menu--main .elementor-item {
		font-size: 16px !important;
		padding: 0 12px !important;
	}
} 
@media (max-width: 767px) {
	.injury-law-masonry-grid .elementor-widget-image-box {
		width: 50%;
		padding: 10px;
	} 
}
@media (max-width: 575px) {
	.injury-law-masonry-grid .elementor-widget-image-box {
		width: 100%;  
	}
}