.Post{
  width:35%;
  height: auto;
  float: left;
  box-shadow: 2px 2px 6px grey;
  margin-left: 32.5%;
  border-radius: 15px;
  margin-top: 2%;
  background-color: white;
  margin-bottom: 1%;
}
.PostM{
  width:98%;
  height: auto;
  float: left;
  box-shadow: 2px 2px 6px grey;
  margin-left: 1%;
  border-radius: 15px;
  margin-top: 9%;
  background-color: white;
}
.PostProfilePicture {
    width: 5%;
    height: auto;
    overflow: hidden;
    float: left;
    border-radius: 50%;
    margin-left: 3%;
    margin-top: 4px;
    margin-bottom: 5px;
    box-shadow: 2px 2px 6px #ddd;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all .2s ease;
}
.PostProfilePicture:hover{
  transform: scale(1.03);
}
.PostUserInfo{
  width:100%;
  height:auto;
  float: left;
  text-decoration: none;
  box-shadow: 1px solid #ddd;
}
.ProfileNameBlog {
    width: 75%;
    height: auto;
    font-weight: bold;
    float: left;
    font-size: 1.3em;
    color:rgb(24, 24, 24);
    margin-left: 1%;
    margin-top: 4px;
}
.User_Data_Container1{
  width: 24%;
  margin-left: 1%;
  height: auto;
  margin-top: 10px;
  float: left;
  font-size: 0.95em;
}
.SingleMealPlanUser_ProfilePicture_Blogs {
  width: 10%;
  margin-left: 5%;
  margin-right: 5%;
  height: auto;
  float: left;
  border-radius: 50%;
  
}
.PostTitle{
  width: 95%;
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  font-size: 1.5em;
  float: left;
  color:rgb(24, 24, 24);
  margin-left: 2%;

}
.PostLink{
  width: 90%;
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  font-size: 0.9em;
  float: left;
  color:blue;
  margin-left: 2%;

}
.PostLink:hover{
  color:red;
}
.PostContentData{
  width: 90%;
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  font-size: 1.2em;
  float: left;
  margin-left: 5%;

}
.PostContent{
  width:100%;
  height: auto;
  float: left;
}
.PostContentiframe{
  width: 100%;
  height: 60%;
  margin-top: 1%;
  margin-bottom: 1%;
  border: none;
  outline: unset;
  float: left;
}
.PostContentiimg{
  width:100%;
  height: auto;
  float: left;
}
.PostButtonContainer{
  width:30%;
  height:100%;
  float:left;
}

