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

.elementor-element .uael-nav-menu > li + li {
    border-left: 1px solid #d3d3d3;
}
.elementor-element .sub-menu li a.uael-sub-menu-item {
    padding-left: 17px !important;
}
@media only screen and (max-width: 1024px) {
    .buswest-mobile-navigation {
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 880px) and (max-width: 1024px) {
    .buswest-mobile-navigation .uael-nav-menu__toggle {
        justify-content: end !important;
    }
}
strong {
    font-weight: 700;
}
.elementor-accordion-item {
    margin-bottom: 12px;
}
.elementor-widget-text-editor ul + * {
    margin-top: 20px;
}
/* .two-columns-dropdown .sub-menu {
    column-count: 2;
    min-width: 360px;
} */
.elementor-accordion-icon {
	font-size: 18px;
  	transform: translateY(16px);
}
body .uael-nav-menu__layout-horizontal.uael-nav-menu__submenu-arrow.uael-dropdown.menu-is-active {
    left: -20px !important;
    width: calc(100% + 40px) !important;
}
@media only screen and (max-width: 767px) {
    body .uael-nav-menu__layout-horizontal.uael-nav-menu__submenu-arrow.uael-dropdown.menu-is-active {
        margin-top: 0 !important;
    }
}
body .elementor-element .uael-nav-menu > li + li {
    border-left: none;
}