/*!
Theme Name: Easy Peasy
Theme URI: https://midnitedev.com/staging/Easy/
Author: QwirkyRabbit
Author URI: https://midnitedev.com/
Description: Easy Peasy is a visually appealing, responsive and customizable theme that is built with the user in mind. It's adaptable to a wide range of layouts, yet efficient and intuitive enough for quickly transforming it into what it's needed best for. Featuring a masonry grid on the front page, it supports several pagination options, footer link inclusions, and a clean interface for menu navigation that is responsive for all screens. Demo: http://midnitedev.com/staging/Easy/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: easy-peasy
Tags: news, photography, portfolio, grid-layout, four-columns, custom-background, custom-logo, custom-menu, editor-style, featured-images, front-page-post-form, footer-widgets, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks

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

Easy Peasy is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Fonts
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(./font-icons/MaterialDesign/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(./font-icons/MaterialDesign/MaterialIcons-Regular.woff2) format('woff2'),
    url(./fonts-icons/MaterialDesign/MaterialIcons-Regular.woff) format('woff'),
    url(./fonts-icons/MaterialDesign/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

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

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

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

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	/* color: #404040; */
	line-height: 1.5;
	font-family: 'Merriweather', serif;
	font-size: 1.5rem;
	color: #333;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
  overflow: auto;
}

body.toggled {
  overflow: hidden;
}

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

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-radius: 3px;
	background: #e6e6e6;
	padding: .6em 1em .4em;

  font-size: 1rem;
  font-weight: 700;
  background: none;
  border-color: #f0ad4e;
  color: #f0ad4e;
  cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #f0ad4e;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	z-index: 2;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;

}

.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 {
	left: 100%;
}

/* .main-navigation ul ul a {
	width: 250px;
} */

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #333;
	font-weight: 600;
}

.main-navigation a:hover {
    color: #f0ad4e;
}

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		/* display: none; */
    display: block;
    position: absolute;
    right: 0%;
    top: 2rem;
	}
	/* .main-navigation ul {
		display: block;
		background-color: #fff;
	} */
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#content {
  max-width: 2000px;
  margin: 1rem auto;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0rem 0 0.5rem 0;
}

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

.post-thumbnail > img {
  width: 100%;
}

.more-link {
  padding: 0.5rem;
  font-weight: 700;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

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

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/***** Start: Nav Menu *****/
.site-header {
		margin: 1rem;
}

.main-navigation ul ul {
	position: relative;
	float: unset;
	left: 1rem;
}

@media screen and (min-width: 600px) {
	.main-navigation ul ul {
    position: relative;
    float: unset;
    left: auto;
	}
}

@media screen and (max-width: 600px) {
	.main-navigation ul ul li, .main-navigation ul ul li > ul {
		left: 5%;
	}
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 5%;
}

@media screen and (min-width: 600px) {
	.main-navigation ul ul ul, .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
		left: auto;
		top: 100%;
	}
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: unset;
}

.main-navigation li {
	width: 100%;
}

@media screen and (min-width: 600px) {
	.main-navigation li {
		display: block;
		width: unset;
	}
}

@media screen and (min-width: 600px) {
	.main-navigation li {
		margin: 0 1rem;
    width: 100%;
	}
}

.site-description {
	display: inline-flex;
}

.site-branding {
	display: inline-block;
	width: 100%;
}

@media screen and (min-width: 600px) {
	.site-branding {
		width: unset;
	}
}

.site-title {
    display: inline-flex;
}

.site-title > a {
	/* float: left; */
	text-decoration: none;
	font-size: 2rem;
  font-weight: 700;
	display: flex;
	justify-content: center;
	color: #333;
}

.site-title:hover > a {
  color: #f0ad4e;
}

.main-navigation {
	clear: unset;
	float: unset;
	width: unset;
	display: inline-block;
}

@media screen and (min-width: 600px) {
	.main-navigation {
		margin-bottom: -0.5rem;
	}
}

/* .main-navigation ul li > ul {
  left: unset;
}

@media screen and (min-width: 600px) {
	.main-navigation ul li > ul {
	  left: -999em;
	}
} */

.main-navigation ul li>ul {
	left: auto;
}

