/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

html, body, .box-container {
    width: 100%;
}


.onepage-pagination {
    display: none;
}

@media (max-width: 1063px) {
    #monk-sidenav {
        display: none!important;
    }
}


    

    .imagehover { 
        overflow: hidden 
    }

    .imagehover .icon-box-icon {
        transition: all ease-in-out .3s;
    }

    .imagehover .icon-box-icon:hover {
        transform: scale(1.1);
    }

    .imagehover img {
        transition: all ease-in-out .3s;
    }

    .imagehover img:hover {
        transform: scale(1.1);
    }

    .imagehover .background-inner {
        transition: all ease-in-out .3s;
    }

    .imagehover .background-inner:hover {
        transform: scale(1.1);
    }

    .text-link-hover {
        font-weight: bold!important;
        background-image: linear-gradient(120deg, #cce6e3  0%, #a8d4d0  100%);
        background-repeat: no-repeat;
        background-size: 100% 0.2em;
        background-position: 0 88%;
        transition: background-size 0.25s ease-in!important;
    }
    
    .text-link-hover:hover {
        background-size: 100% 88%;
    }
    

#monk-sidenav {
    position: fixed;
    width: 75px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

#monk-sidenav:hover {
    width: 300px;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0));
    transition-duration: 400ms;
    transition-timing-function: linear;
}

.monk-sidenav-hoverclass {
    width: 300px!important;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0));
}

#sidenav-ul {
    transform: translateY(50%);
    position: absolute;
    bottom: 50%;
    padding-left: 30px;
}

.sidenav-li {
    border-left: 5px solid grey;
    margin-bottom: 5px;
    height: 5px;
    transition: 0.4s;
}

.sidenav-li-activated {
    line-height: 21px;
    font-size: 14px;
    font-weight: bold;
    height:21px;
    padding-left: 5px;
}

.sidenav-li-activated:hover {
    line-height: 21px;
    font-size: 14px;
    font-weight: bold;
    height:21px;
    border-left: 5px solid rgba(255, 255, 255, 1);
}

.sidenav-a {
    display: none;
    opacity: 0;
}

.sidenav-a-activated {
    display: block;
    line-height: 21px;
    font-size: 14px;
    font-weight: bold;
    height:21px;
    color: rgba(255, 255, 255, 0.7);
    opacity: 0.9;
}

.sidenav-a-activated:hover {
    line-height: 21px;
    font-size: 14px;
    font-weight: bold;
    height: 21px;
    color: white;
    text-shadow: grey;
}

.sidenav-li-current {
    line-height: 36px!important;
    font-size: 20px!important;
    height: 36px!important;
}

.sidenav-li-current:hover {
    line-height: 36px!important;
    font-size: 20px!important;
    height: 36px!important;
}

.sidenav-a-current {
    line-height: 36px!important;
    font-size: 20px!important;
    height: 36px!important;
}

.sidenav-a-current:hover {
    line-height: 36px!important;
    font-size: 20px!important;
    height: 36px!important;
}

.sidenav-a-activated-short {
    color: grey;
}


