body .editor-content .cff-wrapper #cff .cff-item {
	padding: 0 15px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 20px;
}

body .editor-content .cff-wrapper #cff .cff-author {
	border-bottom: 3px solid #69bd02;
}

body.home .cff-posts-wrap {
	opacity: 0;
	transition: opacity 0.3s ease;
}

body.home .cff-posts-wrap.slick-initialized{
	opacity: 1;
}

.cff-wrapper .slick-next {
	top: -10px;
	width: 22px;
	height: 22px;
	background: transparent;
	left: auto;
	right: 12px;
}

body .editor-content .cff-wrapper #cff {
	padding-top: 20px;
	margin-bottom: -20px;
}

.cff-wrapper .slick-next:before {
	content: "\F061";
	color: #69bd02;
	opacity: 0.7;
	transition: opacity 0.3s ease-in-out;
	font-size: 22px;
}

.cff-wrapper .slick-prev {
	top: -10px;
	width: 22px;
	height: 22px;
	background: transparent;
	left: auto;
	right: 40px;
}

.cff-wrapper .slick-prev:before {
	content: "\F060";
	color: #69bd02;
	opacity: 0.7;
	transition: opacity 0.3s ease-in-out;
	font-size: 22px;
}
@media (max-width: 1023px) {
	.site-header #site-navigation .menu-primary-container {
		background: white;
	}
}
