/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*styles for global websites list */

.locations {
    background: rgba(255, 255, 255, .95);
    border-radius: 3px;
    padding: 0;
    margin: 0;
    margin-left: 6px;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    outline: 0;
    width: 100%;
    width: 110px;
}

.locations li {
    list-style: none;
    width: 100%;
}
.locations li a {
    color: rgba(0, 0, 0, .85);
    padding: 11px 16px;
    line-height: 1;
    text-decoration: none;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}
.locations li a:hover {
    line-height: 1!important;
    font-size: 12px;
}
.locations > li  > a {
    color: rgba(0, 0, 0, .85);
    padding-right: 40px;
    position: relative;
}
.locations > li:hover ul {
    display: block;
}
.locations span {
    outline: 0;
}
.locations > li > a:after {
    border: none;
    background-image: url("arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 14px;
    height: 8px;
    right: 1rem;
    content: "";
    left: auto;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    color: rgba(0,0,0,.85);
}

.locations li ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fefefe;
    padding-left: 0;
    top: 100%;
    right: auto;
    left: 0;
    box-shadow: .0625rem .0625rem .125rem 0 #a3aaae;
    min-width: 0;
    width: 8.25rem;
    background: #ebebeb;
    border: none;
    z-index: 999999;
    width: 100%;
    max-height: clamp(320px, 23.4375vw, 450px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.locations li ul li a {
    padding-top: 0;
    color: #243444;
    font-weight: 700;
}
.locations li ul li a:hover {
    color: #243444;
    font-weight: 700;
}
.locations li ul li:first-child a{
    padding-top: 11px;
}
/* end global websites list styles */

/* mobile menu fixes */
header .ekit-sidebar-widget {
    padding-top: 60px;
}
/* end mobile menu fixes */
