/*
Theme Name: Patio
Theme URI: http://fikrirasy.id/portfolio/patio
Author: Fikri Rasyid
Author URI: http://fikrirasy.id
Description: Beautiful theme for showcasing your photo and stories. Patio makes your homepage stands out using featured images you use for your posts.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: patio
Tags: orange, white, light, responsive-layout, one-column, custom-colors, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready, photoblogging, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

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

Images on screenshot by Fikri Rasyid
License: Distributed under the terms of GNU General Public License
Copyright: The WordPress team, http://wordpress.org

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

Genericons Font Icon - http://genericons.com/
License: Distributed under the terms of GNU General Public License
Copyright: Automattic, http://automattic.com/

WaitForImages (jQuery library) - https://github.com/alexanderdickson/waitForImages
License: Licensed under the MIT Licenses (Compatible with GPL)
Copyright: (c) 2011-2015 Alex Dickson @alexdickson

Post Navigation Background is taken from Twenty Fifteen - https://wordpress.org/themes/twentyfifteen
License: Distributed under the terms of GNU General Public License
Copyright: The WordPress team, http://wordpress.org

Simple Color Adjuster library which is used for color scheme generator is developed by modifying following resources:

	scssphp library - http://leafo.net/scssphp/
	License: Distributed under the terms of GNU General Public License v3
	Copyright: Leaf Corcoran, http://leafo.net/

	Twenty Fifteen - https://wordpress.org/themes/twentyfifteen
	License: Distributed under the terms of GNU General Public License
	Copyright: The WordPress team, http://wordpress.org

	Opus - http://fikrirasy.id/portfolio/opus
	License: Distributed under the terms of GNU General Public License
	Copyright: Fikri Rasyid, http://fikrirasy.id

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Chivo", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
    font-size: 1rem;
  }
}

/**

	Genericons

*/
/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: 'Genericons';
  src: url("Genericons.eot");
}
@font-face {
  font-family: 'Genericons';
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url("Genericons.ttf") format("truetype"), url("Genericons.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Genericons";
    src: url("./Genericons.svg#Genericons") format("svg");
  }
}
/**
 * All Genericons
 */
