.wdm-location-wrap,
.wdm-email-partners-wrap {
    display: flex;
    flex-direction: column;
}
.wdm-email-partners-wrap {
    flex-wrap: wrap;
}
.wdm-email-partner-div,
.wdm-email-fax-wrap {
    display: flex;
}
.wdm-small-location-search-wrap {
    background: #c31130;
    color: white;
    width: fit-content;
    padding: 15px;
}
/* .wdm-contact-name,
.location-label {
    font-weight: 700;
} */
.wdm-email-partner-label {
    margin-right: 10px;
}
.wdm-small-location-search-wrap .wdm-location-result a {
    color: white;
}
.wdm-small-location-search-wrap .wdm-location-result a,
.wdm-small-location-search-wrap .wdm-location-result a:hover,
.wdm-small-location-search-wrap .wdm-location-result a:focus {
    color: white;
    text-decoration: none;
    /* background: inherit !important; */
}
.wdm-location-input-wrap {
    width: 100%;
    display: flex;
}
.wdm-big-search-wrap {
    display: flex;
    align-items: flex-start;
}
.wdm-big-search-wrap .wdm-locations-wrap {
    padding-left: 20px;
    padding-top: 5%;
}
.wdm-big-search-wrap .wdm-zipcode-input-wrap {
    padding: 20px 10px;
    background: #1a478a;
    color: white;
}
.wdm-big-search-wrap .wdm-zipcode-input-wrap p {
    padding: 0px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
}
.wdm-big-search-wrap .wdm-locations-wrap {
    display: flex;
    width: 75%;
    background: #1a478a;
    color: white;
}
.wdm-big-search-wrap .wdm-location-wrap {
    background: white;
    color: #1a478a;
    padding: 10px;
}
.wdm-big-search-wrap .wdm-partner-msg {
    margin-right: 20px;
    width: 40%;
    font-size: 2rem;
    line-height: 2.6rem;
}
.wdm-big-search-wrap .wdm-locations-div {
    width: 50%;
}
.wdm-big-search-wrap .wdm-btn {
    background: #c31130;
    border-width: 1px;
}
.wdm-big-search-wrap .wdm-location-img {
    background-color: white;
}
.wdm-big-search-wrap .wdm-location-img img {
    width: 100%;
    height: 325x;
}
.wdm-big-search-wrap .wdm-location-extra a,
.wdm-big-search-wrap .wdm-location-extra a:hover,
.wdm-big-search-wrap .wdm-location-extra a:focus {
    color: white;
    text-decoration: none;
}
.wdm-location-wrap table .wdm-label-td {
    width: 20%;
}
#wdm-big-search-input::-webkit-inner-spin-button,
#wdm-big-search-input::-webkit-outer-spin-button,
#wdm-zipcode-input::-webkit-inner-spin-button,
#wdm-zipcode-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
#wdm-big-search-input,
#wdm-zipcode-input {
    -moz-appearance: textfield;
}
.wdm-zipcode-search img {
    width: 10px;
}
.wdm-zipcode-search {
    width: 15%;
    background: white;
    border: 1px solid white;
    margin-left: 1px;
}
#wdm-zipcode-input,
#wdm-big-search-input {
    width: 80%;
    border: 1px solid white;
}
.wdm-small-location-search-wrap .wdm-location-result .wdm-email-location,
.wdm-small-location-search-wrap .wdm-location-result .wdm-email-location :hover,
.wdm-small-location-search-wrap
    .wdm-location-result
    .wdm-email-location
    :focus {
    text-decoration: underline;
}
.wdm-small-location-search-wrap .wdm-location-flex {
    display: flex;
    margin-top: 10px;
}
.wdm-small-location-search-wrap .wdm-location-wrap {
    width: 67%;
}
.wdm-location-img {
    width: 30%;
    margin-right: 15px;
}
.wdm-small-location-search-wrap .wdm-location-img img {
    width: 110px;
    height: 150px;
}
.wdm-small-location-search-wrap .wdm-location-extra {
    width: 100%;
    margin-top: 10px;
}
.wdm-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    border: 2px solid white;
    margin-bottom: 10px;
    font-weight: 900;
}
.wdm-small-location-search-wrap .wdm-btn {
    background: #1a478a;
}
.wdm-btn img.wdm-location {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.wdm-big-search-wrap .wdm-rainbow-name,
.wdm-big-search-wrap .wdm-company-name {
    font-weight: 900;
    font-size: 0.9rem;
}
.wdm-big-search-wrap .wdm-contact-name {
    font-weight: 700;
    font-size: 0.8rem;
    margin-bottom: 15px;
}
.wdm-big-search-wrap .wdm-address2 {
    margin-bottom: 15px;
}
.wdm-big-search-wrap .wdm-locations-wrap-empty {
    background: transparent;
}
@media screen and (max-width: 768px) {
    .wdm-big-search-wrap {
        flex-direction: column;
        align-items: center;
    }
    .wdm-big-search-wrap .wdm-zipcode-input-wrap {
        width: 100%;
    }
    .wdm-big-search-wrap .wdm-locations-wrap {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .wdm-big-search-wrap .wdm-partner-msg {
        width: 100%;
    }
    .wdm-big-search-wrap .wdm-locations-div {
        width: 95%;
    }
    /* .wdm-location-img img {
        height: 150px;
    } */
}
