.mb-search-me {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 9999;
    margin: 2em 0;
}
.mb-archive-content .mb-search-me {
    width: 80%;
    margin: 1.6em auto 3em auto;
}
.mb-search-me input#mb-ajax-search {
    width: 55%;
    border-radius: 0.3em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #ac7251;
    padding: 1em;
}

.mb-search-me #mb-the-search {
    background-color: #ad7250;
    border: 1px solid transparent;
    padding: 0.8em 1em;
    font-size: 1em;
    color: white;
}
.mb-search-me button#mb-the-search:hover {
    background-color: white;
    color: #ad7250;
    border-color:#ad7250;
    cursor:pointer;
}
div#mb-search-results-below {
    width: 55%;
    margin-right: 5.3em;
    background-color: #ffffff;
    box-shadow: 0em 0.2em 0.4em rgb(0 0 0 / 10%);
    position: absolute;
    top: 3.1em;
}
.mb-post-excerpt {
    margin-bottom: 1em;
}

.mb-post-deets {
    margin-bottom: 1em;
}
#mb-search-results-below ul.mb-search-results {
    padding: 0;
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

ul.mb-search-results li {
    font-size: 0.8em;
    color: black;
    cursor:
    pointer;
    padding: 0.4em 1em;
    line-height: 1.1em;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
ul.mb-search-results li:hover {
	background-color: rgba(0,0,0,0.1);
}
.mb-dropdown-teacher-name {
    display: block;
    font-size: 0.9em;
    color: rgba(0,0,0,0.6);
    font-style: italic;
}
.mb-a-post:nth-child(3n-2) {
    border-left: none;
}
.mb-posts-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
}
.mb-wrap-posts {
	margin-top: 3em;
}
.mb-featured-img {
    height: 22em;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 1em;
    width:100%;
}
a.mb-selected-page {
    color: black;
    pointer-events: none;
}
.mb-featured-img a {
    width: 100%;
}
/**===== dots5 =====*/
#dots5 {
	display: block;
	position: relative;
	height: 1.7494em;
	width: 2.7494em;
	margin-top: 0.3em;
}

#dots5 span {
	position: absolute;
	width: 0.5499em;
	height: 0.5499em;
	background: rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	-webkit-animation: dots5 1s infinite ease-in-out;
	animation: dots5 1s infinite ease-in-out;
}

#dots5 span:nth-child(1) {
	left: 0;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

#dots5 span:nth-child(2) {
	left: 0.8248em;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

#dots5 span:nth-child(3) {
	left: 1.6496em;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

#dots5 span:nth-child(4) {
	left: 2.4744em;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

@keyframes dots5 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: #ad7250;
	}
	25% {
		-webkit-transform: translateY(0.5499em);
		transform: translateY(0.5499em);
		-webkit-transform: translateY(0.5499em);
		transform: translateY(0.5499em);
		background: #CE9E56;
	}
	50% {
		-webkit-transform: translateY(0.5499em);
		transform: translateY(0.5499em);
		-webkit-transform: translateY(0.5499em);
		transform: translateY(0.5499em);
		background: #E7C1AF;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: #EFE8D4;
	}
}
@-webkit-keyframes dots5 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: #ad7250;
	}
	25% {
		-webkit-transform: translateY(0.5499em);
		transform: translateY(0.5499em);
		background: #CE9E56;
	}
	50% {
		-webkit-transform: translateY(0.5499em);
		transform: translateY(0.5499em);
		background: #E7C1AF;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: #EFE8D4;
	}
}
/** END of dots5 */

#mb-hold-loader {
    display: flex;
    justify-content: center;
}
.mb-the-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mb-previous-next-post {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mb-the-pagination a {
    padding: 0 1em;
}
.mb-featured-img img {
    width: 100%;
}
.mb-posts-filter {
    margin-bottom: 1em;
    padding-left: 1.5em;
}
#page-container #et-main-area .mb-headline {
    margin-top: 3em;
    margin-bottom: 3em;
}
.mb-headline h1 {
    font-family: "margo";
    font-weight: 600;
    font-size: 2.6em;
    margin-top: 1em;
    padding-top: 1em;
}
#mb-hold-loader-results {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mb-hold-loader-results #dots5 {
    margin-bottom: 3em;
}
@media(max-width: 700px) {
	.mb-a-post {
		width: 48%;
		font-size: 1.5em;
		line-height: 150%;
	}

	.mb-posts-filter {
		margin-bottom: 3em;
	}

	.mb-a-post:nth-child(3n-2) {
		border-left: inherit;
	}

	.mb-a-post:nth-of-type(odd) {
		border-left: none;
		border-right: 1px solid rgba(0,0,0, 0.1);
	}

	.mb-a-post:nth-of-type(even) {
		border: none;
	}

	.mb-the-pagination {
		font-size: 1.6em;
	}
}
@media(max-width: 500px) {
	.mb-a-post {
		width: 100%;
		font-size: 1em;
		line-height: 150%;
		border:none;
	}
	.mb-the-pagination {
		font-size: 1em;
	}
}