/*!
Theme Name: MSS Custom
Theme URI: https://rtwebstudio.com/
Author: Ryan Teliczan
Author URI: https://rtwebstudio.com/
Description: Custom theme for Michigan Sweet Spot, developed by Ryan Teliczan
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-1.0.html
Text Domain: mss

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

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

/**
 * 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
--------------------------------------------- */
html {
  font-size: 18px;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Lato", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-weight: 400;
  clear: both;
  margin: 0 0 15px;
  line-height: 1;
}

p {
  margin: 0 0 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, 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, monospace;
}

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

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

big {
  font-size: 125%;
}

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

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

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

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: #7284B8;
  text-decoration: none;
  transition: all 0.1s linear;
}
a:visited {
  color: #7284B8;
}
a:hover, a:focus, a:active {
  color: #000;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #7284B8;
  color: #fff;
  line-height: 1;
  padding: 15px 17px;
  text-transform: uppercase;
  transition: all 0.2s;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  cursor: pointer;
  background: #8090bf;
}
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 {
  outline: 0;
  background: #8090bf;
}
button.no-bg,
input[type=button].no-bg,
input[type=reset].no-bg,
input[type=submit].no-bg {
  border: 0;
  background: transparent;
  color: #7284B8;
  padding: 0;
  text-transform: none;
}
button.no-bg:hover, button.no-bg:active,
input[type=button].no-bg:hover,
input[type=button].no-bg:active,
input[type=reset].no-bg:hover,
input[type=reset].no-bg:active,
input[type=submit].no-bg:hover,
input[type=submit].no-bg:active {
  text-decoration: underline;
}

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: #aaa;
  border: 1px solid #e8e8e8;
  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;
}
input[type=text]::placeholder, input[type=text]::-webkit-input-placeholder,
input[type=email]::placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}

select {
  border: 1px solid #e8e8e8;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 44px;
}
@media (min-width: 992px) {
  .main-navigation {
    width: 100%;
  }
}
.main-navigation button.menu-toggle {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-opacity='0.8' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") scroll no-repeat center center;
  background-color: #7284B8;
  border-color: #fff;
  width: 44px;
  height: 40px;
  transition: all 0.1s linear;
}
.main-navigation button.menu-toggle:hover, .main-navigation button.menu-toggle:active, .main-navigation button.menu-toggle:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='lightgrey' stroke-opacity='0.8' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-color: #8393c1;
  border-color: lightgrey;
}
.main-navigation .nav-menu {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 0;
  margin: 0;
  padding-left: 0;
  background-color: rgba(255, 255, 255, 0.92);
  transition: height 0.2s ease-out;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  list-style: none;
}
@media (min-width: 992px) {
  .main-navigation .nav-menu {
    position: relative;
    height: auto;
    top: unset;
    left: unset;
    background-color: unset;
    flex-flow: row;
    justify-content: flex-end;
  }
}
.main-navigation .nav-menu li {
  position: relative;
  margin-left: 15px;
}
@media (min-width: 992px) {
  .main-navigation .nav-menu li.menu-item-62, .main-navigation .nav-menu li.search-form {
    display: none;
  }
}
.main-navigation.toggled .nav-menu {
  height: 200px;
}
@media (min-width: 992px) {
  .main-navigation.toggled .nav-menu {
    height: auto;
  }
}
.main-navigation a {
  color: #7284B8;
  font-family: "Lato", "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding: 7px;
}
.main-navigation a:hover, .main-navigation a:focus {
  color: #000;
}

.menu-toggle {
  display: block;
}

