/* */
/* "Excerpt" Previews of Blog Posts */
/* */
div.excerpt,
div.excerpt .wp-element-caption, 
div.excerpt img {
	color: black;
	text-align: center;
}

div.excerpt blockquote {
	color: #999999;
	text-align: left;
}

.excerptTextLeft {
	color: black;
	text-align: left;
}

.excerptTextCenter {
	color: black;
	text-align: center;
}

div.excerpt a, {
	color: crimson;
}

div.excerpt .size-medium img, {
	width: 350px;
}

div.excerpt .size-large  img, {
	width: 500px;
}

div.excerpt .size-full  img, {
	width: 556px;
}


/* */
/* Customize Site Layout */
/* */
.caption-center {
	text-align: center;
	text-transform: uppercase;
}

.custom-header {
	width: 800px;
	height: auto;
}

.custom-logo {
	width: auto;
	height: 150px;
}

.site-branding {
	background-image: url('https://inspiracynow.com/wp-content/uploads/2025/07/cropped-cropped-expanded-logo-1.jpg');

	
}

.site-branding p,
.site-title a {
	color: WhiteSmoke;
	text-shadow: 
        1px 1px 0 #000, 
       -1px 1px 0 #000, 
        1px -1px 0 #000, 
       -1px -1px 0 #000; /* Black shadow in all directions */
}

div.links-stand-out a
{
	font-weight: bold;
	text-decoration: underline;
	
}

/* unvisited link */
div.links-stand-out a:link {
  color: blue;
	background-color: #eee;
}

/* visited link */
div.links-stand-out a:visited {
  color: rgb(28, 124, 124);
	background-color: #FFFFFF;
}

/* mouse over link */
div.links-stand-out a:hover {
  color: hotpink;
	background-color: #FFFFFF;
}

/* selected link */
div.links-stand-out a:active {
  color: crimson;
	background-color: #FFFFFF;
}

/* */
/* "Too Many Letters" Styles */
/* */
.TMLHead {
	text-transform: uppercase;
	font-size: 28px;
}

.TMLTableOfContents {
}

.TMLText {
}

/* */
/* Hiding Images & Media Management */
/* */
.hide-me {
	display: none;
}

.single .post-thumbnail {
	display: none;
}

.blog .post-thumbnail,
.archive .post-thumbnail,
.category .post-thumbnail {
	display: none;
}

@media only screen and (max-width: 767px) {
	.hide-on-mobile {
		display: none;
	}
}