/* Slider */
.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;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.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);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.post-style-1 .wcp-img-wrap {
    width: 30%;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.post-style-1 .wcp-content-wrap {
    float: left;
    width: 70%;
    padding-top: 10px;
}

.post-style-1 h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    margin-left: 10px;
}

.post-style-1 .wcp-post-meta {
    font-size: 12px;
    margin-left: 10px;
}
.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;
}
.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;
}

.post-style-2 .wcp-content-wrap h3 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 22px;
}

.post-style-2 .wcp-post-meta {
    font-size: 14px;
    margin-left: 10px;
}

.post-style-2 .wcp-content-wrap {
    padding-top: 10px;
}

.post-style-2 .wcp-post-contents {
    font-size: 14px;
    margin-bottom: 0;
    margin: 10px;
}
.post-style-2 .wcp-post-contents p {
    margin-bottom: 0;
}

.post-style-3 .wcp-content-wrap h3 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 22px;
}

.post-style-3 .wcp-post-meta {
    font-size: 14px;
    margin-left: 10px;
}

.post-style-3 .wcp-content-wrap {
    padding-top: 10px;
}

.post-style-3 .wcp-post-contents {
    font-size: 14px;
    margin-bottom: 0;
    margin: 10px;
}
.post-style-3 .wcp-post-contents p {
    margin-bottom: 0;
}
.mega-post-carousel1 .mega-post-image {
    overflow: hidden;
    position: relative;
}

.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%;
}
.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);
}
.mega-post-carousel1 .mega-post-category {
    margin: 10px 0;
    display: inline-block;
}
.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;
}
.mega-post-carousel1 .mega-post-title {
    margin-bottom: 10px;
    margin-top: 5px;
}
.mega-post-carousel1 .mega-post-title a{
    text-decoration: none;
    color: #000;
    line-height: 1.2;
    font-size: 19px;
}

.mega-post-carousel1 .mega-post-meta {
    float: left;
    font-size: 12px;
    margin-top: 2px;
}

.mega-post-carousel1 .mega-post-date {
    font-size: 12px;
}
.mega-post-carousel1 .mega-post-date i {
    margin-right: 5px;
}

.mega-post-carousel1 .mega-post-meta i {
    font-size: 13px;
    margin-right: 5px;
}

.mega-post-carousel1 .mega-post-meta a {
    text-decoration: none;
    font-size: 13px;
    margin-right: 15px;
}

.mega-post-carousel1 .mega-post-comment {

    font-size: 10px;
    text-align: center;
    line-height: 1;
    position: relative;
    padding: 2px 7px;
    background: #fff;
}

.mega-post-carousel1 .mega-comment-box {
    position: absolute;
    margin-bottom: 4px;
    top: 10px;
    right: 15px;
}

.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;
}

.mega-post-carousel1 .mega-post-comment a {
    text-decoration: none;
    font-size: 11px;
    color: #000;
}
.mega-post-carousel1 .mega-post-para p {
    color: #888;
    font-size: 14px;
    margin-top: 10px;
    text-align: justify;
}

.mega-post-carousel3 .mega-post-image {
    overflow: hidden;
}

.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%;
}
.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);
}

.mega-post-carousel3 .mega-desc-box{
    border-bottom: 2px solid #eeeeee;
    text-align: center;
    margin: 0px 20px;
    background: #fff;
    margin-top: -20px;
    position: relative;
}

.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;
}
.mega-post-carousel3 .mega-post-category:before {
    background-color: #222;
    content: '';
    position: absolute;
    top: 11px;
    width: 30px;
    height: 1px;
    left: 0;
}
.mega-post-carousel3 .mega-post-category:after {
    background-color: #222;
    content: '';
    position: absolute;
    top: 11px;
    width: 30px;
    height: 1px;
    right: 0;
}
.mega-post-carousel3 .mega-post-category a {
    text-decoration: none;
    display: inherit;
    color: #000;
}
.mega-post-carousel3 .mega-post-title {
    margin-bottom: 10px;
    margin-top: 5px;
}
.mega-post-carousel3 .mega-post-title a{
    text-decoration: none;
    color: #000;
    line-height: 1.2;
    font-size: 19px;
}

.mega-post-carousel3 .mega-post-meta {
    float: left;
    font-size: 12px;
    margin-top: 2px;
}

.mega-post-carousel3 .mega-post-meta i {
    font-size: 13px;
    margin-right: 5px;
}

.mega-post-carousel3 .mega-post-meta a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    margin-right: 15px;
}

.mega-post-carousel3 .mega-post-comment {
    font-size: 10px;
    text-align: center;
    position: relative;
    display: block;
    padding: 3px 6px;
    color: #2e2e2e;
}

.mega-post-carousel3 .mega-comment-box {
    float: right;
    margin-bottom: 4px;
}

.mega-post-carousel3 .mega-post-comment a, .mega-post-carousel3 .mega-post-comment i {
    text-decoration: none;
    font-size: 12px;
    color: #000;
}
.mega-post-carousel3 .mega-post-para p {
    color: #888;
    font-size: 13px;
    margin-top: 10px;
}
.clearfix {
    clear: both;
}
.mega-post-carousel4 .mega-post-image {
    overflow: hidden;
}

.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%;
}
.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);
}
.mega-post-carousel4 .mega-post-category {
    margin: 10px 0;
    display: inline-block;
}
.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;
}
.mega-post-carousel4 .mega-post-title {
    margin-bottom: 10px;
    margin-top: 5px;
}
.mega-post-carousel4 .mega-post-title a{
    text-decoration: none;
    color: #000;
    line-height: 1.2;
    font-size: 19px;
}

.mega-post-carousel4 .mega-post-meta {
    float: left;
    font-size: 12px;
    margin: 0;
}

.mega-post-carousel4 .mega-post-date {
    font-size: 12px;
    float: right;
    padding-top: 14px;
}
.mega-post-carousel4 .mega-post-date i {
    margin-right: 5px;
}

.mega-post-carousel4 .mega-post-meta i {
    font-size: 13px;
    margin-right: 5px;
}

.mega-post-carousel4 .mega-post-meta a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    margin-right: 15px;
}

.mega-post-carousel4 .mega-comment-box {
    float: right;
    margin: 0;
    font-size: 12px;
}

.mega-post-carousel4 .mega-post-comment a {
    text-decoration: none;
    font-size: 12px;
    color: #000;
}
.mega-post-carousel4 .mega-post-comment i {
    text-decoration: none;
    font-size: 12px;
    color: #000;
}
.mega-post-carousel4 .mega-post-para p {
    color: #888;
    font-size: 14px;
    margin-top: 10px;
}
.slick-track img {
    width: 100%;
}
.slick-track a {
    text-decoration: none;
    border-bottom: none;
    box-shadow: none;
}
.slick-active:active, .slick-slide:active {
    outline: none;
}
.post-style-2 .wcp-content-wrap h3, .post-style-3 .wcp-content-wrap h3 { width: 95%;}