/*!
Theme Name: Sentinel
Theme URI: https://atlanticsentinel.com/
Author: Nick Ottens
Author URI: http://www.nickottens.com/
Description: Atlantic Sentinel theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Layouts
# Components
	- Masthead
	- Navigation
	- Posts and pages
	- Related posts
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
	- Alignments
# Utilities
	- Accessibility

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2rem;
	margin: 0.67rem 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1rem;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1rem;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25rem;
}

sup {
	top: -0.5rem;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35rem 0.75rem 0.625rem;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

blockquote,
.site-description,
.wp-caption-text,
.comment-notes {
	font-family: Cambria, Times, "Times New Roman", serif;
	font-style: italic;
	letter-spacing: -.1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #222;
	margin-top: 0;
}

@media (max-width: 47.999rem) { /* 768px */
	h1 {
		font-size: 1.5rem;
	}
	h2 {
		font-size: 1.17rem;
	}
}

p {
	margin-bottom: 1.25rem;
}

@media (min-width: 48rem) { /* 768px */
	p {
		margin-bottom: 1.5rem;
	}
}

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

.site-title {
	font-size: 1.5rem;
	line-height: 1.05;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.entry-title,
.page-title {
	line-height: 1.3;
}

.entry-summary {
	margin-top: -.25rem;
}

blockquote {
	border-left: 3px solid #0099cc;
	margin: 0;
	padding: 0 0 0 1.5rem;
}

button,
input[type="submit"],
label,
table,
#secondary,
#colophon,
.wp-caption-text,
.site-description,
.cat-links,
.main-navigation,
.search-results .entry-meta,
.disclaimer,
.correction,
.entry-footer,
.comment-notes,
.no-comments,
.widget-title {
	font-size: .8rem;
}

button,
input[type="submit"],
.byline,
.current {
	font-weight: bold;
}

.cat-links,
.widget-title {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

address {
	margin: 0 0 1.5rem;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin-bottom: .25rem;
}

.entry-content ul {
	list-style: disc;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content ul {
	margin: 0 0 1.5rem 1.2rem;
}

.entry-content ol {
	margin: 0 0 1.5rem 1.4rem;
}

.entry-content li {
	margin-bottom: 1rem;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1rem;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5rem 1.5rem;
}

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

img {
	height: auto;
	max-width: 100%;
}

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

/* Links
--------------------------------------------- */
a,
a:visited {
	color: #222;
	text-decoration: none;
}

.cat-links a {
	color: #0099cc;
}

a:active,
a:focus,
a:hover {
	color: #0099cc;
	outline: 0;
}

.site-title a:active, .site-title a:focus, .site-title a:hover,
.cat-links a:active, .cat-links a:focus, .cat-links a:hover {
	color: #222;
}

.main-navigation a,
.archive-description a,
.entry-content a,
.entry-footer a,
.comment-content a,
#secondary a,
#colophon a {
	box-shadow: inset 0 -.2rem 0 0 #0099cc;
	color: #222;
}

.main-navigation a:active, .main-navigation a:focus, .main-navigation a:hover,
.archive-description a:active, .archive-description a:focus, .archive-description a:hover,
.entry-content a:active, .entry-content a:focus, .entry-content a:hover,
.entry-footer a:active, .entry-footer a:focus, .entry-footer a:hover,
.comment-content a:active .comment-content a:focus, .comment-content a:hover,
#secondary a:active, #secondary a:focus, #secondary a:hover,
#colophon a:active, #colophon a:focus, #colophon a:hover {
	background: #0099cc;
	color: #fff;
}

figure a {
	background: none !important;
	box-shadow: none !important;
}

figure a:active, figure a:focus, figure a:hover {
	color: inherit !important;
}

/* Forms
--------------------------------------------- */
button,
input,
textarea {
	background: #fff !important;
	border-radius: 3px !important;
	font-size: .9rem !important;
	line-height: normal !important;
	padding-left: .7rem !important;
	padding-right: .7rem !important;
	-webkit-appearance: none !important;
}

button,
input {
	height: 40px !important;
}

input[type="checkbox"] {
	height: 1rem !important;
	border-radius: 50% !important;
	margin: 0 .5rem 0 0;
	padding: 0 !important;
	width: 1rem !important;
}

textarea {
	padding: .8rem .7rem !important
}

button,
input,
textarea {
	border: 1px solid #ddd !important;
	
}

button,
input[type="submit"] {
	background: #0099cc !important;
	border: 1px solid #0099cc !important;
	color: #fff !important;
}

.search-submit,
.mc4wp-submit {
	border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

input:active,
input:focus,
input:hover {
	border-color: #aaa !important;
}

input:focus,
textarea:focus {
	background: #fdfdfd !important;
}

button:active,
button:focus,
button:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover {
	background: #222 !important;
	border: 1px solid #222 !important;
}

button:hover,
input[type="submit"]:hover {
	cursor: pointer !important;
}

input[type="checkbox"]:checked {
	background: #0099cc !important;
}

textarea:focus {
	color: #222 !important;
}

select {
	border: 1px solid #ddd !important;
}

textarea {
	width: 100% !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
#page {
	margin: 0 auto;
	max-width: 600px;
	padding: 1rem;
}

@media (min-width: 48rem) { /* 768px */
	#page {
		padding: 2rem;
	}
}

@media (min-width: 75rem) { /* 1200px */
	#page {
		padding: 3rem;
	}
}

