/* mega-post-carousel1
============================================*/

.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%;
    height: 200px;
}
.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: 0;
    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-bottom: 6px;
    text-align: left;
}

/* Custom Styling
============================================*/
.vc-post-styling .slick-slide {
    padding: 0 15px 0 20px !important;
}

.vc-post-styling .slick-prev {
    left: -15px !important;
}

.vc-post-styling .slick-next {
    right: -20px !important;
}

.vc-post-styling .slick-prev:before, .slick-next:before {
    color: #fff !important;
    background: #1a618d !important;
    padding: 3px 10px !important;
    opacity: 1 !important;
}

.vc-post-styling .slick-dots li button {
    color: #000 !important;
}

.vc-post-styling .slick-dots li button::before {
    font-size: 45px;
    line-height: 19px;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
}

.vc-post-styling .slick-dots li.slick-active button:before {
    opacity: 1 !important;
}

/* Custom Media Query
============================================*/

@media only screen and (max-width: 768px) {
    .mega-post-carousel1 .mega-post-image {
        height: auto !important;
    }
    .mega-post-carousel2 .mega-post-image {
        height: auto !important;
    }
    .mega-post-carousel3 .mega-post-image {
        height: auto !important;
    }
    .mega-post-carousel4 .mega-post-image {
        height: auto !important;
    }

    .mega-post-carousel1 .mega-post-image img{
        height: auto !important;
    }
    .mega-post-carousel2 .mega-post-image img{
        height: auto !important;
    }
    .mega-post-carousel3 .mega-post-image img{
        height: auto !important;
    }
    .mega-post-carousel4 .mega-post-image img{
        height: auto !important;
    }
}