/**
* Theme Name: Arthur Elliott
* Author: Arthur Elliott
* Description: Custom WordPress framework by Arthur Elliott
* Version: 1.0.15
* text Domain: arthur_elliott
*/

/**
 * Note: This website template has an additional script loaded to adjust the page format. See page-adjustment.js.
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

#wrapper {
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	background-color: #F2F0EE;
}

button {
	outline: 0;
}

ul,
ol,
dl {
	list-style: disc outside none;
	margin: 0 0 20px 20px;
}

ol[type="upper-alpha"] {
	list-style-type: upper-alpha;
}

ol[type="lower-alpha"] {
	list-style-type: lower-alpha;
}

ol[type="upper-roman"] {
	list-style-type: upper-roman;
}

ol[type="lower-roman"] {
	list-style-type: lower-roman;
}

p,
ol,
ul,
dl {
	font-family: 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
}

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

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

q {
	display: inline;
	font-style: italic;
}

q:before {
	content: '"';
	font-style: normal;
}

q:after {
	content: '"';
	font-style: normal;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

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

th,
td {
	padding: 2px;
}

big {
	font-size: 120%;
}

small,
sup,
sub {
	font-size: 80%;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

dd {
	margin-left: 20px;
}

kbd,
tt {
	font-family: courier;
	font-size: 12px;
}

ins {
	text-decoration: underline;
}

del,
strike,
s {
	text-decoration: line-through;
}

dt {
	font-weight: bold;
}

address,
cite,
var {
	font-style: italic;
}

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

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.caps {
	text-transform: uppercase;
}

.captchaDisclaimer {
	font-size: 10px;
	color: var(--white);
	text-align: center;
}

.captchaDisclaimer a {
	color: var(--dkGray);
	transition: .3s;
}

.captchaDisclaimer a:hover {
	color: var(--maroon);
}

.grecaptcha-badge {
	display: none !important;
}

/**
* Contact form reset
*/
input[type="text"],
input[type="reset"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="date"],
input[type="file"],
textarea,
select {
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
	min-height: 63px;
	border: 1px solid #333333;
	border-radius: 0;
	outline-color: transparent;
	-webkit-appearance: none;
	line-height: normal;
}

.wpcf7-not-valid-tip {
	margin-top: -15px;
	margin-bottom: 15px;
}

/**
* Preloader
*/
.preloader-animation {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

p.loading-text {
	font-size: 12px;
	color: var(--icon-color);
	margin-top: 20px;
}

p.loading-text span {
	position: relative;
}

p.loading-text span.s1 {
	animation: loading-text 2s linear .3s infinite;
}

p.loading-text span.s2 {
	animation: loading-text 2s linear .4s infinite;
}

p.loading-text span.s3 {
	animation: loading-text 2s linear .5s infinite;
}

p.loading-text span.s4 {
	animation: loading-text 2s linear .6s infinite;
}

p.loading-text span.s5 {
	animation: loading-text 2s linear .7s infinite;
}

p.loading-text span.s6 {
	animation: loading-text 2s linear .8s infinite;
}

p.loading-text span.s7 {
	animation: loading-text 2s linear .9s infinite;
}

p.loading-text span.s8 {
	animation: loading-text 2s linear 1s infinite;
}

p.loading-text span.s9 {
	animation: loading-text 2s linear 1.1s infinite;
}

p.loading-text span.s10 {
	animation: loading-text 2s linear 1.2s infinite;
}

@keyframes loading-text {
	0% {
		bottom: 0;
	}

	8% {
		bottom: 3px
	}

	15% {
		bottom: -1px
	}

	20% {
		bottom: 0;
	}
}

/*Rectangle*/
.lds-facebook {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-facebook div {
	display: inline-block;
	position: absolute;
	left: 8px;
	width: 16px;
	background: var(--icon-color);
	animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
	left: 8px;
	animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
	left: 32px;
	animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
	left: 56px;
	animation-delay: 0;
}

@keyframes lds-facebook {
	0% {
		top: 8px;
		height: 64px;
	}

	50%,
	100% {
		top: 24px;
		height: 32px;
	}
}

/*dual ring*/
.lds-dual-ring {
	display: inline-block;
	width: 80px;
	height: 80px;
}

.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid var(--icon-color);
	border-color: var(--icon-color) transparent var(--icon-color) transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loading-rect {

	0%,
	100% {
		-webkit-transform: scaleY(0.2);
		opacity: 0.2;
	}

	50% {
		-webkit-transform: scaleY(1.0);
		opacity: 1;
	}
}

@-moz-keyframes loading-rect {

	0%,
	100% {
		-moz-transform: scaleY(0.2);
		opacity: 0.2;
	}

	50% {
		-moz-transform: scaleY(1.0);
		opacity: 1;
	}
}

@-o-keyframes loading-rect {

	0%,
	100% {
		-o-transform: scaleY(0.2);
		opacity: 0.2;
	}

	50% {
		-o-transform: scaleY(1.0);
		opacity: 1;
	}
}

@keyframes loading-rect {

	0%,
	100% {
		-webkit-transform: scaleY(0.2);
		-moz-transform: scaleY(0.2);
		-ms-transform: scaleY(0.2);
		transform: scaleY(0.2);
		opacity: 0.2;
	}

	50% {
		-webkit-transform: scaleY(1.0);
		-moz-transform: scaleY(1.0);
		-ms-transform: scaleY(1.0);
		transform: scaleY(1.0);
		opacity: 1;
	}
}

/*roller*/
.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}

.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--icon-color);
	margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}

