/*!
Theme Name: Strike Source
Theme URI: http://underscores.me/
Author: AVALUX Studios
Author URI: https://avaluxstudios.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: strike-source
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.

Strike Source 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.

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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# 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;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/**
 * 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: 2em;
	margin: 0.67em 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: 1em;
}

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

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

sup {
	top: -0.5em;
}

/* 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.35em 0.75em 0.625em;
}

/**
 * 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
--------------------------------------------- */
@font-face {
	font-family: 'Loki';
	src: url('fonts/Loki.eot?#iefix') format('embedded-opentype'),  url('fonts/Loki.woff') format('woff'), url('fonts/Loki.ttf')  format('truetype'), url('fonts/Loki.svg#Loki') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

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: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #1e8cb8;
}

a:visited {
	color: #1e8cb8;
}

a:hover,
a:focus,
a:active {
	color: #1e8cb8;
	/* text-decoration: underline;
	text-decoration-color: #2e7467; */
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background-color: #2e5a74;
	color: #fff;
	line-height: 1;
	padding: 0.6em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #2e7467;
}

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 {
	background-color: #2e7467;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
#main-header {
	position: relative;
}

/* Branding */
#branding {
	background-color: #2a353c;
	max-width: 150px;
    padding: 15px;
}

#main-logo {
	width: 100%;
	height: auto;
}


.btn {
	background-color: #2e5a74;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
}

.btn:hover {
	background-color: #2e7467;
	text-decoration: none;
	color: #fff;
}

.btn.shield {
	padding-left: 40px;
	color: #fff;
}

.btn.shield span {
	position: relative;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	color: #fff !important;
}

.btn.shield span::before {
	content: '';
    height: 25px;
    width: 25px;
    background: url(img/icon-login.svg) no-repeat;
    position: absolute;
    left: -30px;
    top: -4px;
}


/* Navigation
--------------------------------------------- */
nav.navbar {
	padding: 0;
}

#navigation {
	/* padding-left: 12.5vw; */
	background-color: #2a353c;
}

#main-nav {
	background-color: #2a353c;
	width: 100%;
}

a.nav-link {
	color: #c5ced4;
	text-transform: uppercase;
	font-family: 'Fira Sans', sans-serif;
	padding-top: 35px;
	padding-bottom: 35px;
	font-size: 1.3em;
	text-align: center;
}

.menu-item.current-menu-item a.nav-link,
.menu-item.current-post-parent a.nav-link,  
a.nav-link:hover {
	background-color: #86a4ad;
	color: #fff;
}

#secondary-nav {
	background-color: #101417;
	height: 50px;
}

#menu-secondary-menu li.search-modal {
	padding: 0 8px;
}

#menu-secondary-menu li:not(.search-modal) {
	display: none;
}

a#login {
	position: absolute;
	right: 0;
	background-color: #2e5a74;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.2em;
	padding-left: 40px;
	height: 100%;
	width: 150px;
	display: none;
}

a#login:hover {
	background-color: #2e7467;
	text-decoration: none;
}

.navbar-toggler {
	margin-left: 50px;
    border: none;
}

a#login span {
	display: block;
	position: relative;
}

a#login span::before {
	content: '';
	height: 35px;
	width: 35px;
	background: url('img/icon-login.svg') no-repeat;
	position: absolute;
	left: -40px;
    top: -5px;
}

#secondary-nav #menu-secondary-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

#secondary-nav #menu-secondary-menu li a {
	color: #fff;
	padding: 14px 10px;
	display: block;
}

#secondary-nav #menu-secondary-menu li a:hover {
	text-decoration: none;
	color: #86a4ad;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Home and Article Masthead
--------------------------------------------- */
#masthead {
	height: calc(100vh - 150px);
	overflow: hidden;
	position: relative;
}

body.single-post #masthead {
	min-height: 500px;
	height: calc(50vh - 150px);
}

body.home #masthead .featured-post {
	position: relative;
	height: calc(100vh - 150px);
}

#masthead .featured-post .image-credit {
	position: absolute;
    bottom: 0;
    right: 0;
	color: #b1b1b1;
	padding: 10px;
	z-index: 1000;
}

#masthead > div {
	position: relative;
}

#masthead > div::after {
	position: absolute;
	height: 200px;
	content: "";
	width: 100%;
	bottom: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	z-index: 2;
	pointer-events: none;
}


