/* 
 Theme Name:     Child Theme
 Author:         Jodie Burdette
 Author URI:     http://the-osp.com 
 Template:       Divi
 Description:    A custom Divi child theme
 Version:        1.0
*/ 

@import url("../Divi/style.css");

/* Stick Footer to bottom */
#main-content {min-height:100vh!important;}

/* Vertical Align Columns */
.vertical-align {display: flex; flex-direction: column; justify-content: center;} 

p {padding-bottom: 1.7em;}
h1,h2,h3,h4,h5,h6 {padding-bottom: 20px;}

.et_pb_post .entry-featured-image-url {width: 35%; float: left; margin-right: 2rem !important;}

/* Bullet Indent */
#left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {padding-left: 3em !important;}
.entry-content ul li {padding-top: 1.5em !important;}


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
.logo-header-top {padding-top: -20px !important;}


/* ----------- PUT YOUR Mobile Responsive CSS BELOW THIS LINE --------------------------- */ 
@media only screen and (max-width: 1141px) {
}

@media only screen and (min-width: 981px) {

}

@media only screen and (max-width: 980px) {

}