.forum .forum-search-form {
  height: 285px;
  padding-top: 50px;
  background: url(../images/forum-search-bg.png) center;
  color: #ffffff; }
  .forum .forum-search-form .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; }
    .forum .forum-search-form .form-control:focus {
      border: 1px solid #2AC3F2;
      outline: none; }
    .forum .forum-search-form .form-control::-webkit-inner-spin-button {
      opacity: 1; }
  .forum .forum-search-form h1 {
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 65px; }
  .forum .forum-search-form label {
    justify-content: flex-start;
    margin-bottom: 3px; }
  .forum .forum-search-form .lang-select {
    width: 200px;
    margin-right: 15px;
    background-image: url(../images/arrowdown.svg);
    background-position: 165px center;
    font-weight: 400;
    color: #5A5A5A; }
  .forum .forum-search-form .search-input {
    width: 275px;
    margin-right: 15px;
    font-weight: 400;
    color: #858585; }
  .forum .forum-search-form .btn-primary {
    width: 130px;
    height: 52px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    border: none;
    background: linear-gradient(to right, #faa13c 0%, #fa8703 100%);
    background: -moz-linear-gradient(left, #faa13c 0%, #fa8703 100%);
    background: -webkit-linear-gradient(left, #faa13c 0%, #fa8703 100%);
    text-transform: uppercase;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); }
    .forum .forum-search-form .btn-primary:hover {
      text-decoration: none;
      color: #ffffff;
      box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4); }

.forum .topic-list {
  position: relative;
  padding-top: 40px; }
  .forum .topic-list .topic {
    font-size: 18px;
    font-weight: 500;
    color: #5A5A5A;
    margin: 22px 0px 0px 0px;
    padding-bottom: 23px;
    border-bottom: 1px solid #E3E3E3; }
    .forum .topic-list .topic:hover {
      text-decoration: none; }
      .forum .topic-list .topic:hover p {
        color: #1BBEF2; }
    .forum .topic-list .topic::before {
      position: absolute;
      content: url(../images/forum-message.svg);
      top: 3px;
      left: 10px; }
  .forum .topic-list p {
    max-height: 23px;
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
    margin: 0px;
    line-height: 24px;
    transition: color ease-in 0.2s; }
  .forum .topic-list .replies {
    color: #1BBEF2; }
    .forum .topic-list .replies span {
      padding-right: 5px; }
  .forum .topic-list .posted-on {
    font-weight: normal;
    padding-left: 20px;
    color: #858585; }

.forum .btn-secondary {
  width: 202px;
  height: 52px;
  padding-top: 12px;
  margin-top: 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  background: linear-gradient(to left, #1BBEF2 -1.4%, #43D9E8 100%);
  background: -moz-linear-gradient(left, #1BBEF2 0%, #43D9E8 100%);
  background: -webkit-linear-gradient(left, #1BBEF2 0%, #43D9E8 100%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); }
  .forum .btn-secondary:hover {
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4); }
