/*
Theme Name: TextBook
Theme URI: http://components.underscores.me/
Author: Automattic
Author URI: https://automattic.com
Description: TextBook is a theme for colleges, schools and organizations focused on education.
Version: 1.0.1-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: textbook
Tags: accessibility-ready, blog, breadcrumb-navigation, business, clean, contemporary, custom-colors, custom-header, custom-menu, dark, education, featured-content-with-pages, featured-images, fluid-layout, formal, full-width-template, geometry, infinite-scroll, journal, lifestream, light, magazine, minimal, modern, news, one-column, post-slider, professional, responsive-layout, right-sidebar, rtl-language-support, school, simple, site-logo, social-menu, sticky-post, testimonials, theme-options, threaded-comments, three-columns, traditional, translation-ready, travel, two-columns, white

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.

TextBook is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.
TextBook 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
# Accessibility
# Alignments
# Clearings
# Typography
# Forms
# Buttons
# Formatting
# Lists
# Tables
# Navigation
# Links
# Layout
# Components
# Widgets
# Media
# JetPack
# Plugins

*---------------------------------------------------------------
# Mixins & Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: #222;
}

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #434343;
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.65;
}

@media screen and (min-width: 50em) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
    font-size: 1rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Playfair Display SC", "Times New Roman", Times, serif;
  letter-spacing: 0.15em;
  line-height: 1.25em;
  word-break: break-word;
}

p {
  margin: 0 0 1.65em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.5;
  font-style: normal;
  color: #222;
  margin: 0 0 0 1.5em;
}

@media screen and (min-width: 50em) {
  blockquote {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

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.8;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

blockquote, q {
  quotes: "" "";
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 0.333em;
  -moz-border-radius: 0.333em;
  border-radius: 0.333em;
  border: 1px solid #b23f33;
  background: #fff;
  color: #b23f33;
  font-weight: 600;
  line-height: 1;
  outline: none;
  padding: 0.825em 13.5px;
  -webkit-transition: color 0.125s ease-out, background 0.125s ease-out, border-color 0.125s ease-out;
  -moz-transition: color 0.125s ease-out, background 0.125s ease-out, border-color 0.125s ease-out;
  -o-transition: color 0.125s ease-out, background 0.125s ease-out, border-color 0.125s ease-out;
  transition: color 0.125s ease-out, background 0.125s ease-out, border-color 0.125s ease-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #222;
  border: 1px solid #222;
  color: #FFF;
  font-weight: 600;
  line-height: 1;
  outline: none;
}

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

.avatar {
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 10%;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 27px;
  padding: 0;
}

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

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

table th,
table td {
  padding: .5em;
  text-align: left;
}

.entry-content table {
  border-collapse: collapse;
}

.entry-content table tbody tr:nth-child(odd) {
  background: #FFF;
}

.entry-content table tbody {
  background: #FFF;
  border: 1px solid #b23f33;
  -webkit-border-bottom-left-radius: 0.5em;
  -moz-border-bottom-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
  -moz-border-bottom-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  overflow: hidden;
}

.entry-content table tbody tr:nth-child(even) {
  background: #f0eeec;
}

.entry-content table th,
.entry-content table td {
  border: 1px solid #b23f33;
}

.entry-content table thead tr {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.2375em;
  text-transform: uppercase;
  background: #222;
  color: #FFF;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* Small menu. */
.menu-toggle {
  display: block;
  float: right;
  margin-right: 5px;
  margin-bottom: 1.65em;
}

.menu-toggle.toggled-on {
  background: #b23f33;
  border-color: #b23f33;
  color: #FFF;
}

.main-navigation {
  clear: both;
  display: block;
  position: absolute;
  top: 1.65em;
  right: 10px;
  width: auto;
  z-index: 3;
}

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

.main-navigation > div {
  display: none;
}

.main-navigation > div.toggled-on {
  display: block;
}

.main-navigation > div > ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  background: #FFF;
  border: 1px solid #b23f33;
  -webkit-border-top-left-radius: 0.5em;
  -moz-border-top-left-radius: 0.5em;
  border-top-left-radius: 0.5em;
  -webkit-border-top-right-radius: 0.5em;
  -moz-border-top-right-radius: 0.5em;
  border-top-right-radius: 0.5em;
  overflow: hidden;
  overflow: inherit;
}

.main-navigation > div > ul li {
  position: relative;
  position: relative;
}

.main-navigation > div > ul li:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #b23f33;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
}

.main-navigation > div > ul li:hover span {
  color: #AAAAAA;
}

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

.main-navigation .sub-menu,
.main-navigation .children {
  position: relative;
  display: none;
}

.main-navigation .sub-menu:before,
.main-navigation .children:before {
  content: "";
  position: absolute;
  border-top: 1px solid #b23f33;
  height: 0;
  top: 0;
  left: 0;
  width: 100%;
}

.main-navigation .sub-menu a:before,
.main-navigation .children a:before {
  content: "\26AC\00a0\00a0";
  color: #AAAAAA;
  display: inline-block;
  font-weight: 100;
}

.main-navigation .sub-menu:before,
.main-navigation .children:before {
  top: -1px;
}

.main-navigation .sub-menu.toggled-on,
.main-navigation .children.toggled-on {
  display: block;
}

.main-navigation .sub-menu ul,
.main-navigation .children ul {
  position: relative;
}

.main-navigation .sub-menu ul:before,
.main-navigation .children ul:before {
  content: "";
  position: absolute;
  border-top: 1px solid #cfccc7;
  height: 0;
  top: 0;
  left: 0;
  width: 100%;
}

.main-navigation .sub-menu ul:before,
.main-navigation .children ul:before {
  top: -1px;
}

.main-navigation .sub-menu li,
.main-navigation .children li {
  position: relative;
  position: relative;
}

.main-navigation .sub-menu li:before,
.main-navigation .children li:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #cfccc7;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
}

.main-navigation .sub-menu li.menu-item-has-children ul a, .main-navigation .sub-menu li.page_item_has_children ul a,
.main-navigation .children li.menu-item-has-children ul a,
.main-navigation .children li.page_item_has_children ul a {
  padding-left: 40.5px;
}

.main-navigation a {
  display: block;
  font-weight: 600;
  height: 100%;
  line-height: 1.1875em;
  padding: 20.25px;
  word-break: break-word;
}

.main-navigation a span {
  display: none;
}

.main-navigation .menu-item-has-children > a,
.main-navigation .page_item_has_children > a {
  padding: 20.25px 55px 20.25px 20.25px;
}

.main-navigation .dropdown-toggle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: transparent;
  border: 2px solid #AAAAAA;
  color: #AAAAAA;
  display: inline-block;
  fill: currentColor;
  height: 32px;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 12px;
  width: 32px;
  z-index: 2;
}

.main-navigation .dropdown-toggle svg {
  height: 20px;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 20px;
}

.main-navigation .dropdown-toggle.toggled-on {
  color: #FFF;
  background-color: #b23f33;
  border-color: #b23f33;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.main-navigation.toggled-on {
  width: calc(100% - 20px);
}

.main-navigation.toggled-on > div > ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 50em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    min-height: 55px;
    margin-bottom: 3.3em;
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
    z-index: 5;
  }
  .main-navigation > div {
    display: block;
    position: relative;
    z-index: 2;
  }
  .main-navigation > div.hide {
    z-index: 1;
  }
  .main-navigation > div.hide ul {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    z-index: 0;
  }
  .main-navigation a {
    position: relative;
    z-index: 3;
  }
  .main-navigation a:hover {
    color: #FFF;
  }
  .main-navigation a:hover span {
    color: #AAAAAA;
  }
  .main-navigation a span {
    color: #434343;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.65;
    margin-top: 3px;
  }
  .main-navigation .menu-item-has-children a,
  .main-navigation .page_item_has_children a {
    padding: 20px 35px 26px 20px;
  }
  .main-navigation .menu-item-has-children > ul li a,
  .main-navigation .page_item_has_children > ul li a {
    padding-bottom: 20px;
  }
  .main-navigation > div > ul,
  .main-navigation.toggled-on > div > ul {
    background: #FFF;
    border: 1px solid #b23f33;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    overflow: hidden;
    align-content: stretch;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 9999px;
    opacity: 1;
    overflow: visible;
    -webkit-transition: all 0.125s ease-out;
    -moz-transition: all 0.125s ease-out;
    -o-transition: all 0.125s ease-out;
    transition: all 0.125s ease-out;
  }
  .main-navigation > div > ul > li,
  .main-navigation.toggled-on > div > ul > li {
    margin: -1px -1px 0;
    width: calc(20% + 2px);
  }
  .main-navigation > div > ul > li:before,
  .main-navigation.toggled-on > div > ul > li:before {
    position: relative;
  }
  .main-navigation > div > ul > li:before:before,
  .main-navigation.toggled-on > div > ul > li:before:before {
    content: "";
    position: absolute;
    border: none;
  }
  .main-navigation > div > ul > li:hover,
  .main-navigation.toggled-on > div > ul > li:hover {
    background: #222;
  }
  .main-navigation > div > ul > li:hover a,
  .main-navigation.toggled-on > div > ul > li:hover a {
    color: #AAAAAA;
  }
  .main-navigation > div > ul > li:hover a:hover,
  .main-navigation.toggled-on > div > ul > li:hover a:hover {
    color: #FFF;
  }
  .main-navigation > div > ul > li:hover .sub-menu,
  .main-navigation > div > ul > li:hover .children,
  .main-navigation.toggled-on > div > ul > li:hover .sub-menu,
  .main-navigation.toggled-on > div > ul > li:hover .children {
    display: block;
  }
  .main-navigation .sub-menu,
  .main-navigation .children {
    background: #222;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.33);
    float: left;
    position: absolute;
    top: calc(100% - 10px);
    left: -999em;
    width: 300px;
    z-index: 99999;
  }
  .main-navigation .sub-menu ul,
  .main-navigation .children ul {
    position: absolute;
    left: -999em;
    top: 0;
  }
  .main-navigation .sub-menu ul:before,
  .main-navigation .children ul:before {
    border-color: #b23f33;
  }
  .main-navigation .sub-menu a:before,
  .main-navigation .children a:before {
    content: "";
    display: none;
  }
  .main-navigation .sub-menu li a,
  .main-navigation .children li a {
    color: #FFF;
  }
  .main-navigation .sub-menu li:before,
  .main-navigation .children li:before {
    border-color: #b23f33;
  }
  .main-navigation .sub-menu li:hover > ul,
  .main-navigation .sub-menu li .focus > ul,
  .main-navigation .children li:hover > ul,
  .main-navigation .children li .focus > ul {
    left: 100%;
  }
  .main-navigation .sub-menu li:hover > a,
  .main-navigation .sub-menu li .focus > a,
  .main-navigation .sub-menu li.menu-item-has-children li a:hover,
  .main-navigation .sub-menu li.page_item_has_children li a:hover,
  .main-navigation .children li:hover > a,
  .main-navigation .children li .focus > a,
  .main-navigation .children li.menu-item-has-children li a:hover,
  .main-navigation .children li.page_item_has_children li a:hover {
    color: #AAAAAA;
  }
  .main-navigation .sub-menu li.menu-item-has-children:hover ul li, .main-navigation .sub-menu li.page_item_has_children:hover ul li,
  .main-navigation .children li.menu-item-has-children:hover ul li,
  .main-navigation .children li.page_item_has_children:hover ul li {
    background: #2A2A2A;
  }
  .main-navigation .sub-menu li.menu-item-has-children:hover ul a, .main-navigation .sub-menu li.page_item_has_children:hover ul a,
  .main-navigation .children li.menu-item-has-children:hover ul a,
  .main-navigation .children li.page_item_has_children:hover ul a {
    padding-left: 20.25px;
  }
  .main-navigation .sub-menu li.menu-item-has-children:hover ul a:active, .main-navigation .sub-menu li.menu-item-has-children:hover ul a:hover, .main-navigation .sub-menu li.page_item_has_children:hover ul a:active, .main-navigation .sub-menu li.page_item_has_children:hover ul a:hover,
  .main-navigation .children li.menu-item-has-children:hover ul a:active,
  .main-navigation .children li.menu-item-has-children:hover ul a:hover,
  .main-navigation .children li.page_item_has_children:hover ul a:active,
  .main-navigation .children li.page_item_has_children:hover ul a:hover {
    color: #FFF;
  }
  .main-navigation.add-seperators > div > ul > li {
    position: relative;
  }
  .main-navigation.add-seperators > div > ul > li:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #b23f33;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
  }
  .main-navigation.add-seperators > div > ul > li:before {
    bottom: 0;
  }
  .main-navigation.add-seperators > div > ul > li:nth-child(5n):nth-last-child(-n+6) ~ li:before, .main-navigation.add-seperators > div > ul > li:last-child:nth-child(-n+4):before {
    display: none;
  }
  .main-navigation.add-seperators > div > ul > li:nth-child(5n):nth-last-child(-n+6) ~ li:hover:before, .main-navigation.add-seperators > div > ul > li:last-child:nth-child(-n+4):hover:before {
    border-color: #222;
    bottom: -1px;
    display: block;
  }
  .main-navigation .dropdown-toggle {
    height: 20px;
    padding: 0;
    right: 18px;
    top: 18px;
    width: 20px;
    z-index: 2;
  }
  .main-navigation .dropdown-toggle svg {
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
  }
  .main-navigation .dropdown-toggle.toggled-on {
    background-color: transparent;
    border-color: #AAAAAA;
    color: #AAAAAA;
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
  }
}

.footer-navigation {
  display: block;
  margin-bottom: 1.65em;
}

.footer-navigation > div > ul {
  list-style: none;
  margin: 0 0 0 -13.5px;
  padding-left: 0;
}

.footer-navigation li {
  display: inline-block;
}

.footer-navigation a {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.65em;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  line-height: 1.65em;
  padding: 0 13.5px;
  word-break: break-word;
}

.posts-navigation,
.post-navigation,
.comment-navigation {
  background: #FFF;
  border: 1px solid #b23f33;
  -webkit-border-bottom-left-radius: 0.5em;
  -moz-border-bottom-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
  -moz-border-bottom-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  overflow: hidden;
}

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

.posts-navigation .nav-links,
.post-navigation .nav-links,
.comment-navigation .nav-links {
  display: block;
}

.posts-navigation .nav-links a,
.post-navigation .nav-links a,
.comment-navigation .nav-links a {
  display: block;
  height: 100%;
}

.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-previous {
  position: relative;
  width: 100%;
  position: relative;
}

.posts-navigation .nav-previous:before,
.post-navigation .nav-previous:before,
.comment-navigation .nav-previous:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #b23f33;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
}

.posts-navigation .nav-previous:before,
.post-navigation .nav-previous:before,
.comment-navigation .nav-previous:before {
  bottom: -1px;
}

.posts-navigation .nav-next,
.post-navigation .nav-next,
.comment-navigation .nav-next {
  position: relative;
  width: 100%;
  position: relative;
}

.posts-navigation .nav-next:before,
.post-navigation .nav-next:before,
.comment-navigation .nav-next:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #b23f33;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
}

.posts-navigation .nav-next:before,
.post-navigation .nav-next:before,
.comment-navigation .nav-next:before {
  bottom: -1px;
}

.posts-navigation a,
.post-navigation a,
.comment-navigation a {
  display: block;
}

.posts-navigation a > *,
.post-navigation a > *,
.comment-navigation a > * {
  display: block;
  width: 100%;
}