.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}

.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}

.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}

.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}

.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}

.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}

.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*Ellipsis*/
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: var(--icon-color);
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(24px, 0);
	}
}

/*Ripples*/
.lds-ripple {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ripple div {
	position: absolute;
	border: 4px solid var(--icon-color);
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}

@keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 0;
	}

	4.9% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 0;
	}

	5% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}

/*
 * Page section
 */
.section-content {
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.page-section {
	position: relative;
	overflow: hidden;
	display: flex;
}

.page-section.hidden-section {
	display: none;
}

.page-section.window-height {
	height: 100vh;
}

.page-section.default-height {
	min-height: 100vh;
}

.section-bg {
	width: 100%;
	position: absolute;
	z-index: -2;
	height: 100%;
}

.section-bg-overlay {
	width: 100%;
	position: absolute;
	z-index: -1;
	height: 100%;
}

.parallax-bg .section-bg-overlay {
	height: 150%;
}

.page-section.full-width-section .section-content {
	max-width: none !important;
}

.page-section.no-padding .section-content {
	padding-left: 0;
	padding-right: 0;
}

.fade-content-section {
	visibility: none;
}

/*
 * Page Header
 */
#header {
	height: 50px;
	border-bottom: 3px solid var(--red);
	align-items: center;
	justify-content: center;
	display: flex;
	width: 100%;
	z-index: 999;
	position: fixed;
	transition: top .3s;
	top: 0;
}

.slide-in-header {
	display: none;
}

.hidden-slide-in {
	display: none !important;
}

.header-container,
.slide-in-container {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.nav-menu {
	display: none;
	text-align: right;
}

.nav-menu ul {
	margin: 0;
}

.nav-menu ul li {
	display: inline;
}

.nav-menu ul li:not(:last-child) {
	margin-right: 15px;
}

.nav-menu ul li a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
	transition: color .3s;
}

.nav-menu li.menu-item-has-children {
	cursor: pointer;
}

.nav-menu li.menu-item-has-children:hover .sub-menu,
.menu-item-has-children.parent-opened .sub-menu {
	visibility: visible;
	opacity: 1;
}

.nav-menu .menu-item-has-children {
	position: relative;
}

.nav-menu li.menu-item-has-children .sub-menu {
	position: absolute;
	top: 30px;
	left: -20px;
	padding: 20px;
	text-align: left;
	transition: .3s;
}

.nav-menu li.menu-item-has-children .sub-menu li {
	display: block;
	width: max-content;
}

.nav-menu li.menu-item-has-children .sub-menu li:not(:last-child) {
	margin-bottom: 10px;
}

.menus-container ul li a:hover,
.menus-container ul li a:focus,
.menus-container ul .current-menu-item a {
	color: #3574d2;
}

.full-width .header-container {
	max-width: none;
}

.right-logo .branding-container {
	text-align: right;
}

#left-nav-menu div ul {
	text-align: left;
}

#right-nav-menu div ul {
	text-align: right;
}

.branding-container.centered {
	text-align: center;
}

.mobile-menu {
	float: right;
	cursor: pointer;
}

.left-single-menu .mobile-menu {
	float: left;
}

.mobile-menu>div ul {
	display: none;
	margin-bottom: 0;
	padding: 0;
}

.mobile-menu>div ul li {
	border-bottom: 1px solid #fff;
}

.mobile-menu>div ul li {
	list-style: none;
}

.mobile-menu .menu-item a {
	margin: 10px 20px;
}

.mobile-menu .menu-item .sub-menu a {
	margin: 10px 35px;
}

.mobile-menu>div ul a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}

