/*--------------------------------------------------------------
scroll to top css
--------------------------------------------------------------*/

#teg-scrollup {
  background-color: $prime_color;
  bottom: 20px;
  color: #ffffff;
  display: none;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 20px;
  width: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
  &:hover, &:focus, &:active {
    color: #ffffff;
    border-radius: 100%;
  }
}

.home .post-content-wrapper .post-content {
  max-height: 80px;
  overflow: hidden;
}