.posts-navigation a .meta-nav,
.post-navigation a .meta-nav,
.comment-navigation a .meta-nav {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.65em;
  text-transform: uppercase;
  line-height: 2.475em;
  padding: 0 20.25px;
}

.posts-navigation a .meta-nav:before,
.post-navigation a .meta-nav:before,
.comment-navigation a .meta-nav:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #b23f33;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
}

.posts-navigation a .meta-title,
.post-navigation a .meta-title,
.comment-navigation a .meta-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: inherit;
  line-height: 1.125em;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.4125em 20.25px 1.65em;
  word-break: break-word;
}

.posts-navigation a:hover,
.post-navigation a:hover,
.comment-navigation a:hover {
  background: #222;
  color: #FFF;
}

.posts-navigation a:hover .meta-nav:before,
.post-navigation a:hover .meta-nav:before,
.comment-navigation a:hover .meta-nav:before {
  border-color: #FFF;
}

.posts-navigation.comment-navigation,
.post-navigation.comment-navigation,
.comment-navigation.comment-navigation {
  margin-bottom: 1.65em;
  width: 100%;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.site-main .posts-navigation.comment-navigation, .site-main
.post-navigation.comment-navigation, .site-main
.comment-navigation.comment-navigation {
  margin-bottom: -1px;
}

.posts-navigation.comment-navigation a,
.post-navigation.comment-navigation a,
.comment-navigation.comment-navigation a {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: inherit;
  line-height: 1.125em;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 20.25px;
  word-wrap: break-word;
}

.posts-navigation .nav-previous:hover .meta-nav,
.posts-navigation .nav-next:hover .meta-nav,
.post-navigation .nav-previous:hover .meta-nav,
.post-navigation .nav-next:hover .meta-nav,
.comment-navigation .nav-previous:hover .meta-nav,
.comment-navigation .nav-next:hover .meta-nav {
  border-color: #FFF;
}

@media screen and (min-width: 37.5em) {
  .site-main .posts-navigation, .site-main
  .post-navigation, .site-main
  .comment-navigation {
    margin: 0 0 1.65em;
    overflow: hidden;
  }
  .site-main .posts-navigation.comment-navigation, .site-main
  .post-navigation.comment-navigation, .site-main
  .comment-navigation.comment-navigation {
    margin-bottom: -1px;
  }
  .posts-navigation .nav-links,
  .post-navigation .nav-links,
  .comment-navigation .nav-links {
    display: flex;
    align-content: stretch;
  }
  .posts-navigation .nav-links a,
  .post-navigation .nav-links a,
  .comment-navigation .nav-links a {
    display: block;
    height: 100%;
  }
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous,
  .comment-navigation .nav-previous {
    flex: 1 1 50%;
    position: relative;
    position: relative;
  }
  .posts-navigation .nav-previous:before,
  .post-navigation .nav-previous:before,
  .comment-navigation .nav-previous:before {
    content: "";
    position: absolute;
    border-right: 1px solid #b23f33;
    height: 100%;
    top: 0;
    right: 0;
    left: inherit;
    width: 0;
  }
  .posts-navigation .nav-previous:before,
  .post-navigation .nav-previous:before,
  .comment-navigation .nav-previous:before {
    right: -1px;
  }
  .posts-navigation .nav-next,
  .post-navigation .nav-next,
  .comment-navigation .nav-next {
    flex: 1 1 50%;
    position: relative;
    position: relative;
  }
  .posts-navigation .nav-next:before,
  .post-navigation .nav-next:before,
  .comment-navigation .nav-next:before {
    content: "";
    position: absolute;
    border-left: 1px solid #b23f33;
    height: 100%;
    left: 0;
    top: 0;
    right: inherit;
    width: 0;
  }
  .posts-navigation a .meta-title,
  .post-navigation a .meta-title,
  .comment-navigation a .meta-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #b23f33;
  text-decoration: none;
  -webkit-transition: color 0.125s ease-out;
  -moz-transition: color 0.125s ease-out;
  -o-transition: color 0.125s ease-out;
  transition: color 0.125s ease-out;
}

a:visited {
  color: #b23f33;
}

a:hover, a:focus, a:active {
  color: #259275;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
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: #f0eeec;
  /* Fallback for when there is no custom background color defined. */
}

/* Fade in page after js loads */
.js body {
  opacity: 0;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.single .site-content,
.page .site-content {
  padding-top: 0;
}

@media screen and (min-width: 50em) {
  .content-area {
    float: left;
    margin: 0 -25% 0 0;
    width: 100%;
  }
  .site-main {
    margin: 0 calc(25% + 27px) 0 0;
  }
  .no-sidebar .site-main {
    margin: 0 10%;
  }
}

/*--------------------------------------------------------------
## Content Widget Area
--------------------------------------------------------------*/
.site-content #secondary .widget {
  position: relative;
  /* Set Color styles for every 3rd element's anchors */
}

.site-content #secondary .widget:before {
  content: "";
  position: absolute;
  border-top: 1px solid #cfccc7;
  height: 0;
  top: 0;
  left: 0;
  width: 100%;
}

.site-content #secondary .widget:nth-of-type(3n+1) a {
  color: #b23f33;
}

.site-content #secondary .widget:nth-of-type(3n+1) a:hover {
  color: #AAAAAA;
}

.site-content #secondary .widget:nth-of-type(3n+2) a {
  color: #259275;
}

.site-content #secondary .widget:nth-of-type(3n+2) a:hover {
  color: #AAAAAA;
}

.site-content #secondary .widget:nth-of-type(3n+3) a {
  color: #7c6c9E;
}

.site-content #secondary .widget:nth-of-type(3n+3) a:hover {
  color: #AAAAAA;
}

@media screen and (min-width: 50em) {
  .site-content #secondary {
    float: right;
    overflow: hidden;
    width: 25%;
  }
  .site-content #secondary .widget:first-child:before {
    display: none;
  }
}

/*--------------------------------------------------------------
## Responsive Layout Styles
--------------------------------------------------------------*/
@media screen and (max-width: 37.5em) {
  .header-wrap,
  .main-navigation,
  .site-content,
  .testimonials > *,
  .featured-content > *,
  .footer-widget-area .widget-area,
  .site-footer-wrap {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1.65em 10px;
  }
  .header-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-navigation {
    padding: 0 10px;
  }
}

@media screen and (min-width: 37.5em) {
  .header-wrap,
  .main-navigation,
  .site-content,
  .testimonials > *,
  .featured-content > *,
  .footer-widget-area .widget-area,
  .site-footer-wrap {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1.65em 16.2px;
  }
  .main-navigation {
    padding: 0 16.2px;
  }
}

@media screen and (min-width: 50em) {
  .header-wrap,
  .main-navigation,
  .site-content,
  .testimonials > *,
  .featured-content > *,
  .footer-widget-area .widget-area,
  .site-footer-wrap {
    max-width: 60em;
    padding: 1.65em 27px;
  }
  .main-navigation {
    padding: 0 27px;
  }
  .footer-widget-area .widget-area {
    padding: 3.3em 27px 1.65em;
  }
}

@media screen and (min-width: 60em) {
  .header-wrap,
  .main-navigation,
  .site-content,
  .testimonials > *,
  .featured-content > *,
  .footer-widget-area .widget-area,
  .site-footer-wrap {
    max-width: 75em;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
@media screen and (max-width: 50em) {
  .site-header {
    background: transparent !important;
  }
}

#masthead .site-header a {
  color: #222;
}

#masthead .site-header a:hover, #masthead .site-header a:active {
  color: #b23f33;
}

.site-header {
  position: relative;
  z-index: 4;
}

.header-wrap {
  position: relative;
  z-index: 2;
}

.site-logo-link {
  display: block;
  line-height: 0;
  width: 100px;
  margin-bottom: 1.65em;
}

.site-branding {
  padding-right: 70px;
}

.site-branding .site-title {
  font-family: "Playfair Display SC", "Times New Roman", Times, serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.175em;
  line-height: 1.125em;
  margin: 0 0 0.61875em;
}

.site-branding .site-description {
  font-size: 14.4px;
  font-size: 0.9rem;
  margin: 0 0 1.65em;
}

.site-branding a {
  display: inline-block;
}

.site-branding a:link, .site-branding a:visited {
  color: #222;
}

.site-branding a:hover, .site-branding a:active {
  color: #b23f33;
}

@media screen and (min-width: 50em) {
  .site-header {
    position: relative;
    z-index: inherit;
  }
  .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .site-logo-link {
    line-height: 0;
    margin-bottom: 0;
    width: 100px;
  }
  .site-branding {
    flex: 3 1 15%;
    padding: 0 27px;
  }
  .site-branding .site-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin: -5px 0 0;
  }
  .site-branding .site-description {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
# Header Search
--------------------------------------------------------------*/
.search-toggle {
  display: none;
  text-align: right;
}

.search-box-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: relative;
  width: 100%;
}

.toggled .search-box-wrapper {
  display: block;
}