@supports (display: grid) {
	#page {
		display: grid;
		grid-gap: 1rem;
		grid-template-columns: 100%;
	}
	
	header, main, aside, footer {
		min-width: 0;
	}
	
	#tertiary {
		grid-row-start: 2;
		grid-row-end: 3;
	}

	@media (min-width: 48rem) { /* 768px */
		#page {
			grid-gap: 1.5rem;
		}
		#tertiary {
			grid-row-start: 3;
			grid-row-end: 4;
		}
	}

	@media (min-width: 75rem) { /* 1200px */
		#page {
			display: grid;
			grid-gap: 2rem 4rem;
			grid-template-columns: repeat(4, [col] 1fr);
			grid-template-rows: repeat(3, [row] auto);
			max-width: 1200px;
		}
		#masthead {
			grid-column: col;
			grid-row: row;
		}
		#primary {
			grid-column: col 2 / span 2;
			grid-row: row;
		}
		#secondary {
			grid-column: col 4;
			grid-row: row;
			text-align: right;
		}
		#tertiary {
			grid-column: col / span 2;
			grid-row: row 2;
		}
		#quaternary {
			grid-column: col 3 / span 2;
			grid-row: row 2;
		}
		#colophon {
			grid-column: col / span 4;
			grid-row: row 3;
		}
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Masthead
--------------------------------------------- */
.site-branding {
	margin: 0 0 1rem;
}

@media (min-width: 75rem) { /* 1200px */
	.site-branding {
		margin: 0 0 1.5rem;
	}
}

.custom-logo-link,
.site-title {
	display: inline;
	vertical-align: middle;
}

.custom-logo {
	height: 48px;
	margin: .2rem .75rem 0 0;
	width: 48px;
}

.site-title a {
	display: table-caption;
}

.site-description {
	display: none;
}

@supports (display: grid) {
	@media (min-width: 75rem) { /* 1200px */
		.site-description {
			display: block;
			margin: 1rem 0 2rem;
			width: 75%;
		}
	}
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	margin: 0 0 1rem;
}

.main-navigation li {
	display: inline;
	margin-right: .25rem;
}

@supports (display: grid) {
	@media (min-width: 75rem) { /* 1200px */
		.main-navigation li {
			display: block;
		}
	}
}

.pagination {
	display: block;
	margin: 0 auto 1rem;
	text-align: center;
}

@media (max-width: 47.999rem) { /* 768px */
	.pagination {
		border-bottom: 1px solid #ddd;
		padding: 0 0 1.5rem;
	}
}

@media (min-width: 75rem) { /* 1200px */
	.pagination {
		margin: 0 auto 1.5rem;
	}
}

.page-numbers {
	margin: 0 .5rem;
}

.home .pagination .page-numbers:nth-last-child(2),
.pagination .prev,
.pagination .next {
	display: none;
}

/* Posts and pages
--------------------------------------------- */
.cat-links {
	display: block;
	margin-bottom: .75rem;
}

.sticky {
	display: block;
}

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

.entry-meta {
	margin: 1rem 0 1.5rem;
}

.search-results .entry-meta {
	margin: -.75rem 0 -.5rem;
}

.avatar {
	float: left;
	margin: 0 1rem 0 0;
}

