#community-wrap .hero-area {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#community-wrap .hero-area p {
  font-size: 18px;
  line-height: 30px;
  color: #4E6D8B;
  text-shadow: none;
}
#community-wrap .hero-area h1 {
  font-size: 50px;
  text-shadow: none;
  color: #4E6D8B;
}
#community-wrap .hero-area .content-cta {
  background: rgba(255,255,255,0.8);
}
#community-wrap .app-box,
#community-wrap .cGuest .login-area {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
}
#community-wrap .app-box h3,
#community-wrap .cGuest .login-area h3 {
  border-bottom: none;
  text-align: center;
  color: #fff;
  font-size: 18px !important;
  padding: 15px;
}
#community-wrap .app-box-content,
#community-wrap .app-box-footer,
#community-wrap .app-box-filter {
  border: none;
  font-size: 12px;
}
#community-wrap .joms-stream {
  border-bottom: none;
  padding: 0;
}
#community-wrap .joms-stream-content {
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
#community-wrap .joms-stream-content header {
  margin-left: 20px;
}
#community-wrap .js-module.js-mod-videos,
#community-wrap .js-module.js-mod-photos {
  margin-bottom: 0;
}
#community-wrap .joms-stream {
  margin-top: 50px;
}
#community-wrap .joms-stream-box {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#community-wrap .joms-stream-avatar,
#community-wrap .joms-stream-avatar img {
  border-radius: 100%;
}
#community-wrap .joms-stream-avatar {
  margin-top: -10px;
  margin-left: -30px;
}
#community-wrap .app-box-filter a {
  font-size: 12px;
  margin-right: 5px;
  padding: 0 10px;
}
#community-wrap .app-box-filter b {
  display: none;
}
#community-wrap .btn-primary:before,
#community-wrap .btn-success:before,
#cWindow .btn-primary:before,
#cWindow .btn-success:before {
  display: none;
}
#community-wrap .btn.btn-primary,
#community-wrap .btn.btn-info,
#community-wrap .btn.btn-danger,
#community-wrap .btn.btn-success,
#community-wrap .btn.btn-warning,
#cWindow .btn.btn-primary,
#cWindow .btn.btn-info,
#cWindow .btn.btn-danger,
#cWindow .btn.btn-success,
#cWindow .btn.btn-warning {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  border: 0;
}
