/*
Theme Name: Cogio Alpha
Theme URI: https://cogio.co.uk/
Author: Cogio Ltd
Author URI: https://cogio.co.uk/
Description: Alpha by Cogio.
Version: 0.8.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cogio-alpha
*/

body {
	margin: 0;
}



.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.entry-content.contained {
	padding: 1rem 5%;
}

/*
 * WordPress content alignment.
 *
 * Restore the standard front-end behaviour for content that WordPress marks
 * as left, right, centred or unaligned. In particular, left- and right-aligned
 * images can float so following text wraps alongside them.
 */
.entry-content {
	display: flow-root;
}

.alignleft {
	float: left;
	margin: 0.5rem 1.5rem 1rem 0;
}

.alignright {
	float: right;
	margin: 0.5rem 0 1rem 1.5rem;
}

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

.alignnone {
	margin-right: 0;
	margin-left: 0;
}

@media (max-width: 600px) {
	.alignleft,
	.alignright {
		float: none;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
}

.home-page-news-feed {
	background: var(--home-news-feed-background-colour, transparent);
}
