#map {height: 400px; width: 100%;}

.location-info-fit{
    position: relative;
    width: 100%;
    overflow: hidden!important;
    height: 283px!important;    
}

.location-photos-border{
    border: 2px solid lightgrey;
    border-radius: 2px;
}
.business-hours-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    line-height: 24px;
}

/*
.pac-target-input::-webkit-input-placeholder {
    color: red;
}
*/


.ooma-location-loader{
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ooma-location-border{
    border: 1px solid lightgray;
    border-radius: 5px;
}

.locations-snippet{
    margin-top: -80px;
}

@media (max-width:1200px)  {
    .locations-snippet{
        margin-top: -20px;
    }
}

#ooma-search-location-input{
    height: auto;
}

@media (min-width:481px)  {
    .input-group.ooma-local-seo-search{
        width: 50%!important;
    }
}


.loc-snippet-header{
    background-color: #cf3339;
    color: white;
}

@media (min-width:769px)  {
    .location-width-small{
        width: 380px;   
    }
    .loc-snippet-header{
        min-height: 90px;
    }
}