#masthead img.featured-image {
	width: 100%;
}

#masthead .title {
	font-family: 'Loki', serif;
	letter-spacing: .1em;
}

#masthead h3.byline {
	color: #2e5a74;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
    background: #fff;
    display: inline-block;
	padding: 5px;
	font-size: 1em;
	text-align: center;
}

#masthead .entry-meta {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #fff;
	font-weight: normal;
	background: rgba(7, 7, 7, 0.25);
	padding: 3px 6px;
	display: inline-block;
}

.entry-meta span.authors, 
.entry-meta span.date {
	display: block;
}


#masthead a.featured-post,
#masthead a.featured-post:hover h2.title, 
#masthead a.featured-post:hover h3.byline,
#masthead a.featured-post:hover .entry-meta {
	text-decoration: none;
	cursor: pointer;
}

#masthead a.featured-post:hover h2.title, 
#masthead a.featured-post:hover .entry-meta {
	color: #fff;
}

#masthead a.featured-post:hover h3.byline {
	color: #2e5a74;
}



/* Page Masthead
--------------------------------------------- */
#page-masthead {
	min-height: 300px;
	padding: 0;
	margin: 0;
	background-color: #395c67;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 -15px;
	min-height: 150px;
	position: relative;
}

#page-masthead:not(.no-before)::before {
	content: "";
	background: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}

#page-masthead h1 {
	color: #fff;
	font-size: 2.5em;
	z-index: 2;
	font-family: 'Fira Sans', sans-serif;
	text-transform: uppercase;
	padding: 0 15px;
	text-align: center;
}


.featured-post {
	height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.featured-post-info {
	padding: 0 50px;
	z-index: 5;
}

.featured-post-info h2.title {
	color: #fff;
	font-size: 1.5em;
	line-height: 1;
	padding: 10px 10px 0 10px;
	background-color:rgba(187, 139, 86, 0.8);
	background-image: url(data:image/png;base64,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);
	text-align: center;
}

.featured-post-info h2.title:hover {
	background-color: #2e5a74;
	cursor: pointer;
}


/* Homepage Categories
--------------------------------------------- */
#categories .nav {
	background-color: #2a353c;
}

#categories .nav img {
	width: 25px;
	max-width: 25px;
}

#categories .nav .nav-link.active {
	background-color: #6b695c;
}

#categories .nav .nav-link:not(.active):hover {
	background-color: #49565f;
	cursor: pointer;
}

#categories .nav .nav-link h3 {
	font-size: .8em;
	display: none;
}

#categories .nav .nav-link.active h3 {
	color: #fff;
}

#categories .nav .nav-link:focus {
	outline: none;
	border: none;
}

#categories .tab-pane {
	background-color: #6b695c;
}


/* Register Banner
--------------------------------------------- */
.register-banner {
	background-color: #24292c;
}

.register-banner img {
	max-height: 150px;
}

.register-banner p.tagline, 
.register-banner h3 {
	color: #fff;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

.register-banner h3 {
	text-transform: uppercase;
}

.register-banner .btn {
	background-color: #2c4750;
	color: #fff;
	border: 4px solid rgba(255,255,255,.5);
	border-radius: 0;
	font-size: 1.3em;
	text-transform: uppercase;
	padding: 25px 15px;
}

.register-banner .btn:hover {
	color: #fff;
    border-color: #fff;
    background-color: #2e5a74;
}


/* Article Cards
--------------------------------------------- */
.tab-title a {
	color: #fff;
    text-align: center;
    margin-top: 20px;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
    display: block;
}

.tab-title a:hover {
	text-decoration: none;
}

.article-card {
	background-position: center;
	background-size: cover;
	position: relative;
	min-height: 300px;
}

.article-card:hover {
	text-decoration: none;
}

.entry-content .yarpp-related.yarpp-related-none {
	display: none;
}

.article-card .excerpt {
	padding: 10px;
	z-index: 2;
}

.article-card .excerpt h2 {
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	letter-spacing: .04em;
	text-transform: uppercase;
	margin-bottom: 0;
}

.article-card .excerpt .entry-meta .date {
	color: #fff;
	margin-bottom: 15px;
	font-size: .8em;
}

.article-card .excerpt p {
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	text-align: justify;
}

.article-card::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
	background: rgb(0,0,0,.5);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8953956582633054) 17%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8953956582633054) 17%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.8953956582633054) 17%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.article-card:hover::after {
	background: rgb(134,164,173);
	background: -moz-linear-gradient(0deg, rgba(134,164,173,1) 17%, rgba(134,164,173,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(134,164,173,1) 17%, rgba(134,164,173,0) 100%);
	background: linear-gradient(0deg, rgba(134,164,173,1) 17%, rgba(134,164,173,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#86a4ad",endColorstr="#86a4ad",GradientType=1);
	}

.article-card.latest-in-cat, 
.article-card.second-latest-in-cat {
	min-height: 500px;
}



/* Single Article
--------------------------------------------- */
#article-bar {
	background-color: #101417;
	padding: 20px;
}

#article-bar .cat-img {
	width: 50px;
	max-width: 50px;
}

#article-bar .main-cat {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.2em;
	padding-left: 10px;
	font-weight: bold;
}

