/*
Theme Name:     Caldera
Theme URI:      https://www.sightseedesign.com/caldera/
Template:       kadence
Author:         Sightsee Design
Author URI:     https://www.sightseedesign.com/
Description:    Caldera is a photo-forward theme designed to display your work beautifully while helping to optimize your SEO.
Version:        1.05
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/* Centering post carousel titles and categories */
.loop-entry header > h3 {
  text-align: center;
}

.loop-entry header > div.entry-taxonomies {
  text-align: center;
}

/* Center blog archive pagination */
.pagination {
	text-align: center;
}

/* Center blog post archive titles */
#archive-container > .loop-entry header > h2 {
	text-align: center;
}

/* Center blog post archive view post */
.more-link-wrap {
	text-align: center;
}

/* full width blog post next / prev & similar post width */
#main > div > nav {
	width: 60vw;
}

.entry-related-style-wide {
	width: 60vw!important;
	text-align: center;
	margin: auto!important;
}
