/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

@media only screen and (max-width: 600px) {
  .et_pb_title_featured_container img{
    object-fit: cover;
    height: 160px !important;
    margin-bottom: 48px !important;
  }
  
  .single-post .et_pb_section_0{
    padding-top: unset; 
  }
  
  .single-post .et_pb_row{
    margin: auto !important; 
    width: 90%;
  }
}

.wp-block-post-template-is-layout-flow{
	list-style: none !important;
}

.et_pb_blog_grid .et_pb_post{
	border: unset !important;
}