#article-bar .child-cat {
	position: relative;
	margin-left: 15px;
	padding-left: 10px;
}

#article-bar .child-cat a {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.2em;
	padding-left: 15px;
	letter-spacing: .06em;
	font-weight: 300;
}

#article-bar .child-cat a:hover {
	text-decoration: none;
	color: #86a4ad;
}

#article-bar .child-cat::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500; 
	content: "\f324";
	position: absolute;
	top: -10px;
	left: -10px;
	color: #888;
	font-size: 2em;
}

#article-bar .post-tags {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center
}

#article-bar .post-tags li {
	display: inline-block;
	margin: 5px;
}

#article-bar .post-tags li a {
	background-color: #303a41;
	color: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: .85em;
	letter-spacing: .05em;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
}

#article-bar .post-tags li a:hover {
	background-color: #86a4ad;
	text-decoration: none;
}

/* Posts and pages
--------------------------------------------- */
body.single-post .entry-content > *:not(.wp-block-image), 
body.single-post article > footer {
	padding: 0 20px;
}

body.single-post .entry-content figure.size-full img {
	width: 100%;
}

body.page #page-masthead {
	margin-bottom: 25px;
}

body.page .entry-content {
	padding: 10px;
}

.entry-content > h2:first-child {
	margin-top: 25px;
}

.entry-content h2,
.team-bio h1 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 3em;
	color: #0c2932;
	text-transform: uppercase;
}


.entry-content h3, 
.team-bio h2, 
.comments-title {
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.8em;
	color: #438098;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
}

.entry-content h3:first-of-type {
	margin-bottom: 25px;;
}

.entry-content h4 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.5em;
	color: #438098;
	text-transform: uppercase;
	font-weight: 400;
}

.comments-title {
	font-size: 1.3em;
	margin: 20px 0;
	background-color: #438098;
	color: #fff;
	padding: 5px;
}

.entry-content p, 
.entry-content ul, 
.entry-content ol {
	font-family: "Freight Text Pro";
	font-size: 1.3em;
	color: #474747;
}

.entry-content ul, 
.entry-content ol {
	padding-left: 25px;
}

.entry-content .wp-block-quote {
	margin-bottom: 25px;
	padding: 20px;
	margin-left: 20px;
	background: #e8e8e8;
	padding: 50px !important;
	border-left: 4px solid #438098;
}

.entry-content .wp-block-quote p {
	margin-bottom: 10px;
	font-style: italic;
    font-size: 2em;
}

.entry-content .wp-block-quote cite {
	font-style: normal;
    font-size: .8em;
    text-transform: uppercase;
}

.entry-content .wp-block-quote cite::before {
	content: "— ";
}

.aligncenter, 
.aligncenter .twitter-tweet.twitter-tweet-rendered {
	margin: 0 auto;
	text-align: center;
}

.entry-content .wp-block-image {
	background-color: #303a41;
}

.entry-content .wp-block-image figure, 
.entry-content figure.wp-block-image {
	position: relative;
}

.entry-content .wp-block-image > figure.alignright, 
.entry-content .wp-block-image > figure.alignleft {
	background: #303a41;
	padding: 10px;
}

.team-member-bio-link:hover {
	text-decoration: none !important;
}

.team-member-bio-link:hover .bio-grid-image {
	border: 4px solid #2e5a74;
}

