.story .story-head {
  width: 100%;
  height: 285px;
  background: url(../images/story-head-bg.png) center; }

.story .button {
  margin: 0px;
  width: auto;
  padding: 10px 30px; }

.story .form-control {
  height: 52px;
  padding: 0px 25px;
  border: none;
  background-color: #ffffff;
  background-repeat: no-repeat;
  border-radius: 50px;
  color: #5A5A5A;
  font-size: 18px;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  opacity: 1; }
  .story .form-control:focus {
    border: 1px solid #2AC3F2;
    outline: none; }

.story .story-search-form {
  padding-top: 185px; }

.story .user {
  font-size: 18px;
  color: #5a5a5a; }
  .story .user .name-wrap {
    padding-left: 10px; }
  .story .user .name {
    font-weight: bold;
    padding-top: 2px; }
  .story .user .post-date {
    color: #858585; }

.story .user-info {
  padding-top: 33px; }

.story .story-text {
  color: #5a5a5a;
  padding-top: 7px; }
  .story .story-text p {
    text-indent: 0px !important;
    margin-bottom: 5px !important;
    line-height: 23px !important; }
  .story .story-text span {
    font-family: "Roboto" !important;
    font-size: 18px !important;
    color: #5A5A5A !important; }
    .story .story-text span img {
      margin-bottom: 20px;
      margin-top: 20px;
      max-width: 100% !important;
      height: auto !important; }
  .story .story-text .text-muted {
    padding-top: 3px;
    margin-bottom: 35px !important; }
    .story .story-text .text-muted label {
      color: #ffffff;
      background-color: #1BBEF2;
      font-size: 16px;
      font-weight: bold;
      padding: 0px 8px;
      line-height: 20px; }
  .story .story-text .story-text-headline {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px; }

.avatar {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: 0px;
  border-radius: 50px;
  background-color: #1BBEF2;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-align: center; }

div.avatar {
  padding-top: 6px; }
