/*!
Theme Name: rat_creek_press
Theme URI: https://tigerlilyweb.com
Author: Tiger Lily Web
Author URI: https://tigerlilyweb.com
Description: Hi. I'm a theme called rat_creek_press.
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: rat-creek-press

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

rat_creek_press 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%;
}

.margin-top{
	margin-top: 3rem;
}

/* 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
--------------------------------------------- */
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 {
	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%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #3e3e69;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

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: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.main-navigation ul {
	position: absolute;
	list-style: none;
	margin: 0rem;
	left: 0rem;
	top: 3.25rem;
	width: 100vw;
	text-align: right;
	padding: 1.5rem;
	background-color: #222222;
	z-index: 14;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

}

.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;
}

.posts-navigation .nav-links{
	padding: 0rem 2rem;
	justify-content: center;
}


.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
}

.posts-navigation .nav-links div a{
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}

.posts-navigation .nav-previous{
	padding: 0.5rem;
	background-color: #E2A614;
}

.posts-navigation .nav-next{
	padding: 0.5rem;
	background-color: #E2A614;
	margin-left: 2rem;
}

.posts-navigation .nav-next:hover,
.posts-navigation .nav-previous:hover{
	background-color: #222222;
}

.posts-navigation .nav-next:hover a,
.posts-navigation .nav-previous:hover a{
	color: white;
}

.partner-sponsor-container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 750px;
	margin: auto;
	border-top: 1px solid rgba(34,34,34,0.2);
	margin-top: 3rem;
}

.partner-sponsor-container .partner-container,
.partner-sponsor-container .sponsor-container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 1rem;
}

.partner-sponsor-container .partner-container .partners,
.partner-sponsor-container .sponsor-container .sponsors{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.partner-sponsor-container .sponsor-container .sponsors{
	justify-content: center;
}

.partner-sponsor-container .partner-container .partners .partner,
.partner-sponsor-container .sponsor-container .sponsors .sponsor{
	width: 45%;
}

.partner-sponsor-container .partner-container .partners img,
.partner-sponsor-container .sponsor-container .sponsors img{
	width: 100%;
	height: auto;
}

.partner-sponsor-container .partner-container .partners p,
.partner-sponsor-container .sponsor-container .sponsors p{
	text-transform: uppercase;
}

/* Posts and pages
--------------------------------------------- */
.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;
}

.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;
}

/*--------------------------------------------------------------
# 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;
}

a {
    user-select: none;
	-ms-user-drag: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}


/*#region Header*/

.site-header{
	padding: 0.5rem 0rem;
	background-color: #F5F5F5;
}

.site-header .inner-container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header .site-title-image{
	max-height: 2rem;
	min-width: 250px;
	max-width: 300px;
    margin-top: .25rem;
	margin-left: 0.5rem;
	padding-right: 1rem;
}

.site-header .site-title-image:hover{
	filter: drop-shadow(2px 2px 4px rgba(59,130,246,0.5));
}

.site-header .main-navigation{
	display: flex;
	justify-content: space-between;
	padding: 0rem 0.5rem;
	max-width: 600px;
}

.site-header .main-navigation a{
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	font-size: 1.15rem;
	font-weight: 500;
	padding-bottom: 1rem;
}

.site-header .main-navigation a:hover{
	text-decoration: underline;
}

.site-header .main-navigation .nav-links{
	position: absolute;
	max-height: 0vh;
	overflow: hidden;
}

.site-header .main-navigation .nav-links.show-menu{
	position: inherit;
	max-height: 100vh;
	overflow: visible;
}

/* Style the custom menu toggle for small screens */
.site-header .custom-menu-toggle {
    display: block; /* Make it a block element */
    cursor: pointer; /* Add cursor pointer for better UX */
	margin-right: 0.4rem;
	transition: all 0.3s ease;
}

.site-header .custom-menu-toggle:hover{
	filter: drop-shadow(2px 2px 4px rgba(59,130,246,0.5));
}

.site-header .custom-menu-toggle.open {
	transform: rotate(45deg);
}

.site-header .custom-menu-toggle.open span:nth-child(2) {
    opacity: 0; /* Hide the second span when 'X' is displayed */
}

.site-header .custom-menu-toggle.open span:nth-child(1) {
	transform: translateY(10px);
}

