#hero{
    background: #152C36;
    padding: 40px 0;
}

#hero h1{
    color: #fff;
    font-family: 'VAGRoundedLTProLight';
    font-size: 50px;
    line-height: 71px;
}

#hero p{
    color: #fff;
    font-size: 18px;
    margin: 0;
}

#hero img{
    width: 268px;
    height: 268px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: auto;
    display: block;
}

#hero .row{
    align-items: center;
}

@media(max-width:1200px){
    #hero img{
        margin: 0 auto
    }
}

#bbp-container{
    padding: 50px 0!important;
}

#bbpress-forums{
    margin-bottom: 0!important;
}

#search{
    padding: 50px 0!important;
}

#search form{
    position: relative;
    margin-left: auto;
    width: 385px;
}

#search input{
    height: 48px;
    border-radius: 52px;
    width: 385px;
}

#search form button{
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: none;
    color: #A7204F;
    height: 48px;
    width: 48px;
}

#archive .inner{
    border: 1px solid #C8C8C8;
    border-radius: 5px;
    padding: 30px;
    height: 100%;
}

#archive img{
    width: 53px;
    height: 53px;
    margin-right: 15px;
}

#archive .bbp-forum-title{
    color: #A7204F;
    text-decoration: none;
    font-family: 'VAGRoundedLTProBold';
    font-size: 18px;

}
#archive .desc{
    margin: 25px 0;
}

#archive .desc .bbp-forum-content{
    padding: 0;
    margin: 0;
    color: #333333;
    font-size: 16px;
    line-height: 22px;
}

#archive .stats{
    display: flex;
    justify-content: flex-start;
}
#archive .topics{
    width: 50%;
    text-align: center;
}
#archive .posts{
    width: 50%;
    text-align: center;
}

#archive .stats .number{
    font-family: 'VAGRoundedLTProLight';
    font-size: 16px;
    color: #333333;
    text-align: center;
}

#archive .stats p{
    font-size: 16px;
    font-family: 'VAGRoundedLTProBold';
}

#archive .last{
    display: flex;
    align-items: center;
    margin-top: 25px;
    flex-wrap: wrap;
}
#archive .last .top{
    width: 100%;
    display: flex;
}

#archive .last span{
    font-family: 'VAGRoundedLTProBold';
    font-size: 16px;
    color: #333333;
}
#archive .last .user{
    margin-top: 5px;
}
#archive .last .user span{
    color: #A7204F;
    font-size: 16px;
    font-family: 'VAGRoundedLTProLight';
}

#archive .last a{
    text-decoration: none;
}

#archive .time a,
#archive .time{
    font-family: 'VAGRoundedLTProLight';
    color: #333333;
    font-size: 16px;
}

#archive .time{
    margin-left: 6px;
}

#archive .bbp-author-avatar{
    display: none;
}

@media(max-width: 1200px){
    #search input{
        width: 100% !important;
    }
    #search form {
        width: 100%;
    }
}