/*
Theme Name: New Blog Order
Theme URI: https://openware.co.nz
Author: Geoff Palmer
Author URI: https://openware.co.nz
Description: Created with _s.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: New Blog Order
Tags:

This theme, like WordPress, is licensed under the GPL. 

New Blog Order is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
CUSTOM VARS & MIXINS
--------------------------------------------------------------*/
blockquote p {
  display: inline;
}

a, a:visited, a:active {
  color: inherit;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #505050;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.618em;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

b, strong {
  font-weight: bold;
}

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.618em;
  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;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
3.0 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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #ebe8e5;
  /* Fallback for when there is no custom background color defined. */
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

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. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
4.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;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #7b6e62;
}

a:visited {
  color: #7b6e62;
}

a:hover, a:focus, a:active {
  color: #7b6e62;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation h1 {
  display: none !important;
}

.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  white-space: nowrap;
}

.main-navigation ul li {
  cursor: pointer;
  list-style: none;
  display: block;
  position: relative;
  padding: 0;
  /* switch symbol for showing child */
  /* nav child menu */
  /* show child */
}

.main-navigation ul li a {
  display: inline-block;
}

.main-navigation ul li span {
  display: inline-block;
  text-align: right;
  width: 1.4em;
  padding-right: 0.5em;
  margin-left: 0.5em;
  margin-right: -0.5em;
}

.main-navigation ul li ul {
  display: none;
  padding: 0;
  margin: 0;
}

.main-navigation ul li ul.childopen {
  display: block;
}

/* expanded nav menu */
@media (min-width: 72.4339rem) {
  .navicon {
    display: none;
  }
  .navmenu {
    display: block;
  }
  .main-navigation ul {
    float: left;
    display: inline-table;
  }
  .main-navigation ul li {
    float: left;
    /* expanded nav child menu */
  }
  .main-navigation ul li a {
    padding: 1.618rem;
  }
  .main-navigation ul li ul {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    background-color: #fcfcfc;
    border: 0.0625rem solid #fff;
    border-bottom: 0;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
  }
  .main-navigation ul li ul li {
    float: none;
  }
  .main-navigation ul li ul li a {
    width: 100%;
    line-height: 4.5rem;
    padding: 0 2.1875rem;
  }
  .main-navigation ul li ul li a, .main-navigation ul li ul li a:link, .main-navigation ul li ul li a:visited {
    border: 0;
    border-top: 0.0625rem solid #fafafa;
  }
  .main-navigation ul li ul li a:hover {
    background-color: white;
  }
}

/* collapsed nav menu */
@media (max-width: 72.4339rem) {
  .navicon {
    float: right;
    font-size: 1.65rem;
    line-height: 2.8125rem;
    text-align: center;
    width: 3.375rem;
    margin: 0.9375rem;
    cursor: pointer;
  }
  .main-navigation ul {
    clear: left;
    display: none;
    /* collapsed nav child menu */
  }
  .main-navigation ul.show {
    display: block;
  }
  .main-navigation ul li a {
    width: 100%;
    line-height: 4.5rem;
    padding: 0 2.1875rem;
    border-top: 0.0625rem solid #fff;
  }
  .main-navigation ul li a:hover {
    border-bottom-color: transparent;
    background-color: #fcfcfc;
  }
  .main-navigation ul ul {
    position: relative;
    left: 0;
    background-color: #fafafa;
  }
  .main-navigation ul ul li a {
    border-top: 0.0625rem solid #fafafa;
  }
  .main-navigation ul ul li a:hover {
    border-bottom-color: transparent;
    background-color: #f7f7f7;
  }
}

.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%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .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;
  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. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
8.0 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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
11.0 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;
}

