/*
Theme Name:     Ceris Child
Theme URI:
Description:    Ceris Child Theme
Author:         BK Ninja
Author URI:
Template:       ceris
Version:  
*/

.widget-author-child.author-box .author-box__inner {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	width: 100%;
}
.widget-author-child.author-box .author-box__text {
	padding-left: 0;
	margin-left: 15px;
}

.widget-author-child.author-box .author-box__text .author-name a {
	text-transform: capitalize;
	width: 100%
}
.widget-author-child.author-box .author-box__text p.author-title {
	font-size: 14px;
	color:rgba(0,0,0,0.6);
	font-weight: 400;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.widget-author-child.author-box .author-avatar {
		position: relative;
	    top: 0;
	    left: 0;
	    transform: unset;
	}
}
@media (max-width: 380px) {

	.widget-author-child.author-box .author-box__text {
		text-align: left;
    	margin-top: 0;
	}
}
.post__cat--bg, 
a.post__cat--bg,
.atbs-ceris-post--grid-c-update .post-main .owl-next .post__cat--bg.cat-theme-bg,
.atbs-ceris-post--grid-c-update .post-main .owl-next a.post__cat--bg.cat-theme-bg,
a.post__cat.post__cat--bg, a.post__cat.post__cat--bg[class*="cat-"],
.atbs-ceris-post--grid-c-update .post-main .owl-item:not(.active) + .owl-item.active .post__cat  {
	background-color: #ABE629 !important;
	color: #212121 !important;
}

.owl-nav .owl-prev,
.owl-nav .owl-prev i.mdicon-navigate_before {
    color: #212121;
}

.owl-nav .owl-next,
.owl-nav .owl-next::selection,
.owl-nav .owl-next i.mdicon-navigate_next,
.owl-nav .owl-next i.mdicon-navigate_next::selection {
    color: #212121;
    background-color: #ABE629 !important;
}

.category-tile__name {
    color: #212121;
    background-color: #ABE629 !important;
}
.atbs-ceris-widget-indexed-posts-a .posts-list>li .post__thumb:after {
    color: #212121;
    background-color: #ABE629 !important;
}