.category__wrapper .category__title, .section__titlepage {
  margin: 40px 0;
}
.category__wrapper .category__title span, .section__titlepage span {
  font-size: 4rem;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
  color: #000;
  border-bottom: 5px solid #88a6b5;
}
@media (max-width: 1200px) {
  .category__wrapper .category__title, .section__titlepage {
    margin-bottom: 3rem;
  }
  .category__wrapper .category__title span, .section__titlepage span {
    font-size: 3rem;
    border-bottom: 3px solid #88a6b5;
  }
}
@media (max-width: 768px) {
  .category__wrapper .category__title, .section__titlepage {
    margin-bottom: 2.6rem;
  }
  .category__wrapper .category__title span, .section__titlepage span {
    font-size: 2.4rem;
    border-bottom: 3px solid #88a6b5;
  }
}

/*Mixin Responsive*/
.category__wrapper .category__title, .section__titlepage {
  margin: 40px 0;
}
.category__wrapper .category__title span, .section__titlepage span {
  font-size: 4rem;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
  color: #000;
  border-bottom: 5px solid #88a6b5;
}
@media (max-width: 1200px) {
  .category__wrapper .category__title, .section__titlepage {
    margin-bottom: 3rem;
  }
  .category__wrapper .category__title span, .section__titlepage span {
    font-size: 3rem;
    border-bottom: 3px solid #88a6b5;
  }
}
@media (max-width: 768px) {
  .category__wrapper .category__title, .section__titlepage {
    margin-bottom: 2.6rem;
  }
  .category__wrapper .category__title span, .section__titlepage span {
    font-size: 2.4rem;
    border-bottom: 3px solid #88a6b5;
  }
}

.category__banner {
  width: 100%;
  height: auto;
}
.category__banner img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.category__wrapper {
  margin: 40px 0;
  background-color: #fff;
  height: 100%;
}
.category__wrapper .backtosocial i {
  font-size: 20px;
}
.category__wrapper .backtosocial a {
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
  padding-left: 10px;
  color: #000;
  font-size: 25px;
}
.category__wrapper .backtofriends i {
  font-size: 20px;
}
.category__wrapper .backtofriends a {
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
  padding-left: 10px;
  color: #000;
  font-size: 25px;
}
.category__wrapper .category_group .createpost {
  border: 2.5px solid #7f9daf;
  border-radius: 3px;
}
.category__wrapper .category_group .createpost form {
  display: flex;
  width: 100%;
  padding-right: 15px;
}
.category__wrapper .category_group .createpost .createpost_group {
  justify-content: space-around;
  display: flex;
}
.category__wrapper .category_group .createpost .createpost_group .createpost_image {
  display: flex;
  align-items: center;
}
.category__wrapper .category_group .createpost .createpost_group .createpost_image .input_image {
  display: none;
}
.category__wrapper .category_group .createpost .createpost_group .createpost_link {
  display: flex;
  align-items: center;
}
.category__wrapper .category_group .createpost .createpost_group .createpost_link .input_link {
  display: none;
}
.category__wrapper .category_group .createpost .createpost_group .sbm {
  margin-right: -7px;
  background-color: #DBB65E;
  color: #fff;
}
.category__wrapper .category_group .createpost input {
  background-color: #9DB3C0;
  border: 0;
  border-radius: 2px;
  outline: none;
  font-size: 15px;
  color: #022d4d;
  padding: 10px 13px;
  margin: 8px;
  width: 100%;
}
.category__wrapper .category_group .createpost input::-moz-placeholder {
  color: #fff;
}
.category__wrapper .category_group .createpost input:-ms-input-placeholder {
  color: #fff;
}
.category__wrapper .category_group .createpost input::placeholder {
  color: #fff;
}
.category__wrapper .category_group .createpost i {
  color: #DBB65E;
  font-size: 24px;
  padding: 0px 8px 0 8px;
}

@media (max-width: 1200px) {
  .search__box input {
    width: 24rem;
  }
}
@media (max-width: 575px) {
  .header__search {
    height: auto;
    padding-top: 10px;
  }
  .header__search .search__wrap {
    padding-bottom: 5px;
  }
  .header__search .search__wrap .search__box {
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
  }
  .header__search .search__wrap .search__box .search__hub {
    width: 100%;
  }
  .header__search .search__wrap .search__box .search__hub .drop__hub {
    top: 36px;
    left: 100px;
  }
  .header__search .search__wrap .search__box .search {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin: 10px 0;
    width: 100%;
  }
  .header__search .search__wrap .search__box .search input {
    width: 100%;
  }
  .header__search .search__wrap .search__box button {
    width: 100%;
  }
  .header__search .nav__list {
    width: 100%;
  }

  .question_group .question p {
    padding: 0;
  }

  .main_group .main_text .social_text .card__actions {
    width: auto;
  }

  .search__right {
    width: 100%;
  }
  .search__right--item {
    width: 50%;
    margin: 0 !important;
    text-align: center;
  }
}/*# sourceMappingURL=category.css.map */