/*
 Theme Name:   DVO
 Description:  Van Orden for Congress
 Author:       Connectivist Media
 Template:     Divi
 Version:      1.0.0
*/


h1, h2, h3, h4 {
	font-family: 'Roboto Slab';
    font-weight: 700;
}

.et_pb_blog_grid .et_pb_salvattore_content[data-columns] .column .et_pb_post {
	padding-bottom:50px;
}

.pa-blog-equal-height .pa-auto-height {
    height: auto !important;
}

.pa-blog-equal-height .pa-auto-margin {
    margin-top: 20px !important;
}

.et_pb_post_extra.el_dbe_block_extended {
display: flex;
flex-direction: column;
}
.et_pb_post_extra.el_dbe_block_extended .post-content {
display: flex;
flex-direction: column;
flex-grow: 1;
padding: 30px;
}
.et_pb_post_extra.el_dbe_block_extended .post-content .post-data {
flex-grow: 1;
}