/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */


.post-slide3 {
    margin: 0 15px;
    padding: 0 25px 20px 25px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
    margin-bottom: 2em;
}

.post-slide3 .post-img {
    position: relative;
    margin-bottom: 20px;
}

    .post-slide3 .post-img img {
        width: 100%;
        height: auto;
    }

.post-slide3 .post-icon {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 25px;
    text-align: center;
    background: #333;
    opacity: 0;
    border-radius: 3px;
    transition: all 300ms ease-in-out 0s;
}

.post-slide3:hover .post-icon {
    opacity: 1;
}

.post-slide3 .post-icon i {
    font-size: 20px;
    color: #fff;
    line-height: 60px;
}

.post-slide3 .post-bar {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}

    .post-slide3 .post-bar li {
        display: inline-block;
        font-size: 15px;
        color: #676767;
        margin-right: 5px;
    }

        .post-slide3 .post-bar li:after {
            content: "/";
            margin-left: 5px;
        }

        .post-slide3 .post-bar li:last-child:after {
            content: "";
        }

        .post-slide3 .post-bar li a {
            color: #8e44ad;
            transition: all 0.3s ease 0s;
        }

            .post-slide3 .post-bar li a:hover {
                color: #333;
                text-decoration: none;
            }

            .post-slide3 .post-bar li a:after {
                content: ",";
                margin: 0 5px;
            }

            .post-slide3 .post-bar li a:last-child:after {
                content: "";
            }

.post-slide3 .post-title {
    margin: 15px 0;
    text-transform: capitalize;
}

    .post-slide3 .post-title a {
        font-size: 22px;
        font-weight: 600;
        color: #3c3c3c;
        transition: all 300ms linear 0ms;
    }

        .post-slide3 .post-title a:hover {
            color: #8e44ad;
            text-decoration: none;
        }

.post-slide3 .post-description {
    font-size: 16px;
    color: #676767;
    line-height: 24px;
    padding-bottom: 15px;
}

.post-slide3 .read-more {
    display: inline-block;
}

    .post-slide3 .read-more:hover {
        text-decoration: none;
    }

    .post-slide3 .read-more i {
        font-size: 19px;
        color: #333;
        margin-right: 5px;
        transition: all 0.40s linear 0s;
    }

    .post-slide3 .read-more span {
        font-size: 16px;
        color: #333;
        opacity: 0;
        text-transform: uppercase;
        transition: all 0.40s linear 0s;
    }

    .post-slide3 .read-more:after {
        content: "";
        display: block;
        width: 40%;
        position: relative;
        bottom: -20px;
        border-bottom: 3px solid #333;
        opacity: 0;
        transition: all 0.40s linear 0s;
    }

.post-slide3:hover .read-more span,
.post-slide3:hover .read-more:after {
    opacity: 1;
}

.post-slide3 .read-more:hover span,
.post-slide3 .read-more:hover i,
.post-slide3 .read-more:hover:after {
    color: #8e44ad;
    border-bottom-color: #8e44ad;
}



/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

