/* Themify Customize Styling */
body {	
	font-family: "Georgia", 'Times New Roman', "Times", serif;	font-size:19px;
 
}

/* Themify Custom CSS */
.related-posts .post-category a{
display:none;
}
.related-posts .post-category a:nth-child(1){
display:block;
}

.header-top-widgets:not(.fixed-header-on) #site-logo span:after{
content:"TM";
font-size:10px;
vertical-align: super;
}

/* TSJ-style image captions */
.wp-caption-text,
figcaption,
figure figcaption {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.45;
  color: #666666;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
  text-align: left;
}

/* Keep caption width aligned to image */
.wp-caption {
  max-width: 100%;
}

/* Optional: slightly tighter on mobile */
@media (max-width: 768px) {
  .wp-caption-text,
  figcaption,
  figure figcaption {
    font-size: 13px;
  }
}


