/*!
Theme Name: Rix
Theme URI: http://underscores.me/
Author: Richard Carter
Author URI: http://richardcarter.com
Description: A theme by Richard C.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rix
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Rix is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Sidebar
	## Footer
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Social nav
# Thumbnail/featured images
# Colour Scheme
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: Helvetica Neue, Helvetica, Verdana, Arial, freesans, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Helvetica Neue, Helvetica, Verdana, Arial, freesans, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0;
	padding: 0 0 0 1em;
	font-size: 95%;
	border-left: 8px solid #ccc;
}
blockquote.shaded {
	background: linear-gradient(to right, #f3f3f3, #fff);
	border-left: 8px solid #ccc;
	padding: .25em .25em .25em 1em;
}
@media screen and (min-width: 768px) { /* Non-small devices */
	blockquote {
		margin: 0 0 0 1em;
		padding: .25em 1em;
		font-size: 100%;
		border-left: 0px;
	}
}
blockquote.shaded {
	background: linear-gradient(to right, #f3f3f3, #fff);
	border-left: 8px solid #ccc;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	padding-left: 1.5em;
	margin: 0.5em 0 1.5em 0;
}
@media screen and (min-width: 768px) { /* Non-small devices */
	ul, ol {
		padding-left: 1em;
		margin-left: 1em;
	}
}

ul {
	list-style: disc;
}

ol::marker {
  font-weight: bold;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

p + img,
img + p {
	margin-top: 2em; /* Leave a decent gap around images */
}

figure {
	margin: 2em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}


/*
==========================================
Fix Wordpresses 'hard coded' figure widths.
See: https://wpbeaches.com/responsively-removing-width-and-height-attributes-in-images-on-wordpress/
==========================================
*/
figure.wp-caption {
	max-width: 100%;

}
figure.wp-caption.alignright {
	max-width: 50%; /* Overrides hard-coded width attribute */
	margin: 0 0 1rem 2rem;
}
figure.wp-caption.alignleft {
	max-width: 50%; /* Overrides hard-coded width attribute */
	margin: 0 2rem 1rem 0;
}
@media screen and (max-width: 768px) { /* Small screens */
	figure.wp-caption.alignright,
	figure.wp-caption.alignleft {
		float: none; /* Don't align images on small screens */
		margin: 1rem auto;
		max-width: 100%;
	}
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 { margin: 2rem 0 1rem 0;}
h1 {
	font-size: 1.75rem;
	margin-top: .5rem;
}
h2 {
	font-size: 1.6rem;
}
article h2 {
	margin-top: 4rem;
}
h3 {font-size: 1.5rem }
h4, h5, h6 {font-size: 1.25rem }

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 { margin-top: 1rem; }


hr {
 border: 0;
 height: 0;
 border-top: 2px solid #ccc;
 width: 10%;
 margin-top: 2rem;
 margin-bottom: 2rem;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	font-size: 1rem;
	padding: 5px 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	min-width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}


.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation li {
	margin: .25em 1.5em .25em 0;
}
.main-navigation ul ul li+ li {
	margin-left: 0;
}
.main-navigation ul.sub-menu {
	padding: .5em;
	border-radius: 0 0 15px 15px;
}


/* Small menu. */
.menu-toggle {
	display: block;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin-right: 1.5em;
	font-size: inherit;
}
.main-navigation.toggled ul {
	display: block;
}
.main-navigation.toggled li {
	float: none;
}

@media screen and (min-width: 768px) { /* Non-small screens */
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation .menu-bar {
	margin: 0 4rem;
	}
	.main-navigation li.menu-item-search {
	float: right;
	margin-right: 0;
	}
}

/* Navigation menu search form
------------------------------ */
.main-navigation input#s {
	background: #fff url(images/search.png) no-repeat 5px 5px;
	-moz-border-radius: 2px;
	border-radius: 5px;
	font-size: .7rem;
	padding: 4px 10px 4px 28px;
	max-width: 8em;
	margin: 0;
	background-color: #fff;
}
.main-navigation input#s:focus {
	width: 16em;
	max-width: 16em;
}
.main-navigation input#navmenusearchsubmit {
	display: none;
	visibility: hidden;
}



.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.comment-author img.avatar {
	vertical-align: middle;
	margin-right: 1rem;
	float: left;
}

.comment-metadata {
	font-size: 0.8rem;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
#content {
	background-color: #fff;
	padding: 0;
}
#page {
	margin: 0;
}