.site-header .custom-menu-toggle.open span:nth-child(3) {
	transform: translateY(-10px) rotate(-90deg);
}

.site-header .custom-menu-toggle span {
    display: block;
    height: 4px;
    width: 30px;
    background-color: #4E5180;;
    margin: 6px 0;
}

/* Hide the default WordPress toggle button */
.site-header .menu-toggle {
    display: none;
}

.site-header .main-navigation ul li.menu-item-6333{
	display: flex;
	justify-content: right;
}

.site-header .main-navigation ul li.menu-item-6333 a{
	background-color: white;
	color: #222222;
	width: fit-content;
	padding: 0.4rem;
	margin-bottom: 1rem;
	border-radius: 3px;
} 

/*#endregion Header*/

/*#region 404*/
.does-not-exist div{
	min-height: 100vh;
	background-image: url('https://ratcreek.org/wp-content/uploads/2019/12/IMG_4883-scaled.jpg');
	background-position: left;
	padding-top: 2rem;
	background-size: cover;
}

.does-not-exist h1, .does-not-exist h2{
	font-family: 'Lato', sans-serif;
    font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	font-size: 3.75rem;
	line-height: 1;
}

.does-not-exist h2{
	margin-top: 1rem;
	font-size: 1.5rem;
    line-height: 2rem;
}
/*#endregion 404*/

/*#region Post Preview*/

.custom-post-navigation{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.articles-container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3rem 1rem;
	padding-top: 0rem;
}

.articles-inner-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.post-preview {
	width: 98%;
	margin-bottom: 1.5rem;
}

.next-post.post-preview,
.previous-post.post-preview{
	width: 100%;
}

.next-post.post-preview .post-title,
.previous-post.post-preview .post-title,
.next-post.post-preview .post-excerpt,
.previous-post.post-preview .post-excerpt{
	padding: 0rem 1rem;
}

.next-post.post-preview .author-details,
.previous-post.post-preview .author-details{
	padding: 1rem;
}

