header{
    position:fixed;
    top:0px;
    width:100%;
    z-index:1114;
    background: var(--primary-color);
    box-shadow:0px -5px 25px 5px rgba(0,0,0,0.75);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.header-padding h1 a.white, .header-padding h2 a.white{
    color: #fff;
}
.header-padding h1 a.black, .header-padding h2 a.black{
    color: #000;
}
header h2, header h1{
    text-align: center;
}

header h2 a, header h1 a{
    color: var(--primary-text-color-inverse);
    font-family: var(--primary-font-family);
    font-size: 22px;
    text-shadow: 1px 1px 2px #000;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu li span{
    z-index: 111;
}

.header-padding{
    background: transparent !important;
    box-shadow:none;
}

/* header.header-padding .logo{
    padding: 0px;
} */

header .logo{
    padding: 5px 0px;
}

.logo{
    max-height: 70px;
    max-width: 170px;
    width:auto;
}

header .opacity-dark{
    background: rgba(0,0,0,.80);
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.header-padding .opacity-dark{
    background: transparent;
}

header a{
    font-family: var(--primary-font-family);
    color: var(--primary-color);
}

header a:hover{
    color: var(--primary-text-color-inverse);
}

.test-site{
    min-height: 24px;
}

.test-site small{
    font-size: 11px;
}

@media screen and (max-width: 991px){
    header h1 a{
        /* color: var(--primary-text-color); */
        margin: 0px;
        font-size: 30px;
    }

    header .logo{
        padding: 0;
    }

    .logo{
        max-height: 42px;
    }
}
@media only screen and (max-width: 321px){

    header h1 a{
        font-size: 26px;
    }

}

