
.wall {
  margin-bottom: 1em;
  width: 70%;
  margin: auto;
  padding-top: 1em;
  max-width: 550px;

  padding-bottom: 2em;
  padding-top: 2em;
  background-color: rgba(var(--b3f,250,250,250),1);

  background-color: transparent;
}

.post {
  border: 1px solid white;
  padding: 1em;
  margin: 1em;
}

.report-post {
    /* border: 1px solid red; */
    /* position: relative; */
    background: black;
    border: 1px solid grey;
    text-align: left;
    color: black;
    font-size: .8em;
    /*position: absolute;*/
    z-index: 99;
    right: 0;
    top: 68px;
    width: 100%;/*536px;*/
    height: auto;
    color: white;
    display: none;
    margin-top:2em;
}

.report-wrapper {
    padding: 20px;
}

.report-close {
    background: white;
    border: 1px solid white;
    color: white;
    font-size: 1em;
    font-weight: bold;
    padding: 5px;
    width: 20px;
    height: 20px;
    float: right;
    text-align: center;
    cursor: pointer;
    color: black;
}

.report-close:hover {
    background: black;
    color: white;
}

.report-header {
    font-size: 1.6em;
    text-align: center;
}

.report-reason {
    font-size: 1.25em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.report-options {

}

.report-btn {
  background: black;
  color: white;
  font-size: 1.25em;
  padding-left: 10px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid white;
  margin-bottom: 7px;
}

.report-btn:hover {
  background: rgb(19, 203, 160);
  border: 1px solid rgb(19, 203, 160);
}



.post-comments {
    color: black;
    width: fit-content;
    padding: 5px;
}

.post-comment-stamp {
  color: rgba(0, 0, 0, 0.41);
  /* display: -webkit-inline-box; */
  /* border: 1px solid red; */
  width: 100%;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: .2px;
  /* padding: 10px; */
  padding-top: 0px;
  text-transform: uppercase;
  margin-left: 6px;
}

.post-comment-user {
    text-transform: capitalize;
}

.post-comment-box {
  text-align: left;
  font-size: 13px;

}

.post-comment-box::first-letter {
  text-transform: capitalize;
}

.post-comment {
    height: 50px;
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}

.post-comment-block a {
    color: rgba(47, 156, 184, 1) !important;
    text-decoration: none !important;
}

.post-comment-block a:hover {
    text-decoration: underline !important;
}

.post-comment-profile {
    height: 50px;
    width: 100px;
    border-radius: 50%;
    background-image: url("images/photo-square.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0;
    cursor: pointer;
    max-width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 9px;
    /* margin: auto; */
    border: none;
    z-index: 1;
    /* position: relative; */
    background-color: #f0f1f5;
    /* display: inline-block; */
    margin-left: 5px;
}

.post-comment-block {
  height: 50px;
  width: auto;
  margin-left: 10px;
  text-align: left;
  margin-top: 4px;
}

.post-comment-photo {
    height: 50px;
    width: 50px;
    border-radius: 50px;
}




.no-select, .btn, .tab {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.changeBg {
  /* border: 1px solid white; */
  width: 129px;
  height: 30px;
  /* position: initial; */
  /* display: inline-block; */
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #d13038;
  /* position: absolute; */
  /* display: block; */
  top: 10px;
  right: 15px;
  color: white;
  opacity: 1;
  z-index: 999999998;
  position: relative;
  border-radius: 4px;
    font-size: 1.7em;
}

.changeBg:hover {
  background-color: black;
}



.bgCameraIcon {
  background-image: url("images/icons/camera-fill.png");
  background-position: center;
  display: block;
  width: 29px;
  height: 24px;
  -moz-border-radius: 20px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position-x: 7.5px;
  background-position-y: 5px;
  /* height: 40px; */
  /* display: -webkit-box; */
  float: left;
  position: absolute;
}

.changeBgText {
  float: right;
  width: 96px;
  height: 34px;
  display: -webkit-inline-box;
  font-size: .5em;
  line-height: 23px;
  padding-top: 3px;
  text-align: center;
  font-weight: normal;
}


.content-block {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(64, 92, 201, 0);
    max-width: 1300px;
    margin: auto;
}






.connect-social {
    background: white;
    padding: 20px;
    margin-top: 20px;
}

 .connect-social .head {
    color: #343538;
    font-size: 1em;
     font-weight: 400;
}


.followers-block {
    background: white;
    padding: 20px;
    border: 1px solid #e4e9ec;
}

.dots, .dots:before, .dots:after {
    width: 8px;
    height: 8px;
    background: #c0c5d8;
    border-radius: 50%;
    left: -15px;
}
.dots{
    margin: 0 auto;
    position: relative;
    display: inline-block;
}
.dots:before {
    content: '';
    position: absolute;
    left: 15px;
}
.dots:after {
    content: '';
    position: absolute;
    right: 15px;
}

 .followers-block .menu {
    /*
     background: white;

    padding: 20px;
    padding: 20px;
    border: 1px solid #e4e9ec;
     */
     color: #c0c5d8;
     font-size: 3em;
     font-weight: 400;
     width: 50px;
    display: inline-block;
    height: 10px;
    line-height: 1px;
    text-align: -webkit-right;
    float: right;
      cursor: pointer;
}

    .dots:hover, .dots:hover::before, .dots:hover::after {
        background: #a5aabd;
    }

    .followers-block .head {
    color: #343538;
    font-size: 1em;
     font-weight: 400;
        display: inline-block;
    height: 27px;
    line-height: 27px;


}

.connect-social .btns {
    height: 29px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    border-radius: 3px;
    font-size: .85em;
    color: white;
    line-height: 29px;
    cursor: pointer;
}

.connect-social .fb-btn {
    background: #405cc9;
}
.connect-social .twit-btn {
    background: #38bff1;
}
.connect-social .yt-btn {
    background: #cd201f;
}
.connect-social .insta-btn {
    background: #cd201f;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

    /*
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    */
}


.content-left {
 flex: 20%;
padding: 20px;
min-width: 230px;
max-width: 273px;
}

.content-mid {
   background-color: #edf2f6;
    flex: 50%;
    padding: 20px;
}

.content-right {
flex: 20%;
padding: 20px;
min-width: 230px;
max-width: 273px;
}

.user-details {
  color: #405cc9;
  text-align: left;
}

.full-name {
  font-size: 30px;
}

.user-type {
  font-size: 15px;
    margin-top: -5px;
}

.post-block .post-profile {
  border-radius: 50%;
  background-image: url("images/photo-square.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0;
  cursor: pointer;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  margin-right: 0;
  margin-left: 0;
  margin-top: 9px;
  /* margin: auto; */
  border: none;
  z-index: 1;
  /* position: relative; */
  background-color: #f0f1f5;
  /* display: inline-block; */
  margin-left: 5px;
}

.post-status {
    margin-bottom: 2em;
    border: 1px solid rgba(var(--b6a,219,219,219),1);
}

.post-shell {
  position: relative;
}

.post-del {
  cursor: pointer;
  border-bottom: 1px solid black;
}

.post-options {
  background: white;
  border: 1px solid grey;
  height: auto;
  /* width: 100px; */
  text-align: left;
  color: black;
  font-size: .8em;
  position: absolute;
  z-index: 99999999999999;
  right: 0;
  top: 0;
  display: none;
}

.post-close {
  position: relative;
  border-bottom: 1px solid black;
  width: 100%;
  text-align: -webkit-center;
  cursor: pointer;
}

.post-close:hover {
  background: black;
  color: white;
}

.post-options-btn {
  padding: 10px;
  cursor: pointer;
}

.post-options-btn:hover {
  padding: 10px;
  cursor: pointer;
  background: black;
  color:white;
}

.post-msg .post-profile-shell {
  /*
    margin-left: -10px;
    */
}

.post-msg .post-profile {
border-radius: 50%;
background-image: url("../images/profileWelcome.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
margin-right: 0;
cursor: pointer;
width: 2.5em;
height: 2.5em;
border-radius: 50%;
margin-right: 0;
margin-left: 0;
margin-top: 14px;
margin: auto;
border: none;
position: relative;
display: inline-block;
margin-right:.5em;
background-color: rgba(0, 0, 0, 0.31);
}

.profilePhoto {
  border-radius: 50%;
  box-shadow: 0 0 0 3px white;
  background-image: url("images/profileWelcome.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0;
  cursor: pointer;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  margin-right: 0;
  margin-left: 0;
  margin-top: 14px;
  margin: auto;
  border: none;
  position: relative;
  background-color: #405cc9;
}

.cameraShell {
  background-color: #d13038;
  height: 45px;
  width: 45px;
  text-align: -webkit-center;
  border-radius: 50%;
  border: 2px solid #d13038;
}

.cameraIcon {
  background-image: url("images/icons/camera-fill.png");
  background-position: center;
  display: block;
  width: 50px;
  height: 50px;
  -moz-border-radius: 20px;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position-x: 8px;
  background-position-y: 7px;
}

.profileBlock {
background-color: white;
height: 134px;
/* width: 200px; */
padding-top: 1px;
margin-top: -21px;
height: 153px;
max-width: 179px;
margin: auto;
min-width: 180px;
max-width: 273px;
width: 100%;
}

.profile-shell {
margin: auto;
margin-bottom: 2em;
cursor: pointer;
margin-top: -72px;
}

.profileStats {
  height: auto;
  width: auto;
  margin-top: -20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-left: 15px;
padding-right: 15px;
}

.followBlock {
  width: 99px;
    width: 79px;
}


.followers {
  float: right;
}

.followTxt{
    height: 20px;
    width: 100%;
    text-align: center;
    color: black;
  }

.txt {
  opacity: .5;
}

.amt{
opacity: .9;
}

@media (max-width: 900px) {

    .profileStats {
      padding-left: 14px;
      padding-right: 14px;
      /* font-size: 15px; */
      /* display: -webkit-box; */
      /* display: list-item; */
    }

    .txt {
    font-size: 15px;
    }
}


@media (max-width: 820px) {
  .content-left, .content-mid, .content-right{
    flex: 100%;
      max-width: 100%;
      min-width: 100%;
  }

    .connect-social {
        display: none;
    }

    .content-right .connect-social {
        display: block;
    }
}

    @media (max-width: 1300px) {
        header {

            left: 0;
        }
    }

    @media (max-width: 1350px) {
        .content-block {
            border-left: 1px solid rgba(64, 92, 201, 0);
            border-right: 1px solid rgba(64, 92, 201, 0);
        }
    }

    .post-status {
        background: white;
        height: auto;
    }

    .status-actions .icon {
        width: 30px;
        height: 30px;
        border: 1px solid red;
        display: inline-block;
        margin-right: 11px;
    }

    .post-status-wrap {
      width: auto;
      height: 30px;
      line-height: 30px;
      text-align: center;
      cursor: pointer;
      display: inline-block;
      float: right;
      margin: auto 0;
      text-align: center;
    }

    .post-status-btn {
        width: 106px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: white;
        background: black;
        border-radius: 4px;
        font-size: .9em;
        font-weight: normal;
        cursor: pointer;
        display: inline-block;
        line-height: 30px;
        /* margin-top: -40px; */

        height: 30px;
        width: 100px;
        background: black;
        float: right;
        width: 106px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: white;
        border-radius: 4px;
        font-size: .9em;
        font-weight: normal;
        cursor: pointer;
        display: inline-block;
        line-height: 30px;
        font-style: normal;
        /* font-weight: 800; */
        /* font-family: Andale Mono; */
        /* letter-spacing: normal; */
        text-transform: none;
        /* font-family: sans-serif !important; */
        letter-spacing: normal;

        width: 68px;
padding-left: 10px;
padding-right: 10px;
    }

    .post-status button:disable:enabled{
        color: rgba(128, 128, 128, 0.39);
    }

    .post-status button:hover:enabled{

        background: #db0000;
        color: rgb(255, 255, 255);
        border: 1px solid #db0000;
        font-weight: 540;
    }
    .post-status button:active:enabled{
        /*color: #0095f6;*/
    }

    .post-status button:active:disabled{
        color: rgba(128, 128, 128, 0.39);
    }

    .post-status button:hover:disabled{
        /*background: #535353;
        color: rgb(201, 201, 201);*/
        color: #fff;

        letter-spacing: normal;
border: 1px solid rgb(204, 204, 204);
background-color: transparent;
color: rgb(158, 158, 158);
    }

    .enable-status {
      height: 30px;
      width: 100px;
      background: black;
      float: right;
      width: 106px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      color: white;
      border-radius: 4px;
      font-size: .9em;
      font-weight: normal;
      cursor: pointer;
      display: inline-block;
      line-height: 30px;
      font-style: normal;
      /* font-weight: 800; */
      /* font-family: Andale Mono; */
      /* letter-spacing: normal; */
      text-transform: none;
      /* font-family: sans-serif !important; */
      letter-spacing: normal;

      width: 68px;
padding-left: 10px;
padding-right: 10px;
    }

    .disable-status {

        height: 30px;
        width: 100px;
        background: grey;
        float: right;
        width: 106px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: white;
        border-radius: 4px;
        font-size: .9em;
        font-weight: normal;
        cursor: pointer;
        display: inline-block;
        line-height: 30px;
        font-style: normal;
        /* font-weight: 800; */
        /* font-family: Andale Mono; */
        /* letter-spacing: normal; */
        text-transform: none;
        /* font-family: sans-serif !important; */
        letter-spacing: normal;


        letter-spacing: normal;
border: 1px solid rgb(204, 204, 204);
background-color: transparent;
color: rgb(158, 158, 158);

width: 68px;
padding-left: 10px;
padding-right: 10px;

    }

    /*
    .post-status-btn:hover {
      background: #1fc8db;
    }
    */

    .status-actions {
        /* padding: 20px; */
height: 30px;
/* width: 270px; */
display: -webkit-inline-flex;
padding: 20px;
margin-bottom: 30px;
    }

    .post-status-btn:hover {
        background: black;
    }



    .post-status .tabs{
        border: 1px solid #e4e9ec;
    }

    .tabs .tab {
        display: inline-block;
border-right: 1px solid #e4e9ec;
padding: 10px;
padding-right: 20px;
padding-left: 20px;
padding-top: 18px;
        cursor: pointer;
    }


    .post-status .post-actions{

    }

    .post-actions .btns {
        display: inline-block;
padding: 10px;
padding-right: 20px;
padding-left: 20px;
padding-top: 18px;
    }

    .btns .icon {
        display: inline-block;
        height: 22px;
        width: 20px;
        /* background: red; */
        border: 1px solid black;
    }

    .post-status2 {

        /*
            width: 106px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            color: white;
            background: #ff5d3a;
            border-radius: 4px;
            font-size: .9em;
            font-weight: normal;
            cursor: pointer;
            display: inline-block;
            line-height: 30px;
        */

        /*
        display: inline-block;
        height: 22px;
        width: 20px;
        border: 1px solid black;
        */

        display: inline-block;
        border-right: 1px solid #e4e9ec;
        padding: 10px;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 18px;


        line-height: 30px;
        text-align: center;
        color: white;
        background: #ff5d3a;
        border-radius: 4px;
        font-size: .9em;
        font-weight: normal;
        cursor: pointer;

        line-height: 30px;
    }

    .tab .icon {
        display: inline-block;
        height: 22px;
        width: 20px;
        /* background: red; */
    }

    .tab .text {
        display: inline-block;
        line-height: 20px;
        vertical-align: 5px;
        font-size: 13px;
    }

    .post-status-guide {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
    }

    .post-block {
      /* margin-top: 1em; */
      background: white;
      border: 1px solid rgba(var(--b6a,219,219,219),1);
      font-size: 14px;
      margin-top: 1.4em;
    }

    .post-block .tstamp {
        margin-top: -5px;
        color: #a6a6a6;
        font-size: 13px;
    }

    .post-block .post-loc {
        margin-top: 0px;
        color: #a6a6a6;
        font-size: 13px;
        color: rgba(var(--i1d,38,38,38),1);
        font-size: 12px;
        line-height: 15px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .post-block .post-body {
        color: #a6a6a6;
        font-size: 13px;
        margin-top: 2em;

        color: #a6a6a6;
font-size: 1em;
margin-top: 2em;
text-align: -webkit-left;
margin-left: 1em;
margin-right: 1em;
margin-bottom: 1em;
color: black;

    }

    .post-block .post-body::first-letter {
  text-transform: capitalize;
}

    .post-block .post-profile-shell {
        -ms-flex: 1;
        flex: 1;
        max-width: 50px;
        /* margin-right: .5em; */
        margin-right: -8px;
    }

    .post-block .post-user {
      text-align: -webkit-center;
      /* width: 100%; */
      /* height: auto; */
      display: flex;
      justify-content: left;
      text-align: -webkit-left;
      margin-bottom: -16px;
      padding-left: 10px;

      display: flex;
      width: 100%;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .post-block .usern {
        /*Andrea Pirlo shared a link*/
        font-size: 15px;
        color: #525367;
        color: rgba(var(--f75,38,38,38),1);
        font-weight: 600;
        cursor: pointer;
    }

    .post-block .shareda {
        color: #a6a6a6;
        font-size: 14px;
    }

    /*
    .usern shareda linka tstamp
    */

    .linka {
      color: #ff5d3a;
      font-size: 15px;
      margin-top: -10px;
      cursor: pointer;
      text-decoration: underline;
    }

    .post-block a {
        color: #ff5d3a;
        font-size: 15px;
        margin-top: -10px;
    }

    .post-block .post-menu {
      color: black;
      font-size: 3em;
      line-height: 1px;
      font-family: -apple-system;
      letter-spacing: -1px;
      /* float: right; */
      /* display: revert; */
      /* clear: both; */
      /* -ms-flex: 1; */
      /* flex: 1; */
      margin-right: .5em;

/* float: right; */
display: -webkit-inline-flex;
-ms-flex: 1;
flex: 0;
margin-right: 0px;
padding-left: 6px;
padding-right: 6px;
cursor: pointer;
padding: 10px;
padding-right: 24px;
    }

    .noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

    .post-block .post-menu .dotdotdot {
        cursor: pointer;
    }

    .post-block .post-usrdetails {
      color: #a6a6a6;
    line-height: 18px;
    /* margin-bottom: .5em; */
    padding: 10px;

    color: #a6a6a6;
    line-height: 18px;
    /* margin-bottom: .5em; */
    padding: 10px;
    /* flex: 1; */
    -ms-flex: 1;
    flex: 1;
    }

    .post-msg {
      /*
        height: 150px;
        min-height: 100px;
        */
        padding: .9em;
        text-align: -webkit-center;
        padding-bottom: 0;
    }

    .post-msg textarea {
        resize: none;
        border: none;
        font-size: 13.5px;
        width: 100%;
        z-index: 99;
        color: black;
        height: 100%;
        margin: 0;
        min-height: 10px;
        height: 70px;
    }

textarea::-webkit-input-placeholder {
  color: #9eb4c1;
}

textarea:-moz-placeholder { /* Firefox 18- */
  color: #9eb4c1;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #9eb4c1;
}

textarea:-ms-input-placeholder {
  color: #9eb4c1;
}

textarea::placeholder {
  color: #9eb4c1;
}

    .post-txt {
        /* margin-top: 10px;*/
    }

    .post-status  {

    }

    .post-block  {
        position: relative;
    }

    .post-status .post-btns {
      height: 28px;
      /* width: 100%; */
      padding: 1em;
      padding-left: 1.5em;
      padding-top: 0px;
    }

    .post-block .post-btns {
      height: 31px;
      /* width: 100%; */
      padding: 1em;

/*border: 1px solid black;*/
    }

    .post-status .post-btns .post-status-btn {
        height: 30px;
        width: 100px;
        background: black;
        float: right;
        width: 106px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: white;
        border-radius: 4px;
        font-size: .9em;
        font-weight: normal;
        cursor: pointer;
        display: inline-block;
        line-height: 30px;
    }

    .post-status .post-btns .post-status-btn:hover {
        background-color: #6a6a6a;
    }

    .post-block .post-btns .post-status-btn {
        height: 30px;
        width: 100px;
        background: black;
        float: right;

        width: 106px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: white;
        border-radius: 4px;
        font-size: .9em;
        font-weight: normal;
        cursor: pointer;
        display: inline-block;
        line-height: 30px;
    }

    .post-status-btn:hover {
        background: black;
    }

    .post-btns .heart {

    }

    .like-btn {

    }

    .post-body .hash {
        color: #006AFF;
        text-decoration: underline;
        cursor: pointer;
    }

    .post-body .hash :hover {
        text-decoration: none;
    }

    #hash:hover {
        text-decoration: none;
    }

    .post-linebreak {
        height: 1px;
        width: 100%;
        background: black;
    }

    .comments-block {

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        position: relative;
        height: 59px;
    }

    .comments-view-all {
        padding-left: 19px;
        padding-right: 19px;
        cursor: pointer;
        width: 100%;
        text-align: -webkit-left;
        text-align: left;
        color: black;
    }

    .comment-block {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        position: relative;
        height: 59px;

        display: none;
    }

    .comment-block button {
      border: 0;
      color: #0095f6;
      display: inline;
      padding: 0;
      position: relative;
      width: 70px;
      font-size: 13px;
      font-weight: bold;
      height: 60px;
      margin: auto;
    }

    .comment-block button:disable:enabled{
        color: rgba(128, 128, 128, 0.39);
    }

    .comment-block button:hover:enabled{
        color: black;

    }
    .comment-block button:active:enabled{
        color: #0095f6;
    }

    .comment-block button:active:disabled{
        color: rgba(128, 128, 128, 0.39);
    }

    .comment-block textarea {
        resize: none;
        border: none;
        font-size: 13.5px;
        width: 100%;
        z-index: 99;
        color: black;
        height: 18px !important;
        min-height: 37px;
        max-height: 37px;
        margin: 0;
        padding-left: 19px;
    }

    .post-line {
      border-top: 1px solid rgba(var(--ce3,239,239,239),1);
    }

    .liked-by {
      color: black;
      display: -webkit-inline-box;
      /*border: 1px solid green;*/
      width: 100%;

      padding: 10px;
      padding-bottom: 0px;
      font-size: 14px;
    }

    .time-posted {
      color: black;
      display: -webkit-inline-box;
      /*border: 1px solid red;*/
      width: 100%;

      font-size: 10px;
      line-height: 17px;
      letter-spacing: .2px;

      padding: 10px;
      padding-top: 0px;
      text-transform: uppercase;
    }

    .comment-btn, .share-btn {
      margin-left: -12px;
    }

    .post-status .post-btns .post-btn {
      height: 23px;
      width: 23px;
        float: left;
        margin-right: 14px;
        cursor: pointer;
    }

    .loc-text {
        color: black;
        font-size: .8em;

        color: black;
margin-left: -14px;
font-size: .8em;
max-width: 92px;
width: auto !important;
overflow: hidden;
text-align: -webkit-left;
/* position: relative; */
/* display: flex; */
/* flex: auto; */
/* display: block; */
margin-right: 0 !important;
    }

    .post-block .post-btns .post-btn {
        height: 30px;
        width: 30px;
        float: left;
        margin-right: 14px;
        cursor: pointer;

        height: 15px;
width: 15px;
float: left;
margin-right: 18px;
cursor: pointer;
padding: 9px;
    }


    .sticky {
  position: fixed;
  top: 0;
  width: 100%;
        z-index: 9999999999999;
}

.sticky + .content {
  padding-top: 102px;
}


    .shell-wrapper {
        background: #f3f2f2;
    }

   .post-status .post-btns .emoji {
        margin-left: 4px;
    }

    .onScroll {
        box-shadow: 0px 9px 14px rgba(0, 0, 0, 0.29);
    }

    .sidemenu-wrapper {
        position: fixed;
        width: 68px;
        background: white;
        z-index: 9999999999;
    }

    .post-status .post-btns .post-btn img {
        margin-left: -6px;
        margin-top: -5px;
    }

    .post-block .post-btns .post-btn img {
        margin-left: -6px;
        margin-top: -5px;
    }

    .tabs .icon img {
       margin-left: -6px;
        margin-top: -4px;
    }


    .post-msg {
      height: auto;
      display: flex;
        justify-content: left;
        text-align: -webkit-left;
    }


    .post-profile-shell {

    }

    .post-txt {
    -ms-flex: 1;
    flex: 1;
    }


@media (max-width: 600px) {
    .wall {
        width: 86%;
    }
}

@media (max-width: 540px) {

    .tab .text {
        display: none;
    }

    .post-status .tabs {
        height: 61px;
        overflow: hidden;
    }

    .tabs .tab {
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media (max-width: 468px) {


    .post-msg {
        flex-direction: column;
        /*margin-top: 1em;*/
        justify-content: left;
        text-align: -webkit-left;
    }

    .post-txt {
        margin-top: 10px;
        margin-bottom: 0em !important;
    }

    .post-profile-shell {
    margin-bottom: -12px;
    }

    .post-btns .post-status-btn {
    height: 30px;
    width: 100px;
    background: black;
    float: right;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    background: #ff5d3a;
    border-radius: 4px;
    font-size: .9em;
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    min-width: 10px;
    overflow: hidden;
    max-width: 100px;
    }

    .post-btns .post-btn {
        margin-right: 3px;
    }
}






@media (max-width: 373px) {

    footermenu {
        flex-direction: column;
        margin-top: 1em;
    }

    search {
        width: 50%;
    }

    .post-btns .post-btn {
        margin-right: 1px;
    }

    .post-btns .post-status-btn {
        width: 50px;
    }

}

 @media (max-width: 374px) {

    .post-btns .post-btn {
        margin-right: 3px;
    }
    .post-btns .post-status-btn {
        width: 50px;
    }

}

@media (max-width: 257px) {

    .post-btns .post-btn {
        margin-right: 0px;
    }

    .post-btns .post-status-btn {
    width: 47px;
    }

}

@media (max-width: 365px) {

    sidemenu {
        display: none;
    }

    rightside {
        display: none;
    }

    .followBlock {
        width: 69px;
    }
}


.enable-post {
    color: #0095f6;
}

.disable-post {
    color: rgba(128, 128, 128, 0.39) !important;
}



.like-icon {
    /*content:url("images/icons/post/heart.svg");*/
}

.post-status {
    display: none;
}

.posts-shell {
    display: none;
}

.post-status .post-loc {
    display: none;
}

.post-photo {
  width: 100%;
}

#photoFiles {
  display: none;
}

#fileInput {
  display: none;
}

#removePhotoRemote {
  background-color: black;
  border-color: black;
}

#removePhotoRemote:hover {
  background-color: rgba(57, 57, 57, 0.89);
  border-color: rgba(57, 57, 57, 0.89);
}

.upload-bloc {
  background-color: rgba(128, 128, 128, 0.18);
  color: black;
  display: none;
  margin-top: .6em;
}

.galleryMsg{
  margin-bottom: 1em;
  margin-top: -1em;
}

.photos {
  background-color: rgba(255, 255, 255, 0.21);
  border-radius: 7px;
  box-shadow: 0 0 35px rgba(0,0,0,0.05);
  /* width: 400px; */
  padding: 11px;
  text-align: center;
  cursor: pointer;
  transition: .3s;
  margin-bottom: 10px;
}

.photoShell{
	width: auto;
	position: relative;
	display: inline-block;
}

.photoShell img {
  max-width:200px;
  max-height:100px;
  width: auto;
  height: auto;
  margin-right: 10px;
}

.photoClose {
  position: absolute;
  width: auto;
  height: 23px !important;
  padding: 6px !important;
  /* margin: auto !important; */
  font-size: 0.5em !important;
  line-height: normal !important;
  /* right: 10px; */
  /* top: 1px; */
  float: right;
  margin-left: 3px;
  margin-top: 3px;
}

#image-preview {
	margin-top:20px;
}
#image-preview .image-view {
  display: inline-block;
	position:relative;
	margin-right: 13px;
	margin-bottom: 13px;
}
#image-preview .image-view img {
    max-width: 100px;
    max-height: 100px;
}


.notification_close {
  float: right;
  padding: 3px;
  padding-bottom: 2px;
  background-color: black;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  cursor: pointer;
}

.notification_message {
  cursor: pointer;
}
