.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

.featured-carousel .owl-item {
    height: 550px;
    position: relative;
}
.featured-carousel .carousel-image {
    max-width: 62%;
    max-height: 550px;
    object-position: 50% 100%;
    object-fit: cover;
}
.owl-carousel a.alignnone {
    display: block;
}
.featured-carousel .carousel-image img {
    height: 550px;
    object-position: 50% 100%;
    object-fit: cover;
}
.owl-carousel .owl-item.active .owl-lazy img,
.owl-carousel .owl-item.active .owl-lazy,
.owl-carousel .owl-item .owl-lazy img {
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy img {
    opacity: 0;
}
.featured-carousel .entry-content-outer {
    position: absolute;
    width: 38%;
    top: 0;
    right: 0;
    bottom: 0;
}
.featured-carousel .entry-content-wrap {
    height: 100%;
    display: table;
    vertical-align: middle;
    position: relative;
    margin: 0 auto;
}
.featured-carousel .entry-content-inner {
    vertical-align: middle;
    display: table-cell;
    padding: 30px 80px 30px 60px;
}
.featured-carousel .entry-content-inner .entry-meta {
    margin-bottom: 10px !important;
}
.featured-carousel .entry-content-inner p:last-of-type {
    margin-bottom: 0;
}
.featured-carousel .owl-carousel .owl-nav button.owl-prev,
.featured-carousel .owl-carousel .owl-nav button.owl-next {
    background: rgba(255,255,255, .7);
    position: absolute;
    top: 50%;
    bottom: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    margin: 0 auto !important;
    font-size: 16px;
    padding: 23px 6px 38px 4px !important;
    margin: 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.featured-carousel .owl-carousel .owl-nav button.owl-next {
    padding: 23px 4px 38px 6px !important;
}
.featured-carousel .owl-carousel .owl-nav button.owl-prev:hover,
.featured-carousel .owl-carousel .owl-nav button.owl-next:hover {
    background: #ddac94;
}
.featured-carousel .dashicons,
.featured-carousel .dashicons-before:before {
    width: 20px;
    height: 20px;
    color: #6d7975;
    font-size: inherit;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.featured-carousel .owl-carousel .owl-nav button.owl-prev:hover .dashicons,
.featured-carousel .owl-carousel .owl-nav button.owl-next:hover .dashicons {
    color: #fff;
}
.featured-carousel .owl-prev {
    left: 0;
}
.featured-carousel .owl-next {
    right: 0;
}


/* Align Left */

.featured-carousel .align-left .entry-content-outer {
    left: 0;
}
.featured-carousel .align-left .entry-content-inner {
    padding: 30px 60px 30px 90px;
}
.featured-carousel .align-left .carousel-image {
    right: 0;
    float: right;
}


/* Align Center */

.featured-carousel .align-center .entry-content-outer,
.featured-carousel .align-center .carousel-image {
    width: 100%;
    max-width: 100%;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
    opacity: 0;
}
.featured-carousel .align-center .entry-content-inner {
    opacity: 0;
    background: rgba(255,255,255,.85);
    padding: 35px 40px 30px;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -ms-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
}
.featured-carousel .align-center .owl-item.active .entry-content-inner,
.featured-carousel .align-center .owl-item.active .entry-content-outer,
.featured-carousel .align-center .owl-item .carousel-image {
    opacity: 1 !important;
}
.featured-carousel .align-center .entry-content-wrap {
    height: auto;
    max-width: 40%;
    top: 50%;
    bottom: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    text-align: center;
}
.featured-carousel .align-center .entry-content {
    margin-bottom: 5px;
}
.featured-carousel .align-center .entry-content p:first-of-type {
    display: none;
}
.featured-carousel .align-center .entry-content-wrap .entry-title {
    text-align: center;
    font-size: 30px;
}

/* Mobile */

@media only screen and (max-width: 1150px) {
    .featured-carousel .entry-content-inner {
        padding: 40px;
    }
    .featured-carousel .align-left .entry-content-inner {
        padding: 40px 50px
    }
    .featured-carousel .entry-content p:first-of-type {
        display: none;
    }
    .featured-carousel .entry-title {
        font-size: 30px;
    }
    .featured-carousel .align-center .entry-content-wrap {
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .featured-carousel .entry-content-wrap .entry-content {
        display: none;
    }
    .featured-carousel .entry-content-inner {
        opacity: 0;
        background: rgba(255,255,255,.85);
        -webkit-transition: opacity .4s ease-in;
        -moz-transition: opacity .4s ease-in;
        -ms-transition: opacity .4s ease-in;
        -o-transition: opacity .4s ease-in;
        transition: opacity .4s ease-in;
    }
    .featured-carousel .owl-item.active .entry-content-inner {
        opacity: 1;
    }
    .featured-carousel .entry-content-wrap {
        height: auto;
        top: 50%;
        bottom: 50%;
        width: 100%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        text-align: center;
    }
    .clover-home .home-area .featured-carousel {
        padding: 0 !important;
    }
    .featured-carousel .entry-content-outer,
    .featured-carousel .carousel-image {
        width: 100%;
        max-width: 100%;
        max-height: 400px;
    }
    .featured-carousel .owl-item {
        height: 400px;
    }
    .featured-carousel .carousel-image img {
        min-height: 400px;
        width: 100%;
    }
    .featured-carousel p.entry-meta {
        font-size: 11px;
    }
    .featured-carousel .entry-content-inner,
    .featured-carousel .align-center .entry-content-inner,
    .featured-carousel .align-left .entry-content-inner {
        padding: 24px;
    }
    .featured-carousel  .entry-content-wrap,
    .featured-carousel .align-center .entry-content-wrap {
        max-width: 80%;
    }
    .featured-carousel  .entry-content-wrap .entry-title,
    .featured-carousel .align-center .entry-content-wrap .entry-title {
        font-size: 24px;
        margin-bottom: 0;
        margin-top: 0px;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .featured-carousel  .entry-content-wrap,
    .featured-carousel .align-center .entry-content-wrap {
        max-width: 100%;
        padding: 22px;
    }
    .featured-carousel  .entry-content-wrap .entry-title,
    .featured-carousel .align-center .entry-content-wrap .entry-title {
        font-size: 20px;
        margin-top: -5px;
    }
    .featured-carousel .entry-content-inner,
    .featured-carousel .align-center .entry-content-inner,
    .featured-carousel .align-left .entry-content-inner {
        padding: 18px;
    }
     .featured-carousel .entry-content-outer,
    .featured-carousel .carousel-image,
    .featured-carousel .owl-item {
        max-height: 350px;
    }
}