.site-branding {
	float: left;
	width: 100%;
	padding: 1.5rem 4rem;
	font-size: 1rem;
	font-family: Helvetica Neue, Helvetica, Verdana, Arial, freesans, sans-serif;
	letter-spacing: .25em;
}
.site-title {
	font-size: 2.5rem;
	font-weight: normal;
	line-height: normal;
	margin: 0;
}
.site-description {
	font-size: 1.25rem;
	line-height: normal;
	margin: .5em 0 0 0;
}

.tags-links,
.edit-link {
	display: block;
}

@media screen and (max-width: 768px) { /* Small screens */
	.site-title {
		font-size: 1.5rem;
	}
	.site-description {
		font-size: 1rem;
	}
	.site-branding,
	.main-navigation {
		padding: .75em 1em;
	}
	#primary {
		padding: 2rem 1rem;	
	}
}

@media screen and (min-width: 768px) { /* Medium/large screens */
	body {
		font-size: 130%;
	}
	#primary {
		padding: 4rem;
	}
}
@media screen and (min-width: 1200px) { /* Large screens */
	#page {
		max-width: 1168px; /* Theme width of 1024 + padding of 72 on either side */
		margin: 5rem auto 0 auto;
	}
}

/*--------------------------------------------------------------
## Widgets 'sidebar'
--------------------------------------------------------------*/
aside#secondary {
	padding: 1rem 0;
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
aside#secondary .widget ul,
aside#secondary .widget ol {
	margin: 0 0 3rem 0;
	padding: 0;
}
aside#secondary .widget ul {
	list-style: none;
}
aside#secondary .widget li {
	margin-bottom: 1.5rem;
}
aside#secondary .widget h2 a.rsswidget img { /* Hide RSS icons in widget titles */
	visibility: hidden;
	display: none;
}
aside#secondary .sidebar-widget-area {
	width: 50%;
	font-size: 90%;
}
aside#secondary .sidebar-widget-area-1 {
	float: left;
	padding: 0 1rem 0 2rem;

}
aside#secondary .sidebar-widget-area-2 {
	float: right;
	padding: 0 2rem 0 1rem;
}
@media screen and (max-width: 768px) { /* Small screens */
	aside#secondary {
		padding: 1rem;
	}
	.aside#secondary .sidebar-widget-area {
		width: 100%;
	}
	aside#secondary .sidebar-widget-area-1,
	aside#secondary .sidebar-widget-area-2 {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	padding: 1em 2em;
	font-size: 90%;
}
.site-footer .menu-rix-social-media-menu-container {
	max-width: 50%;
	float: left;
}
aside#footer-widgets {
	max-width: 50%;
	float: right;
	margin-top: 15px;
	text-align: right;
}
aside#footer-widgets .footer-widget-area {
	float: right;
}
aside#footer-widgets .widget {
	margin: 0;
}
@media screen and (max-width: 768px) { /* Small screens */
	.site-footer .menu-rix-social-media-menu-container,
	aside#footer-widgets,
	aside#footer-widgets .footer-widget-area {
		max-width: 100%;
		width: 100%;
		float: none;
		text-align: center;
	}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"],
.wp-caption.aligncenter img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
	font-size: 80%;
	color: #666;
	padding: 0 .5em;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Social nav
--------------------------------------------------------------*/

#social-menu {
	padding: 0;
	margin: 0;
	font-size: 1rem;
}

#social-menu ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

#social-menu li {
	display: inline;
}

#social-menu a {
	background-color: #ddd;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	height: 40px;
	width: 40px;
	margin: 10px 20px 10px 0;
	text-align: center;
}

#social-menu a:hover,
#social-menu a:focus {
	background-color: #fff;
}

#social-menu .icon {
	height: 24px;
	width: 24px;
	top: 8px;
	vertical-align: top;
	position: relative;
	margin: 0;
}



/*--------------------------------------------------------------
# Thumbnail/featured images
--------------------------------------------------------------*/
body.archive article {
	padding: 1em;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	max-width: 640px;
	margin: 0 auto 3em auto;
}
body.archive article h2.entry-title {
	margin: 0;
}
body.archive .excerpt-thumbnail {
	text-align: center;
}
body.archive .excerpt-thumbnail img {
	border: 1px solid #ccc;
}



/* Limit left- and right-aligned image width (except on small screens)
   ------------------------------------------------------------------- */
.site-main img.alignleft,
.site-main img.alignright,
.wp-caption.alignleft,
.wp-caption.alignright {
	max-width: 45%;
	margin-top: 0;
}
@media screen and (max-width: 768px) { /* Small screens */
	.site-main img.alignleft,
	.site-main img.alignright,
	.wp-caption.alignleft,
	.wp-caption.alignright {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
}


/* Don't align/float images on small screens
   ----------------------------------------- */
@media screen and (max-width: 768px) { /* Small screens */
	#primary img.alignright,
	#primary img.alignleft {
		max-width: 100%;
		height: auto;
		display: block;
		float: none;
		margin: 1em auto;
	}
}

