/*
Theme Name:     Custom KVGO Theme
Template:       Divi
Version:        1.0.0
Tags:           child, child theme
Text Domain:    child-theme
*/
.custom_bullets_wpcc ul li {
  padding-left: 30px;
  list-style:none;
  margin-bottom: 10px;
}

.custom_bullets_wpcc ul li::before {
  content: '';
  color: #FFC100;
  display: inline-block;
  margin-right: 0px !important;
  margin-left: -30px;
  padding-right: 5px;
  font-family:'ETmodules';
  font-size: 1.2em;
  vertical-align: middle;


}.custom_bullets_wpcc--check ul li::before {
	content: '\5b';}

/*place button modules next to each other in the same column*/
.kv-inline-buttons .et_pb_button_module_wrapper {
  display: inline-block;
}


.more-posts .et_pb_blog_grid .et_pb_post {
    display: flex;
    flex-direction: column;
}

.more-posts .et_pb_blog_grid .et_pb_post .post-meta {
    order: 1;
}
.more-posts .et_pb_blog_grid .et_pb_post .et_pb_image_container {
	order:2;
	margin: 0 0 15px;
}
.more-posts .et_pb_blog_grid .et_pb_post .entry-title {
    order: 3;
}
.more-posts .et_pb_blog_grid .et_pb_post .post-content {
    order: 4;
}


.more-posts article p.post-meta {
	padding-bottom: 0 !important;
}

.more-posts .et_pb_image_container a {
	margin-bottom: 0;
}

.more-posts .et_pb_blog_grid article.et_pb_post {
	padding: 19px 0 !important;
}

.curatio-team-member h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.curatio-team-member .et_pb_blurb_container {
    padding-bottom: 0;
    padding-top: 25px;
}

div#blog-category-header .left-col .entry-title {
	display: none;
}

div#blog-category-header .right-col .et_pb_post {
    display: flex;
    flex-direction: column;
}

div#blog-category-header .right-col .et_pb_post .post-meta {
    order: 1;
}

div#blog-category-header .right-col .et_pb_post .entry-title {
    order: 2;
}

div#blog-category-header .right-col .et_pb_post .post-content {
    order: 3;
}

div#blog-category-header .left-col img {
	border-radius: 15px;	
}

div#blog-category-header .right-col a.more-link {
	background: #FFC100;
	padding: 10px 15px;
	color: #000;
	font-weight: bold;
	display: inline-block;
	margin-top: 1em;
	border-radius: 15px;
}

div#blog-category-header .right-col .entry-title {
	margin: 0.5em 0 0.75em;
}

img.kvgo-tag {
	opacity: 40%;
}