/**
Theme Name: BYTES Neve
Template: neve
*/

/*style the (custom) footer */
#bytes-footer {
    padding: 10px;
    background-color: #14171C;
    color: #ededed;
}

/* style the (custom) footer menu */
.bytes-footer-menu {
    width:100%;
    margin-top:-28px;
}

.bytes-footer-menu ul{
    list-style-type: none;
    text-align: right;
}

.bytes-footer-menu ul li{
    text-decoration: none;
}

.bytes-footer-menu ul li a{
    text-decoration: none;
    color: #ededed;
}

.bytes-footer-menu ul li a:hover{
    color: #FCAF3B;
}

/* extend the footer style for desktop-like resolution */
@media screen and (min-width:1025px){
    .bytes-footer-menu ul li{
        float:right;
        margin-left: 10px;
        overflow: none;

        /* add the pipe separator */
        display: inline;
        padding-left: 10px;
        border-left: solid 1px white;
    }

    .bytes-footer-menu ul li:last-child{ /* do not show the pipe for the last item; the items are sorted desc */
        border-left: none;
        padding:0px
    }
}

/* custom design classes */
.bytes-ul-boxed{
    margin-left: 30px;
    margin-right: 30px;
}

.bytes-box-black{
    background-color: #14171C;
    border: solid black 1px;
    border-top-right-radius: 15px;
    padding: 30px;
    color: #ffffff;
}

.bytes-box-black ul{
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 25px;
}