@media (min-width: 48rem) { /* 768px */
	.entry-meta {
		margin: 1.25rem 0;
	}
	.has-post-thumbnail .entry-meta .avatar {
		margin: 0 1rem 1.75rem 0;
	}
}

.avatar:after {
	clear: left;
}

.byline,
.posted-on {
	display: block;
}

.page-header,
.post {
	margin: 0 0 2rem;
}

@media (min-width: 75rem) { /* 1200px */
	.page-header,
	.post {
		margin: 0 0 3rem;
	}
	.single .post {
		margin: 0 0 2rem;
	}
}

@media (max-width: 47.999rem) { /* 768px */
	.post {
		border-bottom: 1px solid #ddd;
		margin: 0 0 1.5rem;
		padding: 0 0 .5rem;
	}
	.single .post {
		border: none;
	}
}

/* Related Posts
--------------------------------------------- */

#jp-relatedposts {
	border-top: 1px solid #ddd;
	margin: 1.5rem 0 .75rem !important;
	padding: 1.5rem 0 0 !important;
}

#jp-relatedposts a {
	box-shadow: none;
	font-weight: bold !important
}

#jp-relatedposts a:active,
#jp-relatedposts a:focus,
#jp-relatedposts a:hover,
.jp-relatedposts-post:active a,
.jp-relatedposts-post:focus a,
.jp-relatedposts-post:hover a {
	background: none;
	color: #0099cc;
	text-decoration: none !important;
}

.jp-relatedposts-headline em:before {
	display: none !important;
}

.jp-relatedposts-headline {
	margin: 0 0 .5rem 0 !important;
	font-size: 1.17em !important;
}

.jp-relatedposts-items-visual {
	margin: 2rem 0 !important;
}

.jp-relatedposts-post {
	margin: .5rem 0 !important;
	opacity: .9 !important;
	padding: 0 !important;
	width: 100% !important;
}

.jp-relatedposts-post-img {
	display: none !important;
}

.jp-relatedposts-post-title {
	display: inline !important;
	font-size: .9em !important;
	line-height: 1.25 !important;
	margin: 0 .25rem 0 0 !important;
	max-width: none !important;
}

.jp-relatedposts-post-title:after {
	content: ":"
}

.jp-relatedposts-post-excerpt {
	display: inline !important;
	font-size: .9em !important;
}

@media (min-width: 48rem) { /* 768px */
	#jp-relatedposts {
		margin: 2rem 0 1rem !important;
		padding: 2rem 0 0 !important;
	}
	.jp-relatedposts-post {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
  		grid-gap: .25rem 1.5rem;
		margin: 1rem 0 !important;
		max-width: 100%;
	}
	.jp-relatedposts-post-img {
		display: block !important;
		max-width: 100% !important;
	}
	.jp-relatedposts-post-a:first-of-type {
		grid-column: 1;
		grid-row: 1 / span 2;
		margin: .25rem 0 0 0 !important;
	}
	.jp-relatedposts-post-title {
		grid-column: 2 / span 2;
		grid-row: 1;
		font-size: 1.17em !important;
		margin: 0 !important;
	}
	.jp-relatedposts-post-title:after {
		content: none;
	}
	.jp-relatedposts-post-excerpt {
		grid-column: 2 / span 2;
		grid-row: 2;
	}
}

@media (min-width: 75rem) { /* 1200px */
	#jp-relatedposts {
		margin: 2.5rem 0 .75rem !important;
		padding: 2rem 0 0 !important;
	}
	.jp-relatedposts-post {
		grid-gap: .5rem 1.75rem;
		margin: 1.25rem 0 !important;
	}
}

/* Comments
--------------------------------------------- */
.comments-area {
	border-top: 1px solid #ddd;
	margin: 1.5rem 0 0;
	padding: 1.5rem 0 0;
}

@media (min-width: 48rem) { /* 768px */
	.comments-area {
		margin: 2.5rem 0 0;
		padding: 2rem 0 0;
	}
}

.comments-title {
	margin-bottom: 1.5rem;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-notes {
	margin-top: -1rem;
}

.logged-in-as {
	margin: -1rem 0 1rem;
}

.comment-awaiting-moderation {
	display: block;
	margin: 1rem 0;
}

.comment-list li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.5rem;
}

