@charset "UTF-8";
/* sposite */

@media screen and (min-width: 641px) {
  .snspostsWrap {
    margin: -5px -5px 30px;
  }
}

@media screen and (max-width: 640px) {
  .snspostsWrap {
    margin: -5px -5px 20px;
  }
}

.postDummy, .postInstagram, .postFacebook, .postTwitter {
  position: relative;
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
}

.postDummy .postInner, .postInstagram .postInner, .postFacebook .postInner, .postTwitter .postInner {
  border: 1px solid rgba(228,228,228,1);
  border-radius: 0px;
  display: block;
  box-sizing: border-box;
}

.postDummy a, .postInstagram a, .postFacebook a, .postTwitter a {
  color: #333;
  text-decoration: none;
}

.postDummy .service, .postInstagram .service, .postFacebook .service, .postTwitter .service {
  position: absolute;
  vertical-align: top;
  text-align: left;
  top: 10px;
  right: 10px;
  color: #a9abae;
}

.postDummy .service .fa, .postInstagram .service .fa, .postFacebook .service .fa, .postTwitter .service .fa {
  display: block;
}

.postDummy .service a, .postInstagram .service a, .postFacebook .service a, .postTwitter .service a {
  color: #a9abae;
  display: block;
}

.postDummy .user img, .postInstagram .user img, .postFacebook .user img, .postTwitter .user img {
  vertical-align: middle;
}

.postDummy .text, .postInstagram .text, .postFacebook .text, .postTwitter .text {
  word-wrap: break-word;
  line-height: 1.4;
}

.postDummy .image img, .postInstagram .image img, .postFacebook .image img, .postTwitter .image img {
  width: 100%;
  height: auto;
}

.postDummy .timestamp, .postInstagram .timestamp, .postFacebook .timestamp, .postTwitter .timestamp {
  line-height: 1;
}

@media screen and (min-width: 641px) {
  .postDummy, .postInstagram, .postFacebook, .postTwitter {
    width: 25%;
  }
  .postDummy .postInner, .postInstagram .postInner, .postFacebook .postInner, .postTwitter .postInner {
    padding: 10px;
  }
  .postDummy a.postInner:hover, .postInstagram a.postInner:hover, .postFacebook a.postInner:hover, .postTwitter a.postInner:hover {
    background: rgba(228,228,228,1);
    opacity: 1;
  }
  .postDummy .service, .postInstagram .service, .postFacebook .service, .postTwitter .service {
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
	  text-align: right
  }
  .postDummy .user img, .postInstagram .user img, .postFacebook .user img, .postTwitter .user img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .postDummy .text, .postInstagram .text, .postFacebook .text, .postTwitter .text {
    margin: 25px auto;
  }
  .postDummy .image, .postInstagram .image, .postFacebook .image, .postTwitter .image {
    margin-top: 25px;
  }
  .postDummy .timestamp, .postInstagram .timestamp, .postFacebook .timestamp, .postTwitter .timestamp {
    margin-top: 15px;
  }
}

@media screen and (max-width: 640px) {
  .postDummy, .postInstagram, .postFacebook, .postTwitter {
    width: 50%;
    font-size: 1.1rem;
  }
  .postDummy .postInner, .postInstagram .postInner, .postFacebook .postInner, .postTwitter .postInner {
    padding: 5px;
  }
  .postDummy .service, .postInstagram .service, .postFacebook .service, .postTwitter .service {
    font-size: 1.7rem;
    width: 1.7rem;
    height: 1.7rem;
  }
  .postDummy .user img, .postInstagram .user img, .postFacebook .user img, .postTwitter .user img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .postDummy .text, .postInstagram .text, .postFacebook .text, .postTwitter .text {
    margin: 10px auto;
  }
  .postDummy .image, .postInstagram .image, .postFacebook .image, .postTwitter .image {
    margin-top: 10px;
  }
  .postDummy .timestamp, .postInstagram .timestamp, .postFacebook .timestamp, .postTwitter .timestamp {
    margin-top: 5px;
  }
}

.postDummy {
  height: 0;
  padding: 0;
  opacity: 0;
}

.postInstagram .user img {
  border-radius: 50%;
}

.postFacebook .user img {
  border-radius: 4px;
}

.postTwitter .user img {
  border-radius: 4px;
}

.postTwitter .user .screenName {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.postTwitter .user .account {
  display: block;
}

.postTwitter .actions {
  width: 100%;
  display: table;
  margin-top: 10px;
}

.postTwitter .actions li {
  text-align: center;
  font-size: 0;
  display: table-cell;
  vertical-align: top;
}

.postTwitter .actions a {
  display: block;
  height: 30px;
}

.postTwitter .actions a:hover {
  background: #bdd400;
}

.postTwitter .actions .fa:before {
  font-size: 1.6rem;
  line-height: 30px;
}


/* BUTTON CONF */

.buttonReadmore {
  text-align: center;
  display: inline-block;
  font-weight: bold;
}

.buttonReadmore a,
.buttonReadmore button {
  margin: auto;
  display: block;
  background: rgba(30,115,190,1);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  padding: 0;
  border: none;
  text-align: center;
}

.buttonReadmore a:hover,
.buttonReadmore button:hover {
  opacity: .6;
}

.buttonReadmore a:disabled,
.buttonReadmore button:disabled {
  background: #ddd;
}

.buttonReadmore a:disabled:hover,
.buttonReadmore button:disabled:hover {
  opacity: 1;
}

@media screen and (min-width: 641px) {
  .buttonReadmore .middle1 {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 640px) {
  .buttonReadmore .middle1 {
    width: 150px;
    height: 35px;
    line-height: 35px;
    font-size: 1.4rem;
  }
}