#logo {
    display: block;
    margin-top: 20px;
}

.sticky-header #logo {
    margin-top: 2px;
    padding-bottom: 5px;
}

#top-bar {
    top: 100px;
    z-index: 2;
}

#header-wrap {
    height: auto !important;
    margin-top: 0px !important;
}

@media (max-width: 992px) {
    #top-search a {
        margin-right: 0px !important;
    }

    #logo {
        width: 110px !important;
    }

    #logo img {
        height: 60px;
    }

    #header-wrap>.container {
        height: 60px;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    #top-bar {
        top: 60px;
    }

    #header-wrap {
        height: 60px !important;
    }
}

@media only screen and (max-width : 768px) {
    .elementSocialIcons {
        display: none;
    }
}

@media only screen and (max-width : 479px) {
    .section.center {
        padding-top: 30px;
    }
}

footer .elementSocialIcons {
    display: block;
}