@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}
.secondary-nav {
  height: 35px;
  margin-top: 30px;
  display: none;
}
@media (min-width: 992px) {
  .secondary-nav {
    display: block;
  }
}
.secondary-nav .container {
  display: flex;
  justify-content: flex-end;
}
.secondary-nav .container .search-form input {
  font-weight: 400;
  padding: 3px 6px;
}
.secondary-nav .container .search-form .search-submit {
  display: none;
}
.secondary-nav .container .archive-nav-wrap {
  z-index: 1;
  margin-right: 15px;
  display: flex;
  flex-flow: column;
}
.secondary-nav .container .archive-nav-wrap .archive-nav-toggle {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 35px;
  text-align: right;
}
.secondary-nav .container .archive-nav-wrap .archive-nav-toggle::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: -2px 0 0 5px;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 0;
}
.secondary-nav .container .archive-nav-wrap .secondary-links-wrapper {
  height: 0;
  margin-left: -15px;
  overflow: hidden;
  transition: height 0.2s linear;
}
.secondary-nav .container .archive-nav-wrap .secondary-links-wrapper.visible {
  height: 100%;
}
.secondary-nav .container .archive-nav-wrap .secondary-links-wrapper .secondary-links {
  width: 205px;
  padding: 9px 15px 15px;
  border: #e8e8e8 1px solid;
  border-radius: 3px;
  background: #fff;
}
.secondary-nav .container .archive-nav-wrap .secondary-links-wrapper .secondary-links h2 {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #7284B8;
}
.secondary-nav .container .archive-nav-wrap .secondary-links-wrapper .secondary-links a {
  display: block;
  color: #000;
}
.secondary-nav .container .archive-nav-wrap .secondary-links-wrapper .secondary-links a:hover, .secondary-nav .container .archive-nav-wrap .secondary-links-wrapper .secondary-links a:active, .secondary-nav .container .archive-nav-wrap .secondary-links-wrapper .secondary-links a:focus {
  text-decoration: underline;
}

.sidebar .secondary-nav {
  height: auto;
  margin: 0;
}
.sidebar .secondary-nav .container {
  flex-wrap: wrap;
  flex-flow: wrap-reverse;
  padding: 30px;
}

.sidebar .container {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 30px;
  padding-left: 0;
}
.sidebar .container .search-form {
  width: 100%;
}
.sidebar .container .search-form input {
  box-sizing: border-box;
  padding: 3px 6px;
  width: 100%;
  font-weight: 400;
}
.sidebar .container .search-form .search-submit {
  display: none;
}
.sidebar .container .secondary-links {
  width: 100%;
  margin-top: 30px;
  padding: 0 12px 9px;
  border: #e8e8e8 1px solid;
  border-radius: 3px;
  background: #fff;
}
.sidebar .container .secondary-links h2 {
  margin: 30px 0 6px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #7284B8;
}
.sidebar .container .secondary-links .archive-links h2 {
  margin-top: 13px;
}
.sidebar .container .secondary-links a {
  display: block;
  color: #000;
}
.sidebar .container .secondary-links a:hover, .sidebar .container .secondary-links a:active, .sidebar .container .secondary-links a:focus {
  text-decoration: underline;
}

.footer-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.footer-nav ul li {
  margin-left: 10px;
}
.footer-nav ul li a {
  padding: 5px 7px;
  text-decoration: none;
  color: #fff;
}
.footer-nav ul li a:hover, .footer-nav ul li a:active, .footer-nav ul li a:focus {
  text-decoration: underline;
}

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

.byline a {
  color: inherit;
}
.byline a:hover, .byline a:active, .byline a:focus {
  text-decoration: underline;
}

/* Common
--------------------------------------------- */
.container {
  width: 100%;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.container .row .col-lg-4 {
  width: 100%;
}
@media (min-width: 992px) {
  .container .row .col-lg-4 {
    width: 25%;
  }
}
.container .row .col-lg-8 {
  width: 100%;
}
@media (min-width: 992px) {
  .container .row .col-lg-8 {
    width: 75%;
  }
}

.single-post > .container > .row:first-child,
.page > .container > .row:first-child {
  background: #fff;
}

.page > .container {
  margin-top: 80px;
}

main {
  padding: 30px;
  font-weight: 300;
}
body:not(.home) {
	main {
		margin-top: 80px;
	}
}

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

.post {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

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

/* Custom ------- */
header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 80px;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0px 2px 2px #7284B8;
  display: flex;
  align-items: center;
}
header.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row;
  line-height: 1;
}
@media (min-width: 992px) {
  header.site-header .container {
    padding-right: 24px;
  }
}
header.site-header .container .custom-logo-link {
  margin-top: 8px;
  width: 275px;
}
@media (min-width: 576px) {
  header.site-header .container .custom-logo-link {
    width: 352px;
  }
}