@media screen and (min-width: 600px) {
	.main-navigation ul li>ul {
			/* left: -999em; */
      left: unset;
			/* padding: 1px 1px 1px 1px; */
	    background-image: linear-gradient(to bottom,transparent 0%,transparent 100%), linear-gradient(to bottom,#EEEEEE 0%, transparent 100%);
	    background-clip: content-box, padding-box;
	}
}

@media screen and (min-width: 600px) {
	.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
		left: auto;
	}
}

/*** Start: Mobile Menu Button ***/
.menu-toggle {
	width: 3.5rem;
	height: 3.5rem;
	outline: none;
}

.t_bars {
	margin: 0 auto;
}

.menu-toggle:hover .t_bars > div {
    background-color: #f0ad4e;
}

.bar1, .bar2, .bar3 {
	width: 100%;
	height: 0.50rem;
	background-color: #333;
	border-radius: 0.25rem;
}

.menu-toggle[aria-expanded="false"] > .t_bars > .bar1, .menu-toggle[aria-expanded="false"] > .t_bars > .bar2, .menu-toggle[aria-expanded="false"] > .t_bars > .bar3 {
    margin: 0.37rem auto;
    transition: 0.4s;
}

.menu-toggle[aria-expanded="true"] > .t_bars > .bar1 {
  -webkit-transform: translate(0%, -130%) rotate(-45deg);
	transform: translate(0%, 100%) rotate(45deg);
  margin: 0 auto;
	transition: 0.4s;
}

.menu-toggle[aria-expanded="true"] > .t_bars > .bar2 {
	opacity: 0;
	transition: 0.4s;

}

.menu-toggle[aria-expanded="true"] > .t_bars > .bar3 {
  -webkit-transform: translate(0%, -100%) rotate(-45deg);
	transform: translate(0%, -100%) rotate(-45deg);
  margin: 0 auto;
	transition: 0.4s;
}

@media screen and (max-width: 600px) {
	.main-navigation.toggled > .menu-easypeasy-menu-container, .main-navigation.toggled > .menu-default-container {
		position: absolute;
	  /* background: #fff; */
	  padding: 1rem;
	  height: 100%;
	  left: 0;
		padding: 5rem;
	  width: 100%;
		z-index: 1;
	}
}

@media screen and (min-width: 600px) {
  .main-navigation.toggled > .menu-easypeasy-menu-container, .main-navigation.toggled > .menu-default-container {
    position: absolute;
    /* background: #fff; */
    padding: 1rem;
    height: 100%;
    left: 0;
    padding: 5rem;
    width: 100%;
    z-index: 1;
  }
}

/* @media screen and (min-width: 600px) {
	.sub-menu:before {
	    content: "";
	    display: block;
	    position: absolute;
	    z-index: 1000;
	    top: -14px;
	    left: 50%;
	    margin-left: -7px;
	    border: 7px solid transparent;
	    border-bottom-color: #eeeeee;
	}
} */

/*** Final: Mobile Menu Button ***/

/*** Start: Search Button Styling ***/
#searchNavOption {
  outline: none;
}
/*** Final: Search Button Styling ***/
/***** Final: Nav Menu *****/

/***** Start: Search Section *****/
.search-section {
	opacity: 0;
	z-index: -1;
}

.search-section.toggled {
	opacity: 1;
	z-index: 1;
	position: absolute;
  text-align: center;
  margin: 0 auto;
  height: 100%;
  width: 100%;
	/* top: 50%; */
}

.search-section.toggled #searchform {
  top: 20%;
  position: absolute;
  margin-left: auto;
  text-align: center;
  height: 100%;
  width: 100%;
}

input#s {
  border: none;
  padding: 0px 60px 0 20px;
	height: 4rem;
  background: #f0ad4e;
	outline: none;
  border-radius: 50px;
  transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

#searchsubmit {
	/* border-radius: 50%; */
  height: 4rem;
  width: 4rem;
  vertical-align: middle;
  border: 0;
  background: transparent;
  outline: none;
  position: absolute;
  top: 0%;
  cursor: pointer;
  left: calc(50% + 6rem);
  padding: 0.5em 0.5em 0.5em 0.5em;
  color: #333;
}

.material-icons.search {
  font-size: 48px;
}

body.search-no-results .page-content {
  font-size: 1rem;
  margin-top: 3rem;
}

