.tbp_advanced_archive_wrap .module_row > .row_inner{
    width:100%;
    max-width:100%;
	margin:unset
}
.tbp_template .module_subrow{
    width:auto
}
/* Site Logo */
.module-site-logo{
	line-height:1;
	word-break:keep-all
}
/* Post meta divider */
.tbp_post_meta > span:after{
    display:inline-block;
    content:'';
    width:1px;
    height:1.3em;
    margin:0 .1em 0 .2em;
    white-space:nowrap;
    vertical-align:middle;
    border-left:1px solid rgba(180,180,180,.25);
    transform:skewX(-15deg)
}
.tbp_post_meta > span:last-child:after{
	display:none
}
/* Author Info */
.tbp_author_info_img{
	margin:0 15px 15px 0
}
.tbp_author_stack .tbp_author_info_img{
	float:none;
	margin:0 0 1em
}
/* Post */
.tbp_template .builder-posts-wrap.loops-wrapper .post{
	margin-top:0
}
.tbp_post_meta .tbp_post_meta_item time{
	display:inline-block
}
.tbp_rd_tm_ic{
    margin-inline-end:3px;
    margin-block-end:2px;
    vertical-align:bottom
}
/* Read Time */
.module-readtime{
	margin-bottom: .5em;
}
/* Footer Menu Dropdown */
#tbp_footer .ui.nav ul{
    top:auto;
    bottom:100%;
	transform-origin:bottom
}
#tbp_footer .ui.nav ul ul{
    top:auto;
    bottom:0;
}