@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Poppins:300,400,500,600,700);
/*
 * RALEWAY
 */
/*
 * POPPINS
 */
#news {
  margin-top: 90px;
}
#news .content {
  z-index: 1;
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  #news .content {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 0;
  }
}
#news .main-content {
  padding-right: 0;
  -ms-flex: 1;
      flex: 1;
  padding-right: 100px;
}
@media screen and (min-width: 1600px) {
  #news .main-content {
    padding-right: 200px;
  }
}
@media screen and (max-width: 540px) {
  #news .main-content {
    padding-right: 0;
  }
}
#news .main-content .content-inner {
  line-height: 1.5;
}
#news .sidebar {
  z-index: 2;
  text-align: center;
  margin: auto;
  -ms-flex: 0.5;
      flex: 0.5;
}
@media screen and (min-width: 1600px) {
}
@media screen and (max-width: 992px) {
  #news .sidebar {
    max-width: 412px;
    width: 100%;
    margin: auto;
  }
}
#news .sidebar h4 {
  padding: 40px 0 15px 0;
  text-align: center;
}
@media screen and (min-width: 2000px) {
  #news .sidebar h4 {
    font-size: 1.2rem;
  }
}
#news .sidebar a {
  display: block;
  width: 100%;
  opacity: 1;
}
#news .sidebar .category {
  padding: 15px 0 ;
  margin-bottom: -1px;
  transition: height 1s;
  text-align: left;
  overflow: hidden;
}
#news .sidebar .category .link-wrap {
  padding: 15px 0 ;
  border-bottom: 2px solid #b3afaf;
  border-top: 2px solid #b3afaf;
}
#news .sidebar .category .category-title {
  cursor: pointer;
  font-size: 0.9rem;
  position: relative;
}
@media screen and (min-width: 2000px) {
  #news .sidebar .category .category-title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1999px) {
  #news .sidebar .category .category-title {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 540px) {
  #news .sidebar .category .category-title {
    font-size: 0.9rem;
  }
}
#news .sidebar .category .category-title i {
  pointer-events: none;
  position: absolute;
  right: 10px;
  font-size: 26px;
  top: 0;
  font-weight: 500;
  transition: all 0.5s;
}
@media screen and (max-width: 1200px) {
  #news .sidebar .category .category-title i {
    font-size: 22px;
  }
}
#news .sidebar .category .post-title {
  font-size: 0.9rem;
  padding: 5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0s;
}
#news .sidebar .category .post-title:hover {
  color: #000;
}
@media screen and (min-width: 1600px) {
  #news .sidebar .category .post-title {
    font-size: 0.7rem;
  }
}
#news .sidebar .category.open {
  height: initial;
}
#news .sidebar .category.open i {
  transform: rotate(90deg);
}
#news .sidebar .category.open:hover i {
  top: 0;
  transform: rotate(-90deg);
}
#news .sidebar .category.open .post-title {
  transition: opacity 1s;
  opacity: 1;
}
#news .sidebar .category.fixed {
  height: initial;
}
#news .sidebar .category.fixed .post-title {
  transition: opacity 1s;
  opacity: 1;
}
#news .sidebar .category.fixed:hover i {
  top: 0;
  transform: none;
}
#news .article {
  position: relative;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 992px) {
  #news .article {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #news .article {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 540px) {
  #news .article {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#news .article .authored {
  font-weight: 300;
  font-style: italic;
  font-size: 0.7rem;
  margin: 0;
}
#news .article .img-wrap {
  position: relative;
}
#news .article .article-img {
  display: block;
  margin-bottom: 60px;
}
#news .article .title {
  font-weight: 300;
  color: #7e1f6c;
  font-size: 1.5rem;
  margin-top: 25px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
#news .article .title:after {
  position: absolute;
  width: 30px;
  height: 3px;
  left: 0;
  bottom: 0;
  content: '';
  background-color: #7e1f6c;
}
#news .article .body {
  position: relative;
  height: 100px;
  overflow: hidden;
}
#news .article .body.more {
  transition: all 5s;
}
#news .article .body .shadow {
  position: absolute;
  z-index: 2;
  height: 40px;
  width: 100%;
  bottom: 0;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #ffffff 95%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
#news .article a.expand {
  display: block;
  font-weight: 500;
  font-style: italic;
  color: #7e1f6c;
  margin-top: 15px;
  font-size: 0.9em;
  margin-bottom: 20px;
}
#news .article .blog-share-wrapper {
  margin-top: 10px;
}
#news .article .blog-share-wrapper:before,
#news .article .blog-share-wrapper:after {
  content: "";
  display: table;
}
#news .article .blog-share-wrapper:after {
  clear: both;
}
#news .article .share-wrap {
  float: left;
  margin-right: 10px;
}
#news .article .inner {
  line-height: 1.6;
}