.genericon {
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  -moz-transition: color .1s ease-in 0;
  -webkit-transition: color .1s ease-in 0;
  display: inline-block;
  font-family: "Genericons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

/**
 * Individual icons
 */
.genericon-404:before {
  content: "\f423";
}

.genericon-activity:before {
  content: "\f508";
}

.genericon-anchor:before {
  content: "\f509";
}

.genericon-aside:before {
  content: "\f101";
}

.genericon-attachment:before {
  content: "\f416";
}

.genericon-audio:before {
  content: "\f109";
}

.genericon-bold:before {
  content: "\f471";
}

.genericon-book:before {
  content: "\f444";
}

.genericon-bug:before {
  content: "\f50a";
}

.genericon-cart:before {
  content: "\f447";
}

.genericon-category:before {
  content: "\f301";
}

.genericon-chat:before {
  content: "\f108";
}

.genericon-checkmark:before {
  content: "\f418";
}

.genericon-close:before {
  content: "\f405";
}

.genericon-close-alt:before {
  content: "\f406";
}

.genericon-cloud:before {
  content: "\f426";
}

.genericon-cloud-download:before {
  content: "\f440";
}

.genericon-cloud-upload:before {
  content: "\f441";
}

.genericon-code:before {
  content: "\f462";
}

.genericon-codepen:before {
  content: "\f216";
}

.genericon-cog:before {
  content: "\f445";
}

.genericon-collapse:before {
  content: "\f432";
}

.genericon-comment:before {
  content: "\f300";
}

.genericon-day:before {
  content: "\f305";
}

.genericon-digg:before {
  content: "\f221";
}

.genericon-document:before {
  content: "\f443";
}

.genericon-dot:before {
  content: "\f428";
}

.genericon-downarrow:before {
  content: "\f502";
}

.genericon-download:before {
  content: "\f50b";
}

.genericon-draggable:before {
  content: "\f436";
}

.genericon-dribbble:before {
  content: "\f201";
}

.genericon-dropbox:before {
  content: "\f225";
}

.genericon-dropdown:before {
  content: "\f433";
}

.genericon-dropdown-left:before {
  content: "\f434";
}

.genericon-edit:before {
  content: "\f411";
}

.genericon-ellipsis:before {
  content: "\f476";
}

.genericon-expand:before {
  content: "\f431";
}

.genericon-external:before {
  content: "\f442";
}

.genericon-facebook:before {
  content: "\f203";
}

.genericon-facebook-alt:before {
  content: "\f204";
}

.genericon-fastforward:before {
  content: "\f458";
}

.genericon-feed:before {
  content: "\f413";
}

.genericon-flag:before {
  content: "\f468";
}

.genericon-flickr:before {
  content: "\f211";
}

.genericon-foursquare:before {
  content: "\f226";
}

.genericon-fullscreen:before {
  content: "\f474";
}

.genericon-gallery:before {
  content: "\f103";
}

.genericon-github:before {
  content: "\f200";
}

.genericon-googleplus:before {
  content: "\f206";
}

.genericon-googleplus-alt:before {
  content: "\f218";
}

.genericon-handset:before {
  content: "\f50c";
}

.genericon-heart:before {
  content: "\f461";
}

.genericon-help:before {
  content: "\f457";
}

.genericon-hide:before {
  content: "\f404";
}

.genericon-hierarchy:before {
  content: "\f505";
}

.genericon-home:before {
  content: "\f409";
}

.genericon-image:before {
  content: "\f102";
}

.genericon-info:before {
  content: "\f455";
}

.genericon-instagram:before {
  content: "\f215";
}

.genericon-italic:before {
  content: "\f472";
}

.genericon-key:before {
  content: "\f427";
}

.genericon-leftarrow:before {
  content: "\f503";
}

.genericon-link:before {
  content: "\f107";
}

.genericon-linkedin:before {
  content: "\f207";
}

.genericon-linkedin-alt:before {
  content: "\f208";
}

.genericon-location:before {
  content: "\f417";
}

.genericon-lock:before {
  content: "\f470";
}

.genericon-mail:before {
  content: "\f410";
}

.genericon-maximize:before {
  content: "\f422";
}

.genericon-menu:before {
  content: "\f419";
}

.genericon-microphone:before {
  content: "\f50d";
}

.genericon-minimize:before {
  content: "\f421";
}

.genericon-minus:before {
  content: "\f50e";
}

.genericon-month:before {
  content: "\f307";
}

.genericon-move:before {
  content: "\f50f";
}

.genericon-next:before {
  content: "\f429";
}

.genericon-notice:before {
  content: "\f456";
}

.genericon-paintbrush:before {
  content: "\f506";
}

.genericon-path:before {
  content: "\f219";
}

.genericon-pause:before {
  content: "\f448";
}

.genericon-phone:before {
  content: "\f437";
}

.genericon-picture:before {
  content: "\f473";
}

.genericon-pinned:before {
  content: "\f308";
}

.genericon-pinterest:before {
  content: "\f209";
}

.genericon-pinterest-alt:before {
  content: "\f210";
}

.genericon-play:before {
  content: "\f452";
}

.genericon-plugin:before {
  content: "\f439";
}

.genericon-plus:before {
  content: "\f510";
}

.genericon-pocket:before {
  content: "\f224";
}

.genericon-polldaddy:before {
  content: "\f217";
}

.genericon-portfolio:before {
  content: "\f460";
}

.genericon-previous:before {
  content: "\f430";
}

.genericon-print:before {
  content: "\f469";
}

.genericon-quote:before {
  content: "\f106";
}

.genericon-rating-empty:before {
  content: "\f511";
}

.genericon-rating-full:before {
  content: "\f512";
}

.genericon-rating-half:before {
  content: "\f513";
}

.genericon-reddit:before {
  content: "\f222";
}

.genericon-refresh:before {
  content: "\f420";
}

.genericon-reply:before {
  content: "\f412";
}

.genericon-reply-alt:before {
  content: "\f466";
}

.genericon-reply-single:before {
  content: "\f467";
}

.genericon-rewind:before {
  content: "\f459";
}

.genericon-rightarrow:before {
  content: "\f501";
}

.genericon-search:before {
  content: "\f400";
}

.genericon-send-to-phone:before {
  content: "\f438";
}

.genericon-send-to-tablet:before {
  content: "\f454";
}

.genericon-share:before {
  content: "\f415";
}

.genericon-show:before {
  content: "\f403";
}

.genericon-shuffle:before {
  content: "\f514";
}

.genericon-sitemap:before {
  content: "\f507";
}

.genericon-skip-ahead:before {
  content: "\f451";
}

.genericon-skip-back:before {
  content: "\f450";
}

.genericon-skype:before {
  content: "\f220";
}

.genericon-spam:before {
  content: "\f424";
}

.genericon-spotify:before {
  content: "\f515";
}

.genericon-standard:before {
  content: "\f100";
}

.genericon-star:before {
  content: "\f408";
}

.genericon-status:before {
  content: "\f105";
}

.genericon-stop:before {
  content: "\f449";
}

.genericon-stumbleupon:before {
  content: "\f223";
}

.genericon-subscribe:before {
  content: "\f463";
}

.genericon-subscribed:before {
  content: "\f465";
}

.genericon-summary:before {
  content: "\f425";
}

.genericon-tablet:before {
  content: "\f453";
}

.genericon-tag:before {
  content: "\f302";
}

.genericon-time:before {
  content: "\f303";
}

.genericon-top:before {
  content: "\f435";
}

.genericon-trash:before {
  content: "\f407";
}

.genericon-tumblr:before {
  content: "\f214";
}

.genericon-twitch:before {
  content: "\f516";
}

.genericon-twitter:before {
  content: "\f202";
}

.genericon-unapprove:before {
  content: "\f446";
}

.genericon-unsubscribe:before {
  content: "\f464";
}

.genericon-unzoom:before {
  content: "\f401";
}

.genericon-uparrow:before {
  content: "\f500";
}

.genericon-user:before {
  content: "\f304";
}

.genericon-video:before {
  content: "\f104";
}

.genericon-videocamera:before {
  content: "\f517";
}

.genericon-vimeo:before {
  content: "\f212";
}

.genericon-warning:before {
  content: "\f414";
}

.genericon-website:before {
  content: "\f475";
}

.genericon-week:before {
  content: "\f306";
}

.genericon-wordpress:before {
  content: "\f205";
}

.genericon-xpost:before {
  content: "\f504";
}

.genericon-youtube:before {
  content: "\f213";
}

.genericon-zoom:before {
  content: "\f402";
}

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

.comment-body,
.entry-content {
  font-size: 15.75px;
  font-size: 0.98438rem;
  line-height: 1.8;
  /* Desktop Large Adjustment */
}
@media screen and (min-width: 1200px) {
  .comment-body,
  .entry-content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.comment-body a:hover,
.entry-content a:hover {
  color: #FF8F00;
}
.comment-body h1,
.entry-content h1 {
  line-height: 1.2;
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-weight: 300;
  font-size: 30.8px;
  font-size: 1.925rem;
}
@media screen and (min-width: 1200px) {
  .comment-body h1,
  .entry-content h1 {
    font-size: 35.2px;
    font-size: 2.2rem;
  }
}
.comment-body h2,
.entry-content h2 {
  line-height: 1.2;
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-size: 25.2px;
  font-size: 1.575rem;
}
@media screen and (min-width: 1200px) {
  .comment-body h2,
  .entry-content h2 {
    font-size: 28.8px;
    font-size: 1.8rem;
  }
}
.comment-body h3,
.entry-content h3 {
  line-height: 1.2;
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-size: 19.6px;
  font-size: 1.225rem;
  border-bottom: 1px dotted #b3b3b3;
  padding-bottom: .5em;
}
@media screen and (min-width: 1200px) {
  .comment-body h3,
  .entry-content h3 {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}
.comment-body h3.jp-relatedposts-headline,
.entry-content h3.jp-relatedposts-headline {
  border-bottom: none;
}
.comment-body h4,
.entry-content h4 {
  line-height: 1.5;
  margin-top: .4em;
  margin-bottom: .5em;
  font-size: 16.8px;
  font-size: 1.05rem;
}
@media screen and (min-width: 1200px) {
  .comment-body h4,
  .entry-content h4 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
.comment-body p,
.entry-content p {
  margin-top: .2em;
  margin-bottom: 1em;
}
.comment-body a,
.entry-content a {
  text-decoration: underline;
}
.comment-body b, .comment-body strong,
.entry-content b,
.entry-content strong {
  font-weight: 700;
}
.comment-body dfn, .comment-body cite, .comment-body em, .comment-body i,
.entry-content dfn,
.entry-content cite,
.entry-content em,
.entry-content i {
  font-style: italic;
}
.comment-body blockquote,
.entry-content blockquote {
  margin: .7em 0;
  padding: .3em .7em;
  font-weight: 300;
  line-height: 1.6;
  font-size: 25.2px;
  font-size: 1.575rem;
}
@media screen and (min-width: 1200px) {
  .comment-body blockquote,
  .entry-content blockquote {
    font-size: 28.8px;
    font-size: 1.8rem;
  }
}
.comment-body blockquote p:first-child,
.entry-content blockquote p:first-child {
  margin-top: 0;
}
.comment-body blockquote p:last-child,
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.comment-body address,
.entry-content address {
  margin: 0 0 1em;
  font-style: italic;
  line-height: 1.4;
}
.comment-body pre,
.entry-content pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  background: #e1e1e1;
}
.comment-body code, .comment-body kbd, .comment-body tt, .comment-body var,
.entry-content code,
.entry-content kbd,
.entry-content tt,
.entry-content var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.comment-body code,
.entry-content code {
  padding: 0 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.comment-body pre code,
.entry-content pre code {
  padding: 0;
  background: transparent;
  box-shadow: none;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 0;
  border-radius: 0;
}
.comment-body abbr, .comment-body acronym,
.entry-content abbr,
.entry-content acronym {
  border-bottom: 1px dotted #FAFAFA;
  cursor: help;
}
.comment-body mark, .comment-body ins,
.entry-content mark,
.entry-content ins {
  text-decoration: none;
}
.comment-body sup,
.comment-body sub,
.entry-content sup,
.entry-content sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.comment-body sup a,
.comment-body sub a,
.entry-content sup a,
.entry-content sub a {
  text-decoration: none;
  font-weight: 700;
}
.comment-body sup,
.entry-content sup {
  bottom: 1ex;
}
.comment-body sub,
.entry-content sub {
  top: .5ex;
}
.comment-body small,
.entry-content small {
  font-size: 75%;
}
.comment-body big,
.entry-content big {
  font-size: 125%;
}
.comment-body ul, .comment-body ol,
.entry-content ul,
.entry-content ol {
  margin-left: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.comment-body ul ul, .comment-body ul ol, .comment-body ol ul, .comment-body ol ol,
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.comment-body ul > li,
.entry-content ul > li {
  list-style: disc;
}
.comment-body ol > li,
.entry-content ol > li {
  list-style: decimal;
}
.comment-body table,
.entry-content table {
  border-top: 1px solid #8c8c8c;
  margin: 2em 0;
  max-width: 100%;
}
.comment-body table thead,
.entry-content table thead {
  overflow-x: auto;
}
.comment-body table thead td,
.entry-content table thead td {
  text-transform: uppercase;
  background: #ededed;
}
.comment-body table tbody,
.entry-content table tbody {
  overflow-x: auto;
}
.comment-body table tr td, .comment-body table th td,
.entry-content table tr td,
.entry-content table th td {
  border-bottom: 1px solid #8c8c8c;
  padding: .7em .7em .65em;
  font-size: .9em;
  line-height: 1.4;
}
.comment-body .post-password-form,
.entry-content .post-password-form {
  margin-top: 1em;
}
.comment-body .post-password-form label,
.entry-content .post-password-form label {
  text-transform: uppercase;
  font-weight: 700;
}
.comment-body .post-password-form input[type="password"],
.entry-content .post-password-form input[type="password"] {
  margin-bottom: 1em;
  margin-right: 1em;
  display: block;
  width: 80%;
}
@media screen and (min-width: 1200px) {
  .comment-body h1,
  .entry-content h1 {
    font-size: 38.5px;
    font-size: 2.40625rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .comment-body h1,
  .entry-content h1 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .comment-body h2,
  .entry-content h2 {
    font-size: 31.5px;
    font-size: 1.96875rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .comment-body h2,
  .entry-content h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .comment-body h3,
  .entry-content h3 {
    font-size: 23.1px;
    font-size: 1.44375rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .comment-body h3,
  .entry-content h3 {
    font-size: 26.4px;
    font-size: 1.65rem;
  }
}
@media screen and (min-width: 1200px) {
  .comment-body h4,
  .entry-content h4 {
    font-size: 19.6px;
    font-size: 1.225rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .comment-body h4,
  .entry-content h4 {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .comment-body blockquote,
  .entry-content blockquote {
    padding: 1em 2em;
    margin: 1.5em 0;
  }
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  border-top: 3px solid #FF8F00;
  border-bottom: 3px solid #FF8F00;
  background: #FAFAFA;
  /* Fallback for when there is no custom background color defined. */
}

.wrap {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media screen and (min-width: 1000px) {
  .wrap {
    display: block;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .wrap {
    display: block;
    width: 1180px;
    margin-right: auto;
    margin-left: auto;
  }
}
blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

.site-title a,
.entry-title a,
.entry-meta a,
.entry-content a,
.entry-footer a,
.more-link,
.navigation a,
#colophon a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.not-singular .hentry.has-post-thumbnail .entry-header {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@keyframes main_nav_mobile_in {
  0% {
    top: 80px;
    opacity: 0;
  }
  100% {
    top: 60px;
    opacity: 1;
  }
}
@-webkit-keyframes main_nav_mobile_in {
  0% {
    top: 80px;
    opacity: 0;
  }
  100% {
    top: 60px;
    opacity: 1;
  }
}
@keyframes main_nav_mobile_out {
  0% {
    top: 60px;
    opacity: 1;
  }
  100% {
    top: 80px;
    opacity: 0;
  }
}
@-webkit-keyframes main_nav_mobile_out {
  0% {
    top: 60px;
    opacity: 1;
  }
  100% {
    top: 80px;
    opacity: 0;
  }
}
@keyframes reply_respond {
  0% {
    margin-left: -20px;
    opacity: 0;
  }
  100% {
    margin-left: 0px;
    opacity: 1;
  }
}
@-webkit-keyframes reply_respond {
  0% {
    margin-left: -20px;
    opacity: 0;
  }
  100% {
    margin-left: 0px;
    opacity: 1;
  }
}
@keyframes search_wrap_in {
  0% {
    top: 20px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes search_wrap_in {
  0% {
    top: 20px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes search_wrap_out {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 20px;
    opacity: 0;
  }
}
@-webkit-keyframes search_wrap_out {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 20px;
    opacity: 0;
  }
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: #FF8F00;
  color: rgba(0, 0, 0, 0.8);
  font-size: 15.75px;
  font-size: 0.98438rem;
  line-height: 1;
  color: #000;
  padding: 18px 30px 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (min-width: 1200px) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #cc7200;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  background: #ffa533;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 3px solid #979797;
  outline: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  textarea {
    font-size: 16px;
    font-size: 1rem;
  }
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
  border-bottom: 3px solid #FF8F00;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 10px;
  width: 100%;
}

textarea {
  padding: 10px;
  width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #000;
}
a:hover, a:focus, a:active {
  color: #333333;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  font-size: 15.75px;
  font-size: 0.98438rem;
  position: absolute;
  top: 33px;
  right: 0;
  left: 0;
  z-index: 50;
}
@media screen and (min-width: 1200px) {
  .main-navigation {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.main-navigation .menu-wrap {
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  background: #FF8F00;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.main-navigation .menu-wrap:before {
  display: none;
  content: '';
  width: 12px;
  height: 12px;
  background: #FF8F00;
  position: absolute;
  top: -6px;
  right: 60px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.main-navigation .menu-toggle {
  padding: 0;
  background: 0;
  box-shadow: none;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  float: right;
  margin-top: -3px;
  margin-right: 45px;
}
.main-navigation .menu-toggle:before {
  font-family: 'Genericons';
  content: '\f419';
  padding: 8px;
  display: inline-block;
  font-size: 24px;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: none;
}
.main-navigation ul ul {
  display: block;
  margin-left: 1em;
  font-size: .8em;
  text-transform: uppercase;
}
.main-navigation ul ul a {
  border-bottom: none;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 8px 15px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}

.comment-navigation,
.posts-navigation {
  padding: 50px 4px 30px;
}
.comment-navigation a,
.posts-navigation a {
  background: #2E2E2E;
  color: white;
  text-decoration: none;
  font-size: 15.75px;
  font-size: 0.98438rem;
  padding: 10px 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .comment-navigation a,
  .posts-navigation a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.comment-navigation a:hover,
.posts-navigation a:hover {
  background: #FF8F00;
}
.site-main .comment-navigation, .site-main
.posts-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a {
  margin-right: 10px;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-next a,
.posts-navigation .nav-next a {
  margin-left: 10px;
}

.post-navigation {
  padding: 30px 0;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  background: #1B1B1B;
  color: white;
  display: block;
  text-decoration: none;
  padding: 30px 25px 28px;
  margin-bottom: 10px;
  position: relative;
  background-size: cover;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: #000;
  opacity: .25;
}
.post-navigation .nav-previous a .meta-nav,
.post-navigation .nav-next a .meta-nav {
  font-size: 12.25px;
  font-size: 0.76563rem;
  text-transform: uppercase;
  opacity: .75;
  display: block;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .post-navigation .nav-previous a .meta-nav,
  .post-navigation .nav-next a .meta-nav {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.post-navigation .nav-previous a .post-title,
.post-navigation .nav-next a .post-title {
  font-size: 17.5px;
  font-size: 1.09375rem;
  text-shadow: 0 1px 2px #000;
  display: block;
  position: relative;
  z-index: 10;
  line-height: 1.2;
}
@media screen and (min-width: 1200px) {
  .post-navigation .nav-previous a .post-title,
  .post-navigation .nav-next a .post-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  opacity: .75;
}

.comment-navigation {
  overflow: hidden;
  padding: 30px 0 30px;
}
.comment-navigation#comment-nav-above {
  padding: 0 0 45px;
}

/* Mobile only */
@media screen and (max-width: 1000px) {
  .main-navigation.toggled .menu-wrap {
    -webkit-animation-name: main_nav_mobile_in;
    animation-name: main_nav_mobile_in;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .main-navigation.toggled .menu-wrap:before {
    display: block;
  }
  .main-navigation.toggled ul,
  .main-navigation.toggled .nav-menu {
    display: block;
  }
  .main-navigation.fadeOut .menu-wrap {
    -webkit-animation-name: main_nav_mobile_out;
    animation-name: main_nav_mobile_out;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}
/* Tablet landscape + Desktop Adjustment */
@media screen and (min-width: 1000px) {
  .main-navigation .menu-wrap {
    background: none !important;
    box-shadow: none;
    top: 0;
    left: auto;
    right: 45px;
  }
  .main-navigation .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .main-navigation ul ul {
    float: left;
    position: absolute;
    top: 2.4em;
    display: none;
    z-index: 99999;
    margin-left: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1200px) {
  .main-navigation ul ul {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .main-navigation ul ul ul {
    display: none;
    top: 0;
  }
  .main-navigation ul ul li:hover > ul {
    left: 100%;
  }
  .main-navigation ul ul a {
    width: 200px;
  }
  .main-navigation ul li:hover > ul {
    left: auto;
    display: block;
  }
  .main-navigation li {
    float: left;
    position: relative;
  }
  .main-navigation li.current-menu-item > a, .main-navigation li:hover > a {
    color: #FF8F00;
  }
  .main-navigation .page_item_has_children > a:after,
  .main-navigation .menu-item-has-children > a:after {
    content: '\f431';
    font-family: 'Genericons';
    vertical-align: middle;
    margin-left: 5px;
  }
  .main-navigation .page_item_has_children .page_item_has_children > a:after,
  .main-navigation .page_item_has_children .menu-item-has-children > a:after,
  .main-navigation .menu-item-has-children .page_item_has_children > a:after,
  .main-navigation .menu-item-has-children .menu-item-has-children > a:after {
    content: '\f429';
  }
  .main-navigation .page_item_has_children:hover,
  .main-navigation .menu-item-has-children:hover {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  }
  .main-navigation .page_item_has_children:hover > a,
  .main-navigation .menu-item-has-children:hover > a {
    background: #FF8F00;
    color: #000;
  }
  .main-navigation .page_item_has_children:hover .children,
  .main-navigation .page_item_has_children:hover .sub-menu,
  .main-navigation .menu-item-has-children:hover .children,
  .main-navigation .menu-item-has-children:hover .sub-menu {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  }
  .main-navigation .page_item_has_children:hover .children li.current-menu-item, .main-navigation .page_item_has_children:hover .children li:hover,
  .main-navigation .page_item_has_children:hover .sub-menu li.current-menu-item,
  .main-navigation .page_item_has_children:hover .sub-menu li:hover,
  .main-navigation .menu-item-has-children:hover .children li.current-menu-item,
  .main-navigation .menu-item-has-children:hover .children li:hover,
  .main-navigation .menu-item-has-children:hover .sub-menu li.current-menu-item,
  .main-navigation .menu-item-has-children:hover .sub-menu li:hover {
    box-shadow: none;
  }
  .main-navigation .page_item_has_children:hover .children li.current-menu-item a, .main-navigation .page_item_has_children:hover .children li:hover a,
  .main-navigation .page_item_has_children:hover .sub-menu li.current-menu-item a,
  .main-navigation .page_item_has_children:hover .sub-menu li:hover a,
  .main-navigation .menu-item-has-children:hover .children li.current-menu-item a,
  .main-navigation .menu-item-has-children:hover .children li:hover a,
  .main-navigation .menu-item-has-children:hover .sub-menu li.current-menu-item a,
  .main-navigation .menu-item-has-children:hover .sub-menu li:hover a {
    color: #000;
  }
  .main-navigation .page_item_has_children:hover .children li .children,
  .main-navigation .page_item_has_children:hover .children li .sub-menu,
  .main-navigation .page_item_has_children:hover .sub-menu li .children,
  .main-navigation .page_item_has_children:hover .sub-menu li .sub-menu,
  .main-navigation .menu-item-has-children:hover .children li .children,
  .main-navigation .menu-item-has-children:hover .children li .sub-menu,
  .main-navigation .menu-item-has-children:hover .sub-menu li .children,
  .main-navigation .menu-item-has-children:hover .sub-menu li .sub-menu {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  }
  .main-navigation .page_item_has_children:hover .children li a:hover,
  .main-navigation .page_item_has_children:hover .sub-menu li a:hover,
  .main-navigation .menu-item-has-children:hover .children li a:hover,
  .main-navigation .menu-item-has-children:hover .sub-menu li a:hover {
    background: #ffa533;
  }
  .main-navigation .children,
  .main-navigation .sub-menu {
    background: #FF8F00;
  }

  .comment-navigation a,
  .posts-navigation a {
    padding: 15px 25px;
  }
  .comment-navigation .nav-previous a,
  .posts-navigation .nav-previous a {
    margin-right: 0;
  }
  .comment-navigation .nav-previous a:before,
  .posts-navigation .nav-previous a:before {
    content: '\f430';
    font-family: 'Genericons';
    vertical-align: middle;
    font-size: 15.75px;
    font-size: 0.98438rem;
    line-height: 1;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1200px) {
  .comment-navigation .nav-previous a:before,
  .posts-navigation .nav-previous a:before {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1000px) {
  .comment-navigation .nav-next a,
  .posts-navigation .nav-next a {
    margin-left: 0;
  }
  .comment-navigation .nav-next a:after,
  .posts-navigation .nav-next a:after {
    content: '\f429';
    font-family: 'Genericons';
    vertical-align: middle;
    font-size: 15.75px;
    font-size: 0.98438rem;
    line-height: 1;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1200px) {
  .comment-navigation .nav-next a:after,
  .posts-navigation .nav-next a:after {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1000px) {
  .post-navigation .nav-previous a .meta-nav,
  .post-navigation .nav-next a .meta-nav {
    font-size: 13.125px;
    font-size: 0.82031rem;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1200px) {
  .post-navigation .nav-previous a .meta-nav,
  .post-navigation .nav-next a .meta-nav {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1000px) {
  .post-navigation .nav-previous a .post-title,
  .post-navigation .nav-next a .post-title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1200px) {
  .post-navigation .nav-previous a .post-title,
  .post-navigation .nav-next a .post-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* Desktop Large Adjustment */
@media screen and (min-width: 1200px) {
  .post-navigation .nav-previous a .meta-nav,
  .post-navigation .nav-next a .meta-nav {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .post-navigation .nav-previous a .meta-nav,
  .post-navigation .nav-next a .meta-nav {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .post-navigation .nav-previous a .post-title,
  .post-navigation .nav-next a .post-title {
    font-size: 22.75px;
    font-size: 1.42188rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .post-navigation .nav-previous a .post-title,
  .post-navigation .nav-next a .post-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 12.25px;
  font-size: 0.76563rem;
  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. */
}
@media screen and (min-width: 1200px) {
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

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

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

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

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

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

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

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

/* Calendar */
.widget_calendar caption {
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Header
--------------------------------------------------------------*/
#masthead {
  background: #FFF;
}
#masthead .wrap {
  padding: 33px 0;
  position: relative;
}
#masthead .site-branding {
  float: left;
  position: relative;
  z-index: 100;
}
#masthead .site-title {
  font-size: 22.75px;
  font-size: 1.42188rem;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  #masthead .site-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
#masthead .site-title a {
  text-decoration: none;
}
#masthead .site-title a:hover {
  color: #FF8F00;
}

.search-toggle {
  padding: 0;
  background: 0;
  box-shadow: none;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  float: right;
  margin-top: -3px;
  z-index: 60;
  position: relative;
}
.search-toggle:active, .search-toggle:focus, .search-toggle:hover {
  background: none;
}
.search-toggle:before {
  font-family: 'Genericons';
  content: '\f400';
  padding: 8px;
  display: inline-block;
  font-size: 24px;
}

/* Tablet landscape + Desktop Adjustment */
@media screen and (min-width: 1000px) {
  .search-toggle {
    margin-top: 0;
  }
}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.page-header .page-title {
  font-weight: 300;
  color: #000;
}
.page-header p {
  margin-top: -20px;
  margin-bottom: 40px;
  color: #666666;
}

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

/**
 * Hentry style for not-singular page
 */
.not-singular #main {
  padding: 50px 0 10px;
}
.not-singular .hentry {
  width: 100%;
  display: inline-block;
  background: #EDEDED;
  vertical-align: top;
  margin: 6px 0;
  padding: 30px;
  overflow: hidden;
  position: relative;
}
.not-singular .hentry .entry-title {
  font-size: 22.75px;
  font-size: 1.42188rem;
  font-weight: 300;
  margin: 0 0 5px;
  line-height: 1.2;
}
@media screen and (min-width: 1200px) {
  .not-singular .hentry .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.not-singular .hentry .entry-title a {
  text-decoration: none;
}
.not-singular .hentry .entry-title a:hover {
  color: #FF8F00;
}
.not-singular .hentry .entry-meta {
  font-size: 12.25px;
  font-size: 0.76563rem;
}
@media screen and (min-width: 1200px) {
  .not-singular .hentry .entry-meta {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.not-singular .hentry .entry-meta .updated {
  display: none;
}
.not-singular .hentry .entry-meta .updated.published {
  display: inline;
}
.not-singular .hentry .entry-meta .separator {
  opacity: .65;
}
.not-singular .hentry .entry-meta a {
  text-decoration: none;
  opacity: .65;
}
.not-singular .hentry .entry-meta a:hover {
  opacity: 1;
}
.not-singular .hentry .entry-excerpt {
  line-height: 1.8;
}
.not-singular .hentry .entry-excerpt .more-link {
  text-decoration: none;
  font-weight: bold;
}
.not-singular .hentry .entry-excerpt .more-link:hover {
  color: #FF8F00;
}
.not-singular .hentry .entry-thumbnail {
  display: block;
  margin: -30px;
  width: 130%;
  height: 280px;
}
.not-singular .hentry .entry-thumbnail img {
  width: 100%;
}
.not-singular .hentry .entry-thumbnail.height-adjustment img {
  width: auto;
  max-width: none;
  height: 100%;
}
.not-singular .hentry.has-post-thumbnail .entry-header {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: white;
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}
.not-singular .hentry.has-post-thumbnail .entry-header a {
  color: white;
}
.not-singular .hentry.has-post-thumbnail .entry-header a:hover {
  opacity: .65;
}
.not-singular .hentry.has-post-thumbnail:hover .entry-header {
  padding-top: 40px;
}
.not-singular .hentry.sticky {
  width: auto;
  display: block;
  margin-top: 12px;
}
.not-singular .hentry.sticky .entry-header {
  margin-left: 70px;
}
.not-singular .hentry.sticky:before {
  content: '\f408';
  font-family: 'Genericons';
  position: absolute;
  top: 33px;
  left: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  background: rgba(0, 0, 0, 0.2);
  padding: 7px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 1200px) {
  .not-singular .hentry.sticky:before {
    font-size: 32px;
    font-size: 2rem;
  }
}
.not-singular .hentry.sticky.has-post-thumbnail:before {
  top: 17px;
  left: 15px;
}
.not-singular .hentry.sticky.has-post-thumbnail .entry-header {
  margin-left: 0;
}

/**
 * Singular template
 */
.singular #main {
  padding: 20px 0;
}
.singular .hentry-wrap {
  position: relative;
}
.singular .entry-featured-image {
  background: #e1e1e1;
  box-shadow: inset 0 0 35px #c7c7c7;
}
.singular .entry-featured-image img {
  margin: 0 auto;
  display: block;
}
.singular .entry-title {
  line-height: 1.2;
}
.singular .entry-footer {
  color: #575757;
}
.singular .entry-footer .item {
  display: block;
  padding: 10px 10px 10px 35px;
  position: relative;
  border-bottom: 1px solid #D3D0D0;
}
.singular .entry-footer .item:before {
  font-family: 'Genericons';
  font-size: 21px;
  font-size: 1.3125rem;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .singular .entry-footer .item:before {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.singular .entry-footer .author-link:before {
  content: '\f304';
}
.singular .entry-footer .date-link:before {
  content: '\f303';
}
.singular .entry-footer .cat-link:before {
  content: '\f301';
}
.singular .entry-footer .tag-link:before {
  content: '\f302';
}
.singular .entry-footer .comment-link {
  border-bottom: none;
}
.singular .entry-footer .comment-link:before {
  content: '\f300';
}
.singular .entry-footer .edit-link {
  border-top: 1px solid #D3D0D0;
}
.singular .entry-footer .edit-link:before {
  content: '\f411';
}
.singular .entry-footer a {
  text-decoration: none;
  color: #575757;
  vertical-align: middle;
}
.singular .entry-footer a:hover {
  color: #FF8F00;
}
.singular .entry-title {
  font-size: 30.8px;
  font-size: 1.925rem;
  font-weight: 300;
  color: #000;
  margin: 40px 0 0;
}
@media screen and (min-width: 1200px) {
  .singular .entry-title {
    font-size: 35.2px;
    font-size: 2.2rem;
  }
}
.singular .entry-content {
  color: #000000;
  padding: 20px 0 0;
}

/* Styling 404 page */
.not-found input[type="text"],
.not-found input[type="email"],
.not-found input[type="url"],
.not-found input[type="password"],
.not-found input[type="search"] {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.not-found a {
  text-decoration: none;
}
.not-found a:hover {
  color: #FF8F00;
}
.not-found ul {
  margin-left: 0;
  padding-left: 2em;
}
.not-found .widget-title,
.not-found .widgettitle {
  color: #000;
  font-weight: 300;
  margin-bottom: 5px;
}
.not-found .search-form,
.not-found .widget {
  margin-bottom: 30px;
}
.not-found .search-submit {
  padding: 15px 30px 13px;
}

/* Tablet landscape + Desktop Adjustment */
@media screen and (min-width: 1000px) {
  .not-singular .hentry {
    width: 470px;
    height: 400px;
    margin: 6px 4px;
  }
  .not-singular .hentry .entry-thumbnail {
    width: 470px;
    height: 400px;
  }
  .not-singular .hentry.sticky .entry-thumbnail {
    width: 110%;
  }
  .not-singular .hentry.three-column {
    width: 309.5px;
    height: 300px;
  }
  .not-singular .hentry.three-column .entry-thumbnail {
    width: 309.5px;
    height: 300px;
  }
  .not-singular .hentry.three-column .entry-excerpt {
    display: none;
  }
  .not-singular .hentry.three-column.format-aside .entry-excerpt {
    display: block;
  }
  .not-singular .hentry.format-aside .more-link {
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 20;
  }
  .not-singular .hentry.format-aside:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 170px;
    background: -moz-linear-gradient(top, rgba(237, 237, 237, 0.3) 30%, #ededed 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(237, 237, 237, 0.3)), color-stop(100%, #ededed));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(237, 237, 237, 0.3) 30%, #ededed 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(237, 237, 237, 0.3) 30%, #ededed 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(237, 237, 237, 0.3) 30%, #ededed 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(237, 237, 237, 0.3) 30%, #ededed 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#EDEDED',GradientType=0 );
    /* IE6-9 */
  }
  .not-singular .hentry.format-aside.has-post-thumbnail:after {
    display: none;
  }

  .singular .entry-header,
  .singular .entry-content,
  .singular .posts-navigation,
  .singular .post-navigation,
  .singular .comments-wrap {
    width: 640px;
    margin-left: 320px;
  }
  .singular .entry-footer {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 270px;
  }

  .not-found .search-field {
    width: 60%;
    margin-right: 10px;
  }
  .not-found .search-submit {
    vertical-align: top;
  }
  .not-found .widget_recent_entries,
  .not-found .widget_categories,
  .not-found .widget_archive {
    width: 309.5px;
    min-height: 300px;
    margin: 6px 4px;
    padding: 25px;
    display: inline-block;
    vertical-align: top;
    background: #EDEDED;
    overflow: hidden;
  }
  .not-found .widget_recent_entries ul,
  .not-found .widget_categories ul,
  .not-found .widget_archive ul {
    padding-left: 1.4em;
  }
  .not-found .widget_recent_entries ul li,
  .not-found .widget_categories ul li,
  .not-found .widget_archive ul li {
    margin-bottom: 5px;
  }
  .not-found .widget_recent_entries .widget-title,
  .not-found .widget_recent_entries .widgettitle,
  .not-found .widget_categories .widget-title,
  .not-found .widget_categories .widgettitle,
  .not-found .widget_archive .widget-title,
  .not-found .widget_archive .widgettitle {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .not-found .widget_tag_cloud {
    background: #EDEDED;
    margin: 6px 4px;
    padding: 25px;
    display: block;
  }
  .not-found .widget_tag_cloud .widgettitle {
    margin-top: 0;
  }
}
/* Desktop Large Adjustment */
@media screen and (min-width: 1200px) {
  .not-singular .hentry {
    width: 580px;
    height: 435px;
  }
  .not-singular .hentry .entry-thumbnail {
    width: 580px;
    height: 435px;
  }
  .not-singular .hentry.three-column {
    width: 382px;
    height: 325px;
    margin-left: 4.7px;
  }
  .not-singular .hentry.three-column .entry-thumbnail {
    width: 382px;
    height: 325px;
  }

  .singular #main {
    padding: 90px 0;
  }
  .singular .entry-header,
  .singular .entry-content,
  .singular .posts-navigation,
  .singular .post-navigation,
  .singular .comments-wrap {
    width: 780px;
    margin-left: 400px;
  }
  .singular .entry-title {
    font-size: 43.75px;
    font-size: 2.73438rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .singular .entry-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .singular .entry-footer {
    width: 330px;
  }

  .not-found .widget_recent_entries,
  .not-found .widget_categories,
  .not-found .widget_archive {
    width: 382px;
    min-height: 325px;
    margin-left: 4.7px;
  }
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
#comments {
  background: #1B1B1B;
  color: white;
}
#comments .no-comments {
  border: 1px dotted rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  font-size: .9em;
}

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

.bypostauthor {
  display: block;
}

.comments-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

.comments-title {
  font-weight: 300;
  margin-bottom: 40px;
  font-size: 22.4px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1200px) {
  .comments-title {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comment-list .children {
  padding-left: 0;
  margin-left: 20px;
}
.comment-list .children li {
  list-style: none;
}

.comment-body {
  position: relative;
  padding-left: 80px;
  margin-bottom: 60px;
}
.comment-body a {
  text-decoration: none;
  color: white;
}
.comment-body a.comment-reply-link {
  background: #000000;
  padding: 12px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1200px) {
  .comment-body a.comment-reply-link {
    font-size: 16px;
    font-size: 1rem;
  }
}
.comment-body a.comment-reply-link:hover {
  background: #FF8F00;
  color: #000;
}
.comment-body a.comment-reply-link:active {
  background: #cc7200;
  color: #000;
}
.comment-body .fn {
  font-weight: 300;
  font-size: 19.25px;
  font-size: 1.20313rem;
}
@media screen and (min-width: 1200px) {
  .comment-body .fn {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.comment-body .says {
  font-style: italic;
  font-size: 15.75px;
  font-size: 0.98438rem;
}
@media screen and (min-width: 1200px) {
  .comment-body .says {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.comment-body .comment-metadata {
  font-size: 12.25px;
  font-size: 0.76563rem;
  color: #575757;
  line-height: 1.2;
}
@media screen and (min-width: 1200px) {
  .comment-body .comment-metadata {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.comment-body .comment-metadata a {
  color: #575757;
}
.comment-body .avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.comment-body .comment-content {
  margin-top: 15px;
}

.trackback .comment-body,
.pingback .comment-body {
  border: 1px dotted rgba(255, 255, 255, 0.3);
  padding: 10px 15px;
}

#reply-title {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 0;
  position: relative;
}
@media screen and (min-width: 1200px) {
  #reply-title {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}

#respond {
  padding-top: 30px;
}
#respond a {
  color: white;
}
#respond .comment-notes,
#respond .required,
#respond .form-allowed-tags {
  display: none;
}
#respond label {
  display: block;
  font-size: 15.75px;
  font-size: 0.98438rem;
  padding-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  #respond label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
  display: inline-block;
  width: 100%;
}
#respond .comment-form-author,
#respond .comment-form-email {
  margin-right: 2%;
}
#respond .comment-form-comment {
  margin-top: 15px;
  margin-bottom: 30px;
}
#respond .form-submit {
  margin-bottom: 40px;
}
#respond .comment-subscription-form {
  margin: 0 0 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 1200px) {
  #respond .comment-subscription-form {
    font-size: 16px;
    font-size: 1rem;
  }
}
#respond .comment-subscription-form input[type="checkbox"] {
  margin-right: 10px;
  vertical-align: middle;
}
#respond .comment-subscription-form label {
  padding-bottom: 0;
  vertical-align: middle;
}

.comment-list #respond {
  padding-bottom: 30px;
  -webkit-animation-name: reply_respond;
  animation-name: reply_respond;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.comment-list .depth-2 #respond .comment-form-author,
.comment-list .depth-2 #respond .comment-form-email,
.comment-list .depth-2 #respond .comment-form-url {
  width: 100%;
  margin-right: 0;
}

#cancel-comment-reply-link {
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid white;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 20px;
}
@media screen and (min-width: 1200px) {
  #cancel-comment-reply-link {
    font-size: 16px;
    font-size: 1rem;
  }
}
#cancel-comment-reply-link:hover {
  color: #FF8F00;
  border-color: #FF8F00;
}

/* Tablet landscape + Desktop Adjustment */
@media screen and (min-width: 1000px) {
  .comment-list .children {
    margin-left: 80px;
  }
}
/* Desktop Large Adjustment */
@media screen and (min-width: 1200px) {
  .comments-title {
    font-size: 26.25px;
    font-size: 1.64063rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .comments-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 1200px) {
  #reply-title {
    font-size: 26.25px;
    font-size: 1.64063rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  #reply-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 1200px) {
  #respond .comment-form-author,
  #respond .comment-form-email,
  #respond .comment-form-url {
    display: inline-block;
    width: 31.6%;
  }

  #cancel-comment-reply-link {
    top: 6px;
  }
}
/*--------------------------------------------------------------
10.5 Footer
--------------------------------------------------------------*/
#search-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.98);
  z-index: 100;
  display: none;
}
#search-wrap.active {
  display: block;
  -webkit-animation-name: search_wrap_in;
  animation-name: search_wrap_in;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#search-wrap.fadeOut {
  -webkit-animation-name: search_wrap_out;
  animation-name: search_wrap_out;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#search-wrap .wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
#search-wrap form {
  margin-right: 50px;
}
#search-wrap .search-field {
  box-sizing: border-box;
  border-top: none;
  border-right: none;
  border-left: none;
}
#search-wrap .search-submit {
  display: none;
}
#search-wrap .search-toggle-close {
  padding: 0;
  background: 0;
  box-shadow: none;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  float: right;
  margin-top: 3px;
}
#search-wrap .search-toggle-close:before {
  font-family: 'Genericons';
  content: '\f406';
  padding: 12px;
  display: inline-block;
  font-size: 16px;
}

.admin-bar #search-wrap .wrap {
  padding-top: 74px;
}

#colophon {
  background: white;
  border-top: 1px solid #CFCFCF;
}
#colophon .footer-widgets-wrap {
  padding: 50px 0 10px;
  /**
  * Default WordPress Widgets
  */
  /**
  * Jetpack widgets
  */
}
#colophon .footer-widgets-wrap:after {
  content: '';
  width: 250px;
  height: 2px;
  display: block;
  background: #DFDFDF;
  margin: 80px auto 0;
}
#colophon .footer-widgets-wrap.column-0 {
  display: none;
}
#colophon .footer-widgets-wrap .footer-widgets {
  display: inline-block;
  vertical-align: top;
  color: #6E6E6E;
  width: 100%;
}
#colophon .footer-widgets-wrap .footer-widgets .widget {
  padding-right: 40px;
}
#colophon .footer-widgets-wrap .footer-widgets .widget-title {
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #000;
  line-height: 1.2;
}
#colophon .footer-widgets-wrap .footer-widgets ul {
  margin-left: 1.25em;
  padding-left: 0;
}
#colophon .footer-widgets-wrap .footer-widgets ul li, #colophon .footer-widgets-wrap .footer-widgets ol li {
  margin-bottom: 5px;
}
#colophon .footer-widgets-wrap .footer-widgets p {
  margin-top: 0;
}
#colophon .footer-widgets-wrap .footer-widgets a {
  text-decoration: none;
  color: #6E6E6E;
}
#colophon .footer-widgets-wrap .footer-widgets a:hover {
  color: #FF8F00;
}
#colophon .footer-widgets-wrap .footer-widgets input[type="text"],
#colophon .footer-widgets-wrap .footer-widgets input[type="email"],
#colophon .footer-widgets-wrap .footer-widgets input[type="url"],
#colophon .footer-widgets-wrap .footer-widgets input[type="password"],
#colophon .footer-widgets-wrap .footer-widgets input[type="search"],
#colophon .footer-widgets-wrap .footer-widgets textarea {
  box-sizing: border-box;
}
#colophon .footer-widgets-wrap .widget_rss .widget-title a {
  color: #000;
}
#colophon .footer-widgets-wrap .widget_rss .widget-title a:hover {
  color: #FF8F00;
}
#colophon .footer-widgets-wrap .widget_rss ul {
  margin-left: 0;
}
#colophon .footer-widgets-wrap .widget_rss ul li {
  list-style: none;
  margin-bottom: 20px;
}
#colophon .footer-widgets-wrap .widget_rss .rsswidget {
  color: #FF8F00;
}
#colophon .footer-widgets-wrap .widget_rss .rsswidget:hover {
  text-decoration: underline;
  color: #000;
}
#colophon .footer-widgets-wrap .widget_rss .rss-date {
  display: block;
  font-size: .85em;
  color: #bfbfbf;
}
#colophon .footer-widgets-wrap .widget_rss cite {
  font-size: .85em;
}
#colophon .footer-widgets-wrap .widget_recent_comments li {
  font-style: italic;
  color: #000;
}
#colophon .footer-widgets-wrap .widget_recent_comments li .comment-author-link,
#colophon .footer-widgets-wrap .widget_recent_comments li a {
  font-style: normal;
  color: #6E6E6E;
}
#colophon .footer-widgets-wrap .widget_contact_info .contact-map {
  margin-bottom: 15px;
}
#colophon .footer-widgets-wrap .widget_contact_info .confit-address,
#colophon .footer-widgets-wrap .widget_contact_info .confit-phone,
#colophon .footer-widgets-wrap .widget_contact_info .confit-hours {
  font-size: .9em;
}
#colophon .footer-widgets-wrap .widget_jetpack_display_posts_widget h4 {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 1200px) {
  #colophon .footer-widgets-wrap .widget_jetpack_display_posts_widget h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}
