header a.logo img {
    max-height: 50px;
}

header .logo-right img {
    max-height: 50px;
}

.footer-logo {
    max-height: 50px;
}

.kt-brush {
    position: relative;
    z-index: 1;
}

.kt-brush:after {
    content: "";
    background-repeat: no-repeat;
    background-position: top;
    display: inline-block;
    position: absolute;
}

.kt-brush.kt-brush-style-1:after {
    background-image: url('../../uploads/brushes/style-1.png');
    width: 215px;
    height: 75px;
    top: 10px;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.5;
}

.kt-brush.kt-brush-style-2:after {
    background-image: url('../../uploads/brushes/style-2.png');
    width: 196px;
    height: 125px;
    top: 15px;
    right: 0;
    z-index: -1;
    opacity: 0.5;
}

.kt-brush.kt-brush-style-3:after {
    background-image: url('../../uploads/brushes/style-3.png');
    width: 144px;
    height: 100px;
    top: -40px;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.5;
    margin: 0 auto;
}

.kt-brush.kt-brush-style-4:after {
    background-image: url('../../uploads/brushes/style-4.png');
    width: 326px;
    height: 100px;
    top: 0;
    left: -100px;
    z-index: -1;
    opacity: 0.5;
}

.kt-brush.kt-brush-style-5:after {
    background-image: url('../../uploads/brushes/style-5.png');
    width: 120px;
    height: 66px;
    top: -10px;
    left: -25px;
    right: 0;
    z-index: -1;
}

.text-center .kt-brush:after {
    margin: 0 auto;
}

/* font-size */
.fs-7 {
    font-size: 0.9rem !important;
}

.fs-8 {
    font-size: 0.825rem !important;
}

.fs-9 {
    font-size: 0.75rem !important;
}

header nav .row > div:first-child {
    flex: initial;
}

.header-social-icon a i,
.header-searchbar a i {
    margin: 0 5px;
}

header nav .navbar-nav > li > a {
    margin: 0 15px;
}

@media (min-width: 1351px) and (max-width: 1440px) {
    header nav .navbar-nav > li > a {
        margin: 0 8px;
    }
}

@media (min-width: 992px) and (max-width: 1350px) {
    nav.navbar.navbar-default ul.nav > li > a {
        padding: 15px 0 !important;
    }
}

.mfp-figure:after {
    background: transparent;
}

header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li > a,
header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a {
    padding: 26px 0 26px;
}