.team-member-bio-link:hover figcaption {
	background-color: #2e5a74;
}

.bio-figure figcaption {
	text-align: center;
	background: #2a353c;
	color: #fff;
	padding: 10px 5px;
}

.bio-figure figcaption strong {
	display: block;
}

.bio-photo {
	border: 4px solid #2a353c;
}

.bio-grid-image {
	width: 100%;
    height: 400px;
    object-fit: cover;
    border: 4px solid #2a353c;
}


.entry-content .wp-block-image > figure > figcaption {
	background: #303a41;
	color: #fff;
	padding: 0 10px 10px 10px;
	font-size: .8em;
	margin: 0;
}

.entry-content figure.wp-block-image figcaption, 
.entry-content .wp-block-image figure figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 20px;
    margin: 0;
    color: #efefef;
    font-size: 14px;
    text-align: center;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	padding-top: 5%;
	font-family: 'Fira Sans', sans-serif;
}

.wp-block-embed, .wp-block-embed p {
	color: #fff;
}

.entry-content figure.wp-block-embed {
	background-color: #2a353c;
	padding: 20px !important;
}

.entry-content .blocks-gallery-grid {
	padding-left: 0;
}

body.single-post aside {
	background-color: #e8e8e8;
}

body.single-post aside ul.nav {
	background-color:#303a41;
}

.sticky {
	position: sticky;
	top: 0;
}


body.single-post aside .nav-item a {
	color: #fff;
	padding: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
}


body.single-post aside .nav-item a i {
	margin-right: 5px;
}

body.single-post aside .nav-item a:hover {
	background-color: #5e6e7a;
	color: #fff;
	text-decoration: none;
}


body.single-post aside .nav-item a.active {
	background-color:#e8e8e8;
	color: #438098;
}

body.single-post aside .nav-item a:focus {
	outline: none;
}

body.single-post aside .tab-content {
	padding: 5px 10px;
}

body.single-post .entry-content sup {
	color: #438098;
	background-color: #e8e8e8;
	padding: 0 2px;
}

body.single-post .entry-content sup:hover {
	cursor: pointer;
	color: #fff;
	background-color: #438098;
}


ol.comment-list { list-style:none; margin:0 0 1em; padding:0; text-indent:0; font-family: 'Fira Sans', sans-serif; }
ol.comment-list li { }
ol.comment-list li.alt { }
ol.comment-list li.bypostauthor {}
ol.comment-list li.byuser {}
ol.comment-list li.comment-author-admin {}
ol.comment-list li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.comment-list li.comment div.comment-author {}
ol.comment-list li.comment div.vcard { font-family: 'Fira Sans', sans-serif; }
ol.comment-list li.comment div.vcard cite.fn { font-style:normal; }
ol.comment-list li.comment div.vcard cite.fn a.url {}
ol.comment-list li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.comment-list li.comment div.vcard img.avatar-32 {}
ol.comment-list li.comment div.vcard img.photo {}
ol.comment-list li.comment div.vcard span.says {}
ol.comment-list li.comment div.commentmetadata {}
ol.comment-list li.comment div.comment-meta { font-size:9px; }
ol.comment-list li.comment div.comment-meta a { color:#ccc; }
ol.comment-list li.comment p { font-size: 1em; margin:0 0 1em; }
ol.comment-list li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.comment-list li.comment div.reply { font-size:11px; }
ol.comment-list li.comment div.reply a { font-weight:bold; }
ol.comment-list li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.comment-list li.comment ul.children li {}
ol.comment-list li.comment ul.children li.alt {}
ol.comment-list li.comment ul.children li.bypostauthor {}
ol.comment-list li.comment ul.children li.byuser {}
ol.comment-list li.comment ul.children li.comment {}
ol.comment-list li.comment ul.children li.comment-author-admin {}
ol.comment-list li.comment ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.comment-list li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.comment-list li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.comment-list li.comment ul.children li.depth-5 {}
ol.comment-list li.comment ul.children li.odd {}
ol.comment-list li.even { background:#fff; }
ol.comment-list li.odd { background:#f6f6f6; }
ol.comment-list li.parent { border-left:5px solid #303a41; }
ol.comment-list li.thread-alt { }
ol.comment-list li.thread-even {}
ol.comment-list li.thread-odd {}

ol.comment-list li.comment ol.children {
	list-style: none;
}

.comment-metadata {
	font-size: .8em;
}

.comment-content {
	margin-top: 5px;
}

#comments a {
	color: #1e8cb8;
}


.sticky {
	display: block;
}

.post {
	margin: 0 0 1.5em;
}

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

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

.entry-content {
	margin-top: 0;
}

.entry-content figure.wp-block-image:first-child {
	margin-top: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

ul.references {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.references li {
	margin-bottom: 20px;
	padding: 5px;
}

ul.references li.reference.active {
	background-color: #e6e7a2;
}




/* Modal 
--------------------------------------------- */
.modal-backdrop {
	background-color: #2a353c;
}

.modal-backdrop.show {
	opacity: .95;
}

.modal-header {
	background-color: #2e5a74;
	border-radius: 0;
}

.modal-content {
	border-radius: 0;
}

.modal-title {
	color: #fff;
	text-transform: uppercase;
}

.modal-header .close {
	opacity: 1;
	color: #fff;
}

.modal-header .close:hover {
	background-color: inherit;
}

#search-modal input {
	background-color: #e9e9e9;
	border-radius: 0;
	padding: 5px 10px;
}

#search-modal input:focus {
	outline: none;
	border: 1px solid #ccc;
	box-shadow: none !important;
	background-color: #e9e9e9;
}


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

.bypostauthor {
	display: block;
}

#comments .comment-navigation .nav-previous a {
	border: none;
	background-color: #2e5a74;
	color: #fff;
	line-height: 1;
	padding: 0.6em;
	text-transform: uppercase;
}

#comments .comment-navigation .nav-next a {
	border: none;
	background-color: #2e5a74;
	color: #fff;
	line-height: 1;
	padding: 0.6em;
	text-transform: uppercase;
}

#comments .comment-navigation .nav-previous a:hover, 
#comments .comment-navigation .nav-next a:hover {
	text-decoration: none;
	background-color: #2e7467;
}

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

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

