/* Post Slider type 3
-------------------------------------------------- */
/* owl dots */
.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #e4e4e4;
    border-radius: 50%;
    margin: 0 6px;
    transition: all .3s ease;
}
.owl-dots .owl-dot.active {
    background: #437df9;
}
.postslider-3 .postslider-carousel.postslider-b {
    position: relative;
    overflow: hidden;
}

.postslider-3.owl-carousel .owl-item img {
    width: auto;
    box-shadow: 10px 10px 10px #000;
}

.postslider-3 .owl-item {
    background: #fafafa;
}

.postslider-3 .latest-img {
    overflow: hidden;
    display: inline-block;
    float: right;
    padding-left: 369px;
}

.postslider-3 .latest-content {
    background: #fff;
    box-shadow: 0px 5px 29px 0px rgba(1, 1, 2, 0.11);
    overflow: hidden;
    position: absolute;
    padding: 4% 3%;
    max-width: 548px;
    left: 50%;
    top: 50%;
    transform: translate(-90%, -50%);
}

.postslider-3 .latest-content .category a,
.postslider-3 .latest-content .date,
.postslider-3 .latest-content .latest-title a {
    color: #222;
}

.postslider-3 .latest-content .category a,
.postslider-3 .latest-content .date {
    font-size: 16px;
    position: relative;
}

.postslider-3 .latest-content .date {
    padding-left: 30px;
}

.postslider-3 .latest-content .date:before {
    content: '';
    background: #222;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate( 0, 50%);
    -webkit-transform: translate( 0, 50%);
    width: 20px;
    height: 1px;
}

.postslider-3 .latest-content .category a {
    padding-left: 18px;
    padding-right: 9px;
}

.postslider-3 .latest-content .category a:nth-child(2n+1) {
    padding-left: 0;
    margin-right: 29px;
}

.postslider-3 .latest-content .category {
    position: relative;
}

.postslider-3 .latest-content .category .category-color {
    width: 9px;
    height: 9px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translate( 0, -50%);
    -webkit-transform: translate( 0, -50%);
}

.postslider-3 .latest-content .category a:first-child {
    padding: 0;
}

.postslider-3 .latest-content .category a:hover {
    text-decoration: underline;
}

#wrap .postslider-3 .latest-content .latest-title {
    font-size: 43px;
    font-weight: 600;
    margin-top: 19px;
    margin-bottom: 32px;
}

.postslider-3 .latest-content .excerpt {
    font-size: 16px;
    color: #818181;
    margin-bottom: 35px;
}

.postslider-3 .latest-content .magicmore {
    color: #212121;
    font-size: 16px;
    position: relative;
    padding-left: 54px;
    font-weight: 600;
    transition: all .22s ease;
    -webkit-transition: all .22s ease;
}

.postslider-3 .latest-content .magicmore i {
    width: 42px;
    height: 13px;
    font-size: 41px;
    display: inline;
    position: absolute;
    left: 0;
    top: -8px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.postslider-3 .latest-content .magicmore:hover {
    padding-left: 60px;
}

.postslider-3 .latest-content .magicmore:hover i {
    left: 5px;
}

.postslider-3 .latest-content .magicmore:after {
    display: none;
}

.postslider-3 .owl-dots {
    position: absolute;
    transform: rotate(90deg);
    top: 50%;
}

.postslider-3 .owl-dots .owl-dot {
    width: 9px;
    height: 9px;
    border-radius: 0;
}

@media(max-width: 1200px) {
    .postslider-3 .latest-content .latest-title {
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .postslider-3 .latest-content .latest-title {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .postslider-3 .latest-img,
    .postslider-3 .postslider-carousel.postslider-b {
        height: 100%;
    }
    .postslider-3 .latest-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        max-width: 400px;
        width: 380px;
    }
    .postslider-3 .latest-img {
        padding-left: 0;
        float: none;
        display: block;
    }
}

@media(max-width:479px) {
    .postslider-3 .latest-content .latest-title {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .postslider-3 .latest-content {
        position: relative;
        top: auto;
        left: auto;
        padding: 46px 30px 40px 38px;
        transform: none;
    }
    .postslider-3 .latest-img {
        padding-left: 0;
        float: none;
        display: block;
    }
}