.no-results #searchform {
  margin-top: 5rem;
}

.no-results #searchsubmit {
  position: unset;
  margin-left: -5rem;
  margin-top: -0.5rem;
}
/***** Final: Search Section *****/

/***** Start: Main Content *****/
#content {
	opacity: 1;
  min-height: 100vh;
  padding: 0 1rem;
  margin-bottom: 3rem;
}

#content.toggled {
	opacity: 0;
  height: 0;
}

.entry-header {
	text-align: center;
}

.entry-header img {
  border-radius: 0.5rem;
  padding: 0.25rem;
}

/*** Start: Masonry Layout ***/
/* Masonry Custom CSS  */


/* Masonry container */
body.blog .site-main.masonry, body.archive .site-main.masonry, body.search-results .site-main.masonry {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
  margin-bottom: 3rem;
}

@media only screen and (max-width : 1281px) {
  body.blog .site-main.masonry, body.archive .site-main.masonry, body.search-results .site-main.masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (max-width : 1024px) {
  body.blog .site-main.masonry, body.archive .site-main.masonry, body.search-results .site-main.masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (max-width : 768px) {
  body.blog .site-main.masonry, body.archive .site-main.masonry, body.search-results .site-main.masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
/* Masonry bricks or child elements */

body.blog article, body.archive article, body.search-results article {
  margin: 0 0.25rem 1em 0.25rem;
  padding: 1em;
  break-inside: avoid;
  background: whitesmoke;
}

body.archive .archive-header, body.blog .paging-navigation, body.archive .paging-navigation, body.search-results .paging-navigation {
  background-color: #ffffff;
  -webkit-column-span: all;
  column-span: all;
}

/* Some ad hoc CSS useful for many themes */
body.blog .site-content, body.archive .site-content, body.search-results .site-content {
  margin: 1em;
}


h1, h2, h3, h4, h5, h6, a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  /* padding: 0.5rem; */
  line-height: 1;
  color: #f0ad4e;
  text-decoration: none;
}
/*** Final: Masonry Layout ***/

/*** Start: Grid Layout ***/
body.blog .site-main.grid, body.archive .site-main.grid, body.search-results .site-main.grid {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

@media only screen and (max-width : 1281px) {
  body.blog .site-main.grid, body.archive .site-main.grid, body.search-results .site-main.grid {
    grid-template-columns: 33.3% 33.3% 33.3%;
  }
}

@media only screen and (max-width : 1024px) {
  body.blog .site-main.grid, body.archive .site-main.grid, body.search-results .site-main.grid {
    grid-template-columns: 50% 50%;
  }
}

@media only screen and (max-width : 768px) {
  body.blog .site-main.grid, body.archive .site-main.grid, body.search-results .site-main.grid {
    grid-template-columns: 100%;
  }
}
/*** Final: Grid Layout ***/

/*** Start: Single-Column Layout ***/
body.blog .site-main.single, body.archive .site-main.single, body.search-results .site-main.single {
  display: block;
}

/* @media only screen and (max-width : 1281px) {
  body.blog .site-main.single, body.archive .site-main.single, body.search-results .site-main.single {
    grid-template-columns: 33.3% 33.3% 33.3%;
  }
}

@media only screen and (max-width : 1024px) {
  body.blog .site-main.single, body.archive .site-main.single, body.search-results .site-main.single {
    grid-template-columns: 50% 50%;
  }
}

@media only screen and (max-width : 768px) {
  body.blog .site-main.single, body.archive .site-main.single, body.search-results .site-main.single {
    grid-template-columns: 100%;
  }
} */
/*** Final: Single-Column Layout ***/


/*** Start: Home Page (Latest Posts), search pages and archive pages ***/
body.blog .entry-meta, body.blog .entry-footer, body.blog .entry-content, body.archive .entry-meta, body.archive .entry-footer, body.archive .entry-content, body.search-results .entry-meta, body.search-results .entry-footer, body.search-results .entry-content, body.search-results .entry-summary {
  font-size: 1rem;
  line-height: 1rem;
}

body.blog .entry-meta, body.archive .entry-meta, body.search-results .entry-meta {
  text-align: left;
  padding: 0 0.5rem 0.5rem 0.5rem;
}

body.blog .entry-footer, body.archive .entry-footer, body.search-results .entry-footer {
  margin: 0 auto 0.5rem auto;
}

.entry-meta p, .entry-meta div, .entry-meta span, .entry-footer p, .entry-footer div, .entry-footer span, .entry-content p, .entry-footer div, .entry-footer span {
  padding: 0 0.5rem;
  line-height: 1;
}

body.blog .site-main article, body.archive .site-main article, body.search-results .site-main article {
  /* padding: unset; */
  padding: 1rem;
}

body.blog .post-thumbnail > img, body.archive .post-thumbnail > img, body.search-results .post-thumbnail > img {
  display: block;
  margin: 0 auto;
}

body.blog .entry-title, body.archive .entry-title, body.search-results .entry-title {
  line-height: 1;
}

body.blog .entry-title > a, body.archive .entry-title > a, body.search-results .entry-title > a {
  text-decoration: none;
  color: #333;
  text-align: center;
  font-size: 1.5rem;
  /* padding: 0 0.25rem; */
}

body.blog .entry-title > a:hover, body.archive .entry-title > a:hover, body.search-results .entry-title > a:hover {
  color: #f0ad4e;
}

.post-footer-meta-data .entry-meta, .entry-header .entry-meta {
  display: inline-block;
  font-size: 1rem;
}
/*** Final: Home Page (Latest Posts), search pages and archive pages ***/

/*** Start: Singular Posts and Pages ***/
figure.wp-block-image {
  text-align: center;
}

body.single .entry-title, body.page .entry-title {
  font-size: 2rem;
}

body.single .entry-content, body.page .entry-content {
  font-size: 1rem;
}

body.single .comment-form-cookies-consent, body.page .comment-form-cookies-consent {
  display: flex;
  align-items: baseline;
}

body.single #wp-comment-cookies-consent, body.page #wp-comment-cookies-consent {
  margin-right: 0.5rem;
}

body.single .comments-area, body.page .comments-area {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
}

.comment-form-author, .comment-form-email, .comment-form-url {
  display: inline-flex;
  flex-direction: column;
}

body.single .form-submit #submit, body.page .form-submit #submit {
  font-size: 1.5rem;
  font-weight: 700;
  background: none;
  float: right;
  border-color: #f0ad4e;
  color: #f0ad4e;
  cursor: pointer;
}

body.single .form-submit #submit:hover, body.page .form-submit #submit:hover {
  color: #000000cc;
  border-color: #000000cc;
}

