/*!
Theme Name: meta_s2
Theme URI: https://github.com/RCowles/meta_s2
Author: Ryan Cowles
Author URI: http://ryanscowles.com
Description: Meta_s2 (Metascores 2) is a minimally responsive theme that showcases your featured posts in a prominent header section on the homepage. It is a two column theme that supports multiple post formats, custom backgrounds, and featured images.
Version: 1.0.4
License: GNU General Public License
License URI: license.txt
Text Domain: meta_s2
Domain Path: /languages/
Tags: brown, tan, green, blue, two-columns, responsive-layout, custom-background, custom-menu, featured-images, featured-image-header, flexible-header, post-formats, sticky-post, theme-options, threaded-comments

GitHub Theme URI: https://github.com/RCowles/meta_s2/
GitHub Branch: master

Meta_s2 WordPress theme, Copyright (C) 2013-2014 Ryan Cowles
Meta_s2 WordPress theme is licensed under the GPL.

meta_s2 is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/* =Variables
----------------------------------------------- */
/*
 * Green/Brown color scheme
 * https://kuler.adobe.com/vintage-brown-%26-blue-color-theme-3395661/
 */
/*
* Blue/Gray color scheme
*
$primary: #336699;
$secondary: #f1f1f1;
$dark: #333;
$light: #ccc;
$neutral: #404040;

/*
 * Blue/Dark Blue color scheme
 *
$primary: #669699;
$secondary: #242d36;
$dark: #333;
$light: #F1F4DE;
$neutral: #404040;

/*
 * Neon Green color scheme
 * https://kuler.adobe.com/purty-color-theme-3414654/
 *
$primary: #00A388;
$secondary: #79BD8F;
$dark: #333;
$light: #ccc;
$neutral: #404040;

/* Fonts */
@font-face {
  font-family: 'Genericons';
  src: url("font/genericons-regular-webfont.eot");
  src: url("font/genericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("font/genericons-regular-webfont.woff") format("woff"), url("font/genericons-regular-webfont.ttf") format("truetype"), url("font/genericons-regular-webfont.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Buttons */
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

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

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

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0;
}

a img {
  border: 0;
}

/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  font-size: 2.2em;
}