.search-box {
  background: #FFF;
  border: 1px solid #222;
  border-color: #b23f33;
  margin: -2px 0 0;
  overflow: hidden;
  width: calc(100%);
  -webkit-border-bottom-left-radius: 0.5em;
  -moz-border-bottom-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
  -moz-border-bottom-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.search-box .search-submit {
  background: #b23f33;
  border: none;
  color: #FFF;
  float: left;
  line-height: 1.7;
  margin: 0;
  width: calc(25%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.search-box .search-field {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  border: none;
  color: #222;
  float: right;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  padding: 0.825em 13.5px;
  width: calc(75% - 27px);
}

@media screen and (min-width: 50em) {
  .search-toggle {
    display: inline-flex;
    height: 2em;
    line-height: 1;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: .075em;
    line-height: 1.65em;
    text-transform: uppercase;
  }
  .search-toggle a {
    color: #222;
    fill: currentColor;
    font-weight: 700;
    padding: 0 15px;
  }
  .search-toggle a:hover, .search-toggle a:active {
    color: #b23f33;
  }
  .search-toggle a svg {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
  }
  .main-navigation > .search-box-wrapper.toggled-on,
  .main-navigation .search-box-wrapper {
    left: 27px;
    max-width: 75em;
    position: absolute;
    top: 0;
    width: calc(100% - 54px);
    z-index: 1;
  }
  .main-navigation > .search-box-wrapper.toggled-on .search-box,
  .main-navigation .search-box-wrapper .search-box {
    border-width: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    width: 100%;
    z-index: 0;
    -webkit-transition: all 0.125s ease-out;
    -moz-transition: all 0.125s ease-out;
    -o-transition: all 0.125s ease-out;
    transition: all 0.125s ease-out;
  }
  .toggled .main-navigation > .search-box-wrapper.toggled-on, .toggled
  .main-navigation .search-box-wrapper {
    border-width: 0;
    z-index: 0;
  }
  .main-navigation > .search-box-wrapper.toggled-on.show,
  .main-navigation .search-box-wrapper.show {
    z-index: 3;
  }
  .main-navigation > .search-box-wrapper.toggled-on.show .search-box,
  .main-navigation .search-box-wrapper.show .search-box {
    border-width: 1px;
    height: 55px;
    opacity: 1;
    z-index: 2;
  }
  .toggled .main-navigation > .search-box-wrapper.toggled-on.show .search-box, .toggled
  .main-navigation .search-box-wrapper.show .search-box {
    height: 55px;
    opacity: 1;
    z-index: 2;
  }
  .search-box .search-submit {
    width: calc(12.5%);
  }
  .search-box .search-submit:hover {
    border: none;
    line-height: 1.7;
  }
  .search-box .search-field {
    width: calc(87.5% - 27px);
  }
}

/*--------------------------------------------------------------
# Header Image
--------------------------------------------------------------*/
@media screen and (min-width: 50em) {
  .header-image .site-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 87.5vh;
    margin-bottom: 0;
    display: block;
  }
  .header-image .site-header:before {
    content: "";
    background: white;
    background: -moz-linear-gradient(top, white 0%, rgba(240, 238, 236, 0) 87.5%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(50%, rgba(240, 238, 236, 0)));
    background: -webkit-linear-gradient(top, white 0%, rgba(240, 238, 236, 0) 87.5%);
    background: -o-linear-gradient(top, white 0%, rgba(240, 238, 236, 0) 87.5%);
    background: -ms-linear-gradient(top, white 0%, rgba(240, 238, 236, 0) 87.5%);
    background: linear-gradient(to bottom, white 0%, rgba(240, 238, 236, 0) 87.5%);
    display: inherit;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eeec', GradientType=0 );
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .single.header-image .site-header,
  .page.header-image .site-header,
  .archive.header-image .site-header,
  .search.header-image .site-header {
    min-height: inherit;
  }
  .single.header-image .site-header:before,
  .page.header-image .site-header:before,
  .archive.header-image .site-header:before,
  .search.header-image .site-header:before {
    content: "";
    background: white;
    background: -moz-linear-gradient(top, white 0%, rgba(240, 238, 236, 0.875) 87.5%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(50%, rgba(240, 238, 236, 0.875)));
    background: -webkit-linear-gradient(top, white 0%, rgba(240, 238, 236, 0.875) 87.5%);
    background: -o-linear-gradient(top, white 0%, rgba(240, 238, 236, 0.875) 87.5%);
    background: -ms-linear-gradient(top, white 0%, rgba(240, 238, 236, 0.875) 87.5%);
    background: linear-gradient(to bottom, white 0%, rgba(240, 238, 236, 0.875) 87.5%);
    display: inherit;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eeec', GradientType=0 );
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}

/*--------------------------------------------------------------
## Features
--------------------------------------------------------------*/
.featured-content {
  background: #222;
  color: #AAAAAA;
  display: block;
  position: relative;
  z-index: 3;
}

.featured-content p {
  margin: 0;
}

.featured-content-header-wrap {
  display: table;
  width: 100%;
}

.featured-content-header {
  width: 100%;
  margin: 0;
  padding: 0 16.2px;
}

.featured-content-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Playfair Display SC", "Times New Roman", Times, serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.2375em;
  color: #FFF;
  line-height: 1;
  margin: 0 0 0.825em;
}

.featured-content-description p {
  margin: 1.65em 0;
}

.featured-content-inner {
  width: 100%;
}

.featured-content-inner .hentry {
  margin-bottom: 1.65em;
  padding: 1.65em 20.25px;
  /* Set Color styles for every 3rd element's anchors */
}

.featured-content-inner .hentry:nth-of-type(3n+1) {
  position: relative;
}

.featured-content-inner .hentry:nth-of-type(3n+1):before {
  content: "";
  position: absolute;
  border-left: 1px solid #b23f33;
  height: 100%;
  left: 0;
  top: 0;
  right: inherit;
  width: 0;
}

.featured-content-inner .hentry:nth-of-type(3n+1) a {
  color: #b23f33;
}

.featured-content-inner .hentry:nth-of-type(3n+1) .post-thumbnail {
  background-color: #b23f33;
  border-color: #b23f33;
}

.featured-content-inner .hentry:nth-of-type(3n+2) {
  position: relative;
}

.featured-content-inner .hentry:nth-of-type(3n+2):before {
  content: "";
  position: absolute;
  border-left: 1px solid #259275;
  height: 100%;
  left: 0;
  top: 0;
  right: inherit;
  width: 0;
}

.featured-content-inner .hentry:nth-of-type(3n+2) a {
  color: #259275;
}

.featured-content-inner .hentry:nth-of-type(3n+2) .post-thumbnail {
  background-color: #259275;
  border-color: #259275;
}

.featured-content-inner .hentry:nth-of-type(3n+3) {
  position: relative;
}

.featured-content-inner .hentry:nth-of-type(3n+3):before {
  content: "";
  position: absolute;
  border-left: 1px solid #7c6c9E;
  height: 100%;
  left: 0;
  top: 0;
  right: inherit;
  width: 0;
}

.featured-content-inner .hentry:nth-of-type(3n+3) a {
  color: #7c6c9E;
}

.featured-content-inner .hentry:nth-of-type(3n+3) .post-thumbnail {
  background-color: #7c6c9E;
  border-color: #7c6c9E;
  margin-right: calc(-20.25px - 1px);
}

.featured-content-inner .hentry a:hover,
.featured-content-inner .hentry a:focus {
  color: #FFF;
}

.featured-content-inner .hentry .entry-meta {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.2375em;
  text-transform: uppercase;
  color: #CCC;
  display: block;
  line-height: 4.95em;
  margin-bottom: 6.6em;
}

.featured-content-inner .hentry .entry-meta .posted-on {
  line-height: 1.65em;
}

.featured-content-inner .hentry .entry-meta .posted-on a {
  padding: 0;
}

.featured-content-inner .hentry .entry-meta .posted-on a:hover, .featured-content-inner .hentry .entry-meta .posted-on a:active {
  color: #FFF;
}

.featured-content-inner .hentry .entry-meta .posted-on .entry-date {
  width: 120px;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

.featured-content-inner .hentry .entry-meta .posted-on .day {
  display: inline-block;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
  width: auto;
  padding-right: 10px;
}

.featured-content-inner .hentry .entry-meta .posted-on .month-year {
  display: inline-block;
  text-align: left;
  word-wrap: break-word;
  max-width: 86px;
  width: 40%;
}

.featured-content-inner .hentry .entry-meta .meta-sep {
  display: none;
}

.featured-content-inner .hentry .entry-meta .comments-link {
  display: none;
}

.featured-content-inner .hentry.has-post-thumbnail .entry-meta {
  margin-bottom: 1.65em;
}

.featured-content-inner .hentry .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Playfair Display SC", "Times New Roman", Times, serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.2375em;
  margin: inherit;
}

.featured-content-inner .hentry .entry-title a {
  color: #FFF;
}

.featured-content-inner .hentry .entry-title a:hover, .featured-content-inner .hentry .entry-title a:focus {
  color: #AAAAAA;
}

.featured-content-inner .hentry .post-thumbnail {
  border: 1px solid #b23f33;
  border-width: 1px 1px 1px 0;
  margin: 0 -20.25px 1em -20.25px;
}

.featured-content-inner .hentry .post-thumbnail img {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.featured-content-inner .hentry .post-thumbnail a {
  display: block;
  line-height: 0;
}

.featured-content-inner .hentry .post-thumbnail:hover img {
  opacity: .67;
}

.featured-content-inner .hentry .entry-content {
  padding: 0;
}

@media screen and (min-width: 37.5em) {
  .featured-content-header {
    float: left;
    width: 50%;
  }
  .featured-content-title {
    padding: 0;
    margin: 0;
  }
  .featured-page-highlight {
    float: right;
    margin-bottom: 1.65em;
    padding: 0;
    position: relative;
    width: 50%;
  }
  .featured-page-highlight.offset {
    clear: none;
  }
  .featured-page-highlight.offset .hentry {
    bottom: inherit;
    position: relative;
  }
  .featured-content-inner {
    display: table;
  }
  .featured-content-inner .hentry {
    float: left;
    width: 50%;
  }
  .featured-content-inner .hentry .post-thumbnail {
    border-right-width: 0;
  }
}

@media screen and (min-width: 50em) {
  .featured-content-inner {
    display: flex;
    align-items: stretch;
  }
  .featured-content-inner .hentry {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1.65em;
    width: 33.333%;
  }
  .featured-content-header {
    width: 40%;
  }
  .featured-page-highlight {
    padding: 0 54px 0 27px;
    clear: both;
  }
  .featured-page-highlight .hentry {
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
  }
  .featured-content-inner .entry-meta {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: .075em;
    line-height: 1.65em;
    text-transform: uppercase;
    display: block;
    flex-grow: 1;
    line-height: 2.8875em;
    margin-bottom: 6.6em;
  }
  .featured-content-inner .hentry.has-post-thumbnail {
    justify-content: flex-start;
    margin-bottom: 0.825em;
  }
  .featured-content-inner .hentry.has-post-thumbnail:nth-of-type(3n+3) .post-thumbnail {
    border-width: 1px 1px 1px 0;
  }
  .featured-content-inner .hentry.has-post-thumbnail .entry-meta {
    flex-grow: 0;
    margin-bottom: 1.65em;
  }
}

/*--------------------------------------------------------------
## Featured Content Page Highlight
--------------------------------------------------------------*/
.featured-page-highlight .hentry {
  background: #FFF;
  border: 1px solid #259275;
  -webkit-border-bottom-left-radius: 0.5em;
  -moz-border-bottom-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
  -moz-border-bottom-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  overflow: hidden;
}

.featured-page-highlight .hentry a {
  color: #259275;
}

.featured-page-highlight .hentry a:hover, .featured-page-highlight .hentry a:focus {
  color: #AAAAAA;
}

.featured-page-highlight .hentry .entry-meta {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.65em;
  text-transform: uppercase;
  line-height: 2.475em;
  padding: 0 20.25px;
}

.featured-page-highlight .hentry .entry-meta:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #FFF;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
}

.featured-page-highlight .hentry .entry-title {
  background: #222;
  padding: 0;
  margin: 0;
}

.featured-page-highlight .hentry .entry-title a {
  color: #FFF;
  display: block;
  padding: 0.825em 20.25px;
}

.featured-page-highlight .hentry .entry-title a:hover, .featured-page-highlight .hentry .entry-title a:focus {
  color: #AAAAAA;
}

.featured-page-highlight .hentry .entry-content {
  padding: 1.2375em 20.25px 1.65em;
  color: #434343;
}

.featured-page-highlight .hentry .entry-content .more-link {
  display: block;
  font-weight: 600;
  margin-top: 1.65em;
}

@media screen and (min-width: 50em) {
  .featured-page-highlight {
    float: right;
    clear: both;
    margin-bottom: 1.65em;
    padding: 0 54px 0 27px;
    position: relative;
    width: 50%;
  }
  .featured-page-highlight .hentry {
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
  }
  .featured-page-highlight.offset {
    clear: none;
  }
  .featured-page-highlight.offset .hentry {
    bottom: inherit;
    position: relative;
  }
}

/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/
.testimonials {
  color: #AAAAAA;
  padding: 1.65em 0;
  background: #e1dfdc;
  width: 100%;
}

.testimonials .hentry {
  text-align: center;
  opacity: 0;
  width: 100%;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  /* Set Color styles for every 3rd element's anchors & borders */
}

.testimonials .hentry:nth-of-type(3n+1) a {
  color: #b23f33;
}

.testimonials .hentry:nth-of-type(3n+1) .entry-content {
  border-bottom: 1px solid #b23f33;
}

.testimonials .hentry:nth-of-type(3n+1) .entry-content:before {
  border-color: #b23f33 transparent transparent #b23f33;
}

.testimonials .hentry:nth-of-type(3n+1) .speech-triangle {
  border-left-color: #b23f33;
}

.testimonials .hentry:nth-of-type(3n+2) a {
  color: #259275;
}

.testimonials .hentry:nth-of-type(3n+2) .entry-content {
  border-bottom: 1px solid #259275;
}

.testimonials .hentry:nth-of-type(3n+2) .entry-content:before {
  border-color: #259275 transparent transparent #259275;
}

.testimonials .hentry:nth-of-type(3n+2) .speech-triangle {
  border-left-color: #259275;
}

.testimonials .hentry:nth-of-type(3n+3) a {
  color: #7c6c9E;
}

.testimonials .hentry:nth-of-type(3n+3) .entry-content {
  border-bottom: 1px solid #7c6c9E;
}

.testimonials .hentry:nth-of-type(3n+3) .entry-content:before {
  border-color: #7c6c9E transparent transparent #7c6c9E;
}

.testimonials .hentry:nth-of-type(3n+3) .speech-triangle {
  border-left-color: #7c6c9E;
}

.testimonials .hentry.flex-active-slide {
  opacity: 1;
}

.testimonials .entry-meta {
  flex-grow: 1;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.2375em;
  text-transform: uppercase;
  color: #CCC;
  display: block;
  line-height: 2.8875em;
}

.testimonials .entry-meta .posted-on {
  line-height: 1.65em;
}

.testimonials .entry-meta .posted-on a {
  padding: 0;
}

.testimonials .entry-meta .posted-on .entry-date {
  width: 120px;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

.testimonials .entry-meta .posted-on .day {
  display: inline-block;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
  width: auto;
  padding-right: 10px;
}

.testimonials .entry-meta .posted-on .month-year {
  display: inline-block;
  text-align: left;
  word-wrap: break-word;
  max-width: 86px;
  width: 40%;
}

.testimonials .entry-meta .comments-link {
  display: none;
}

.testimonials .entry-header {
  color: #222;
  text-align: center;
  vertical-align: middle;
}

.testimonials .post-thumbnail {
  display: inline-block;
  height: 50px;
  overflow: hidden;
  vertical-align: middle;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.testimonials .hentry .entry-title {
  display: inline-block;
  margin: 1.65em 27px;
  vertical-align: middle;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: inherit;
  line-height: 1.125em;
  font-size: 16px;
  font-size: 1rem;
}

.testimonials .hentry .entry-title a {
  color: #FFF;
}

.testimonials .hentry .entry-title a:hover,
.testimonials .hentry .entry-title a:focus {
  color: #AAAAAA;
}

.testimonials .entry-content {
  margin-bottom: 2.475em;
  padding: 1.65em 27px 2.475em;
  position: relative;
  background: #e1dfdc;
  -webkit-box-shadow: 0px 25px 60px -45px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 25px 60px -45px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 25px 60px -45px rgba(0, 0, 0, 0.8);
}

.testimonials .entry-content:before, .testimonials .entry-content:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: calc(40%);
  top: 100%;
  border: 15px solid;
  border-color: #b23f33 transparent transparent #b23f33;
}

.testimonials .entry-content:after {
  left: calc(40% + 1px);
  border: 14px solid;
  border-color: #e1dfdc transparent transparent #e1dfdc;
}

.testimonials .entry-content p {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2375em;
  font-size: 20px;
  font-size: 1.25rem;
  color: #222;
  margin: 0;
}

.testimonials .edit-link {
  display: inline-block;
}

.testimonials-inner {
  margin: 0 auto;
  width: 100%;
}

.testimonials-header {
  color: #222;
  width: 100%;
}

.testimonials-header > * {
  width: 33.333%;
}

.testimonials-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Playfair Display SC", "Times New Roman", Times, serif;
  letter-spacing: 0.15em;
  line-height: 1.25;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.125;
  margin: 0 auto 0.825em;
  text-align: center;
  vertical-align: middle;
  width: 70%;
}

.testimonials-content {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
  font-weight: 300;
  line-height: 1.65em;
  margin: 0 auto 0.825em;
  text-align: center;
  vertical-align: middle;
  width: 70%;
}

.testimonials-content p {
  margin-bottom: 0;
}

@media screen and (min-width: 50em) {
  .testimonials {
    padding: 1.65em 0;
  }
  .testimonials .hentry {
    width: 90%;
  }
  .testimonials .hentry .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .testimonials .entry-meta {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: .075em;
    line-height: 1.65em;
    text-transform: uppercase;
    display: block;
    line-height: 2.8875em;
  }
  .testimonials .post-thumbnail {
    height: 80px;
    width: 80px;
  }
  .testimonials .entry-content {
    padding: 1.2375em 2.475em 2.475em;
  }
  .testimonials .entry-content p {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .testimonials-inner {
    margin: 0 auto;
    width: 90%;
  }
  .testimonials-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.25;
    margin: 0 auto 0.4125em;
  }
}

@media screen and (min-width: 60em) {
  .testimonials-inner {
    margin: 0 auto;
    width: 80%;
  }
}

/**
 * Single Testimonials
 */
.single .jetpack-testimonial {
  background: #FFF;
  border: 1px solid #b23f33;
  overflow: hidden;
  margin-bottom: -1px;
}

.single .jetpack-testimonial .post-thumbnail a {
  display: block;
  line-height: 0;
}

.single .jetpack-testimonial .entry-header .entry-title {
  background: #222;
  color: #FFF;
  margin: 0;
  padding: 15px;
}

.single .jetpack-testimonial .entry-content,
.single .jetpack-testimonial .entry-footer {
  padding: 15px;
}

@media screen and (min-width: 37.5em) {
  .single .jetpack-testimonial .entry-header .entry-title {
    padding: 27px;
  }
  .single .jetpack-testimonial .entry-content,
  .single .jetpack-testimonial .entry-footer {
    padding: 27px;
  }
}

/*--------------------------------------------------------------
## Archives & Search
--------------------------------------------------------------*/
.hfeed .page-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 0;
}

.hfeed .taxonomy-description {
  word-break: break-word;
}

@media screen and (max-width: 50em) {
  .hfeed .site-content {
    position: relative;
  }
  .hfeed .site-content:before {
    content: "";
    position: absolute;
    border-top: 1px solid #cfccc7;
    height: 0;
    top: 0;
    left: 0;
    width: 100%;
  }
  .hfeed .page-title,
  .hfeed .taxonomy-description {
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

.hentry {
  margin: 0;
}

.hentry form > label,
.hentry form > p > label {
  float: left;
  margin-bottom: 0.825em;
  width: 100%;
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

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

.single .post {
  margin-bottom: -1px;
  background: #FFF;
  border: 1px solid #b23f33;
  overflow: hidden;
}

.single .post .entry-header {
  position: relative;
  background: #222;
}

.single .post .entry-header:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #b23f33;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
}

.single .post .entry-header:before {
  z-index: 1;
}

.single .post .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Playfair Display SC", "Times New Roman", Times, serif;
  letter-spacing: 0.15em;
  line-height: 1.25;
  color: #FFF;
  margin: 0;
  order: 1;
  flex-basis: 100%;
}

.single .post .entry-title a {
  color: #FFF;
  display: block;
  padding: 16.2px 16.2px 20.25px;
}

.single .post .entry-title a:hover {
  color: #b23f33;
  background: #222;
}

.single .post .entry-title span {
  color: #FFF;
  display: block;
  padding: 16.2px 16.2px 20.25px;
}

.single .post .entry-meta {
  background: #222;
  position: relative;
  color: #434343;
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-around;
  margin-right: -1px;
  order: 2;
}

.single .post .entry-meta:before {
  content: "";
  position: absolute;
  border-top: 1px solid #b23f33;
  height: 0;
  top: 0;
  left: 0;
  width: 100%;
}

.single .post .entry-meta > a {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.2375em;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  width: 50%;
}

.single .post .entry-meta > a:hover {
  color: #FFF;
}

.single .post .entry-meta:before {
  left: inherit;
  right: 0;
}

.single .post .posted-on {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 4em;
}

.single .post .posted-on .entry-date {
  width: 120px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.single .post .posted-on .day {
  display: inline-block;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 300;
  width: auto;
  padding-right: 10px;
}

.single .post .posted-on .month-year {
  display: inline-block;
  text-align: left;
  word-wrap: break-word;
  max-width: 86px;
  width: 35%;
  vertical-align: text-bottom;
}

.single .post .posted-on:before {
  right: -1px;
}

.single .post .meta-sep {
  align-self: center;
  background: #b23f33;
  height: 100%;
  flex: 0 0 1px;
  line-height: 0;
  margin: 0;
  padding: 10% 0;
  width: 1px;
}

.single .post .comments-link {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 1em;
}

.single .post .post-thumbnail {
  position: relative;
}

.single .post .post-thumbnail:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #b23f33;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
}

.single .post .post-thumbnail a {
  display: block;
  line-height: 0;
  overflow: hidden;
}

.single .post .entry-content {
  font-weight: 300;
  padding: 15px;
}

.single .post .entry-content,
.single .post .entry-footer {
  margin: 0;
  width: 100%;
}

.single .post .cat-links {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #AAAAAA;
  display: block;
  margin-bottom: 1.65em;
  padding: 0 15px;
}

.single .post .cat-links ul {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.65em;
  text-transform: uppercase;
  list-style: none;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.single .post .cat-links li {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
}

.single .post .cat-links a {
  color: #FFF;
  display: block;
  padding: 0.4125em 0.825em;
  word-break: break-word;
}

.single .post .cat-links li:nth-of-type(3n+1) a {
  background: #259275;
}

.single .post .cat-links li:nth-of-type(3n+2) a {
  background: #7c6c9E;
}

.single .post .cat-links li:nth-of-type(3n+3) a {
  background: #b23f33;
}

.single .post .cat-links .post-categories li:hover a {
  background-color: #222;
}

.single .post .byline,
.single .post .tags-links,
.single .post .entry-author {
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 1.65em;
  color: #AAAAAA;
  display: block;
  padding: 0 15px;
}

.single .post .byline a,
.single .post .tags-links a,
.single .post .entry-author a {
  color: #222;
  font-weight: 600;
  word-break: break-word;
}

.single .post .byline a:hover,
.single .post .tags-links a:hover,
.single .post .entry-author a:hover {
  color: #AAAAAA;
}

.single .post .entry-author {
  line-height: 1.5em;
}

.single .post .entry-author .author-avatar {
  float: left;
  margin-right: 10px;
}

.single .post .entry-author .author-heading {
  display: flex;
}

.single .post .entry-author h2 {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #222;
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  margin: 0;
}

.single .post .entry-author .author-bio {
  line-height: 1.5em;
}

.single .post .byline .avatar {
  margin-right: 5px;
}

.single .post .byline img,
.single .post .byline a {
  display: inline-block;
  vertical-align: middle;
}

.single .post .edit-link {
  margin-bottom: 1.65em;
  padding: 0 20.25px;
}

#content .edit-link {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
  font-weight: 300;
  line-height: 1.65em;
}

@media screen and (min-width: 37.5em) {
  .single .post .entry-header {
    align-content: center;
    align-items: stretch;
    background: #222;
    display: flex;
    flex-direction: row;
  }
  .single .post .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
    order: 2;
    flex-basis: 75%;
  }
  .single .post .entry-title a {
    padding: 27px 27px 33.75px;
  }
  .single .post .entry-title span {
    padding: 27px 27px 33.75px;
  }
  .single .post .entry-title:before {
    position: relative;
    left: 1px;
  }
  .single .post .entry-title:before:before {
    content: "";
    position: absolute;
    border-left: 1px solid #b23f33;
    height: 100%;
    left: 0;
    top: 0;
    right: inherit;
    width: 0;
  }
  .single .post .entry-meta {
    position: relative;
    display: flex;
    flex-basis: 25%;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-around;
    margin-right: -1px;
    order: 1;
  }
  .single .post .entry-meta:before {
    content: "";
    position: absolute;
    border-right: 1px solid #b23f33;
    height: 100%;
    top: 0;
    right: 0;
    left: inherit;
    width: 0;
  }
  .single .post .entry-meta > a {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: .075em;
    line-height: 1.65em;
    text-transform: uppercase;
    width: auto;
  }
  .single .post .entry-meta > a:first-child:nth-last-child(1) {
    height: 100%;
  }
  .single .post .entry-meta > a:first-child:nth-last-child(3) {
    height: 70%;
  }
  .single .post .entry-meta > a:first-child:nth-last-child(3) ~ a {
    height: 30%;
  }
  .single .post .entry-meta:before {
    right: -1px;
    left: inherit;
    border-top: none;
  }
  .single .post .posted-on {
    min-height: 7em;
  }
  .single .post .posted-on .day {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .single .post .posted-on:before {
    border-right: none;
  }
  .single .post .meta-sep {
    height: 1px;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .single .post .comments-link {
    min-height: 5em;
  }
  .single .post .entry-content {
    float: right;
    clear: left;
    margin: 0 0 0 25%;
    padding: 27px;
    width: 75%;
  }
  .single .post .entry-footer {
    float: left;
    margin: 0 -25% 0 0;
    width: 25%;
  }
  .single .post .entry-footer > span,
  .single .post .entry-footer > div {
    display: block;
    margin: 1.65em 0;
  }
  .single .post .entry-footer > span.cat-links,
  .single .post .entry-footer > div.cat-links {
    margin-top: 0;
  }
  .single .post .cat-links {
    padding: 0;
    text-align: center;
  }
  .single .post .cat-links .category-title {
    display: none;
  }
  .single .post .cat-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inherit;
    width: inherit;
  }
  .single .post .cat-links li {
    display: inherit;
    float: none;
    margin: 0;
  }
  .single .post .cat-links a {
    color: #FFF;
    display: block;
    padding: 1.65em 20.25px;
  }
  .single .post .byline,
  .single .post .tags-links {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: none;
    font-weight: 300;
    line-height: 1.65em;
    padding: 0 20.25px;
  }
  .single .post .entry-author {
    font-size: 12.8px;
    font-size: 0.8rem;
    padding: 0 0 0 20.25px;
  }
  .single .post .entry-author h2 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
  margin-bottom: 3.3em;
  width: 100%;
}

.comments-area ol {
  list-style: none;
}

.comments-area > ol > li {
  min-width: 100%;
  /* Set Color styles for every 3rd element's anchors */
}

.comments-area > ol > li:nth-of-type(3n+1) a {
  color: #b23f33;
}

.comments-area > ol > li:nth-of-type(3n+1) .comment-respond,
.comments-area > ol > li:nth-of-type(3n+1) .comment-body .avatar {
  border-color: #b23f33;
}

.comments-area > ol > li:nth-of-type(3n+2) a {
  color: #259275;
}

.comments-area > ol > li:nth-of-type(3n+2) .comment-respond,
.comments-area > ol > li:nth-of-type(3n+2) .comment-body .avatar {
  border-color: #259275;
}

.comments-area > ol > li:nth-of-type(3n+3) a {
  color: #7c6c9E;
}

.comments-area > ol > li:nth-of-type(3n+3) .comment-respond,
.comments-area > ol > li:nth-of-type(3n+3) .comment-body .avatar {
  border-color: #7c6c9E;
}

.comments-area > ol > li a:hover,
.comments-area > ol > li a:focus {
  color: #434343;
}

.comments-area > ol .children {
  margin-left: 10px;
  padding-left: 0;
}

#respond {
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #FFF;
  border: 1px solid #b23f33;
  -webkit-border-bottom-left-radius: 0.5em;
  -moz-border-bottom-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
  -moz-border-bottom-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

#respond .comment-reply-title {
  padding: 1.32em 27px;
  margin: 0;
  background: #222;
  color: #FFF;
}

#respond .comment-subscription-form {
  margin-bottom: 0;
}

.comment #respond {
  float: none;
  margin-top: -3px;
  margin: 0 27px 1.65em !important;
  position: relative;
  width: auto;
  z-index: 2;
}