section.banner {
  position: relative;
  background: #7284B8;
  height: 400px;
  box-shadow: 0px 0px 4px black;
  color: #fff;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}
@media (min-width: 992px) {
  section.banner {
    height: 450px;
  }
}
section.banner .banner-post {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: column-reverse;
  background: url("http://mss.dev.cc/wp-content/uploads/2021/01/placeholder.png") scroll no-repeat center center;
  background-size: cover;
  transition: all 0.8s;
}
section.banner .banner-post .container {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  section.banner .banner-post .container {
    padding-right: 250px;
  }
}
@media (min-width: 1200px) {
  section.banner .banner-post .container {
    padding-right: 350px;
  }
}
section.banner .banner-post .container h1 {
  font-size: 35px;
  text-transform: none;
}
section.banner .banner-post .container h1 a {
  color: #fff;
}
section.banner .banner-post .container h1 a:hover, section.banner .banner-post .container h1 a:active {
  text-decoration: underline;
}
@media (min-width: 768px) {
  section.banner .banner-post .container h1 {
    font-size: 40px;
  }
}

.recent-posts {
  margin-top: -12px;
  text-align: center;
}
.recent-posts .container {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.recent-posts .container .recent-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 388px;
  margin: 0 -12px;
  text-align: left;
}
@media (min-width: 768px) {
  .recent-posts .container .recent-posts-wrapper {
    width: 725px;
  }
}
@media (min-width: 1200px) {
  .recent-posts .container .recent-posts-wrapper {
    width: 1157px;
  }
}
.recent-posts .container .recent-posts-wrapper .post-preview {
  position: relative;
  flex: 0 0 364px;
  margin: 12px;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 0px black;
}
@media (min-width: 768px) {
  .recent-posts .container .recent-posts-wrapper .post-preview {
    flex-basis: 338px;
  }
}
@media (min-width: 1200px) {
  .recent-posts .container .recent-posts-wrapper .post-preview {
    flex-basis: 361px;
  }
}
.recent-posts .container .recent-posts-wrapper .post-preview .thumbnail {
  background: #FFF;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.recent-posts .container .recent-posts-wrapper .post-preview .thumbnail:hover a, .recent-posts .container .recent-posts-wrapper .post-preview .thumbnail:active a, .recent-posts .container .recent-posts-wrapper .post-preview .thumbnail:focus a {
  transform: scale(1.07);
}
.recent-posts .container .recent-posts-wrapper .post-preview .thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  background-size: cover;
  transition: all 0.5s;
}
.recent-posts .container .recent-posts-wrapper .post-preview .content {
  background: #FFF;
  padding: 7px;
}
.recent-posts .container .recent-posts-wrapper .post-preview .content h4 {
  margin-bottom: -5px;
}
.recent-posts .container .recent-posts-wrapper .post-preview .content h4 a {
  color: #000;
  text-decoration: none;
}
.recent-posts .container .recent-posts-wrapper .post-preview .content h4 a:hover, .recent-posts .container .recent-posts-wrapper .post-preview .content h4 a:active, .recent-posts .container .recent-posts-wrapper .post-preview .content h4 a:focus {
  color: #7284B8;
}
.recent-posts .container .recent-posts-wrapper .post-preview .content .credit {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
.recent-posts .container .recent-posts-wrapper .post-preview .content .copy p {
  line-height: 1.3;
}
.recent-posts .container .recent-posts-wrapper .post-preview .content .copy p:first-child {
  margin-top: 8px;
}
.recent-posts .container .recent-posts-wrapper .post-preview .content .copy p:last-child {
  margin-bottom: 40px;
}
.recent-posts .container .recent-posts-wrapper .post-preview .content ul.tags {
  position: absolute;
  bottom: 10px;
  list-style: none;
  margin: 0 -3px -5px;
  padding: 0;
}
.recent-posts .container .recent-posts-wrapper .post-preview .content ul.tags li {
  display: inline-block;
  margin: 0 3px 3px;
}
.recent-posts .container .recent-posts-wrapper .post-preview .content ul.tags li a {
  background: #7284B8;
  padding: 1px 6px 3px;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-radius: 2px;
}
.recent-posts .container .recent-posts-wrapper .post-preview .content ul.tags li a:hover {
  background: #8e9dc6;
}
.recent-posts .container nav.pagination {
  margin: 15px 0 22px;
}
.recent-posts .container nav.pagination .page-numbers {
  background: #FFF;
  border-radius: 2px;
  padding: 2px 8px 3px;
  margin: 0 2px;
}
.recent-posts .container nav.pagination .page-numbers.current {
  background: #ffebf2;
  color: #7284B8;
}
.recent-posts .container nav.pagination a.page-numbers:hover, .recent-posts .container nav.pagination a.page-numbers:active, .recent-posts .container nav.pagination a.page-numbers:focus {
  background: #ffebf2;
  color: #7284B8;
}

footer.site-footer {
  background: #7284B8;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 300;
}
footer.site-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

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

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

/*# sourceMappingURL=style.css.map */
