/*
Theme Name: Annesage
Theme URI: http://annesage.com
Author: Joe McGill
Author URI: http://joemcgill.net
Description: Custom theme: Annesage developed by, Joe McGill. Designed by Megan Gonzalez (maemaeco.com)
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: annesage

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.

Annesage is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Site metrics
--------------------------------------------------------------*/
.demo, .demo-tall {
  position: relative;
  background-color: #f6f5f3;
  height: 6em;
  margin-bottom: 1.25rem;
}

.demo-tall {
  height: 10em;
}

.demo-text {
  position: absolute;
  margin: 0;
  top: 40%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #4e4e50;
  font-family: "old-standard", "Times New Roman", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Brandon Grotesque", "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: .2em;
}

p {
  margin-top: 0;
  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: 0.9375em;
  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: 0.9375em;
}

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 http://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. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
  padding: 0 .25em;
}

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

/*--------------------------------------------------------------
# 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: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;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

form {
  max-width: 55em;
  margin-left: auto;
  margin-right: auto;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  width: 98%;
  margin-bottom: 1rem;
  color: #666;
  background-color: #f6f5f3;
  border-top: 1px solid #d8d1c9;
  border-left: 1px solid #d8d1c9;
  border-bottom: none;
  border-right: none;
}
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: 4px;
}

textarea {
  padding-left: 4px;
  max-height: 15em;
}

label {
  font-family: "Brandon Grotesque", "Open Sans", sans-serif;
  font-size: .85em;
  font-weight: 200;
  letter-spacing: .2em;
  text-transform: uppercase;
}
label span:after {
  content: '*';
}

input[type="submit"],
input[type="submit"]:hover,
input[type="submit"]:focus {
  padding: .75rem 1rem;
  border: 1px solid #d8d1c9;
  border-radius: 0;
  box-shadow: none;
  background-color: #f6f5f3;
  font-family: "Brandon Grotesque", "Open Sans", sans-serif;
  font-weight: 200;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-shadow: none;
  transition: background-color 200ms ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #d8d1c9;
}

@media screen and (min-width: 46.5rem) {
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="url"],
  .contact-form input[type="password"],
  .contact-form input[type="search"],
  .contact-form textarea {
    width: calc(100% - 10rem) !important;
  }
}
@media screen and (min-width: 46.5rem) {
  .contact-form input[type="submit"],
  .contact-form input[type="submit"]:hover,
  .contact-form input[type="submit"]:focus {
    margin-left: 9rem !important;
  }
}
@media screen and (min-width: 46.5rem) {
  .contact-form label {
    float: left !important;
    clear: left;
    display: inline-block !important;
    width: 8rem;
    margin-right: 1rem;
    text-align: right;
    vertical-align: top;
  }
}

p#subscribe-email,
p#subscribe-submit {
  display: inline;
}

#subscribe-email input {
  width: 60% !important;
  padding: .333em !important;
  background-color: #fff;
  margin-right: .5em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #ff533f;
}
a:visited {
  color: #ff533f;
}
a:hover, a:focus, a:active {
  color: #ff533f;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  position: absolute;
  top: 0;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
  left: 100vw;
  width: calc(100vw - 60px);
  max-width: 400px;
  border: 1px solid #d8d1c9;
  background-color: #f6f5f3;
}
@media screen and (min-width: 67rem) {
  .main-navigation {
    position: relative;
    left: 0;
    max-width: none;
    clear: both;
    display: block;
    right: auto;
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }
}
.main-navigation .menu,
.main-navigation .sub-menu {
  list-style: none;
  margin-left: 0;
}
.main-navigation .menu {
  margin: 0 0.9375rem;
  padding: 0;
  border: 1px solid #d8d1c9;
  font-family: "Brandon Grotesque", "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .2em;
}
@media screen and (min-width: 67rem) {
  .main-navigation .menu {
    float: right;
    border: none;
  }
}
.main-navigation .sub-menu {
  display: none;
  margin-top: 1.25rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  border-top: 1px solid #d8d1c9;
  border-left: none;
  border-right: none;
  border-left: none;
  padding: 0;
}
.main-navigation .sub-menu .sub-menu {
  margin: 0;
  padding: 0;
}
.main-navigation .sub-menu .menu-item-has-children {
  padding: 0;
}
.main-navigation .sub-menu .menu-item-has-children a {
  padding: 1.25rem;
}
.main-navigation .sub-menu .sub-menu .menu-item {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 67rem) {
  .main-navigation .sub-menu {
    border: none;
  }
}
@media screen and (max-width: 67rem) {
  .main-navigation .menu-item-has-children.open > .sub-menu {
    display: block;
  }
}
.main-navigation .menu-item {
  position: relative;
  padding: 1.25rem;
  background-color: #fff;
  border-bottom: 1px solid #d8d1c9;
}
.main-navigation .menu-item:last-child {
  border-bottom: none;
}
.main-navigation .menu-item .menu-item a {
  padding-left: 2.5rem;
  color: #4e4e50;
}
@media screen and (min-width: 67rem) {
  .main-navigation .menu-item {
    float: left;
    border-bottom: none;
    background: none;
  }
  .main-navigation .menu-item:hover > .sub-menu, .main-navigation .menu-item:focus > .sub-menu {
    display: block;
    position: absolute;
    top: 1.25rem;
    left: 2.25rem;
    z-index: 100;
    width: 11rem;
    background-color: #fff;
    border: 1px solid #d8d1c9;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  .main-navigation .menu-item:hover > .sub-menu .menu-item, .main-navigation .menu-item:focus > .sub-menu .menu-item {
    float: none;
    border-bottom: 1px solid #d8d1c9;
  }
  .main-navigation .menu-item:hover > .sub-menu .menu-item:last-child, .main-navigation .menu-item:focus > .sub-menu .menu-item:last-child {
    border-bottom: 0;
  }
  .main-navigation .menu-item:hover > .sub-menu .menu-item > a, .main-navigation .menu-item:focus > .sub-menu .menu-item > a {
    padding-left: 0;
  }
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #D9D3CD;
}
.main-navigation a:hover, .main-navigation a:focus {
  color: #4e4e50;
}
.main-navigation .menu-item-has-children {
  position: relative;
}
.main-navigation .menu-item-has-children > a:after {
  content: "";
  width: 1px;
  height: 1px;
  display: inline-block;
  margin-left: .125rem;
  border-top: 5px solid #d8d1c9;
  border-left: 5px solid transparent;
  border-bottom: 2px solid transparent;
  border-right: 5px solid transparent;
}
.fixed .main-navigation .menu-item-has-children > a:after {
  border-top-color: #fff;
}
.main-navigation .menu-item-has-children > a:hover:after,
.main-navigation .menu-item-has-children > a:focus:after {
  border-top-color: #ff533f;
}

@media screen and (min-width: 67rem) {
  .page .main-navigation {
    width: calc(100% - 195px);
    margin-left: 195px;
    background-color: transparent;
    border-bottom: 1px solid #d8d1c9;
  }
}

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

.menu-toggle,
.menu-toggle:hover
.menu-toggle:focus {
  position: absolute;
  top: 0.625rem;
  left: -3.125rem;
  overflow: hidden;
  width: 40px;
  height: 0px;
  padding-top: 40px;
  padding-bottom: 0;
  background: transparent url(icons/dist/svg/icon-menu.svg) no-repeat 0 0;
  border: none;
  box-shadow: none !important;
  border-radius: 0;
}

@media screen and (min-width: 67rem) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.navigation {
  margin-bottom: 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.posts-navigation {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Brandon Grotesque", "Open Sans", sans-serif;
  font-size: 13.6px;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.posts-navigation a {
  text-decoration: none;
  color: #D9D3CD;
}
.posts-navigation a:hover, .posts-navigation a:focus {
  color: #4e4e50;
}
.posts-navigation .nav-previous a:before {
  content: "";
  display: inline-block;
  background: url(icons/dist/svg/icons_arrow-sketch.svg) no-repeat 0 0;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.posts-navigation .nav-next a:after {
  content: "";
  display: inline-block;
  background: url(icons/dist/svg/icons_arrow-sketch.svg) no-repeat 0 0;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.nav-secondary {
  position: relative;
  margin-bottom: 1.875rem;
  border-top: 1px solid #d8d1c9;
  border-bottom: 1px solid #d8d1c9;
  background-color: #fff;
  font-family: "Brandon Grotesque", "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .2em;
}
@media screen and (min-width: 67rem) {
  .nav-secondary.fixed {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .admin-bar .nav-secondary.fixed {
    top: 92px;
  }
}
.nav-secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.nav-secondary ul li {
  display: inline-block;
  height: 55px;
  overflow: hidden;
}
@media screen and (max-width: 36em) {
  .nav-secondary ul li {
    width: 45%;
  }
}
.nav-secondary ul li:first-child a:hover, .nav-secondary ul li:first-child a:focus {
  background: url(icons/dist/svg/icons_sketch-hanger.svg) no-repeat center top;
  background-size: 60px;
}
.nav-secondary ul li:nth-child(2) a:hover, .nav-secondary ul li:nth-child(2) a:focus {
  background: url(icons/dist/svg/icons_sketch-brush.svg) no-repeat center top;
  background-size: 60px;
}
.nav-secondary ul li:nth-child(3) a:hover, .nav-secondary ul li:nth-child(3) a:focus {
  background: url(icons/dist/svg/icons_sketch-fork.svg) no-repeat center top;
  background-size: 60px;
}
.nav-secondary ul li:nth-child(4) a:hover, .nav-secondary ul li:nth-child(4) a:focus {
  background: url(icons/dist/svg/icons_sketch-thought.svg) no-repeat center top;
  background-size: 60px;
}
.nav-secondary a {
  display: inline-block;
  margin: 0 .75em;
  padding: 1.25rem 0.9375rem;
  color: inherit;
  text-decoration: none;
}
.nav-secondary a:hover, .nav-secondary a:focus {
  padding-top: 10rem;
}
@media screen and (min-width: 30rem) {
  .nav-secondary a {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.nav-secondary li:nth-child(5) {
  display: none;
}
@media screen and (min-width: 67rem) {
  .nav-secondary li:nth-child(5) {
    display: inline-block;
  }
}
.nav-secondary a[title="archive"]:hover, .nav-secondary a[title="archive"]:focus {
  padding-top: 1.25rem;
}
@media screen and (min-width: 46.5rem) {
  .nav-secondary a[title="archive"] {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #d8d1c9;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text, label span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, label span:hover, .screen-reader-text:active, label span:active, .screen-reader-text:focus, label span:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #4e4d4f;
  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. */
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:after, .page .main-navigation:after, .site-content:after, .content-area:after, .comment-list .comment:after, .site-header:after, .site-footer:after, .post-footer:after {
  content: "";
  display: table;
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  text-align: center;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

.widget-anne,
.null-instagram-feed {
  margin-top: 3rem;
  font-family: "Brandon Grotesque", "Open Sans", sans-serif;
  text-align: center;
  background: url(icons/dist/svg/icons_red-wide-hr.svg) no-repeat center 30px;
}
.widget-anne .widget-link,
.widget-anne .null-instagram-feed a,
.null-instagram-feed .widget-link,
.null-instagram-feed .null-instagram-feed a {
  text-decoration: none;
  color: inherit;
}
.widget-anne .widget-title,
.null-instagram-feed .widget-title {
  height: 0;
  padding-bottom: 25px;
  margin-bottom: 2rem;
  font-size: 1px;
  overflow: hidden;
}
.widget-anne .widget-text,
.null-instagram-feed .widget-text {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px;
  font-size: 0.75rem;
}
.widget-anne .text-em,
.null-instagram-feed .text-em {
  text-transform: lowercase;
  font-family: "old-standard", "Times New Roman", serif;
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
  color: #ff533f;
}

.widget-book .widget-title {
  background: url(icons/dist/svg/icons_title-book.svg) no-repeat top center;
}

.null-instagram-feed .widget-title {
  background: url(icons/dist/svg/icons_title-insta.svg) no-repeat top center;
}

.null-instagram-feed .instagram-pics {
  max-width: 225px;
  list-style: none;
  margin: 0 auto .5em;
  padding: 0;
}

.null-instagram-feed .clear {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px;
  font-size: 0.75rem;
}
.null-instagram-feed .clear > a {
  text-decoration: none;
  color: inherit;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Main content layout
--------------------------------------------------------------*/
.site {
  border-right: 1px solid #d8d1c9;
  overflow: hidden;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
}
.site.toggled {
  -webkit-transform: translateX(calc(-100vw + 60px));
  -ms-transform: translateX(calc(-100vw + 60px));
  transform: translateX(calc(-100vw + 60px));
  overflow: visible;
}
@media screen and (min-width: 460px) {
  .site.toggled {
    -webkit-transform: translateX(calc(-400px));
    -ms-transform: translateX(calc(-400px));
    transform: translateX(calc(-400px));
  }
}

.site-content {
  position: relative;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media screen and (min-width: 100rem) {
  .site-content {
    width: 100rem;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.content-area {
  max-width: 75.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 67rem) {
  .single .content-area, .archive .content-area {
    margin-top: 150px;
  }
  .admin-bar.single .content-area, .admin-bar.archive .content-area {
    margin-top: 182px;
  }
  .search .content-area {
    margin-top: 89px;
  }
  .admin-bar.search .content-area {
    margin-top: 121px;
  }
}

.site-main {
  width: 46.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 67rem) {
  .site-main {
    float: left;
    margin: 0 5.125rem;
  }
}

@media screen and (min-width: 67rem) {
  .site-asides {
    overflow: hidden;
    width: 18.75rem;
  }
}

/*--------------------------------------------------------------
## 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,
.post-content,
.post-summary {
  margin: 1.5em 0 0;
}

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

.page .content-area {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.page .site-main {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.page-title {
  text-align: center;
}

.page-template-template-about .site-main {
  width: 60rem;
}
.page-template-template-about .polaroid {
  text-align: center;
}
@media screen and (min-width: 46.5rem) {
  .page-template-template-about .polaroid {
    float: left;
    width: 35%;
    margin: 2em 5%;
  }
}
.page-template-template-about .polaroid img {
  vertical-align: bottom;
  border: 15px solid #f6f5f3;
  box-shadow: -3px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.page-template-template-about .hentry {
  max-width: 46.5rem;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-about .hentry:after {
  content: '';
  display: block;
  width: 125px;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./icons/dist/svg/icons_sketch-pencil.svg);
}
@media screen and (min-width: 46.5rem) {
  .page-template-template-about .polaroid ~ .hentry {
    float: right;
    width: 45%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.page-template-template-about .post-title {
  clear: none;
  margin-top: 2em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .post-title,
.archive .format-aside .post-title {
  display: none;
}

/*--------------------------------------------------------------
## 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,
.post-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%;
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Comments List */
.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comment-list .comment {
  clear: both;
  padding: 0.9375rem;
}
.comment-list .comment-meta,
.comment-list .reply {
  width: 25%;
  max-width: 200px;
  float: left;
  padding: 1.25rem;
}
.comment-list .reply {
  padding-top: 0;
}
.comment-list .comment-content {
  width: 75%;
  float: right;
  border-left: 2px solid #f6f5f3;
  padding: 1.25rem;
}
.comment-list .even {
  background-color: #f6f5f3;
}
.comment-list .even .comment-content {
  border-left-color: #fff;
}

.site-header {
  position: relative;
  padding: 0 0.625rem;
  background-color: #f6f5f3;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 67rem) {
  .site-header {
    background-color: #fff;
    margin-bottom: .5rem;
    border-bottom: none;
  }
  .site-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #f6f5f3;
    box-shadow: 0px 1px 2px rgba(216, 209, 201, 0.5);
    z-index: 100;
  }
  /*.site-header.fixed .header-ad-space {
    display: none;
  }*/
  .admin-bar .site-header.fixed {
    top: 32px;
  }
  .site-header.fixed .search-form .search-field:focus {
    background-color: #fff;
  }
}
.site-header .search-form .search-field {
  box-sizing: border-box;
  padding-left: 45px;
  border-color: #d8d1c9;
  border-radius: 0;
  background-color: transparent;
  font-family: "Brandon Grotesque", "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
}
.site-header .search-form .search-field:focus {
  outline: none;
}
.site-header .search-form .search-submit {
  display: none;
}
.site-header .search-form label {
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
}
.site-header .search-form label:after {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 0px;
  width: 35px;
  height: 35px;
  background-image: url(icons/dist/svg/icon_search-dark.svg);
}
@media screen and (max-width: 67rem) {
  .site-header .search-form {
    padding: 1rem;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .site-header .search-form .search-field {
    position: relative;
    width: 100%;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    background-color: #fff;
  }
}
@media screen and (min-width: 67rem) {
  .site-header .search-form {
    float: right;
    margin-top: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #d8d1c9;
  }
  .site-header .search-form label:after {
    top: -3px;
    background-image: url(icons/dist/svg/icon_search-dim.svg);
  }
  .site-header .search-form .search-field {
    width: 40px;
    margin-bottom: 0;
    border: none;
    transition: all 300ms ease-out;
  }
  .site-header .search-form .search-field:focus {
    width: 200px;
    background-color: #f6f5f3;
    box-shadow: inset 1px 1px #d8d1c9;
  }
}

@media screen and (min-width: 67rem) {
  .page .site-header {
    margin-top: 1em;
  }
}

.site-branding {
  max-width: 100rem;
  height: 4.126rem;
  padding-top: 4px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 67rem) {
  .site-branding {
    margin-bottom: -50px;
  }
  .fixed .site-branding {
    margin-bottom: -65px;
  }
}

.site-title {
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
  width: 325px;
  height: 80px;
}
.site-title a {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 75px;
  text-size: 1px;
  background: url(icons/dist/svg/sagelogo.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 67rem) {
  .site-title {
    margin-left: 2rem;
    width: 325px;
    height: 130px;
  }
  .site-title a {
    padding-top: 130px;
  }
  .fixed .site-title {
    height: 80px;
  }
  .fixed .site-title a {
    padding-top: 75px;
  }
}

/*.header-ad-space {
  display: none;
}*/
@media screen and (min-width: 67rem) {
  .header-ad-space {
    display: block;
    max-width: 100%;
    margin-bottom: 1em;
    padding-top: .5em;
    padding-bottom: 1.5em;
    background-color: #f6f5f3;
  }
  .header-ad-space .widget_text {
    margin-bottom: 0;
  }
}

.site-footer {
  width: 100%;
  margin-top: 100px;
  padding: 1.25rem;
  background-color: #f6f5f3;
  font-family: "Brandon Grotesque", "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.site-footer.fixed {
  position: absolute;
  bottom: 0;
}
.page-id-9873 .site-footer.fixed { position: relative; }

.site-info {
  position: relative;
  max-width: 75.5rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-heading {
  position: absolute;
  top: -100px;
  left: 0;
  height: 110px;
  width: 100%;
  background: url(icons/dist/svg/icons_signature-wide.svg) no-repeat;
  background-size: 845px;
}

.footer-widgets {
  padding-top: 2rem;
}
@media screen and (max-width: 67rem) {
  .footer-widgets .widget {
    text-align: center;
  }
}
@media screen and (min-width: 67rem) {
  .footer-widgets .widget {
    float: left;
    height: 85px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: url(icons/dist/svg/icon_pipe-red.svg) no-repeat left top;
  }
  .footer-widgets .widget:first-child {
    width: 30%;
    background: none;
  }
  .footer-widgets .widget:nth-child(2n) {
    width: 40%;
    padding-left: .5em;
    text-align: center;
  }
  .footer-widgets .widget:nth-child(3n) {
    padding-left: 3em;
    width: 30%;
  }
}

.form-subscribe label {
  padding-right: .5em;
  font-size: 0.8125em;
}
.form-subscribe input {
  width: calc(100% - 130px);
  max-width: 300px;
  border-top: 1px solid #d8d1c9;
  border-left: 1px solid #d8d1c9;
  border-right: 0;
  border-bottom: 0;
  font-family: "Brandon Grotesque", "Open Sans", sans-serif;
  font-size: 0.8125em;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.form-subscribe .subscribe-submit {
  display: none;
}

.footer-list {
  list-style: none;
  margin: 0;
  font-weight: 200;
}
.footer-list li {
  display: inline;
  padding-left: 1.5em;
  padding-right: 1.75em;
  border-right: 1px solid #d8d1c9;
  color: rgba(78, 77, 79, 0.6);
}
.footer-list li:last-child {
  border-right: none;
}
.footer-list li .footer-link,
.footer-list li .footer-link:hover,
.footer-list li .footer-link:focus,
.footer-list li .footer-link:visited {
  color: inherit;
  text-decoration: none;
}

.footer-widgets .genericon,
.footer-widgets .genericon:hover,
.footer-widgets .genericon:focus,
.footer-widgets .genericon:visited {
  margin-top: .125em;
  padding-right: 1em;
  font-size: 1.25em;
  color: #d8d1c9;
}

.post {
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 2.5rem;
}
.single .post {
  padding-bottom: 0;
  margin-bottom: 0;
}

.post-category {
  position: relative;
  overflow: hidden;
  height: 0px;
  width: 135px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  padding-top: 45px;
  font-size: 1px;
}
.post-category:after {
  content: '';
  position: absolute;
  display: block;
  height: 10px;
  width: 100%;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background-image: url(icons/dist/svg/icons_red-bar-hz-long.svg);
}
.category-dream .post-category {
  background: url(icons/dist/svg/icons_slug-dream.svg) no-repeat top center;
  background-size: 80px 35px;
}
.category-dress .post-category {
  background: url(icons/dist/svg/icons_slug-dress.svg) no-repeat top center;
  background-size: 70px 35px;
}
.category-dine .post-category {
  background: url(icons/dist/svg/icons_slug-dine.svg) no-repeat top center;
  background-size: 70px 35px;
}
.category-decorate .post-category {
  background: url(icons/dist/svg/icons_slug-decorate.svg) no-repeat top center;
  background-size: 88px 35px;
}

.post-content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.archive .post-content > p:first-child:first-letter,
.home .post-content > p:first-child:first-letter,
.single .post-content > p:first-child:first-letter {
  float: left;
  padding-top: 3px;
  padding-right: 4px;
  padding-left: 0px;
  font-family: "Brandon Grotesque", "Open Sans", sans-serif;
  font-size: 3.2em;
  line-height: 1;
  color: #ff533f;
}

.post-date {
  display: none;
}
@media screen and (min-width: 47em) {
  .post-date {
    display: block;
    position: absolute;
    top: 0;
    left: -5em;
    width: 3em;
  }
  .post-date .post-month,
  .post-date .post-day {
    display: block;
  }
  .post-date .post-month {
    font-family: "Brandon Grotesque", "Open Sans", sans-serif;
    font-size: 10px;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: .2em;
  }
  .post-date .post-day {
    margin: .25em .125em;
    font-size: 28px;
    font-size: 1.75rem;
    color: #ff533f;
    border-top: 1px solid #d8d1c9;
  }
}

/**
 * potential date fix when no image exists
*/
/* .post:not(.has-post-thumbnail) .post-date {
	top: 4em;
}
 */
.post-footer {
  margin-top: 1.25rem;
  padding: 0.625rem 1.25rem;
  border-top: 1px solid #d8d1c9;
  border-bottom: 1px solid #d8d1c9;
  font-family: "Brandon Grotesque", "Open Sans", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.post-footer a {
  color: inherit;
  text-decoration: none;
}
.post-footer a:hover, .post-footer a:focus {
  text-decoration: underline;
}

.post-footer .comments-link {
  position: relative;
  display: block;
  margin-top: .5em;
  margin-bottom: 1em;
  line-height: 1.2;
}
.post-footer .comments-link a {
  padding-left: 40px;
  padding-right: 12px;
  background: url(icons/dist/svg/icons_comment.svg) no-repeat left -12px;
  background-size: 40px;
}
@media screen and (min-width: 500px) {
  .post-footer .comments-link {
    display: inline-block;
    max-width: 35%;
    height: 34px;
    /* match sharedaddy */
    padding-top: 11px;
    padding-right: 2em;
    text-align: right;
  }
  .post-footer .comments-link:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    border-right: 1px solid #ff533f;
  }
}

.post-footer div.sharedaddy {
  clear: none !important;
  /* just this once */
}
@media screen and (min-width: 500px) {
  .post-footer div.sharedaddy {
    display: inline-block;
    max-width: 65%;
    padding-left: 2em;
  }
}
.post-footer div.sharedaddy h3.sd-title {
  display: none;
}
@media screen and (min-width: 46.5rem) {
  .post-footer div.sharedaddy h3.sd-title {
    display: inline;
    margin-right: 1em;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: normal;
  }
  .post-footer div.sharedaddy h3.sd-title:before {
    display: none;
  }
}
.post-footer div.sharedaddy .sd-content,
.post-footer div.sharedaddy .sd-content ul {
  display: inline;
}

.post-footer .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
  background-color: transparent !important;
}

.post-footer .sd-social-icon .sd-content ul li[class*='share-'].share-email a.sd-button,
.post-footer .sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button,
.post-footer .sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button,
.post-footer .sd-social-icon .sd-content ul li[class*='share-'].share-googleplus a.sd-button,
.post-footer .sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button,
.post-footer .sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
  color: #d8d1c9 !important;
}
.post-footer .sd-social-icon .sd-content ul li[class*='share-'].share-email a.sd-button:hover, .post-footer .sd-social-icon .sd-content ul li[class*='share-'].share-email a.sd-button:focus,
.post-footer .sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button:hover,
.post-footer .sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button:focus,
.post-footer .sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button:hover,
.post-footer .sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button:focus,
.post-footer .sd-social-icon .sd-content ul li[class*='share-'].share-googleplus a.sd-button:hover,
.post-footer .sd-social-icon .sd-content ul li[class*='share-'].share-googleplus a.sd-button:focus,
.post-footer .sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button:hover,
.post-footer .sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button:focus,
.post-footer .sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button:hover,
.post-footer .sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button:focus {
  color: #6d5f4f !important;
}

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

.post-header .attachment-post-thumbnail {
  margin-bottom: 2em;
}

.post-title {
  margin: 0 0 1.533em;
  font-size: 21.328px;
  font-size: 1.333rem;
  line-height: 1.333;
}
@media screen and (min-width: 75.5rem) {
  .post-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.533;
  }
}

.post-read-more {
  clear: both;
  text-align: center;
}

.post-read-more-link,
.post-read-more-link:hover,
.post-read-more-link:focus,
.post-read-more-link:visited {
  color: #4e4e50;
  font-family: "Brandon Grotesque", "Open Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .1em;
  outline: none;
}
.post-read-more-link em,
.post-read-more-link:hover em,
.post-read-more-link:focus em,
.post-read-more-link:visited em {
  color: #ff533f;
  font-family: "old-standard", "Times New Roman", serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: normal;
}
.post-read-more-link::after,
.post-read-more-link:hover::after,
.post-read-more-link:focus::after,
.post-read-more-link:visited::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  background: url(icons/dist/svg/icons_arrow-sketch.svg) no-repeat 0 0;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
}
.expanded .post-read-more-link::after, .expanded
.post-read-more-link:hover::after, .expanded
.post-read-more-link:focus::after, .expanded
.post-read-more-link:visited::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.post-title a {
  text-decoration: none;
  color: #4e4e50;
}
.post-title a:hover, .post-title a:focus {
  color: #ff533f;
}

.popular-posts {
  max-width: 300px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  border: 14px solid #f6f5f3;
  text-align: center;
}
@media screen and (min-width: 67rem) {
  .popular-posts {
    margin-left: 0;
    margin-right: 0;
  }
}
.popular-posts .widget-title {
  position: relative;
  display: inline-block;
  padding-top: .75rem;
  margin-bottom: 1.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 200;
  border-top: 1px solid #d8d1c9;
}
.popular-posts .widget-title:after {
  content: "***";
  position: absolute;
  top: -.666em;
  left: calc(50% - 1.333em);
  height: 1em;
  padding-left: .5em;
  padding-right: .25em;
  color: #ff533f;
  font-family: serif;
  text-align: center;
  background-color: #fff;
}
.popular-posts .wpp-post:not(:last-child) {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #d8d1c9;
}
.popular-posts .wpp-body {
  position: relative;
  padding-top: 1.5rem;
}
.popular-posts .wpp-date {
  position: absolute;
  top: -2.75rem;
  left: 1.5rem;
  width: 3.5rem;
  padding: .25rem .5rem 0;
  background-color: #fff;
}
.popular-posts .wpp-date .month,
.popular-posts .wpp-date .day {
  display: block;
}
.popular-posts .wpp-date .month {
  font-family: "Brandon Grotesque", "Open Sans", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.popular-posts .wpp-date .day {
  margin: .25em .125em 0;
  font-size: 24px;
  font-size: 1.5rem;
  color: #ff533f;
  border-top: 1px solid #d8d1c9;
}
.popular-posts .wpp-thumbnail {
  float: none;
  width: 100%;
  height: auto;
}
.popular-posts .wpp-title {
  margin-bottom: 1rem;
  font-family: "Brandon Grotesque", "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.popular-posts .wpp-title > a {
  color: inherit;
  text-decoration: none;
}

/* Slider */
.bx-wrapper {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}
.bx-wrapper .bx-controls {
  position: absolute;
  top: 45%;
  width: 100%;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  position: absolute;
  text-decoration: none;
  display: inline-block;
  width: 2em;
  height: 2em;
  font-size: 22px;
  text-align: center;
  background-color: #fff;
  border: 4px solid #ff533f;
  color: #D9D3CD;
}
.bx-wrapper .bx-prev {
  left: -1em;
}
.bx-wrapper .bx-next {
  right: -1em;
}

.bxslider {
  margin: 0;
}
.bxslider .slide {
  position: relative;
  overflow: hidden;
}
.bxslider .slide-text {
  display: none;
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  padding: 2em 2.5em;
  background-color: rgba(255, 255, 255, 0.85);
  color: inherit;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 300ms ease-out;
}
@media screen and (min-width: 67rem) {
  .bxslider .slide-text {
    top: 100%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}
@media screen and (min-width: 67rem) {
  .bxslider .slide:hover .slide-text,
  .bxslider .slide:focus .slide-text {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.bxslider .is-active .slide-text {
  display: block;
}
.bxslider .post-category {
  margin-bottom: .25em;
}
.bxslider .post-title {
  height: 3em;
  font-size: .75em;
}
@media screen and (min-width: 67rem) {
  .bxslider .post-title {
    font-size: .85em;
  }
}
.bxslider .post-date {
  top: 1em;
  left: 1em;
  width: 2.5em;
}
.bxslider .post-date .post-day {
  font-size: 1em;
  margin-top: .125em;
}
.bxslider .post-excerpt {
  display: none;
}
@media screen and (min-width: 500px) {
  .bxslider .post-excerpt {
    display: block;
  }
}
.bxslider .post-read-more-link {
  display: none;
}
@media screen and (min-width: 67rem) {
  .bxslider .post-read-more-link {
    display: block;
  }
  .bxslider .post-read-more-link::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.bx-pager {
  display: none;
}

/*# sourceMappingURL=style.css.map */

/* A+A Edit */

.blog .site-main,
.category .site-main,
.single .site-main {
    width: 70%;
}

.blog .site-asides,
.category .site-asides,
.single .site-asides {
	display: none;
}

@media screen and (min-width: 67rem) {
  .blog .site-main,
  .category .site-main,
  .single .site-main {
    float: left;
	margin: 0;
    padding: 0 5.125rem;
  }
}

@media screen and (min-width: 67rem) {
  .blog .site-asides,
  .category .site-asides,
  .single .site-asides {
    display: block;
    overflow: hidden;
    width: 30%;
    padding: 0 5.125rem 0 0;
  }
}

.page-id-9873 .site-main {
    width: 100%;
    max-width: 800px;
}


.category .site-main {
	width: 100%;
	margin: 0 !important;
	float: none;
}

.category .category-flex {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.category .post {
    flex-basis: 30%;
    padding: 0 20px;
}

@media screen and (max-width:960px) {
	.category .post {
   		flex-basis: 50%;
	}
}

@media screen and (max-width:740px) {
	.category .post {
   		flex-basis: 100%;
	}
}

.category .post-date,
.category .post-content, 
.category .post-read-more,
.category .post-footer,
.category .post-category {
	display: none;
}

.category .post-title {
	font-size: 1.1rem;
}

.category .post-header .attachment-post-thumbnail {
	margin-bottom: .5em;
}

.category .site-asides {
	display: none;
}
