.bfc-scrolling-ads-widget-area {
	display: none;
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 31px;
	padding-bottom: 23px;
	overflow: hidden;
	transform: translateY(100%);
	-moz-transition:    transform 0.3s;
    -o-transition:      transform 0.3s;
    -webkit-transition: transform 0.3s;
  	-ms-transition: 	transform 0.3s;
    transition:         transform 0.3s;
}
.bfc-scrolling-ads-widget-area.bfc-ready {
	display: block;
	transform: translateY(calc(100% - 23px));
	background-color: #fff;
	border-top: 1px solid #ccc;
}
.bfc-scrolling-ads-widget-area.bfc-open {
	transform: translateY(0%);
	-moz-transition:    transform 0.7s;
    -o-transition:      transform 0.7s;
    -webkit-transition: transform 0.7s;
  	-ms-transition: 	transform 0.7s;
    transition:         transform 0.7s;
}
.bfc-scrolling-ads-widget-area .bfc-content {
	position: relative;
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
	padding: 7px;
}
.bfc-scrolling-ads-widget-area .bfc-content.bfc-mobile {
	display: block;
}
.bfc-scrolling-ads-widget-area .bfc-content.bfc-desktop {
	display: none;
}
.bfc-scrolling-ads-widget-area .bfc-dismiss {
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	right: 1px;
	top: 1px;
	text-align: center;
	font-weight: 700;
	background-color: inherit;
	border-radius: 50%;
}
@media screen and (min-width: 1024px) {
	.bfc-scrolling-ads-widget-area .bfc-content.bfc-mobile {
		display: none;
	}
	.bfc-scrolling-ads-widget-area .bfc-content.bfc-desktop {
		display: block;
	}
}
.bfc-scrolling-ads-widget-area .bfc-related-posts {
	position: relative;
}
.bfc-scrolling-ads-widget-area .bfc-related-posts.bfc-hidden {
	display: none;
}
.bfc-scrolling-ads-widget-area .bfc-related-posts .bfc-related-post {
	position: relative;
	padding: 7px;
}
.bfc-scrolling-ads-widget-area .bfc-related-posts h4 {
	font-size: 14px;
	font-weight: 700;
	margin: 7px 0 0 7px;
	text-align: center;
}
@media screen and (min-width: 1024px) {
	.bfc-scrolling-ads-widget-area .bfc-related-posts .bfc-related-posts-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
}
.bfc-scrolling-ads-widget-area .bfc-related-posts .bfc-related-post {
	display: flex;
	align-items: center;
}
.bfc-scrolling-ads-widget-area .bfc-related-posts .bfc-related-post .bfc-post-image {
	width: 32px;
	height: 32px;
}
.bfc-scrolling-ads-widget-area .bfc-related-posts .bfc-related-post h5 {
	font-size: 13px;
	font-weight: 500;
	margin: 0 0 0 13px;
}