.qodef-blog-holder {

    &.qodef-blog-type-gallery {

        @include qodefTransition(opacity 0.15s ease-out);
        opacity:0;

        &.qodef-appeared{
            opacity:1;
        }

        article {
            float: left;
            width: 33.33%;
            display: block;
            margin: 0;
            padding: 0;
            text-align: left;
            vertical-align: top;
            overflow:hidden;
            z-index: 100;
            @include qodefBoxSizing(border-box);
            opacity: 0;
            -webkit-transform: translateY(30%);
            -moz-transform: translateY(30%);
            transform: translateY(30%);

            &.qodef-appeared{
                -webkit-transition: opacity 1s cubic-bezier(.23,1,.32,1),-webkit-transform 1s cubic-bezier(.23,1,.32,1);
                transition: opacity 1s cubic-bezier(.23,1,.32,1),transform 1s cubic-bezier(.23,1,.32,1);
                opacity: 1;
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                transform: translateY(0);
            }


            &:hover{
                .qodef-post-excerpt {
                    @include qodefTransition(opacity .4s cubic-bezier(.3, .67, .24, .86) .2s);
                }
            }

            &.format-link {
                .qodef-post-title {
                    margin: 0 0 14px;
                }
            }

            &:not(.format-audio) {
                .qodef-post-image {
                    margin-bottom: 0;
                }
            }

            &.format-quote,
            &.format-link {
                .qodef-post-text {
                    background-color: transparent;
                    padding: 50px 53px;
                }
            }
        }

        .qodef-blog-gallery-grid-sizer {
            width: 33.33%;
        }
        .qodef-blog-gallery-grid-gutter {
            width: 0;
        }
        .qodef-post-content {
            position: relative;
            height: 100%;
        }
        .qodef-post-image {
            height: 100%;
            display: block;
            > a,
            img {
                height: 100%;
                display: block;
                position: relative;
            }
        }

        .qodef-post-overlay {
            position: absolute;
            z-index: 98;
            top: 20%;
            left: 0;
            right: 0;
            bottom: 0;
            background: -webkit-linear-gradient(transparent, rgba(0,0,0,0.28));
            background: linear-gradient(transparent, rgba(0,0,0,0.28));
        }

        .qodef-post-text {
            display: block;
            position: absolute;
            bottom: 0;
            width: 100%;
            padding: 7% 10%;
            text-align: left;
            z-index: 99;
            box-sizing: border-box;

        }

        .qodef-post-info-date {
            color: #fff;
            font-size: 13px;
            display: inline-block;
            transition: all 0.3s;
            font-weight: 500;
        }

        .qodef-post-text-inner {
            padding: 0;
            background-color: transparent !important;

            .qodef-post-text-inner-separator {
                display:inline-block;
                color: #fff;
                margin: 0 7px;
                transition: all 0.3s;
                font-weight: 500;
            }
        }
        .qodef-post-info-category {
            font-size: 13px;
            letter-spacing: 0.8px;
            display: inline-block;
            margin-bottom: 3px;
            font-weight: 500;
            @include qodefTransition(all .3s);
            a {
                color: #fff;
                display: inline-block;
                margin-bottom: 5px;
                @include qodefBoxSizing(border-box);
            }
        }
        .qodef-post-title {
            margin: 0 0 14px;
            font-size: 26px;
            line-height:36px;
            padding: 0 25% 0 0;
            @include qodefTransition(all .3s);
            a {
                color: #fff;
            }
        }
        .qodef-post-excerpt {
            visibility: hidden;
            opacity: 0;
            color: #fff;
            margin-bottom: 20px;
            @include qodefTransition(opacity .1s cubic-bezier(.3, .67, .24, .86) 0s);
        }
        .qodef-post-info-bottom {
            display: inline-block;
            width: 100%;
            margin: 0;
            font-weight: 500;
            color: #fff;
            text-transform: capitalize;
            font-size: 13px;
            padding: 0;
            border: 0;

            .qodef-post-info-author {

                a {
                    color: #fff;
                    vertical-align: top;
                    line-height: 42px;
                }

                .qodef-post-info-author-by {
                    line-height: 42px;
                    display: inline-block;
                }

                .qodef-post-info-author-avatar {

                    display: inline-block;
                    vertical-align: top;
                    margin-right: 18px;

                    img {
                        border-radius: 50%;
                    }
                }
            }

            > div {
                display: inline-block;
                &:before {
                    content: "|";
                    padding: 0 5px;
                }
                &:first-child:before {
                    display: none;
                }
            }
        }
        .qodef-owl-slider {
            .owl-buttons .owl-prev,
            .owl-buttons .owl-next {
                z-index: 200;
            }
        }

    }

}