/*
Theme Name: Mirror
Theme URI: https://wordpress.com/theme/mirror/
Description: Mirror is a blog focused theme showcasing large featured images and clear typography. A large featured content slider in the header helps your top content to shine.
Version: 2.6
Author: Pro Theme Design
Author URI: https://prothemedesign.com
Text Domain: mirror
Domain Path: /languages/
Tags: art, artwork, blog, bright, cartoon, classic-menu, clean, conservative, contemporary, curved, custom-background, custom-colors, custom-header, custom-menu, elegant, featured-image-header, featured-images, flexible-heade, full-width-template, gray, green, holiday, infinite-scroll, journal, lifestream, light, light, magazine, minimal, modern, music, nature, one-column, photoblogging, photography, post-slider, responsive-layout, right-sidebar, rtl-language-support, silver, sticky-post, translation-ready, two-columns, white
Product: ptdB
Status: inactive

License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* CSS reset */
/* based upon: normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
  font-size: 1em;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"],
input.searchfield {
  -webkit-appearance: textfield;
}
input[type="search"]:focus::-webkit-input-placeholder,
input.searchfield:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input.searchfield::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input.searchfield::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
}
table th,
table caption {
  background: #e6e6e6;
  padding: 5px 10px;
}
table td {
  padding: 5px 10px;
}
table tr:nth-child(odd) {
  background: #fff;
}
table tr:nth-child(even) {
  background: #fcfcfc;
}
::-moz-selection {
  background: #77B84B;
  color: #fff;
}
::selection {
  background: #77B84B;
  color: #fff;
}
iframe,
object,
embed {
  max-width: 100%;
}
.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}
@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-o-viewport {
  zoom: 1;
  width: extend-to-zoom;
}
@viewport {
  zoom: 1;
  width: extend-to-zoom;
}
@-ms-viewport {
  width: extend-to-zoom;
  zoom: 1;
}
/* Typography */
body {
  color: #666666;
  font: normal 87.5%/1.65 'Roboto Slab', serif;
}
h1 {
  font-size: 291.66375%;
  margin-bottom: 10px;
}
h2 {
  font-size: 175%;
  margin-bottom: 10px;
}
h3 {
  font-size: 116.66375%;
  margin-bottom: 10px;
}
h4 {
  font-size: 102.08625%;
  margin-bottom: 10px;
  margin-bottom: 0.5rem;
}
h5 {
  font-size: 87.5%;
  margin-bottom: 10px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
h6 {
  font-size: 87.5%;
  margin-bottom: 10px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a1a;
  font-family: 'Roboto Slab', serif;
  line-height: 1.1667;
  margin-top: 0;
  font-weight: normal;
}
hr {
  margin: 20px 0;
  border: 1px solid #e6e6e6;
}
p,
pre {
  margin: 0 0 20px 0;
}
ol,
ul {
  padding: 0 0 0 1.5rem;
  margin: 0 0 20px 0;
}
ol ol,
ul ol,
ol ul,
ul ul {
  margin-bottom: 0;
}
dl dt {
  font-weight: bold;
}
pre {
  background: #333333;
  color: #77B84B;
  padding: 20px;
  display: block;
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}
q {
  background: #f2f2f2;
}
code {
  font-family: monospace;
}
blockquote {
  background: #f2f2f2;
  padding: 10px 20px;
  margin: 0 0 20px 0;
  position: relative;
  border-left: 3px solid #77B84B;
  overflow: hidden;
}
blockquote p {
  color: #999999;
}
blockquote p:last-child {
  margin-bottom: 0;
}
address {
  margin-bottom: 20px;
}
nav li.icon a:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f107';
}
nav li.icon a[href*="behance.net"]:before,
nav li.icon a[href*="bloglovin.com"]:before {
  content: '\f471';
}
nav li.icon a[href*="soundcloud.com"]:before {
  content: '\f426';
}
nav li.icon a[href*="codepen.com"]:before {
  content: '\f216';
}
nav li.icon a[href*="dribbble.com"]:before {
  content: '\f201';
}
nav li.icon a[href*="dropbox.com"]:before {
  content: '\f225';
}
nav li.icon a[href*="facebook.com"]:before {
  content: '\f204';
}
nav li.icon a[href*="/feed/"]:before,
nav li.icon a[href*=".rss"]:before {
  content: '\f413';
}
nav li.icon a[href*="flickr.com"]:before {
  content: '\f211';
}
nav li.icon a[href*="plus.google.com"]:before {
  content: '\f206';
}
nav li.icon a[href*="github.com"]:before {
  content: '\f200';
}
nav li.icon a[href*="instagram.com"]:before {
  content: '\f215';
}
nav li.icon a[href*="linkedin.com"]:before {
  content: '\f207';
}
nav li.icon a[href*="/contact/"]:before,
nav li.icon a[href^="mailto:"]:before {
  content: '\f410';
}
nav li.icon a[href*="pinterest.com"]:before {
  content: '\f209';
}
nav li.icon a[href*="polldaddy.com"]:before {
  content: '\f217';
}
nav li.icon a[href*="path.com"]:before {
  content: '\f219';
}
nav li.icon a[href*="getpocket.com"]:before {
  content: '\f224';
}
nav li.icon a[href*="reddit.com"]:before {
  content: '\f222';
}
nav li.icon a[href^="skype:"]:before {
  content: '\f220';
}
nav li.icon a[href*="spotify.com"]:before {
  content: '\f515';
}
nav li.icon a[href*="stumbleupon.com"]:before {
  content: '\f223';
}
nav li.icon a[href*="tumblr.com"]:before {
  content: '\f214';
}
nav li.icon a[href*="twitch.com"]:before {
  content: '\f516';
}
nav li.icon a[href*="twitter.com"]:before {
  content: '\f202';
}
nav li.icon a[href*="vine.co"]:before {
  content: '\f104';
}
nav li.icon a[href*="vimeo.com"]:before {
  content: '\f212';
}
nav li.icon a[href*="wordpress.com"]:before,
nav li.icon a[href*="wordpress.org"]:before {
  content: '\f205';
}
nav li.icon a[href*="youtube.com"]:before {
  content: '\f213';
}
nav li.icon a:before {
  vertical-align: middle;
  margin-right: 0.1em;
}
img {
  max-width: 100%;
  height: auto;
}
/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel],
input.text,
textarea,
input.settings-input {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #e6e6e6;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  max-width: 100%;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input.text:focus,
textarea:focus,
input.settings-input:focus {
  outline-color: #77B84B;
  border-color: #77B84B;
}
select {
  box-sizing: border-box;
  max-width: 100%;
}
textarea {
  width: 100%;
  height: 150px;
}
input .text {
  width: 200px;
}
input .long-text {
  width: 350px;
}
input.radio {
  margin-right: 5px;
}
input[type=submit],
button[type=submit] {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 20px;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #77B84B;
  display: inline-block;
  text-decoration: none;
  background-color: #78b152;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8ac265), to(#66a03f));
  background-image: -webkit-linear-gradient(top, #8ac265, #66a03f);
  background-image: linear-gradient(to bottom, #8ac265, #66a03f);
  border-color: #66a03f;
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-shadow: none;
  background: #77B84B;
  padding: 4px 1.5em;
}
input[type=submit]:hover,
button[type=submit]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #669f40;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#77B84B), to(#568735));
  background-image: -webkit-linear-gradient(top, #77B84B, #568735);
  background-image: linear-gradient(to bottom, #77B84B, #568735);
  border-color: #568735;
}
input[type=submit]:hover,
button[type=submit]:hover {
  background: #48712c;
}
textarea.error,
input.error {
  border-color: #E67E22;
  margin: 0;
}
label {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
label.error {
  color: #E67E22;
  margin-bottom: 5px;
}
label em {
  color: #cccccc;
}
legend {
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
fieldset {
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 10px;
}
fieldset ul.radio {
  margin: 0;
}
/* WordPress specific stuff */
.wp-caption {
  background: #f2f2f2;
  padding: 0.5em;
  text-align: center;
  max-width: 100%;
  margin: 0 0 20px 0;
  clear: both;
  box-sizing: border-box;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  padding: 0.5em;
  box-sizing: border-box;
}
.wp-caption .wp-caption-text {
  text-align: center;
  padding: 0;
  margin: 0;
  color: #666666;
  font-size: 0.8em;
}
.wp-caption img {
  float: none;
  display: block;
  margin: 0 auto 0.5em auto;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
#wp-calendar {
  width: 100%;
  margin: 0;
}
#wp-calendar th,
#wp-calendar caption {
  text-align: center;
  background: #fff;
}
#wp-calendar th {
  border-bottom: 1px solid #f2f2f2;
}
#wp-calendar th,
#wp-calendar td {
  text-align: center;
  padding: 0.5em 0.25em;
}
#wp-calendar caption {
  background: transparent;
  font-weight: bold;
  padding: 0.25em 0;
  text-transform: uppercase;
}
#wp-calendar #today {
  font-weight: bold;
}
/* --- COMMON WORDPRESS SETTINGS --- */
/* standard WordPress image classes */
.alignleft,
.alignright,
.aligncenter {
  display: block;
  padding: 0;
  box-sizing: border-box;
}
blockquote.alignleft,
blockquote.alignright,
blockquote.aligncenter {
  max-width: 40%;
  padding: 10px;
}
.alignleft {
  float: left;
  margin: 5px 80px 10px 0;
}
.alignright {
  float: right;
  margin: 5px 0 10px 80px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 20px auto;
}
.alignright .alignright,
.alignleft .alignleft,
.aligncenter .aligncenter {
  padding: 0 0.5em;
  border: 0;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.textleft {
  text-align: left;
}
.invisible {
  position: absolute;
  left: -1000em;
}
img#wpstats {
  position: absolute;
  left: -100px;
  bottom: 100px;
}
.infinite-scroll .pagination {
  display: none;
}
.infinite-scroll #infinite-handle {
  clear: both;
  padding: 20px 80px;
  margin-bottom: 20px;
  text-align: center;
}
.infinite-scroll #infinite-handle span {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 20px;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #77B84B;
  display: inline-block;
  text-decoration: none;
  background-color: #78b152;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8ac265), to(#66a03f));
  background-image: -webkit-linear-gradient(top, #8ac265, #66a03f);
  background-image: linear-gradient(to bottom, #8ac265, #66a03f);
  border-color: #66a03f;
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-shadow: none;
  background: #77B84B;
  padding: 4px 1.5em;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.infinite-scroll #infinite-handle span:hover {
  color: #fff;
  text-decoration: none;
  background-color: #669f40;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#77B84B), to(#568735));
  background-image: -webkit-linear-gradient(top, #77B84B, #568735);
  background-image: linear-gradient(to bottom, #77B84B, #568735);
  border-color: #568735;
}
.infinite-scroll #infinite-handle span:hover {
  background: #48712c;
}
.infinite-scroll #infinite-handle span:before {
  display: none;
}
.infinite-scroll #infinite-handle span:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f420';
  margin-left: 1em;
}
.infinite-scroll #infinite-handle span:focus,
.infinite-scroll #infinite-handle span:hover {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.infinite-scroll #infinite-handle span button {
  border: none;
  background: transparent;
}
.infinite-scroll .infinite-loader {
  clear: both;
  padding: 20px;
}
.infinite-scroll .infinite-loader .spinner {
  margin: 0 auto;
}
.infinite-scroll.neverending footer#footer {
  display: none;
}
.infinite-scroll.infinity-end.neverending footer#footer {
  display: block;
}
.widget {
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.widget h3.widgettitle:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  margin-right: 0.25em;
}
.widget select {
  width: 100%;
}
.widget iframe {
  max-width: 100%;
  min-width: 0 !important;
}
.widget .wp-playlist,
.widget .mejs-container,
.widget .jetpack-video-wrapper {
  margin: 0;
}
.widget.milestone-widget .milestone-content {
  margin: 0 auto;
}
.widget.widget_author_grid ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
.widget.widget_author_grid ul:before,
.widget.widget_author_grid ul:after {
  content: "";
  display: table;
}
.widget.widget_author_grid ul:after {
  clear: both;
}
.widget.widget_author_grid ul li {
  float: left;
  max-width: 50%;
}
.widget.widget_author_grid ul img {
  display: block;
}
.widget.widget_nav_menu ul {
  list-style-type: none;
  padding: 0;
}
.widget.widget_nav_menu ul ul {
  padding-left: 40px;
}
.widget.widget_nav_menu ul ul li:last-child {
  padding: 0;
}
.widget.widget_recent_comments table.recentcommentsavatar {
  width: 100%;
  margin: 0;
  border: none;
}
.widget.widget_recent_comments table.recentcommentsavatar td {
  padding-bottom: 10px;
}
.widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatarend,
.widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatartop {
  padding: auto;
}
.widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatarend a,
.widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatartop a {
  display: block;
  line-height: 0;
}
.widget.widget_recent_comments table.recentcommentsavatar tr,
.widget.widget_recent_comments table.recentcommentsavatar tr:nth-child(odd) {
  background: transparent;
}
.widget.widget_jp_blogs_i_follow ol {
  list-style-type: none;
  padding: 0;
}
.widget.widget_flickr #flickr_badge_uber_wrapper,
.widget.widget_flickr #flickr_badge_wrapper {
  width: 100%;
  margin: 0;
}
.widget.widget_flickr #flickr_badge_uber_wrapper td,
.widget.widget_flickr #flickr_badge_wrapper td {
  padding: 0.5em;
}
.widget.widget_flickr #flickr_badge_uber_wrapper td a,
.widget.widget_flickr #flickr_badge_wrapper td a {
  color: #77B84B;
}
.widget.widget_flickr #flickr_badge_uber_wrapper td a:focus,
.widget.widget_flickr #flickr_badge_wrapper td a:focus,
.widget.widget_flickr #flickr_badge_uber_wrapper td a:hover,
.widget.widget_flickr #flickr_badge_wrapper td a:hover {
  text-decoration: underline;
}
.widget.widget_flickr #flickr_badge_wrapper {
  border-color: #e6e6e6;
}
.widget.widget_image img {
  margin: 0;
}
.widget.widget_image .wp-caption {
  max-width: 100%;
  margin-bottom: 0;
}
.widget.widget_image .wp-caption .wp-caption-text {
  font-size: 1em;
}
.widget.widget_authors li {
  clear: both;
  margin-bottom: 20px;
}
.widget.widget_authors li li {
  margin-bottom: 0;
}
.widget.widget_authors img {
  margin: 0 auto 10px auto;
}
.widget.widget_authors ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.widget.widget_authors ul strong {
  clear: both;
  display: block;
  font-size: 116.66375%;
  text-align: center;
  margin-bottom: 10px;
}
.widget.widget_authors ul ul {
  list-style-type: disc;
  margin: 0 0 20px 0;
  padding: 0 0 0 1.5rem;
  clear: both;
}
.widget.widget_authors ul img {
  display: block;
}
.widget.widget_rss ul {
  padding: 0;
}
.widget.widget_rss li {
  list-style-type: none;
  margin-bottom: 20px;
}
.widget.widget_rss li .rss-date {
  color: #cccccc;
}
.widget.widget_rss li a.rsswidget {
  font-weight: bold;
}
.widget.widget_search {
  font-size: 1em;
}
.widget.widget_blog_subscription input[type=text],
.widget.widget_blog_subscription input[type=submit],
.widget.widget_blog_subscription p:last-child {
  margin: 0;
}
.widget.widget_wpcom_social_media_icons_widget li {
  margin-right: 10px;
}
.widget.widget_wpcom_social_media_icons_widget li a {
  font-size: 32px;
}
.widget.widget_recent_comments h3.widgettitle:before {
  content: '\f300';
}
.widget.widget_recent_entries h3.widgettitle:before {
  content: '\f444';
}
.widget.widget_nav_menu h3.widgettitle:before {
  content: '\f419';
}
.widget.widget_pages h3.widgettitle:before {
  content: '\f443';
}
.widget.widget_categories h3.widgettitle:before {
  content: '\f301';
}
.widget.widget_archive h3.widgettitle:before,
.widget.widget_calendar h3.widgettitle:before {
  content: '\f307';
}
.widget.widget_meta h3.widgettitle:before {
  content: '\f445';
}
.widget.widget_tag_cloud h3.widgettitle:before,
.widget.wp_widget_tag_cloud h3.widgettitle:before {
  content: '\f302';
}
.widget.widget_wpcom_instagram_widget h3.widgettitle:before {
  content: '\f215';
}
.widget.widget_twitter_timeline h3.widgettitle:before {
  content: '\f202';
}
.widget.widget_links h3.widgettitle:before {
  content: '\f107';
}
.widget.widget-grofile h3.widgettitle:before,
.widget.widget_gravatar h3.widgettitle:before {
  content: '\f304';
}
.widget.widget_jetpack_posts_i_like h3.widgettitle:before {
  content: '\f461';
}
.widget.widget_rss_links h3.widgettitle:before {
  content: '\f413';
}
div#jp-relatedposts,
#jp-post-flair {
  clear: both;
  margin-bottom: 20px;
}
.post-password-required form {
  margin-bottom: 20px;
  padding: 20px;
  background: #f2f2f2;
}
.post-password-required form input[type=password] {
  width: 100%;
}
.post-password-required form input[type=submit] {
  min-width: 30%;
}
.post-password-required form p:last-child {
  margin-bottom: 0;
}
a.post-edit-link {
  display: block;
  margin-bottom: 20px;
  padding: 0.5em;
  text-align: center;
  background: #f2f2f2;
  clear: both;
}
a.post-edit-link:focus,
a.post-edit-link:hover {
  background: #e6e6e6;
  text-decoration: none;
}
a.post-edit-link:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f411';
  margin-right: 0.5em;
}
a.post-edit-link:before:focus,
a.post-edit-link:before:hover {
  text-decoration: none;
}
/* Common Styles */
.content-comments h3#comments:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  vertical-align: bottom;
  content: '\f108';
  margin-right: 40px;
  float: left;
}
.container .video-player,
.container .embed-vimeo {
  margin: 0 0 20px 0;
}
.screen-reader-shortcut {
  padding: 15px 23px 14px;
  background: #f1f1f1;
  color: #0073aa;
  max-width: 200px;
  position: absolute;
  left: -300px;
  top: 7px;
  word-wrap: normal !important;
  text-align: center;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
.screen-reader-shortcut:focus {
  left: 6px;
}
.main div.pd-rating,
.main div#jp-relatedposts,
.main div.sharedaddy {
  margin-bottom: 20px;
}
.main div.pd-rating h3.jp-relatedposts-headline,
.main div#jp-relatedposts h3.jp-relatedposts-headline,
.main div.sharedaddy h3.jp-relatedposts-headline,
.main div.pd-rating h3.sd-title,
.main div#jp-relatedposts h3.sd-title,
.main div.sharedaddy h3.sd-title {
  font-size: 70%;
  font-family: arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0.5em 0;
}
.main div.pd-rating div.jp-relatedposts-items,
.main div#jp-relatedposts div.jp-relatedposts-items,
.main div.sharedaddy div.jp-relatedposts-items,
.main div.pd-rating div.sd-block,
.main div#jp-relatedposts div.sd-block,
.main div.sharedaddy div.sd-block {
  padding: 10px 0 5px 0;
  border-color: rgba(0, 0, 0, 0.05);
}
.main .contributor {
  *zoom: 1;
  margin-bottom: 20px;
}
.main .contributor:before,
.main .contributor:after {
  content: "";
  display: table;
}
.main .contributor:after {
  clear: both;
}
.main .contributor .avatar {
  float: left;
  margin: 0 40px 0 0;
}
.main .contributor a.contributor-posts-link {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 20px;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #77B84B;
  display: inline-block;
  text-decoration: none;
  background-color: #78b152;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8ac265), to(#66a03f));
  background-image: -webkit-linear-gradient(top, #8ac265, #66a03f);
  background-image: linear-gradient(to bottom, #8ac265, #66a03f);
  border-color: #66a03f;
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-shadow: none;
  background: #77B84B;
  padding: 4px 1.5em;
}
.main .contributor a.contributor-posts-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #669f40;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#77B84B), to(#568735));
  background-image: -webkit-linear-gradient(top, #77B84B, #568735);
  background-image: linear-gradient(to bottom, #77B84B, #568735);
  border-color: #568735;
}
.main .contributor a.contributor-posts-link:hover {
  background: #48712c;
}
/* PollDaddy Embed */
.PDS_Poll {
  max-width: 100%;
}
.PDS_Poll .pds-box {
  max-width: 100%;
}
.PDS_Poll label {
  text-transform: none;
}
.PDS_Poll .pds-input-label {
  max-width: 100%;
  width: auto;
  float: none;
  display: inline;
}
.PDS_Poll .pds-answer-input {
  display: inline;
  float: none;
}
.PDS_Poll input {
  margin-bottom: 0;
}
/* Social menu */
.menu-social-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-social-links ul li {
  display: inline-block;
}
.menu-social-links ul li a:before {
  margin: 0 0.25em;
}
.menu-social-links ul li a:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f107';
}
.menu-social-links ul li a[href*="behance.net"]:before,
.menu-social-links ul li a[href*="bloglovin.com"]:before {
  content: '\f471';
}
.menu-social-links ul li a[href*="soundcloud.com"]:before {
  content: '\f426';
}
.menu-social-links ul li a[href*="codepen.com"]:before {
  content: '\f216';
}
.menu-social-links ul li a[href*="dribbble.com"]:before {
  content: '\f201';
}
.menu-social-links ul li a[href*="dropbox.com"]:before {
  content: '\f225';
}
.menu-social-links ul li a[href*="facebook.com"]:before {
  content: '\f204';
}
.menu-social-links ul li a[href*="/feed/"]:before,
.menu-social-links ul li a[href*=".rss"]:before {
  content: '\f413';
}
.menu-social-links ul li a[href*="flickr.com"]:before {
  content: '\f211';
}
.menu-social-links ul li a[href*="plus.google.com"]:before {
  content: '\f206';
}
.menu-social-links ul li a[href*="github.com"]:before {
  content: '\f200';
}
.menu-social-links ul li a[href*="instagram.com"]:before {
  content: '\f215';
}
.menu-social-links ul li a[href*="linkedin.com"]:before {
  content: '\f207';
}
.menu-social-links ul li a[href*="/contact/"]:before,
.menu-social-links ul li a[href^="mailto:"]:before {
  content: '\f410';
}
.menu-social-links ul li a[href*="pinterest.com"]:before {
  content: '\f209';
}
.menu-social-links ul li a[href*="polldaddy.com"]:before {
  content: '\f217';
}
.menu-social-links ul li a[href*="path.com"]:before {
  content: '\f219';
}
.menu-social-links ul li a[href*="getpocket.com"]:before {
  content: '\f224';
}
.menu-social-links ul li a[href*="reddit.com"]:before {
  content: '\f222';
}
.menu-social-links ul li a[href^="skype:"]:before {
  content: '\f220';
}
.menu-social-links ul li a[href*="spotify.com"]:before {
  content: '\f515';
}
.menu-social-links ul li a[href*="stumbleupon.com"]:before {
  content: '\f223';
}
.menu-social-links ul li a[href*="tumblr.com"]:before {
  content: '\f214';
}
.menu-social-links ul li a[href*="twitch.com"]:before {
  content: '\f516';
}
.menu-social-links ul li a[href*="twitter.com"]:before {
  content: '\f202';
}
.menu-social-links ul li a[href*="vine.co"]:before {
  content: '\f104';
}
.menu-social-links ul li a[href*="vimeo.com"]:before {
  content: '\f212';
}
.menu-social-links ul li a[href*="wordpress.com"]:before,
.menu-social-links ul li a[href*="wordpress.org"]:before {
  content: '\f205';
}
.menu-social-links ul li a[href*="youtube.com"]:before {
  content: '\f213';
}
.menu-social-links ul li a:after {
  display: none;
}
.jetpack-video-wrapper {
  margin-bottom: 20px;
}
div.jetpack-testimonial-shortcode {
  margin-bottom: 20px;
  *zoom: 1;
}
div.jetpack-testimonial-shortcode:before,
div.jetpack-testimonial-shortcode:after {
  content: "";
  display: table;
}
div.jetpack-testimonial-shortcode:after {
  clear: both;
}
div.jetpack-testimonial-shortcode .testimonial-entry {
  box-sizing: border-box;
  margin: 0;
  padding: 20px 80px;
}
div.jetpack-testimonial-shortcode .testimonial-entry-content {
  margin: 0 0 10px 0;
}
div.jetpack-testimonial-shortcode .testimonial-entry-title {
  display: inline-block;
}
div.jetpack-testimonial-shortcode .testimonial-featured-image {
  float: left;
}
div.jetpack-testimonial-shortcode .testimonial-featured-image img {
  max-height: 20px;
  width: auto;
  margin-right: 26.66666667px;
}
div.jetpack-testimonial-shortcode.column-2 .testimonial-entry {
  width: 50%;
}
div.jetpack-testimonial-shortcode.column-2 .testimonial-entry:nth-of-type( 2n + 1 ) {
  clear: both;
}
div.jetpack-testimonial-shortcode.column-3 .testimonial-entry {
  width: 33.3%;
}
div.jetpack-testimonial-shortcode.column-3 .testimonial-entry:nth-of-type( 3n + 1 ) {
  clear: both;
}
div.jetpack-testimonial-shortcode.column-4 .testimonial-entry {
  width: 25%;
}
div.jetpack-testimonial-shortcode.column-4 .testimonial-entry:nth-of-type( 4n + 1 ) {
  clear: both;
}
.multi-author-false .post-meta-data .byline {
  display: none;
}
.multi-author-false.singular .contributor {
  display: none;
}
.screen-reader-text,
.screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.screen-reader-text:focus,
.screen-reader:focus {
  padding: 15px 23px 14px;
  background: #f1f1f1;
  color: #0073aa;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  left: 5px;
  top: 5px;
  clip: auto !important;
  display: block;
  height: auto;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.entry-breadcrumbs {
  margin-bottom: 10px;
}
.entry-breadcrumbs a {
  font-weight: bold;
}
.entry-breadcrumbs a:focus,
.entry-breadcrumbs a:hover {
  text-decoration: none;
}
.entry-breadcrumbs a:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 8px;
  vertical-align: bottom;
  content: '\f501';
  margin: 0 1rem;
  opacity: 0.5;
}
.wp-playlist,
.mejs-container {
  margin: 0 0 20px 0;
}
iframe[src*="8tracks.com"],
iframe[src*="bandcamp.com"],
iframe[src*="dailymotion.com"],
iframe[src*="itchi.io"],
iframe[src*="slideshare.net"],
iframe[src*="soundcloud.com"],
iframe[src*="viddler.com"],
iframe[src*="videopress.com"],
iframe.twitter-tweet,
iframe.twitter-follow-button {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 100%;
}
iframe.instagram-media {
  display: block;
  margin: 0 auto 20px auto !important;
}
object {
  display: block;
  margin: 0 auto 20px auto !important;
}
form.contact-form div label.grunion-field-label {
  font-weight: bold;
}
form.contact-form div label.grunion-radio-label input,
form.contact-form div label.grunion-checkbox-multiple-label input {
  margin-bottom: 0;
}
form.contact-form div label.grunion-radio-label:last-of-type,
form.contact-form div label.grunion-checkbox-multiple-label:last-of-type {
  margin-bottom: 20px;
}
form.contact-form div.clear-form {
  display: none;
}
.woocommerce h1 {
  font-weight: bold;
}
.woocommerce h3,
.woocommerce h2 {
  font-size: 87.5%;
  font-weight: bold;
}
.woocommerce .woocommerce-breadcrumb a {
  font-weight: bold;
}
.woocommerce span.onsale {
  z-index: 1;
}
.woocommerce .quantity .qty {
  width: 5em;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: 10px 40px;
  margin-bottom: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  padding: 0 20px;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #77B84B;
  display: inline-block;
  text-decoration: none;
  background-color: #78b152;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8ac265), to(#66a03f));
  background-image: -webkit-linear-gradient(top, #8ac265, #66a03f);
  background-image: linear-gradient(to bottom, #8ac265, #66a03f);
  border-color: #66a03f;
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-shadow: none;
  background: #77B84B;
  padding: 4px 1.5em;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #669f40;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#77B84B), to(#568735));
  background-image: -webkit-linear-gradient(top, #77B84B, #568735);
  background-image: linear-gradient(to bottom, #77B84B, #568735);
  border-color: #568735;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #48712c;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  letter-spacing: 1px;
  line-height: 30px;
  padding: 0 20px;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #77B84B;
  display: inline-block;
  text-decoration: none;
  background-color: #78b152;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8ac265), to(#66a03f));
  background-image: -webkit-linear-gradient(top, #8ac265, #66a03f);
  background-image: linear-gradient(to bottom, #8ac265, #66a03f);
  border-color: #66a03f;
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-shadow: none;
  background: #77B84B;
  padding: 4px 1.5em;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #fff;
  text-decoration: none;
  background-color: #669f40;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#77B84B), to(#568735));
  background-image: -webkit-linear-gradient(top, #77B84B, #568735);
  background-image: linear-gradient(to bottom, #77B84B, #568735);
  border-color: #568735;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #48712c;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 15px 15px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce .products {
  clear: both;
}
.woocommerce table.shop_table {
  border: none;
}
.woocommerce table.shop_table td {
  border: none;
}
.woocommerce-cart-button {
  float: right;
}
.woocommerce-cart-button .cart-contents .amount {
  font-weight: bold;
}
.woocommerce-cart-button .cart-contents .count {
  opacity: 0.5;
}
.woocommerce-cart-button .cart-contents:hover {
  text-decoration: none;
}
.woocommerce-cart-button .cart-contents:hover .amount {
  text-decoration: underline;
}
iframe.wp-embedded-content {
  max-width: 99.5% !important;
}
.postnav {
  margin-bottom: 20px;
  *zoom: 1;
}
.postnav:before,
.postnav:after {
  content: "";
  display: table;
}
.postnav:after {
  clear: both;
}
.postnav .next,
.postnav .prev {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.postnav .next {
  text-align: right;
  float: right;
}
ol.commentlist {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
ol.commentlist li.trackback,
ol.commentlist li.pingback {
  padding: 20px 0;
}
ol.commentlist li.trackback .comment-body:before,
ol.commentlist li.pingback .comment-body:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f107';
}
ol.commentlist li.comment,
ol.commentlist li.trackback,
ol.commentlist li.pingback {
  *zoom: 1;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  list-style-type: none;
}
ol.commentlist li.comment:before,
ol.commentlist li.trackback:before,
ol.commentlist li.pingback:before,
ol.commentlist li.comment:after,
ol.commentlist li.trackback:after,
ol.commentlist li.pingback:after {
  content: "";
  display: table;
}
ol.commentlist li.comment:after,
ol.commentlist li.trackback:after,
ol.commentlist li.pingback:after {
  clear: both;
}
ol.commentlist li.comment article,
ol.commentlist li.trackback article,
ol.commentlist li.pingback article {
  padding: 20px 0;
}
ol.commentlist li.comment .says,
ol.commentlist li.trackback .says,
ol.commentlist li.pingback .says {
  display: none;
}
ol.commentlist li.comment #respond,
ol.commentlist li.trackback #respond,
ol.commentlist li.pingback #respond {
  position: relative;
  margin: 0;
}
ol.commentlist li.comment #respond #cancel-comment-reply-link,
ol.commentlist li.trackback #respond #cancel-comment-reply-link,
ol.commentlist li.pingback #respond #cancel-comment-reply-link {
  position: absolute;
  right: 0;
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 20px;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #b3b3b3;
  display: inline-block;
  text-decoration: none;
  background-color: #b3b3b3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c4c4c4), to(#a1a1a1));
  background-image: -webkit-linear-gradient(top, #c4c4c4, #a1a1a1);
  background-image: linear-gradient(to bottom, #c4c4c4, #a1a1a1);
  border-color: #a1a1a1;
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-shadow: none;
  background: #b3b3b3;
  padding: 4px 1.5em;
}
ol.commentlist li.comment #respond #cancel-comment-reply-link:hover,
ol.commentlist li.trackback #respond #cancel-comment-reply-link:hover,
ol.commentlist li.pingback #respond #cancel-comment-reply-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #a1a1a1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#8f8f8f));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #8f8f8f);
  background-image: linear-gradient(to bottom, #b3b3b3, #8f8f8f);
  border-color: #8f8f8f;
}
ol.commentlist li.comment #respond #cancel-comment-reply-link:hover,
ol.commentlist li.trackback #respond #cancel-comment-reply-link:hover,
ol.commentlist li.pingback #respond #cancel-comment-reply-link:hover {
  background: #7f7f7f;
}
ol.commentlist li.comment .avatar,
ol.commentlist li.trackback .avatar,
ol.commentlist li.pingback .avatar {
  float: left;
  margin: 0 10px 0 0;
}
ol.commentlist li.comment .reply,
ol.commentlist li.trackback .reply,
ol.commentlist li.pingback .reply {
  position: absolute;
  top: 20px;
  right: 0;
}
ol.commentlist li.comment .reply a,
ol.commentlist li.trackback .reply a,
ol.commentlist li.pingback .reply a {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 20px;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #77B84B;
  display: inline-block;
  text-decoration: none;
  background-color: #78b152;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8ac265), to(#66a03f));
  background-image: -webkit-linear-gradient(top, #8ac265, #66a03f);
  background-image: linear-gradient(to bottom, #8ac265, #66a03f);
  border-color: #66a03f;
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-shadow: none;
  background: #77B84B;
  padding: 4px 1.5em;
  display: block;
}
ol.commentlist li.comment .reply a:hover,
ol.commentlist li.trackback .reply a:hover,
ol.commentlist li.pingback .reply a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #669f40;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#77B84B), to(#568735));
  background-image: -webkit-linear-gradient(top, #77B84B, #568735);
  background-image: linear-gradient(to bottom, #77B84B, #568735);
  border-color: #568735;
}
ol.commentlist li.comment .reply a:hover,
ol.commentlist li.trackback .reply a:hover,
ol.commentlist li.pingback .reply a:hover {
  background: #48712c;
}
ol.commentlist li.comment.bypostauthor,
ol.commentlist li.trackback.bypostauthor,
ol.commentlist li.pingback.bypostauthor {
  border: none;
}
ol.commentlist li.comment.bypostauthor > article,
ol.commentlist li.trackback.bypostauthor > article,
ol.commentlist li.pingback.bypostauthor > article {
  padding: 20px;
  background: #fff;
  border-left: 2px solid #77B84B;
  position: relative;
}
ol.commentlist li.comment.bypostauthor .reply,
ol.commentlist li.trackback.bypostauthor .reply,
ol.commentlist li.pingback.bypostauthor .reply {
  right: 20px;
}
ol.commentlist li.comment .comment-content,
ol.commentlist li.trackback .comment-content,
ol.commentlist li.pingback .comment-content {
  clear: both;
}
ol.commentlist li.comment .comment-content p:last-child,
ol.commentlist li.trackback .comment-content p:last-child,
ol.commentlist li.pingback .comment-content p:last-child {
  margin-bottom: 0;
}
ol.commentlist li.comment .edit-link,
ol.commentlist li.trackback .edit-link,
ol.commentlist li.pingback .edit-link {
  margin-left: 10px;
}
ol.commentlist li.comment .edit-link a,
ol.commentlist li.trackback .edit-link a,
ol.commentlist li.pingback .edit-link a {
  padding: 2px 5px;
  background: #b3b3b3;
  color: #fff;
  border-radius: 3px;
}
ol.commentlist li.comment .edit-link a:hover,
ol.commentlist li.trackback .edit-link a:hover,
ol.commentlist li.pingback .edit-link a:hover {
  background: #808080;
}
ol.commentlist li.comment .comment-meta,
ol.commentlist li.trackback .comment-meta,
ol.commentlist li.pingback .comment-meta {
  margin-bottom: 10px;
}
ol.commentlist li.comment .comment-meta .comment-metadata,
ol.commentlist li.trackback .comment-meta .comment-metadata,
ol.commentlist li.pingback .comment-meta .comment-metadata {
  font-size: 0.8em;
}
ol.commentlist li.comment .comment-meta .comment-metadata a,
ol.commentlist li.trackback .comment-meta .comment-metadata a,
ol.commentlist li.pingback .comment-meta .comment-metadata a {
  color: #b3b3b3;
}
ol.commentlist li.comment .comment-meta .comment-metadata .edit-link a,
ol.commentlist li.trackback .comment-meta .comment-metadata .edit-link a,
ol.commentlist li.pingback .comment-meta .comment-metadata .edit-link a {
  color: #fff;
}
ol.commentlist li.comment:last-child,
ol.commentlist li.trackback:last-child,
ol.commentlist li.pingback:last-child,
ol.commentlist li.comment li:last-child,
ol.commentlist li.trackback li:last-child,
ol.commentlist li.pingback li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
ol.commentlist ul.children {
  list-style-type: none;
  margin: 0 0 0 20px;
  padding: 0;
  clear: both;
  position: relative;
}
ol.commentlist ul.children li:last-child {
  margin: 0;
}
ol.commentlist img.avatar {
  border-radius: 50%;
}
#respond {
  *zoom: 1;
  clear: both;
  margin-bottom: 20px;
  background: #fff;
}
#respond:before,
#respond:after {
  content: "";
  display: table;
}
#respond:after {
  clear: both;
}
#respond h3#reply-title:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  vertical-align: bottom;
  content: '\f300';
  line-height: 0.8;
  margin-right: 5px;
}
#respond label {
  float: left;
  min-width: 150px;
  line-height: 3;
  font-size: 0.7em;
}
#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url {
  margin: 0;
}
#respond p.comment-form-cookies-consent,
#respond p.post-subscription-form,
#respond p.comment-subscription-form {
  margin-bottom: 0;
  clear: both;
}
#respond p.comment-form-cookies-consent input,
#respond p.post-subscription-form input,
#respond p.comment-subscription-form input {
  display: inline-block;
  margin-right: 40px;
}
#respond p.comment-form-cookies-consent label,
#respond p.post-subscription-form label,
#respond p.comment-subscription-form label {
  float: none;
  display: inline-block;
}
#respond p.logged-in-as {
  font-size: 0.9em;
  color: #b3b3b3;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#respond p.logged-in-as a {
  color: #999999;
}
#respond p.logged-in-as a:hover {
  color: #77B84B;
}
#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url,
#respond p.comment-form-comment {
  margin: 0;
}
#respond p.form-allowed-tags {
  font-size: 0.7em;
}
#respond p.form-submit {
  margin: 0;
}
#respond p.form-submit #submit {
  letter-spacing: 1px;
  line-height: 30px;
  padding: 0 20px;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #48712c;
  display: inline-block;
  text-decoration: none;
  background-color: #48712c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#588a37), to(#385722));
  background-image: -webkit-linear-gradient(top, #588a37, #385722);
  background-image: linear-gradient(to bottom, #588a37, #385722);
  border-color: #385722;
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-shadow: none;
  background: #48712c;
  padding: 4px 1.5em;
}
#respond p.form-submit #submit:hover {
  color: #fff;
  text-decoration: none;
  background-color: #385722;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#48712c), to(#273d18));
  background-image: -webkit-linear-gradient(top, #48712c, #273d18);
  background-image: linear-gradient(to bottom, #48712c, #273d18);
  border-color: #273d18;
}
#respond p.form-submit #submit:hover {
  background: #192710;
}
.gallery {
  padding: 0;
  margin-bottom: 20px;
}
.gallery dl {
  float: left;
  text-align: center;
  margin: 0 0 10px 0;
}
.gallery dl dt {
  padding: 0 40px;
  *zoom: 1;
}
.gallery dl dt:before,
.gallery dl dt:after {
  content: "";
  display: table;
}
.gallery dl dt:after {
  clear: both;
}
.gallery dl dd {
  padding: 0 40px;
  margin: 0;
  font-size: 0.8em;
}
.gallery dl img {
  max-width: 100%;
  height: auto;
  opacity: 0.9;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery dl img:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery a.image {
  float: none;
}
.gallery .gallery-caption {
  font-style: italic;
}
.gallery.gallery-columns-1 dl {
  width: 100%;
}
.gallery.gallery-columns-2 dl {
  width: 50%;
}
.gallery.gallery-columns-3 dl {
  width: 33.33%;
}
.gallery.gallery-columns-4 dl {
  width: 25%;
}
.gallery.gallery-columns-5 dl {
  width: 20%;
}
.gallery.gallery-columns-6 dl {
  width: 16.666%;
}
.gallery.gallery-columns-7 dl {
  width: 14.28%;
}
.gallery.gallery-columns-8 dl {
  width: 12.5%;
}
.gallery.gallery-columns-9 dl {
  width: 11.11%;
}
.gallery.gallery-columns-10 dl {
  width: 10%;
}
body {
  *zoom: 1;
  background: #fff;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
a {
  color: #77B84B;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #48712c;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.alignleft {
  margin-right: 80px / 2;
}
.alignright {
  margin-left: 80px / 2;
}
.header-image {
  text-align: center;
  display: block;
  margin-bottom: 20px;
  background: #e6e6e6;
}
.themes-has-featured-posts .header-image {
  margin-bottom: 0;
}
.header-image img {
  display: block;
  margin: 0 auto;
}
.entry-archive-header {
  padding: 40px 160px;
}
.masthead .masthead-inner {
  display: -webkit-box;
  display: flex;
  padding: 20px 0;
}
.masthead .branding {
  padding: 0 40px;
  width: 40%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  box-sizing: border-box;
}
.masthead .custom-logo-link,
.masthead .site-logo-link,
.masthead .site-logo-anchor {
  float: left;
  margin-right: 15px;
}
.masthead .custom-logo-link img,
.masthead .site-logo-link img,
.masthead .site-logo-anchor img {
  max-height: 57px;
  width: auto;
  display: block;
}
.masthead h1.site-title {
  font-size: 175%;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.45;
}
.masthead h1.site-title a {
  color: #1a1a1a;
}
.masthead h2.site-description {
  font-size: 87.5%;
  margin: 0;
  opacity: 0.8;
}
.masthead .menu {
  padding: 10px 20px;
  *zoom: 1;
  position: relative;
  text-align: right;
}
.masthead .menu:before,
.masthead .menu:after {
  content: "";
  display: table;
}
.masthead .menu:after {
  clear: both;
}
.masthead .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 199;
}
.masthead .menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
}
.masthead .menu li a {
  display: block;
  padding: 5px 20px;
  position: relative;
}
.masthead .menu li.page_item_has_children > a,
.masthead .menu li.menu-item-has-children > a {
  padding-right: 30px;
}
.masthead .menu li.page_item_has_children > a:after,
.masthead .menu li.menu-item-has-children > a:after {
  top: 45%;
  top: calc(50% - 2px);
  right: 16px;
  left: auto;
  position: absolute;
  border: 4px solid transparent;
  content: '';
  border-bottom-width: 0;
  border-top-color: #aed594;
}
.masthead .menu li.current-menu-item > a {
  background-color: #000000;
  color: #ffffff;
}
.masthead .menu li ul {
  position: absolute;
  width: 16rem;
  background: #333333;
  left: -999em;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}
.masthead .menu li ul:before {
  position: absolute;
  border: 7px solid transparent;
  content: '';
  border-bottom-color: #333333;
  border-top-width: 0;
  top: -7px;
  left: 24px;
  right: auto;
}
.masthead .menu li ul:after {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -40px;
  right: auto;
  top: 20px;
  content: '';
}
.masthead .menu li ul ul {
  top: 0;
  left: -999em;
  right: auto;
}
.masthead .menu li ul ul:before {
  display: none;
}
.masthead .menu li ul li {
  position: relative;
  display: block;
  float: none;
  border-bottom: 1px solid #2e2e2e;
}
.masthead .menu li ul li a {
  color: #ffffff;
}
.masthead .menu li ul li a:focus,
.masthead .menu li ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.masthead .menu li ul li.page_item_has_children > a:after,
.masthead .menu li ul li.menu-item-has-children > a:after {
  top: 35%;
  top: calc(50% - 4px);
  border-top-color: transparent;
  border-left-color: #ffffff;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 0;
}
.masthead .menu li ul li:last-child {
  border: none;
}
.masthead .menu li ul li.current-menu-item > a {
  background-color: #000000;
  color: #ffffff;
}
.masthead .menu li ul li.current-menu-item:last-child > a {
  border-radius: 0 0 5px 5px;
}
.masthead .menu li ul li.current-menu-item:first-child > a {
  border-radius: 5px 5px 0 0;
}
.masthead .menu li.focus > ul,
.masthead .menu li:hover > ul {
  left: auto;
}
.masthead .menu ul ul li.focus > ul,
.masthead .menu ul ul li:hover > ul {
  left: 16rem;
  right: auto;
}
.masthead .menu .menu-toggle {
  display: none;
  border: none;
  background: transparent;
  cursor: pointer;
  margin: 0;
  width: 100%;
}
.masthead .menu .menu-toggle:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f419';
  margin-right: 10px;
  color: currentColor;
}
.masthead .menu .menu-toggle:focus {
  outline: thin dotted;
}
.masthead .menu.menu-on .menu-toggle {
  margin-bottom: 20px;
}
.masthead .menu.menu-on .menu-toggle:before {
  content: '\f406';
}
.masthead .menu {
  -webkit-box-flex: 999;
          flex-grow: 999;
  box-sizing: border-box;
  padding: 10px 40px;
}
.masthead .menu li ul li {
  line-height: 2;
}
.masthead .menu li.current-menu-item > a {
  background: #77B84B;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  *zoom: 1;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.main article .taxonomies {
  padding: 0;
}
.main article .taxonomy {
  font-size: 0.8em;
  margin-bottom: 0;
  color: #999999;
}
.main article .taxonomy:before {
  margin-right: 5px;
}
.main article .taxonomy:last-child {
  margin: 0;
}
.main article .taxonomy.tax-categories:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f301';
}
.main article .taxonomy.tax-tags:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f302';
}
.main .contributor {
  padding: 20px 40px;
  margin: 0 0 40px 0;
  background: #f2f2f2;
  border-radius: 5px;
}
.main .contributor img {
  border-radius: 5px;
}
.main .contributor h2 {
  clear: none;
}
.main .contributor p:last-child {
  margin: 0;
}
.main .entry-archive-title {
  text-align: center;
  margin: 0 0 40px 0;
  font-weight: bold;
}
.main .archive-pagination {
  margin-bottom: 20px;
  clear: both;
  text-align: center;
}
.main .archive-pagination span,
.main .archive-pagination a {
  margin: 0 5px;
  display: inline-block;
}
.main .archive-pagination span.current {
  background: #77B84B;
  color: #fff;
  padding: 3px 10px;
  border-radius: 15px;
}
.main .post-nav {
  clear: both;
  border-top: 2px solid #e6e6e6;
}
.main .post-nav .prev,
.main .post-nav .next {
  padding: 10px 0;
}
.main .post-nav .prev a:before,
.main .post-nav .next a:before {
  margin-right: 5px;
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  color: #48712c;
}
.main .post-nav .prev a:before {
  content: '\f430';
}
.main .post-nav .next a:before {
  content: '\f429';
}
.post-archive {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #f2f2f2;
  *zoom: 1;
}
.post-archive:before,
.post-archive:after {
  content: "";
  display: table;
}
.post-archive:after {
  clear: both;
}
.post-archive.sticky {
  background: #f2f2f2;
  padding-top: 40px;
  margin-top: -40px;
  border-color: #e6e6e6;
}
.post-archive.sticky:first-of-type {
  margin-top: 0;
}
.post-archive a.thumbnail {
  box-sizing: border-box;
  float: left;
  width: 66.66666667%;
  padding: 0 40px;
  min-height: 1px;
  float: right;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 1;
  margin-top: 20px / 2;
}
.post-archive a.thumbnail img {
  display: block;
  border-radius: 5px;
}
.post-archive a.thumbnail:hover {
  opacity: 0.9;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.post-archive .post-info {
  display: block;
  margin-bottom: 20px;
  padding: 0 40px;
}
.post-archive .post-info a {
  background: #77B84B;
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 3px 13.33333333px;
  display: inline-block;
  border-radius: 150px;
}
.post-archive .post-info a:hover {
  background: #48712c;
}
.post-archive h2.entry-title {
  font-size: 291.66375%;
  font-weight: 700;
  margin: 0 40px 10px 40px;
  max-width: 570px;
  line-height: 1;
}
.post-archive h2.entry-title a {
  color: #1a1a1a;
}
.post-archive .post-meta-data {
  margin-bottom: 20px;
}
.post-archive .entry {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 0 40px;
  min-height: 1px;
  -webkit-columns: 3 285px;
     -moz-columns: 3 285px;
          columns: 3 285px;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  min-height: 0;
}
.post-archive .entry p:last-child {
  margin-bottom: 0;
}
.post-archive .entry a.read-more {
  font-size: 0.8em;
  background: #666666;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px 13.33333333px;
  display: inline-block;
  border-radius: 150px;
}
.post-archive .entry a.read-more:hover {
  background: #000;
}
.post-archive.has-post-thumbnail .entry {
  box-sizing: border-box;
  float: left;
  width: 33.33333333%;
  padding: 0 40px;
  min-height: 1px;
  min-height: 0;
}
article.post-singular .entry-title {
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
.page article.post-singular .entry-title {
  margin-bottom: 30px;
}
article.post-singular .post-meta-data {
  margin-bottom: 40px;
  text-align: center;
}
article.post-singular .entry-single {
  margin-top: 60px;
  margin-bottom: 20px;
}
article.post-singular .entry-single h1,
article.post-singular .entry-single h2,
article.post-singular .entry-single h3,
article.post-singular .entry-single h4,
article.post-singular .entry-single h5,
article.post-singular .entry-single h6,
article.post-singular .entry-single hr {
  clear: both;
}
article.post-singular .entry-single h1,
article.post-singular .entry-single h2,
article.post-singular .entry-single h3 {
  margin-bottom: 20px;
}
article.post-singular .entry-single h4,
article.post-singular .entry-single h5,
article.post-singular .entry-single h6 {
  margin-bottom: 20px / 2;
}
article.post-singular .entry-single h5,
article.post-singular .entry-single h6 {
  letter-spacing: 0.03em;
}
article.post-singular .entry-single blockquote {
  padding: 20px 40px;
  color: #666666;
}
article.post-singular .entry-single blockquote p {
  color: #666666;
}
.showcase {
  *zoom: 1;
  margin-bottom: 40px;
  position: relative;
  background: #333333;
  height: 0;
  padding-bottom: 35%;
  width: 100%;
}
.showcase:before,
.showcase:after {
  content: "";
  display: table;
}
.showcase:after {
  clear: both;
}
.showcase .post-archive.item {
  display: none;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  padding-bottom: 0;
  top: 0;
  left: 0;
  border: none;
  box-shadow: inset 0px 10px 20px -10px rgba(0, 0, 0, 0.3);
}
.showcase .post-archive.item.has-post-thumbnail .entry {
  width: 100%;
}
.showcase a.entry {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: block;
  text-shadow: 0 5px 14px rgba(0, 0, 0, 0.3);
}
.showcase h2.entry-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  padding: 60px 40px;
  text-align: center;
  display: block;
  margin: 0;
  max-width: 100%;
  color: #fff;
}
.showcase article.contrast-black h2.entry-title {
  background: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  color: #000;
  text-shadow: none;
}
.showcase nav {
  position: absolute;
  z-index: 25;
  bottom: -10px;
  text-align: center;
  width: 100%;
  height: 20px;
}
.showcase nav a {
  text-indent: -999em;
  width: 40px;
  height: 20px;
  border-radius: 12px;
  margin: 0 16px;
  background: #fff;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  box-sizing: border-box;
}
.showcase nav a:hover,
.showcase nav a.selected {
  background: #77B84B;
}
.showcase .arrow {
  border-radius: 100px;
  position: absolute;
  z-index: 25;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  margin-top: -25px;
  line-height: 50px;
  text-align: center;
}
.showcase .arrow span {
  display: none;
}
.showcase .arrow:hover {
  background: #000;
}
.showcase .arrow.arrow-next {
  right: 20px;
}
.showcase .arrow.arrow-next:before {
  position: absolute;
  border: 12px solid transparent;
  content: '';
  right: -24px;
  top: 50%;
  margin-top: -12px;
  border-left-color: #fff;
  margin-right: 29px;
}
.showcase .arrow.arrow-prev {
  left: 20px;
}
.showcase .arrow.arrow-prev:before {
  position: absolute;
  border: 12px solid transparent;
  content: '';
  left: -24px;
  top: 50%;
  margin-top: -12px;
  border-right-color: #fff;
  margin-left: 29px;
}
.post-meta-data {
  color: #e6e6e6;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: italic;
  font-size: 0.8em;
  margin-bottom: 6.66666667px;
}
.post-meta-data .commentcount:before {
  display: inline;
  content: "\2022\0020";
}
.post-meta-data a {
  color: #b3b3b3;
}
.post-meta-data a:hover {
  color: #666666;
}
.widget {
  padding: 20px 40px;
  float: left;
  box-sizing: border-box;
}
.widget ul:last-child {
  margin-bottom: 0;
}
.attachment .attachment-image {
  text-align: center;
  margin-bottom: 20px;
}
.attachment nav#image-navigation {
  margin-bottom: 20px;
  *zoom: 1;
}
.attachment nav#image-navigation:before,
.attachment nav#image-navigation:after {
  content: "";
  display: table;
}
.attachment nav#image-navigation:after {
  clear: both;
}
.attachment nav#image-navigation span {
  box-sizing: border-box;
  float: left;
  width: 33.33333333%;
  padding: 0 0;
  min-height: 1px;
}
.attachment nav#image-navigation span.image-previous {
  text-align: left;
}
.attachment nav#image-navigation span.image-parent {
  text-align: center;
}
.attachment nav#image-navigation span.image-next {
  text-align: right;
}
.writer {
  position: relative;
  padding: 20px 20px 20px 120px;
  background: #f2f2f2;
  *zoom: 1;
  min-height: 80px;
}
.writer:before,
.writer:after {
  content: "";
  display: table;
}
.writer:after {
  clear: both;
}
.writer .avatar {
  position: absolute;
  left: 20px;
}
.writer p:last-child {
  margin-bottom: 0;
}
form.search-form {
  width: 100%;
  display: -webkit-box;
  display: flex;
}
form.search-form label {
  -webkit-box-flex: 1;
          flex-grow: 1;
}
form.search-form input.search-field {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
form.search-form button.search-submit {
  background: #fff;
  padding: 0 0.5em;
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  color: #77B84B;
  border: none;
  font-weight: bold;
  font-size: 20px;
}
form.search-form button.search-submit:hover {
  color: #48712c;
}
.menu-social-links {
  text-align: center;
  margin-bottom: 40px;
}
.menu-social-links a:before {
  background: #77B84B;
  color: #fff;
  display: inline-block;
  width: 28px;
  line-height: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.menu-social-links a:before:hover {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.menu-social-links a:hover:before {
  background-color: #48712c;
}
body.search .main,
body.error404 .main,
body.singular .main {
  padding-left: 40px;
  padding-right: 40px;
}
body.search .main-content,
body.error404 .main-content,
body.singular .main-content {
  padding-top: 40px;
}
.content-comments {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 0 40px;
  min-height: 1px;
  border-top: 2px solid #e6e6e6;
  padding: 40px 0;
  background: transparent;
}
.content-comments #respond p.logged-in-as,
.content-comments #respond label {
  letter-spacing: 0.05em;
  font-size: 0.8em;
}
.content-comments #respond p.form-submit {
  margin: 10px 0;
}
.content-comments #respond p.form-submit #submit {
  letter-spacing: 1px;
  line-height: 30px;
  padding: 0 20px;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #77B84B;
  display: inline-block;
  text-decoration: none;
  background-color: #78b152;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8ac265), to(#66a03f));
  background-image: -webkit-linear-gradient(top, #8ac265, #66a03f);
  background-image: linear-gradient(to bottom, #8ac265, #66a03f);
  border-color: #66a03f;
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-shadow: none;
  background: #77B84B;
  padding: 4px 1.5em;
}
.content-comments #respond p.form-submit #submit:hover {
  color: #fff;
  text-decoration: none;
  background-color: #669f40;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#77B84B), to(#568735));
  background-image: -webkit-linear-gradient(top, #77B84B, #568735);
  background-image: linear-gradient(to bottom, #77B84B, #568735);
  border-color: #568735;
}
.content-comments #respond p.form-submit #submit:hover {
  background: #48712c;
}
.content-comments #respond p.post-subscription-form input,
.content-comments #respond p.comment-subscription-form input {
  margin-right: 80px / 4;
}
footer#footer {
  background: #f2f2f2;
  padding: 40px 0;
  border-top: 2px solid #e6e6e6;
  margin-top: 40px;
}
footer#footer .footer-widgets {
  background: transparent;
}
footer#footer .footer-wrap {
  background: transparent;
  padding: 20px 0;
  clear: both;
  text-align: center;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-sizing: border-box;
}
footer#footer .footer-wrap .sep {
  margin: 0 20px;
  opacity: 0.5;
}
footer#footer .widget {
  box-sizing: border-box;
  float: left;
  width: 33.33333333%;
  padding: 0 40px;
  min-height: 1px;
  margin-bottom: 40px;
}
.home.paged .masthead {
  margin-bottom: 20px;
}
.archive .entry-archive-title {
  text-align: center;
  font-weight: 700;
}
.archive .category-description {
  padding: 20px 40px;
  background: #f2f2f2;
  margin-bottom: 40px;
}
.archive .category-description p:last-child {
  margin: 0;
}
.themes-sidebar1-active .sidebar-main {
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 0 40px;
  min-height: 1px;
  padding: 20px 0 0 0;
  float: right;
}
.themes-sidebar1-active .sidebar-main .widget {
  float: none;
}
.themes-sidebar1-active .main {
  box-sizing: border-box;
  float: left;
  width: 75%;
  padding: 0 0;
  min-height: 1px;
}
.themes-sidebar1-active .main .post-archive.has-post-thumbnail .entry,
.themes-sidebar1-active .main .post-archive.has-post-thumbnail a.thumbnail {
  width: 50%;
}
.page-template-full-width.singular .main,
.themes-sidebar1-inactive.singular .main {
  padding-left: 15%;
  padding-right: 15%;
  width: 100%;
  box-sizing: border-box;
}
.archive.author .main,
.error404 .main,
.attachment .main,
.search-no-results .main,
.search-results .main {
  padding-top: 40px;
}
.search-results .search-form {
  padding: 0 40px;
  box-sizing: border-box;
}
footer#footer {
  clear: both;
  *zoom: 1;
}
footer#footer:before,
footer#footer:after {
  content: "";
  display: table;
}
footer#footer:after {
  clear: both;
}
footer#footer .widget {
  box-sizing: border-box;
  float: left;
  width: 33.33333333%;
  padding: 0 40px;
  min-height: 1px;
}
footer#footer .footer-wrap {
  padding: 20px 80px;
  text-align: center;
}
.infinite-scroll #infinite-handle {
  padding: 0;
}
.infinite-scroll #infinite-handle span {
  padding: 10px 20px;
  font-size: 0.8em;
  border-radius: 100px;
}
.infinite-scroll #infinite-handle span button {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: normal;
}
#respond {
  background: transparent;
}
@media only screen and (max-width: 899px) {
  body {
    font-size: 83.125%;
  }
  .showcase .post-archive h2.entry-title {
    padding: 40px 26.66666667px;
  }
}
@media only screen and (max-width: 782px) {
  body {
    font-size: 78.75%;
  }
  .widget {
    width: 50%;
  }
  .masthead .branding {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .masthead .menu {
    text-align: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .masthead .menu .rn_select {
    width: 100%;
  }
  .themes-sidebar1-active .main .post-archive.has-post-thumbnail .entry,
  .post-archive.has-post-thumbnail .entry,
  .themes-sidebar1-active .main .post-archive .entry,
  .post-archive .entry,
  .themes-sidebar1-active .main .post-archive.has-post-thumbnail a.thumbnail,
  .post-archive.has-post-thumbnail a.thumbnail,
  .themes-sidebar1-active .main .post-archive a.thumbnail,
  .post-archive a.thumbnail {
    width: 100%;
    float: none;
    display: block;
    padding: 0 20px;
  }
  .themes-sidebar1-active .main .post-archive a.thumbnail,
  .post-archive a.thumbnail {
    margin-bottom: 20px;
  }
  .themes-sidebar1-active .main .post-archive h2.entry-title,
  .post-archive h2.entry-title,
  .themes-sidebar1-active .main .post-archive a.post-info,
  .post-archive a.post-info {
    padding: 0 20px 10px 20px;
  }
  .themes-sidebar1-active .main .post-archive h2.entry-title,
  .post-archive h2.entry-title {
    margin: 0 0 5px 0;
    font-size: 175%;
  }
  .showcase .post-archive h2.entry-title {
    padding: 20px 20px;
    margin: 0;
  }
  .showcase nav a {
    width: 30px;
  }
  .post-archive .post-info {
    padding: 0 20px;
  }
  .themes-sidebar1-active .main,
  .themes-sidebar1-active .sidebar {
    width: 100%;
  }
  footer#footer .widget,
  .widget {
    width: 100%;
    padding: 0 20px 20px 20px;
  }
  .page-template-full-width.singular .main,
  .themes-sidebar1-inactive.singular .main {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  body.singular .main {
    padding-left: 80px / 4;
    padding-right: 80px / 4;
  }
}
@media only screen and (max-width: 699px) {
  ol.commentlist ul.children {
    margin-left: 10px;
  }
  ol.commentlist li.comment.bypostauthor .reply,
  ol.commentlist li.trackback.bypostauthor .reply,
  ol.commentlist li.pingback.bypostauthor .reply,
  ol.commentlist li.comment .reply,
  ol.commentlist li.trackback .reply,
  ol.commentlist li.pingback .reply {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    margin-top: 5px;
  }
  ol.commentlist li.comment.bypostauthor .reply a,
  ol.commentlist li.trackback.bypostauthor .reply a,
  ol.commentlist li.pingback.bypostauthor .reply a,
  ol.commentlist li.comment .reply a,
  ol.commentlist li.trackback .reply a,
  ol.commentlist li.pingback .reply a {
    padding: 5px 10px;
    line-height: 1;
  }
  .jetpack-testimonial-shortcode .testimonial-entry {
    clear: both;
    padding: 0;
    margin-bottom: 40px;
    width: 100%;
    border: none;
  }
}
@media print {
  .masthead .branding,
  .main,
  .singular .main,
  .singular .main article,
  .main article {
    width: 100%;
  }
  nav,
  footer,
  .widget,
  .sharedaddy,
  a.post-edit-link,
  a#header-image,
  #respond,
  form.searchform,
  .social_links,
  .sidebar,
  .taxonomies,
  #bit.loggedout-follow-normal,
  .col-sidebar {
    display: none;
  }
  .main article {
    width: 100%;
  }
  a {
    color: #666666;
  }
  p a {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  p a:after {
    content: " (" attr(href) ")";
    font-size: 80%;
  }
  footer,
  .content-comments {
    page-break-before: always;
  }
}
