/*
Theme Name:		 Masco child
Theme URI:       https://mthemeus.com/demos/wp/masco
Description:	 A premium WordPress theme for Digital Agency, Software, App, Services and many more
Author:			 mthemeus
Author URI:      https://themeforest.net/user/mthemeus
Template:		 masco
Version:		 1.0.0
Text Domain:	 masco-child
*/


/*
    Add your custom styles here
*/
/* Alle afbeeldingen in blogposts (single posts) */
.single-post .elementor-widget-theme-post-content img,
.single-post .post-content img,
.single-post .entry-content img {
  border: 8px solid #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  display: block;
  margin: 20px auto;
}
/* Zorg dat opsommingstekens zichtbaar zijn in blogposts */
.single-post .entry-content ul,
.single-post .elementor-widget-theme-post-content ul {
  list-style: disc;         /* bolletjes */
  margin-left: 1.5em;       /* inspringen */
  padding-left: 1.5em;
}

.single-post .entry-content ol,
.single-post .elementor-widget-theme-post-content ol {
  list-style: decimal;      /* genummerde lijst */
  margin-left: 1.5em;
  padding-left: 1.5em;
}
