.media-container {
    /*background-image: url('../images/logo_bg.png');*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
}
.textarea-container {
  position: relative;
}
.textarea-container textarea {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.textarea-container button {
  position: absolute;
  bottom: 0;
  right: 0;
}
#imggg{
    width:30px;
    padding:0px;
    margin-top:0px !important;
    border-radius:50%;
}
#txt{
    color :#d9d5d5;
    background: #313131;
    min-height:100px;
    text-align:justify;
}
#txt:focus {
    border-color: #d9cfcf;
}
#txt:-webkit-autofill,
#txt:-webkit-autofill:hover,
#txt:-webkit-autofill:focus,
#txt:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #313131 inset !important;
    -webkit-text-fill-color: #d9d5d5;
     transition: background-color 5000s ease-in-out 0s;
}
.likebtn-wrapper .lb-share-active .lb-a .lb-tt.lb-share-tt{    left: -77777.5px !important;
}
#views{
    margin-top: 30px;
    margin-bottom: 30px;
    float:right;
}
#viewslike{
    margin-top: 30px;
    margin-bottom: 30px;

}
#eye{
    margin-right: 10px;
    margin-left: 10px;
}
.direction-rtl #views{
float: left;

}
.direction-rtl #eye{
    float: left;

}
#addcomment{
    margin-top: 15px !important;
    margin-bottom: 15px !important;

}
#send{
    margin-top: 30px !important;
    margin-bottom: 15px !important;
    text-align:center;
    color: #fff;
    background-color: #c31924;
    border-color: #c31924;
    border-radius:5px !important;
    font-size: 18px;
}
#send:hover{
    margin-top: 30px !important;
    margin-bottom: 15px !important;
    color: #fff;
    text-align:center;
    background-color: #c31924;
    border-color: #c31924;
    border-radius:5px !important;
    font-size: 18px;
}
#comment{
    background:#464646;
    color:#fff;
    min-width:100%;
    max-width:100%;
    height:100px;
    font-size:14px;
}
#img{
  width:50px;
    padding:0px;
    margin-top:0px !important;
    border-radius:50%;
}
#date{
    /*padding-left:320px;*/
 /*padding-left: 100% !important;*/
/*text-align:right;*/

}
.direction-rtl #date{
    float: left;
}
#author{
     padding-left:10px;
     font-size:16px;
}

.media-container h1 {
    margin: 35px 0;
    font-size: 35px;
    margin-top: 10% !important;
}

.media-container .media-details {
    /*background: #1C1C1C;*/
    padding: 15px 0;
}


.media-container .card-container {
    background: #303030;
    border-radius: 5px;
    padding: 10px 25px;
    height: 100%;
}

.media-container .card-container2 {
    background: #303030;
    border-radius: 5px;
    padding: 10px 25px;
    height: 100%;
}


.media-container .similar-post {
    background: #464646;
    border-radius: 5px;
    padding: 10px 25px;
}
.title-h4{
    font-size:1.600em !important;
}
.similar-h4{
  font-size:1.400em !important;
}
.media-info {
    list-style: none;
    padding: 0 !important;
}

.media-info li img {
    margin-bottom: 5px;
}

.media-info li {
    text-align: center;
    margin-bottom: 40px;
}

.media-categories {
    padding-top: 10%;
    padding-bottom: 50px;
}

.category-item {
    background-color: #1C1C1C;
    text-align: center;
    border-radius: 5px;
}
.category-item.active {
    background-color: #313131;
}

.category-item a {
    font-size: 28px;
    line-height: 1.8em;
}

.media-details .col-md-4 {
    padding: 5px;
}

.media-details .media-item img {
    padding-bottom: 10px;
    border-radius: 5px;
}

.media-item-info {
    font-size: 12px;
    margin-top: 8px;
    color: #DBDBDB;
}

.media-item-info .media-item-date {
    float: right;
}

.share-post {
    padding: 0 !important;
}

.share-post li {
    display:inline;
    margin-right: 20px;
}

.share-post li i {
    font-size: 32px;
}

.direction-rtl .media-item-author {
    float: left;
}
