@media screen and (max-width: 865px) {
	.wp-block-latest-posts.is-grid li {
		margin: 0 0 1.25em 1.25em;
	}
	.wp-block-image {
		display: flex;
		justify-content: center;
	}
	.wp-block-image img {
		max-width: 60% !important;
	}
	.post-content > .wp-block-image img {
		max-width: 100%;
	}
	textarea#comment {
		width: 100%;
		height: auto;
	}
	.post-title h1 {
		font-size: 1.75rem;
	}
}
@media (max-width: 781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}
}
@media screen and (min-width: 782px) {
	.wp-block-columns {
		flex-wrap: nowrap !important;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
		flex-grow: 0;
	}
}
@media screen and (min-width: 600px) {
	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - .83333em);
	}
	.wp-block-latest-posts.columns-3 li:nth-child(3n) {
		margin-right: 0;
	}
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
		width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5);
	}
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
		width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667);
	}
}

/* WORDPRESS */
body .is-layout-flex {
	display: flex;
}
.wp-block-image img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
:where(figure) {
	margin: 0 0 1em;
}
.wp-block-columns {
	align-items: normal !important;
}
:where(.wp-block-columns.is-layout-flex) {
	gap: 2em !important;
}
.is-layout-flex > :is(*, div) {
	margin: 0;
}
.wp-block-buttons.is-content-justification-center {
	justify-content: center;
}
.is-layout-flex {
	flex-wrap: wrap;
	align-items: center;
}
:where(.is-layout-flex) {
	gap: 0.5em;
}
.wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin: 0;
}
.wp-block-buttons .wp-block-button__link {
	width: 100%;
}
.wp-block-button__link {
	display: inline-block;
}
:root :where(.wp-element-button, .wp-block-button__link) {
	background-color: #32373c;
	color: #fff;
	font-weight: bold;
}
.wp-container-core-group-is-layout-4b2eccd6 {
	flex-direction: column;
	align-items: center;
}
.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
}
.wp-block-latest-posts.is-grid li {
	margin: 0 1.25em 1.25em 0;
}
:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
	padding: 0 20px;
}
figure.wp-block-gallery.has-nested-images {
    align-items: normal;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100%!important;
    width: auto;
}
.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);
}
.aligncenter {
    clear: both;
}
.wp-block-gallery.wp-block-gallery-1 {
    --wp--style--unstable-gallery-gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );
    gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );
}
.wp-element-caption {
	text-align: center;
	font-style: italic;
}
.blocks-gallery-caption {
	margin: auto !important;
}
.has-text-align-center {
	text-align: center;
}