#colophon .footer-widgets-wrap .widget_facebook_likebox .widget-title a {
  color: #000;
}
#colophon .footer-widgets-wrap .widget_facebook_likebox .widget-title a:hover {
  color: #FF8F00;
}
#colophon .footer-widgets-wrap .widget-grofile .grofile-thumbnail {
  border: 3px solid #000;
}
#colophon .footer-widgets-wrap .widget-grofile h4 a {
  color: #000;
}
#colophon .footer-widgets-wrap .widget_image figure {
  margin: 0;
}
#colophon .footer-widgets-wrap .widget_image .wp-caption-text {
  margin-top: .5em;
}
#colophon .footer-widgets-wrap .widget_rss_links a {
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
}
#colophon .site-info {
  text-align: center;
  padding: 50px 0;
}
#colophon .site-info a:hover {
  color: #FF8F00;
}

/* WordPress' admin bar breakpoint */
@media screen and (min-width: 783px) {
  .admin-bar #search-wrap .wrap {
    padding-top: 60px;
  }
}
/* Tablet landscape + Desktop Adjustment */
@media screen and (min-width: 1000px) {
  #search-wrap .wrap {
    padding-top: 35px;
  }
  #search-wrap .search-field {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1200px) {
  #search-wrap .search-field {
    font-size: 48px;
    font-size: 3rem;
  }
}

