/* Local cPanel overrides for the restored ABC Tiny House package. */
.fab,
.fas,
.fa {
    font-family: Arial, Helvetica, sans-serif !important;
    font-style: normal;
    font-weight: 800;
}

.fab.fa-facebook-square::before {
    content: "f";
}

.fab.fa-instagram::before {
    content: "ig";
    font-size: 0.82em;
    letter-spacing: 0;
}

.fa.fa-bars::before {
    content: "\2630";
}

.fa.fa-times::before {
    content: "\00d7";
}

.fa.fa-angle-up::before {
    content: "\2191";
}

.fa.fa-search::before {
    content: "\2315";
}

.fas.fa-share::before {
    content: "\21aa";
}

img {
    max-width: 100%;
}

.header_top_one_logo_box {
    width: 180px !important;
    min-width: 180px;
}

.header_top_one_logo {
    min-height: 84px;
    display: flex;
    align-items: center;
}

.header_top_one_logo img,
.mobile-nav__content .logo-box img {
    display: block;
    width: auto;
    max-width: 165px;
    height: auto;
}

.header_top_one_content_box {
    max-width: calc(100% - 190px);
}

.alert {
    border-radius: 6px;
    padding: 14px 16px;
    font-weight: 700;
}

.alert-success {
    background: #e8f6ed;
    color: #176232;
}

.alert-danger {
    background: #fde8e8;
    color: #9b1c1c;
}
