@charset "UTF-8";
img
{
    max-width: 100%;
}


html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    background: #e6e6e6;
}

.statusbar
{
  position:fixed;
  width: 100%;
  height:12px;
  z-index: 1000;
}

.tabs
{
  position:fixed;
  width: 100%;
  height:20px;
  bottom:0px;
  z-index: 1000;
}

feed
{
  margin-top: 12px;
  position: absolute;
}


feed .post-card-outer {
  position: relative;
}

feed .post-card-outer .item {
  z-index: 2;
  position: relative;
  /* display: block; */
  background-color: #FFFFFF;
  color: #666;
  top: 0px;
}

feed .post-card-outer .item.item-image {
  text-align: center;
}

feed .post-card-outer .post-card {
  border-bottom: 10px solid rgba(230, 230, 230, 0.8);
}

feed .post-card-outer .post-card .was-text {
  color: #777;
  font-weight: normal;
}

feed .post-card-outer .post-card.my-post .card-place-name {
  padding-right: 40px;
}

feed .post-card-outer .post-card.my-post .was-text {
  display: none;
}

feed .post-card-outer .post-card .card {
  margin: 0px;
  border-radius: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

feed .post-card-outer .post-card .card .item {
  border: 0px;
}

feed .post-card-outer .post-card .card .item:first-child, feed .post-card-outer .post-card .card .item:last-child {
  border-radius: 0px;
}

feed .post-card-outer .post-card .card .item.item-body {
  overflow: visible;
  padding: 0px;
  padding-left: 27vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

feed .post-card-outer .post-card .card .item.likes-comments {
  padding: 16px;
  padding-right: 65px;
}

feed .post-card-outer .post-card .card .item.likes-comments.no-likes.no-comments .card-distance {
  display: block;
}

feed .post-card-outer .post-card .card .item rating {
  float: right;
  margin-right: 5px;
margin-top: 7px;
}

feed .post-card-outer .post-card .card .item rating span
{
    font-size: 14px;
        color: #FF4C4C;
}

feed .post-card-outer .post-card .card .item rating span.ion-ios-star-outline
{
    color: white;
}
 

feed .post-card-outer .post-card .card .item rating button {
  font-size: 9.5px;
}

feed .post-card-outer .post-card .card .many-items,
feed .post-card-outer .post-card .card .two-items {
  position: relative;
}

feed .post-card-outer .post-card .card .many-items .overlay,
feed .post-card-outer .post-card .card .two-items .overlay {
  height: 20px;
}

feed .post-card-outer .post-card .card .many-items .dish-comment,
feed .post-card-outer .post-card .card .two-items .dish-comment {
  margin-left: 4px;
  margin-top: 2px;
  max-width: calc(100% - 65px);
}

feed .post-card-outer .post-card .card .many-items .dish-comment,
feed .post-card-outer .post-card .card .many-items rating ion-icon,
feed .post-card-outer .post-card .card .two-items .dish-comment,
feed .post-card-outer .post-card .card .two-items rating ion-icon {
  font-size: 12px;
  line-height: initial;
}

feed .post-card-outer .post-card .card .many-items .item:first-child,
feed .post-card-outer .post-card .card .two-items .item:first-child {
  width: 67vw;
}

feed .post-card-outer .post-card .card .many-items .item:first-child .dish-name,
feed .post-card-outer .post-card .card .two-items .item:first-child .dish-name {
  font-size: 16px;
  margin-left: 25vw;
}

feed .post-card-outer .post-card .card .many-items .item:nth-child(2),
feed .post-card-outer .post-card .card .many-items .item:nth-child(3),
feed .post-card-outer .post-card .card .two-items .item:nth-child(2),
feed .post-card-outer .post-card .card .two-items .item:nth-child(3) {
  width: calc(33.5vw - 1px);
  position: absolute;
  right: -3px;
}

feed .post-card-outer .post-card .card .many-items .item:nth-child(2) .dish-name,
feed .post-card-outer .post-card .card .many-items .item:nth-child(2) .overlay,
feed .post-card-outer .post-card .card .many-items .item:nth-child(3) .dish-name,
feed .post-card-outer .post-card .card .many-items .item:nth-child(3) .overlay,
feed .post-card-outer .post-card .card .two-items .item:nth-child(2) .dish-name,
feed .post-card-outer .post-card .card .two-items .item:nth-child(2) .overlay,
feed .post-card-outer .post-card .card .two-items .item:nth-child(3) .dish-name,
feed .post-card-outer .post-card .card .two-items .item:nth-child(3) .overlay {
  display: none;
}

feed .post-card-outer .post-card .card .many-items .item:nth-child(2),
feed .post-card-outer .post-card .card .two-items .item:nth-child(2) {
  top: 0px;
}

feed .post-card-outer .post-card .card .many-items .item:nth-child(3),
feed .post-card-outer .post-card .card .two-items .item:nth-child(3) {
  top: calc(33.5vw + 1px);
}

feed .post-card-outer .post-card .card .many-items.has-even-more .item:last-child:after,
feed .post-card-outer .post-card .card .two-items.has-even-more .item:last-child:after {
  position: absolute;
  width: 33.5vw;
  height: 33.5vw;
  top: 0vw;
  background-color: rgba(0, 0, 0, 0.5);
  content: "+" attr(data-extra-items);
  display: block;
  color: white;
  line-height: 34vw;
  font-size: 30px;
  font-weight: bold;
}

feed .post-card-outer .post-card .card .two-items {
  height: 114vw;
}

feed .post-card-outer .post-card .card .two-items .item:first-child {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  top: 1px;
}

feed .post-card-outer .post-card .card .two-items .item:last-child {
  width: 67vw;
  top: 47vw;
  z-index: 0;
}

feed .post-card-outer .post-card .card .two-items .item:last-child .dish-name {
  font-size: 16px;
  margin-left: 33vw;
}

feed .post-card-outer .post-card .card .two-items .item:last-child .dish-comment,
feed .post-card-outer .post-card .card .two-items .item:last-child .dish-rating {
  font-size: 12px;
}

feed .post-card-outer .post-card .card .two-items .item:nth-child(2) {
  border-top: 1px solid white;
  border-left: 1px solid white;
}

feed .post-card-outer .post-card .card .two-items .item:nth-child(2) .dish-name,
feed .post-card-outer .post-card .card .two-items .item:nth-child(2) .overlay {
  display: block;
}

feed .post-card-outer .post-card .card .post-bg {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  width: 114vw;
  height: 114vw;
  background-size: 100%;
  background-position: center;
  margin-left: -7vw;
  position: absolute;
}

feed .post-card-outer .post-card .card .delete-post {
  font-size: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #ccc;
  height: 100%;
  padding-top: 10px;
  padding-right: 10px;
}

feed .post-card-outer .post-card .card-avatar-image-outer {
  width: 25vw;
  height: 25vw;
  position: absolute;
  top: 2vw;
  left: 2vw;
  z-index: 5;
}

feed .post-card-outer .post-card .card-avatar-image-outer preload-image {
  position: initial;
  border-radius: 50%;
}

feed .post-card-outer .post-card .card-avatar-image-outer img {
  max-width: 25vw;
  max-height: 25vw;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
}

feed .post-card-outer .post-card .likes {
  margin: 0px;
  padding-right: 95px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #666;
                        margin-bottom: 10px;
}

feed .post-card-outer .post-card .likes ion-icon {
  font-size: 1em;

}

feed .post-card-outer .post-card .likers {
  white-space: normal;
  margin-top: 8px;
}

feed .post-card-outer .post-card .likers span {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  white-space: nowrap;
}

feed .post-card-outer .post-card .likers span:not(:last-child)::after {
  content: ', ';
  margin-left: -3px;
  margin-right: 3px;
}

feed .post-card-outer .post-card .card-description {
  color: white;
  font-size: 13px;
  font-weight: 500;
  margin: 0px 5px 0px;
  margin-right: 20px;
}

feed .post-card-outer .post-card .card-description .post-action-dropdown {
  height: auto;
  border: none;
  margin: 0px;
  font-size: inherit;
  color: #ccc;
  position: absolute;
  right: 5px;
  top: 5px;
  padding-right: 10px;
  padding-left: 10px;
}

feed .post-card-outer .post-card .card-description .post-action-dropdown ion-icon {
  padding: 0px;
}

feed .post-card-outer .post-card .card-user-name,
feed .post-card-outer .post-card .card-place-name {
  color: #FF4C4C;
  text-decoration: none;
  font-weight:bold;
}

feed .post-card-outer .post-card .card-place-name {
  display: block;
  line-height: 23px;
  font-weight:bold;
}

feed .post-card-outer .post-card .card-moment-posted,
feed .post-card-outer .post-card .card-distance {
  font-size: 10px;
}

feed .post-card-outer .post-card .card-moment-posted ion-icon,
feed .post-card-outer .post-card .card-distance ion-icon {
  padding-right: 4px;
}

feed .post-card-outer .post-card .card-moment-posted {
  padding-right: 5px;
}

feed .post-card-outer .post-actions {
    position: absolute;
    top: 0px;
    z-index: 2;
    right: 10px;
    white-space: nowrap;
    font-size: 12px;
    padding-top: 16px;
}

feed .post-card-outer .post-actions ion-icon
{
    color: #FF4C4C;
}
    

feed .post-card-outer .post-like-action {
  /*color: lighten($post-card-color, 65%);*/
  color: white;
  text-shadow: #555 0px 0px 1px;
  font-size: 30px;
  padding-left: 10px;
}

feed .post-card-outer .post-like-action.clicked {
  color: #FF4C4C;
  text-shadow: none;
}

feed .post-card-outer .overlay {
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 26px;
}

feed .post-card-outer .dish-name {
  position: absolute;
  z-index: 2;
  font-size: 20px;
  color: #FFFFFF;
  text-shadow: 0px 0 5px black;
  max-width: 72vw;
  text-align: right;
  right: 2vw;
  top: 1vw;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}

feed .post-card-outer .dish-comment {
  font-size: 12px;
  text-shadow: 0px 0 5px black;
  color: white;
  max-width: calc(100vw - 90px);
  white-space: nowrap;
  text-align: left;
  margin-left: 10px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
    line-height: 26px;
}

feed .post-card-outer .post-comments {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  color: #666;
}

feed .post-card-outer .post-comments span {
  display: block;
  padding-bottom: 5px;
  white-space: normal;
}

feed .post-card-outer .post-comments .view-all {
  color: #7b7b7b;
}

feed .post-card-outer .no-likes .post-comments {
  margin-top: 30px;
}

feed .post-card-outer .has-likers .post-comments {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

feed .post-card-outer .multi-dish {
  width: 96vw !important;
}

feed .post-card-outer .multi-dish .overlay {
  width: 94vw;
}

feed .post-card-outer .multi-dish .dish-name {
  font-size: 20px;
}

feed .post-card-outer .multi-dish .dish-comment {
  font-size: 15px;
}