@media screen and (min-width: 1000px) {
  .admin-bar #search-wrap .wrap {
    padding-top: 65px;
  }

  #colophon .footer-widgets-wrap.column-1 .footer-widgets {
    width: 100%;
  }
  #colophon .footer-widgets-wrap.column-2 .footer-widgets {
    width: 50%;
  }
  #colophon .footer-widgets-wrap.column-3 .footer-widgets {
    width: 33%;
  }
  #colophon .footer-widgets-wrap.column-4 .footer-widgets {
    width: 25%;
  }
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll #main .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.infinite-loader {
  text-align: center;
  display: block;
  height: 73px;
}
.infinite-loader .spinner {
  display: block;
  margin: 55px auto 30px;
  left: 0 !important;
  top: auto !important;
  height: 73px;
}

.infinite-scroll #infinite-handle {
  padding: 40px 0;
}
.infinite-scroll #infinite-handle span {
  background: none;
  display: block;
  padding: 0;
}
.infinite-scroll #infinite-handle span button {
  background: #2E2E2E;
  color: white;
  text-decoration: none;
  font-size: 15.75px;
  font-size: 0.98438rem;
  padding: 15px 25px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  line-height: 1;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .infinite-scroll #infinite-handle span button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.infinite-scroll #infinite-handle span button:hover {
  padding: 15px 25px;
  background: #FF8F00;
  font-size: 15.75px;
  font-size: 0.98438rem;
  margin: 0 auto;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .infinite-scroll #infinite-handle span button:hover {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

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

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

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  text-align: center;
  opacity: .6;
  font-size: .8em;
  margin: 0.8075em 0;
  line-height: 1.4;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-item .gallery-icon a {
  display: block;
  line-height: .9;
}

