.wrap__contact-info {
    display: none;
}

.content-holder {
    padding: 40px 10px 10px;
}

.wrap__logoHeader {
    max-width: 60%;
}
.wrap__logoHeader .logo__title {
    font: 18pt / 1.5 "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
}

.copyright__list a {
    color: #ffffff;
}

/* .sidebar-holder {
    background-color: rgb(195, 215, 239);
    border-radius: 15px;
} */

.tel, .mapp, .mail, .fax {
    line-height: 1.2;
    padding: 5px 0px;
    font-size: 16px;
    display: block;
    color: #626060;
    text-align: left !important;
}
   .tel a, .mail a, .mapp span {
    color: #626060;
    word-break: break-word;
}
    .phone, .marker, .message, .faxx, .email {
        margin-left: 10px;
        font-size: 14px !important;
        height: 25px;
        vertical-align: middle;
        margin-right: 5px;
        color: #626060;
    }

    a[href^="tel"], a[href^="fax"] {
        cursor: pointer;
        pointer-events: auto;
    }
 .mapp, .tel, .mail, .fax {
    display: inline-flex;
       justify-content: flex-start;
    width: 100%;
}


@media only screen and (max-width:  767px) {
    .wrap__logoHeader {
    max-width: 100%;
}
.wrap__logoHeader .logo__title {
    font: 14pt / 1.5 "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
}
.wrap__logoHeader .logo__description {
    font-size: 16px;
    line-height: 1.2;
}
.sidebar-holder-top .wrap__editable  {
    display: none;
}
}

@media only screen and (max-width: 520px) {
    .wrap__contacts {
    text-align: center;
}
.mapp, .tel, .mail, .fax {
    justify-content: center;
    text-align: center !important;
    flex-direction: column;
}
}

h1.page__title {
    color: #4468b2 !important;
    font-family: font_43_Tahoma !important;

}