.archive.author .row .col.section-title span, .archive.category .row .col.section-title span, .archive.tag .row .col.section-title span, .archive.date .row .col.section-title span {
    display: none;
}
@media only screen and (min-width: 1000px) {
    .container.main-content {
        padding:0 210px !important;
    }
}
.dropcap {
    font-size: 3em;
    float: left;
    margin-right: 10px;
    line-height: 1;


}	/* Adds space between the image and the subhead */
img + h2, img + h3, img + h4, img + h5 {
  margin-top: 1rem; /* Adjust this value as needed */
}

/* Adds space below the subhead */
h2 + p, h3 + p, h4 + p, h5 + p {
  margin-top: 1.25rem; /* Adjust for more/less spacing */
}/* Image followed by paragraph subhead */
img + p.subhead {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}/* Remove any extra space under the image */
img {
  display: block;
  margin-bottom: 0; /* reset any default margin */
}
.single-post .post-meta .nectar-meta-category {
    display: none;
}.single-post .post-meta .nectar-meta-category {
    display: none;

}.single-post .post-meta .nectar-meta-category,
.single-post .post-meta .nectar-post-category {
    display: none !important;
}/* Hide Salient post categories across single posts and blog lists */
.nectar-meta-category, 
.meta-category, 
.post-meta .nectar-post-category, 
.post-meta .meta-category {
    display: none !important;
}

/* Hide category links inside post headers, if separate */
.post-header .meta-category a, 
.post-header .nectar-meta-category a {
    display: none !important;
}

/* Hide any "Category:" labels if they exist */
h5:has(a[href*="/category/"]),
h6:has(a[href*="/category/"]) {
    display: none !important;
}

/* Hide categories on blog grids (like masonry layouts) */
.masonry-blog-item .meta-category, 
.masonry-blog-item .nectar-meta-category {
    display: none !important;
}/* Salient multiple_large_featured recent posts — remove link underline */
.recent-posts[data-style="multiple_large_featured"] 
.post-header h2 a,
.recent-posts[data-style="multiple_large_featured"] 
.post-header h3 a {
  text-decoration: none !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* Kill underline pseudo-elements if present */
.recent-posts[data-style="multiple_large_featured"] 
.post-header h2 a::before,
.recent-posts[data-style="multiple_large_featured"] 
.post-header h2 a::after,
.recent-posts[data-style="multiple_large_featured"] 
.post-header h3 a::before,
.recent-posts[data-style="multiple_large_featured"] 
.post-header h3 a::after {
  content: none !important;
  display: none !important;
}
/* Force remove underlines with maximum specificity */
a,
a:link,
a:visited,
a:hover,
a:active,
.nectar-button,
body a {
    text-decoration: none !important;
    text-decoration-line: none !important;
    text-decoration-style: none !important;
    text-underline-offset: unset !important;
}

/* Specifically target the button if needed */
.nectar-button * {
    text-decoration: none !important;
}/* Prevent italics from bolding */
em,
i,
cite,
dfn,
var,
.italic,
*[style*="font-style: italic"],
*[style*="font-style:italic"] {
    font-weight: normal !important;
    font-weight: 400 !important;
}

/* Also target strong + em combinations */
strong em,
strong i,
em strong,
i strong,
b em,
b i,
em b,
i b {
    font-weight: normal !important;
    font-weight: 400 !important;
}/* Prevent italics from bolding - except in headings */
em,
i,
cite,
dfn,
var,
.italic,
*[style*="font-style: italic"],
*[style*="font-style:italic"] {
    font-weight: normal !important;
    font-weight: 400 !important;
}

/* Also target strong + em combinations */
strong em,
strong i,
em strong,
i strong,
b em,
b i,
em b,
i b {
    font-weight: normal !important;
    font-weight: 400 !important;
}

/* Exception: Allow bold italics in headings */
h1 em, h1 i,
h2 em, h2 i,
h3 em, h3 i,
h4 em, h4 i,
h5 em, h5 i,
h6 em, h6 i,
h1 strong em, h1 strong i,
h2 strong em, h2 strong i,
h3 strong em, h3 strong i,
h4 strong em, h4 strong i,
h5 strong em, h5 strong i,
h6 strong em, h6 strong i {
    font-weight: inherit !important;
}