.locations-map {
  padding: 40px 0;
  position: relative;
}

.locations-map .map-search {
    background:#F5F5F0;
    padding:35px 30px 50px 30px;
    margin:0 -30px 50px -30px;
}

.locations-map .cities-section {
    width:100%;
}

.locations-map .cities-section .select2-container {
    width:100%;
    height: 60px;
    background: #fff;
}

.locations-map .cities-section .select2-container .select2-selection--single {
    padding-left:50px;
    font-size:14px;
    border:none;
    width:100%;
    position: relative;
}

.locations-map .cities-section .select2-container .select2-selection__rendered {
    line-height: 60px;
}

.locations-map .cities-section .select2-container .select2-selection__arrow {
    left: 15px;
    right:auto;
    top: 16px;
}

.locations-map .select2-container--open .select2-dropdown {
    border: none;
}

.locations-map .or-section {
    height: 55px;
    line-height: 55px;
    width:100%;
    text-align:center;
    text-transform: uppercase;
    font-size: 15px;
    color: #4B4B4B;
}

.locations-map .search-section {
    position:relative;
    width:100%;
    margin-bottom: 30px;
}

.locations-map .search-section .search-icon {
    position:absolute;
    left: 20px;
    top: 20px;
    font-size: 16px;
    color: #767676;
}

#grve-theme-wrapper .locations-map .search-section input[type="text"] {
    border:none;
    box-shadow:none;
    padding-left:60px !important;
    height:60px;
    margin:0;
    font-size:14px;
    color:#4B4B4B;
    background: #fff !important;
}

.locations-map .search-section input::placeholder {
    opacity:1;
    color:#4B4B4B;
}

.locations-map .submit-section input {
    height: 43px;
    border: none;
    box-shadow: none;
    padding: 0 25px;
    line-height: 38px;
    font-size: 17px;
    display: block;
    width: 100%;
    cursor:pointer;
}

.locations-map .submit-section input:hover {
    background:#646464;
    color:#fff;
}

.locations-map .select2-container--default .select2-results__option--highlighted[aria-selected],
.locations-map .select2-container--default .select2-results__option:hover {
    background: #68478D;
}

.locations-map #map {
    height: 350px;
    width:100%;
}

.locations-map .locations ul {
    list-style:none;
    margin:0;
    padding:0;
}

.locations-map .locations ul li {
    display: block;
    border-bottom: 1px solid #ADADAD;
    cursor: pointer;
}

.locations-map .locations ul li:hover,
.locations-map .locations ul li:active,
.locations-map .locations ul li.active {
    background: rgb(247, 247, 247);
}

.locations-map .locations ul li .inner {
    padding: 35px 30px;
}

#grve-main-content .locations-map .locations ul li h6 {
    font-size: 20px;
    color: #000;
}

#grve-main-content .locations-map .locations ul li p {
    margin-bottom: 10px;
}

.locations-map .locations ul li .location-details {
    font-size:16px;
    line-height:28px;
    color:#4B4B4B;
    margin-bottom:15px;
}

.locations-map .locations ul li .location-hours {
    font-size:16px;
    line-height:28px;
    color:#4B4B4B;
    margin-bottom: 10px;
}

.locations-map .locations ul li .hours-title {
    display:block;
    font-size:13;
    text-transform:uppercase;
    color:#767676;
}

@media only screen and (min-width: 980px){
    .locations-map {
        padding: 40px 0 70px;
    }
    
    .locations-map .map-search {
        margin:0 0 50px;
        padding: 30px;
    }
    
    .locations-map .map-search-inner {
        display:flex;
        height:60px;
        align-items: center;
        background:#fff;
    }
    
    .locations-map .cities-section {
        width: 435px;
        flex-shrink: 0;
    }
    
    .locations-map .cities-section .select2-container {
        width: 435px !important;
    }
    
    .locations-map .cities-section .select2-container .select2-selection--single {
        width: 435px !important;
    }
    
    .locations-map .or-section {
        width: 75px;
        height: 35px;
        line-height: 35px;
        flex-shrink:0;
        border-left: 1px solid #ADADAD;
        border-right: 1px solid #ADADAD;
    }
    
    .locations-map .search-section {
        margin-bottom:0;
    }
    
    .locations-map .submit-section {
        margin-left: auto;
    }
    
    .locations-map .submit-section input {
        display:inline-block;
        width:auto;
        height:60px;
        line-height:55px;
    }
    
    .locations-map #map {
        height: 695px;
        margin-bottom: 0;
    }
    
    .locations-map .locations {
        height: 695px;
        margin-bottom:0;
        overflow-y:auto;
    }
}