header#header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
}

header#header .header-container {
    display: table;
    width: 100%;
    height: 100%;
}

header#header #logo, header#header .header-icons {
    display: table-cell;
    vertical-align: middle;
}

header#header #logo {
    padding: 0;
    clear: both;
    overflow: hidden;
}

header#header #logo a {
    display: block;
}

header#header #logo #site-title {
    margin:5px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-size: 1.5em;
    color: #E50914;
}

header#header #logo a img {
    margin: 0;
    padding: 5px;
    height:40px;
    display: block;
    width: auto;
}

header#header #logo a img#wpvs-desktop-logo {
    display: none;
}

header#header .header-icons {
    z-index: 9999;
    position: relative;
    text-align: right;
    width: 80px;
}

header#header .header-icons label {
    display: inline-block;
    vertical-align: middle;
}

header#header .header-icons label .dashicons {
    font-size: 34px;
}

@media only screen and (min-width: 768px) {
    
header#header {
    left: 0;
    width: 100%;
    margin: 0 auto;
}
    
header#header:hover {
    opacity: 1;
}

header#header #logo #site-title {
    font-size: 30px;
}
    
header#header #logo a img {
    height:50px;
}
    
header#header #logo a img#wpvs-desktop-logo {
    display: block;
}
    
header#header #logo a img#wpvs-mobile-logo {
    display: none;
}
    
}

@media only screen and (min-width: 960px) {
header#header .header-icons {
    width: 50px;
}
}