header a.brand,
header nav,
header ul,
header ul li {
    float: left;
}
header:after {
    content: "";
    display: block;
    clear: both;
}
header {
    overflow: hidden;
    background-color: white;
}
body.home header.top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: transparent;
    border: none;
}
#fantagio.home header.top hr.focus {
    border-color: #333;
}
header .full.container:after {
    content: "";
    display: block;
    clear: both;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    z-index: 100;
    transition: height 0.8s;
    border-bottom: 1px solid #ddd;
}
body.customize-support header.top {
    top: 32px;
}
header.grow, header.sticky.show.grow {
    height: 8.125rem;
}
header.sticky {
    height: 0;
}
header.sticky.show {
    position: fixed;
    height: 5rem;
}
body.customize-support header.sticky {
    top: 32px;
}
header a.brand {
    display: inline-block;
    margin-right: 11.25rem;
    margin-top: 1rem;
    width: 7.5rem;
    height: 2.8125rem;
    background-image: url(/wp-content/themes/fantagio/assets/images/common/logos/logo-fantagio-gray.png);
    background-repeat: no-repeat;
}
body.home header.top a.brand {
    background-image: url(/wp-content/themes/fantagio/assets/images/common/logos/logo-fantagio-white.png);
}
#fantagio.home header.top a.brand {
    background-image: url(/wp-content/themes/fantagio/assets/images/common/logos/logo-fantagio-gray.png);
}
#fantagio.home header.top .full.container hr {
    display: none;
}
#fantagio.home header.top hr {
    border-color: white;
}
