/* ------------------- Single Post ------------------------- */
/*
@media only screen and (max-width:1024px){
    .single-post .whb-header {
        margin-bottom: 15px;
    }
    .single-post .page-title.title-blog {
        margin-top: -15px;
    }
}
*/
.single-post .page-title.title-blog {
  border-bottom: 1px solid #ddd;
  /*padding: 0 0 10px 0;*/
}
.single-post .page-title.title-blog .entry-title {
  display: none;
}
.single-post .sidebar-container {
	margin-bottom: 40px;
	border: 1px solid #ddd;
	padding: 15px;
}
.meta-post-categories {
  border-radius: 20px;
}
.post-single-page .wd-entry-content {
/* 	border: 1px solid #ddd;
	padding: 20px; */
	font-size: 1.2em;
	color: #333;
/*     box-shadow: 0 0 0 5px #f7f4f4 inset, 0 0 0 6px #ddd inset; */
}
.post-single-page .article-body-container .entry-content {
  
}
/* --------------------------------------------------- Headings --------------------------------------------------- */
/*.post-single-page .article-body-container .entry-content h1:first-of-type {
	/*border-bottom: 1px solid #ddd;
    margin-top: -20px;
    background: #297ac1;
    font-size: 1.7em;*/
    
    /*
	padding: 5px 20px;
	line-height: 1.3em;
    color: var(--wd-primary-color);
    text-align: center;
}
*/
.post-single-page .wd-entry-content h1:first-of-type {
	padding: 5px 20px;
	line-height: 1.3em;
	color: var(--wd-primary-color);
	text-align: center;
	margin: -20px -15px 20px;
	background: #f7f4f4;
	border-bottom: 1px solid #ddd;
}
.post-single-page .wd-entry-content h1:first-of-type a {
	color: #cafbff;
}
.post-single-page .wd-entry-content h1:not(:first-of-type),
.post-single-page .wd-entry-content h2,
.post-single-page .wd-entry-content h3,
.post-single-page .wd-entry-content h4,
.post-single-page .wd-entry-content h5,
.post-single-page .wd-entry-content h6 {
	/*border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    margin-top: 20px;*/
	margin-left: -16px;
	margin-right: -16px;
	padding-left: 20px;
	padding-right: 20px;    
}
.post-single-page .wd-entry-content h1:not(:first-of-type) {
	/*background: #f2f2f2;*/
    border-left: 3px solid var(--wd-primary-color);
    color: var(--wd-primary-color);
}
.post-single-page .wd-entry-content h2 {
	/*background: #f2f2f2;*/
    border-left: 3px solid #297ac1;
    color: #297ac1;
}
.post-single-page .wd-entry-content h3 {
	/*background: #f5f5f5;*/
    border-left: 3px solid #00862e;
    color: #00822d;
}
.post-single-page .wd-entry-content h4 {
	border-left: 3px solid #9f3434;
	color: #9f3434;
}
.post-single-page .wd-entry-content h5,
.post-single-page .wd-entry-content h6 {
	border-left: 3px solid var(--wd-title-color);
}

.post-single-page .wd-entry-content li h1,
.post-single-page .wd-entry-content li h2,
.post-single-page .wd-entry-content li h3,
.post-single-page .wd-entry-content li h4,
.post-single-page .wd-entry-content li h5,
.post-single-page .wd-entry-content li h6 {
	border-left: none;
}
/* ------------------- Single Page Lists ------------------------- */
.post-single-page .wd-entry-content ul{
  list-style: revert;
}
.post-single-page .wd-entry-content ol {
  list-style: decimal;
}
.post-single-page .wd-entry-content ul,
.post-single-page .wd-entry-content ol,
.post-single-page .wd-entry-content dd {
	margin: 0 0 1rem 1.5rem;
}
.post-single-page .wd-entry-content dd {
  margin-left: 15px; 
}
.post-single-page .wd-entry-content dd:before {
  content: "- "; 
}
.post-single-page .wd-entry-content li::marker {
	color: #2879c1;
}
/* ------------------- Single Page Misc Elements ------------------------- */
.post-single-page .wd-entry-content a {
	color: #5b5da1;
	font-weight: bold;
}
.post-single-page .wd-entry-content hr {
	margin: 10px auto;
	width: auto;
	border-top: 1px dashed #655da1;
	color: #ffffff00;
	background-color: #ffffff00;
}
.post-single-page .wp-caption .wp-caption-text {
  margin-bottom: 30px;
  text-align: center;
}
/* ------------------- Single Post Bottom Elements ------------------------- */
footer.entry-author .author-info {
	border: 1px solid #d2d2d2;
}
.author-info .author-avatar .avatar {
	box-shadow: 0 0 0 1px #d2d2d2;
}

