
.footer-credits:before {
	content: "© 2025 Health | Inspiration. All Rights Reserved.";
	display: block;
	text-align: center;
}

/* change font size of post titles on homepage #26606643-hc-silb */
.home .main .main-post-list article h2 {
    font-size: 160%;
  }
/* Hide Category Page Titles #26618738-hc-jg */
.category .title {
    display: none;
}

/* edits featured image background color | #26666062-hc fox */
.main article.attachment a.thumbnail, .main article.post-archive a.thumbnail{
  background-color:#300d0e
}
/* centers featured images | #XXXXXX-hc fox */
#main-content .post-archive a.thumbnail img{
  margin:auto;
}

/* center post featured images | #26666062-hc fox */
.main article.post .post-header-image{
	margin-left:auto;
	margin-right:auto;
	max-width: 100%;
}

/* change menu style on desktop 266852970-hc */
@media screen and (min-width: 783px) {
    nav.menu-primary {
        padding: 0;
        background: white;
    }
}

/* change menu style on mobile 266852970-hc */
@media screen and (max-width: 782px){
    nav.menu-primary {
        background: #cf9182;
    }
}

nav.menu-primary .menu li.current-menu-item > a {
    background: transparent;
	  font-size: 120%;
	font-weight: bold;
	color: #24120e
}

.sidebar-category-summaries .item h4 span {
    background-color: transparent;
}

.primary-content .primary-wrapper .item .image-meta {
    background-color: transparent;
}

.primary-content nav {
    background: white;
    padding: 7px 0;
}

ol.commentlist li.comment, ol.commentlist li.trackback, ol.commentlist li.pingback {
    *zoom: 1;
    margin-top: 10px;
		margin-bottom: 10px;
    position: relative;
    border-bottom: 3px dotted #8f6363;
    list-style-type: none;
		padding-left: 60px		
}

ol.commentlist li.comment .reply a, ol.commentlist li.trackback .reply a, ol.commentlist li.pingback .reply a {
    background-color: #a36c68;
		border-color: #d1a29f
}


.menu-primary .menu li a {
    color: #24120e;
}

/* Hide date and comment count from homepage slider | 26685297-hc */
.primary-content .text-on, .primary-content .entry-date, .primary-content .sep.sep-commentcount, .primary-content .commentcount {
	display: none;
}

/* Adjust background color of featured post titles when hovered on homepage slider | 26685297-hc */
.primary-content .primary-wrapper .item .image-meta:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

/* Adjust background color of featured author post titles when hovered on homepage | 26685297-hc */
.sidebar-category-summaries .item h4 span:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

/* --- Change text color and size for search results / 26792581-HC  --- */
.search-results h1.title {
  color: #c79793;
  font-size: 20px;
}

.menu-social-links ul li a[href*="facebook.com"]:before, .menu-social-links ul li a[href*="instagram.com"]:before, .menu-social-links ul li a[href*="twitter.com"]:before, .menu-social-links ul li a[href*="youtube.com"]:before, .menu-social-links ul li a[href*="linkedin.com"]:before {
	color: #734d26;
}

#menu-item-55469:hover a[href*="facebook.com"]:before, #menu-item-42674:hover a[href*="instagram.com"]:before, 
#menu-item-42675:hover a[href*="twitter.com"]:before, #menu-item-44278:hover a[href*="youtube.com"]:before, #menu-item-82076:hover a[href*="linkedin.com"]:before {
    color: #d1968c;
}

.main-content h2 {
    font-size: 200%;
    margin-bottom: 15px;
}

.main-content h3 {
    font-size: 150%;
    margin-bottom: 15px;
}

.main-content h4 {
    font-size: 115%;
    margin-bottom: 15px;
}

.heateorSssSharing, .heateorSssSharingButton {
    display: block;
    cursor: pointer;
    margin: 4px;
	  margin-bottom: 15px;
	  margin-top: -17px;
}

user agent stylesheet
i {
    font-style: italic;
}
ul.heateor_sss_follow_ul li, ul.heateor_sss_sharing_ul li {
    float: left!important;
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
    border: none!important;
    clear: none!important;
}

.postmetadata {
    font-size: .8em;
    color: #999;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.sidebar-main .widget h3.widgettitle, .sidebar-small .widget h3.widgettitle {
    text-align: center
}

