// Widget
.widget {
    margin-bottom: 30px ;
    ul{
        li{
            transition: all .35s ease;
            margin: .5rem 0 .5rem 0; 
            display: flex;
            align-items: baseline;
            &:hover{
                transform: translateX(5px);;
            }
            a{
                color: #554b28;
                &:hover{
                    color: #aa9651;
                }
            }
        }
    }
}

.fa-video-camera::before{
    font-size: 13px;
}

.widget-title{
    margin-bottom: 15px !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    color: #666666;
}

.latest_post_text h5 a {
	color: #333;
	font-size: 14px !important;
	line-height:19px;
}

ul.menu{
    li{
        transition: all .35s ease;
        &:hover{
            transform: translateX(5px);;
        }
    }
}

