ul.kid-filter {
  display: inline-block;
}

ul.kid-filter-list {
	display: inline;
}

ul.kid-filter-control {
	display: inline;
	position: absolute;
	right: 0;
}

li.kid-filter-item {
  display: inline-block;
  list-style: none;
  margin: 0 auto;
}
li.kid-filter-item a
 {
	/* display: block; */
	padding: 20px;
	cursor: pointer;
}
li.kid-filter-item a:hover {
  background: rgba(255,255,255, 0.8);
  color: black;
}
li.kid-filter-item.active a,
li.kid-filter-item.ui-state-active.ui-tabs-active a {
  font-weight: bold;
  background: rgba(255,255,255, 0.8);
  color: black;
}



/* Tab Content */

div#kid-recent-posts div {
    background: white;
    margin: 0 0 10px 0;
    padding: 10px;
}

.left {
	width: 100px;
	float: left;
}
.right {
	float: left;
}

.table.kid-media-type * {
	text-align: left;
}


article.kid-activities {
    background: white;
    margin: 0;
    padding: 10px;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