.single-post .wd-single-footer {
  border: 1px solid #ddd;
  margin: 0 0 60px;
  padding: 20px 20px;
  box-shadow: 0 0 0 5px #f7f4f4 inset,0 0 0 6px #ddd inset;
}
.single-post .wd-single-footer .tags-list a {
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 20px;
	margin: 0 10px 5px 0;
	border: 1px solid #c5c5c5;
}
.single-post .wd-single-footer .tags-list a:hover {
	color: #fff;
	background: #323d73;
}
.single-post .wd-single-footer .tags-list a::after {
  display: none;
}
.single-post .wd-single-footer .tags-list a::before {
	content: "\f02b";
	font-family: "Font Awesome 5 Pro";
	color: #aaa6a6;
	position: relative;
	left: -5px;
}
.single-post .wd-single-footer .tags-list a:hover::before {
	color: #fff;
}
.single-post .single-post-social .wd-social-icons::before {
	content: "Share this article";
	font-size: 23px;
	display: block;
}
.single-post-navigation {
	box-shadow: 0 0 0 1px #c5c5c5;
	border-bottom: none;
	padding: 10px 15px;
	border-radius: 50px;
}
/* ------------------- Single Post Comments ------------------------- */
.single-post .comments-area {
  border: 1px solid #ddd;
}
.single-post .comments-area .comment-list > .comment.depth-1 .comment-body {
  margin: 0 15px;
}
.single-post .comments-area .comments-title {
  padding: 30px 20px 0;
}
.single-post .comments-area .comment-respond {
  padding: 5px 20px;
}

/* ----------------- Widgets on Single Posts -------------- */
.single-post .sidebar-container {
	background: #f7f4f4;
    margin-bottom: 40px;
	border: 1px solid #ddd;
	padding: 5px;
}
.single-post .sidebar-container .widget-area .wd-widget {
	background: #fff;
    border: none;
	margin-bottom: 15px;
	padding: 0;
}
.sidebar-container .widget-area .wd-widget:last-of-type {
	margin-bottom: 0px;
}
.single-post .wd-widget > .widget-title {
  background: var(--wd-primary-color);
	padding: 10px 15px;
	margin: 0;
	color: #fff;
}
.single-post .wd-widget > ul {
  border:1px solid #ddd;
}
.single-post .wd-widget > ul > li{
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
  margin-bottom: 0px
}

.single-post .wd-widget > ul > li:nth-of-type(2n){
  background: #fafafa;
}
.single-post .wd-widget > ul > li:last-of-type {
  border-bottom: none;
}

/* ----------------- Recent Posts Widget -------------- */
.widget.woodmart-recent-posts img {
  border-radius: 100%;
  border: 1px solid #ddd;
}

/* ---------------- Post Archive --------------------------- */
.blog .yoast-breadcrumb {
	display: none;
}
.blog-design-masonry .article-inner {
  border: 1px solid #ccc;
}
.blog-design-masonry .article-inner .post-img-wrapp {
	border-bottom: 1px solid #ccc;
}
.blog-design-masonry .article-inner .article-body-container {
	padding: 20px 10px 10px;
}
.blog-design-masonry .article-inner .article-body-container .entry-title.title {
	font-size: 1.3em;
	line-height: 1em;
}
.blog-design-masonry .article-inner .article-body-container .entry-content.woodmart-entry-content {
	line-height: 1.2em;
	font-size: 0.85em;
}
.blog-design-masonry .article-inner .article-body-container .meta-categories-wrapp {
  left: 3px;
  right: 3px;
}
.blog-design-masonry .article-inner .article-body-container .meta-post-categories {
	padding-left: 10px;
  padding-right: 10px;
}
.blog-design-masonry .article-inner .article-body-container .meta-post-categories > a {
	font-size: 0.8em;
  text-transform: none;
}
.single-post-button .vc_btn3-color-primary {
	color: #fff !important;
}