h2 {
  color: #82aa9b;
  font-size: 1.8em;
  line-height: 1.8;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

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

/* Text elements */
p {
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b,
strong {
  font-weight: bold;
}

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

blockquote {
  font-size: 24px;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 100;
  margin: 0 1.5em;
  position: relative;
}
blockquote:before {
  color: #a0bfb3;
  content: "\201C";
  display: block;
  font-size: 64px;
  font-size: 6.4rem;
  position: absolute;
  left: -40px;
  top: -20px;
}
blockquote cite {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
blockquote cite:before {
  content: "\2014 \2009";
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #e7e2d9;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}

code,
kbd,
tt,
var {
  background: #e7e2d9;
  font-size: 15px;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  padding: .2em;
}

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

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

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

q {
  font-style: italic;
}
q:before {
  content: "\201C";
}
q:after {
  content: "\201D";
}

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

tr {
  border-bottom: 10px solid #a0bfb3;
}

th {
  background: #a0bfb3;
  color: #fff;
  font-weight: bold;
}

th,
td {
  border-bottom: 1px solid #e7e2d9;
  padding: .4em;
}

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

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #a0bfb3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all, 200ms;
  -o-transition: all, 200ms;
  -webkit-transition: all, 200ms;
  transition: all, 200ms;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #649582;
  color: white;
  line-height: 1;
  padding: .6em 1em .4em;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #649582;
  border-bottom: 2px solid #3b584d;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}

/* Links */
a {
  color: #82aa9b;
  text-decoration: none;
}
a :visited {
  color: #a0bfb3;
}

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

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

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

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  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 */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

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

/* =Layout
----------------------------------------------- */
.hfeed {
  margin: 0 auto;
}

#content,
.wrapper,
.menu-categories-container ul {
  margin: 0 auto;
  max-width: 1200px;
}

#masthead {
  background: #a0bfb3;
  padding: 12px 0;
  padding: 1.2rem 0 0 0;
}

/* /layouts/content-sidebar.css */
.content-area {
  float: left;
  margin: 0 -25% 0 0;
  width: 100%;
}

.site-main {
  margin: 0 27% 0 0;
}

.site-content .widget-area {
  float: right;
  overflow: hidden;
  width: 25%;
}

.site-footer {
  clear: both;
  width: 100%;
}

/* Masthead */
#masthead img {
  width: 100%;
}

.site-branding {
  float: left;
}

.main-navigation {
  float: right;
}

/* =Header
----------------------------------------------- */
.site-title {
  font-size: 24px;
  font-size: 2.4rem;
}
.site-title a,
.site-title a:visited,
.site-title a:active {
  color: white;
  text-decoration: none;
}
.site-title a:hover,
.site-title a:visited:hover,
.site-title a:active:hover {
  color: #bed4cb;
}

h2.site-description {
  color: #dde8e4;
  font-size: 14px;
  font-size: 1.4rem;
}

/* =Footer
----------------------------------------------- */
footer#colophon {
  background: #a0bfb3;
  color: #507667;
  padding: 1em 0 2em 0;
}

.site-info {
  clear: both;
  font-size: 12px;
  font-size: 1.2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.site-info a,
.site-info a:visited,
.site-info a:active {
  color: #dde8e4;
}
.site-info a:hover,
.site-info a:visited:hover,
.site-info a:active:hover {
  color: #fbfdfc;
}

/* =Menu
----------------------------------------------- */
/* Primary Menu */
.main-navigation {
  display: block;
  margin: 0 auto;
  padding: 18px 0 12px 0;
  text-align: center;
}
.main-navigation ul {
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
  text-align: center;
}
.main-navigation ul li:hover > ul {
  display: block;
  opacity: 1;
}
.main-navigation ul ul {
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background: #3b584d;
  display: none;
  opacity: 0;
  float: left;
  position: absolute;
  top: 2.5em;
  left: 0;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul a {
  border-bottom: none;
  padding: 12px;
  width: 200px;
}
.main-navigation ul ul li:hover {
  background: #72a08e;
}
.main-navigation li {
  display: inline-block;
  position: relative;
}
.main-navigation a {
  color: white;
  display: block;
  padding: 12px 12px;
  text-decoration: none;
}
.main-navigation li:hover,
.main-navigation li.current-menu-item {
  background: #3b584d;
  border-bottom: 2px solid #bed4cb;
  color: #dde8e4;
}
.main-navigation li:hover a,
.main-navigation li.current-menu-item a {
  padding: 12px 12px 10px 12px;
}
.main-navigation li.current-menu-item ul a,
.main-navigation li:hover ul li {
  border-bottom: none;
}

/* Secondary Menu */
.sub-navigation {
  background: #5a4d43;
  margin: 0 0 2em 0;
}
.sub-navigation div {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}
.sub-navigation div ul {
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
  overflow: hidden;
}
.sub-navigation div li {
  float: left;
  position: relative;
}
.sub-navigation div li:hover > ul {
  display: block;
}
.sub-navigation div a {
  color: #dde8e4;
  display: block;
  padding: 12px 8px;
  text-decoration: none;
}
.sub-navigation div a:hover {
  background: #5a8675;
  color: white;
}
.sub-navigation div .current-menu-item a {
  background: #776659;
}
.sub-navigation div ul ul {
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  position: absolute;
  top: 2.5em;
  left: 0;
  z-index: 99999;
}
.sub-navigation div ul ul ul {
  left: 100%;
  top: 0;
}
.sub-navigation div ul ul ul a {
  width: 200px;
}

/* Mobile Menu */
.menu-toggle {
  display: none;
  cursor: pointer;
}

.menu-toggle {
  background: #82aa9b;
  color: #e7e2d9;
  margin: 0 auto;
  padding: 6px 0;
}
.menu-toggle :before {
  content: '\f419';
  display: inline-block;
  padding: 2px 4px 0 0;
  -webkit-font-smoothing: antialiased;
  font: normal 18px/1 'Genericons';
  vertical-align: top;
}

/* =Responsive
----------------------------------------------- */
@media screen and (max-width: 600px) {
  /* Stack branding and main nav */
  .site-branding,
  .main-navigation {
    float: none;
    text-align: center;
  }

  /* Show small menu */
  .menu-toggle {
    display: block;
  }

  .main-navigation li {
    display: block;
  }

  .main-navigation.toggled .nav-menu {
    display: block;
  }

  .main-navigation .nav-menu {
    display: none;
  }

  /* Hide secondary nav */
  .sub-navigation {
    display: none;
  }

  /* Stack #primary and #secondary */
  #primary,
  #secondary {
    float: none;
  }

  .site-content .site-main {
    margin: 0;
  }

  .site-content .widget-area {
    width: 100%;
  }
  .site-content .widget-area aside {
    padding: 0 1em;
  }

  #colophon {
    text-align: center;
  }

  #footer-widgets {
    display: none;
  }
}
/* =Content
----------------------------------------------- */
.hentry {
  background: #f1f1f1;
  margin: 0 0 1.5em;
}

