/* 
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 */

/* Main contanier width css */
html {
  scroll-behavior: smooth;
}
@media (min-width: 1521px){
.main-container .e-con-inner {
    max-width: 1470px;
	}}

/* Span text color css */
span.span-text-color {
    color: #C1992E;
}
span.span-text-sky-color{
	color: #7EB1BE;
}
/* Header css */
.custome-menu ul.hfe-nav-menu li a::after,
.custome-menu ul.hfe-nav-menu li.current-menu-item a::after {
  content: '';
  position: absolute;
  bottom: 0;         
  left: 0;
  top:18px;
  width: 0%;
  height: 2px;
  background-color: #C1992E !important;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 300ms ease;
  pointer-events: none;
}
.custome-menu ul.hfe-nav-menu li a:hover::after, .custome-menu ul.hfe-nav-menu li.current-menu-item a::after {
  transform: scaleX(1);
	width: 100%;
	opacity: 1 !important;
}
.custome-header.scrolled {
  background-color: #fffffff2;
  box-shadow: 0 10px 15px -3px #0000001a;
}
.cta-btn.menu-item a.hfe-menu-item {
    background: #f7f3ea !important;
    padding: 12px 20px !important;
    border-radius: 8px;
    display: none;
    margin: 12px 10px;
}
.custome-menu ul.hfe-nav-menu {   
        margin: 0 auto;
}
body .custome-menu .hfe-nav-menu__toggle.hfe-active-menu .hfe-nav-menu-icon svg {
    font-size: 15px;
    width: 15px;
    height: 15px;
}

@media (min-width: 768px){
.custome-menu ul.hfe-nav-menu {
    flex-wrap: nowrap;
}}

@media (max-width: 767px) {
.cta-btn.menu-item a.hfe-menu-item {
	  display: inline-block;
	}
.custome-header .hfe-nav-menu-icon {
    padding: 0;
}}

/* Home banner css */
.text-underline a {
    text-decoration: none;
}

@media (max-width: 480px) {
.elementor-element.banner-image-container {
    width: 95%;
	}}

/* Border between all accordion items */
.accordion-item-section .e-n-accordion-item {
  border-bottom: 1px solid #dcdcdc;
	transition: border-color 0.6s ease;
}
.e-n-accordion-item-title:hover .e-n-accordion-item-title-text {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Law image box css */
.law-img-box .elementor-image-box-content p {
    text-align: right;
}
@media (max-width: 950px) {
.elementor-element.law-icon-box-container {
    flex-wrap: wrap;
	}}

/* Recommended Law image box css */
body .elementor-element.recommended-icon-box:hover {
    border-color: #7eb1be;
}

/* contact form css */
.contact-section-icon-list span.elementor-icon-list-text {
    text-align: right;
}
.forminator-ui .forminator-button-submit.submit-send-button{
    background: #c1992e;
    color: #FFF;
    width: 100% !important;
    border-radius: 8px !important;
    font-weight: 700;
	margin-top: 5px !important;
}
.forminator-ui .forminator-button-submit.submit-send-button:hover{
	background: #D97706;
	box-shadow:none!important;
}
.custome-contact-form .forminator-ui .forminator-field .forminator-input, .custome-contact-form .forminator-ui .forminator-field textarea, .custome-contact-form .forminator-ui .forminator-field span.forminator-select span.select2-selection--single {
    border-color: #e7e5e4;
    border-radius: 6px !important;
	background: #FFFFFF;
}
span.select2-container.select2-container--open span.forminator-select-dropdown {
    padding: 0 !important;
    background: #FFFFFF;
}
.custome-contact-form .forminator-ui .forminator-field .forminator-label {
    font-weight: 500;
    padding-bottom: 5px;
}
.custome-contact-form .forminator-ui .forminator-field span.forminator-icon-chevron-down {
    font-size: 10px !important;
}
.select2-results__options li:first-child {
    background-color: #E6E6E6;
    padding: 0 8px !important;
    color: #000;
    line-height: 32px !important;
}
.select2-container--open .select2-results__option--selected, .select2-container--open .select2-results__options li:not(:first-child):hover {
  background-color: #1967D2;
	color: #fff;
padding: 0 8px !important;
	line-height: 32px !important;
}

@media (max-width: 480px) {
.forminator-ui .forminator-button-submit.submit-send-button {
    margin-top: 10px !important;
    font-size: 14px;
	}
.custome-contact-form .forminator-ui .forminator-field .forminator-label {
    font-size: 14px;
}
.custome-contact-form .forminator-ui.forminator-custom-form .forminator-row {
    margin-bottom: 10px !important;
}}

/* Go find a lawyer section */
@media (min-width: 480px) and (max-width: 768px) {
.elementor-element.find-lawyer-inner-section {
    flex-direction: column;
	    align-items: center;
	}
.elementor-element.find-lawyer-inner-content-section {
    width: 80%;
	 order: 2;
}
.elementor-element.find-lawyer-inner-image-section {
    order: 1;
}}