/*
Theme Name: Nowo Enfold
Description: Nowo endofold custom theme
Version: 1.0
Author: Nowo.lt
Author URI: http://www.nowo.lt
Template: enfold
*/



/*Add your own styles here:*/

div#mapContainer {
    width: 100%;
    height: 800px;
    background-color: #00a851;
}

#after_submenu_1 {
    z-index: 2;
}

.map-selectors-container {
    height: 100px;
    overflow: visible;
    position: relative;
    z-index: 2;
}
.maps-selector {
    position: absolute;
    overflow: hidden;
    height: 50px;
    background-color: #fff;
    border: 1px solid #00a94f;
    border-radius: 5px;
    width: 300px;
    padding: 0 15px 0 15px;
    cursor: pointer;
}

.maps-selector i {
    position: absolute;
    right: 20px;
    top: 17px;
}

.maps-selector a {
color: #575757;
}

.maps-selector a:hover {
    text-decoration: none;
}

.maps-selector.countries-box {
    left: 0px;
}

.maps-selector.cities-box {
    right: 0px;
}

.maps-selector a {
    display: block;
}

.maps-selector a.city-option.open {
    display: block;
}

.maps-selector a.city-option {
    display: none;
}

.maps-selector.open {
    height: auto;
}

.maps-selector .default_txt {
    display: none;
}

.selector-box p {
    cursor: pointer;
}

.addresses-box .thmb {
    width: 50%;
    position: absolute;
    top: 102px;
    right: 0;
}

.map_marker_nav {
    background: url("pin.png") 0 2px no-repeat;
    padding: 5px 10px 10px 50px;
    background-size: 30px;
}

.map_marker_nav_box {
    display: none;
}

.map_marker_nav_box.open {
    display: block;
}

.map_marker_nav_box span,
.map_marker_nav_box a {
    display: block;
    width: 50%;
}

.map_marker_nav_box span {
    position: relative;
    padding: 5px 10px 10px 50px;
}

.map_marker_nav_box span i {
    position: absolute;
    left: 7px;
    top: 11px;
}

.map_marker_nav_box span a {
    color: #575757 !important;
}

.map_marker_nav_box span a {
    text-decoration: none;
}


.map_marker_nav_box span.title {
    font-weight: bold;
}

#av-burger-menu-ul li {
    background: #fff;
}

.footer-logo {
    position: absolute;
    right: 30px;
}

.footer-logo svg {
    fill: #fff !important;
}

@media screen and (max-width: 1025px) {

    .slideshow_caption {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {

    .slideshow_caption {
        width: 100%;
    }
    .footer-logo {
        right: 0px;
    }

    #cookie-law-info-again {
        left:0;
        right: unset !important;
    }

    div#mapContainer {
        width: 100%;
        height: 250px;
        background-color: #00a851;
    }

    .maps-selector {
        position: relative;
        overflow: hidden;
        height: 50px;
        background-color: #fff;
        border: 1px solid #00a94f;
        border-radius: 5px;
        width: 100%;
        padding: 0 15px 0 15px;
        margin-bottom: 20px;
    }

    .map-selectors-container {
        height: 155px;
    }

}