/*
Theme Name: Vanilla2
Author: AldenMc
Author URI: http://aldenmc.com/
Description:
Version: 1.0

*/


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body,
button,
input,
select,
textarea {
	color: #505652;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
}
body {
	background: #daeee0;
}
a {
	color: #24890d;
	text-decoration: none;
}
a:active,
a:hover {
	color: #41a62a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}
h1 {
	font-size: 26px;
	line-height: 1.5;
}
h2 {
	font-size: 24px;
	line-height: 1.5;
}
h3 {
	font-size: 22px;
	line-height: 1.5;
}
h4 {
	font-size: 20px;
	line-height: 1.5;
}
h5 {
	font-size: 18px;
	line-height: 1.5;
}
h6 {
	font-size: 16px;
	line-height: 1.5;
}
p {
	margin-bottom: 24px;
}
ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin: 0 0 0 20px;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
figure {
	margin: 0;
}
address {
	font-style: italic;
	margin-bottom: 24px;
}
abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}
b,
strong {
	font-weight: 700;
}
cite,
dfn,
em,
i {
	font-style: italic;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}
pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.26;
	margin-bottom: 24px;
}
blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
big {
	font-size: 125%;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
dl {
	margin-bottom: 24px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 24px;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}
legend {
	white-space: normal;
}
button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button,
input {
	line-height: normal;
}
input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}
td {
	border-width: 0 1px 1px 0;
}
del {
	color: #767676;
}
hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}
.wp-block-separator {
  border: none;
}
/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */
input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}
textarea {
	width: 100%;
}
input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #939393;
}
:-moz-placeholder {
	color: #939393;
}
::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}
blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}
blockquote.aligncenter,
img.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing floats */
.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}
.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.safezoneA {
	max-width: 1510px;
  margin: 0 auto;
  padding-left: 82px;
  padding-right: 82px;
}
.safezoneB {
	max-width: 1220px;
	margin: 0 auto;
}
#page {
  background-color: #c0dfcb;
	border: 2px solid #ffffff;
	border-top: none;
	margin-top: 82px;
  margin-right: 62px;
	margin-left: 62px;
}
/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}
.site-header {
  position: fixed;
	width: 100%;
  top:0;
	width: 100%;
  left: 0;
  background-color: #daeee0;
	z-index: 999;
}
.site-header:before {
	position: absolute;
  content: "";
  bottom: 0;
  left: 62px;
  width: calc(100% - 124px);
  height: 2px;
  background-color: #ffffff;
}
.header-main {
  /* width: 100%; */
  height: 82px;
}
.home-logo img {
  width: 220px;
  height: auto;
	padding: 20px 0;
}

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

/* Primary Navigation */
.primary-navigation {
	float: right;
	font-family: 'mr-eaves-xl-sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
  text-transform: lowercase;
	margin: 16px -12px 0 0px;
}
.primary-navigation ul {
  list-style: none;
  margin: 0;
}
.primary-navigation li {
  position: relative;
	display: inline-block;
	height: 48px;
	line-height: 48px;
}
.primary-navigation li:not(:first-of-type):before {
	content: "|";
	font-style: normal;
}
.primary-navigation a {
	display: inline-block;
	color: #505652;
	padding: 0 12px;
	white-space: nowrap;
}
.primary-navigation .current_page_item > a,
.primary-navigation .current_page_ancestor > a,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a {
	font-weight: 800;
}
.primary-navigation .current_page_item > a:before,
.primary-navigation .current_page_ancestor > a:before,
.primary-navigation .current-menu-item > a:before,
.primary-navigation .current-menu-ancestor > a:before {
	position: absolute;
	content: "";
  top: -18px;
  left: calc(50% - 9px);
  width: 18px;
  height: 24px;
  background-color: #a0b69e;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.primary-navigation ul ul {
	background-color: #24890d;
	float: left;
	margin: 0;
	position: absolute;
	top: 48px;
	left: -999em;
	z-index: 99999;
}
.primary-navigation li li {
	border: 0;
	display: block;
	height: auto;
	line-height: 1.1;
}
.primary-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.primary-navigation ul ul a {
	padding: 18px 12px;
	white-space: normal;
	width: 176px;
}
.primary-navigation li:hover > a:before,
.primary-navigation li.focus > a:before {
	position: absolute;
	content: "";
  top: -18px;
  left: calc(50% - 9px);
  width: 18px;
  height: 24px;
  background-color: #a0b69e;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
	background-color: #41a62a;
}
.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul {
	left: auto;
}
.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
	left: 100%;
}
.primary-navigation .menu-item-has-children > a,
.primary-navigation .page_item_has_children > a {
	padding-right: 26px;
}
.primary-navigation .menu-item-has-children > a:after,
.primary-navigation .page_item_has_children > a:after {
	-webkit-font-smoothing: antialiased;
	content: "\f502";
	display: inline-block;
	font: normal 8px/1 Genericons;
	position: absolute;
	right: 12px;
	top: 22px;
	vertical-align: text-bottom;
}
.primary-navigation li .menu-item-has-children > a,
.primary-navigation li .page_item_has_children > a {
	padding-right: 20px;
	width: 168px;
}
.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
	content: "\f501";
	right: 8px;
	top: 20px;
}
.primary-navigation li .current_page_item > a,
.primary-navigation li .current_page_ancestor > a,
.primary-navigation li .current-menu-item > a,
.primary-navigation li .current-menu-ancestor > a {
	color: #fff;
}