.page #respond form,
.single #respond form {
  padding: 1.65em 27px;
}

#respond .form-submit input,
#respond .form-submit input#comment-submit,
#respond .comment-form-fields input[type=submit],
#respond p.form-submit input[type=submit],
#respond input[type=submit],
#respond #commentform #comment-submit {
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#respond .form-submit {
  margin-bottom: 0;
}

.comment-reply-title a {
  color: #b23f33;
}

.comment-reply-title a:hover, .comment-reply-title a:active {
  color: #AAAAAA;
}

.comment-reply-title small {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.65em;
  text-transform: uppercase;
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: right;
  letter-spacing: normal;
  text-align: right;
}

.comment-reply-title small a {
  color: #FFF;
}

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  background: #222;
  border: 1px solid #b23f33;
  color: #FFF;
  margin: 0 0 -1px;
  padding: 1.32em 27px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.comment-list {
  background: #FFF;
  border: 1px solid #b23f33;
  border-width: 0 1px 1px;
  margin: 0 0 -1px;
  padding: 0;
  width: 100%;
}

.comment-body {
  border: 1px solid #f0eeec;
  border-width: 1px 0;
  margin: -1px 0 0;
  position: relative;
  padding: 0.825em 13.5px;
}

.comment-body .avatar {
  border: 1px solid #f0eeec;
  height: 50px;
  overflow: hidden;
  position: absolute;
  right: 13.5px;
  top: 0.825em;
  width: 50px;
}

.comment-body .comment-content {
  font-size: 14.4px;
  font-size: 0.9rem;
}

.comment-list > li:last-of-type .comment-body,
.children > li:last-of-type .comment-body {
  border-bottom: none;
  margin-bottom: 0;
}

.comment-body .reply {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.65em;
  text-transform: uppercase;
  float: right;
  margin-top: -1.65em;
}

.comment-body .comment-likes {
  height: inherit;
  margin-left: inherit;
}

.comment-meta {
  padding-bottom: 1.2375em;
}

.comment-meta .comment-metadata {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.65em;
  text-transform: uppercase;
  margin-right: 70px;
}

.comments-area ol li .comment-meta .comment-metadata a {
  color: #AAAAAA;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: none;
}

#content .comment-meta .edit-link {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.65em;
  text-transform: uppercase;
  letter-spacing: normal;
  display: inline-block;
  margin-bottom: 0;
}

.comment-author .fn {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: inherit;
  line-height: 1.125em;
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  line-height: 1.5em;
  margin-right: 70px;
}

.says {
  display: none;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.no-comments {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.65em;
  text-transform: uppercase;
  clear: both;
  float: none;
  width: 100%;
  text-align: center;
  padding: 1.32em 27px;
}

@media screen and (min-width: 50em) {
  .comments-area {
    margin: 0 auto;
    width: 95%;
  }
  .comments-area > ol .children {
    margin-left: 54px;
  }
  .comment-author .fn,
  .comment-meta .comment-metadata {
    margin-right: 0;
  }
  .comment-body {
    padding: 1.65em 54px;
  }
  .comment-body .avatar {
    left: 54px;
    right: inherit;
    top: 1.65em;
  }
  .comment-body .comment-content {
    margin-right: 81px;
    font-size: 16px;
    font-size: 1rem;
  }
  .comment-body .comment-meta {
    padding-left: 71.99982px;
  }
  #content .comment-body .edit-link {
    display: inline-block;
  }
  .highlander-enabled #respond form {
    margin-bottom: 1.65em;
  }
}

/*--------------------------------------------------------------
## Cards
--------------------------------------------------------------*/
.card {
  float: left;
  height: 23.1em;
  margin: 0 27px 1.65em 0;
  position: relative;
  width: 100%;
}

.card .entry-header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  opacity: 1;
  height: 23.1em;
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.card .entry-header .entry-meta {
  position: relative;
}

.card .entry-header .entry-meta:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #b23f33;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
}

.card .entry-header .entry-meta a {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.65em;
  text-transform: uppercase;
  display: block;
  padding: 0.66em 17.82px;
}

.card .entry-content {
  background: #FFF;
  border: 1px solid #b23f33;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  overflow: hidden;
  opacity: 0;
  background: #b23f33;
  color: #FFF;
  height: 16.5em;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  word-break: break-word;
  z-index: 1;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.card .entry-content a {
  color: #FFF;
}

.card .entry-content > a span {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  height: 100%;
  padding: 17.82px;
}

.card .entry-content .edit-link {
  right: 0;
  bottom: 0;
  position: absolute;
}

.card .entry-content .edit-link a {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.65em;
  text-transform: uppercase;
  display: block;
  line-height: 2.8875em;
  padding: 0 17.82px;
}

.card .entry-content .entry-meta {
  position: relative;
}

.card .entry-content .entry-meta:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #FFF;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
}

.card .entry-content .entry-meta a {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.65em;
  text-transform: uppercase;
  display: block;
  padding: 0.66em 17.82px;
}

.card:hover .entry-header {
  opacity: 0;
  z-index: 1;
}

.card:hover .entry-content {
  opacity: 1;
  z-index: 2;
}

.card .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: inherit;
  line-height: 1.125em;
  margin: 0;
}

.card .entry-title a {
  display: block;
  height: 100%;
  padding: 13.5px;
}

.card.sticky .posted-on a {
  visibility: hidden;
}

.card.has-post-thumbnail .entry-title a {
  padding-bottom: 0;
}

.card .post-thumbnail {
  background-size: cover;
  background-position: center center;
  bottom: 0;
  display: block;
  flex: 0 1 100%;
  position: relative;
}

