



















/* Taps */
#posts a {
  color: unset !important;
}

#posts .post-image{
	height:250px;
}
#posts .title{
	height:45px;
	overflow:hidden;
}
#posts .desc{
	height: 60px;
	overflow:hidden;
}

.taps {
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
  list-style: none;
  width: fit-content;
  border-radius: 25%;
  margin-bottom: 86px;

  .btn {
    color: rgba(0, 0, 0, 0.5);
    padding: 12px 41px;
    border-radius: 25%;
    transition: all 0.3s ease-in-out;

    &:hover {
      color: #fff;
      background-color: #1f1f1f;
      opacity: 0.5;
    }
  }

  .btn.active {
    color: #fff;
    background-color: #1f1f1f;

    &:hover {
      opacity: 1 !important;
    }
  }


}

.col-12 {
  .categories {
    font-size: 14px;
    opacity: 0.85;
    margin-bottom: 4px;
  }

  .title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .desc {
    font-size: 18px;
    opacity: 0.75;
    margin-bottom: 0;
  }

  .date {
    font-size: 14px;
    opacity: 0.45;
    margin-bottom: 0;
  }
}

.col-md-4 {
  .categories {
    font-size: 12px;
    opacity: 0.75;
    margin-bottom: 8px;
  }

  .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .desc {
    font-size: 14px;
    color: #3e3232;
    opacity: 0.75;
    margin-bottom: 8px;
  }

  .date-section {
    color: #3e3232;
    background-color: #f5f5f5;

    .date {
      font-size: 12px;
      margin-bottom: 0;
    }
  }
}