.overlay::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    /*background-image: url(images/dot-pattern.png);*/
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0;
    background-repeat: repeat;
}

.widget_links li, .widget_links li a {
    color: #ddd !important;
}

.widget_links li:hover, .widget_links li a:hover {
    color: #fff !important;
}

@media (min-width: 992px) {

    #header,
    #header-wrap,
    #logo img {
        height: 100px;
    }

    #logo img {
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
    }

    #primary-menu ul li > a {
        padding: 0 13px;
    }

    #primary-menu ul li > a > div {
        height: 100px;
        line-height: 100px;
    }

    .sticky-header #header,
    .sticky-header #header-wrap,
    .sticky-header #logo img {
        height: 50px;
    }
    .sticky-header #primary-menu ul li > a > div {
        height: 50px;
        line-height: 50px;
    }

    .sticky-header #primary-menu {
        margin-top: 0;
    }
}