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


/****************
Mobile Navigation 
****************/
@media(min-width: 768px)
{
    .mobile-ui { display: none;}
}

@media(max-width: 767px)
{
    .mobile-ui { display: block;}
}

.mobile-ui {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -54px;
    height: 54px;
    z-index: 2000;
    -webkit-transition: bottom .3s ease-in-out;
    transition: bottom .3s ease-in-out
}

.mobile-ui .mobile-ui-buttons,
.mobile-ui .ui-button {
    position: relative;
    z-index: 2;
    list-style-type: none;
    padding: 0;
}

.mobile-ui .mobile-ui-button {
    float: left;
    width: 25%
}

/*.mobile-ui .mobile-ui-panels {
    width: 400vw
}*/

.mobile-ui.active {
    bottom: 0
}

.mobile-ui .ui-button, .ui-button-link {
    display: block;
    width: 100%;
    height: 54px;
    padding: 0;
    border: none;
    border-top: 1px solid rgba(17, 17, 17, .2);
    border-left: 1px solid rgba(255, 255, 255, .1);
    border-right: 1px solid rgba(17, 17, 17, .1);
    outline: 0;
    /*background: #152249;*/
    text-align: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius:  0;
}

.mobile-ui-button.active {
    background: red;
}

.mobile-ui .ui-button.active .icon-content {
    color: #fff
}

.mobile-ui .ui-button.active .icon {
    fill: #fff
}

.mobile-ui .ui-button .ui-button-inner {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1.3
}

.mobile-ui .ui-button .icon-content, .mobile-ui .ui-button-link .icon-content {
    display: block;
    color: #fff;
    font-size: .7rem;
    text-transform: capitalize;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.mobile-ui .ui-button .icon, .mobile-ui .ui-button-link .icon {
    position: relative;
    width: 24px;
    height: 24px;
    fill: #fff;
    padding: 2px;
    z-index: 0
}


@media(min-width:  768px)
    {
        #new-mobile-ui-panels-container
        {
            display: none;
        }
    }

@media(max-width:  767px)
{
    #new-mobile-ui-panels-container {
        height:  94%;
        background:  #8dc63f;
        width: 100%;
        position: fixed;
        bottom:  54px;
        z-index: 999;
        text-align: center;
    }
}

.hidden {
    height: 0%!important;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition:all 1s;
}

.vis {
    height: 94%!important;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition:all 1s;
}

.container-hidden {
    display:  none;
}

.container-visible {
    display: visible;
}

.menu-container {
    padding:  10px;
    margin: 60px 10px;
}

.menu-container .title {
    color:  #fff;
    text-align: center;
    font-size: 1.6rem;
    padding: 7.5vw 0;
    margin: 0 7.5vw;

}

#search-content .search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
}
#search-content .search-bar label.search-button.has-icon img {
    max-width: 33px;
    max-height: 25px;
}

.search-container {
    width: 100%;
}

.search-bar-wrapper {
    width:  60%;
}

button.search-submit {
    border-radius: 0!important;
    border:  none;
    padding: 7px 15px 2px 15px;
}

button.search-submit img {
    max-width: 33px;
    max-height: 25px;
}


button.search-submit:focus, .search-bar [type=submit]:focus {
    background-color: #F7941D!important;
    border:  none;
}

.location_name {
    color:  #fff!important;
}
/*.mobile-ui .mobile-ui-panels-container {
    position: fixed;
    top: 100%;
    left: 0;
    height: 0;
    background: #152249;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 1;
	padding-bottom: 60px;
}*/

/*.mobile-ui .mobile-ui-panels-container.in-view {
    top: 0;
    height: 100vh;
    z-index: 1
}*/

/*.mobile-ui .mobile-ui-panels-container.in-view .mobile-ui-panel-close {
    opacity: 1;
    visibility: visible;
    top: 0
}
*/
/*.mobile-ui .mobile-ui-panels-container.in-view .mobile-ui-panel {
    height: 100%;
    overflow: visible
}
*/
/*.mobile-ui .mobile-ui-panel-close {
    opacity: 0;
    visibility: hidden;
    background: rgba(17, 17, 17, .4);
    position: fixed;
    top: -50px;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    min-height: 50px;
    z-index: 2001;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mobile-ui .mobile-ui-panel-close .icon-content,
.mobile-ui .mobile-ui-panel-close .icon-link {
    min-height: 50px;
    padding-left: 50px
}

.mobile-ui .mobile-ui-panel-close .icon {
    width: 50px;
    fill: #fff;
    padding: 12.5px
}

.mobile-ui .mobile-ui-panel-close:hover {
    background: rgba(17, 17, 17, .7)
}

.mobile-ui .mobile-ui-panels {
    overflow: visible;
    height: 100%
}

.mobile-ui .mobile-ui-panels.scroll {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.mobile-ui .mobile-ui-panel {
    position: relative;
    float: left;
    width: 100vw;
    height: 0;
    padding: 0;
    background: #152249;
    color: #fff;
    overflow: hidden
}

.mobile-ui .mobile-ui-panel>.title {
    font-size: 1.6rem;
    padding: 7.5vw 0;
    margin: 0 7.5vw;
    color: #fff
}

.mobile-ui .mobile-ui-panel .mobile-ui-panel-content {
    margin: 60px 7.5vw;
}

.mobile-ui .mobile-ui-panel .block,
.mobile-ui .mobile-ui-panel .menu,
.mobile-ui .mobile-ui-panel .sub-menu {
    
}

.mobile-ui .mobile-ui-panel .block {
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-wrap: touch;
    overflow-wrap: touch
}


.mobile-ui-panel-content .search-bar label.search-button.has-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-ui-panel-content .search-bar label.search-button.has-icon img {
    max-width: 33px;
    max-height: 25px;
}*/