.widget-top_posts {
  margin-bottom: 60px !important;
}

.widget-top_posts .container-slider {
  width: 100%;
  height: -webkit-calc(100vh - 110px);
  height: -moz-calc(100vh - 110px);
  height: calc(100vh - 110px);
  max-height: 700px;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.widget-top_posts .container-slider .slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.widget-top_posts .container-slider .slide .background {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.widget-top_posts .container-slider .slide .content {
  bottom: 0;
  left: 50%;
  position: absolute;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.widget-top_posts .container-slider .slide .content .box {
  width: 59%;
  padding: 60px 8% 160px;
  position: relative;
}

.widget-top_posts .container-slider .slide .content .box .dots {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 2;
}

.widget-top_posts .container-slider .slide .content .box .dots a {
  display: block;
  width: 8px;
  height: 8px;
  opacity: 0.2;
  padding: 20px 10px;
  float: left;
  cursor: pointer;
}

.widget-top_posts .container-slider .slide .content .box .dots a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin: -4px 0 0 -4px;
  border-radius: 99px 99px 99px 99px;
  -moz-border-radius: 99px 99px 99px 99px;
  -webkit-border-radius: 99px 99px 99px 99px;
}

.widget-top_posts .container-slider .slide .content .box .dots a:hover {
  opacity: 0.5;
}

.widget-top_posts .container-slider .slide .content .box .dots a.active {
  opacity: 1;
}

.widget-top_posts .container-slider .slide .content .box .subtext {
  font-family: 'Hind';
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f3f6ff;
  position: relative;
  z-index: 2;
  opacity: 0;
}

.widget-top_posts .container-slider .slide .content .box .subtext:before {
  content: "";
  width: 100vw;
  height: 2px;
  background: #bcc4d0;
  display: block;
  position: absolute;
  top: 9px;
  right: -webkit-calc(100% + 5px);
  right: -moz-calc(100% + 5px);
  right: calc(100% + 5px);
  opacity: 0.4;
}

.widget-top_posts .container-slider .slide .content .box .text {
  font-family: "Playfair Display";
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  color: #ffffff;
  top: 30px;
  position: relative;
  z-index: 2;
  opacity: 0;
  text-decoration: none !important;
}

.widget-top_posts .container-slider .slide .content .box .text:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: -3px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.15s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.15s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.15s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.15s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.widget-top_posts .container-slider .slide .content .box .text:hover:before {
  opacity: 1;
  width: 100%;
}

.widget-top_posts .container-slider .slide .content .box .number {
  color: #ffffff;
  font-family: 'Hind';
  font-size: 260px;
  font-weight: 700;
  opacity: 0.1;
  line-height: 260px;
  position: absolute;
  top: 50%;
  left: -30px;
  margin: -50px 0 0 -100px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget-top_posts .container-slider .slide .content .box .mask {
  width: 100vw;
  height: 100%;
  background-color: #233867;
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.widget-top_posts .container-slider .slide.slick-current .background {
  -webkit-transition: all 5s linear 0s;
  -moz-transition: all 5s linear 0s;
  -o-transition: all 5s linear 0s;
  transition: all 5s linear 0s;
}

.widget-top_posts .container-slider .slide.slick-current .content .box .number {
  left: 0;
  opacity: 0.1;
  -webkit-transition: all 3s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 3s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 3s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 3s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.widget-top_posts .container-slider .slide.slick-current .content .box .subtext {
  opacity: 1;
  -webkit-transition: all 3s cubic-bezier(0, 0, 0, 0.82) 0.25s;
  -moz-transition: all 3s cubic-bezier(0, 0, 0, 0.82) 0.25s;
  -o-transition: all 3s cubic-bezier(0, 0, 0, 0.82) 0.25s;
  transition: all 3s cubic-bezier(0, 0, 0, 0.82) 0.25s;
}

.widget-top_posts .container-slider .slide.slick-current .content .box .text {
  opacity: 1;
  top: 0;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 1.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 1.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 1.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.widget-top_posts .container-posts {
  width: 100%;
  position: relative;
  margin-top: -100px;
  z-index: 1;
}

.widget-top_posts .container-posts .post {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.widget-top_posts .container-posts .post .cover {
  display: block;
  width: 100%;
  padding-top: 50%;
  background-color: gray;
  position: relative;
  overflow: hidden;
}

.widget-top_posts .container-posts .post .cover .container-zoom {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 0;
}

.widget-top_posts .container-posts .post .cover .container-zoom .zoom {
  width: 100%;
  height: 100%;
  background-color: gray;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 1.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 1.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 1.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.widget-top_posts .container-posts .post .cover .mask {
  width: 100%;
  height: 30%;
  background: -moz-linear-gradient(top, rgba(25, 37, 81, 0) 0%, #192551 100%);
  background: -webkit-linear-gradient(top, rgba(25, 37, 81, 0) 0%, #192551 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 37, 81, 0)), to(#192551));
  background: -o-linear-gradient(top, rgba(25, 37, 81, 0) 0%, #192551 100%);
  background: linear-gradient(to bottom, rgba(25, 37, 81, 0) 0%, #192551 100%);
  position: absolute;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.widget-top_posts .container-posts .post .category {
  font-family: Hind;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #20212b;
  margin: 25px 0;
  padding-left: 45px;
  position: relative;
}

.widget-top_posts .container-posts .post .category:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #7686a1;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
}

.widget-top_posts .container-posts .post .title {
  display: inline-block;
  font-family: "Playfair Display";
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  color: #006cb8;
  padding-left: 45px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.widget-top_posts .container-posts .post .title:hover {
  color: #000;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.widget-top_posts .container-posts .post .excerpt {
  font-family: "Hind";
  font-size: 18px;
  font-weight: 300;
  color: #20212b;
  padding-left: 45px;
  line-height: 1.63;
}

.widget-top_posts .container-posts .post:hover .cover .zoom {
  filter: grayscale(50%);
  -webkit-filter: grayscale(50%);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.widget-top_posts .container-posts .post:hover .cover .mask {
  height: 50%;
  opacity: 0.5;
}

.widget-top_posts .slick-dots {
  display: none !important;
}

@media (max-width: 767px) {
  .widget-top_posts {
    margin-bottom: 20px !important;
  }
  .widget-top_posts .container-slider {
    max-height: 300px;
  }
  .widget-top_posts .container-slider .slick-list, .widget-top_posts .container-slider .slick-track {
    max-height: 300px;
  }
  .widget-top_posts .container-slider .slide .content {
    max-height: 80%;
    max-width: 100%;
  }
  .widget-top_posts .container-slider .slide .content .box {
    width: 100%;
    padding: 40px 0 60px;
  }
  .widget-top_posts .container-slider .slide .content .box .number, .widget-top_posts .container-slider .slide .content .box .subtext {
    display: none;
  }
  .widget-top_posts .container-slider .slide .content .box .text {
    font-size: 27px;
    line-height: 1.7;
  }
  .widget-top_posts .container-slider .slide .content .box .dots {
    bottom: 10px;
    right: auto;
    top: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 9;
  }
  .widget-top_posts .container-slider .slide .content .box .dots a {
    padding: 20px 20px;
  }
  .widget-top_posts .container-slider .slide .content .box .dots a:before {
    width: 10px;
    height: 10px;
  }
  .widget-top_posts .container-slider .slide .content .box .mask {
    width: -webkit-calc(116%);
    width: -moz-calc(116%);
    width: calc(116%);
    right: -8%;
  }
  .widget-top_posts .container-posts {
    margin-top: 30px;
  }
  .widget-top_posts .container-posts .post {
    width: 100%;
  }
  .widget-top_posts .container-posts .post .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    padding-left: 0;
    color: #006cb8;
  }
  .widget-top_posts .container-posts .post .excerpt {
    font-size: 16px;
    line-height: 1.63;
    padding-left: 0;
    color: #000;
  }
}

.slick-list,
.slick-track {
  height: 100%;
}
