/*!
Theme Name: Stencil Pro
Theme URI: https://www.happythemes.com/themes/stencil
Author: Happy Themes
Author URI: https://www.happythemes.com/
Description: Stencil Pro is a beautiful and minimalist WordPress blog theme.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stencil pro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Tested up to: 5.5
Requires PHP: 5.6

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.

Stencil Pro is based on Underscores https://www.happythemes.com/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Social
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Header
	## Posts and pages
	## Featured Posts
	## Comments
	## Pagination
	## Related
	## Back To Top
	## Custom Widgets
	## Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #5a595c;
  font-family: "Amiri", serif;
  font-weight: 400;
  line-height: 1.55;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-size: 1em;
}

h1, .header__title {
  font-size: 2.488em;
}

h2 {
  font-size: 2.074em;
}

h3, .content__archive-title, .post__title-h2, .post__title-h1 {
  font-size: 1.728em;
}

h4, .featured__small .featured__title, .post__comments-title {
  font-size: 1.44em;
}

h5, .widget__title, .comment-reply-title, .post__related-header, .post__related-title-link {
  font-size: 1.2em;
}

small,
.text-small {
  font-size: 0.833em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
  color: #191919;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  color: #b9893e;
}

h1 {
  margin-top: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em 0;
  border-left: 2px solid #c3a576;
  padding: 0 0 0 1em;
  font-style: italic;
}

blockquote > p {
  margin: 0 0 1em;
}

blockquote cite {
  color: #aeadaf;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #cecece;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375em;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

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

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

big {
  font-size: 125%;
}

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

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

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  text-rendering: optimizeLegibility;
}

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

ul, ol {
  margin: 0 0 1.5em 1.5em;
  padding-left: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #191919;
  border-radius: 3px;
  background: #191919;
  color: #fff;
  line-height: 1;
  padding: 1em 1.5em .8em;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 150ms ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #c3a576;
  background: #c3a576;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #c3a576;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #cecece;
  border-radius: 0.1875em;
  padding: 0.625em;
}

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

select {
  border: 1px solid #cecece;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #c3a576;
  transition: all 250ms ease-in-out;
  text-decoration: none;
}

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

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.header__navigation {
  width: 100%;
}

@media (min-width: 48em) {
  .header__navigation {
    text-align: center;
  }
}

@media (min-width: 64em) {
  .header__navigation {
    width: auto;
  }
}

.header__navigation ul {
  display: none;
  background-color: #191919;
  position: relative;
  z-index: 999;
}

@media (min-width: 64em) {
  .header__navigation ul {
    background-color: transparent;
  }
}

.header__navigation ul ul {
  text-align: left;
  padding: 0.625em 0;
  transition: 300ms ease-in-out;
}

@media (min-width: 48em) {
  .header__navigation ul ul {
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
  }
}

@media (min-width: 48em) {
  .header__navigation ul ul ul {
    left: 100%;
    top: 0;
  }
}

.header__navigation ul ul li:hover > ul,
.header__navigation ul ul li.focus > ul {
  left: 100%;
}

@media (min-width: 48em) {
  .header__navigation ul ul li.menu-item-has-children > a::after {
    content: '';
  }
}

.header__navigation ul ul a {
  width: 180px;
  padding: 0.625em 0;
}

@media (min-width: 48em) {
  .header__navigation ul ul a {
    color: #5a595c;
  }
}

.header__navigation ul li:hover > ul,
.header__navigation ul li.focus > ul {
  left: auto;
  visibility: visible;
  opacity: 1;
  display: block;
}

.header__navigation ul li:hover > ul ul,
.header__navigation ul li.focus > ul ul {
  left: 100%;
}

@media (max-width: 480px) {
  .header__navigation ul li:hover > ul ul,
  .header__navigation ul li.focus > ul ul {
    left: auto;
  }
}

.header__navigation li {
  position: relative;
  display: block;
  padding-left: 0.875em;
  padding-right: 0.875em;
}

@media (min-width: 48em) {
  .header__navigation li {
    display: inline-block;
  }
}

.header__navigation li:hover > a,
.header__navigation li.focus > a {
  color: #c3a576;
}

.header__navigation li.menu-item-has-children > a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.header__navigation li.menu-item-has-children > a::after {
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'></path><path fill='none' d='M0 0h24v24H0V0z'></path></svg>");
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 0.1875em;
}

.header__navigation a {
  display: block;
  text-decoration: none;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.0625em;
  padding: 1em 0;
}

@media (min-width: 48em) {
  .header__navigation a {
    padding: 1.36em 0;
  }
}

.header__navigation a:hover {
  color: #c3a576;
}

/* Small menu. */
.menu-toggle {
  display: block;
  line-height: 1.4;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
}

