.KW_progressContainer {
  left:0;
  width: 100%;
  height: 0.4em;
  margin-bottom: 0px;
  position: fixed;
  bottom: 0px;
  overflow: hidden;
  background-color: transparent;
  content: "";
	display: table;
	table-layout: fixed;
  z-index:999;
}

.KW_progressBar {
  width: 0%;
  float: left;
  height: 100%;
  z-index:99;
  max-width: 100%;
  background-color:orange;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.content .post .post-des h1 {
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 13px;
}

.content .post .post-des h1 a{
    color: #444!important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.share-btn{
  display: block;
    float: left;
    margin: 0;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    border: 0;
    border-radius: 2px;
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.facebook-share-btn{
  background-color: #3b5998;
    text-shadow: 1px 1px 0 #1b2947;
}
.facebook-share-btn:hover{
  background-color: #2d4373;
  color: #fff
}
.whatsapp-share-btn{
  background-color: #5cbe4a;
    text-shadow: 1px 1px 0 #1b2947;
}
.whatsapp-share-btn:hover{
  background-color: #5ea850;
  color: #fff
}
.twitter-share-btn{
      background-color: #00aced;
    text-shadow: 1px 1px 0 #00506e;
}
.twitter-share-btn:hover{
  background-color: #0099d4;
  color: #fff
}

@media screen and (min-width: 40em){
  h1 {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 600px) {
  .hidden-mobile{
      display: none !important;
  }
}

@media (min-width:600px)  {
  .group-item-grid-default .post {
      min-height: 287px !important;
  }
  .smallSizeDefault .post {
      min-height: 287px !important;
  }
  .grid-medium .post {
      min-height: 391px !important;
  }
}