﻿

.banner-banner-carousel-item .bubble {
    display: block;
    overflow: hidden;
    position: relative;
}

.banner-container {
    position: absolute;
    z-index: 9;
    bottom: 0px;
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 0px 20px 20px 20px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 140%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(140%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 150%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 140%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 140%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 140%);
}

    .banner-container .meta-category-small {
        float: left;
        width: 100%;
    }

        .banner-container .meta-category-small a {
            height: 23px;
            margin-top: 5px;
            line-height: 23px;
            font-size: 11px;
            color: #000;
            float: none;
            padding: 0px 12px;
            margin-right: 2px;
            position: relative;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            letter-spacing: 1px;
        }

            .banner-container .meta-category-small a:before {
                border-top: 20px solid rgba(255,255,255,0);
            }

            .banner-container .meta-category-small a:after {
                border-bottom: 20px solid rgba(255,255,255,0);
            }

        .banner-container .meta-category-small .post_type_icon {
            height: 20px;
            line-height: 20px;
            background: #FFF;
            color: #000;
            float: none;
            width: 20px;
            text-align: center;
            display: inline-block;
            font-size: 13px;
            border-radius: 2px;
            margin-right: 5px;
        }

    .banner-container h5 {
        float: left;
        margin: 10px 0px;
        width: 100%;
        text-transform: capitalize;
    }

        .banner-container h5 a {
            font-size: 16px;
            color: #fff;
            text-shadow: 1px 1px 0 rgba(0,0,0, 0.333);
            line-height: 1.2;
            text-transform: uppercase;
            font-weight: normal;
        }

    .banner-container .post-meta {
        font-size: 12px;
        color: #FFF;
        margin: 0px;
        float: left;
        text-transform: uppercase;
        float: left;
        width: 100%;
        margin-top: -3px;
    }

        .banner-container .post-meta span {
            float: none;
            display: inline-block;
            margin-right: 10px !important;
            letter-spacing: 1px;
        }

            .banner-container .post-meta span.meta-comment {
                margin-right: 0px;
            }

            .banner-container .post-meta span,
            .banner-container .post-meta span i {
                margin-right: 5px;
            }

                .banner-container .post-meta span a {
                    color: #FFF;
                }

                    .banner-container .post-meta span a:hover {
                        text-decoration: none !important;
                    }

.banner-carousel-item-style .bubble {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .banner-carousel-item-style .bubble .post_type_icon {
        color: #FFF;
        background: #000;
        font-size: 20px !important;
        height: 45px;
        width: 45px;
        line-height: 45px;
        left: 50%;
        margin-left: -20px;
        margin-top: -20px;
        position: absolute;
        text-align: center;
        top: 50%;
        z-index: 9;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        opacity: 0.7;
    }

.banner-carousel-item-style .captions_carousel_style,
.banner-carousel-item-style .captions_carousel_style_main {
    float: left;
    width: 100%;
    background: #FFF;
    position: relative;
    padding: 25px 25px 0px 25px;
    min-height: 240px;
}

    .banner-carousel-item-style .captions_carousel_style:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #FFF;
        position: absolute;
        top: -10px;
        z-index: 3;
        left: 50%;
        margin-left: -10px;
    }

.captions_border_style {
    border-bottom: 1px solid #E2E2E2;
}

.banner-carousel-item-style .captions_carousel_style_main:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFF;
    position: absolute;
    bottom: -10px;
    z-index: 3;
    left: 50%;
    margin-left: -10px;
}