element.style {
}
.main h1.title a, .main h2.title a, .main h2.posttitle a, h1, h2, h3, h4, h5, h6, .masthead h1.logo, .masthead .branding h1.logo a, .masthead .branding h1.logo a:hover, .masthead .branding h2.description {
    color: #914646;
}

element.style {
}
a {
    color: #914646;
}

nav.menu-primary .menu a:hover {
    color: #9f792a;
}

element.style {
}
ol.commentlist li.comment article, ol.commentlist li.trackback article, ol.commentlist li.pingback article {
    padding: 10px 0;
}

.postnav {
    font-size: 120.5%;
    margin-bottom: 15px;
		font-style: italic
}

.infinite-scroll #infinite-handle span {
    background-color: #8a6262;
		border-color: #9c7373
}



/* Centers the logo on mobile - #33161205-hc */
@media screen and (max-width:768px) {
.masthead a.site-logo-link {
float: none;
}
	h1.logo a, h2.description {
    text-align: center;
}
}
p {
  color: #000000 !important;
}
/* --- Enlarge site logo (covers most WP themes) --- */
.masthead a.site-logo-link img,
.masthead .site-logo img,
.site-branding .site-logo img,
a.custom-logo-link img,
img.custom-logo,
.site-branding .custom-logo,
.masthead .site-logo svg,
a.site-logo-link, 
.custom-logo-link {
  height: 90px !important;         /* adjust: try 70–100px */
  max-height: none !important;
  width: auto !important;
  display: inline-block !important;
}

/* Optional: different sizes for desktop vs mobile */
@media (min-width: 783px) {
  .masthead a.site-logo-link img,
  .masthead .site-logo img,
  a.custom-logo-link img,
  img.custom-logo { height: 95px !important; }
}
@media (max-width: 782px) {
  .masthead a.site-logo-link img,
  .masthead .site-logo img,
  a.custom-logo-link img,
  img.custom-logo { height: 70px !important; }
}

/* If header gets too tall, reduce top/bottom padding a bit */
.masthead, .site-header {
  padding-top: 6px !important;
  padding-bottom: 8px !important;
}

/* Force logo to scale proportionally (both height & width) */
.masthead a.site-logo-link img,
.masthead .site-logo img,
a.custom-logo-link img,
img.custom-logo {
    height: auto !important;       /* let it scale naturally */
    max-height: 120px !important;   /* adjust number to control size */
    width: auto !important;
    max-width: none !important;    /* remove theme's width restriction */
    display: inline-block !important;
}


/* Size the logo by width so it grows proportionally */
.masthead a.site-logo-link img,
.masthead .site-logo img,
.site-branding .custom-logo,
a.custom-logo-link img,
img.custom-logo {
  width: 120px !important;       /* try 120–150px to taste */
  height: auto !important;
  max-width: none !important;
}

/* Align logo and title text on the same baseline and add a neat gap */
.site-branding, .branding, .masthead .branding {
  display: flex;
  align-items: center;           /* vertical centering */
  gap: 12px;                     /* space between logo and title */
}

/* Put branding back to block flow so tagline sits under title */
.site-branding, .branding, .masthead .branding {
  display: block !important;
}

/* Center site title + tagline on mobile */
@media (max-width: 782px) {
  .site-branding,
  .branding,
  .masthead .branding {
    text-align: center !important;
  }

  .masthead .branding h1,
  .masthead .branding .site-title,
  .masthead .branding h2.description,
  .site-branding .site-description {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }
}

/* Tighten spacing between logo and site title */
.site-branding,
.masthead .branding {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Remove extra gap below the logo */
.site-branding img.custom-logo,
a.custom-logo-link img {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Reduce top margin on the title */
.site-title,
.masthead .branding h1 {
  margin-top: 20px !important;   /* try 0–8px until it feels right */
}


/* Default: keep 20px margin for desktop */
.site-title,
.masthead .branding h1 {
  margin-top: 25px !important;
}

/* Mobile: reduce the gap under the lotus */
@media (max-width: 782px) {
  .site-title,
  .masthead .branding h1 {
    margin-top: -23px !important;   /* try 0–6px until it looks right */
  }
}