@media (min-width: 48em) {
  .menu-toggle {
    margin: auto;
    padding-left: 1.5em;
  }
}

.header__navigation.toggled .menu {
  display: block;
}

@media (min-width: 64em) {
  .menu-toggle {
    display: none;
  }
  .header__navigation ul {
    display: block;
  }
}

.menu-toggle path:nth-child(2) {
  fill: #fff;
}

.menu-toggle:hover {
  border: 0;
  background: none;
}

/*--------------------------------------------------------------
## Social
--------------------------------------------------------------*/
.header__social {
  position: absolute;
  left: auto;
  right: 3.75em;
  line-height: 0;
}

@media (min-width: 48em) {
  .header__social {
    left: 1.5em;
    right: auto;
  }
}

@media (min-width: 64em) {
  .header__social {
    left: 2.5em;
  }
}

.header__social::after {
  content: "";
  border-right: 0.0625em solid #5a595c;
  height: 15px;
  width: 1px;
  display: inline-block;
  position: absolute;
  top: 0.3125em;
  right: -0.25em;
}

@media (min-width: 48em) {
  .header__social::after {
    border-right: none;
  }
}

.footer__social .header__social::after {
  display: none;
}

.header__social li {
  display: inline-block;
  position: relative;
  margin-right: 0.375em;
}

.header__social a {
  display: block;
}

.header__social .svg-icon {
  width: 1.125em;
}

.header__social path {
  fill: #fff;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.header__search {
  position: absolute;
  right: 1.5em;
  line-height: 0;
  padding: 1.11em 0;
}

@media (min-width: 64em) {
  .header__search {
    right: 2.5em;
  }
}

.header__search:hover .header__search-form-wrapper {
  visibility: visible;
  opacity: 1;
}

.header__search-link {
  display: block;
}

.header__search path:nth-child(1) {
  fill: #fff;
}

.header__search-form-wrapper {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  right: -24px;
  z-index: 99999;
  text-align: left;
  background-color: #fff;
  padding: 0.625em;
  visibility: hidden;
  opacity: 0;
  transition: 300ms ease-in-out;
  min-width: 100vw;
}

@media (min-width: 48em) {
  .header__search-form-wrapper {
    min-width: 300px;
    right: 0;
  }
}

.header__search-form input[type="search"] {
  border: 0;
  width: 100%;
}

.header__search-form input[type="search"]::-moz-placeholder {
  text-transform: uppercase;
  font-size: 0.875em;
}

.header__search-form input[type="search"]:-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 0.875em;
}

