
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
#main-content .widget-container.post-slider button.slick-arrow{
  border-radius: 50%;
}
#main-content .widget-container.post-slider button.slick-arrow.slick-prev{
  left: 10px;
  z-index: 1;
  top: 30%;
}
#main-content .widget-container.post-slider button.slick-arrow.slick-next{
  right: 10px;
  top: 30%;
}
#main-content .widget-container.post-slider .category-grey-background{
   background: #222;
   padding: 0px 0px 40px;
   margin: 0px;
   text-align: center;
}
#main-content .widget-container.post-slider .category-grey-background p.picture{
  margin-bottom: 15px;
  z-index: 99;
  position: relative;
  float: unset;
}
#main-content .widget-container.post-slider .category-grey-background p.picture img{
  max-height: 300px;
  display: unset;
}
#main-content .widget-container.post-slider .category-grey-background p.picture::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
}
#main-content .widget-container.post-slider .category-grey-background p.picture:hover::after{
    opacity: 1;
}
#main-content .widget-container.post-slider .category-grey-background .slideshow-container .post-details{
  padding: 0px 24px 20px;
  position: relative;
  z-index: 9;
}
#main-content .widget-container.post-slider .category-grey-background .slideshow-container .post-details p.byline{
  color: #fff;
  margin-bottom: 0px;
  font-size: 16px;
}
#main-content .widget-container.post-slider .category-grey-background .slideshow-container .post-details p.byline a{
  color: #fff;
}
#main-content .widget-container.post-slider .category-grey-background .slideshow-container .post-details h3{
  margin-bottom: 0px;
  text-align: center;
}
#main-content .widget-container.post-slider .category-grey-background .slideshow-container .post-details p.excerpt{
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0px;
}
#main-content .widget-container.post-slider .category-grey-background .slideshow-container .post-details h3 a{
  font-size: 1.34rem;
  line-height: 1.802rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 20px;
}
#main-content .widget-container.post-slider .slick-dots{
  bottom: 25px;
}
#main-content .widget-container.post-slider .slick-dots li button:before{
  color: #fff;
  opacity: 0.25;
  font-size: 16px;
}
#main-content .widget-container.post-slider .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 0.75;
}
#main-content .widget-container.post-slider .slick-list{
  margin: 0px;
  height: auto !important;
  border-bottom: none;
  background: #222;
}