/* Secondary Navigation */

/* can delete these backgrounds */
#horizontal-nav {
  background: #000;
}
#horizontal-nav ul {
	background: #333;
}
#horizontal-nav ul:not(.sub-menu) {
	background: #999;
}
#horizontal-nav li {
	background: white;
}
#horizontal-nav ul ul li {
	background: red;
}
#horizontal-nav .ir-menu-item li {
	background: white;
}
#horizontal-nav .ir-menu-item ul li {
	background: pink;
}
#horizontal-nav .ir-menu-item ul li ul li {
  background: aliceblue;
}
/* can delete these backgrounds */

#horizontal-nav {
	position: relative;
	padding: 10px 0;
	z-index: 2;
  background: #000;
}
#horizontal-nav ul {
	margin:0;
  text-align: left;
	background: #333;
}
#horizontal-nav ul:not(.sub-menu) {
  margin: 0;
  text-align: center;
	background: #999;
}
#horizontal-nav ul ul li {
	padding: 10px 25px;
}
#horizontal-nav li {
  position: relative;
  display: none;
	padding: 2px;
}
#horizontal-nav li a {
	font-size: 18px;
  text-transform: uppercase;
	color:#1D2945;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 2px;
	text-decoration: none;
	transition: 100ms;
}
#horizontal-nav li:hover > a {
	color:#1D2945;
  text-shadow: 0.25px 0.25px 0px currentcolor, -0.25px 0.25px 0px currentcolor, 0.25px -0.25px 0px currentcolor, -0.25px -0.25px 0px currentcolor;
}
#horizontal-nav .current_page_item > a {
	text-shadow: 0.25px 0.25px 0px currentcolor, -0.25px 0.25px 0px currentcolor, 0.25px -0.25px 0px currentcolor, -0.25px -0.25px 0px currentcolor;
}
#horizontal-nav .current_page_parent,
#horizontal-nav .current_page_parent > ul li {
  display: inline-block;
}
#horizontal-nav .current_page_item.ir-menu-item > a,
#horizontal-nav .current_page_item.current-menu-ancestor > a {
  display: none;
}
#horizontal-nav .current_page_parent > a {
  display: none;
}
#horizontal-nav .current_page_item.ir-menu-item {
  display: inline-block;
}
#horizontal-nav .ir-menu-item li li {
  display: block;
}
#horizontal-nav .ir-menu-item li {
  display: inline-block;
}
#horizontal-nav ul ul ul {
	display: block;
	white-space: nowrap;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 265px;
  width: auto;
	left: -999em;
}
#horizontal-nav ul li:hover > ul {
  /* left: auto; */
  left: 0;
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
	position: relative;
	background-color: #c0dfcb;
	padding-top: 48px;
  z-index: 99;
}

