.el-dbe-blog-extra {
    text-align: center;
}

.et_pb_post_extra {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.et_pb_post_extra:last-child {
    margin-bottom: 0;
}

.et_pb_post_extra .post-content {
    order: 1;
    background: #fff;
}

.et_pb_post_extra .post-media {
    order: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 0;
    overflow: hidden;
}

.et_pb_post_extra .post-categories {
    width: 100%;
}

.et_pb_post_extra .post-categories a {
    display: inline-block;
    width: auto;
    margin-bottom: 5px;
    font-size: 87.5%;
}

.et_pb_post_extra .entry-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.et_pb_post_extra .post-content .post-meta {
    font-size: 0.875rem;
}

.et_pb_post_extra a.more-link {
    display: inline-block;
}


.et_pb_post_extra .et_overlay {
    border: none;
}

.et_pb_post_extra.et_pb_has_overlay:hover .et_overlay:before {
    top: 50%;
}

.et_pb_post_extra .author {
    font-weight: 700;
}

.el-button {
    display: inline-block;
}

.el-loading {
    display: inline-block;
    font-size: 120%;
}

.el-loading:after {
    display: inline-block;
    overflow: hidden;
    width: 0px;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4,end) 900ms infinite;
    -moz-animation: ellipsis steps(4,end) 900ms infinite;
    -ms-animation: ellipsis steps(4,end) 900ms infinite;
    animation: ellipsis steps(4,end) 900ms infinite;
    content: "\2026";
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;    
    }
}

@keyframes ellipsis {
    to {
        width: 1.25em;    
    }
}


.et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra .post-media {
    background-image: none !important;
}

/* Grid Extended Layout */

.et_pb_post_extra.el_dbe_grid_extended .post-content {
    width: 100%;
    padding: 30px;
}

.et_pb_post_extra.el_dbe_grid_extended .post-media {
    width: 100%;
}

.et_pb_post_extra.el_dbe_grid_extended .post-categories {
    margin-bottom: 10px;
}

.et_pb_post_extra.el_dbe_grid_extended .post-categories a {
    background: #000;
    padding: 4px 8px;
    color: #fff;
}

.et_pb_post_extra.el_dbe_grid_extended .entry-title {
    margin-top: 20px;
}

.et_pb_post_extra.el_dbe_grid_extended a.more-link {
    border-bottom: 2px solid #000;
    margin-top: 15px;
}

.el_dbe_grid_extended.et_pb_no_thumb .post-content {
    width: 100%;
}



/* Box Extended Layout */

.et_pb_post_extra.el_dbe_box_extended .post-content {
    width: 100%;
    padding: 30px;
}

.et_pb_post_extra.el_dbe_box_extended .post-media {
    width: 100%;
}

.et_pb_post_extra.el_dbe_box_extended .post-meta {
    margin-top: 20px;
}

.et_pb_post_extra.el_dbe_box_extended .author img {
    border-radius: 50%;
    margin-right: 2px;
    vertical-align: middle;
}



/* Full Width Layout */

.et_pb_post_extra.el_dbe_full_width {
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    padding: 30px;
    margin-bottom: 0;
}

.et_pb_post_extra.el_dbe_full_width .post-date {
    width: 80px;
    padding-right: 20px;
}

.et_pb_post_extra.el_dbe_full_width .post-content {
    width: calc( (100% - 80px) );
    margin-left: 80px;
    padding: 20px 0 0;
}

.et_pb_post_extra.el_dbe_full_width .post-media {
    width: calc( (100% - 80px) );
    margin-right: 0;
}

.et_pb_post_extra.el_dbe_full_width .post-date em {
    font-style: normal;
}

.et_pb_post_extra.el_dbe_full_width .month,
.et_pb_post_extra.el_dbe_full_width .year {
    display: block;
    font-weight: 500;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.et_pb_post_extra.el_dbe_full_width .year {
    font-size: 0.875rem;
}

.et_pb_post_extra.el_dbe_full_width .day {
    display: inline-block;
    border-top: 4px solid #eaeaea;
    margin-top: 5px;
    padding-top: 10px;
    font-size: 2rem;
    font-weight: 600;
}

.el_dbe_full_width.et_pb_no_thumb .post-content {
    width: calc(100% - 80px);
    padding: 0;
    margin-left: 0; 
}

.et_pb_post_extra.el_dbe_full_width .post-content .post-meta {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.et_pb_post_extra.el_dbe_full_width .post-content .post-data {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

.et_pb_post_extra.el_dbe_full_width .post-content .post-data:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.et_pb_post_extra.el_dbe_full_width a.more-link {
    margin-top: 20px;
}

.et_pb_post_extra.el_dbe_full_width + .el-button,
.et_pb_post_extra.el_dbe_full_width + .el-loading {
    margin-top: 60px;
}



@media screen and (min-width: 981px) {
    
    .et_pb_column_4_4 .et_pb_post_extra .post-media .entry-featured-image-url {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    
    .et_pb_column_4_4 .et_pb_post_extra .post-media img {
        display: none;
    }
    
    
    /* Grid Extended Layout */
    
    .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended .post-content {
        width: 50%;
        padding: 50px;
    }
    
    .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended .post-media {
        width: 50%;
    }
    
    .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended:nth-child(2n+1) .post-media {
        order: 2;
    }
    
    
    /* Box Extended Layout */
    
    .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended {
        box-shadow: none;
    }
    
    .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-content {
        box-shadow: 0 0 5px 1px #ddd;
        width: 50%;
        padding: 50px;
        margin: 50px -100px 50px 0;
        z-index: 5;
        order: 0;
    }
    
    .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-media {
        width: calc(50% + 100px);
    }
    
    .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended:nth-child(2n+1) .post-content {
        margin: 50px 0 50px -100px;
        order: 1;
    }
    
    .et_pb_column_4_4 .el_dbe_box_extended.et_pb_no_thumb .post-content {
        width: 100% !important;
        margin: 0 !important;
    }
    
    
    /* Full Width Layout */

    .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width {
        padding: 50px 30px;
        box-shadow: none;
    }

    .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-date {
        width: 100px;
    }
    
    .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-content {
        width: calc( (100% - 120px)/2 );
        padding: 0 0 0 20px;
        margin-left: 0;
    }
    
    .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-media {
        width: calc( (100% - 120px)/2 );
        margin-right: 20px;
    }
    
    .et_pb_column_4_4 .el_dbe_full_width.et_pb_no_thumb .post-content {
        width: calc(100% - 120px);
        padding: 0;    
    }
    
    
}


@media screen and (max-width: 980px) {
    
    .et_pb_post_extra .post-media {
        background-image: none !important;
    }
    
}

