/*
 Theme Name: AcmePhoto Child
 Theme URI: https://www.acmethemes.com/themes/acmephoto/
 Description: Child theme for AcmePhoto. Migrated selected custom changes from AcmePhoto 3.0.0 custom theme and prepared for AcmePhoto 3.0.9.1 parent updates.
 Author: Site Customization
 Template: acmephoto
 Version: 1.0.0
 Text Domain: acmephoto-child
*/

/* Custom archive title typography migrated from the edited AcmePhoto 3.0.0 theme. */
article.post .entry-header .entry-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 28px;
	text-transform: none;
}

/* Single post taxonomy block added above content. */
.single .entry-taxonomy {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}

.single .entry-taxonomy span {
	display: block;
	margin-top: 4px;
}

.single .entry-taxonomy a {
	text-decoration: none;
}

.single .entry-taxonomy a:hover,
.single .entry-taxonomy a:focus {
	text-decoration: underline;
}

/* ---------------------------------------------------------------------------------------------
   Child theme fix: hide Previous button on archive/category navigation only
   - Applies to archive/category/search/blog navigation (.posts-navigation)
   - Does not affect single post navigation (.post-navigation)
------------------------------------------------------------------------------------------------ */
.site-main .posts-navigation .nav-previous {
	display: none;
}

.site-main .posts-navigation .nav-next {
	float: none;
	width: 100%;
	text-align: center;
}

/* ---------------------------------------------------------------------------------------------
   Toolrus featured image shortcode
   Use [toolrus_featured_image] in post content where the featured image should appear.
------------------------------------------------------------------------------------------------ */
.toolrus-content-featured-figure {
	margin: 0 0 24px;
	padding-top: 12px;
	text-align: center;
	vertical-align: top;
}

.toolrus-content-featured-figure,
.toolrus-content-featured-figure * {
	vertical-align: top;
}

.toolrus-content-featured-image {
	display: block;
	width: 100%;
	max-width: 860px;
	height: auto;
	margin: 0 auto;
	background: #fff;
	object-fit: contain;
	object-position: top center;
	vertical-align: top;
}

.single .entry-content td,
.single .entry-content th {
	vertical-align: top;
}

/* Align Gutenberg columns to the top in single post content. */
.single .entry-content .wp-block-columns {
	align-items: flex-start;
}

.single .entry-content .wp-block-column {
	align-self: flex-start;
}
