/*
Theme Name: ACS Benefit Services 2023
Theme URI: https://github.com/ocozzio-developer/acsbenefitservices2023
Author: Ocozzio
Author URI: https://ocozzio.com
Description: Base theme using Beaver Builder Theme
Version: 1.1.0
License: GNU General Public License v2 or later
template: bb-theme

*/
article.post>header.fl-post-header {
	margin-bottom: 0;
}
article.post .custom-post-meta {
	margin-bottom: 3rem;
	display: flex;
    gap: 0 15px;
    align-items: center;
}
article.post .custom-post-meta .post-author {
	display: inline-table;
	width: auto;
	position: relative;
}
article.post .custom-post-meta .post-author:after {
	content: '';
	position: absolute;
	top: 0;
	right: -7px;
	height: 100%;
	border-right: 1px solid #666;
}
article.post .post-subheading,
article.post li,
article.post a {
	color: #3fb750;
}

article.post li span {
	color: #06224f;
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    line-height: 1.45;
    font-style: normal;
    word-wrap: break-word;
}

article.post .postBottom {
	margin-top: 3rem;
}
article.post .postBottom h2 {
	border-bottom: 5px solid #3fb750;
	padding-bottom: 15px;
    display: table;
    width: auto;
}
article.post .postBottom button {
	margin: 15px 0;
	border-radius: 25px;
	padding: .5rem 1rem;
	transition: 250ms ease;
	border: 1px solid #06224f;
}
article.post .postBottom button:hover {
	color: #06224f;
	background-color:#fff;
}