.nav a:hover,.nav  a:focus, .nav a:active, .nav a.active{
    color: rgb(29, 161, 242);
}
.main-feed{
    max-width: 750px;
    margin: 0 auto;
}
.theme-layout .topbar {
    background: white;
    border-bottom: solid rgb(29, 161, 242);
}
.top-area{
    width: auto;

}
.toparea-user{
    top: 2px;
    background-color: rgb(29, 161, 242);
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    right: 0;
}
.user-setting{
    left: 20px;
}
.top-area > ul{
    padding-top: 0px;
}
.top-area > ul > li > a {
    color: white;
    font-size: 1.3rem;
}

.toptab_addstory {
    border-radius: 50%;
    color: white;
    border: 1px solid;
}
.toptab_addstory:hover{
    color: #eee;
}
.side-panel {
    height:fit-content; width: 280px;border-radius: 10px;
}
.widget-user-image img {
    background: #ffffff;
}
.username {
    text-transform: capitalize;
}
.user-post figure img,.user-post .comet-avatar img,.new-postbox figure img {
    border: 2px solid whitesmoke;
    width: 35px;
}
#product-tab a img {
    width: 40px;
    height: 40px;
}
#product-tab a p {
    font-size: 15px;
    padding-top: 5px;
    margin-bottom: 0px;
}
#product-tab .product {
    padding: 10px 5px 10px 5px;
    border-radius: 10px;
}
#product-tab .product:hover {
    background-color: aliceblue;
}
.user-setting {
    width: 170px;
}
.top-area > span.main-menu {
    margin-right : 50px
}
.attachments {
    border: 1px solid #eee;
    display: block;
    padding: 10px;
    text-align: right;
    border-top: 0;
    background: #fff;
}     
.friend-box {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    border: 1px solid #ede9e9;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}         
.friend-box > figure {
    margin: 0;
    position: relative;
}  
.friend-box > figure::before {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 4px;
}
.friend-box > figure img {
    display: inline-block;
    width: 100%;
    height: 100px;
    filter: blur(4px);
    border-radius: 4px;
}
.friend-box > figure > span {
    bottom: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    right: 10px;
}
.frnd-meta {
    display: inline-block;
    padding: 0 15px 20px;
    position: relative;
    width: 100%;
}
.frnd-meta > img {
    border: 2px solid #fff;
    border-radius: 100%;
    display: inline-block;
    margin-top: -40px;
    position: relative;
    vertical-align: middle;
    z-index: 2;
    width: 60px;
    height: 60px;
}
.frnd-name {
    display: inline-block;
    left: 100px;
    position: absolute;
    text-align: left;
    top: 10px;
}
.frnd-name > a {
    color: #313345;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    transition: all 0.2s linear 0s;
}
.frnd-name > span {
    display: inline-block;
    font-size: 12px;
}
.frnd-info {
    display: inline-block;
    list-style: outside none none;
    margin: 30px 0;
    padding: 0;
    width: 100%;
}
.frnd-info > li {
    display: inline-block;
    font-size: 13px;
    padding: 2px 0;
    width: 100%;
}
.frnd-info > li span {
    color: #515365;
    display: inline-block;
    font-weight: 500;
    vertical-align: middle;
    width: 65px;
}
.top-search form input, .mh-head .mh-form input{
    border: 1px solid rgb(29, 161, 242);
    color: #515365;
}
.top-search form input::placeholder,  .mh-head .mh-form input::placeholder{
    color: #515365;
}
.top-search form button i{
    color: #515365;
}
.mh-head a{
    color: #515365;
}
.suggest_app_img{
    width: 60px;
    height: 60px;
}
.sugtd-frnd-meta a {
    font-size: 11px;
}
@media screen and (max-width: 1024px) {

}