/*======================================
Theme Name: Divi Child Theme - Mihai Talpos
Theme URI: https://integreat.ro/
Description: Child Theme for Divi - Mihai Talpos
Version: 1.0
Author: InteGreat
Author URI: https://integreat.ro
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
/* Add border to main header menu */
#main-header {
    border-bottom: 3px solid #ecf0f5;
}

/* better search input padding */
.et_pb_search_0 .et_pb_searchform input.et_pb_s {
    padding-left: 10px !important;
}

/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/* prevent column layouts for post content when on category pages */
body.category .posts-blog-feed-module .hentry {
    display: block;
}

/* add some space before the footer */
body.category .posts-blog-feed-module article .post-footer {
    margin-top: 1em;
}

/* clearfix by default */
.post-footer::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