.gallery-caption {
  display: block;
  line-height: 1.3;
  font-size: .85em;
  padding: 13px 20px 18px;
  opacity: .7;
}

/*--------------------------------------------------------------
13.0 Plugins
--------------------------------------------------------------*/
.entry-content hr.footnotes {
  display: none;
}
.entry-content ol.footnotes {
  font-size: 14px;
  font-size: 0.875rem;
  opacity: .7;
  position: relative;
  margin-top: 3em;
  padding-top: 2em;
  margin-bottom: 2em;
  margin-left: 0;
}
@media screen and (min-width: 1200px) {
  .entry-content ol.footnotes {
    font-size: 16px;
    font-size: 1rem;
  }
}
.entry-content ol.footnotes:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 65%;
  height: 2px;
  background: #e1e1e1;
}
.entry-content ol.footnotes li {
  margin-bottom: .3em;
}
.entry-content ol.footnotes li p {
  margin: 0 0 1em;
}
.entry-content ol.footnotes li p:last-child {
  margin-bottom: 0;
}
.entry-content ol.footnotes a.backlink {
  text-decoration: none;
}

.not-singular span.entry-subtitle {
  font-size: .7em;
  opacity: .6;
  margin-top: 2px;
  margin-bottom: 10px;
}

.singular span.entry-subtitle {
  margin-top: 2px;
  font-size: .55em;
  opacity: .6;
  line-height: 1.4;
}

/**
 * Automatically hide the site-title if site-logo is added
*/
body.has-site-logo #masthead .site-title {
  display: none;
}
body.has-site-logo #masthead .site-logo-link {
  max-height: 39px;
  display: inline-block !important;
}
body.has-site-logo #masthead .site-logo-link img {
  width: auto;
  height: 39px;
}
