.wppsac-wrap,
.wppsac-wrap * {
  box-sizing: border-box;
  outline: none !important;
}

.wppsac-clearfix::before,
.wppsac-clearfix::after {
  content: "";
  display: table;
}

.wppsac-clearfix::after {
  clear: both;
}

.wppsac-clearfix {
  clear: both;
}

.wppsac-wrap .wppsac-post-image {
  border-radius: 0;
  box-shadow: none;
}

.wppsac-post-carousel {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.wppsac-post-carousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.wppsac-post-carousel .slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}

.wppsac-post-carousel .slick-arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 50px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.wppsac-post-carousel .slick-arrow svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.wppsac-post-carousel .slick-prev {
  left: 0 !important;
}

.wppsac-post-carousel .slick-next {
  right: 0 !important;
}

.wppsac-post-carousel .slick-dots li {
  display: inline-block !important;
  margin: 0 2px !important;
  padding: 0 !important;
  list-style: none !important;
}

.wppsac-post-carousel .slick-dots li button {
  width: 13px !important;
  height: 13px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: -99999px;
  border: 2px solid #444;
  border-radius: 50%;
  background: #fff !important;
  box-shadow: none !important;
  cursor: pointer;
}

.wppsac-post-carousel .slick-dots li.slick-active button {
  background: #8d8c8c !important;
}

.wppsac-post-carousel a {
  text-decoration: none !important;
}

.wppsac-post-carousel.design-1 .wppsac-carousel-slides {
  padding: 0 10px;
}

.wppsac-post-carousel.design-1 .wppsac-post-image-bg {
  margin-bottom: 15px;
}

.wppsac-post-carousel.design-1 .wppsac-post-title {
  margin: 5px 0 !important;
  line-height: 26px;
}

.wppsac-post-carousel.design-1 .wppsac-post-title a {
  color: #444;
  font-size: 22px;
  line-height: 26px;
}

.wppsac-post-carousel .wppsac-post-date {
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
}

.wppsac-post-categories .wppsac-post-categories-list {
  margin: 0 0 10px !important;
  padding: 0 !important;
  list-style: none !important;
}

.wppsac-post-categories .wppsac-post-categories-list li {
  display: inline-block !important;
  margin: 2px !important;
  padding: 0 !important;
}

.wppsac-post-categories .wppsac-post-categories-list a {
  padding: 3px 8px;
  color: #fff !important;
  font-size: 10px;
  text-transform: uppercase;
}

.wppsac-post-categories .wppsac-post-categories-list li:nth-child(4n+1) a {
  background: #1abc9c;
}

.wppsac-post-categories .wppsac-post-categories-list li:nth-child(4n+2) a {
  background: #3498db;
}

.wppsac-post-categories .wppsac-post-categories-list li:nth-child(4n+3) a {
  background: #e74c3c;
}

.wppsac-post-categories .wppsac-post-categories-list li:nth-child(4n+4) a {
  background: #34495e;
}

.wppsac-post-content {
  padding-bottom: 10px;
}

.wppsac-sub-content {
  padding-bottom: 10px;
}

.wppsac-post-content .wppsac-readmorebtn {
  display: inline-block;
  margin: 8px 0;
  padding: 4px 12px;
  border: 1px solid #444;
  color: #444;
  font-size: 12px;
}
