svg.hdr_contact {
    fill: #fff;
    width: 24px;
    height: 24px;
}

div.contact_wrap_hd{
    display: flex;
    flex-direction: column;
    flex-basis: 300px;
    flex-shrink:0;
}

div.contact_label_hd a {
    color: #fff;
}

div.contact_wrap_hd.contact_mobile {
    padding: 0 15px 20px;
}

div.contact_label_hd {
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

div.contact_info_hd {
    float: left;
}

.contact_item_hd{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    float: left;
}
.contact_item_hd:not(:last-child) {
    margin-right: 16px;
}
.contact_item_hd, footer#colophon .contact_item_hd {
    transition: opacity .5s
}
.contact_item_hd:hover {
    opacity: .7
}
@media screen and (max-width:1199px) {
    .contact_wrap_hd.contact_desktop {
        display: none;
    }
}