body.single .nav-links, body.page .nav-links {
  font-size: 1.15rem;
  font-weight: 700;
}

body.single .nav-links .nav-previous a, body.page .nav-links .nav-previous a {
  display: grid;
  /* grid-template-columns: 10% 90%;
  text-align: left; */
  grid-template-columns: 2rem 10rem;
  text-align: left;
  float: left;
}

body.single .nav-links .nav-next a, body.page .nav-links .nav-next a {
  display: grid;
  /* grid-template-columns: 90% 10%;
  text-align: right; */
  grid-template-columns: 10rem 2rem;
  text-align: right;
  float: right;
}

.wp-block-gallery {
  margin: 2rem auto;
}

.wp-block-gallery.aligncenter, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  margin: 0 1rem;
}


/*** Final: Singular Posts and Pages ***/

/*** Start: Related Posts Preview ***/
.related_post_list {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

@media only screen and (max-width : 1281px) {
  .related_post_list {
    grid-template-columns: 33.3% 33.3% 33.3%;
  }
}

@media only screen and (max-width : 1024px) {
  .related_post_list {
    grid-template-columns: 50% 50%;
  }
}

@media only screen and (max-width : 768px) {
  .related_post_list {
    grid-template-columns: 100%;
  }
}

.related_post_list_contents {
  text-align: center;
  padding: 1rem;
}

.relatedcontent {
  font-size: 1rem;
  line-height: 0;
}
/*** Final: Related Posts Preview ***/

/*** Start: Posts Navigation ***/
.easypeasy_loadmore{
	/* background-color: #ddd; */
	border-radius: 2px;
	display: block;
	text-align: center;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
  color: #f0ad4e;
  background-color: #333;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.easypeasy_loadmore:hover{
  background-color: #f0ad4e;
  color: #333;
}

.easypeasy_loadmore_span {
  display: block;
  text-align: center;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing:1px;
  text-transform: uppercase;
}

body.blog .alignleft_link, body.archive .alignleft_link, body.search-results .alignleft_link {
  float: left;
  font-size: 1.15rem;
  font-weight: 700;
  width: 50%;
  margin: 1rem auto;
}

body.blog .alignleft_link a, body.archive .alignleft_link a, body.search-results .alignleft_link a {
  display: grid;
  /* grid-template-columns: 10% 90%;
  text-align: left; */
  grid-template-columns: 2rem 10rem;
  text-align: left;
  float: left;
}

body.blog .alignright_link, body.archive .alignright_link, body.search-results .alignright_link {
  float: right;
  font-size: 1.15rem;
  font-weight: 700;
  width: 50%;
  margin: 1rem auto;
}

body.blog .alignright_link a, body.archive .alignright_link a, body.search-results .alignright_link a {
  display: grid;
  /* grid-template-columns: 90% 10%;
  text-align: right; */
  grid-template-columns: 10rem 2rem;
  text-align: right;
  float: right;
}

body.blog .nav-links, body.archive .nav-links, body.search-results .nav-links {
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
}

.end_loadmore {
  display: block;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
}
/*** Final: Posts Navigation ***/

/***** Final: Main Content *****/

/***** Start: Sidebar *****/
.content-area, .widget-area {
  font-size: 1rem;
}

.widget-area {
  margin: 1rem auto;
}
/***** Final: Sidebar *****/

/***** Final: Footer *****/
#colophon {
	opacity: 1;
  font-size: 1rem;
}

