/*
Theme Name: Divi Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Royal Jelly Media
Author URI: https://royaljellymedia.com/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.4.6.1589580948
Updated: 2020-05-15 17:15:48

*/

/*Vertically align content*/
.ds-vertical-align {
    display: flex!important;
    flex-direction: column!important;
    justify-content: center!important;
}

@media screen and (min-width: 981px) {
    .vertical-align-row {
        display: flex!important;
	}
}

div#page-container {
	padding-top: 143px!important;
}


@media (min-width: 981px) {
.et_pb_section:first-child {
    padding: 10px 0 0 0;
}
}


/*header space on posts*/
.post-body h2{
    margin-top: 50px!important;
    margin-bottom: 20px!important;
}


/*no sidebar on woocom pages*/
div#sidebar {
    display: none!important;
}
