.content-404 {
    text-align: center;
    padding: 70px 0 100px;
}
.content-404 .title-404 {
    text-transform: uppercase;
    font-size: 30px;
    color: #000000;
    font-weight: 900;
    margin: 34px 0 10px;
}
.btn-link-home {
    margin-top: 23px;
    padding: 0 41px;
}
body.has-sidebar.error404 #content {
    width: 100%;
}
.error404  .header-custom #menu-main-menu {
    justify-content: center;
}
.error404 .header-custom .fusion-logo { 
    max-width: 25%;
}
.error404 .header-custom.fusion-header {
    padding: 0px 60px 0;
}
.error404 .social-top {
    max-width: 25%;
    width: 100%;
}
.error404 .header-custom .fusion-main-menu {
    max-width: 50%;
}
.error404 .header-custom .fusion-logo {
    margin: 20px 0;
}
.error404 .header-custom {
    height: auto!important;
}
.error404 .fusion-header-wrapper {
    box-shadow: 1px -2px 7px #ccc;
}
@media only screen and (max-width: 1700px) {
    .error404  .header-custom .fusion-logo {
        max-width: 18%;
    }
    .error404 .social-top {
        max-width: 32%;
    }
}
@media only screen and (max-width: 767px) {
    .content-404 .title-404 {
        font-size: 20px;
        line-height: 28px;
    }
    .error404 .social-top {
        max-width: 100%;
    }
}