.card .post-thumbnail:before {
  content: "";
  background: white;
  background: -moz-linear-gradient(top, white 5%, rgba(255, 255, 255, 0) 90%);
  background: -webkit-gradient(left top, left bottom, color-stop(5%, white), color-stop(90%, white));
  background: -webkit-linear-gradient(top, white 5%, rgba(255, 255, 255, 0) 90%);
  background: -o-linear-gradient(top, white 5%, rgba(255, 255, 255, 0) 90%);
  background: -ms-linear-gradient(top, white 5%, rgba(255, 255, 255, 0) 90%);
  background: linear-gradient(to bottom, white 5%, rgba(255, 255, 255, 0) 90%);
  display: inherit;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.card .star {
  color: #b23f33;
  display: inline-block;
  fill: currentColor;
  position: absolute;
  right: 12px;
  top: 9px;
  z-index: 3;
}

.card:nth-of-type(3n+1) .entry-header {
  background: #FFF;
  border: 1px solid #b23f33;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  overflow: hidden;
}

.card:nth-of-type(3n+1) .entry-header a {
  color: #b23f33;
}

.card:nth-of-type(3n+1) .entry-header .entry-meta:before {
  border-color: #b23f33;
}

.card:nth-of-type(3n+1) .entry-content {
  background: #b23f33;
  border-color: #b23f33;
}

.card:nth-of-type(3n+1) .star {
  color: #b23f33;
}

.card:nth-of-type(3n+2) .entry-header {
  background: #FFF;
  border: 1px solid #259275;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  overflow: hidden;
}

.card:nth-of-type(3n+2) .entry-header a {
  color: #259275;
}

.card:nth-of-type(3n+2) .entry-header .entry-meta:before {
  border-color: #259275;
}

.card:nth-of-type(3n+2) .entry-content {
  background: #259275;
  border-color: #259275;
}

.card:nth-of-type(3n+2) .star {
  color: #259275;
}

.card:nth-of-type(3n+3) .entry-header {
  background: #FFF;
  border: 1px solid #7c6c9E;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  overflow: hidden;
}

.card:nth-of-type(3n+3) .entry-header a {
  color: #7c6c9E;
}

.card:nth-of-type(3n+3) .entry-header .entry-meta:before {
  border-color: #7c6c9E;
}

.card:nth-of-type(3n+3) .entry-content {
  background: #7c6c9E;
  border-color: #7c6c9E;
}

.card:nth-of-type(3n+3) .star {
  color: #7c6c9E;
}

.card:nth-of-type(3n+1):hover .star,
.card:nth-of-type(3n+2):hover .star,
.card:nth-of-type(3n+3):hover .star {
  color: #FFF;
}

@media screen and (min-width: 37.5em) {
  .card {
    height: 19.8em;
    width: calc(50% - 18.09px);
  }
  .card:nth-of-type(2n) {
    margin-right: 0;
  }
  .card .entry-header,
  .card .entry-content {
    height: 19.8em;
  }
}

@media screen and (min-width: 60em) {
  .card {
    width: calc(33% - 18.09px);
  }
  .card:nth-of-type(2n) {
    margin-right: 27px;
  }
  .card:nth-of-type(3n) {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-links {
  clear: both;
  margin: 0 0 1.65em;
}

.page .page {
  background: #FFF;
  border: 1px solid #b23f33;
  -webkit-border-bottom-left-radius: 0.5em;
  -moz-border-bottom-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
  -moz-border-bottom-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  overflow: hidden;
  margin-bottom: 1.65em;
  padding-bottom: 0;
}

.page .page .entry-header {
  background: #222;
  color: #FFF;
  margin-bottom: 0;
  width: 100%;
}

.page .page .entry-header > * {
  margin: 0;
  padding: 20.25px;
}

.page .page .entry-title {
  line-height: 1;
  margin: 0;
}

.page .page .entry-content {
  padding: 15px;
}

.page .page .edit-link {
  margin-bottom: 1.65em;
  padding: 0 20.25px;
}

.entry-breadcrumbs {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.65em;
  text-transform: uppercase;
  position: relative;
  background: #222;
  color: #FFF;
  font-weight: bold;
  margin: 0;
  padding: 13.5px 20.25px;
}

.entry-breadcrumbs:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #b23f33;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
}

.entry-breadcrumbs a {
  font-weight: bold;
  margin-right: 27px;
  position: relative;
}

.entry-breadcrumbs a:focus, .entry-breadcrumbs a:hover {
  color: #AAAAAA;
  text-decoration: none;
}

.entry-breadcrumbs a:after {
  position: absolute;
  border: 0.4em solid transparent;
  content: "";
  right: -1.125em;
  top: 50%;
  margin-top: -0.4em;
  border-right-width: 0;
  border-left-color: #434343;
}

@media screen and (min-width: 37.5em) {
  .page .page {
    position: relative;
  }
  .page .page:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #cfccc7;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
  }
  .page .page .entry-content {
    padding: 27px 81px;
  }
}

/*--------------------------------------------------------------
## Footer Widget Area
--------------------------------------------------------------*/
.footer-widget-area {
  color: #AAAAAA;
  background: #222;
  clear: both;
}

.footer-widget-area .widget-area {
  overflow: hidden;
}

.footer-widget-area .widget:nth-of-type(4n+1) a {
  color: #FFF;
}

.footer-widget-area .widget:nth-of-type(4n+2) {
  position: relative;
}

.footer-widget-area .widget:nth-of-type(4n+2):before {
  content: "";
  position: absolute;
  border-top: 1px solid #b23f33;
  height: 0;
  top: 0;
  left: 0;
  width: 100%;
}

.footer-widget-area .widget:nth-of-type(4n+2) a {
  color: #FFF;
}

.footer-widget-area .widget:nth-of-type(4n+3) {
  position: relative;
}

.footer-widget-area .widget:nth-of-type(4n+3):before {
  content: "";
  position: absolute;
  border-top: 1px solid #259275;
  height: 0;
  top: 0;
  left: 0;
  width: 100%;
}

.footer-widget-area .widget:nth-of-type(4n+3) a {
  color: #FFF;
}

.footer-widget-area .widget:nth-of-type(4n+4) {
  position: relative;
}

.footer-widget-area .widget:nth-of-type(4n+4):before {
  content: "";
  position: absolute;
  border-top: 1px solid #7c6c9E;
  height: 0;
  top: 0;
  left: 0;
  width: 100%;
}

.footer-widget-area .widget:nth-of-type(4n+4) a {
  color: #FFF;
}

.footer-widget-area .widget a {
  color: #FFF;
}

.footer-widget-area .widget a:hover {
  color: #AAAAAA;
}

@media screen and (min-width: 60em) {
  .footer-widget-area .widget-area {
    align-items: stretch;
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .footer-widget-area .widget {
    border-top: none;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 1.65em;
    margin-right: 27px;
    padding: 0.825em 27px 1.65em 0;
    position: relative;
    width: 20%;
  }
  .footer-widget-area .widget:nth-of-type(4n+2):before, .footer-widget-area .widget:nth-of-type(4n+3):before, .footer-widget-area .widget:nth-of-type(4n+4):before {
    border: 1px solid transparent;
    border-width: 0 0 0 1px;
    bottom: inherit;
    left: -27px;
    right: inherit;
    top: 0;
    height: 100%;
    width: 0;
  }
  .footer-widget-area .widget:nth-of-type(4n+2):before {
    border-color: #b23f33;
  }
  .footer-widget-area .widget:nth-of-type(4n+3):before {
    border-color: #259275;
  }
  .footer-widget-area .widget:nth-of-type(4n+4):before {
    border-color: #7c6c9E;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  color: #AAAAAA;
  background: #2A2A2A;
  clear: both;
}

.site-footer a {
  color: #FFF;
}

.site-footer a:visited {
  color: #FFF;
}

.site-footer a:hover {
  color: #AAAAAA;
}

.site-footer-wrap {
  display: table;
  width: 100%;
}

.site-info {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
  font-weight: 300;
  line-height: 1.65em;
}

.footer-navigation,
.site-footer .jetpack-social-navigation,
.site-info {
  clear: both;
  float: none;
  width: 100%;
  padding: 0 16.2px;
}

.footer-navigation a {
  padding-bottom: 0.825em;
}

#wpstats {
  display: none;
}

@media screen and (min-width: 37.5em) {
  .site-info,
  .site-footer .footer-navigation {
    clear: left;
    float: left;
    width: 75%;
    padding: 0;
  }
  .site-info {
    padding-bottom: 1.65em;
  }
  .footer-navigation a {
    padding-bottom: 0.825em;
  }
  .site-footer .jetpack-social-navigation {
    clear: right;
    float: right;
    padding: 0;
    width: 25%;
  }
  .site-footer .jetpack-social-navigation ul {
    margin-bottom: 0;
    text-align: right;
  }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.65em;
  padding: 1.65em 8.1px 0.825em;
  /* Make sure select elements fit in widgets. */
}

.widget h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 0 0 0.825em;
}

.widget p {
  word-break: break-word;
}

.widget > ul,
.widget > div > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget ol,
.widget > ol,
.widget > div > ol {
  list-style-position: inside;
  padding: 0;
  margin: 0;
}

.widget li {
  line-height: 1.25em;
  padding: 0.375em 0;
}

.widget li > a {
  font-weight: 600;
  line-height: 1.25em;
}

.widget li > a .count {
  font-weight: 300;
}

.widget ul ul {
  list-style: circle;
  margin-left: 27px;
  padding-top: 0.375em;
  padding-left: 0;
}

.widget ul ul li:last-child {
  padding-bottom: 0;
}

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

.widget_nav_menu li {
  padding: 0.5em 0;
}

.widget_nav_menu a {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.65em;
  text-transform: uppercase;
  line-height: 2.8875em;
}

.widget_search {
  padding-top: 1.65em;
}

.widget_search label {
  display: block;
  margin-bottom: 0.825em;
}

.widget_calendar .calendar_wrap {
  text-align: left;
}

.widget_calendar .calendar_wrap caption {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Playfair Display SC", "Times New Roman", Times, serif;
  letter-spacing: 0.15em;
  line-height: 1.25;
  margin-bottom: 1.65em;
  text-align: left;
}

.widget_calendar .next {
  text-align: right;
}

.widget_calendar table a {
  font-weight: 600;
}

.widget_contact_info .contact-map,
.widget_contact_info .confit-address,
.widget_contact_info .confit-phone {
  margin-bottom: 0.825em;
}

.widget_contact_info .confit-address a {
  font-weight: 600;
}

.widget_image .wp-caption .wp-caption-text {
  margin: 0;
  text-align: left;
}

.widget_rss .widget-title > * {
  display: inline-block;
  vertical-align: middle;
}

.widget_rss > ul > li {
  position: relative;
  padding: 1.089em 0;
}

.widget_rss > ul > li:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #cfccc7;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
}

.widget_rss > ul > li > * {
  display: block;
}

.widget_rss > ul > li:before {
  left: -10px;
  width: calc(100% + 20px);
}

.widget_rss > ul > li:last-child {
  padding-bottom: 0;
}

.widget_rss > ul > li:last-child:before {
  display: none;
}

.widget_rss .rss-date {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.65em;
  text-transform: uppercase;
  color: #AAAAAA;
  margin-bottom: 0.825em;
}

.widget_rss .rssSummary {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.825em;
}

.widget_rss cite {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

.widget_rss_links p {
  margin-bottom: 0;
}

.footer-widget-area .widget_contact_info .widget-title {
  color: #FFF;
}

.widget_contact_info .contact-map-container {
  margin-bottom: 1em;
}

.widget_authors > ul > li > a {
  display: block;
  margin-bottom: 0.825em;
}

.widget_authors > ul > li > a > * {
  display: inline-block;
  vertical-align: middle;
}

.widget_authors .avatar {
  height: 32px;
  width: 32px;
  margin-right: 10px;
}

.site-content #secondary .widget_tag_cloud div,
.site-content #secondary .wp_widget_tag_cloud div {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}

.site-content #secondary .widget_tag_cloud div a[style],
.site-content #secondary .wp_widget_tag_cloud div a[style] {
  color: #FFF;
  display: block;
  float: left;
  font-weight: 600;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  letter-spacing: .075em;
  line-height: 1.65em;
  margin: 0 5px 5px 0 !important;
  padding: 0.4125em 0.825em !important;
  text-transform: uppercase;
  word-break: break-word;
}

.site-content #secondary .widget_tag_cloud div a[style]:hover,
.site-content #secondary .wp_widget_tag_cloud div a[style]:hover {
  color: #FFF;
}

.site-content #secondary .widget_tag_cloud div a:nth-of-type(3n+1),
.site-content #secondary .wp_widget_tag_cloud div a:nth-of-type(3n+1) {
  background: #259275;
  color: #FFF;
}

.site-content #secondary .widget_tag_cloud div a:nth-of-type(3n+2),
.site-content #secondary .wp_widget_tag_cloud div a:nth-of-type(3n+2) {
  background: #7c6c9E;
  color: #FFF;
}

.site-content #secondary .widget_tag_cloud div a:nth-of-type(3n+3),
.site-content #secondary .wp_widget_tag_cloud div a:nth-of-type(3n+3) {
  background: #b23f33;
  color: #FFF;
}

.site-content #secondary .widget_tag_cloud div a:hover,
.site-content #secondary .wp_widget_tag_cloud div a:hover {
  background-color: #222 !important;
}

.site-content #secondary .widget_categories ul {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.65em;
  text-transform: uppercase;
  list-style: none;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.site-content #secondary .widget_categories li {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
}

.site-content #secondary .widget_categories a {
  color: #FFF;
  display: block;
  padding: 0.4125em 0.825em;
  word-break: break-word;
}

.site-content #secondary .widget_categories a:hover {
  color: #FFF !important;
}

.site-content #secondary .widget_categories li:nth-of-type(3n+1) a {
  background: #259275;
  color: #FFF;
}

.site-content #secondary .widget_categories li:nth-of-type(3n+2) a {
  background: #7c6c9E;
  color: #FFF;
}

.site-content #secondary .widget_categories li:nth-of-type(3n+3) a {
  background: #b23f33;
  color: #FFF;
}

.site-content #secondary .widget_categories li:hover a {
  color: #FFF;
  background-color: #222 !important;
}

.widget_author_grid ul {
  display: block;
  width: 100%;
}

.widget_author_grid ul li {
  display: inline-block;
  height: 30%;
  width: 30%;
  margin: 0 1.5%;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 {
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  margin: 0.825em 0;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts a {
  display: inline-block;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts a img {
  display: block;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
  position: relative;
  padding: 0 0 1.089em;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts p:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #cfccc7;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts p > * {
  display: block;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts p:before {
  left: -10px;
  width: calc(100% + 20px);
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts p:last-child {
  padding-bottom: 0;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts p:last-child:before {
  display: none;
}

.widget_goodreads {
  padding-left: 0;
  padding-right: 0;
}

.widget_goodreads > div > div > div {
  position: relative;
  margin: 0 0 1.65em;
  padding: 0 16.2px 1.65em;
}

.widget_goodreads > div > div > div:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #cfccc7;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
}

.widget_goodreads > div > div > div:last-of-type {
  margin-bottom: 0;
}

.widget_goodreads > div > div > div div[class^="gr_custom_book_container"] {
  float: left;
  margin-right: 27px;
}

.widget_goodreads > div > div > div div[class^="gr_custom_title"] a {
  font-weight: 600;
  line-height: 1;
}

.widget_goodreads > div > div > div div[class^="gr_custom_author"] {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.65em;
  text-transform: uppercase;
}

.time_machine_widget h3 {
  line-height: 1.125em;
}

.time_machine_widget .time-machine-navigation a {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.65em;
  text-transform: uppercase;
  font-weight: 600;
}

.time_machine_widget .time-machine-newer {
  float: right;
}

@media screen and (min-width: 50em) {
  .widget {
    padding: 1.65em 13.5px 0.825em;
  }
  .widget h2 {
    margin: 0 0 0.825em;
  }
  .widget_search {
    padding-top: 1.65em;
  }
  .widget_goodreads > div > div > div {
    margin: 0 -13.5px 1.65em;
  }
  .site-content #secondary .widget_categories ul {
    display: inherit;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: inherit;
  }
  .site-content #secondary .widget_categories li {
    display: inherit;
    float: none;
    margin: 0 -13.5px;
    padding: 0;
  }
  .site-content #secondary .widget_categories a {
    color: #FFF;
    display: block;
    padding: 1.65em 20.25px;
  }
  .site-content #secondary .widget_tag_cloud div,
  .site-content #secondary .wp_widget_tag_cloud div {
    margin: 0 -13.5px;
  }
  .widget_rss > ul > li:before {
    left: -15px;
    width: calc(100% + 30px);
  }
}

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

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

.wp-caption {
  margin: 0 0 1.65em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
  font-weight: 300;
  line-height: 1.65em;
  font-weight: 400;
  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;
}

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

/* Infinite Scroll load more posts button */
#infinite-handle {
  clear: both;
  display: block;
  float: none;
  text-align: center;
}

#infinite-handle > span {
  display: inline-block;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