.banner-carousel-item-style .captions_carousel_style_main .meta-category-small,
.banner-carousel-item-style .captions_carousel_style .meta-category-small {
    float: left;
    width: 100%;
}

    .banner-carousel-item-style .captions_carousel_style_main .meta-category-small a,
    .banner-carousel-item-style .captions_carousel_style .meta-category-small a {
        height: 22px;
        margin-top: 5px;
        line-height: 22px;
        font-size: 11px;
        color: #000;
        background: #FFD439;
        float: none;
        padding: 0px 12px;
        margin-right: 2px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

        .banner-carousel-item-style .captions_carousel_style_main .meta-category-small a:before, .banner-carousel-item-style .captions_carousel_style .meta-category-small a:before {
            border-top: 20px solid rgba(255,255,255,0);
        }

        .banner-carousel-item-style .captions_carousel_style_main .meta-category-small a:after, .banner-carousel-item-style .captions_carousel_style .meta-category-small a:after {
            border-bottom: 20px solid rgba(255,255,255,0);
        }

    .banner-carousel-item-style .captions_carousel_style_main .meta-category-small .post_type_icon,
    .banner-carousel-item-style .captions_carousel_style .meta-category-small .post_type_icon {
        height: 23px;
        line-height: 23px;
        background: #000;
        color: #FFF;
        float: none;
        width: 23px;
        text-align: center;
        display: inline-block;
        font-size: 13px;
        margin-right: 5px;
    }

.carousel-item-slider-4 .owl-prev {
    background: #000;
    color: #FFF;
    cursor: pointer;
    font-size: 25px;
    line-height: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    left: -45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.carousel-item-slider-4 .owl-next {
    background: #000;
    color: #FFF;
    cursor: pointer;
    font-size: 25px;
    line-height: 1;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    position: absolute;
    right: -45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.carousel-item-slider-4:hover .owl-prev:hover, .carousel-item-slider-4:hover .owl-next:hover {
    background: #FFD439;
    opacity: 1;
}

.carousel-item-slider-4:hover .owl-prev {
    left: 10px;
    opacity: 0.7;
}

.carousel-item-slider-4:hover .owl-next {
    right: 10px;
    opacity: 0.7;
}

.banner-carousel-item-style .captions_carousel_style_main h5,
.banner-carousel-item-style .captions_carousel_style h5 {
    float: left;
    margin: 10px 0px;
    width: 100%;
    line-height: 1.1;
    text-transform: capitalize;
}

    .banner-carousel-item-style .captions_carousel_style_main h5 a,
    .banner-carousel-item-style .captions_carousel_style h5 a {
        font-size: 20px;
        color: #333;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: -0.03em;
    }

.banner-carousel-item-style .captions_carousel_style_main .post-meta,
.banner-carousel-item-style .captions_carousel_style .post-meta {
    font-size: 12px;
    margin: 0px;
    color: #777;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    text-transform: uppercase;
}

    .banner-carousel-item-style .captions_carousel_style_main .post-meta a,
    .banner-carousel-item-style .captions_carousel_style .post-meta a {
        color: #777;
    }

    .banner-carousel-item-style .captions_carousel_style_main .post-meta span,
    .banner-carousel-item-style .captions_carousel_style_main .post-meta i,
    .banner-carousel-item-style .captions_carousel_style .post-meta span,
    .banner-carousel-item-style .captions_carousel_style .post-meta i {
        margin-right: 5px;
    }

.banner-carousel-item-style .captions_carousel_style_main p.content_carousel,
.captions_border_style .content_carousel {
    margin-top: 10px;
    margin-bottom: 0px;
}

.carousel-item-slider .owl-prev,
.carousel-item-slider .owl-next {
    margin: -30px 0 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 9;
    font-size: 0;
    color: #fff;
    text-align: center;
    font-size: 25px;
    border-radius: 100%;
}

.carousel-item-slider .owl-prev {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    left: 10px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.carousel-item-slider .owl-next {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    right: 10px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.carousel-item-slider .owl-prev:hover {
    background: #FFD439;
}

.carousel-item-slider .owl-next:hover {
    background: #FFD439;
}

.carousel-item-slider .owl-prev {
    left: -60px;
}

.carousel-item-slider:hover .owl-prev {
    left: 20px;
}

.carousel-item-slider .owl-next {
    right: -60px;
}

.carousel-item-slider:hover .owl-next {
    right: 20px;
}

.carousel-item-slider .top-view-love {
    z-index: 1;
    display: none;
}


/*gird width slider*/

owl-wrapper-outer {
    position: relative;
    overflow: hidden;
}

    owl-wrapper-outer .owl-item {
        background: #000;
    }

        .full-slider-wrapper .owl-item:hover img {
            opacity: 0.5;
        }

    .owl-wrapper-outer .banner-carousel-item .banner-container {
        width: 100%;
        text-align: center;
        padding: 15px 25px 20px 25px;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

    .owl-wrapper-outer .owl-item:hover .banner-container {
        background: none !important;
        margin-bottom: 10px;
    }


    .owl-wrapper-outer .owl-dots, .header_small_carousel_post .owl-dots {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

        .owl-wrapper-outer .owl-dots .owl-dot.active, .header_small_carousel_post .owl-dots .owl-dot.active {
            background: #000;
        }

        .owl-wrapper-outer .owl-dots .owl-dot, .header_small_carousel_post .owl-dots .owl-dot {
            position: relative;
            display: inline-block;
            margin: 0 5px;
            padding: 0;
            background: #FFF;
            border: 1px solid #000;
            height: 15px;
            width: 15px;
            -webkit-border-radius: 0%;
            -moz-border-radius: 0%;
            border-radius: 0%;
            -webkit-transition: all 0.35s;
            -moz-transition: all 0.35s;
            -o-transition: all 0.35s;
            transition: all 0.35s;
        }

.header_small_carousel_post .owl-dots {
    display: none !important;
}

owl-wrapper-outer .banner-carousel-item .banner-container .more_btn, .single-item-slider .banner-carousel-item .banner-container .more_btn {
    display: inline-block;
    position: relative;
    padding: 0px;
    line-height: 30px;
    height: 30px;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 10px;
}

.owl-wrapper-outer .more_btn a {
    color: #FFF !important;
    border: 1px solid #FFF;
    color: #000;
    display: block;
    padding: 0px 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    letter-spacing: 1px;
}

    .full-slider-main-home-wrapper .more_btn a:hover {
        border: 1px solid #FFD439;
    }

.owl-wrapper-outer .banner-carousel-item .banner-container .more_btn a {
    color: #000;
    display: block;
    padding: 0px 15px;
    border: 1px solid #000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    letter-spacing: 1px;
}

    .owl-wrapper-outer .banner-carousel-item .banner-container .more_btn a:hover, .single-item-slider .banner-carousel-item .banner-container .more_btn a:hover {
        text-decoration: none !important;
        border: 1px solid #FFD439;
        box-shadow: 200px 0 0 0 #FFD439 inset;
        color: #fff;
    }

.owl-wrapper-outer .banner-carousel-item > a {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #000;
}

    .owl-wrapper-outer .banner-carousel-item > a 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;
    }

.owl-wrapper-outer .banner-carousel-item:hover > a img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
/*full width slider*/

.owl-wrapper-outer {
    float: left;
    width: 100%;
}

    .full-slider-main-home-wrapper .banner-carousel-item > a {
        width: 100%;
        float: left;
        background: #000;
        position: relative;
    }

    .full-slider-main-home-wrapper .banner-carousel-item a img {
        opacity: 0.9;
        -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;
    }

    .full-slider-main-home-wrapper .banner-carousel-item:hover a img {
        opacity: 0.5;
    }

    .full-slider-main-home-wrapper .banner-carousel-item:hover a > img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

.header-main-slider-large {
    margin-bottom: 0px;
}

.full-slider-main-home {
    margin-top: 50px;
}

    .full-slider-main-home .banner-container {
        top: 50%;
        background: none;
        left: 27%;
        right: 27%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: auto;
        padding: 0px;
        bottom: auto;
        text-align: center;
    }

        .full-slider-main-home .banner-container .post-meta {
            float: left;
            color: #FFF;
            width: 100%;
            text-shadow: 1px 1px 0 rgba(0,0,0, 0.333);
        }

            .full-slider-main-home .banner-container .post-meta a {
                color: #FFF;
            }

        .full-slider-main-home .banner-container h5 a {
            font-size: 35px;
            line-height: 1.1;
            color: #fff;
        }

    .full-slider-main-home .owl-prev {
        background: #000;
        left: 20px;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

    .full-slider-main-home .owl-next {
        background: #000;
        right: 20px;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

    .full-slider-main-home .owl-next,
    .full-slider-main-home .owl-prev {
        background: #000;
        color: #FFF;
        cursor: pointer;
        font-size: 25px;
        line-height: 1;
        width: 50px;
        height: 50px;
        line-height: 55px;
        position: absolute;
        text-align: center;
        top: 50%;
        margin-top: -20px;
        opacity: 0.7;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

        .full-slider-main-home .owl-next:hover,
        .full-slider-main-home .owl-prev:hover {
            background: #FFD439;
            opacity: 1;
        }


/*-------------------------------------------------------------------------------------
Blog large layout with sidebar
-------------------------------------------------------------------------------------*/

.loop-large-post .box {
    margin-bottom: 50px !important;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
}

.single_section_content.box.blog_large_post_style {
    width: 100% !important;
}

    .single_section_content.box.blog_large_post_style .meta-category-small .post_type_icon {
        margin-right: 6px;
    }

.loop-large-post .post_content {
    float: left;
    width: 100%;
    padding: 0px;
}

.blog_large_post_style .box.format-quote {
    padding: 0px;
}

.blog_large_post_style .post_type_icon {
    height: 30px;
    line-height: 30px;
    background: #000;
    color: #FFF;
    float: none;
    width: 30px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    margin-right: 1px;
    position: relative;
}

.blog_large_post_style .meta-category-small {
    float: left !important;
    width: 100%;
}

    .blog_large_post_style .meta-category-small a {
        padding: 0px 12px;
        float: none;
        display: inline-block;
        height: 23px;
        line-height: 23px;
        margin-right: 2px;
        margin-top: 0px;
        font-size: 11px !important;
    }

.blog_large_post_style .large_post_content {
    float: left;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    text-align: left;
}

    .blog_large_post_style .large_post_content a,
    .blog_large_post_style .large_post_content a:hover,
    .loop-large-post .post_content a,
    .loop-large-post .post_content a:hover {
        color: #FFD439;
    }

.date_post_large_display {
    display: none;
    float: left;
    width: 70px;
    height: 90px;
    background: #000;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 35px;
    padding-top: 15px;
    position: absolute;
    right: -1px;
    top: 0px;
    z-index: 9;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

    .date_post_large_display span {
        display: block;
        font-size: 27px;
    }

.date_post_small_display {
    display: none;
    float: left;
    width: 50px;
    height: 60px;
    background: #000;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 22px;
    padding-top: 10px;
    position: absolute;
    right: -1px;
    top: 0px;
    z-index: 1;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

    .date_post_small_display span {
        display: block;
        font-size: 16px;
    }

.blog_large_post_style .post-entry-content .meta-category-small,
.blog_large_post_style .post-entry-content .meta-category-small a, .meta-category-small a {
    float: none;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog_large_post_style .post-entry-content h3,
.blog_large_post_style .post-entry-content h1 {
    margin: 0px;
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000;
    float: left;
    width: 100%;
}

.blog_large_post_style .post-entry-content .large_post_content {
    text-align: left;
}

.blog_large_post_style .post-entry-content .post-meta {
    display: block;
    margin-bottom: 10px;
    letter-spacing: 1px;
    float: left;
    width: 100%;
}

    .blog_large_post_style .post-entry-content .post-meta,
    .blog_large_post_style .post-entry-content .post-meta a {
        color: #777;
        font-size: 12px !important;
        text-transform: uppercase;
    }

        .blog_large_post_style .post-entry-content .post-meta i {
            margin-right: 5px;
        }

        .blog_large_post_style .post-entry-content .post-meta span {
            display: inline-block;
            margin-right: 10px;
        }

.blog_large_post_style .large_post_footer_wrapper {
    float: left;
    width: 100%;
    border-top: 1px solid #DCDCDC;
    background: url(img/pattern.png);
    padding: 0px;
}

    .blog_large_post_style .large_post_footer_wrapper .large_post_footer_wrapper_in {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        background: #FFF;
        padding: 20px 0px;
    }

.large_post_share_icons {
    float: right;
    padding: 0px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 2px;
}

    .large_post_share_icons li {
        display: inline-block;
    }

        .large_post_share_icons li a {
            width: 30px;
            height: 30px;
            line-height: 30px;
            display: inline-block;
            text-align: center;
            color: #202020;
            border: 1px solid #202020;
            border-radius: 20px;
            font-size: 12px;
            transition: background 0.3s linear;
            -moz-transition: background 0.3s linear;
            -webkit-transition: background 0.3s linear;
            -o-transition: background 0.3s linear;
        }

            .large_post_share_icons li a:hover {
                background: #FFD439;
                border: 1px solid #FFD439;
                color: #000;
            }

.blog_large_post_style .image-post-thumb {
    z-index: 1;
    overflow: hidden;
}

.blog_large_post_style .qoute_large_image {
    position: absolute;
    height: 100%;
    width: 100%;
    padding-top: 0;
    top: 0;
    left: 0;
    z-index: -1;
}

    .blog_large_post_style .qoute_large_image img {
        position: absolute !important;
        width: 100%;
        max-width: none !important;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.blog_large_post_style .qoute_large_background {
    position: relative;
    text-align: center;
    padding: 100px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

.blog_large_post_style .qoute_large_wrapper_inside {
    height: 100%;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.blog_large_post_style .qoute_large_content_inside {
    display: table-cell;
    vertical-align: middle;
}

    .blog_large_post_style .qoute_large_content_inside p {
        font-size: 22px;
        color: #FFF;
        font-style: italic;
    }

    .blog_large_post_style .qoute_large_content_inside .quote_source {
        font-size: 13px;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.blog_large_post_style .owl-prev {
    background: #000;
    left: 10px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.blog_large_post_style .owl-next {
    background: #000;
    right: 10px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.blog_large_post_style .owl-next,
.blog_large_post_style .owl-prev {
    background: #000;
    color: #FFF;
    cursor: pointer;
    font-size: 25px;
    line-height: 1;
    width: 50px;
    height: 50px;
    line-height: 56px;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    opacity: 0.7;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

    .blog_large_post_style .owl-next:hover,
    .blog_large_post_style .owl-prev:hover {
        background: #FFD439;
        opacity: 1;
    }

.blog_large_post_style .categories-title {
    margin-bottom: 30px !important;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 1px solid #EEE;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    margin-top: 0px;
    color: #333;
}

.blog_large_post_style .box .post_content {
    padding: 0px 30px;
    float: left;
}

.author-avatar-image {
    float: left;
}

    .author-avatar-image img {
        width: 23px !important;
        height: 23px !important;
        float: left;
        border-radius: 30px;
        margin-right: 5px;
    }

.author-avatar-link {
    float: left;
    margin-top: 2px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.box .image-post-thumb {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

    .box .image-post-thumb > a {
        float: left;
        width: 100%;
        overflow: hidden;
    }

        .box .image-post-thumb > a > img {
            width: 100%;
        }

    .box .image-post-thumb a > img, .owl-carousel .owl-item 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;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        -ms-perspective: 1000px;
        perspective: 1000px;
    }

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}


    .box .image-post-thumb a:hover > img, .owl-carousel .owl-item:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    .box .image-post-thumb a .overlay_icons, .full-slider-wrapper .bubble .overlay_icons, .header_small_carousel_post .item.col-md-12 > a .overlay_icons {
        color: #FFF;
        font-size: 20px !important;
        left: 50%;
        margin-left: -10px;
        margin-top: 20px;
        position: absolute;
        text-align: center;
        top: 50%;
        z-index: 9;
        opacity: 0;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

    .box .image-post-thumb a:hover .overlay_icons, .full-slider-wrapper .bubble:hover .overlay_icons, .header_small_carousel_post .item.col-md-12:hover > a .overlay_icons {
        margin-top: 0px;
        opacity: 1;
    }

    .box .image-post-thumb audio {
        position: absolute;
        bottom: 0px;
    }

.box img {
    height: auto;
}

.format-audio .image-post-thumb img {
    width: 100%;
}

.blog_large_post_style .post-entry-content {
    padding: 20px 30px 7px 30px;
}

.post-entry-content {
    padding: 20px 30px 0px 30px;
    float: left;
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.owl-carousel .owl-item {
    overflow: hidden;
}


/*-------------------------------------------------------------------------------------
Slider - Hover image
-------------------------------------------------------------------------------------*/

.featured-thumbnail .background_over_image {
    background: rgba(21,65,133,0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}

.featured-thumbnail:hover .background_over_image {
    opacity: 1;
}

.featured-thumbnail:hover .date_post_small_display, .featured-thumbnail:hover .date_post_large_display {
    background: #fff;
    color: #000;
}

.featured-thumbnail .background_over_image:before,
.featured-thumbnail .background_over_image:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
}

.featured-thumbnail .background_over_image:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.featured-thumbnail .background_over_image:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}

.featured-thumbnail:hover .background_over_image:before,
.featured-thumbnail:hover .background_over_image:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.thumbnail .featured-thumbnail .background_over_image:before,
.gallerytiled .featured-thumbnail .background_over_image:before,
.thumbnail .featured-thumbnail .background_over_image:after,
.gallerytiled .featured-thumbnail .background_over_image:after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
}