@media (min-width: 48rem) { /* 768px */
	.comment-list li {
		padding: .5rem 0;
	}
}

.bypostauthor {
	display: block;
}

.logged-in .comment-form-comment label,
.says {
	display: none;
}

.comment-form-comment input,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	width: 100%;
}

.comment-form-comment {
	margin-bottom: 1rem;
}

.comment-form-url {
	margin-bottom: 2rem;
}

.mc4wp-checkbox {
	margin: -.5rem 0 1.5rem;
}

.mc4wp-checkbox input, .mc4wp-checkbox span {
	vertical-align: middle;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5rem;
}

@media (min-width: 48rem) { /* 768px */
	.widget {
		margin: 0 0 2rem;
	}
}

@media (min-width: 75rem) { /* 1200px */
	#secondary .widget {
		margin: 0 0 3rem;
	}
}

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

@media (max-width: 47.999rem) { /* 768px */
	.widget_search .widget-title {
		display: none;
	}
}

.search-form,
.mc4wp-form {
	position: relative;
}

.search-form,
.mc4wp-form-fields {
	display: flex;
}

.search-form label,
.mc4wp-form label,
.search-form input[type="search"],
.mc4wp-form input[type="email"] {
    width: 100%;
}

.search-submit,
.mc4wp-submit {
	position: absolute;
	right: 0;
}

#secondary .widget:nth-child(4) li {
	display: inline;
	margin-right: .25rem;
}

@media (min-width: 75rem) { /* 1200px */
	#secondary .widget:nth-child(4) li {
		display: block;
	}
}

@media (min-width: 48rem) and (max-width: 74.999rem) { /* 768-1200px */
	#secondary .widget {
		display: inline-block;
		margin: 0 0 1.5rem;
		vertical-align: top;
		width: 37%;
	}
	#secondary .widget:nth-child(3) {
		width: 26%;
	}
	#secondary .widget:nth-child(4) {
		width: 100%;
	}
}

/* Media
--------------------------------------------- */
figure,
.gallery {
	margin-bottom: 1.5rem;
}

.avatar {
	border-radius: 50%;
	height: 48px;
	width: 48px;
}

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

/* Captions
--------------------------------------------- */
.wp-caption-text {
	margin: .25rem 0 !important;
}

.map .wp-caption-text {
	margin: -1rem 0 .25rem !important;
}

/* Galleries
--------------------------------------------- */
.gallery {
	clear: both;
	margin-right: -1rem;
}

@media (min-width: 48em) { /* 768px */
	.gallery {
		margin-right: -1.5rem;
	}
}

.gallery-item {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item:nth-child(1), .gallery-columns-5 .gallery-item:nth-child(2) {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item,
.gallery-columns-5 .gallery-item:nth-child(3), .gallery-columns-5 .gallery-item:nth-child(4), .gallery-columns-5 .gallery-item:nth-child(5),
.gallery-columns-6 .gallery-item {
	max-width: 33.33%;
}

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

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	padding-right: 1rem;
}

.gallery-columns-4,
.gallery-columns-5,
.gallery-columns-6 {
	margin-bottom: 1rem; /* -.5rem from bottom-row items */
}

.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item {
	padding-right: 1rem;
	padding-bottom: .5rem;
}

@media (min-width: 48em) { /* 768px */
	.gallery-columns-1 .gallery-item,
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item {
		padding-right: 1.5rem;
	}
	.gallery-columns-4,
	.gallery-columns-5,
	.gallery-columns-6 {
		margin-bottom: .75rem; /* -.75rem from bottom-row items */
	}
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item {
		padding-right: 1.5rem;
		padding-bottom: .75rem;
	}
}

/* Alignments
--------------------------------------------- */
.alignleft,
.alignright {
	margin-top: .25rem;
}

.alignleft {
	float: left;
	margin-left: 0;
	margin-right: 1.5rem;
}

.alignright {
	float: right;
	margin-left: 1.5rem;
	margin-right: 0;
}

@media (min-width: 48em) { /* 768px */
	.alignleft {
		margin-right: 2rem;
	}
	.alignright {
		margin-left: 2rem;
	}
}

.aligncenter,
.alignnone {
	clear: both;
	display: block;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

@media print {
	.main-navigation,
	.entry-footer,
	#comments,
	#colophon a {
		display: none;
	}
}