#infinite-handle > span button {
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 0.333em;
  -moz-border-radius: 0.333em;
  border-radius: 0.333em;
  border: 1px solid #259275;
  background: #fff;
  color: #259275;
  font-weight: 600;
  line-height: 1;
  outline: none;
  padding: 0.825em 13.5px;
  -webkit-transition: color 0.125s ease-out, background 0.125s ease-out, border-color 0.125s ease-out;
  -moz-transition: color 0.125s ease-out, background 0.125s ease-out, border-color 0.125s ease-out;
  -o-transition: color 0.125s ease-out, background 0.125s ease-out, border-color 0.125s ease-out;
  transition: color 0.125s ease-out, background 0.125s ease-out, border-color 0.125s ease-out;
}

#infinite-handle > span button:hover {
  background: #222;
  border: 1px solid #222;
  color: #FFF;
  font-weight: 600;
  line-height: 1;
  outline: none;
}

#infinite-handle > span button:hover, #infinite-handle > span button:focus {
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 0.333em;
  -moz-border-radius: 0.333em;
  border-radius: 0.333em;
  border-width: 1px;
  display: inline-block;
  position: relative;
  padding: 0.825em 13.5px;
  margin: inherit;
}

/* Infinite Scroll loading icon */
.infinite-scroll .site-main {
  position: relative;
  margin-bottom: 1.65em;
}

.infinite-scroll .site-main .infinite-loader {
  clear: both;
  display: block;
  position: relative;
  height: 44px;
  float: none;
  width: 100%;
}

.infinite-scroll .site-main .infinite-loader .spinner {
  margin: 0 auto;
  left: inherit !important;
}

/*--------------------------------------------------------------
## Social Menu
--------------------------------------------------------------*/
body .jetpack-social-navigation a {
  padding: 5px;
}

body .jetpack-social-navigation .icon {
  height: 1.5em;
  width: 1.5em;
}

body .jetpack-social-navigation li {
  line-height: inherit;
}

.header-wrap .jetpack-social-navigation a {
  color: #222;
}

.header-wrap .jetpack-social-navigation a:hover, .header-wrap .jetpack-social-navigation a:active {
  color: #b23f33;
}

.header-wrap .jetpack-social-navigation ul {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## JetPack Post Flair
--------------------------------------------------------------*/
.hentry > .sharedaddy:not(#jp-post-flair) {
  border: 1px solid #b23f33;
  border-width: 1px 0 0;
  clear: both;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  padding-top: 0;
}

.hentry > .sharedaddy:not(#jp-post-flair) .sd-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.hentry > .sharedaddy:not(#jp-post-flair) .sd-title {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.65em;
  text-transform: uppercase;
  color: #b23f33;
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 2.475em;
  padding: 0 20.25px;
  margin: 0;
  display: block;
}

.hentry > .sharedaddy:not(#jp-post-flair) .sd-title:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #b23f33;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
}

.hentry > .sharedaddy:not(#jp-post-flair) .sd-title:before {
  border-top: none;
  margin: 0 !important;
  min-width: inherit;
}

.hentry > .sharedaddy:not(#jp-post-flair) .sd-content {
  padding: 0 20.25px;
  margin: 20.25px 0 !important;
  position: relative;
}

#jp-post-flair {
  border-top: 1px;
  clear: both;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  padding-top: 0;
}

#jp-post-flair > * {
  border: 1px solid #b23f33;
  border-width: 1px 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1 0 33.333%;
  margin: -1px 0 0;
  overflow: hidden;
  width: 100%;
}

#jp-post-flair > * .sd-block {
  width: 100%;
}

#jp-post-flair h3.sd-title,
#jp-post-flair div.sharedaddy h3.sd-title,
#jp-post-flair .jp-relatedposts .jp-relatedposts-headline em {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.65em;
  text-transform: uppercase;
  color: #b23f33;
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 2.475em;
  padding: 0 20.25px;
  margin: 0;
  display: block;
}

#jp-post-flair h3.sd-title:before,
#jp-post-flair div.sharedaddy h3.sd-title:before,
#jp-post-flair .jp-relatedposts .jp-relatedposts-headline em:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #b23f33;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
}

#jp-post-flair h3.sd-title:before,
#jp-post-flair div.sharedaddy h3.sd-title:before,
#jp-post-flair .jp-relatedposts .jp-relatedposts-headline em:before {
  border-top: none;
  margin: 0 !important;
  bottom: -1px;
  min-width: inherit;
}

#jp-post-flair .sd-content,
#jp-post-flair .pd-rating,
#jp-post-flair div#jp-relatedposts div.jp-relatedposts-items-visual,
#jp-post-flair .sd-like .post-likes-widget {
  padding: 0 20.25px;
  margin: 20.25px 0 !important;
  position: relative;
  width: 100%;
}

#jp-post-flair > .sd-rating .rating-msg {
  clear: both !important;
  float: none !important;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
  font-weight: 300;
  line-height: 1.65em;
  padding-left: 0 !important;
}

#jp-post-flair div#jp-relatedposts {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-basis: 100%;
  flex-grow: 3;
  margin: -1px 0 0;
  padding: initial;
}

#jp-post-flair div#jp-relatedposts h3 {
  width: 100%;
  display: block;
}

#jp-post-flair div#jp-relatedposts h3.jp-relatedposts-headline {
  margin: 0;
  float: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

#jp-post-flair div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: inherit;
  line-height: 1.125em;
  font-size: 16px;
  font-size: 1rem;
}

#jp-post-flair div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post .jp-relatedposts-post-a {
  display: block;
  font-weight: 600;
  margin-bottom: 13.5px;
}

#jp-post-flair div.jetpack-likes-widget-wrapper {
  width: initial;
}

#jp-post-flair .likes-widget-placeholder {
  min-height: 90px;
}

@media screen and (min-width: 50em) {
  #jp-post-flair {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  #jp-post-flair > * {
    border-width: 1px 0 0;
    flex: 1 0 33.333%;
  }
  #jp-post-flair > .sd-rating {
    border-width: 1px 0 0 0;
    clear: none !important;
    float: left;
    flex-basis: 20%;
    margin: -1px 0;
  }
  #jp-post-flair > .sd-sharing-enabled {
    border-width: 1px 0 0 0;
    margin: -1px 0;
  }
  #jp-post-flair > div.jetpack-likes-widget-wrapper {
    border-width: 1px 0 0 0;
    margin: -1px 0;
  }
  #jp-post-flair div#jp-relatedposts {
    clear: both;
  }
}

/*--------------------------------------------------------------
## Highlander Comments
--------------------------------------------------------------*/
.highlander-dark #respond p label {
  color: inherit;
}

.highlander-enabled .comments-area > ol .comment[style] {
  background: transparent !important;
}

.highlander-enabled #respond {
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #FFF;
  border: 1px solid #b23f33;
  -webkit-border-bottom-left-radius: 0.5em;
  -moz-border-bottom-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
  -moz-border-bottom-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.highlander-enabled #respond .comment-reply-title {
  padding: 1.32em 27px;
  margin: 0;
  background: #222;
  color: #FFF;
}

.highlander-enabled #respond .comment-subscription-form {
  margin-bottom: 0;
}

.comment .highlander-enabled #respond {
  float: none;
  margin-top: -3px;
  margin: 0 27px 1.65em !important;
  position: relative;
  width: auto;
  z-index: 2;
}

.highlander-enabled #respond .form-submit input,
.highlander-enabled #respond .form-submit input#comment-submit,
.highlander-enabled #respond .comment-form-fields input[type=submit],
.highlander-enabled #respond p.form-submit input[type=submit],
.highlander-enabled #respond input[type=submit],
.highlander-enabled #respond #commentform #comment-submit {
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.highlander-enabled #main #respond .form-submit input,
.highlander-enabled #main #respond .form-submit input#comment-submit,
.highlander-enabled #main #respond .comment-form-fields input[type=submit],
.highlander-enabled #main #respond p.form-submit input[type=submit],
.highlander-enabled #main #respond input[type=submit], #commentform #submit {
  padding: 0.825em 13.5px !important;
}

.highlander-enabled #main #respond form {
  padding: 0;
  clear: both;
  margin-bottom: 1.65em;
}

.highlander-enabled #main #respond #comment-form-comment,
.highlander-enabled #main #comment-form-share-text-padder {
  -moz-box-shadow: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  background: #FFF;
  border: none;
  padding: 0 !important;
}

.highlander-enabled #main #respond #comment-form-identity {
  border: 1px solid #f0eeec;
  border-width: 1px 0;
}

.highlander-enabled #main #respond #comment-form-comment textarea,
.highlander-enabled #main #comment-form-share-text-padder textarea {
  color: #434343;
  padding: 1.65em 27px !important;
  text-shadow: inherit;
}

.highlander-enabled #main #respond .comment-form-service {
  background: #FFF;
  border-bottom: none;
  text-shadow: inherit;
  padding: 1.65em 27px;
}

.highlander-enabled #main #respond .comment-form-padder {
  padding: 0;
}

.highlander-enabled #main #respond .comment-form-fields p.comment-form-posting-as,
.highlander-enabled #main #respond .comment-form-fields p.comment-form-log-out {
  color: #434343;
}

.highlander-enabled #main #respond .comment-form-service a {
  color: #b23f33;
}

.highlander-enabled #main #respond #comment-form-subscribe,
.highlander-enabled #main #respond .form-submit {
  padding: 1.65em 27px;
  margin: 0;
}

/*--------------------------------------------------------------
# Plugin Styles
--------------------------------------------------------------*/
/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > div,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > div {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > div:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 1.65em;
  background: transparent;
  border: none;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #b23f33;
  background: #fff;
  color: #b23f33;
  font-weight: 600;
  line-height: 1;
  outline: none;
  padding: 0.825em 13.5px;
  -webkit-transition: color 0.125s ease-out, background 0.125s ease-out, border-color 0.125s ease-out;
  -moz-transition: color 0.125s ease-out, background 0.125s ease-out, border-color 0.125s ease-out;
  -o-transition: color 0.125s ease-out, background 0.125s ease-out, border-color 0.125s ease-out;
  transition: color 0.125s ease-out, background 0.125s ease-out, border-color 0.125s ease-out;
  padding: 0;
  text-decoration: none;
  text-align: center;
  display: block;
  fill: currentColor;
  width: 40px;
  height: 40px;
  margin: 0;
  position: absolute;
  top: -3.3em;
  z-index: 3;
  overflow: hidden;
  cursor: pointer;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:hover {
  background: #222;
  border: 1px solid #222;
  color: #FFF;
  font-weight: 600;
  line-height: 1;
  outline: none;
}

.flex-direction-nav a svg {
  fill: currentColor;
  height: 20px;
  position: absolute;
  left: 9px;
  top: 9px;
  width: 20px;
}

.flex-direction-nav a:hover,
.flex-direction-nav a:active {
  color: #FFF;
}

.flex-direction-nav a.flex-next {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}

.flex-direction-nav .flex-prev {
  left: 10px;
}

.flex-direction-nav .flex-next {
  right: 10px;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #222;
}

.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #222;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/**
 * Follow buttons
 */

a.wpcom-follow-rest, 
a.wpcom-following-rest {
	margin-left: -2px;
}
a.wpcom-follow-rest:before, 
a.wpcom-following-rest:before {
	font: 16px/1 "Noticons";
	-webkit-font-smoothing: antialiased;
	content: '\f801';
	color: #7bc8e4;
	position: relative;
	top: 3px;
	display: inline-block;
}
a.wpcom-following-rest:before {
	content: '\f803';
}
a.wpcom-following-rest:hover:before {
	content: '\f802';
}
/*
	Hover Bubbles
*/

#wpadminbar div.wpcom-bubble,
div.wpcom-bubble {
	width: 210px;
	background: #fff;
	background: rgba(255,255,255,0.99);
	border: none;
	position: absolute;
	top: 32px;
	padding: 10px 16px;
	z-index: 10000;
	cursor: default;
	opacity: 0;
	display: none;

	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
}

#wpadminbar div.wpcom-bubble:after,
#wpadminbar div.wpcom-bubble:before,
div.wpcom-bubble:after,
div.wpcom-bubble:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	left: 50%;
	margin-left: -6px;
	position: absolute;
	width: 0;
}

#wpadminbar div.wpcom-bubble.bubble-left:after,
#wpadminbar div.wpcom-bubble.bubble-left:before,
div.wpcom-bubble.bubble-left:after,
div.wpcom-bubble.bubble-left:before {
	left: 14px;
}

#wpadminbar div.wpcom-bubble.bubble-right:after,
#wpadminbar div.wpcom-bubble.bubble-right:before,
div.wpcom-bubble.bubble-right:after,
div.wpcom-bubble.bubble-right:before {
	left: auto;
	right: 3px;
}

#wpadminbar div.wpcom-bubble:after,
div.wpcom-bubble:after {
	border-width: 6px;
	border-bottom-color: #fff;
	top: -12px;
}

#wpadminbar div.wpcom-bubble:before,
div.wpcom-bubble:before {
	border-width: 8px;
	border-bottom-color: #eee;
	border-bottom-color: rgba(0, 0, 0, 0.05);
	top: -16px;
	margin-left: -8px;
}

#wpadminbar div.wpcom-bubble.fadein,
div.wpcom-bubble.fadein {
	display: block;
	opacity: 1;
	-webkit-animation-fill-mode: forwards;
	-webkit-backface-visibility: none;
	-webkit-animation-name: reset, fadein;
	-webkit-animation-duration: .25s;
	-webkit-animation-timing-function: ease-in;
}
	@-webkit-keyframes fadein {
		0% {
		    opacity: 0;
		}
		100% {
		    opacity: 1;
		}
	}

#wpadminbar div.wpcom-bubble div.bubble-txt,
div.wpcom-bubble div.bubble-txt {
	line-height: 1.5;
	font-size: 13px;
	color: #555;
	text-shadow: none;
}

#wpadminbar div.wpcom-bubble div.bubble-txt,
div.wpcom-bubble div.bubble-txt a {
	line-height: 1.5;
}

#wpadminbar div.wpcom-bubble div a,
#wpadminbar div.wpcom-bubble div span,
div.wpcom-bubble div a,
div.wpcom-bubble div span {
	display: inline;
	padding: 0;
	margin: 0;
	color: #1e8cbe;
	text-shadow: none;
	line-height: 100%;
}

#wpadminbar div.wpcom-bubble div a:hover {
	color: #f1831e;
}
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * Post Reblogging not in the Reader
 */

.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .75em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}

/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {
	border-left: 3px solid #eee;
	padding-left: 15px;
}

.reblog-post ul.thumb-list {
	display: block;
	list-style: none;
	margin: 2px 0;
	padding: 0;
	clear: both;
}

.reblog-post ul.thumb-list li {
	display: inline;
	margin: 0;
	padding: 0 1px;
	border: 0;
}

.reblog-post ul.thumb-list li a {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post ul.thumb-list li img {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post .wpcom-enhanced-excerpt {
	clear: both;
}

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p {
	font-size: 100% !important;
}

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q {
	font-size: 98% !important;
}

/* Reblogged post */
.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1;
}

.reblog-source .more-words {
	color: #668eaa;
}

.wpcom-reblog-snapshot .reblog-post {
	box-shadow: 0 0 0 1px rgba(46, 68, 83, .1) inset, 0 1px 1px rgba(46, 68, 83, .05);
	border-radius: 4px;
	padding: 24px;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	margin: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
div#actionbar * {
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
	user-select: none;
	-webkit-user-select: none;
}
div#actionbar {
	background: #fff;
	position: fixed;
	bottom: 10px;
	right: 10px;
	border: solid 1px #c8d7e1;
	border-radius: 3px;
	opacity: .98;
	height: 35px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1;
	border-radius: 2px;
	z-index: 50000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;

	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

	transition: all 0.2s ease-in-out;

	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );

	user-select: none;
	-webkit-user-select: none;
}