/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */
.entry-header {
	position: relative;
	width: 100%;
	z-index: 1;
}
.entry-title {
	font-family: 'mrs-eaves-xl-serif', serif;
	font-size: 111px;
	color: #fff;
	font-weight: 400;
	font-style: normal;
	text-transform: lowercase;
  letter-spacing: -2.5px;
	line-height: .7;
	margin: 0;
	margin-bottom: -7px;
}



/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}
.entry-meta a {
	color: #767676;
}
.entry-meta a:hover {
	color: #41a62a;
}
.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}
.cat-links a {
	color: #2b2b2b;
}
.cat-links a:hover {
	color: #41a62a;
}

/* Tag links style */
.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}
.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}
.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}
.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}
.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}

/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	hyphens:none;
	word-wrap: break-word;
}
.page .entry-content {
	padding-top: 0;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: underline;
}
.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}
.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}
.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	padding: 8px;
}
.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}
.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}
.entry-content .edit-link a:hover {
	color: #41a62a;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}
.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}
.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}
.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}
.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}

/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}
.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}
.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}
.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}
.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}
.post-navigation a:hover,
.image-navigation a:hover {
	color: #41a62a;
}

/* Paging Navigation */
.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}
.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}
.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}
.paging-navigation a {
	color: #2b2b2b;
}
.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}
.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */



/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}



/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */
#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}
.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */
.primary-sidebar {
	padding-top: 48px;
}
.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */
.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	padding: 48px 10px 0;
}

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */
.site-footer {
	position: relative;
	background-color: #daeee0;
	font-size: 16px;
	border-top: 2px solid #fff;
	transform: translateY(84px);
	z-index: 3;
}
.site-info {
	height: 82px;
  display: flex;
  align-items: center;
}
.site-info:before,
.site-info:after {
	content:none;
}
.site-info p {
	margin-bottom: 0;
}
.site-info a {
	color: #505652;
	transition: 300ms;
}
.site-info a:hover {
	color: #505652;
	opacity: .8
}
.logo-block img {
	width: 220px;
	height: auto;
	padding-bottom: 24px;
}
.logo-block a:hover {
	opacity: 1;
}
.footer-menu {
	display: block;
	margin: 0;
}
.footer-menu li {
	/* width: 180px; */
	text-transform: uppercase;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	padding-right: 4px;
}
.footer-menu ul {
	display: block;
	margin: 0;
}
.footer-menu ul li {
	display: block;
	text-transform: none;
}

.attachment span.entry-date:before,
.entry-content .edit-link a:before,
.entry-meta .edit-link a:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}
.entry-content .edit-link a:before,
.entry-meta .edit-link a:before {
	content: "\f411";
}
.archive-header,
.page-header {
	margin: 0 auto 60px;
	padding: 0 10px;
}


/* Fixed Header */
.admin-bar .site-header {
	top: 32px;
}
.site-main {
  width: 100%;
  margin-bottom: -54px;
}

/* begin alden styles */
.dynamic-cols-2 {
  columns: 300px 2;
}
.dynamic-cols-3 {
  columns: 300px 3;
}
.large-marge {
	margin-bottom: 44px;
}
.no-marge {
	margin-bottom: 0;
}
.hide {
	display: none;
}
.wp-block-button__link {
  background-color: transparent;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 35px 10px 35px;
  text-decoration: none !important;
}
.wp-block-button__link:hover {
  color: #D64731;
}
.wp-block-button {
  background: linear-gradient(to left, #D64731 50%, #ffffff 50%);
  background-size: 201% 101%;
  background-position: 100% 50%;
  border: 3px solid #D64731;
  transition: 300ms;
	border-radius: 999em;
}
.wp-block-button:hover {
	background-position: 0% 50%;
	border: 3px solid #D64731;
}
.wp-block-button:hover .wp-block-button__link  {
	color: #D64731;
}




#featured_image {
  display: flex;
  flex: 0 0 100%;
  align-items: flex-end;
  justify-content: flex-start;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 400px;
}




/* @media all and (max-width:1550px) {
	.safezoneA {
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media all and (max-width:1260px) {
	.safezoneB {
		padding-left: 2%;
		padding-right: 2%;
	}
} */
/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}






/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}



	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}
}