/* Fix embedded YouTube video aspect ratios */
/* See: https://ash.guru/blog/how-to-embed-a-responsive-youtube-video-in-wordpress/ */
.wp-block-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0;
}
.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*----------------------
# GUTENBERG BLOCK EDITOR
------------------------ */

/* ---------------------------------------------------
# Some Gutenberg stuff pretty much copied from the
  original plugin (so I can have some default styling)
------------------------------------------------------ */
.wp-block-code {
	border: 1px solid #e2e4e7;
	border-radius: 4px;
	padding: .8em 1em
}
.wp-block-code,
.wp-block-preformatted pre {
	color:#23282d;
	font-family: Menlo,Consolas,monaco,monospace;
	font-size:14px
}
.wp-block-pullquote {
	border-bottom: 4px solid #555d66;
	border-top: 4px solid #555d66;
	color: #40464d;
}
.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
	color: #40464d;
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
}
.wp-block-quote {
	margin: 20px 0
}
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
	color: #6c7781;
	font-size: 13px;
	font-style: normal;
	margin-top: 1em;
	position: relative
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 4px solid #000;
	padding-left: 1em;
}
.wp-block-separator{
	border: none;
	border-bottom: 2px solid #8f98a1;
	margin: 1.65em auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots){
	max-width:100px;
}
.wp-block-table {
	border-collapse: collapse;
	min-width: 240px;
	width: 100%;
}
.wp-block-table td,
.wp-block-table th{
	border: 1px solid;
	padding: .5em;
	word-break: break-all;
}


/*------------------------------------------------
# Support Gutenberg alignfull and alignwide images
-------------------------------------------------- */
.entry-content .alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}
.entry-content .alignwide {
    margin-left  : -72px;
    margin-right : -72px;
    max-width    : 1168px; /* 1024 + 72 + 72 */
}
@media screen and (max-width: 768px) { /* Small screens */
	.entry-content .alignwide {
    margin-left  : -18px;
    margin-right : -18px;
    max-width    : 1060px; /* 1024 + 18 + 18 */
	}
}


/*------------------------------
# Support Gutenberg Cover Images
-------------------------------- */
.wp-block-cover-image {
	display: flex;
	background-size: cover;
	background-repeat: no-repeat;
}
.wp-block-cover,
.wp-block-cover-image {
	align-items: center;
	background-color: #000;
	background-position: 50%;
	background-size: cover;
	display: flex;
	justify-content: center;
	margin: 0 0 1.5em;
	min-height: 768px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
@media screen and (max-width: 768px) { /* Small screens */
	.wp-block-cover,
	.wp-block-cover-image {
		min-height: calc( 100vw * 2 / 3);
	}
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
	color: #fff;
	font-size: 2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	max-width: 100%;
	padding: 1em;
	text-align: center;
	z-index: 1;
}
/* Some alternative minimum heights for cover images (on non-small screens) */
@media screen and (min-width: 768px) { /* Medium/large screens */
	.min-height-200 { min-height: 200px;}
	.min-height-250 { min-height: 250px;}
	.min-height-300 { min-height: 300px;}
	.min-height-350 { min-height: 350px;}
	.min-height-400 { min-height: 400px;}
	.min-height-450 { min-height: 450px;}
	.min-height-500 { min-height: 500px;}
	.min-height-731 { min-height: 731px;} /* 7 x 5 image */
	.min-height-768 { min-height: 350px;} /* 6 x 4 image */
	.min-height-1024{ min-height: 1024px;} /* Square image */
}


/*--------------------------------------------------------------
# COLOUR SCHEME
-------------------------------------------------------------- */

/* == Main Navigation == */
.main-navigation,
.main-navigation ul.sub-menu {
	background-color: #284255;
}
.main-navigation,
.main-navigation a,
.main-navigation a:visited {
	color: #ccc;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-parent > a, /* Currently selected item */
.menu-toggle {
	color: #fff;
}

/* == 'Sidebar' (at bottom) == */
aside#secondary {
	background-color: #333;
	color: #ccc;
}
aside#secondary .widget a,
aside#secondary .widget a:visited,
aside#secondary .widget a:hover,
aside#secondary .widget h2 {
	color: #fff;
}

/* == Footer == */
.site-footer {
	background-color: #222;
	color: #ccc;
}
.site-footer a,
.site-footer a:visited,
.site-footer a:hover {
	color: #fff;
}

/* == Header ('branding') == */
.site-branding {
	background-color: #000;
	color: #fff;
}