div#actionbar.actnbr-hidden {
	-webkit-transform: translate3d(0,150px,0);
	-moz-transform: translate3d(0,150px,0);
	-o-transform: translate3d(0,150px,0);
	-ms-transform: translate3d(0,150px,0);
	transform: translate3d(0,150px,0);
}
div#actionbar.actnbr-folded {
	opacity: .7;
}
div#actionbar.actnbr-folded:hover {
	opacity: 1;
}

div#actionbar ul {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: left;
}
div#actionbar li {
	list-style-type: none;
	display: inline-block;
	min-width: 30px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	line-height: 1;
}
div#actionbar li:before {
	display: none;
}
div#actionbar li.actnbr-btn {
	margin: 0 2px 0 6px;
}
div#actionbar.actnbr-has-customize.actnbr-has-edit li.actnbr-edit {
	margin-right: 5px;
	margin-left: -5px;
}

div#actionbar.actnbr-folded li.actnbr-btn {
	margin-right: -5px;
}
div#actionbar.actnbr-folded.actnbr-has-customize.actnbr-has-edit li.actnbr-edit {
	margin-right: -3px;
	margin-left: 0;
}

div#actionbar li.actnbr-btn > a {
	display: block;
	color: #2e4453;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
	line-height: 1;
	vertical-align: middle;
	transition: none;
	position: relative;
	padding: 10px 8px 10px 32px;
	border: none;
	box-shadow: none;
}
div#actionbar li.actnbr-btn > a:hover {
	color: #00aadc;
	background: none;
}
div#actionbar li.actnbr-btn > a .gridicon {
	fill: #87a6bc;
	position: absolute;
		top: 6px;
		left: 5px;
}
div#actionbar li.actnbr-btn a:hover .gridicon {
	fill: #00aadc;
}
div#actionbar li.actnbr-btn a.actnbr-actn-following,
div#actionbar li.actnbr-btn a.actnbr-actn-following:hover {
	color: #4ab866;
}
div#actionbar li.actnbr-btn a.actnbr-actn-following .gridicon,
div#actionbar li.actnbr-btn a.actnbr-actn-following:hover .gridicon {
	fill: #4ab866;
}

div#actionbar.actnbr-folded li.actnbr-btn a.actnbr-action .gridicon {
	top: 2px;
}

div#actionbar.actnbr-folded .actnbr-btn span {
	display: none;
}

div#actionbar.actnbr-has-customize.actnbr-has-edit.actnbr-folded .actnbr-customize {
	display: none;
}

div#actionbar.actnbr-has-customize.actnbr-has-edit.actnbr-folded .actnbr-stats {
  display: none;
}

div#actionbar.actnbr-has-customize.actnbr-has-edit.actnbr-folded .actnbr-edit a .gridicon,
div#actionbar.actnbr-has-customize.actnbr-folded .actnbr-customize a .gridicon {
	top: 2px;
}

div#actionbar.actnbr-has-customize.actnbr-has-edit.actnbr-folded .actnbr-edit a .gridicon {
	left: 10px;
}

div#actionbar li.actnbr-ellipsis {
	position: relative;
		top: 1px;
		right: 2px;
	cursor: pointer;
	padding: 3px 5px 0 8px;
}
div#actionbar.actnbr-folded li.actnbr-ellipsis {
	top: 2px;
}
div#actionbar .actnbr-ellipsis > .gridicon {
	fill: #4f748e;
	transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
div#actionbar .actnbr-ellipsis.actnbr-hidden > .gridicon {
	fill: #87a6bc;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
div#actionbar li.actnbr-hidden > a .gridicon {
	position: absolute;
		top: 6px;
		left: 5px;
}
div#actionbar .actnbr-ellipsis.actnbr-hidden > .gridicon:hover {
	fill: #4f748e;
}

div#actionbar .actnbr-ellipsis .tip-inner .gridicon {
    margin: 0px 5px 0 0;
    vertical-align: middle;
    position: relative;
}

div#actionbar .actnbr-popover {
	font-size: 14px;
	padding: 10px;
	z-index: 1000;
	margin-left: 15px;
	position: absolute;
	bottom: 40px;
	right: -13px;
	max-width: 320px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
div#actionbar li.actnbr-btn .actnbr-popover {
	bottom: 47px;
	right: 26px;
}
div#actionbar.actnbr-folded li.actnbr-btn .actnbr-popover {
	right: 21px;
}
div#actionbar .actnbr-hidden .actnbr-popover {
	display: none;
}
div#actionbar .actnbr-popover.tip-top-left .tip-arrow {
	bottom: 0;
	right: 21px;
	margin-left: -7px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
div#actionbar li.actnbr-btn .actnbr-popover.tip-top-left .tip-arrow {
	left: 74%;
}
div#actionbar.actnbr-folded li.actnbr-btn .actnbr-popover.tip-top-left .tip-arrow {
	left: 85%;
}
div#actionbar .actnbr-popover .tip-arrow {
	border: 10px dashed #c8d7e1;
	height: 0;
	line-height: 0;
	position: absolute;
	width: 0;
}
div#actionbar .actnbr-popover.tip-top-left .tip-arrow::before {
	bottom: 2px;
	border: 10px solid white;
	content: " ";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
div#actionbar .actnbr-popover .tip-inner {
	background-color: white;
	border: 1px solid #c8d7e1;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 56px rgba(0, 0, 0, 0.075);
	text-align: center;
}
div#actionbar li.actnbr-btn .actnbr-popover .tip-inner .actnbr-reader a {
	display: block;
	margin: 0 0 4px 0;
	font-weight: 400;
	text-decoration: none;
	color: #00aadc;
	border: none;
}

div#actionbar li.actnbr-btn .actnbr-popover .tip-inner .actnbr-reader a:before {
	content: '\f8a3';
	font-family: 'Noticons';
	font-size: 25px;
	margin-right: 3px;
	line-height: 1;
	top: 7px;
	position: relative;
}

div#actionbar .tip ul {
	margin-bottom: 10px;
}

div#actionbar .tip li {
	display: block;
	border: none;
}
div#actionbar .tip li > a {
	position: relative;
	background: inherit;
	border: none;
	box-shadow: none;
	border-radius: 0;
	color: #2e4453;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 10px 16px;
	text-align: left;
	transition: all 0.05s ease-in-out;
	min-width: 250px;
	outline: none;
	text-decoration: none;
}

div#actionbar li.actnbr-sitename {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
}

div#actionbar .actnbr-ellipsis .actnbr-fold,
div#actionbar .actnbr-notice .actnbr-login-nudge {
	border-top: 1px solid #f0f0f0;
	margin-top: 10px;
}
div#actionbar .actnbr-ellipsis .actnbr-folded-following,
div#actionbar .actnbr-ellipsis .actnbr-folded-follow {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div#actionbar .actnbr-notice .actnbr-follow-count {
	margin-bottom: 10px;
}

div#actionbar .actnbr-ellipsis li a:hover .gridicon {
	fill: #fff;
}

div#actionbar .actnbr-notice form,
div#actionbar .actnbr-notice .actnbr-login-nudge {
	padding: 10px 16px 5px;
	font-size: 12px;
	color: #2e4453;
	line-height: 17px;
}

div#actionbar .actnbr-notice form input {
	background: #ffffff;
	border: 1px solid #a8bece;
	font-family: inherit;
	font-size: 14px;
	text-indent: 10px;
	height: 40px;
	width: 100%;
	margin-bottom: 12px;
	padding: 0;
	user-select: text;
	-webkit-user-select: text;
}

div#actionbar .actnbr-notice form button {
	background: #00aadc;
  border-color: #008ab3;
  color: white;
  border-style: solid;
  border-width: 1px 1px 2px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: 0;
  overflow: hidden;
  font-weight: 500;
  text-overflow: ellipsis;
  text-decoration: none;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 21px;
  border-radius: 4px;
  padding: 7px 14px 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	font-family: inherit;
	text-transform: none;
	-webkit-font-smoothing: auto;
	height: auto;
	line-height: 1;
}

div#actionbar .actnbr-notice form button[disabled] {
    background: #bceefd;
    border-color: #8cc9e2;
    color: white;
}

div#actionbar .actnbr-notice .actnbr-button-wrap {
	text-align: right;
}

div#actionbar .actnbr-notice form button:hover {
	border-color: #005082;
	color: white;
}

div#actionbar .actnbr-notice form button:focus {
	border-color: #005082;
  box-shadow: 0 0 0 2px #78dcfa;
}

div#actionbar .actnbr-notice .actnbr-login-nudge {

}

div#actionbar .actnbr-notice .actnbr-login-nudge a {
	color: inherit;
	text-decoration: underline;
}

div#actionbar .actnbr-notice .actnbr-login-nudge a:hover {
	color: #00aadc;
}

div#actionbar li.actnbr-sitename a {
	font-size: 14px;
	font-weight: bold;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
	color: #2e4453;
	text-decoration: none;
	text-align: left;
	border: none;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.7;
}

div#actionbar li.actnbr-sitename img {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin: -1px 5px 0 0;
	display: inline;
	border-radius: 0;
	padding: 0;
}
div#actionbar .actnbr-ellipsis li a:hover {
	background: #00aadc;
	color: #fff;
	text-decoration: none;
	border: 0;
	box-shadow: none;
}
div#actionbar li.actnbr-sitename a:hover {
	background: transparent;
	color: #2e4453;
	margin: 0;
}

div#actionbar .actnbr-fold {
	padding-top: 10px;
}

div#actionbar .actnbr-ellipsis li.actnbr-folded-customize {
	display: none;
}

div#actionbar.actnbr-folded.actnbr-has-customize.actnbr-has-edit .actnbr-ellipsis li.actnbr-folded-customize {
	display: block;
}

div#actionbar.actnbr-has-follow .actnbr-ellipsis li.actnbr-folded-follow {
	display: none;
}

div#actionbar .actnbr-notice .tip-inner {
	padding: 0;
}

div#actionbar .actnbr-notice .actnbr-message {
	padding: 15px 20px 20px;
	width: 250px;
	text-align: center;
	line-height: 20px;
  color: #2e4453;
}

div#actionbar .actnbr-notice .actnbr-message h3 {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 400;
	font-family: inherit;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
  color: #2e4453;
	padding: 0;
	line-height: 1em;
}

div#actionbar .actnbr-notice .actnbr-message a {
	color: inherit;
	text-decoration: underline;
}

div#actionbar .actnbr-notice .actnbr-message a:hover {
	color: #00aadc;
}

div#actionbar .actnbr-theme a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/* Responsive Styles */
@media ( max-width: 660px ) {

	div#actionbar {
		bottom: 0;
		right: 0;
		padding: 5px 13px;
		border-radius: 0;
		width: 100%;
		height: 44px;
	}
	div#actionbar.actnbr-folded {
		opacity: .9;
		width: auto;
		padding: 5px 10px;
	}

	div#actionbar ul {
		text-align: right;
	}

	div#actionbar .actnbr-popover {
		right: -10px;
	}

	div#actionbar .actnbr-popover.tip-top-left .tip-arrow {
		right: 17px;
	}

	div#actionbar li.actnbr-btn .actnbr-popover {
		right: -3px;
	}

	div#actionbar li.actnbr-btn .actnbr-popover.tip-top-left .tip-arrow {
		left: 53%;
	}

	div#actionbar.actnbr-folded li.actnbr-btn {
		margin-right: 3px !important;
	}
}

/***** Position adjustments for specific themes that conflict with action bar */

div#actionbar.actnbr-premium-espresso { /* Espresso */
	right: 70px;
}

div#actionbar.actnbr-premium-shelf { /* Shelf */
	left: 10px;
	right: auto;
}
	div#actionbar.actnbr-premium-shelf .actnbr-popover {
		right: auto;
		left: -35px;
	}
	div#actionbar.actnbr-premium-shelf .actnbr-popover.tip-top-left .tip-arrow {
		right: auto;
		left: 29px;
	}
	div#actionbar.actnbr-premium-shelf li.actnbr-btn .actnbr-popover.tip-top-left .tip-arrow,
	div#actionbar.actnbr-premium-shelf.actnbr-folded li.actnbr-btn .actnbr-popover.tip-top-left .tip-arrow {
		left: 26px;
	}
	div#actionbar.actnbr-premium-shelf li.actnbr-btn .actnbr-popover,
	div#actionbar.actnbr-premium-shelf.actnbr-folded li.actnbr-btn .actnbr-popover {
		right: 102px;
		left: -26px;
	}

body.has-playbar div#actionbar.actnbr-premium-obsidian { /* Obsidian */
	bottom: 50px;
}

div#actionbar.actnbr-pub-boardwalk { /* Nowhere to go in boardwalk */
	display: none;
}

body #habla_window_div.habla_window_div_base { /* Move the live chat box when needed */
	margin-right: 160px !important;
}

div#translator-launcher { /* Move community translator tool when needed */
	bottom: 67px;
	right: 10px;
	left: auto;
}

@media ( min-width: 876px ) { /* Move o2 dock count on desktop. */
	div#o2-dock {
		right: 230px;
	}
}

@media ( max-width: 876px ) { /* Prioritize the o2 dock count in small screens, on top of Actionbar. */
	div#o2-dock {
		z-index: 50001;
	}
}

#scrollUp, .to-top, #back-to-top { /* Up arrow on some themes */
	bottom: 55px;
	right: 18px;
}

#colophon #searchform input.search-field { /* Onigiri search box */
	bottom: 65px;
}

#container #masthead #site-branding { /* Suidobashi site title */
	z-index: 49999;
	bottom: 65px;
}

/***** End theme adjustments */


/* Hide Admin bar items */
li#wp-admin-bar-follow, li#wp-admin-bar-admin-bar-likes-widget, li#wp-admin-bar-wpr-reblog, ul#wp-admin-bar-blog-secondary {
	display: none !important;
}

/* Hide when printing */
@media print {
	#actionbar {
		display: none !important;
	}
}
/**
 * Sharedaddy Base Styles
 *
 * Contains styles for modules, containers, buttons
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}


/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}

body.highlander-light h3.sd-title:before {
	border-top: 1px solid rgba(0,0,0,.2);
}

body.highlander-dark h3.sd-title:before {
	border-top: 1px solid rgba(255,255,255,.4);
}


/* Sharing services list */
.sd-content ul {
	padding: 0 !important;
	margin: 0 0 .7em 0 !important;
	list-style: none !important;
}

.sd-content ul li {
	display: inline-block;
}

.sd-block.sd-gplus {
	margin: 0 0 .5em 0;
}

.sd-gplus .sd-content {
	font-size: 12px;
}


/* Buttons */
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a {		/* official Digg button no longer works, needs cleaning */
	text-decoration: none !important;
	display: inline-block;
	margin: 0 5px 5px 0;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	border-radius: 3px;
	color: #777 !important;
	background: #f8f8f8;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 0 rgba(0,0,0,.08);
	text-shadow: none;
	line-height: 23px;
	padding: 1px 8px 0px 5px;
}

