/* =========================
SIDEBAR
========================= */

.tn-sidebar{
width:25%;
}

.tn-sticky-sidebar{
position:sticky;
position:-webkit-sticky;
top:20px;
background:#ffffff;
border:1px solid #e2e8f0;
border-radius:12px;
padding:20px;
}

.tn-sticky-sidebar h3{
font-size:22px;
margin-bottom:20px;
}

.tn-sticky-sidebar ul{
list-style:none;
}

.tn-sticky-sidebar li{
padding:12px 0;
border-bottom:1px solid #e2e8f0;
}

.tn-sticky-sidebar li:last-child{
border-bottom:none;
}

.tn-sticky-sidebar a{
font-size:15px;
line-height:1.6;
transition:.2s ease;
}

.tn-sticky-sidebar a:hover

@media(max-width:992px){


.tn-sidebar{
    width:100%;
    margin-top:30px;
}

.tn-sticky-sidebar{
    position:relative;
    top:auto;
}


}
