/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#contentSearch {
    display: none;
    padding: 0.5em;
    position: absolute;
    clear: both;
    width: 15em;
    background: white;
    box-shadow: 0 0 10px -3px grey;
    margin-top:3em;
}

#contentSearch ul {
    position: relative;
    /* left: -1em;
    padding: 6px; */
    padding: 0;
    margin: 0;
    list-style: none;
    z-index:2;
}

#contentSearch ul li {
    color: #333;
    width: 100%;
    background: #eee;
    font-size: 0.9em;
    text-align: left;
    padding: 0.8em;
    border-bottom: solid 1px #dddddd;
    cursor: pointer;
    transition: background ease-in 0.3s;
}

#contentSearch ul li span {
    display: block;
    margin-bottom: 6px;
}

#contentSearch ul li:hover {
    background: #ccc;
}

.fusion-flex-justify-content-center{
 z-index:1 !important;
}

.awb-background-mask {
    z-index:0 !important;
}

#car-search .fusion-fullwidth {
    position: inherit;
}

.fusion-empty-dims-img-placeholder {
	display:none;
}

.fusion-body .fusion-flex-container.fusion-builder-row-5 {
    z-index: 1;
}