/* Gallery */
.hidden{
    display: none !important;
}

.hidden_visibility{
    visibility: hidden;
}

.service_area_shortcode,
.service_area{
    width: 100%;
    max-width: 100% !important;
    min-height: 300px;
}

.service_area_search{
    max-width: 650px;
    margin: 0 auto;
}

.service_area_search .container{
    width: 100%;
    min-height: 32px;
    border-radius: 4px;
    padding: 3px;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

.service_area_search .input_item{
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: center;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    color: rgba(10, 10, 10, 0.33);
    font-size: 12px;
    font-weight: bold;
    border: none;
    background: transparent; 
}

.service_area_search .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    cursor: pointer;
    background: #76b2ed;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding: 0.5rem;
    text-decoration: none;
}

.service_area_search .btn:hover{
    background: #2497E3;
    color: #fff;
}

.search_results {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.search_results span {
    font-size: 20px;
    text-align: center;
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 700px) {
    

}