header.top > nav > ul li.custom-menu::before {
    /* height: 110px; */
    /* width: 110px; */
    /* bottom: -126px;   */

    height: 100px;
    width: 100px;
    bottom: -114px;
    
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    border: none;
}
header.top > nav > ul li.custom-menu:hover::before {
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;  														
}
header.top > nav > ul li.custom-menu span {
    display: block;
}
header.top > nav > ul li.custom-menu span.subtitle {
    font-size: 12px;
    font-weight: bold;
}
header.top > nav > ul li.wpk::before {    
    background-image: url(https://fundacjawezel.pl/assets/brand/wpk-logo.png);    
}
header.top > nav > ul li.wpk:hover::before {
    background-image: url(https://fundacjawezel.pl/assets/brand/wpk-logo.png);
}
header.top > nav > ul li.polonia::before {
    background-size: 95px;    
    background-image: url(https://fundacjawezel.pl/assets/brand/polonia-menu-logo.png);
}
header.top > nav > ul li.polonia:hover::before {
    background-size: 95px;    
    background-image: url(https://fundacjawezel.pl/assets/brand/polonia-menu-logo.png);
}


body:not(.is-xs) header.top > nav > ul {
    height: 100px;
    display: flex;
    align-items: flex-end;
}
body:not(.is-xs) header.top > nav > ul li {
    max-width: 160px;
    text-align: center;
}
body:not(.is-xs) header.top > nav > ul::before {
    height: 75px;
}
body:not(.is-xs) header.top > nav > ul::after {
    top: -15px;
}


body:not(.is-xs) header.top > nav > ul li {
    max-width: 160px;
    text-align: center;
    transition: transform 0.6s ease;
}
body:not(.is-xs) header.top > nav > ul li::before {
    transition: transform 0.6s ease;
}
body:not(.is-xs) header.top > nav > ul li:hover {
    transform: translateY(-5px);
}

.is-md header.top nav > ul {
  padding-left: 20px; 
}
.is-md header.top nav > ul li a {
    padding-left: 10px;
    padding-right: 10px; 
}
.is-md .page::before {
    top: 105px;
    left: 19px;
}
.is-md .page::after {
    top: 115px;
    left: 18px;
}

/* body:not(.is-xs) header.top > nav > ul li:hover::before {
    transform: translateY(-5px);
} */


/* header.top > nav > ul li.wpk::before {
    height: 110px;
    width: 110px;
    bottom: -126px;    
    background-image: url(https://fundacjawezel.pl/assets/brand/wpk-logo.png);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    border: none;
}
header.top > nav > ul li.wpk:hover::before {
    background: url(https://fundacjawezel.pl/assets/brand/wpk-logo.png);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;  														
}
header.top > nav > ul li.polonia::before {
    height: 110px;
    width: 110px;
    bottom: -126px;    
    background-image: url(https://fundacjawezel.pl/assets/brand/polonia-menu-logo.png);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
}
header.top > nav > ul li.polonia:hover::before {
    background: url(https://fundacjawezel.pl/assets/brand/polonia-menu-logo.png);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;  							
} */