.wcp-carousel-wrapper {
  /* Slider */
}
.wcp-carousel-wrapper .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.wcp-carousel-wrapper .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.wcp-carousel-wrapper .slick-list:focus {
  outline: none;
}
.wcp-carousel-wrapper .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.wcp-carousel-wrapper .slick-slider .slick-track,
.wcp-carousel-wrapper .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.wcp-carousel-wrapper .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.wcp-carousel-wrapper .slick-track:before,
.wcp-carousel-wrapper .slick-track:after {
  display: table;
  content: '';
}
.wcp-carousel-wrapper .slick-track:after {
  clear: both;
}
.wcp-carousel-wrapper .slick-loading .slick-track {
  visibility: hidden;
}
.wcp-carousel-wrapper .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.wcp-carousel-wrapper [dir='rtl'] .slick-slide {
  float: right;
}
.wcp-carousel-wrapper .slick-slide img {
  display: block;
}
.wcp-carousel-wrapper .slick-slide.slick-loading img {
  display: none;
}
.wcp-carousel-wrapper .slick-slide.dragging img {
  pointer-events: none;
}
.wcp-carousel-wrapper .slick-initialized .slick-slide {
  display: block;
}
.wcp-carousel-wrapper .slick-loading .slick-slide {
  visibility: hidden;
}
.wcp-carousel-wrapper .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.wcp-carousel-wrapper .slick-arrow.slick-hidden {
  display: none;
}
.wcp-carousel-wrapper .post-style-1 .wcp-img-wrap {
  width: 30%;
  float: left;
  overflow: hidden;
  cursor: pointer;
}
.wcp-carousel-wrapper .post-style-1 .wcp-content-wrap {
  float: left;
  width: 70%;
  padding-top: 10px;
}
.wcp-carousel-wrapper .post-style-1 h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  margin-left: 10px;
}
.wcp-carousel-wrapper .post-style-1 .wcp-post-meta {
  font-size: 12px;
  margin-left: 10px;
}
.wcp-carousel-wrapper .post-style-1 img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.wcp-carousel-wrapper .post-style-1 .wcp-img-wrap:hover img {
  -webkit-transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  -o-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
  opacity: 0.8;
}
.wcp-carousel-wrapper .post-style-2 .wcp-content-wrap h3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 22px;
}
.wcp-carousel-wrapper .post-style-2 .wcp-post-meta {
  font-size: 14px;
  margin-left: 10px;
}
.wcp-carousel-wrapper .post-style-2 .wcp-content-wrap {
  padding-top: 10px;
}
.wcp-carousel-wrapper .post-style-2 .wcp-post-contents {
  font-size: 14px;
  margin-bottom: 0;
  margin: 10px;
}
.wcp-carousel-wrapper .post-style-2 .wcp-post-contents p {
  margin-bottom: 0;
}
.wcp-carousel-wrapper .post-style-3 .wcp-content-wrap h3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 22px;
}
.wcp-carousel-wrapper .post-style-3 .wcp-post-meta {
  font-size: 14px;
  margin-left: 10px;
}
.wcp-carousel-wrapper .post-style-3 .wcp-content-wrap {
  padding-top: 10px;
}
.wcp-carousel-wrapper .post-style-3 .wcp-post-contents {
  font-size: 14px;
  margin-bottom: 0;
  margin: 10px;
}
.wcp-carousel-wrapper .post-style-3 .wcp-post-contents p {
  margin-bottom: 0;
}
.wcp-carousel-wrapper .mega-post-carousel1 .mega-post-image {
  overflow: hidden;
  position: relative;
}
.wcp-carousel-wrapper .mega-post-carousel1 .mega-post-image img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
}
.wcp-carousel-wrapper .mega-post-carousel1 .mega-post-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.wcp-carousel-wrapper .mega-post-carousel1 .mega-post-category {
  margin: 10px 0;
  display: inline-block;
}
.wcp-carousel-wrapper .mega-post-carousel1 .mega-post-category a {
  text-decoration: none;
  display: inherit;
  color: #fff;
  background: #000;
  font-size: 10px;
  padding: 2px 5px;
  margin-right: 2px;
  text-transform: uppercase;
}
.wcp-carousel-wrapper .mega-post-carousel1 .mega-post-title {
  margin-bottom: 10px;
  margin-top: 5px;
}
.wcp-carousel-wrapper .mega-post-carousel1 .mega-post-title a {
  text-decoration: none;
  color: #000;
  line-height: 1.2;
  font-size: 19px;
}
.wcp-carousel-wrapper .mega-post-carousel1 .mega-post-meta {
  float: left;
  font-size: 12px;
  margin-top: 2px;
}
.wcp-carousel-wrapper .mega-post-carousel1 .mega-post-date {
  font-size: 12px;
}
.wcp-carousel-wrapper .mega-post-carousel1 .mega-post-date i {
  margin-right: 5px;
}
.wcp-carousel-wrapper .mega-post-carousel1 .mega-post-meta i {
  font-size: 13px;
  margin-right: 5px;
}
.wcp-carousel-wrapper .mega-post-carousel1 .mega-post-meta a {
  text-decoration: none;
  font-size: 13px;
  margin-right: 15px;
}
.wcp-carousel-wrapper .mega-post-carousel1 .mega-post-comment {
  font-size: 10px;
  text-align: center;
  line-height: 1;
  position: relative;
  padding: 2px 7px;
  background: #fff;
}
.wcp-carousel-wrapper .mega-post-carousel1 .mega-comment-box {
  position: absolute;
  margin-bottom: 4px;
  top: 10px;
  right: 15px;
}
.wcp-carousel-wrapper .mega-post-carousel1 .mega-post-comment:before {
  content: " ";
  position: absolute;
  bottom: -4px;
  left: 30%;
  border-width: 0 0 6px 6px;
  border-style: solid;
  border-color: transparent #fff;
}
.wcp-carousel-wrapper .mega-post-carousel1 .mega-post-comment a {
  text-decoration: none;
  font-size: 11px;
  color: #000;
}
.wcp-carousel-wrapper .mega-post-carousel1 .mega-post-para p {
  color: #888;
  font-size: 14px;
  margin-top: 10px;
  text-align: justify;
}
.wcp-carousel-wrapper .mega-post-carousel3 .mega-post-image {
  overflow: hidden;
}
.wcp-carousel-wrapper .mega-post-carousel3 .mega-post-image img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
}
.wcp-carousel-wrapper .mega-post-carousel3 .mega-post-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.wcp-carousel-wrapper .mega-post-carousel3 .mega-desc-box {
  border-bottom: 2px solid #eeeeee;
  text-align: center;
  margin: 0px 20px;
  background: #fff;
  margin-top: -20px;
  position: relative;
}
.wcp-carousel-wrapper .mega-post-carousel3 .mega-post-category {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  text-align: center;
  padding: 0px 35px;
  font-size: 14px;
  line-height: 22px;
}
.wcp-carousel-wrapper .mega-post-carousel3 .mega-post-category:before {
  background-color: #222;
  content: '';
  position: absolute;
  top: 11px;
  width: 30px;
  height: 1px;
  left: 0;
}
.wcp-carousel-wrapper .mega-post-carousel3 .mega-post-category:after {
  background-color: #222;
  content: '';
  position: absolute;
  top: 11px;
  width: 30px;
  height: 1px;
  right: 0;
}
.wcp-carousel-wrapper .mega-post-carousel3 .mega-post-category a {
  text-decoration: none;
  display: inherit;
  color: #000;
}
.wcp-carousel-wrapper .mega-post-carousel3 .mega-post-title {
  margin-bottom: 10px;
  margin-top: 5px;
}
.wcp-carousel-wrapper .mega-post-carousel3 .mega-post-title a {
  text-decoration: none;
  color: #000;
  line-height: 1.2;
  font-size: 19px;
}
.wcp-carousel-wrapper .mega-post-carousel3 .mega-post-meta {
  float: left;
  font-size: 12px;
  margin-top: 2px;
}
.wcp-carousel-wrapper .mega-post-carousel3 .mega-post-meta i {
  font-size: 13px;
  margin-right: 5px;
}
.wcp-carousel-wrapper .mega-post-carousel3 .mega-post-meta a {
  text-decoration: none;
  color: #000;
  font-size: 13px;
  margin-right: 15px;
}
.wcp-carousel-wrapper .mega-post-carousel3 .mega-post-comment {
  font-size: 10px;
  text-align: center;
  position: relative;
  display: block;
  padding: 3px 6px;
  color: #2e2e2e;
}
.wcp-carousel-wrapper .mega-post-carousel3 .mega-comment-box {
  float: right;
  margin-bottom: 4px;
}
.wcp-carousel-wrapper .mega-post-carousel3 .mega-post-comment a,
.wcp-carousel-wrapper .mega-post-carousel3 .mega-post-comment i {
  text-decoration: none;
  font-size: 12px;
  color: #000;
}
.wcp-carousel-wrapper .mega-post-carousel3 .mega-post-para p {
  color: #888;
  font-size: 13px;
  margin-top: 10px;
}
.wcp-carousel-wrapper .clearfix {
  clear: both;
}
.wcp-carousel-wrapper .mega-post-carousel4 .mega-post-image {
  overflow: hidden;
}
.wcp-carousel-wrapper .mega-post-carousel4 .mega-post-image img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
}
.wcp-carousel-wrapper .mega-post-carousel4 .mega-post-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.wcp-carousel-wrapper .mega-post-carousel4 .mega-post-category {
  margin: 10px 0;
  display: inline-block;
}
.wcp-carousel-wrapper .mega-post-carousel4 .mega-post-category a {
  text-decoration: none;
  display: inherit;
  color: #fff;
  background: #000;
  font-size: 11px;
  padding: 2px 5px;
  margin-right: 2px;
}
.wcp-carousel-wrapper .mega-post-carousel4 .mega-post-title {
  margin-bottom: 10px;
  margin-top: 5px;
}
.wcp-carousel-wrapper .mega-post-carousel4 .mega-post-title a {
  text-decoration: none;
  color: #000;
  line-height: 1.2;
  font-size: 19px;
}
.wcp-carousel-wrapper .mega-post-carousel4 .mega-post-meta {
  float: left;
  font-size: 12px;
  margin: 0;
}
.wcp-carousel-wrapper .mega-post-carousel4 .mega-post-date {
  font-size: 12px;
  float: right;
  padding-top: 14px;
}
.wcp-carousel-wrapper .mega-post-carousel4 .mega-post-date i {
  margin-right: 5px;
}
.wcp-carousel-wrapper .mega-post-carousel4 .mega-post-meta i {
  font-size: 13px;
  margin-right: 5px;
}
.wcp-carousel-wrapper .mega-post-carousel4 .mega-post-meta a {
  text-decoration: none;
  color: #000;
  font-size: 13px;
  margin-right: 15px;
}
.wcp-carousel-wrapper .mega-post-carousel4 .mega-comment-box {
  float: right;
  margin: 0;
  font-size: 12px;
}
.wcp-carousel-wrapper .mega-post-carousel4 .mega-post-comment a {
  text-decoration: none;
  font-size: 12px;
  color: #000;
}
.wcp-carousel-wrapper .mega-post-carousel4 .mega-post-comment i {
  text-decoration: none;
  font-size: 12px;
  color: #000;
}
.wcp-carousel-wrapper .mega-post-carousel4 .mega-post-para p {
  color: #888;
  font-size: 14px;
  margin-top: 10px;
}
.wcp-carousel-wrapper .slick-track img {
  width: 100%;
}
.wcp-carousel-wrapper .slick-track a {
  text-decoration: none;
  border-bottom: none;
  box-shadow: none;
}
.wcp-carousel-wrapper .slick-active:active,
.wcp-carousel-wrapper .slick-slide:active {
  outline: none;
}
.wcp-carousel-wrapper .post-style-2 .wcp-content-wrap h3,
.wcp-carousel-wrapper .post-style-3 .wcp-content-wrap h3 {
  width: 95%;
}
.wcp-slick { display: none; }
.wcp-slick.slick-initialized { display: block; }