/*--------------------------------------------------------------
12.0 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%;
}

/*--------------------------------------------------------------
12.1 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;
}

/*--------------------------------------------------------------
12.2 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;
}

/*--------------------------------------------------------------
CUSTOM STYLES
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  border-top: 0.125rem solid #DFD8CF;
  background-color: #ebe8e5;
}

a {
  text-decoration: none;
  border-bottom: 1px dotted transparent;
}

a:hover, a:active {
  border-bottom: 1px dotted #7b6e62;
}

blockquote {
  padding: 1.618rem;
  font-size: 1rem;
  background-color: #f9f9f9;
  border: 0.0625rem solid #ccc;
  border-left: 0.625rem solid #ccc;
  margin: 1.5rem 0.625rem;
  padding: 0.5rem 0.625rem;
}

cite:before {
  content: ' ';
  display: block;
}

ul, ol {
  padding: 0;
  margin: 0 0 1.618em 1.618em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  line-height: 1.313em;
  font-weight: 300;
}

h1 {
  font-size: 3em;
  margin: 0.563em 0;
}

h2 {
  font-size: 2.25em;
  margin: 0.625em 0;
}

h3 {
  font-size: 1.5em;
  margin: 1.313em 0;
}

h4 {
  font-size: 1.313em;
  margin: 1.313em 0;
}

h5 {
  font-size: 1.125em;
  margin: 1.313em 0;
}

h6 {
  font-size: 1em;
  margin: 0.75em 0;
}

.widget-title {
  font-size: 1.313em;
}

.content-area {
  float: left;
  margin: 0 -30% 0 0;
  width: 100%;
}

.site-main {
  margin: 0 30% 0 0;
}

.site-content .widget-area {
  float: right;
  overflow: hidden;
  width: 30%;
}

.site-footer {
  clear: both;
  width: 100%;
}

.site {
  padding-top: 0.809rem;
}

.site-header {
  max-width: 72.4339rem;
  margin: 0.809rem auto 1.618rem auto;
  background-color: #fff;
  border: 0.0625rem solid #fff;
  box-shadow: inset 0 0.125rem 0.3125rem rgba(194, 188, 184, 0.1);
  color: #76624e;
}

.site-header a, .site-header a:visited, .site-header a:active {
  color: inherit;
}

.site-branding {
  padding-left: 1.618rem;
  padding-top: 1.618rem;
  padding-bottom: 1.618rem;
  font-size: 0.5em;
  text-align: center;
}

.site-title {
  font-family: Raleway;
  font-size: 49px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 1.2em;
  text-align: center;
  font-variant: small-caps;
}

.site-title, .site-description {
  margin: 0;
  line-height: 1.5em;
  display: inline-block;
  vertical-align: bottom;
}

.site-description {
  display: block;
  margin-left: 0.5em;
  font-family: Raleway;
  font-variant: small-caps;
}

.site-content {
  max-width: 72.4339rem;
  margin: 1.618rem auto 0 auto;
}

.hentry, .comments-area, .page-header, .site-main .posts-navigation, .site-main .post-navigation, .paging-navigation {
  padding-left: 4.2358rem;
  padding-right: 4.2358rem;
  padding-top: 2.61792rem;
  padding-bottom: 2.61792rem;
  margin: 0 0 1.618rem 0;
  background-color: #fff;
  border: 0.0625rem solid #DFD8CF;
  box-shadow: 0 0.0625rem 0.0625rem rgba(33, 19, 4, 0.07);
}

.sticky {
  border-color: #ebe8e5;
}

.post-thumbnail {
  margin-top: 1.618rem;
  margin-right: -4.2358rem;
  margin-bottom: 1.618rem;
  margin-left: -4.2358rem;
  border-top: 0.625rem solid #7b6e62;
  border-bottom: 0.625rem solid #7b6e62;
}

.post-thumbnail img {
  min-width: 100%;
  vertical-align: bottom;
}

.page-header .page-title {
  text-align: center;
}

.entry-content a img {
  vertical-align: bottom;
}

.entry-content a, .entry-content a:link, .entry-content a:visited {
  background-color: white;
  color: #850009;
}

.entry-content a:hover, .entry-content a:active {
  background-color: #fff;
}

.entry-header {
  text-align: center;
}

.entry-title {
  margin-top: 0;
  margin-bottom: 2.61792rem;
}

.entry-meta {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 300;
  padding: 0.4em 1.2em;
  margin-bottom: 1.618rem;
  background-color: #fff;
  color: #787878;
}

.entry-meta a, .entry-meta a:visited, .entry-meta a:active {
  color: inherit;
}

.entry-meta a:hover, .entry-meta a:active {
  border-bottom: 1px dotted #fff;
}

.continue_btn {
  text-align: center;
}

.entry-content a.more-link {
  font-size: 1.125rem;
  font-weight: 700;
  display: inline-block;
  padding: 1em 1.618em;
  margin: 2em 0 .5em 0;
  background: none;
  border-top: 0.1875rem solid #e8e1db;
  border-bottom: 0.1875rem solid #e8e1db;
  color: #7b6e62;
}

.entry-content a.more-link:before {
  font-family: "FontAwesome";
  content: "\f0a4";
  margin-right: 0.5em;
}

.entry-content a.more-link:after {
  font-family: "FontAwesome";
  content: "\f0a5";
  margin-left: 0.5em;
}

.entry-footer {
  text-align: center;
  margin: 2.61792rem 0 1.618rem 0;
  line-height: 3em;
  font-size: 0.75rem;
  color: #7b6e62;
  border-bottom: 0.125rem solid #e8e1db;
}

.entry-footer span {
  margin: 0 0.618em;
  padding: 0 0.618em;
  display: inline-block;
}

.entry-footer span {
  border-top: 0.125rem solid #e8e1db;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list .comment {
  padding: 1.618rem;
  background-color: rgba(221, 193, 174, 0.05);
  border: 0.0625rem solid rgba(108, 67, 38, 0.05);
  box-shadow: inset 0 0.125rem 0.3125rem rgba(194, 188, 184, 0.05);
}

.cat-links:before {
  font-family: "FontAwesome";
  content: "\f07c";
  margin-right: 0.5em;
}

.tags-links:before {
  font-family: "FontAwesome";
  content: "\f02c";
  margin-right: 0.5em;
}

.comments-link:before {
  font-family: "FontAwesome";
  content: "\f075";
  margin-right: 0.5em;
}

.edit-link:before {
  font-family: "FontAwesome";
  content: "\f040";
  margin-right: 0.5em;
}

.nav-previous:before {
  font-family: "FontAwesome";
  content: "\f0a8";
  margin-right: 0.5em;
}

.nav-next:after {
  font-family: "FontAwesome";
  content: "\f0a9";
  margin-left: 0.5em;
}

.widget {
  padding-left: 2.61792rem;
  padding-right: 2.61792rem;
  padding-top: 2.61792rem;
  padding-bottom: 2.61792rem;
  margin-left: 1.618rem;
  margin-bottom: 1.618rem;
  background-color: #fff;
  border: 0.0625rem solid #fff;
  box-shadow: inset 0 0.125rem 0.3125rem rgba(194, 188, 184, 0.1);
  color: #76624e;
}

.widget a, .widget a:visited, .widget a:active {
  color: inherit;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul li {
  padding: 1em 0 1em 2em;
  border-bottom: 0.0625rem solid #fff;
}

.widget ul li.page_item_has_children, .widget ul li.menu-item-has-children {
  padding-bottom: 0;
  border: none;
}

.widget ul li:before {
  margin-left: -2em;
  margin-right: 1em;
  font-family: "FontAwesome";
  content: "\f02e";
}

.widget ul li li li li {
  padding-left: 0;
}

.widget ul .children li:first-of-type, .widget ul .sub-menu li:first-of-type {
  margin-top: 1em;
  border-top: 0.0625rem solid #fff;
}

input.search-field {
  box-sizing: border-box;
  width: 100%;
}

.aboveheader {
  max-width: 72.4339rem;
  margin: 0 auto;
  text-align: right;
  font-size: 1.25rem;
}

.aboveheader a {
  margin-right: 0.618em;
}

.aboveheader a:link, .aboveheader a:visited {
  opacity: 0.75;
}

.aboveheader a:hover, .aboveheader a:active {
  opacity: 1;
}

.abovecontent {
  max-width: 72.4339rem;
  margin: 0 auto;
  background-color: #fff;
  border: 0.0625rem solid #DFD8CF;
  box-shadow: 0 0.0625rem 0.0625rem rgba(33, 19, 4, 0.07);
}

.widget_recent_comments ul li:before {
  content: "\f075";
}

.widget_archive ul li:before {
  content: "\f187";
}

.widget_categories ul li:before {
  content: "\f07c";
}

.widget_pages ul li:before, .widget_nav_menu ul li:before {
  content: "\f15c";
}

.widget_pages ul .children li:before, .widget_pages ul .sub-menu li:before, .widget_nav_menu ul .children li:before, .widget_nav_menu ul .sub-menu li:before {
  content: "\f101";
}

.widget_pages ul .children .children li:before, .widget_pages ul .sub-menu .sub-menu li:before, .widget_nav_menu ul .children .children li:before, .widget_nav_menu ul .sub-menu .sub-menu li:before {
  content: "\f105";
}

.site-footer {
  padding-top: 1.618em;
  padding-bottom: 1.618em;
  max-width: 72.4339rem;
  margin: 0 auto;
  font-size: 0.75rem;
  text-align: center;
}

.site-footer a {
  color: #6d6157;
}

@media (max-width: 72.4339rem) {
  h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
    line-height: 1.313em;
    font-weight: 300;
  }
  h1 {
    font-size: 2.7em;
    margin: 0.563em 0;
  }
  h2 {
    font-size: 2.025em;
    margin: 0.625em 0;
  }
  h3 {
    font-size: 1.35em;
    margin: 1.313em 0;
  }
  h4 {
    font-size: 1.1817em;
    margin: 1.313em 0;
  }
  h5 {
    font-size: 1.0125em;
    margin: 1.313em 0;
  }
  h6 {
    font-size: 1em;
    margin: 0.75em 0;
  }
  .widget-title {
    font-size: 1.1817em;
  }
  .hentry, .comments-area, .page-header, .site-main .posts-navigation, .site-main .post-navigation, .paging-navigation {
    padding-left: 2.61792rem;
    padding-right: 2.61792rem;
    padding-top: 1.618rem;
    padding-bottom: 1.618rem;
  }
  .post-thumbnail {
    margin-top: 1.618rem;
    margin-right: -2.61792rem;
    margin-bottom: 1.618rem;
    margin-left: -2.61792rem;
  }
  .entry-title {
    margin-bottom: 1.618rem;
  }
  .site-footer {
    padding: 1.618em;
  }
}

@media (max-width: 56.25rem) {
  .content-area {
    float: none;
    margin: 0;
    width: 100%;
  }
  .site-main {
    margin: 0;
  }
  .site-content .widget-area {
    float: none;
    overflow: hidden;
    width: 100%;
  }
  .widget {
    margin-left: 0;
    margin-bottom: 1.618rem;
  }
}

@media (max-width: 37.5rem) {
  h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
    line-height: 1.313em;
    font-weight: 300;
  }
  h1 {
    font-size: 2.4em;
    margin: 0.563em 0;
  }
  h2 {
    font-size: 1.8em;
    margin: 0.625em 0;
  }
  h3 {
    font-size: 1.2em;
    margin: 1.313em 0;
  }
  h4 {
    font-size: 1.0504em;
    margin: 1.313em 0;
  }
  h5 {
    font-size: 1em;
    margin: 1.313em 0;
  }
  h6 {
    font-size: 1em;
    margin: 0.75em 0;
  }
  .widget-title {
    font-size: 1.0504em;
  }
}

@media (max-width: 25rem) {
  h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
    line-height: 1.313em;
    font-weight: 300;
  }
  h1 {
    font-size: 2.1em;
    margin: 0.563em 0;
  }
  h2 {
    font-size: 1.575em;
    margin: 0.625em 0;
  }
  h3 {
    font-size: 1.05em;
    margin: 1.313em 0;
  }
  h4 {
    font-size: 1em;
    margin: 1.313em 0;
  }
  h5 {
    font-size: 1em;
    margin: 1.313em 0;
  }
  h6 {
    font-size: 1em;
    margin: 0.75em 0;
  }
  .widget-title {
    font-size: 1em;
  }
  .hentry, .comments-area, .page-header, .site-main .posts-navigation, .site-main .post-navigation, .paging-navigation {
    padding-left: 1.618rem;
    padding-right: 1.618rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .post-thumbnail {
    margin-top: 1.618rem;
    margin-right: -1.618rem;
    margin-bottom: 1.618rem;
    margin-left: -1.618rem;
  }
  .entry-title {
    margin-bottom: 1rem;
  }
  .widget {
    padding-left: 1.618rem;
    padding-right: 1.618rem;
    padding-top: 1.618rem;
    padding-bottom: 1.618rem;
  }
}

.nbo-column {
  width: 100%;
}

.nbo-image-container-left {
  width: 48%;
  height: 200px;
  float: left;
  margin-bottom: -32px;
}

.nbo-image-container-right {
  width: 48%;
  height: 200px;
  float: left;
  margin-bottom: -32px;
}

.nbo-image-container-left img {
  width: 96%;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

.nbo-image-container-right img {
  width: 96%;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

/*# sourceMappingURL=style.css.map */

.widget { padding-top: 0; padding-bottom: 0; }
.widget ul li { padding-top: 0px; }

/* MailChimp form CSS */
#mc_embed_signup_scroll {
    background-color: #ebe6e0;
}
.mc-header {
    line-height: 1.25em;
    margin-bottom: 18px;
    font-size: 10pt;
    text-align: center;
}
.mc-field-group {
    padding-left: 10px;
    font-size: 10px;
}
.mc-indicates-required {
    font-size: 8pt;
    text-align: center;
}
.mc-asterisk {
    color: red;
    font-size: 8pt;
}
#mc-embedded-subscribe {
    width: 60%;
    color: white;
    background-color: #262626;
    border-radius: 30px;
}
.mc-subscribe {
    padding: 10px;
    text-align: center;

}
#mce-EMAIL, #mce-MMERGE1 {
border-radius: 30px;
width: 215px;
height: 25px;
}

.entry-title {
    margin-bottom: unset;
}