#colophon.toggled {
	opacity: 0;
}

#colophon .site-info {
  display: flex;
  flex-wrap: wrap;
}

#colophon ul {
  padding-inline-start: 0px;
}

#colophon .sub-menu, #colophon .children {
    display: none;
}

.footer-menu label {
  color: #f0ad4e;
  margin: 0 0 1.5em 3em;
  width: 100%;
  display: block;
  font-weight: 700;
}

.footer-menu li {
  list-style: none;
  width: 15rem;
  padding: 0.25rem;
}

.footer-menu a {
  display: block;
  text-decoration: none;
  color: #333;
  /* font-weight: 600; */
}

.footer-menu a:hover {
  color: #f0ad4e;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  max-width: 360px;
  align-self: flex-start;
  margin: 0 2rem 1rem 2rem;
}

.footer-social label {
  display: block;
  width: 100%;
  color: #f0ad4e;
  margin: 0 1rem 1.5em 1rem;
  font-weight: 700;
}

.footer-social a {
  text-decoration: none;
  color: #333;
  outline: none;
  margin: 0 1rem;
  width: 8rem;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0.25rem;
}

.footer-social a:hover {
  color: #f0ad4e;
}

.footer-social span {
  padding-left: 1rem;
  /* font-weight: 600; */
}

.footer-hq {
  display: flex;
  flex-wrap: wrap;
  max-width: 30rem;
  align-self: flex-start;
  margin: 0 2rem 1rem 2rem;
}

.footer-hq label {
  display: block;
  width: 100%;
  color: #f0ad4e;
  margin: 0 1rem 1.5em 1rem;
  font-weight: 700;
}

.footer-hq a {
  text-decoration: none;
  color: #333;
  outline: none;
  margin: 0 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}

.footer-hq a:hover {
  color: #f0ad4e;
}

.footer__address-row {
    display: block;
    width: 10rem;
    text-align: left;
    line-height: 1.5;
}

.footer-email {
  display: block;
  width: 100%;
  margin: 0 0 1.5em 3em;
}

.footer-email label {
  color: #f0ad4e;
  width: 100%;
  display: block;
  font-weight: 700;
  margin: 0 auto 1.5em auto;
}

.footer-email a {
  display: block;
  text-decoration: none;
  color: #333;
  /* font-weight: 600; */
}

.footer-email a:hover {
  color: #f0ad4e;
}

.footer-misc {
  display: block;
  width: 100%;
  margin: 0 0 1.5em 3em;
}

.footer-misc label {
  color: #f0ad4e;
  width: 100%;
  display: block;
  font-weight: 700;
}
/***** Final: Footer *****/
