/*
 Theme Name:   Divi Child
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 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
 Text Domain:  divi-child-theme
*/

/* ==== Add your own styles below this line ====
 * -------------------------------------------- */
.image-bg-shadow {
	-webkit-box-shadow: 0px 9px 39px -30px rgba(66, 68, 90, 1);
	-moz-box-shadow: 0px 9px 39px -30px rgba(66, 68, 90, 1);
	box-shadow: 0px 9px 39px -30px rgba(66, 68, 90, 1);
}

.wp-block-image {
  border-radius: 8px;
  overflow: hidden;
}

ul {
  list-style-type: disc; /* filled circle for first-level */
  padding-left: 1.5em;
}

ul ul {
  list-style-type: circle; /* hollow circle for second-level */
  padding-left: 1.5em;
}

.wp-block-list ul ul ul {
  list-style-type: square;
  padding-left: 1.5em;
}

.betterdocs-folder-icon {
	background: transparent !important;
}