.mobile-menu>div:last-of-type {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	background: #333333;
	z-index: 1;
}

.menu-item-has-children .sub-menu {
	visibility: hidden;
	opacity: 0;
}

#mobile-menu .menu-item-has-children>a:after {
	content: "\f0da";
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 13px;
	margin-left: 5px;
	transition: transform .3s;
}

#mobile-menu .menu-item-has-children.parent-opened>a:after {
	transform: rotate(90deg);
}

#mobile-menu li.menu-item-has-children.parent-opened {
	border-bottom: none;
}

.slide-in-header.full-width .slide-in-container {
	max-width: none;
}

.slide-in-container {
	width: 100%;
	height: 100%;
	max-width: 1000px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.slide-in-header {
	width: 100%;
	position: fixed;
	display: block;
	top: 0;
	background: #fff;
	z-index: 99;
	transition: top .3s;
}

.slide-in-container {
	height: 100%;
}

.slide-in-container .row {
	margin: auto;
	height: 100%;
}

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

.branding-container img {
	max-height: 50px;
	padding: 5px;
}

/*
* Burger icon
*/
.burger-icon {
	position: relative;
	width: 30px;
	height: 30px;
}

.burger-bar {
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.burger-bottom {
	top: 16px;
}

.burger-top {
	bottom: 16px;
}

/*
* Page Footer
*/
#footer-container {
	max-width: 1000px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer-container .row {
	height: 100%;
	align-content: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.footer-content p {
	font-size: 12px;
	margin-bottom: 0;
	text-align: center;
}

.footer-nav li {
	display: inline-block;
	margin-right: 15px;
}

/**
*
* Single.php
*
*/
.post-main {
	margin-top: 100px;
	background-color: #ffffff;
}

.post-main section {
	max-width: 1000px;
	padding: 2vh 0;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.post-image img {
	width: 100%;
	height: auto;
}

.tags-container ul {
	margin: 0;
}

.tags-container li {
	display: block;
	/* margin: 5px; */
}

/*
.tags-container a {
	color: #000;
	text-decoration: none;
	background-color: #eee;
	padding: 2px 7px;
}
.tags-container a:hover {
	color: #fff;
	background-color: #41649c;
	padding: 2px 7px;
}
*/
.social-media-buttons i {
	color: black;
	padding: 10px 10px 10px 0px;
}

.post-content {
	padding: 0 30px;
}

i.url-copy-link.fas.fa-link:hover,
.social-media-buttons a:hover i {
	cursor: pointer;
	color: #41649c;
}

input.post-url-hidden-input {
	display: none;
}

.tool-tip {
	background-color: var(--red);
	display: inline-block;
	padding: 8px;
	text-transform: uppercase;
	color: var(--white);
	font-weight: bold;
	font-size: 12px;
	transition: opacity .2s;
	user-select: none;
	opacity: 0;
}

.post-title,
.post-image,
.post-content,
.tags-container,
.post-date-container {
	margin-bottom: 30px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-cookies-consent {
	margin: 15px 0px;
}

#commentform input[type=text],
#commentform input[type=email],
#commentform input[type=url] {
	border: 1px solid #ccc;
	border-radius: 3px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	min-width: 100px;
}

p.comment-form-cookies-consent label {
	display: inline;
	margin-left: 10px;
}

.post-details-top .post-date-container,
.post-details-top .tags-container,
.post-details-top .social-media-buttons {
	display: none;
}

/**
*
* Comment section
* 
*/
.comment-body {
	border-radius: 5px;
	box-shadow: 0 0.2em 0.3em rgb(0 0 0 / 8%), 0 0 0.1em rgb(0 0 0 / 6%);
}

.comments-list ul {
	margin: 10px 0px;
}

.comment-author,
.reply {
	padding: 15px;
	color: #333;
}

.comment-metadata {
	font-size: 14px;
	padding: 5px 15px;
}

.comment-content {
	padding: 5px 15px;
}

.comment-metadata a {
	color: #41649c;
	text-decoration: none;
	font-weight: 700;
}

.comment-metadata {
	font-size: 14px;
	padding: 5px 15px;
}

.comment-form-comment label {
	display: block;
	margin: 10px 0;
}

.comment-form-comment textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.comment-reply-title {
	margin-top: 30px;
}

.comment-respond .submit {
	border: none;
	padding: 10px 30px;
	border-radius: 3px;
	box-shadow: 0 0.1em 0.1em rgb(0 0 0 / 12%);
	margin: 20px 0;
	background-color: #eee;
}

.comment-reply-link {
	background-color: #eee;
	padding: 5px 10px;
	border-radius: 3px;
	text-decoration: none;
	color: black;
	box-shadow: 0 0.1em 0.1em rgb(0 0 0 /16%);
}

.comment-respond .submit:hover,
.comment-reply-link:hover,
.comment-respond .submit:focus,
.comment-reply-link:focus {
	background-color: #41649c;
	color: #fff;
	box-shadow: 0 0 0.1em rgb(0 0 0 / 30%);
}

.comment-reply-title a {
	text-decoration: none;
	color: #41649c;
}


/**
*
* Archive.php
*
*/
section.query-content-container article {
	margin: 20px auto;
}

.query-header-container {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.archive-posts {
	max-width: 1000px;
	padding: 2vh 0;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.archive-main {
	background-color: #ffffff;
}

.archive-main section article {
	padding: 15px;
	background-color: #eee;
}

.archive-post-title a {
	text-decoration: none;
	color: #222;
	transition: color .3s;
}

.archive-post-title a:hover,
.archive-post-title a:focus {
	color: #41649c;
}

a.read-more-button {
	text-decoration: none;
	padding: 10px 20px;
	background-color: #41649c;
	display: inline-block;
	color: #fff;
	margin-top: 20px;
	transition: color .3s, background .3s;
}

a.read-more-button:hover,
a.read-more-button:focus {
	background-color: white;
	color: black;
}

.archive-post-content {
	display: flex;
}

h1.archive-header span {
	font-size: 0.7em;
}

.archive-wrapper {
	max-width: 1000px;
	margin: 180px auto 0;
	padding-bottom: 100px;
}

/*
*
* Search field
*
*/
input.search-field {
	border: 1px solid #ccc;
	height: 30px;
	border-radius: 3px 0 0 3px;
	margin-bottom: 0;
}

input.search-submit {
	border: none;
	padding: 7px 5px;
	border-radius: 0 3px 3px 0;
}

#search {
	margin-right: 5px;
}

form.search-form {
	display: flex;
}

/**
*
* Password Field
*
*/
.password_form {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.post-password-form {
	background-color: #f2f2f2;
	max-width: 500px;
	box-shadow: 0px 0px 8px #a7a7a7;
	border-radius: 10px;
	padding: 100px 50px;
	text-align: center;
}

.post-password-form label {
	display: none;
}

.post-password-form input.password_entry {
	display: block;
	margin: 0 auto 20px;
	border: 1px solid #c2c2c2;
	padding: 10px;
}

.post-password-form input.password_submit {
	display: block;
	border: none;
	background: #d2b656;
	padding: 14px 20px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin: auto;
	transition: .3s;
}

.post-password-form input.password_submit:hover,
.post-password-form input.password_submit:focus {
	background-color: #af9848;
}

/**
*
* Search.php
*
*/
.search-wrapper {
	max-width: 1000px;
	margin: 180px auto 0;
	padding-bottom: 100px;
}

.no-results {
	margin-top: 100px;
	text-align: center;
}

.no-results h2 {
	font-size: 50px;
}

/*
*
* 404 Page
*
*/
main#page-not-found {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.page-404 {
	position: absolute;
	font-size: 30vw;
	z-index: -99;
	color: rgb(0 0 0 / 5%);
}

#page-not-found h1 {
	font-size: 80px;
}

main#page-not-found {
	padding-left: 10px;
	padding-right: 10px;
}

/* Media Queries */
@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 480px) {
	input.search-submit {
		padding: 7px 30px;
	}
}

@media only screen and (min-width: 768px) {

	.post-details-top .post-date-container,
	.post-details-top .tags-container,
	.post-details-top .social-media-buttons {
		display: block;
	}

	.post-details-bottom .post-date-container,
	.post-details-bottom .tags-container,
	.post-details-bottom .social-media-buttons {
		display: none;
	}
}

@media only screen and (min-width: 992px) {
	.slide-in-header {
		display: block;
	}

	.nav-menu {
		display: block;
	}

	.mobile-menu {
		display: none;
	}

	.mobile-menu .menu-main-menu-container {
		top: 100px;
	}

	.header-container,
	.slide-in-container {
		padding: 0;
	}

	#header {
		position: absolute !important;
	}

	.left-split-menu {
		display: block !important;
	}

	.split-menu #branding {
		text-align: center;
	}

	.post-main {
		margin-top: 150px;
	}
}

@media only screen and (min-width: 1200px) {}

@media only screen and (min-width: 1400px) {}

@media only screen and (min-width: 1024px) {}

@media only screen and (min-width: 1280px) {}