/* Online image */
.online {
  background-image: url("./icon_user_online.gif");
}

.logo-description {
  color: #fff !important;
  display: inline-block;
  text-decoration: none !important;
}

.logo-description img {
  max-width: 100% !important;
}

#inner-wrap {
  max-width: 1140px;
}

.avatar {
  border-radius: 50%;
  max-height: 100px;
  max-width: 100px;
  width: auto !important;
}

li.row,
.post {
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  margin-bottom: 10px !important;
}

.profile-contact {
  display: none;
}

.phpbb_alert .alert_close {
  margin-top: -13px;
  margin-right: -33px;
}

.alert_close .icon:before {
  background-color: none;
  font-size: 26px;
  height: 22px;
  width: 22px;
}

.copyright_bar {
  padding: 0;
}

@media (min-width: 768px) {
  .site-description {
    width: 490px  !important;
  }

  .logo-description {
    height: 200px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: 490px  !important;
  }

  .logo-description img {
    float: left;
    margin-right: 20px;
  }

  .logo-description h1 {
    margin-top: 70px;
    margin-bottom: 10px;
  }
}