/*
Theme Name: Albany Pride 2021
Theme URI: http://www.albanypride.com.au
Author: Tiger Bird
Author URI: http://www.tiger-bird.com
Description: The new Albany Pride site with accessibility
Version: 2020.11.27
License: Copyright
License URI: 
Tags:
Text Domain: albanypride2021
*/

.pride-thefloatingmenu {
    height:0;
    overflow:hidden;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    transition:all 0.5s;
        background:var(--colour30);
    display:flex;
    justify-content:space-between;
    z-index:1000;
}


.pride-thefloatingmenu-thelogo {
    width:15.1vmin;
    height:100%;
    background-position:center center !important;

}
.pride-thefloatingmenu-icons > div {
    display:flex;
    align-items:center;
    justify-content:center;
    padding:1vmin;
    cursor:pointer;
    transition:all 0.5s;
}

.pride-thefloatingmenu-icons > div:hover {
    background:var(--colour0) !important;
    color:var(--colour85) !important;
}

.float-desc {
    margin-left:2vmin;
}

.pride-thefloatingmenu-icons > div:nth-of-type(odd) {
    background:var(--colour20);
    color:var(--colour90);
}
.pride-thefloatingmenu-icons > div:nth-of-type(even) {
    background:var(--colour10);
    color:var(--colour70);
}

.pride-thefloatingmenu-icons {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}