/* 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 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-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.team-gallery figure strong {
	font-size: 1.5em;
}



footer#footer {
	background-color: #2a353c;
	overflow: hidden;
}

footer .logo {
	background-color: #395c67;
}

footer#footer .site-info {
	height: 100%;
}

footer#footer .copyright {
	background-color: #1f2224;
	color: #8a8a8a;
}

footer#footer h4 {
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.2em;
	letter-spacing: .05em;
}

footer#footer .footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer#footer .footer-menu ul li a {
	color: #cacaca;
	text-transform: uppercase;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
}

footer#footer .footer-menu ul li a:hover {
	color: #b4d6e1;
}

footer#footer .social-media-icons {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer#footer .social-media-icons li {
	display: inline-block;
}

footer#footer .social-media-icons li, 
footer#footer .social-media-icons li a {
	color: #cacaca;
}

footer#footer .social-media-icons li a:hover {
	color: #b4d6e1;
}

footer#footer .social-media-icons li i {
	font-size: 2em;
}

.mw-200 {
	min-width: 200px;
}

footer#footer .or-join a {
	color: #fff;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

.no-results {
	min-height: 500px;
}

.restricted-message {
	background-color: #973838;
	color: #fff;
	padding: 20px !important;
	text-align: center;
	font-weight: bold;
}

.restricted-message a {
	color: #f9aeae;
}

.max-800 {
	max-width: 800px;
	margin: 0 auto;
}





/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 1.1em;
}

@media (min-width: 600px) {

	.entry-meta span.authors, 
	.entry-meta span.date {
		display: inline-block;
	}

	#masthead .entry-meta .date {
		margin-left: 10px;
	}

	#menu-secondary-menu li:not(.search-modal), 
	#menu-secondary-menu li {
		display: inline-block;
	}
	
}

@media (min-width: 675px) {
	#categories .nav img {
		width: 50px;
		max-width: 50px;
	}

	.featured-post-info h2.title {
		font-size: 2em;
	}
}

@media (min-width: 700px){
	#branding {
		max-width: inherit;
		padding: 10px 20px;
	    z-index: 1000;
	    height: 12vw;
		width: 15vw;
		min-width: 150px;
		min-height: 150px;
		position: absolute;
	}

	#navigation {
		padding-left: 90px;
	}

	#page-masthead {
		height: 300px;
		max-height: 15vw;
	}

	#page-masthead h1 {
		padding: 0 150px;
	}
}


@media (min-width: 991px) {
	#navigation {
		padding-left: 15vw;
	}

	a#login {
		display: block;
	}
	
	#categories .nav img {
		margin-bottom: 15px;
	}

	#categories .nav .nav-link h3 {
		display: block;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: .8em;
		padding-right: .5vw;
		padding-left: .5vw;
	}

	.featured-post-info h2.title {
		font-size: 2.5em;
	}

	#masthead h3.byline {
		font-size: 1.5em;
	}

	body.single-post .entry-content > *:not(.wp-block-image),
	body.single-post article > footer {
		padding: 0;
		margin-left: 50px;
		margin-right: 50px;
	}

	#page-masthead h1 {
		font-size: 2.5em;
	}

}

@media (max-width: 991px){
	.navbar-dark .navbar-nav .nav-link {
		padding: 10px 5px;
	}
}

@media (min-width: 1100px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: .9em;
		padding-right: .6vw;
		padding-left: .6vw;
	}
}

@media (min-width: 1270px) {
	#categories .nav .nav-link h3 {
		font-size: 1em;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 1.1em;
		padding-right: .5vw;
		padding-left: .5vw;
	}

	.featured-post-info h2.title {
		font-size: 3em;
	}

	#masthead h3.byline {
		font-size: 1.8em;
	}

	#page-masthead h1 {
		font-size: 3.5em;
	}

}

@media (min-width: 1500px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 1.3em;
	}

	.featured-post-info h2.title {
		font-size: 4em;
	}

	#masthead h3.byline {
		font-size: 2em;
	}

	.register-banner .tagline {
		font-size: 1.5em;
	}

	.register-banner h3 {
		font-size: 3em;
	}

	#page-masthead h1 {
		font-size: 4.5em;
	}
}



@media (min-width: 1600px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1vw;
		padding-left: 1vw;
	}

	.register-banner .tagline {
		font-size: 1.5em;
	}

	.register-banner h3 {
		font-size: 4em;
	}

	.featured-post-info {
		max-width: 1500px;
	}
}






.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:last-child {
  flex-grow: inherit;
}


@media (min-width: 600px) {
	.mobile-only {
		display: none;
	}
}



   

/* Images */
    
