/* CSS File: gc-posts.css
 * Created by Carter (ServoBilly) on 2025-08-27 15:03:46
 * Last Updated: 2025-08-27 15:03:46 by Carter (ServoBilly)
 * Active Theme: GAMER CHURCH
 */

/* SINGLE BLOG POST*/

#top .author-link {
	text-decoration: none;
}
#top .author-link img {
	vertical-align: middle;
	margin-top: -5px;
}

#top.single-post .wp_ulike_likers_wrapper {
	float: right;
	margin: 0;
}

#top .entry-footer {
	clear: both;
	margin: 1em 0;
	display: grid;
}

#top .entry-footer > span {
	margin-top: 1em;
}

#top .tag-links a::before {
	content: "#";
	color: white;
}

#top .footer .nav-links {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	width: 100%;
}
#top .footer .nav-links a {
	display: block;
	padding: 0.5em 0;
}
#top .footer .nav-links .nav-next {
	text-align: right;
}

#top .ptb_list-post .type-post .entry-content {
	position: relative;
}

#top .post-header .ptb_post_image img {
	max-height: 200px;
	width: auto;
}

#top .post-header .ptb_post_image a {
	border: var(--border);
	display: block;
	background: var(--bg);
	padding: 5px;
	max-width: max-content;
	margin-bottom: 1em;
}

#top .ptb_list-post .post {
	margin: 0 0 1em 0;
}

#top .post .ptb_category {
	font-style: italic;
	margin-top: -0.5em;
	margin-bottom: 1em;
}

#top .post .ptb_category .ptb_text_before {
	margin: 0;
}

#top .post .entry-summary > a img {
	margin: 0;
	padding: 0.5em;
}

#top .post .entry-summary > a {
	display: block;
	max-width: 33%;
	margin-right: 1em;
	margin-top: 1em;
}

#top .post .entry-summary {
	display: flex;
}

#top .type-post .post-meta .ptb_col {
	display: flex;
	border: 1px solid var(--border-color);
	margin-bottom: 1em;
	flex-wrap: wrap;
	font-size: 0.85em;
}

#top .type-post .post-meta .ptb_col > div {
	flex-grow: 1;
	border-right: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	padding: 0.35em 0.5em;
	margin: 0;
	margin-bottom: -1px;
}

#top .type-post .post-meta .ptb_col > div:last-of-type {
	border: none;
}

#top .ptb_list-post .ptb_excerpt_readmore_link {
	display: block;
	max-width: max-content;
	margin-top: 0.5em;
}

/* SEARCH RESULTS */

#top.search #content > article {
	border-bottom: 2px dashed;
	padding: 1em 0 0.5em;
}

#top.search #content h2 {
	font-size: 1.25em;
}

#top .navigation {
	margin: 1.5em 0;
}

/* COMMENTS & REVIEWS */

#comment {
	display: block;
	width: 100%;
}

#top .comment-reply-title {
	margin-top: 1em;
}

#comments {
	margin-top: 1.5em;
}

#top #comments ul {
	list-style: none;
	margin: 0;
}

#comments ul li {
	border: 3px outset var(--border-color);
	padding: 1em;
	background: var(--bg);
	margin-top: 1em;
}

#comments ul li li {
	background: var(--sub);
}

#comments ul img {
	vertical-align: middle;
	border: 2px solid var(--border-color);
	width: 2em;
	background: var(--sub);
	margin-bottom: 0.25em;
}