.homepage-map { display: none !important; }
.ly_map_inputs { width: 55%; margin: auto; background-color: #fff; text-align: center; padding: 20px; position: relative; top: 45px; z-index: 999; box-shadow: 0 0 10px 0 rgba(81,81,81,.28); }
form.city-search { margin: 0; position: relative; }
form.city-search input#map-city { border: 1px solid #979797; height: 55px; font-size: 17px; color: #666; border-radius: 4px; margin: 0 !important; }
form.city-search input[type="submit"] { background-color: #fff; box-shadow: 0 0 0 2px #0065b2; text-shadow: 0 0 0 #fff; border: none; text-transform: uppercase; margin: 0 0 0 15px; color: #0065b2 !important; padding: 15px 50px; font-size: 14px; font-weight: 600; white-space: nowrap; }
form.city-search input[type="submit"]:hover { box-shadow:0 0 0 2px #0065b2; text-shadow:0 0 0 #0065b2 }
#ly_g_map_info { font-size:14px; color:#000000!important; line-height:1.5 }
.ly_g_map_week_title a { color:#06C; font-weight:700 }
.ly_g_map_desc a { color:#06C; text-decoration:none; font-weight:700 }
.gm-style-iw.gm-style-iw-c { padding:20px; width:300px; border-radius:inherit }
div#ly_g_map_info { font-size:14px; color:#979797; line-height:1.5 }
.ly_gs_email_title { margin-right: 5px; }
.ly_gs_pickup_title { color:#333; font-weight:500; margin:15px 0 5px }
.ly_g_map_title { font-size:17px; color:#333; font-weight:500; margin-bottom:15px }
.ly_gs_toll_free { border:1px solid #ccc; padding:5px }
.ly_gs_local_phone { border:1px solid #ccc; padding:5px; margin:15px 0 }
.ly_gs_contact { border:1px solid #ccc; padding:5px; margin:15px 0 }
.ly_g_map_desc i { padding-right:5px }
span.week-title { color:#333; font-weight:500 }
@media (min-width:992px) { 
    form.city-search { display: flex; }
}
@media (max-width:991px) { 
    .ly_map_inputs { width: calc(100% - 40px); top: 0; margin-top: 30px; padding: 30px; }
    form.city-search { margin:30px 0 30px }
    form.city-search input#map-city { max-width:100%; margin-bottom:20px }
    form.city-search input[type="submit"] { margin:10px 0 0 0 }
}