.img-responsive{display: block;max-width: 100%;height: auto;margin: 0px auto;}
.img-circle { border-radius: 50%; }    
    
/* Comments */

#commentform #comment,#commentform #author,#commentform #email,#commentform #url{display:block;width:100%;}


.entry-content figure.wp-block-image.size-large img {
	width: 100% !important;
}

.nf-form-fields-required {
	display: none;
}


.nf-response-msg {
	display: block;
    text-align: center;
    background-color: #2e5a74;
    padding: 10px;
}

.nf-response-msg p {
	color: #fff;
    margin: 0;
}

.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.single-post #article-footer {
	border-top: 7px double #e8e8e8;
	padding-top: 25px;
	padding-bottom: 25px;
	clear: both;
}

body.single-post #article-footer h4 {
	text-transform: uppercase;
	font-size: .9em;
	color: #99afbe;
	font-weight: bold;
}

.article-credit-image img {
	max-width: 120px;
}

.article-credit-info h5 a span {
	font-size: .7em;
	color: #5b6a74;
	display: block;
}

.article-credit-info h5 a:hover {
	text-decoration: none;
}

#banner {
	text-align: center;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px;
    display: block;
}

@media (min-width: 700px){
	#banner {
		padding: 15px 15px 15px 16vw;
	}
}

@media (min-width: 991px){
	#banner {
		font-size: 2em;
		padding: 15px;
	}
}

@media (min-width: 1400px){
	#banner {
		padding: 15px 16vw;
	}
}

#banner:hover {
	text-decoration: none;
}

#banner.breaking {
	background-color: #ba4e4e;
}

#banner.special {
	background-color: #2e5a74;
}

#banner.special:hover {
	background-color: #3b88b6;
}

#banner.breaking:hover {
	background-color: #df3d3d;
}

#latest-posts p {
	margin-bottom: 0;
}

#latest-posts a.article-title:hover {
	text-decoration: none;
	color: #2e5a74;
}