.forum-list-decorator {
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
  background: url(/static/images/forum-list-decorator-box-bg.png) no-repeat;
}

.forum-list {
  position: relative;
}

.forum-list article.content {
  width: 560px;
  margin-right: 80px;
}

.forum-list .btn-new-topic,
.forum-list .subject {
  text-decoration: none;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
}

.forum-list .btn-new-topic {
  position: absolute;
  top: -60px;
  right: 0;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 134px;
  height: 34px;
  padding: 5px 10px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f35164' preserveAspectRatio='none' viewBox='0 0 100 26'%3E%3Cpath fill-opacity='.95' d='M9.011 4.085C21.7 2.715 72.49.813 88.693 3.803c7.759 1.429 7.954 4.15 7.954 8.153 0 4.009-2.277 8.729-7.571 9.734-13.189 2.491-75.143 1.139-79.115.71-3.981-.429-7.573-2.575-8.14-8.152-.433-4.214-.764-9.305 7.19-10.163Z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}

.forum-list ul li {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3px 0;
}

@media (width >= 768px) {
  .forum-list ul li {
    padding-left: 3px;
    padding-right: 3px;
  }
}

@media (width <= 767px) {
  .forum-list ul li {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.forum-list ul li::before {
  display: none;
  margin: 0;
  padding: 0;
  background-image: none;
}

.forum-list ul li a:hover {
  text-decoration: underline;
}

.forum-list ul li .subject {
  display: block;
  overflow: hidden;
  font-size: 16px;
  text-decoration: none;
}

.forum-list ul li .meta {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  font-size: 16px;
  color: #797876;
}

.forum-list .table-header {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.forum-list .table-header div {
  text-align: right;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.forum-list .table-header div:nth-child(2) {
  width: 115px;
}

@media (width <= 767px) {
  .forum-list .table-header div:nth-child(2) {
    width: 95px;
  }
}

.forum-list .sticky {
  position: relative;
  width: 100%;
}

@media (width >= 1024px) {
  .forum-list .sticky {
    left: -26px;
    padding-left: 23px;
    background: url(/static/images/icons/lightbulb.svg) no-repeat;
  }
}

@media (width <= 1023px) {
  .forum-list .sticky a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    background: url(/static/images/icons/lightbulb.svg) no-repeat;
  }
}

.sticky-highlighted {
  text-transform: uppercase;
}

.forum-detail .content .meta,
.table-index-forum .meta {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  font-size: 16px;
  color: #797876;
}

.forum-detail .content .meta .comment-count,
.table-index-forum .meta .comment-count {
  width: 36px;
  text-align: right;
}

.forum-detail .content .meta .latest-comment-date,
.table-index-forum .meta .latest-comment-date {
  width: 115px;
  text-align: right;
}

@media (width <= 767px) {
  .forum-detail .content .meta .latest-comment-date,
  .table-index-forum .meta .latest-comment-date {
    width: 95px;
  }
}

.forum-detail .content .meta .day,
.forum-detail .content .meta .month,
.forum-detail .content .meta .year,
.forum-detail .content .meta .year-short,
.table-index-forum .meta .day,
.table-index-forum .meta .month,
.table-index-forum .meta .year,
.table-index-forum .meta .year-short {
  display: inline-block;
}

@media (width >= 768px) {
  .forum-detail .content .meta .year-short,
  .table-index-forum .meta .year-short {
    display: none;
  }
}

@media (width <= 767px) {
  .forum-detail .content .meta .year,
  .table-index-forum .meta .year {
    display: none;
  }
}

.forum-detail .content .meta .day,
.table-index-forum .meta .day {
  width: 20px;
}

.forum-detail .content .meta .month,
.table-index-forum .meta .month {
  width: 30px;
  text-align: center;
}

.forum-detail .content .meta .year,
.forum-detail .content .meta .year-short,
.table-index-forum .meta .year,
.table-index-forum .meta .year-short {
  text-align: left;
  color: #aaa;
}

.forum-detail .content .meta .date,
.forum-detail .content .meta .nickname,
.table-index-forum .meta .date,
.table-index-forum .meta .nickname {
  font-size: 13px;
}

.forum-detail .content .meta .date,
.table-index-forum .meta .date {
  text-align: left;
}

.forum-detail .content .meta .nickname,
.table-index-forum .meta .nickname {
  margin-left: 4px;
  font-weight: 800;
  color: #f25164;
}

.table-index-forum li:nth-child(odd) {
  background-color: #fafafa;
}

.table-index-forum .meta {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-forum .column-category-selection {
  margin-right: 165px;
}

@media (width <= 767px) {
  .form-forum .column-category-selection {
    margin-right: 0;
  }
}

.form-forum .column-category-selection ul#id_category {
  margin: 0;
}

.form-forum .column-category-selection ul#id_category li {
  margin: 0;
  padding: 0;
}

.form-forum .column-category-selection ul#id_category li:first-child {
  display: none;
}

.forum-detail .item-action-panel {
  position: absolute;
  top: 15px;
  left: 401px;
}

@media (width <= 767px) {
  .forum-detail .item-action-panel {
    display: none;
  }
}

.forum-detail .item-action-panel a {
  z-index: 2;
  position: relative;
  top: -2px;
  display: inline-block;
  height: 23px;
  padding: 0 13px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f35164' preserveAspectRatio='none' viewBox='0 0 100 26'%3E%3Cpath fill-opacity='.95' d='M10.336 5.608c12.594-1.382 63.003-3.3 79.085-.284 7.7 1.44 7.895 4.185 7.895 8.222 0 4.044-2.261 8.803-7.515 9.817-13.09 2.513-74.58 1.149-78.523.716-3.951-.432-7.515-2.596-8.079-8.221-.429-4.25-.758-9.385 7.137-10.25Z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}

.forum-detail .item-action-panel a:hover {
  text-decoration: none;
}

.forum-detail .content {
  clear: left;
}

.forum-detail #topic-comments-header {
  padding-bottom: 10px;
}

.forum-overview h2.category-header {
  margin-bottom: 5px;
  font-family: jinky, sans-serif;
  font-size: 40px;
  font-weight: normal;
  color: #797876;
}

@media (width <= 767px) {
  .forum-overview h2.category-header {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}

.forum-overview h2.category-header a {
  color: #797876;
  text-decoration: none;
}

.forum-overview a.more-topics {
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  color: #f25164;
}

.forum-overview a.more-topics:hover {
  text-decoration: underline;
}

.forum-overview .table-index-forum {
  margin: 0;
  padding: 0;
}

.forum-overview .forum-list.category {
  margin-bottom: 10px;
  padding-bottom: 10px;
  background-repeat: repeat-x;
  background-position: bottom;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' stroke='%23ddd'%3E%3Cpath fill='none' stroke-linecap='square' stroke-opacity='.8' stroke-width='1.25' d='m0 2 1-1 4 4 3-3'/%3E%3C/svg%3E");
}

@media (width <= 767px) {
  .topic-closed {
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #ff9;
  }
}

@media (width >= 768px) {
  .topic-closed {
    box-sizing: border-box;
    width: 542px;
    height: 142px;
    padding: 25px 10px 30px 80px;
    background: url('/static/images/bg-topic-closed.png') no-repeat;
    font-size: 18px;
  }
}

.forum-form .form-line:last-child {
  display: none;
}