.next-post.post-preview .attachment-thumbnail,
.previous-post.post-preview .attachment-thumbnail{
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.post-preview a{
	text-decoration: none;
}

.post-featured{
	width: 100vw;
}

.post-featured .post-thumbnail img{
	max-width: 100vw;
	height: auto!important;
	max-height: 35rem;
}

.post-preview .featured-image .attachment-post-thumbnail{
	height: 200px;
    width: 100%;
	object-fit: cover;
}

.post-preview .post-title a{
	line-height: 1.375;
	font-size: 1.5rem;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	color: #222222;
}

.post-preview .post-title a:hover{
	color: #4E5180;
}

.post-preview .post-excerpt a p,
.post-preview .post-excerpt a{
	line-height: 1.5;
	font-size: 1rem;
	font-family: 'EB Garamond', serif;
	color: rgba(113,113,122,1);
}

.post-preview .author-details{
	display: flex;
	align-items: center;
}

.post-preview .author-details .name-date{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.post-preview .author-details .author-name{
	text-decoration: none;
	font-size: 1rem;
    line-height: 1.5rem;
	font-weight: 700;
	color: #222222;
}

.post-preview .author-details .author-name:hover{
	color: #4E5180;
}

.post-preview .author-details .date{
	letter-spacing: .05em;
	text-transform: uppercase;
	color: rgba(113,113,122,1);
	margin-top: .25rem;
	font-size: .75rem;
    line-height: 1rem;
	font-family: 'EB Garamond', serif;
}

/*#endregion Post Preview*/

/*#region Post*/

/* related to single.php and content.php */
.entry-title h1 {
	margin-left: auto;
    margin-right: auto;
	font-family: 'Lato', sans-serif;
	/* 3rem at 1024px with line height 1.15 */
	font-weight: 700;
	line-height: 1.15;
	font-size: 3rem;
	color: #222222;
}

.entry-content p {
    font-size: 21px;
	font-family: 'EB Garamond', serif;
    padding-left: 0;
    padding-right: 0;
	line-height: 1.625;
    margin-left: auto;
    margin-right: auto;
    max-width: 36rem;
	width: auto;
    color: #222222;
}

.entry-content a {
    color: #4E5180;
    text-decoration: underline;
}

.entry-content a:hover {
    color: #0056b3;
}

.site-main .post {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 1rem;
}

.site-main .post .post-thumbnail img{
	width: 100vw;
	max-width: 900px;
	height: auto;
}

.site-main .post .post-title{
	text-align: center;
	padding: 0rem 1rem;
}

.site-main .post .post-title a{
	font-family: 'Lato', sans-serif;
	font-size: 1.8rem;
	line-height: 2.2rem;
	text-decoration: none;
	color: #222222;
}

.site-main .post .post-excerpt{
	padding: 0rem 1rem;
}

.site-main .post .post-excerpt a{
	text-decoration: none;
}

.site-main .post .post-excerpt a p{
	font-family: 'EB Garamond, serif';
	font-size: 1.3rem;
	color: #52525b;
	text-align: center;
	margin-top: 0rem;
}

.site-main .post .author-details{
	display: flex;
}

.site-main .post .author-details .name-date{
	display: flex;
	flex-direction: column;
}

.site-main .post .author-details .name-date a.author-name{
	color: #222222;
	font-weight: bold;
	text-decoration: none;
}

.site-main .post .author-details .name-date a.author-name:hover{
	color: #4E5180;
}

.site-main .post .full-content{
	padding: 1rem;
	font-family: 'EB Garamond', serif;
	font-size: 1.25rem;
	line-height: 1.6rem;
	border-top: 1px solid rgba(34,34,34,0.2);
	margin-top: 1rem;
}

/*#endregion Post*/

/*#region Page*/
.page-content .page-header {
	padding-top: 2rem;
    padding-bottom: 2rem;
	margin-left: auto;
    margin-right: auto;
	border-bottom-width: 1px;
	border-color: rgba(228,228,231,1);
	border: 0 solid #e4e4e7;
}

.page-content h1, 
.page-content h2, 
.page-content h3,
.page-content h4,
.page-content h5 {
	font-family: 'Lato', sans-serif;
    font-weight: 700;
	margin: 0;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content p {
	padding-left: 1rem;
    padding-right: 1rem;
	color: #222222;
}

.page-content h1 {
	font-size: 1.875rem;
    line-height: 2.25rem;
	text-align: center;
	padding-bottom: 2rem;
	border-bottom: 1px solid rgba(34,34,34,0.2);
}

.page-content h2 {
	font-size: 1.5rem;
    line-height: 2rem;
	margin-top: 1.25rem;
}

.page-content h3 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-top: 1.25rem;
}

.page-content h4 {
	font-size: 1.125rem;
    line-height: 1.75rem;
	margin-top: 1.25rem;
}

.page-content p, 
.page-content a, 
.page-content ul,
.page-content ol {
	font-family: 'EB Garamond', serif;
	font-size: 1.25rem;
    line-height: 1.625;
}

.page-content p {
	color: #222222;
	margin-top: 1.25rem;
}

.page-content a {
	color: #4E5180;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
	text-decoration: underline;
}

.page-content a:hover {
	color: #222222;
	text-decoration: none;
}

.page-content ul {
	list-style: none;
    list-style-type: disc;
	margin-top: 1.25rem;
	padding-right: 1rem;
}

.page-content ol{
	padding-right: 1rem;
}

.page-content figure {
	padding-left: 1rem;
    padding-right: 1rem;
	text-align: center;
}

.page-content table {
	font-family: 'Lato', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
	text-indent: 0;
}

.page-content table td {
	border-color: rgba(228,228,231,1);
}

.author-info{
	border-bottom: 1px solid rgba(34,34,34,0.2);
}

.author-info .author-avatar{
	display: flex;
	justify-content: center;
}

.author-info .author-avatar img{
	width: 65%;
	height: auto;
	margin-top: 2rem;
	max-width: 15rem;
}

.author-info .author-details{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.author-info .author-details .page-title{
	text-align: center;
	margin-bottom: 0rem;
}

.author-info .author-details .author-description{
	text-align: center;
	margin-top: 0.25rem;
	width: 85%;
}

.posts-navigation{
	min-width: 100vw;
}

/*#endregion Page*/

/*#region Subscribe Widget */
.custom-subscribe-widget{
	background-color: #E4E4E7;
	padding: 1rem;
	margin-bottom: 3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.custom-subscribe-widget img{
	width: 100%;
	max-width: 20rem;
}

.custom-subscribe-widget h4{
	background-color: #F5F5F5;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 0.45rem;
	margin-bottom: 1rem;
}

.custom-subscribe-widget a {
	color: #4E5180;
	text-decoration: none;
}

.custom-subscribe-widget a:hover {
	border-bottom: 2px solid #4E5180;
}
/*#endregion Subscribe Widget */

/*#region Footer*/

.site-footer{
	background-color: #F5F5F5;
	border-top: 1px solid #C0C0C0;
}

.site-footer,
.site-footer a {
	font-size: .875rem;
    line-height: 1.25rem;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	color: #4E5180;
	list-style: none;
	text-decoration: none;
}

.site-footer .images-links {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1rem;
}

.site-footer .images-links .logo-gov{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.site-footer .rcp-logo{
	width: 15rem;
	height: 100%;
	margin: 1rem 0rem;
}

.site-footer .gov-logo{
	width: 17rem;
	height: 100%;
	margin-bottom: 2rem;
}

.site-footer .links-wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.site-footer .links-wrapper .link-section{
	margin-bottom: 1.5rem;
	align-items: center;
}

.site-footer .links-wrapper .link-section ul{
	list-style: none;
	margin: 0rem;
	padding: 0rem;
}

.site-footer .links-wrapper .link-section ul li{
	margin-bottom: 1rem;
	text-align: center;
}

.site-footer .links-wrapper .link-section ul li a:hover{
	border-bottom: 2px solid #4E5180;
}

.site-footer .copyright {
	color: #585858;
	padding: 0.5rem;
	margin-bottom: 0.5rem;
	text-align: center;
	font-weight: normal;
}

.site-footer .copyright a{
	font-weight: normal;
}

.site-footer .copyright a:hover{
	border-bottom: 2px solid #4E5180;
}

/*#endregion Footer*/

/*#region Screen Size (640px-)*/
@media only screen and (min-width: 640px){
	.custom-subscribe-widget{
		flex-direction: row;
		margin-top: 1rem;
	}

	.custom-subscribe-widget img{
		width: 30%;
		max-width: 15rem;
		margin-right: 2rem;
	}

	.custom-subscribe-widget h4{
		margin-top: 0rem;
	}
}
/*#endregion Screen Size (640px-)*/

/*#region Medium Screen Size (768px-1023px)*/
@media only screen and (min-width: 768px)
{
	.custom-post-navigation{
		flex-direction: row;
		align-items: normal;
		justify-content: center;
	}

	.next-post.post-preview,
	.previous-post.post-preview{
		max-width: 350px;
	}

	.next-post.post-preview{
		margin-right: 1rem;
	}

	.next-post.post-preview .post-title,
	.previous-post.post-preview .post-title,
	.next-post.post-preview .post-excerpt,
	.previous-post.post-preview .post-excerpt{
		padding: 0rem;
	}

	.next-post.post-preview .author-details,
	.previous-post.post-preview .author-details{
		padding: 1rem 0rem;
	}
	
	.next-post.post-preview .post-title a,
	.previous-post.post-preview .post-title a{
		font-size: 1.8rem;
	}

	.site-main .post .post-thumbnail img{
		margin-top: 1rem;
	}

	.post-preview{
		width: 48%;
	}

	.post-preview:nth-child(odd){
		margin-right: 1rem;
	}

	article.inner-container{
		max-width: 900px;
	}

	.author-info{
		display: flex;
		justify-content: center;
	}

	.author-info .author-avatar img{
		margin: 1rem;
		width: 10rem;
		max-width: none;
	}

	.author-info .author-details{
		justify-content: end;
		align-items: flex-start;
	}

	.author-info .author-details .author-description{
		text-align: left;
	}

	/*#region Page*/
	.page-content h1 {
		font-size: 2.25rem;
	}

	.page-content h2 {
		font-size: 1.875rem;
	}

	.page-content h2 {
		font-size: 1.5rem;
	}

	.page-content p {
		font-size: 1.3rem;
	}

	.page-content a {
		font-size: 1.3rem;
	}

	.page-content ul {
		font-size: 1.3rem;
	}

	.posts-navigation{
		max-width: 300px;
		margin: auto;
	}

	.page-content.inner-container{
		max-width: 768px;
		margin: auto;
		padding-top: 2rem;
	}

	.post-featured{
		width: 100%!important;
		display: flex;
		flex-direction: row-reverse;
	}

	.post-featured .featured-image{
		padding-top: 1rem;
		width: 55%;
	}

	.post-featured .featured-image img{
		height: 35rem!important;
	}

	.post-featured .post-details{
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 45%;
	}

	.post-featured .post-title a{
		text-transform: uppercase;
		font-size: 2rem;
	}

	.post-featured .post-excerpt p{
		margin-top: 0rem;
		font-size: 1.25rem;
	}

	/*#endregion Page*/

	.partner-sponsor-container{
		max-width: 950px;
	}

	.partner-sponsor-container .partner-container .partners .partner,
	.partner-sponsor-container .sponsor-container .sponsors .sponsor{
		width: 30%;
	}

	/* #region Footer */

	.site-footer .images-links{
		flex-direction: row;
		justify-content: space-evenly;
		padding: 0rem 3rem;
		padding-top: 2rem;
	}

	/* #endregion Footer */
}
/*#endregion Medium Screen Size (768px-1023px)*/

/*#region Large Screen Size (1024px)*/
@media only screen and (min-width: 1024px)
{
	/* #region Header */

	.site-header .custom-menu-toggle{
		position: absolute;
		max-height: 0vh;
		overflow: hidden;
	}

	.site-header .main-navigation{
		width: 100%;
	}

	.site-header .main-navigation .nav-links{
		position: inherit;
		max-height: 100vh;
		overflow: visible;
		width: 100%;
		padding-right: 1rem;
	}

	.main-navigation ul {
		position: inherit;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		background-color: transparent;
		padding: 0.5rem;
		display: flex;
	}

	.site-header .main-navigation a{
		color: #222222;
		padding-bottom: 0rem;
		text-transform: capitalize;
		font-size: 1rem;
	}

	.site-header .main-navigation ul li.menu-item-6333 a{
		background-color: #222222;
		color: white;
		padding: 0.4rem 0.5rem;
		margin-bottom: 0rem;
	}

	.site-header .main-navigation ul li.menu-item-6333 a:hover{
		background-color: white;
		border: 1px solid #222222;
		color: #222222;
	}

	/* #endregion Header */

	.partner-sponsor-container{
		max-width: 1160px;
		flex-direction: row;
		align-items: baseline;
	}

	.partner-sponsor-container .partner-container{
		width: 100%;
	}

	.partner-sponsor-container .partner-container .partners .partner,
	.partner-sponsor-container .sponsor-container .sponsors .sponsor{
		width: 7rem;
	}

	.partner-sponsor-container .sponsor-container .sponsors{
		margin-top: 1rem;
	}

	.next-post.post-preview{
		margin-right: 2rem;
	}

	.post-preview:nth-child(odd){
		margin-right: 0rem;
	}

	.post-preview{
		width: 31%;
		margin-right: 2.7rem!important;
	}

	.post-preview:nth-child(3n){
		margin-right: 0rem!important;
	}

	/*#region Page*/

	.articles-inner-container{
		justify-content: normal;
	}

	.page-content h1 {
		font-size: 3rem;
		line-height: 3rem;
	}

	.page-content h2 {
		font-size: 1.875rem;
	}

	.page-content h2 {
		font-size: 1.5rem;
	}

	.page-content p {
		font-size: 1.3rem;
	}

	.page-content a {
		font-size: 1.3rem;
	}

	.page-content ul {
		font-size: 1.3rem;
	}

	.posts-navigation{
		max-width: 300px;
		margin: auto;
	}
	/*#endregion Page*/

	/* #region Footer */

	.site-footer .images-links .logo-gov .rcp-logo{
		width: 10rem;
	}

	.site-footer .images-links .logo-gov .gov-logo{
		width: 12rem;
	}

	.site-footer .links-wrapper{
		flex-direction: row;
		justify-content: space-between;
		padding: 0rem 4rem;
		width: 60%;
	}

	.site-footer .links-wrapper .link-section ul li{
		text-align: left;
	}

	/* #endregion Footer */
}
/*#endregion Medium Screen Size (1024px)*/

/*#region Large Screen Size (1280px)*/
@media only screen and (min-width: 1280px)
{
	.inner-container{
		max-width: 1280px;
		margin: auto;
	}
}
/*#endregion Large Screen Size (1280px)*/