.byline,
.updated {
  display: none;
}

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

.page-content,
.entry-content,
.entry-summary {
  padding: 1em;
}

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

.sticky {
  border: 1px dashed #5a4d43;
}

/* =Entry Header
----------------------------------------------- */
.entry-header {
  color: #5a4d43;
}
.entry-header .entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  padding: .4em;
}
.entry-header .entry-title a {
  color: #5a4d43;
  text-decoration: none;
}
.entry-header .entry-title a:hover {
  color: #947f6f;
}

/* =Single
----------------------------------------------- */
/* =Meta
----------------------------------------------- */
.entry-meta {
  background: #a0bfb3;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 1em;
}
.entry-header .entry-meta {
  color: #e9f0ee;
  padding: 1em;
}
.entry-meta a {
  color: #e9f0ee;
}
.entry-meta a:hover {
  color: #fbfdfc;
}

footer.entry-meta {
  background: #a0bfb3;
  color: #507667;
  margin: 0 0 4em 0;
}

.posted-on {
  margin-right: 1em;
}
.posted-on:before {
  content: '\f307';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 18px/1 'Genericons';
  padding: 0 .2em;
  vertical-align: top;
}

.byline:before {
  content: '\f304';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 18px/1 'Genericons';
  padding: 0 .2em;
  vertical-align: top;
}

/* =Post Format Styling
----------------------------------------------- */
.entry-title:after {
  color: #5a4d43;
  display: inline-block;
  float: right;
  -webkit-font-smoothing: antialiased;
  font: normal 48px/1 'Genericons';
  vertical-align: top;
}
.format-standard .entry-title:after {
  content: '\f308';
}
.format-gallery .entry-title:after {
  content: '\f473';
}
.format-image .entry-title:after {
  content: '\f102';
}
.format-quote .entry-title:after {
  content: '\f106';
}
.format-audio .entry-title:after {
  content: '\f109';
}
.format-video .entry-title:after {
  content: '\f104';
}
.format-link .entry-title:after {
  content: '\f107';
}
.format-status .entry-title:after {
  content: '\f100';
}
.format-chat .entry-title:after {
  content: '\f108';
}

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

#secondary aside a {
  color: #82aa9b;
}
#secondary aside a:hover {
  color: #a0bfb3;
}

/* =Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption,
.gallery-caption {
  border: 1px solid #ccc;
  background: #a0bfb3;
  color: #fbfaf8;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption a,
.wp-caption a:active,
.wp-caption a:visited,
.gallery-caption a,
.gallery-caption a:active,
.gallery-caption a:visited {
  color: #dde8e4;
  text-decoration: underline;
}
.wp-caption a:hover,
.gallery-caption a:hover {
  color: #fbfdfc;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-main .gallery dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Navigation
----------------------------------------------- */
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}

[class*="navigation"] .nav-previous a {
  background: #a0bfb3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all, 200ms;
  -o-transition: all, 200ms;
  -webkit-transition: all, 200ms;
  transition: all, 200ms;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #649582;
  color: white;
  line-height: 1;
  padding: .6em 1em .4em;
  float: left;
}
[class*="navigation"] .nav-previous a:hover {
  background: #649582;
  border-bottom: 2px solid #3b584d;
}

[class*="navigation"] .nav-next a {
  background: #a0bfb3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all, 200ms;
  -o-transition: all, 200ms;
  -webkit-transition: all, 200ms;
  transition: all, 200ms;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #649582;
  color: white;
  line-height: 1;
  padding: .6em 1em .4em;
  float: right;
  text-align: right;
}
[class*="navigation"] .nav-next a:hover {
  background: #649582;
  border-bottom: 2px solid #3b584d;
}

