/*
 Theme Name:   Divi - Crealie
 Description:  Crealie
 Author:       Marco Esche
 Author URI:   https://marcoesche.de
 Template:     Divi
 Version:      4.27.4
*/

/* Hide footer */

#main-footer {
    height: 0 !important;
    overflow: hidden;
}

.et_pb_module .et_pb_post {
    display: flex;
    flex-direction: column;
}
.et_pb_module .et_pb_post .entry-title {
    order: 1;
}
.et_pb_module .et_pb_post .post-meta {
    order: 2;
}
.et_pb_module .et_pb_post .entry-featured-image-url {
    order: 3;
}
.et_pb_module .et_pb_post .post-content {
    order: 4;
}