/* profile posts*/
.post-data {
    width: 100%;
    margin: 3px auto;
    overflow: hidden;
}
.singleItem {
    color: #797478;
    font: 10px/1.5 Verdana, Helvetica, sans-serif;
    /*float: left;*/
    /*width: 66%;*/
    /*min-width: 30em;*/
    height: 40em;
    margin: auto!important;
}
.singleItem img {
    max-width: 50em;
    /*max-height: 40em;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.galleryItem {
    color: #797478;
    font: 10px/1.5 Verdana, Helvetica, sans-serif;
    float: left;
    width: 50%;
    max-height: 40em;
    margin:  0px;
}
.galleryItem img {
    /*width: 50%;*/
    max-width: 50em;
    /*max-height: 40em;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.clearfix {
    clear: both;
}

@media (max-width: 768px) {
    .galleryItem ,.singleItem {
        width: 100%;
    }
    .galleryItem img ,.singleItem img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .post-index {
        max-width: 100%;
        min-width: 80%;
    }
}
@media (min-width: 768px)  and (max-width: 998px){
    .galleryItem ,.singleItem {
        width: 50%;
    }
    .galleryItem img ,.singleItem img {
        /*width: 50%;*/
        max-width: 50em;
        max-height: 40em;
    }
    .post-index {
        max-width: 90%;
        min-width: 70%;
    }
}
@media (min-width: 998px){
    .post-index {
        max-width: 70%;
        min-width: 50%;
    }
}

.post-index * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    padding: 0;
    position: relative;
}
body {
    /*background-color: #6785ee;*/
    background-color: #E9EBEE;
    line-height: 1.34;
    font-family: sans-serif;
}

.post-index a {
    text-decoration: none;
    color: #385A97;
}
.status {
    margin: 11px 0;
}
.post-wrapper {
    background-color: #fff;
    /*width: 900px;*/
    margin: 10px auto 0;
    border: 1px solid #D0D1D5;
    border-top: 0;
    border-radius: 2px;
    padding: 12px;
}



.arrow {
    /*position: absolute;*/
    width: 12px;
    border: none;
    height: auto;
    /*right: 0px;*/
}

.delete-btn , .edit-btn , .more-btn{
    /*position: absolute;*/
    /*width: 12px;*/
    /*border: none;*/
    /*right: 0px;*/
    height: auto;
    float: right;
    padding: 0 10px 0 10px;
}

.name,
.date {
    margin: 0;
}

.name {
    color: #385A97;
    font-size: 15px;
    margin-bottom: 5px;
}

.date {
    font-size: 12px;
    color: #90949C;
}

.main {
    display: flex;
    justify-content: center;
    font-size: 13px;
}

.main .status {
    margin-bottom: 11px;
}

.img-content {
    width: 100%;
    height: auto;
    margin-bottom: 11px;
    border: 1px solid rgba(0, 0, 0, .1);
}


.action a {
    color: #7F7F7F;
}

.action div {
    display: inline-block;
}

.action div p:hover {
    text-decoration: underline;
}

.action div:nth-child(n + 2) {
    margin-left: 20px;
}

.like img,
.comment img,
.share img {
    display: inline-block;
    width: 18px;
    vertical-align: text-bottom;
}

.is-liked {
    color: #1787FA;
}

.like p,
.comment p,
.share p {
    display: inline-block;
}

.like img,
.comment img,
.share img {
    opacity: .2;
}

.cf:before,
.cf:after {
    content: "";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}