/* =Frontpage featured content
----------------------------------------------- */
.featured-posts {
  clear: both;
}
.featured-posts img {
  display: block;
  width: 100%;
}

/*
 * Captions based on http://css-tricks.com/slide-in-image-captions/
 */
figure {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  width: 25%;
}

figcaption {
  position: absolute;
  background: #a0bfb3;
  color: #fff;
  padding: 10px 20px;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

figure:hover figcaption {
  opacity: 1;
}

figure:before {
  content: "\2192";
  position: absolute;
  font-weight: 800;
  background: #a0bfb3;
  color: #e7e2d9;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

figure:hover:before {
  opacity: 0;
}

.cap-left:before {
  bottom: 0px;
  left: 0px;
}

.cap-left figcaption {
  bottom: 0px;
  left: -30%;
}

.cap-left:hover figcaption {
  left: 0;
}

/* =Comments
----------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.comment-list {
  margin: 0;
  padding: 0;
}
.comment-list .reply {
  text-align: right;
  padding: 1em;
}
.comment-list .reply a {
  background: #a0bfb3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all, 200ms;
  -o-transition: all, 200ms;
  -webkit-transition: all, 200ms;
  transition: all, 200ms;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #649582;
  color: white;
  line-height: 1;
  padding: .6em 1em .4em;
  clear: both;
}
.comment-list .reply a:hover {
  background: #649582;
  border-bottom: 2px solid #3b584d;
}
.comment-list li.comment {
  background: #f1f1f1;
  list-style: none;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  margin: 1em 0;
}
.comment-list li.comment .depth-2,
.comment-list li.comment .depth-4,
.comment-list li.comment .depth-6 {
  background: #fff;
}
.comment-list li.comment ul.children {
  overflow: hidden;
}
.comment-list li.comment ul.children li {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin: 1em;
}
.comment-list .vcard {
  float: left;
  vertical-align: middle;
}
.comment-list .vcard span.says {
  display: none;
}
.comment-list .vcard img.avatar {
  vertical-align: bottom;
}
.comment-list .comment-meta {
  background: #a0bfb3;
  color: #3d342d;
  display: block;
  padding: .8em;
  overflow: hidden;
}
.comment-list .comment-meta a {
  color: #f1f1f1;
  text-decoration: none;
}
.comment-list .comment-meta a:hover {
  color: #fff;
}
.comment-list .comment-metadata {
  clear: both;
  font-size: 14px;
  vertical-align: middle;
  padding: .8em 0 0;
}
.comment-list .bypostauthor .comment-meta {
  border-bottom: 2px solid #82aa9b;
}
.comment-list .comment-content {
  padding: 1em;
}

.comment-respond {
  background: #fbfaf8;
  padding: 2em;
}

/* =Widgets
----------------------------------------------- */
.widget {
  color: #776659;
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-field {
  padding: 2%;
  width: 96%;
}

.widget_search .search-submit {
  display: none;
}

/* Widget Defaults */
.widget-title {
  border-bottom: 2px solid #a0bfb3;
  color: #82aa9b;
  font-size: 18px;
  font-size: 1.8rem;
  margin: .5em 0;
}

aside.widget ul {
  margin: 0;
}

aside.widget ul li {
  list-style: none;
}

aside.widget p,
aside.widget li,
aside.widget form {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0.5em;
}

aside.widget li {
  margin: 0.5em 0;
}

aside.widget li a {
  display: block;
  text-decoration: none;
}

/* =Sidebar Widgets
----------------------------------------------- */
/* =Footer Widgets
----------------------------------------------- */
#footer-widgets {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}
#footer-widgets aside {
  color: #507667;
  float: left;
  padding: 1% 1% 1% 0;
  width: 24%;
}
#footer-widgets aside:last-child {
  padding: 1% 0;
  width: 25%;
}
#footer-widgets .widget-title {
  border-bottom: 2px solid #82aa9b;
  color: #fbfdfc;
}
#footer-widgets a,
#footer-widgets a:visited,
#footer-widgets a:active {
  color: #dde8e4;
}
#footer-widgets a:hover {
  color: #fbfdfc;
}
#footer-widgets table {
  background: none;
}
#footer-widgets th {
  color: #507667;
}
#footer-widgets td,
#footer-widgets th {
  border: none;
}

/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}