.PostEditOptions {
    width: 4%;
    height: auto;
    float: left;
    margin-top: 1%;
    padding: 5px 5px 5px 5px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    cursor: pointer;
}
.PostEditOptions:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
.widthBar{
  width:100%;
  height: 4%;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  color:rgb(24, 24, 24) !important;
  font-size: 1.1em;
  cursor: pointer;
  transition: all .2s ease;
  text-align: left;
  background-color: white;
  box-shadow: 1px 1px 4px silver;
}
.PostBottom{
  width:100%;
  height: 40px;
  float: left;
  background-color: white;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid  #ddd;
}
.likeButtonHolderSelected{
  width:50%;
  height: 35px;
  padding-top: 5px;
  float: left;
  cursor: pointer;
  background-color: #4c5667;
  color:white;
}
.likeButtonHolder{
  width:50%;
  height: 35px;
  padding-top: 5px;
  float: left;
  cursor: pointer;
  color: #4c5667;
}
.likeButtonHolder:hover{
  background-color: #ddd;
}
.likeButtonContent{
  width:auto;
  height: auto;
  font-size: 0.9em;
  float: left;
  margin-left: 5px;
    margin-top: 5px;
}
.likeButtonimg{
  width:8%;
  margin-left: 35%;
  height: auto;
  float: left;
}
.PostBottomLikeAndCommentCount{
  width:100%;
  height: 30px;
  float: left;
box-shadow: 1px 1px 2px silver;
padding-top: 3%;
color: #4c5667;
}
.likeCount{
  width:45%;
  margin-left: 3%;
  height: auto;
  margin-top: 5px;
  font-weight: bold;
  font-size: 0.85em;
  text-align: left;
  float: left;
  cursor: pointer;
}
.likeCount:hover{
  color:blue;
}
.CommentCount{
  width:44%;
  margin-left: 1%;
  height: auto;
  margin-top: 5px;
  float: left;
  font-weight: bold;
  font-size: 0.85em;
  text-align: right;
  cursor: pointer;
}
.CommentCount:hover{
  color:blue;
}
.SinglePostComment{
  width:75%;
  height: 40px;
  float: left;
  margin-top: 1%;
  margin-left: 1%;

}
.SingleForm_Header_Footer_ActionButton_Icon{
  width: auto;
  height: 30px;
  float: left;
  margin-left: 1%;
    margin-top: 1%;
  cursor: pointer;
}
.displayImageHolder{
  width:40%;
  height: auto;
  float: left;
  margin-left: 10%;
}
.SingleFormContent{
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 10px;
}
.SignlePostLike{
  width:100%;
  height: auto;
  float: left;
  box-shadow: 2px 2px 4px silver;

}
.SinglePost_Like_Data_Record{
  width: 35%;
  height: auto;
  margin-left: 0.2%;
  font-size: 0.9em;
  text-align: center;
  float: left;
  font-size: 0.9em;
}
.SingleForm_ProfilePicture_ProfilePicture{
  width: 3%;
  height: auto;
  overflow: hidden;
  float: left;
  border-radius: 50%;
  margin-left: 5%;
  margin-top: 0.5%;
  box-shadow: 2px 2px 6px grey;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all .2s ease;
}
.SinglePost_Like_Data_RecordlikeButtonimg{
  width:7%;
  height: auto;
  float: left;
    margin-top: 3%;
  margin-left: 5%;
}
.SinglePost_Like_Data_RecordlikeButtonContent{
  width:auto;
  height: auto;
  float: left;
  color: #4c5667;

}
.LikesTitle{
  width:100%;
  height: auto;
  padding-left: 1%;
  font-size: 1.9em;
  float: left;
  margin-bottom: 1%;
  font-weight: bold;
}
.drawBlogPostTopBar{
  position: fixed;
  height: 6%;
  width: 100%;
  top: 7.1%;
  box-shadow: 2px 2px 6px silver;
  background-color: white;
  z-index: 129;
  transition: all .2s ease;
  animation: fadein 1s;
}
.LogoContainerTopPostBar{
  width:10%;
  height: 80%;
  margin-top: 10px;
  float: left;
  margin-left: 5%;
  background-image: url("https://letgetfitness.com/img/Logos//vbgcroosMiddle.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}
.PostSearchContainer{
  width:40%;
  height: 100%;
  float: left;
  margin-left: 5%;
  margin-left: 5%;
  height: 80%;
  margin-top: 5px;

}
.PostSearchContainer_Search_Button{
  width:35px;
  height: 80%;
  margin-top: 5px;
  margin-left: -7px;
  background-color: silver;
  background-image: url("https://letgetfitness.com/img/Logos//search.png");
  background-size: contain;
  float: left;
  box-shadow: 2px 2px 6px grey;
  background-position: center;
  background-repeat: no-repeat;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.PostSearchContainer_order_by{
  width: 29%;
  height: 100%;
  float:left;

}
.PostSearchContainer_order_by_option{
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-top: 14px;
  margin-left: 3%;
  color: grey;
  font-weight: Bold;
  font-size: 1.1em;
  padding: 0.5% 0.5% 0.5% 0.5%;
  float: left;
  transition: all .2s ease;
  cursor: pointer;
  border-bottom: 3px solid white;
  text-decoration: none;
}
.PostSearchContainer_order_by_option:hover{
  background-color: #ddd;
    border-bottom: 3px solid #ddd;

}
.PostSearchContainer_order_by_option_selected{
  width: auto;
  height: auto;
  margin-top: 14px;
  margin-left: 3%;
  color: white;
  font-weight: Bold;
  font-size: 1.1em;
  padding: 0.5% 0.5% 0.5% 0.5%;
  float: left;
  transition: all .2s ease;
  cursor: pointer;
  background-image: linear-gradient(rgb(0,50,29), rgb(1,119,69));
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  border-bottom: 3px solid rgb(0,50,29);
}
.SinglePostContent {
    width: 100%;
    margin-top: 1%;
    height: auto;
    float: left;
    background-color: white;
    border-radius: 10px;
    padding-bottom: 5px;
}
.AddEventRequestInput::placeHolder{
  color:rgba(0,50,29,0.9);
}
@media only screen and (max-width: 1100px) {
  .Post{
    width:100%;
    height: auto;
    float: left;
    box-shadow: 2px 2px 6px #ddd;
    margin-left: 0%;
    border-radius: 0px;
    margin-top: 1%;
    background-color: white;
    margin-bottom: 1%;
  }

  .SinglePost_Like_Data_RecordlikeButtonimg{
    width:20%;
    margin-top: 5%;
    margin-left: 1%;
    }
  .SingleForm_ProfilePicture_ProfilePicture{
    width:6%;
      margin-top: 3%;
  }
  .SinglePostComment{
    width:60%;
    height: 50px;
    float: left;
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;
    box-shadow: 2px 2px 6px silver;
    outline: none;
    border: none;
    border-bottom: 1px solid silver;

  }
  .PostProfilePicture{
    width: 10%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .likeButtonimg{
    width: 8%;
    margin-left: 30%;
    height: auto;
    float: left;
    padding-top: 3%;
    padding-bottom: 4%;
  }
  .likeButtonContent {
    width: auto;
    height: auto;
    font-size: 0.75em;
    float: left;
    margin-left: 5px;
    margin-top: 8px;
}
  .SinglePostComment{
    padding-bottom: 0px;
  }
  .drawBlogPostTopBar{
    position: fixed;
    height: auto;
    width: 100%;
    top: 51px;
    box-shadow: 2px 2px 6px silver;
    background-color: white;
    z-index: 129;
    transition: all .2s ease;
    animation: fadein 1s;
  }
  .PostSearchContainer_order_by{
    width:100%;
  }


  .Small {
      min-height: 10%;
  }
  #PostSearchContainer_Search_Input {
    width:100%;
    height: 100%;
  }
  .PostSearchContainer{
    width:73%;
    margin-left: -1%;
    height: 38px;
  }
  .LogoContainerTopPostBar{
    height: 40px;
  }
  .PostSearchContainer_order_by_option {
    font-size: 0.8em;
  }
  .PostSearchContainer_order_by_option_selected{
    font-size: 0.8em;
  }
  .PostTitle{
    font-size: 1.3em;
  }
  .ProfileUserName{
    font-size: 0.65em;
    margin-left: 1%;
  }
  .PostContentData{
    font-size: 0.65em;
  }
  .likeCount{
    font-size: 0.65em;
  }
  .CommentCount{
    font-size: 0.65em;
  }
}