.header__search-form input[type="search"]::placeholder {
  text-transform: uppercase;
  font-size: 0.875em;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text, .post__comments .comment-author .says {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus, .post__comments .comment-author .says:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

.aligncenter {
  clear: both;
}

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


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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget__title, .comment-reply-title, .post__related-header {
  margin-top: 0;
  text-align: center;
  letter-spacing: 0.09375em;
  text-transform: uppercase;
}

.content__sidebar {
  margin-top: 3.75em;
}

@media (min-width: 64em) {
  .content__sidebar {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
  }
}

@media (max-width: 48em) and (min-width: 30em) {
  .content__sidebar-wrapper {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media (min-width: 64em) {
  .content__sidebar-wrapper {
    padding-left: 3.75em;
  }
}

@media (min-width: 64em) {
  .layout-left-sidebar .content__sidebar-wrapper {
    padding-right: 3.75em;
    padding-left: 0;
  }
}

.layout-left-sidebar .content__sidebar {
  order: 1;
}

.widget {
  margin-bottom: 3.75em;
  /* Make sure select elements fit in widgets. */
}

@media (max-width: 48em) and (min-width: 30em) {
  .widget {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

.widget ul li {
  padding: 0.625em 0;
  background-image: linear-gradient(to right, #cecece 33%, rgba(255, 255, 255, 0) 0);
  background-position: top;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}

.widget ul li:first-child {
  background: none;
}

.widget ul a {
  color: inherit;
  display: inline-block;
}

.widget ul a:hover {
  color: #b9893e;
}

.widget_recent_entries a {
  display: block;
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #191919;
  padding-top: 0.125em;
}

.widget_recent_comments ul li a {
  display: inline;
  color: #191919;
}

.widget_tag_cloud a {
  display: inline-block;
  margin-right: 0.3125em;
  margin-bottom: 0.3125em;
  padding: 0.25em 0.875em 0.125em;
  text-transform: uppercase;
  background-color: #191919;
  color: #fff;
  border-radius: 0.1875em;
}

.widget_tag_cloud a:hover {
  background-color: #c3a576;
}

.widget_pages .children {
  padding-left: 1em;
}

.widget_nav_menu .sub-menu {
  padding-left: 1em;
}

.widget_nav_menu .sub-menu li:last-child {
  padding-bottom: 0;
}

.widget_categories {
  text-align: right;
}

.widget_categories li {
  clear: both;
}

.widget_categories a {
  float: left;
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.header__branding-container, .content__container, .featured__container {
  max-width: 75em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

@media (min-width: 90em) {
  .header__branding-container, .content__container, .featured__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.header__topbar-wrapper, .content__main-grid, .post__readmore-link, .post__footer, .post__author, .featured__post, .post__comments .comment-meta, .post__comments .comment-author, .posts-navigation .nav-links, .post-pagination, .post-pagination__prev, .post-pagination__next, .footer__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.header__navigation ul, .header__social ul, .widget ul, .post__comments-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header__topbar {
  background-color: #191919;
}

.header__topbar-wrapper {
  justify-content: center;
  align-items: center;
  height: 3.75em;
}

.header__branding {
  padding: 4.375em 0;
}

.header__branding-container {
  position: relative;
}

.header__branding-wrapper {
  text-align: center;
}

.single .header__branding,
.page .header__branding,
.archive .header__branding,
.search .header__branding,
.error404 .header__branding {
  border-bottom: 0.0625em solid #cecece;
  margin-bottom: 5em;
}

.header__title {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
}

.header__title a {
  color: #191919;
}

.header__title a:hover {
  color: #b9893e;
}

.header__tagline {
  font-size: 1.25em;
  margin-bottom: 0;
}

.header__logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.post__date-link, .post__categories a, .post__readmore-link, .post__comments .comment-metadata a, .post__comments .reply a, .comment-form label, .posts-navigation .nav-links a {
  font-size: 0.8125em;
  text-transform: uppercase;
  letter-spacing: 0.09375em;
  color: #191919;
}

.post__date-link:hover, .post__categories a:hover, .post__readmore-link:hover, .post__comments .comment-metadata a:hover, .post__comments .reply a:hover, .comment-form label:hover, .posts-navigation .nav-links a:hover {
  color: #b9893e;
}

.post__thumbnail, .post__related-img-link {
  display: block;
  overflow: hidden;
  border-radius: 0.1875em;
}

.post__thumbnail:hover img, .post__related-img-link:hover img {
  opacity: .8;
  transform: scale(1.07);
}

.post__thumbnail img, .post__related-img-link img {
  display: block;
  opacity: 1;
  transition: .4s ease-in-out;
}

@media (min-width: 64em) {
  .content__row {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media (min-width: 64em) {
  .content__main {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 64em) {
  .layout-full-width .content__main {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.content__archive-header {
  text-align: center;
  margin-bottom: 3.75em;
}

.content__archive-header::after {
  content: "";
  border-bottom: 0.0625em solid #cecece;
  width: 6.25em;
  height: 0.0625em;
  display: block;
  margin: 0 auto;
}

.content__main-grid .content__archive-header {
  width: 100%;
}

.content__archive-title {
  text-transform: uppercase;
}

.content__main-list .post,
.content__main-list .page, .content__main-grid .post,
.content__main-grid .page, .content__main-page .post,
.content__main-page .page {
  margin: 0 0 3.75em;
}

.content__main-list .page .post__content-article, .content__main-grid .page .post__content-article, .content__main-page .page .post__content-article {
  margin-bottom: 3.75em;
}

@media (min-width: 48em) {
  .home .content__main-grid .post__first.post,
  .blog .content__main-grid .post__first.post {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 48em) {
  .home .content__main-grid .post,
  .blog .content__main-grid .post {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 48em) {
  .archive .content__main-grid .post,
  .search .content__main-grid .post {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 64em) {
  .archive .content__main-grid .post,
  .search .content__main-grid .post {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.home .content__main-standard .post,
.blog .content__main-standard .post {
  margin-bottom: 3.75em;
}

@media (min-width: 48em) {
  .content__main-list .post__wrapper {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}

.post__thumbnail-wrapper {
  margin-bottom: 1.875em;
}

@media (min-width: 48em) {
  .content__main-list .post__thumbnail-wrapper {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
  }
}

@media (min-width: 48em) {
  .content__main-list .post__excerpt-wrapper {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.post__title-h2 {
  margin-top: 0;
  margin-bottom: 0.3125em;
  line-height: 1.3;
}

.post__meta {
  margin-bottom: 1em;
}

.post__date {
  position: relative;
  padding-right: 1.875em;
}

.post__date::after {
  content: "";
  width: 0.9375em;
  height: 0.0625em;
  position: absolute;
  top: 50%;
  border-top: 0.0625em solid #cecece;
  right: 0;
}

.post__categories {
  padding-left: 0.625em;
}

.post__readmore-link {
  align-items: flex-end;
}

.post__readmore-link:hover .svg-icon path:nth-child(1) {
  transition: all 250ms ease-in-out;
  fill: #b9893e;
}

.post__readmore .svg-icon {
  padding-left: 0.3125em;
}

.post__header {
  margin: 0 0 1.875em;
}

@media (min-width: 64em) {
  .post__header {
    max-width: 58.3333333333%;
    margin: 0 0 3.75em;
  }
}

.post__title-h1 {
  line-height: 1.3;
  margin-bottom: 0.3125em;
}

@media (min-width: 48em) {
  .post__title-h1 {
    font-size: 2.488em;
  }
}

.post__featured-wrapper {
  margin: 0 0 1.875em;
}

@media (min-width: 64em) {
  .post__featured-wrapper {
    margin: 0 0 3.75em;
  }
}

.post__featured-img {
  border-radius: 3px;
  display: block;
}

@media (min-width: 64em) {
  .post__content-row {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media (min-width: 64em) {
  .post__content-main {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 64em) {
  .layout-full-width .post__content-main {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.layout-left-sidebar .post__content-main {
  order: 2;
}

.post__content-article {
  margin-bottom: 2.5em;
}

.post__content-article {
  font-size: 16px;
}

@media screen and (min-width: 480px) {
  .post__content-article {
    font-size: calc(16px + 4 * ((100vw - 480px) / 960));
  }
}

@media screen and (min-width: 1440px) {
  .post__content-article {
    font-size: 20px;
  }
}

.post__footer {
  border-bottom: 0.0625em solid #cecece;
  padding-bottom: 1.25em;
  margin-bottom: 2.5em;
}

.post__author {
  align-items: center;
  font-style: italic;
}

.post__author-avatar {
  display: inline-block;
  padding-right: 0.3125em;
}

.post__author-avatar img {
  border-radius: 50%;
}

.post__author-link {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.09375em;
  font-size: 0.75em;
  color: #191919;
}

.post__share {
  margin-left: auto;
}

.post__share-item {
  padding-right: 0.125em;
}

.post__share-item .svg-icon {
  width: 1.125em;
}

.post__share-item .svg-icon:hover path {
  transition: all 200ms ease;
  opacity: .5;
}

.post__first-thumbnail-wrapper {
  margin-bottom: 1.875em;
}

/**
 * 404
 */
.content__not-found {
  width: 100%;
  text-align: center;
  margin-bottom: 5.625em;
}

.sticky {
  display: block;
}

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

.page__content,
.post__content,
.post__summary {
  margin: 1.5em 0 0;
}

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

/*--------------------------------------------------------------
## Featured Posts
--------------------------------------------------------------*/
.featured {
  margin-bottom: 3.75em;
}

@media (min-width: 80em) {
  .featured__container {
    padding: 0;
  }
}

@media (min-width: 64em) {
  .featured__wrapper {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}

.featured__big {
  margin-bottom: 2.5em;
}

@media (min-width: 64em) {
  .featured__big {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}

.featured__big .featured__title {
  font-size: 1.44em;
}

@media (min-width: 64em) {
  .featured__big .featured__title {
    font-size: 2.074em;
  }
}

@media (min-width: 64em) {
  .featured__small {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.featured__small .featured__title {
  margin-bottom: 0.3125em;
}

.featured__small .featured__post {
  margin-bottom: 2.5em;
}

.featured__post {
  align-items: flex-end;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1875em;
  padding: 2em;
}

.featured__post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.featured__post-big {
  height: calc(100vw - 100px);
}

@media (min-width: 48em) {
  .featured__post-big {
    height: 28.125em;
  }
}

@media (min-width: 64em) {
  .featured__post-big {
    height: 40em;
  }
}

.featured__post-small {
  height: calc(100vw - 100px);
}

@media (min-width: 48em) {
  .featured__post-small {
    height: 18.75em;
  }
}

.featured__content {
  position: relative;
  z-index: 9;
}

.featured__title {
  color: #fff;
  margin: 0;
  line-height: 1.3;
}

.featured .post__meta {
  margin-bottom: 0;
}

.featured .post__meta a {
  color: #fff;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.post__comments-title {
  margin-top: 0;
  margin-bottom: 1.875em;
}

.post__comments-items {
  margin-bottom: 3.75em;
}

.post__comments .bypostauthor {
  display: block;
}

.post__comments .comment {
  margin-bottom: 2.5em;
}

.post__comments .children {
  margin: 2.5em 0;
  list-style: none;
}

@media (min-width: 48em) {
  .post__comments .children {
    padding-left: 1.875em;
  }
}

.post__comments .comment-meta {
  margin-bottom: 0.625em;
  align-items: center;
}

.post__comments .comment-author {
  font-size: 0.875em;
  align-items: center;
}

.post__comments .comment-author .avatar {
  border-radius: 50%;
  margin-right: 0.625em;
}

.post__comments .comment-author .fn {
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}

.post__comments .comment-author .fn::after {
  content: "";
  width: 0.9375em;
  height: 0.0625em;
  position: absolute;
  border-top: 0.0625em solid #cecece;
  bottom: 0;
  left: 0;
}

.post__comments .comment-author a {
  color: inherit;
}

.post__comments .comment-author a:hover {
  color: #b9893e;
}

@media (min-width: 23.438em) {
  .post__comments .comment-metadata {
    margin-left: auto;
  }
}

.post__comments .comment-metadata a {
  font-size: 0.75em;
  color: #aeadaf;
}

.post__comments .comment-metadata .edit-link {
  position: relative;
  padding-left: 1.25em;
}

.post__comments .comment-metadata .edit-link::before {
  content: "";
  width: 0.9375em;
  height: 0.0625em;
  position: absolute;
  top: 50%;
  border-top: 0.0625em solid #cecece;
  left: 0;
}

.post__comments .comment-content {
  line-height: 1.45;
}

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

.post__comments .reply a {
  font-size: 0.75em;
}

.comment-reply-title {
  margin-bottom: 0.3125em;
}

.comment-notes {
  text-align: center;
  margin-bottom: 2.5em;
  color: #aeadaf;
}

.comment-form label {
  display: block;
  margin-bottom: 0.375em;
}

.comment-form label:hover {
  color: inherit;
}

.comment-form input,
.comment-form textarea {
  font-size: 0.875em;
}

.comment-form-cookies-consent label {
  display: inline;
  margin-left: 0.3125em;
  letter-spacing: 0;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.posts-navigation {
  margin-bottom: 3.75em;
}

.home .content__main-grid .posts-navigation,
.blog .content__main-grid .posts-navigation,
.archive .content__main-grid .posts-navigation,
.search .content__main-grid .posts-navigation {
  width: 100%;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.posts-navigation .nav-previous {
  width: 50%;
}

.posts-navigation .nav-next {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}

/**
 * Post pagination
 */
.post-pagination {
  margin-bottom: 3.75em;
}

.post-pagination__wrapper {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  width: 100%;
}

.post-pagination__prev, .post-pagination__next {
  flex-basis: 50%;
  max-width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.post-pagination__next {
  margin-left: auto;
  text-align: right;
  justify-content: flex-end;
}

.post-pagination__next .post-pagination__link {
  order: 2;
  padding-right: 0;
  padding-left: 1.25em;
}

.post-pagination__next .post-pagination__detail {
  order: 1;
}

.post-pagination__link {
  display: block;
  width: 18%;
  padding-right: 1.25em;
}

.post-pagination__img {
  display: block;
  border-radius: 0.1875em;
}

.post-pagination__detail span {
  display: block;
  text-transform: uppercase;
  font-size: 0.875em;
  color: #c3a576;
}

.post-pagination__title {
  font-size: 1.125em;
  color: inherit;
}

/*--------------------------------------------------------------
## Author Box
--------------------------------------------------------------*/
.author-bio {
  text-align: center;
  border-bottom: 0.0625em solid #cecece;
  padding-bottom: 2.5em;
  padding-bottom: 2.5em;
  margin-bottom: 3.75em;
}

.author-bio .avatar {
  border-radius: 50%;
}

.author-bio__name {
  margin-top: 0;
  margin-bottom: 0.3125em;
}

.author-bio__desc {
  font-size: 1.125em;
}

.author-bio__social-link {
  padding: 0 .5em;
}

.author-bio__social-link .svg-icon {
  width: 1.25em;
}

.author-bio__social-link.website:hover {
  opacity: .5;
}

.author-bio__social-link.twitter:hover path {
  fill: #1da1f2;
}

.author-bio__social-link.facebook:hover path {
  fill: #3b5998;
}

.author-bio__social-link.instagram:hover path {
  fill: #405de6;
}

.author-bio__social-link.pinterest:hover path {
  fill: #bd081c;
}

.author-bio__social-link.linkedin:hover path {
  fill: #0077b5;
}

.author-bio__social-link.dribbble:hover path {
  fill: #ea4c89;
}

/*--------------------------------------------------------------
## Related
--------------------------------------------------------------*/
.post__related {
  margin-top: 3.75em;
}

@media (min-width: 64em) {
  .post__related {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
  }
}

@media (min-width: 64em) {
  .post__related-wrapper {
    padding-left: 3.75em;
  }
}

@media (max-width: 48em) and (min-width: 30em) {
  .post__related-items {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}

.post__related-item {
  margin-bottom: 1.875em;
}

@media (max-width: 48em) and (min-width: 30em) {
  .post__related-item {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 64em) {
  .post__related-item {
    margin-bottom: 3.75em;
  }
}

.post__related-img-link {
  margin-bottom: 1.25em;
}

.post__related-title-link {
  display: block;
  color: inherit;
  margin-bottom: 0.3125em;
}

.post__related .post__date::after {
  border-top: 0;
}

/*--------------------------------------------------------------
## Back To Top
--------------------------------------------------------------*/
/**
 * Back to top
 */
.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  width: 1.25em;
  height: 1.25em;
  text-align: center;
  line-height: 1.5625em;
  background-color: #191919;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: all .3s ease-in-out;
  opacity: 0;
  font-size: 2em;
}

.back-to-top path:nth-child(1) {
  fill: #fff;
}

.back-to-top.show {
  opacity: 1;
}

.back-to-top.show:hover {
  opacity: .8;
}

/*--------------------------------------------------------------
## Custom Widgets
--------------------------------------------------------------*/
/**
 * About Me Widget
 */
.stencil-about-me {
  position: relative;
  text-align: center;
}

.stencil-about-me .stencil-about-me-avatar,
.stencil-about-me .stencil-about-me-social {
  margin-top: 20px;
}

.stencil-about-me .stencil-about-me-avatar img {
  position: relative;
  border-radius: 50%;
}

.stencil-about-me .stencil-about-me-name {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 16px 0 10px;
  text-transform: uppercase;
  clear: none;
}

.stencil-about-me .stencil-about-me-social li {
  display: inline-block;
  margin-left: 6px;
  padding: 0;
  background: none;
}

.stencil-about-me .stencil-about-me-social li:first-child {
  margin-left: 0;
}

.stencil-about-me .stencil-about-me-social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.stencil-about-me .stencil-about-me-social li a path {
  fill: #fff;
}

.stencil-about-me .stencil-about-me-social.style-color li a, .stencil-about-me .stencil-about-me-social.style-color li a:hover {
  color: #fff;
}

.stencil-about-me .stencil-about-me-social.style-color li.facebook a {
  background-color: #37589b;
}

.stencil-about-me .stencil-about-me-social.style-color li.facebook a:hover {
  background-color: #4e7ddd;
}

.stencil-about-me .stencil-about-me-social.style-color li.twitter a {
  background-color: #46d4fe;
}

.stencil-about-me .stencil-about-me-social.style-color li.twitter a:hover {
  background-color: #7ee1fe;
}

.stencil-about-me .stencil-about-me-social.style-color li.google-plus a {
  background-color: #de5a49;
}

.stencil-about-me .stencil-about-me-social.style-color li.google-plus a:hover {
  background-color: #fc7a69;
}

.stencil-about-me .stencil-about-me-social.style-color li.instagram a {
  background-color: #5996c7;
}

.stencil-about-me .stencil-about-me-social.style-color li.instagram a:hover {
  background-color: #69b4f0;
}

.stencil-about-me .stencil-about-me-social.style-color li.linkedin a {
  background-color: #419cca;
}

.stencil-about-me .stencil-about-me-social.style-color li.linkedin a:hover {
  background-color: #52c3fc;
}

.stencil-about-me .stencil-about-me-social.style-color li.pinterest a {
  background-color: #cb2027;
}

.stencil-about-me .stencil-about-me-social.style-color li.pinterest a:hover {
  background-color: #f7555c;
}

.stencil-about-me .stencil-about-me-social.style-color li.youtube a {
  background-color: #dd4646;
}

.stencil-about-me .stencil-about-me-social.style-color li.youtube a:hover {
  background-color: #ff6262;
}

.stencil-about-me .stencil-about-me-social.style-light li a {
  color: #aaa;
  border: 1px solid #e9e9e9;
}

.stencil-about-me .stencil-about-me-social.style-light li a path {
  fill: #aaa;
}

.stencil-about-me .stencil-about-me-social.style-dark li a {
  color: #929292;
  border: 1px solid #555;
}

.stencil-about-me .stencil-about-me-social.style-dark li a path {
  fill: #929292;
}

.stencil-about-me .stencil-about-me-social.style-light li.facebook a:hover, .stencil-about-me .stencil-about-me-social.style-dark li.facebook a:hover {
  color: #37589b;
  border-color: #37589b;
}

.stencil-about-me .stencil-about-me-social.style-light li.facebook a:hover path, .stencil-about-me .stencil-about-me-social.style-dark li.facebook a:hover path {
  fill: #37589b;
}

.stencil-about-me .stencil-about-me-social.style-light li.twitter a:hover, .stencil-about-me .stencil-about-me-social.style-dark li.twitter a:hover {
  color: #46d4fe;
  border-color: #46d4fe;
}

.stencil-about-me .stencil-about-me-social.style-light li.twitter a:hover path, .stencil-about-me .stencil-about-me-social.style-dark li.twitter a:hover path {
  fill: #46d4fe;
}

.stencil-about-me .stencil-about-me-social.style-light li.google-plus a:hover, .stencil-about-me .stencil-about-me-social.style-dark li.google-plus a:hover {
  color: #de5a49;
  border-color: #de5a49;
}

.stencil-about-me .stencil-about-me-social.style-light li.google-plus a:hover path, .stencil-about-me .stencil-about-me-social.style-dark li.google-plus a:hover path {
  fill: #de5a49;
}

.stencil-about-me .stencil-about-me-social.style-light li.instagram a:hover, .stencil-about-me .stencil-about-me-social.style-dark li.instagram a:hover {
  color: #5996c7;
  border-color: #5996c7;
}

.stencil-about-me .stencil-about-me-social.style-light li.instagram a:hover path, .stencil-about-me .stencil-about-me-social.style-dark li.instagram a:hover path {
  fill: #5996c7;
}

.stencil-about-me .stencil-about-me-social.style-light li.linkedin a:hover, .stencil-about-me .stencil-about-me-social.style-dark li.linkedin a:hover {
  color: #419cca;
  border-color: #419cca;
}

.stencil-about-me .stencil-about-me-social.style-light li.linkedin a:hover path, .stencil-about-me .stencil-about-me-social.style-dark li.linkedin a:hover path {
  fill: #419cca;
}

.stencil-about-me .stencil-about-me-social.style-light li.pinterest a:hover, .stencil-about-me .stencil-about-me-social.style-dark li.pinterest a:hover {
  color: #cb2027;
  border-color: #cb2027;
}

.stencil-about-me .stencil-about-me-social.style-light li.pinterest a:hover path, .stencil-about-me .stencil-about-me-social.style-dark li.pinterest a:hover path {
  fill: #cb2027;
}

.stencil-about-me .stencil-about-me-social.style-light li.youtube a:hover, .stencil-about-me .stencil-about-me-social.style-dark li.youtube a:hover {
  color: #dd4646;
  border-color: #dd4646;
}

.stencil-about-me .stencil-about-me-social.style-light li.youtube a:hover path, .stencil-about-me .stencil-about-me-social.style-dark li.youtube a:hover path {
  fill: #dd4646;
}

/**
 * Flickr Widget
 */
.stencil-flickr-wrap .flickr_badge_image {
  float: left;
  margin: 0 4% 10px 0;
  width: 30.6%;
  transition: all .3s ease;
}

.stencil-flickr-wrap .flickr_badge_image:hover {
  opacity: 0.8;
}

.stencil-flickr-wrap .flickr_badge_image#flickr_badge_image3, .stencil-flickr-wrap .flickr_badge_image#flickr_badge_image6, .stencil-flickr-wrap .flickr_badge_image#flickr_badge_image9 {
  margin-right: 0;
}

.stencil-flickr-wrap .flickr_badge_image a {
  border: none;
}

.stencil-flickr-wrap .flickr_badge_image img {
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

p.flickr_stream_wrap {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90%;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p.flickr_stream_wrap a {
  color: inherit;
  display: inline-block;
  background-image: url("assets/img/flickr.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 55px;
  padding-top: 12px;
  padding-bottom: 13px;
}

/*------------------------------------*
	Phone Landscape
*------------------------------------*/
@media only screen and (max-width: 480px) {
  /* flickr widget */
  .stencil-flickr-wrap .flickr_badge_image {
    width: 23%;
  }
}

/**
 * Recent Posts Widget
 */
.stencil-recent-posts li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1.6;
  padding: 20px 0 !important;
}

.stencil-recent-posts .recent-posts-thumbnail {
  position: relative;
  width: 25%;
  min-width: 68px;
  margin-right: 4%;
}

.stencil-recent-posts .recent-posts-thumbnail img {
  width: 100%;
  border-radius: 3px;
  display: block;
}

.stencil-recent-posts .recent-posts-thumbnail .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  text-align: center;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
}

.stencil-recent-posts .recent-posts-thumbnail:hover .overlay {
  opacity: 1;
}

.stencil-recent-posts .recent-posts-details {
  width: 100%;
}

.stencil-recent-posts .recent-posts-title {
  line-height: 1.4;
}

.stencil-recent-posts .recent-posts-info {
  display: block;
  color: #aaa;
  margin-top: 6px;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.stencil-recent-posts .recent-posts-info .sep {
  padding: 0 3px;
}

.stencil-recent-posts .recent-posts-date,
.stencil-recent-posts .recent-posts-comments {
  display: inline-block;
}

.stencil-recent-posts .recent-posts-date i,
.stencil-recent-posts .recent-posts-comments i {
  margin-right: 4px;
}

.stencil-recent-posts .recent-posts-comments a {
  color: #999;
}

.stencil-recent-posts .recent-posts-comments a:hover {
  color: #32b6c0;
}

/*------------------------------------*
	All Devices under 960px
*------------------------------------*/
@media only screen and (max-width: 959px) {
  /* recent posts widget */
  .stencil-recent-posts .recent-posts-thumbnail {
    width: 15%;
    margin-right: 3%;
  }
}

/*------------------------------------*
	Phone Landscape
*------------------------------------*/
@media only screen and (max-width: 480px) {
  /* recent posts widget */
  .stencil-recent-posts .recent-posts-thumbnail {
    width: 25%;
    margin-right: 4%;
  }
}

/**
 * Video Widget
 */
#sidebar .video-widget .responsive-video-wrap iframe {
  min-height: 100%;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer {
  background-color: #191919;
  color: #fff;
  text-align: center;
  padding: 3.4375em 0 3.125em;
}

.footer__wrapper {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 48em) {
  .footer__wrapper {
    flex-direction: row;
  }
}

.footer__copyright {
  margin-bottom: 1.25em;
}

@media (min-width: 48em) {
  .footer__copyright {
    position: absolute;
    left: 2.5em;
    width: 30%;
    text-align: left;
    margin-bottom: 0;
  }
}

.footer__social {
  margin-bottom: 1.25em;
}

@media (min-width: 48em) {
  .footer__social {
    margin-bottom: 0;
  }
}

.footer__social .header__social {
  position: relative;
  left: auto;
  right: 0;
}

@media (min-width: 48em) {
  .footer__designer {
    position: absolute;
    right: 2.5em;
  }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

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

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

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

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
/*# sourceMappingURL=style.css.map */