/* IMPORT GLOBALS */
/* Variables used in multiple files */
/* Variables */
/* Elements */
/* ID's */
/* Classes */
.forum__category {
  margin: 20px 30px; }
  .forum__category:first-child {
    margin-top: 50px; }
  .forum__category:last-child {
    margin-bottom: 50px; }
  .forum__category__title {
    display: flex;
    padding: 8px 12px 6px;
    margin-bottom: 8px;
    color: white;
    background: -webkit-linear-gradient(top, #246b2b, #2e8437);
    border-radius: 3px;
    line-height: 22px; }
    .forum__category__title > form {
      margin-left: auto; }
      .forum__category__title > form > input {
        padding: 3px 8px;
        color: white;
        background: -webkit-linear-gradient(top, #198023, #12a120);
        border: 1px solid #cccccc;
        border-radius: 5px;
        font-weight: bold; }
  .forum__category__thread-holder {
    max-height: 235px;
    overflow-y: auto; }
    .forum__category__thread-holder .thread {
      display: flex;
      margin: 3px 5px;
      padding: 12px 30px 8px 5px;
      border: 1px solid rgba(0, 0, 0, 0.3);
      border-radius: 2px;
      font-size: 16px;
      line-height: 26px; }
      .forum__category__thread-holder .thread > .spacer {
        flex: 1; }
      .forum__category__thread-holder .thread__icon {
        margin: 0 14px 0 8px;
        font-size: 1.9em; }
      .forum__category__thread-holder .thread__title {
        display: block;
        padding-top: 3px;
        color: #0088cc; }
      .forum__category__thread-holder .thread__info {
        padding-top: 3px;
        font-size: 12px;
        font-style: italic; }

.forum__thread__message {
  margin: 0 45px 0;
  border: 4px solid #2e8437;
  border-top: none;
  font-size: 15px; }
  .forum__thread__message:first-child {
    margin: 60px 45px 0; }
  .forum__thread__message__title {
    display: flex;
    padding: 8px 12px 6px;
    margin: 0 -4px;
    color: white;
    background: -webkit-linear-gradient(top, #246b2b, #2e8437);
    line-height: 22px; }
  .forum__thread__message__container {
    display: flex;
    padding: 12px; }
    .forum__thread__message__container > * {
      flex: 1; }
    .forum__thread__message__container__author {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 90px;
      padding: 10px 10px 20px 30px; }
      .forum__thread__message__container__author > img {
        height: 70px;
        width: 70px; }
      .forum__thread__message__container__author > span {
        margin-top: 8px; }
      .forum__thread__message__container__author > span.date {
        font-size: 11px;
        font-style: italic; }
        .forum__thread__message__container__author > span.date:last-child {
          margin: 0; }
    .forum__thread__message__container__content {
      margin-left: 35px;
      padding: 10px 0 10px 30px;
      border-left: 2px solid rgba(0, 0, 0, 0.2); }

.forum__thread__add-comment {
  display: flex;
  flex-direction: column;
  margin: 0 45px 30px;
  padding: 20px;
  border: 4px solid #2e8437;
  border-top: none;
  font-style: italic; }
  .forum__thread__add-comment__inputs {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-top: 3px; }
    .forum__thread__add-comment__inputs > textarea {
      height: 120px;
      min-height: 80px;
      padding: 12px;
      flex: 1; }
    .forum__thread__add-comment__inputs > input {
      height: 32px;
      margin-left: 15px; }

.forum__thread-add {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  padding: 35px 100px;
  margin: 50px auto 30px; }
  .forum__thread-add > span {
    font-weight: bold;
    font-style: italic;
    margin: 0 0 20px -45px; }
  .forum__thread-add > label {
    margin: 18px 0 3px; }
  .forum__thread-add > input:not([type=submit]), .forum__thread-add > textarea {
    padding: 4px 12px;
    border: 1px solid rgba(51, 51, 51, 0.6);
    border-radius: 3px; }
  .forum__thread-add > textarea {
    min-height: 180px;
    height: 140px;
    padding: 12px;
    margin-bottom: 12px;
    resize: vertical; }

/*# sourceMappingURL=forum.css.map */