.sd-social-text .sd-content ul li a.sd-button span,
.sd-content ul li a.sd-button>span,
.sd-content ul li .option a.share-ustom span,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button >a span {		/* official Digg button no longer works, needs cleaning */
	line-height: 23px;
}



/* Our gray buttons should be smaller when seen with the official ones */
.sd-social-official .sd-content>ul>li>a.sd-button,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,
.sd-social-official .sd-content>ul>li .digg_button>a,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a {
	line-height: 17px;
	box-shadow: none; /* No shadow on gray buttons between the official ones */
	vertical-align: top;
}

.sd-social-official .sd-content ul li a.sd-button>span {
	line-height: 17px;
}
.sd-social-official .sd-content>ul>li>a.sd-button:before,
.sd-social-official .sd-content>ul>li .digg_button>a:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
	margin-bottom: -1px;
}

.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	color: #555;
	background: #fafafa;
	border: 1px solid #999999;
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
}

/* All icons */
.sd-content ul li a.sd-button:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 18px/1 'social-logos';
	vertical-align: top;
	text-align: center;
}
/* text + icon styles should have relative and top position */
.sd-social-icon-text ul li a.sd-button:before {
	position: relative;
	top: 2px;
}

/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-content ul li a.sd-button:before {
		position: relative;
		top: 2px;
	}
}

.sd-social-official ul li a.sd-button:before {
	position: relative;
	top: -2px;
}
/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-official ul li a.sd-button:before {
		top: 0px;
	}
}

.sd-content ul li {
	margin: 0 !important;
	padding: 0;
}

/* Text + icon & Official */
.sd-social-icon-text .sd-content ul li a span,
.sd-social-official .sd-content ul li a.sd-button span,
.sd-content ul li.preview-item a.sd-button span {
	margin-left: 3px;
}
.sd-content ul li.preview-item.no-icon a.sd-button span {
	margin-left: 0;
}

/* Text only */
.sd-social-text .sd-content ul li a:before,
.sd-content ul li.no-icon a:before {
	display: none;
}
body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
	background-image: none;
	background-position: -500px -500px !important;	/* hack to work around !important inline style */
	background-repeat: no-repeat !important;
	padding-left: 0;
	height: 0;
	line-height: inherit;
}

.sd-social-icon .sd-content ul li a.share-more {
	position: relative;
	top: -4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}
@-moz-document url-prefix() {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}

.sd-social-icon .sd-content ul li a.share-more span {
	margin-left: 3px;
}


/* Individual icons */
.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
	content: '\f469';
}

.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
	content: '\f410';
}
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
	content: '\f207';
}
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
	content: '\f202';
}
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before {
	content: '\f222';
}
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
	content: '\f607';
}
.sd-social-icon .sd-content ul li.share-stumbleupon a:before,
.sd-social-text .sd-content ul li.share-stumbleupon a:before,
.sd-content ul li.share-stumbleupon div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-stumbleupon a:before {
	content: '\f223';
}
.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
	content: '\f224';
}
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
	content: '\f210';
}
.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,
.sd-social-text .sd-content ul li.share-google-plus-1 a:before,
.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-google-plus-1 a:before {
	content: '\f218';
}
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
	content: '\f203';
}
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before {
	content: '\f205';
}
.sd-social-official .sd-content li.share-press-this a:before {
	color: #2ba1cb;
}
.sd-social-icon .sd-content ul li.share-telegram a:before,
.sd-social-text .sd-content ul li.share-telegram a:before,
.sd-content ul li.share-telegram div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-telegram a:before,
.sd-social-official .sd-content li.share-telegram a:before {
	content: '\f606';
}
.sd-social-official .sd-content li.share-telegram a:before {
	color: #0088cc;
}
.sd-social-icon .sd-content ul li.share-skype a:before,
.sd-social-text .sd-content ul li.share-skype a:before,
.sd-content ul li.share-skype div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-skype a:before {
	content: '\f220';
}
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
	content: '\f415';
}
.sd-social-official .sd-content a.share-more:before {
	color: #2ba1cb;
}

.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	content: '\f608';
}
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	color: #43d854;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-jetpack-whatsapp a.sd-button {
	background: #43d854;
	color: #fff !important;
}

/* Share count */
.sd-social .sd-button .share-count {
	background: #2ea2cc;
	color: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	padding: 1px 3px;
	line-height: 1;
}


/* Official buttons */
.sd-social-official .sd-content ul, .sd-social-official .sd-content ul li {
	line-height: 25px !important;
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
	line-height: 1;
}

.sd-social-official .sd-content ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sd-social-official .sd-content li.share-press-this a {
	margin: 0 0 5px 0;
}

.sd-social-official .sd-content ul>li {
	display: block;
	float: left;
	margin: 0 10px 5px 0 !important;
	height: 25px;
}

.sd-social-official .fb-share-button > span {
	vertical-align: top !important;
}

.sd-social-official .sd-content .pocket_button iframe {
	width: 98px;
}


/* Individual official buttons */
.googleplus1_button .g-plus {
	vertical-align: top !important;
}

.stumbleupon_button iframe, .reddit_button iframe {
	margin-top: 1px;
}

.pocket_button iframe, .googleplus1_button iframe, .pinterest_button, .twitter_button, .linkedin_button>span {
	margin: 0 !important;
}

.sd-social-official .sd-content .share-skype {
	width: 55px;
}

body .sd-social-official li.share-print ,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a
{
	position: relative;
	top: 0;
}


/* Custom icons */
body .sd-social-icon .sd-content li.share-custom>a {
	padding: 2px 3px 0 3px;
	position: relative;
	top: 4px;
}

body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span
{
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-left: 0;
	padding: 0 0 0 19px;
	display: inline-block;
	height: 16px;
	line-height: 16px;
}

body .sd-social-icon .sd-content li.share-custom a span {
	width: 0;
}

body .sd-social-icon .sd-content li.share-custom a span {
	padding-left: 16px !important;
}


/* Overflow Sharing dialog */
.sharing-hidden .inner {
	position: absolute;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 5px;
	max-width: 400px;
}

.sharing-hidden .inner ul{
	margin: 0 !important;
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
	clear: both;
	margin: 0!important;
	height: 0!important;
}

.sharing-hidden .inner:before, .sharing-hidden .inner:after {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ccc;
	content: "";
	display: block;
}

.sharing-hidden .inner:after {
	z-index: 2;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
}

.sharing-hidden ul {
	margin: 0;
}


/**
 * Special colorful look for "Icon Only" option
 */

.sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 0;
	box-shadow: none;
	padding: 7px;
	position: relative;
	top: -2px;
	line-height: 1;
	width: auto;
	height: auto;
	margin-bottom: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
	line-height: 1;
}

.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
	border: none;
	opacity: .6;
}



.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
	top: 1px;
	top: 0px\9; /* IE8 and below */
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
	padding: 8px 8px 6px 8px;
	top: 5px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
	margin-left: 10px;
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
	margin-left: 0;
}


.sd-social-icon .sd-button span.share-count {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0;
	background: #555;
	font-size: 9px;
}

/* Special look colors */
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: #e9e9e9;
	margin-top: 2px;
	text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
	background: #2c4762;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
	background: #3b5998;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-stumbleupon a.sd-button {
	background: #ea4b24;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
	background: #00acee;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
	background: #ca1f27;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
	background: #1e8cbe;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-telegram a.sd-button {
	background: #0088cc;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
	background: #0077b5;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-google-plus-1 a.sd-button {
	background: #dd4b39;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
	background: #ee4056;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
	background: #cee3f8;
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-skype a.sd-button {
	background: #00AFF0;
	color: #fff !important;
}

/**
 * Screen Reader Text for "Icon Only" option
 */

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

.sharing-screen-reader-text:hover,
.sharing-screen-reader-text:active,
.sharing-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-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 */
}


/**
 * Sharing Email Dialog
 */

#sharing_email {
	width: 342px;
	position: absolute;
	z-index: 1001;
	border: 1px solid #ccc;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	text-align: left;
}

div.sharedaddy.sharedaddy-dark #sharing_email {
	border-color: #fff;
}

#sharing_email .errors {
	color: #fff;
	background-color: #771a09;
	font-size: 12px;
	padding: 5px 8px;
	line-height: 1;
	margin: 10px 0 0 0;
}

#sharing_email label {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	display: block;
	padding: 0 0 4px 0;
	text-align: left;
	text-shadow: none;
}

#sharing_email form {
	margin: 0;
}

#sharing_email input[type="text"], #sharing_email input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	background: #fff;
	font-size: 12px;
	color: #333;
	max-width: none;
	padding: 1px 3px;
}
#jetpack-source_f_name {
	display: none!important;
	position: absolute !important;
	left: -9000px;
}

#sharing_email .sharing_cancel {
	padding: 0 0 0 1em;
	font-size: 12px;
	text-shadow: none;
}

#sharing_email .recaptcha {
	width: 312px;
	height: 123px;
	margin: 0 0 1em 0;
}

/* Generated by grunt-webfont */



@font-face {
	font-family:"social-logos";
	src:url(/wp-content/mu-plugins/social-logos/social-logos.eot?51b607ee5b5cb2a0e4517176475a424c);
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"social-logos";
	src:url(/wp-content/mu-plugins/social-logos/social-logos.eot?51b607ee5b5cb2a0e4517176475a424c);
	src:url(/wp-content/mu-plugins/social-logos/social-logos.eot?#iefix) format("embedded-opentype"),
		url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
		url(/wp-content/mu-plugins/social-logos/social-logos.ttf?51b607ee5b5cb2a0e4517176475a424c) format("truetype");
	font-weight:normal;
	font-style:normal;
}

.social-logo {
	font-family:"social-logos";
	display:inline-block;
	vertical-align:middle;
	line-height:1;
	font-weight:normal;
	font-style:normal;
	speak:none;
	text-decoration:inherit;
	text-transform:none;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}


/* Icons */


.social-logo__amazon:before {
	content:"\f600";
}


.social-logo__behance:before {
	content:"\f101";
}


.social-logo__blogger-alt:before {
	content:"\f601";
}


.social-logo__blogger:before {
	content:"\f602";
}


.social-logo__codepen:before {
	content:"\f216";
}


.social-logo__dribbble:before {
	content:"\f201";
}


.social-logo__dropbox:before {
	content:"\f225";
}


.social-logo__eventbrite:before {
	content:"\f603";
}


.social-logo__facebook:before {
	content:"\f203";
}


.social-logo__feed:before {
	content:"\f413";
}


.social-logo__flickr:before {
	content:"\f211";
}


.social-logo__foursquare:before {
	content:"\f226";
}


.social-logo__ghost:before {
	content:"\f61c";
}


.social-logo__github:before {
	content:"\f200";
}


.social-logo__google-plus-alt:before {
	content:"\f218";
}


.social-logo__google-plus:before {
	content:"\f206";
}


.social-logo__instagram:before {
	content:"\f215";
}


.social-logo__linkedin:before {
	content:"\f207";
}


.social-logo__mail:before {
	content:"\f410";
}


.social-logo__medium:before {
	content:"\f623";
}


.social-logo__path-alt:before {
	content:"\f604";
}


.social-logo__path:before {
	content:"\f219";
}


.social-logo__pinterest-alt:before {
	content:"\f210";
}


.social-logo__pinterest:before {
	content:"\f209";
}


.social-logo__pocket:before {
	content:"\f224";
}


.social-logo__polldaddy:before {
	content:"\f217";
}


.social-logo__print:before {
	content:"\f469";
}


.social-logo__reddit:before {
	content:"\f222";
}


.social-logo__share:before {
	content:"\f415";
}


.social-logo__skype:before {
	content:"\f220";
}


.social-logo__spotify:before {
	content:"\f515";
}


.social-logo__squarespace:before {
	content:"\f605";
}


.social-logo__stumbleupon:before {
	content:"\f223";
}


.social-logo__telegram:before {
	content:"\f606";
}


.social-logo__tumblr-alt:before {
	content:"\f607";
}


.social-logo__tumblr:before {
	content:"\f214";
}


.social-logo__twitch:before {
	content:"\f516";
}


.social-logo__twitter-alt:before {
	content:"\f202";
}


.social-logo__twitter:before {
	content:"\f610";
}


.social-logo__vimeo:before {
	content:"\f212";
}


.social-logo__whatsapp:before {
	content:"\f608";
}


.social-logo__wordpress:before {
	content:"\f205";
}


.social-logo__xanga:before {
	content:"\f609";
}


.social-logo__youtube:before {
	content:"\f213";
}
/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}


/**
 * Layout
 */

.simple-homepage {
	display: none;
}
/* 2-Column Grid Layout */

.widgets-grid-layout {
	width: 100%;
}

.widgets-grid-layout:before,
.widgets-grid-layout:after {
	content: " ";
	display: table;
}

.widgets-grid-layout:after {
	clear: both;
}

.widget-grid-view-image {
	float: left;
	max-width: 50%;
}

.widget-grid-view-image a {
	display: block;
	margin: 0 2px 4px 0;
}

.widget-grid-view-image:nth-child(even) {
	float: right;
}

.widget-grid-view-image:nth-child(even) a {
	margin: 0 0 4px 2px;
}

.widgets-grid-layout .widget-grid-view-image img {
	max-width: 100%;
	height: auto;
}

/* Multi-Column Grid Layout */

.widgets-multi-column-grid ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.widgets-multi-column-grid ul li {
	background: none;
	clear: none;
	float: left;
	margin: 0 -5px -3px 0;
	padding: 0 8px 6px 0;
	border: none;
	list-style-type: none !important;
}

.widgets-multi-column-grid ul li a {
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.widgets-multi-column-grid .avatar {
	vertical-align: middle;
}

/* List Layout */

.widgets-list-layout {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.widgets-list-layout li:before,
.widgets-list-layout li:after {
	content: "";
	display: table;
}

.widgets-list-layout li:after {
	clear: both;
}

.widgets-list-layout li {
	margin-bottom: 1em;
	list-style-type: none !important;
}

.widgets-list-layout .widgets-list-layout-blavatar {
	float: left;
	width: 21.276596%;
	max-width: 40px;
	height: auto;
}

.widgets-list-layout-links {
	float: right;
	width: 73.404255%;
}

.widgets-list-layout span {
	opacity: 0.5;
}

.widgets-list-layout span:hover {
	opacity: 0.8;
}

/* Ensure My Community images fit the 48 pixel grid. */
.widget_jetpack_my_community .avatar-48,
.widget_jetpack_my_community .avatar-240 {
	max-width: 48px;
	max-height: 48px;
}
/*
	Blogs I Follow Widget
*/

div.wpcom-follow-gravatar a {
	display: block;
}

div.wpcom-bubble.wpcom-follow-bubble {
	width: auto;
	min-width: 85px;
	max-width: 210px;
	opacity: 1;
}

div.wpcom-bubble.wpcom-follow-bubble p {
	margin: 4px 0 0 0;
}
div.wpcom-bubble.wpcom-follow-bubble p small {
	padding-right: 5px;
	margin-bottom: 3px;
}

div.wpcom-bubble.wpcom-follow-bubble a.wpcom-follow,
div.wpcom-bubble.wpcom-follow-bubble a.wpcom-following {
	width: auto!important;
	float: none!important;
	margin: 0!important;
	padding-top: 0!important;
	padding-left: 14px!important;
	background-position: -2px -159px!important;
}

div.wpcom-bubble.wpcom-follow-bubble a.wpcom-following {
	background-position: -2px -759px!important;
}