/* THEME */
article {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.wp-block-columns, .wp-block-image {
	margin-bottom: 0;
}
.wp-block-separator {
	padding: 8px 0 8px 0;
	border: none;
	border-top: 2px solid;
}
.wp-block-image {
	padding-bottom: 8px;
}
.wp-element-button {
	border-radius: .33rem;
	border-width: 0;
	font-size: 0.9rem;
	font-weight: 500;
	padding: 0.6rem 1rem 0.6rem 1rem;
	text-decoration: none;
}
.widget {
	margin: 0;
}
.home-latest-posts {
	padding: 10px 0 10px 0;
	margin: 1.75em 0 1.75em 0;
}
.officer-name {
	flex: 0 1 auto !important;
}
.officer-contact {
	flex: 1 1 auto !important;
}


/* NEWS PAGE */
.size-para-archive {
	border-radius: 1.5rem;
}
.news-archive a, .single-post a {
	text-decoration: none;
}
.news-archive a:hover, .single-post a:hover {
	text-decoration: underline;
}
.news-archive h1, .comment-reply-title {
	width: 40%;
	min-width: 170px;
	padding: 5px 5px 5px 30px;
}

/* Posts grid */
.news-posts {
	margin: 0;
	display: flex;
    align-items: flex-start;
    width: 100%;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 4% 2%;
}
.post-grid {
	flex: 1 1 21%; /* grow shrink basis */
	margin-bottom: 2rem;
	max-width: 49%;
}
.post-grid img {
	width: 100%;
	height: auto;
}

/* Archive */
.aTable {
	display: flex;
    flex-direction: column;
	align-items: center;
}
.aRow {
	display: flex;
	align-items: flex-start;
    justify-content: space-between;
	width: 100%;
}
.aTitle, .aDate {
	flex-grow: 1;
	padding: 3px 0 3px 0;
}
.aDate {
	text-align: right;
}

/* SINGLE POST */
.post-header {
	width: 100%;
	margin: 0 0 4% 0;
	display: flex;
	justify-content: space-between;
	gap: 0 5%;
	align-items: flex-start;
}
.post-header img {
	width: 30%;
	height: auto;
	border-radius: 1rem;
	rotate: -25deg;
	flex: 1 1 30%; /* grow shrink basis */
	z-index: -1;
}
.post-title {
	width: 70%;
	height: auto;
	flex: 1 1 70%; /* grow shrink basis */
}
.post-title div {
	text-align: right;
}
.post-content {
	width: 90%;
	margin-left: 10%;
	padding-top: 1.5%;
}
.post-content > .wp-block-image {
	max-width: 60%;
	text-align: center;
	display: block;
	margin: 0 auto 0 auto;
}

/* COMMENTS */
.comments-title {
	width: 40%;
	min-width: 220px;
	padding: 5px 5px 5px 30px;
}

.comment-list {
	list-style-type: none;
}
.comment-list li {
	margin: 10px auto 10px auto;
	padding: 20px;
}

/* FEEDBACK FORM */
#feedback_form {
	margin: 40px 0 0 20px;
}
#PvE-Hide, #Social-Hide, #PvE, #Social, #guild_activitiesOther, #contest_prizesOther {
	display:  none;
}
.sectionTitle {
	display: flex;
	margin-top: 30px;
	align-items: center;
	gap: 1%;
}
.sectionToggle {
	display: none;
}
.starRating {
	font-size: 40px;
	cursor: pointer;
	color: #eee;
}
.starRating:hover {
	color: #ccc;
}
.rated {
	color: green;
}
.question {
	padding: 10px 0;
	margin-top: 10px;
	font-weight: bold;
}
.radioChoice {
	position: relative;
	width: fit-content;
}
.radioSlider {
	height: 2px;
	width: 79%;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
	/* FAKE RADIO/CHECK */
	.radioGrid {
		display: grid;
		grid-template-rows: repeat(2,auto);
	}
	.selectCont {
		position: relative;
	}
	.radioCont {
		margin: 0 auto;
		width: 25px;
		height: 25px;
	}
	.checkCont {
		width: fit-content;
	}
	.checkCont label {
		padding-left: 35px;
		width: max-content;
		display: block;
	}
	.selectCont input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		width: 25px;
		height: 25px;
		z-index: 5;
	}
	.clicker {
		position: absolute;
		top: 0;
		left: 0;
		height: 25px;
		width: 25px;
		background-color: #eee;
	}
	.radio-button {
		border-radius: 50%;
	}
	.selectCont:hover input ~ .clicker {
		background-color: #ccc;
	}
	.selectCont input:checked ~ .clicker {
		background-color: green;
	}
	.clicker:after {
		content: "";
		position: absolute;
		display: none;
	}
	.selectCont input:checked ~ .clicker:after {
		display: block;
	}
	.selectCont .radio-button:after {
		position: absolute;
		display: none;
		top: 9px;
		left: 9px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: white;
	}
	.selectCont .checkmark:after {
		left: 9px;
		top: 5px;
		width: 5px;
		height: 10px;
		border: solid white;
		border-width: 0 3px 3px 0;
		transform: rotate(45deg);
	}
	
/* CHANGELOG */
#acknowledgements {
	display: none;
}
#acknowledgements .info-inset {
	min-width: 60% !important;
	width: 80% !important;
	margin: auto;
}
.post {
	width: 80%;
	margin: 10px auto 10px auto;
	padding: 20px;
}
#changelog-pages {
	text-align: right;
	width: 90%;
}

/* ROADMAP */
.roadmap-build {
	padding: 20px;
	margin: 0 auto;
}
.roadmap-arrow {
	stroke: #C7E0C4;
	stroke-width: 4;
}
.roadmap-contArrow {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

/* POLLS */
.poll-widgets {
	width: fit-content !important;
}