#content {
    padding-top: 150px;
}
.single-post main.site-main {
    margin: 0 auto 40px;
}
.post-header h1,
.page-header h1 {
    font-family: 'Roboto', sans-serif;
    color: var(--heading);
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid;
    padding-bottom: 15px;
}
.blog .archive-description p {
    max-width: 90%;
}
.blog .page-content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 3%;
    position: relative;
    top: 20px;
}
.blog article {
    display: flex;
    flex-direction: column;
    max-width: 31.33%;
    padding: 0;
    margin-bottom: 35px;
    border-radius: 24px;
    background: #f7f7f7;
}
.blog header.post-header {
    padding: 0;
    min-height: 60px;
    background-image: none;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}
.blog header.post-header a {
    display: block;
    line-height: 0;
    overflow: hidden;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.blog .post-header .post-header-inner {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    text-align: left;
    background: none;
    padding: 0 10px;
}
.post-header-inner h2 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #343734;
}
.blog header.post-header img {
    max-width: 100%;
    height: 450px;
    object-fit: cover;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    transform: scale(1);
}
.blog .entry-content {
    background-color: #f7f7f7;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 20px 30px;
}
.post-header a:hover img {
    transform: scale(1.2);
}
.single-post img.attachment-post-thumbnail {
    display: none;
}
.vc_general,
a.vc_general:visited {
    display: inline-block;
/*  color: #9f5b0b;*/
  padding: 0;
  line-height: 1;
  margin-bottom: 15px;
}
.vc_general > .vc_btn3-icon {
    color: #5d5d5d;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: 300;
}
/*.vc_general:hover,
a.vc_general:visited:hover { color:#5d5d5d; }*/

.meta-data {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.posted-on.pipeline,
.byline {
	display:none;
}
.vc_general:hover .vc_btn3-icon { margin-left:15px; color:var(--yellow); }
.posts-navigation {
    width: 100%;
}
.single-post.wpb-js-composer .site-main .container {
	padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 768px) and (max-width: 1845px){
    .rank-math-breadcrumb { padding-top:55px; }
}

@media screen and (max-width: 1600px){
    .single-post #breadcrumbs {
        right: 40px;
    }
}

@media (min-width: 640px) and (max-width: 991px){
    .blog .page-content { gap:2%; }
    .blog article { max-width: 49%; }
}
@media screen and (max-width: 639px){
    .blog .page-content { gap:0; }
    .blog article { max-width: 100%; }
}
@media screen and (max-width: 767px){
    header { padding-top:0; }
    h1.page-title {
        font-size: 28px;
        margin-top: 0;
    }
	.single-post.wpb-js-composer .site-main .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}