/**
 * Theme Name: Sophia
 * Theme URI: https://basepixels.com/themes/sophia
 * Author: Basepixels
 * Author URI: https://basepixels.com
 * Description: A clean & stylish magazine styles WordPress theme.
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: sophia
 * Domain Path: /languages/
 * Tags: three-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, theme-options, threaded-comments, translation-ready, editor-style, blog, e-commerce
 *
 * Sophia WordPress Theme, Copyright (c) 2017, Basepixels
 * Sophia is distributed under the terms of the GNU GPL
 */
/* $h1-font-sizes: (
  null : (32px, 1.4),
  sm   : (40px, 1.4),
  lg   : (50.512px, 1.3),
); */
/* ==========================================================================
 # Theme Base Styles (scss/base/base.scss)
========================================================================== */
/* Font-size generator */
/* CSS Reset */
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; }

select {
  max-width: 100%; }

/* Base styles */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
  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;
  outline: 0; }

*:hover, *:focus, *:active {
  outline: 0; }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

body {
  margin: 0;
  overflow-x: hidden; }

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

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

svg {
  max-height: 100%; }

embed,
iframe,
object {
  max-width: 100%; }

/* Scaffolding styles */
.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto; }

.content-area {
  width: 100%; }
  @media screen and (min-width: 40em) {
    .content-area.left-sidebar, .content-area.right-sidebar {
      max-width: 66.6666666667%;
      float: left; } }

.widget-area {
  width: 100%; }
  @media screen and (min-width: 40em) {
    .widget-area {
      max-width: 29.8245614035%;
      float: left; } }
  @media screen and (min-width: 40em) {
    .widget-area.left-sidebar {
      margin-right: 3.5087719298%;
      /* padding-right: $sidebar-padding; */ } }
  @media screen and (min-width: 40em) {
    .widget-area.right-sidebar {
      margin-left: 3.5087719298%;
      /* padding-left: $sidebar-padding; */ } }

/* Utility styles */
.circle {
  border-radius: 50%; }

.rounded {
  border-radius: 3px; }

.border {
  border: 3px solid #000000; }

.border-transparent {
  border: 3px solid transparent; }

.heading-font {
  font-family: "Roboto Slab", Helvetica, sans-serif; }

.primary-font {
  font-family: "Source Serif Pro", Helvetica, sans-serif; }

.secondary-font {
  font-family: "Roboto Slab", Helvetica, sans-serif; }

.hover-none:hover, .hover-none:focus, .hover-none:active {
  background: inherit;
  text-decoration: none;
  color: inherit; }

.table {
  display: table;
  width: 100%; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

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

@media screen and (min-width: 40em) {
  .sm-center-block {
    display: table;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 48.75em) {
  .md-center-block {
    display: table;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 65em) {
  .lg-center-block {
    display: table;
    margin-left: auto;
    margin-right: auto; } }

.top-0 {
  top: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

.z3 {
  z-index: 3; }

.z4 {
  z-index: 4; }

.lh1 {
  line-height: 1; }

.inline {
  display: inline; }

.block {
  display: block; }

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

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.left {
  float: left; }

@media screen and (min-width: 48.75em) {
  .md-left {
    float: left; } }

@media screen and (min-width: 40em) {
  .sm-left {
    float: left; } }

@media screen and (min-width: 65em) {
  .lg-left {
    float: left; } }

.right {
  float: right; }

@media screen and (min-width: 48.75em) {
  .md-right {
    float: right; } }

@media screen and (min-width: 40em) {
  .sm-right {
    float: right; } }

@media screen and (min-width: 65em) {
  .lg-right {
    float: right; } }

.fit {
  max-width: 100%; }

.border-box {
  box-sizing: border-box; }

.bold {
  font-weight: bold; }

.semibold {
  font-weight: 600; }

.regular {
  font-weight: 400; }

.light {
  font-weight: 300; }

.italic {
  font-style: italic; }

.caps {
  text-transform: uppercase;
  letter-spacing: .2em; }

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

.center {
  text-align: center; }

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

.justify {
  text-align: justify; }

.nowrap {
  white-space: nowrap; }

.break-word {
  word-wrap: break-word; }

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.list-reset {
  list-style: none;
  padding-left: 0; }

.overflow-x-hidden {
  overflow-x: hidden; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.no-underline {
  text-decoration: none !important; }

.underline {
  text-decoration: underline; }

.pointer {
  cursor: pointer; }

.hidden {
  display: none; }

.vertical-align {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (min-width: 40em) {
  .sm-vertical-align {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media screen and (min-width: 48.75em) {
  .md-vertical-align {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media screen and (min-width: 65em) {
  .lg-vertical-align {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

/* WordPress styles */
.sticky {
  display: block; }

.bypostauthor {
  display: block; }

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

.wp-caption {
  margin-bottom: 22px;
  margin-bottom: 2.2rem;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 11px 0;
    margin: 1.1rem 0; }

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

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

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

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

/* Image Alignments */
.alignleft {
  display: inline;
  float: left;
  margin-right: 22px;
  margin-right: 2.2rem;
  margin-bottom: 22px;
  margin-bottom: 2.2rem; }

.alignright {
  display: inline;
  float: right;
  margin-left: 22px;
  margin-left: 2.2rem;
  margin-bottom: 22px;
  margin-bottom: 2.2rem; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
  margin-bottom: 2.2rem; }

.alignnone {
  margin-bottom: 22px;
  margin-bottom: 2.2rem; }

/* Lists */
.entry-content ul, .entry-content ol {
  margin-bottom: 22px;
  margin-bottom: 2.2rem; }
  .entry-content ul ul, .entry-content ul ol, .entry-content ol ul, .entry-content ol ol {
    margin: 0; }

/* forms */
.entry-content fieldset {
  margin: 22px 0;
  margin: 2.2rem 0; }

/* Table */
.entry-content table {
  margin-bottom: 22px;
  margin-bottom: 2.2rem; }

/* Typography styles */
body {
  font-family: "Source Serif Pro", Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #333333;
  background-color: #ffffff;
  text-rendering: optimizeLegibility; }

/* ::-moz-selection {
  color: $selection-color;
  background-color: $selection-background;
} */
::selection {
  color: #ffffff;
  background-color: #b1955c; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 3%;
  margin-top: 0;
  clear: both; }

h1, .h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.333333333; }
  @media screen and (min-width: 48.75em) {
    h1, .h1 {
      font-size: 40px;
      font-size: 4rem;
      line-height: 1.2; } }
  @media screen and (min-width: 64em) {
    h1, .h1 {
      font-size: 60px;
      font-size: 6rem;
      line-height: 1.2; } }

h2, .h2 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.333333333; }
  @media screen and (min-width: 48.75em) {
    h2, .h2 {
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.333333333; } }
  @media screen and (min-width: 64em) {
    h2, .h2 {
      font-size: 40px;
      font-size: 4rem;
      line-height: 1.2; } }

h3, .h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4; }
  @media screen and (min-width: 48.75em) {
    h3, .h3 {
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 1.333333333; } }
  @media screen and (min-width: 64em) {
    h3, .h3 {
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.333333333; } }

h4, .h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4; }
  @media screen and (min-width: 64em) {
    h4, .h4 {
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 1.333333333; } }

h5, .h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375; }
  @media screen and (min-width: 64em) {
    h5, .h5 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.4; } }

h6, .h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375; }
  @media screen and (min-width: 64em) {
    h6, .h6 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.4; } }

a {
  color: #b1955c;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #b1955c;
    text-decoration: underline; }

p {
  margin-top: 0;
  margin-bottom: 22px;
  margin-bottom: 2.2rem; }

dl, ol, ul {
  margin: 0; }

pre {
  font-family: Consolas, monospace;
  background-color: #f5f2f0;
  margin-bottom: 22px;
  margin-bottom: 2.2rem;
  margin-top: 0;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

address {
  margin: 22px 0;
  margin: 2.2rem 0; }

hr {
  border: 0;
  outline: 0;
  border-width: 0 0 4px 0;
  border-style: solid;
  width: 100%;
  border-color: #000000;
  margin: 22px 0;
  margin: 2.2rem 0; }

.fontsize-xsm {
  font-size: 13px;
  font-size: 1.3rem; }

.fontsize-xxsm {
  font-size: 12px;
  font-size: 1.2rem; }

.fontsize-sm {
  font-size: 15px;
  font-size: 1.5rem; }

.fontsize-md {
  font-size: 18px;
  font-size: 1.8rem; }

.fontsize-base {
  font-size: 18px;
  font-size: 1.8rem; }

.fontsize-lg {
  font-size: 21px;
  font-size: 2.1rem; }

.fontsize-xlg {
  font-size: 25px;
  font-size: 2.5rem; }

.fontsize-xxlg {
  font-size: 28px;
  font-size: 2.8rem; }

.letterspacing-1 {
  letter-spacing: 0.6px;
  letter-spacing: 0.06rem; }

.letterspacing-2 {
  letter-spacing: 2px;
  letter-spacing: 0.2rem; }

.letterspacing-3 {
  letter-spacing: 3.2px;
  letter-spacing: 0.32rem; }

.letterspacing-4 {
  letter-spacing: 4px;
  letter-spacing: 0.4rem; }

/* Grid styles */
.col {
  float: left;
  box-sizing: border-box; }

.col-right {
  float: right;
  box-sizing: border-box; }

.col-1 {
  width: 8.3333333333%; }

.col-2 {
  width: 16.6666666667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.3333333333%; }

.col-5 {
  width: 41.6666666667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.3333333333%; }

.col-8 {
  width: 66.6666666667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.3333333333%; }

.col-11 {
  width: 91.6666666667%; }

.col-12 {
  width: 100%; }

@media (min-width: 40em) {
  .sm-col {
    float: left;
    box-sizing: border-box; }
  .sm-col-right {
    float: right;
    box-sizing: border-box; }
  .sm-col-1 {
    width: 8.3333333333%; }
  .sm-col-2 {
    width: 16.6666666667%; }
  .sm-col-3 {
    width: 25%; }
  .sm-col-4 {
    width: 33.3333333333%; }
  .sm-col-5 {
    width: 41.6666666667%; }
  .sm-col-6 {
    width: 50%; }
  .sm-col-7 {
    width: 58.3333333333%; }
  .sm-col-8 {
    width: 66.6666666667%; }
  .sm-col-9 {
    width: 75%; }
  .sm-col-10 {
    width: 83.3333333333%; }
  .sm-col-11 {
    width: 91.6666666667%; }
  .sm-col-12 {
    width: 100%; } }

@media (min-width: 48.75em) {
  .md-col {
    float: left;
    box-sizing: border-box; }
  .md-col-right {
    float: right;
    box-sizing: border-box; }
  .md-col-1 {
    width: 8.3333333333%; }
  .md-col-2 {
    width: 16.6666666667%; }
  .md-col-3 {
    width: 25%; }
  .md-col-4 {
    width: 33.3333333333%; }
  .md-col-5 {
    width: 41.6666666667%; }
  .md-col-6 {
    width: 50%; }
  .md-col-7 {
    width: 58.3333333333%; }
  .md-col-8 {
    width: 66.6666666667%; }
  .md-col-9 {
    width: 75%; }
  .md-col-10 {
    width: 83.3333333333%; }
  .md-col-11 {
    width: 91.6666666667%; }
  .md-col-12 {
    width: 100%; } }

@media (min-width: 65em) {
  .lg-col {
    float: left;
    box-sizing: border-box; }
  .lg-col-right {
    float: right;
    box-sizing: border-box; }
  .lg-col-1 {
    width: 8.3333333333%; }
  .lg-col-2 {
    width: 16.6666666667%; }
  .lg-col-3 {
    width: 25%; }
  .lg-col-4 {
    width: 33.3333333333%; }
  .lg-col-5 {
    width: 41.6666666667%; }
  .lg-col-6 {
    width: 50%; }
  .lg-col-7 {
    width: 58.3333333333%; }
  .lg-col-8 {
    width: 66.6666666667%; }
  .lg-col-9 {
    width: 75%; }
  .lg-col-10 {
    width: 83.3333333333%; }
  .lg-col-11 {
    width: 91.6666666667%; }
  .lg-col-12 {
    width: 100%; } }

/* Buttons styles */
.btn, button, input[type="submit"], input[type="reset"] {
  font-family: "Roboto Slab", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  background-color: #ea5a4f;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 12.5px 30px;
  margin: 0;
  height: auto;
  vertical-align: middle;
  -webkit-appearance: none; }
  .btn:hover, .btn:focus, .btn:active, button:hover, button:focus, button:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
    text-decoration: none;
    outline: none; }

button, input[type="submit"], input[type="reset"] {
  outline: none;
  border: 2px solid #ebebeb;
  border-color: #ea5a4f; }

/* Forms styles */
input,
select,
textarea,
fieldset {
  outline: none;
  font-size: 18px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0; }

label {
  vertical-align: middle; }

input[type=text],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week],
select:not([multiple]),
textarea {
  display: block;
  width: 100%;
  color: #999999;
  background: #ffffff;
  padding: 11px 11px;
  border: 2px solid #ebebeb;
  border-radius: 0;
  vertical-align: middle;
  -webkit-appearance: none; }
  input[type=text]:hover, input[type=text]:focus, input[type=text]:active,
  input[type=date]:hover,
  input[type=date]:focus,
  input[type=date]:active,
  input[type=datetime]:hover,
  input[type=datetime]:focus,
  input[type=datetime]:active,
  input[type=datetime-local]:hover,
  input[type=datetime-local]:focus,
  input[type=datetime-local]:active,
  input[type=email]:hover,
  input[type=email]:focus,
  input[type=email]:active,
  input[type=month]:hover,
  input[type=month]:focus,
  input[type=month]:active,
  input[type=number]:hover,
  input[type=number]:focus,
  input[type=number]:active,
  input[type=password]:hover,
  input[type=password]:focus,
  input[type=password]:active,
  input[type=search]:hover,
  input[type=search]:focus,
  input[type=search]:active,
  input[type=tel]:hover,
  input[type=tel]:focus,
  input[type=tel]:active,
  input[type=time]:hover,
  input[type=time]:focus,
  input[type=time]:active,
  input[type=url]:hover,
  input[type=url]:focus,
  input[type=url]:active,
  input[type=week]:hover,
  input[type=week]:focus,
  input[type=week]:active,
  select:not([multiple]):hover,
  select:not([multiple]):focus,
  select:not([multiple]):active,
  textarea:hover,
  textarea:focus,
  textarea:active {
    color: #999999;
    background: #ffffff;
    border: 2px solid #bcbcbc; }

select {
  padding: 11px 11px; }

select:not([multiple]) {
  vertical-align: middle; }

/* Tables styles */
table {
  border-collapse: separate;
  border-spacing: 0;
  max-width: 100%;
  width: 100%; }

th {
  text-align: left; }

th,
td {
  line-height: inherit; }

th {
  vertical-align: bottom; }

td {
  vertical-align: top; }

/* Spacing styles */
.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mr0 {
  margin-right: 0; }

.mb0 {
  margin-bottom: 0; }

.ml0 {
  margin-left: 0; }

.m1 {
  margin: 1rem; }

.mt1 {
  margin-top: 1rem; }

.mr1 {
  margin-right: 1rem; }

.mb1 {
  margin-bottom: 1rem; }

.ml1 {
  margin-left: 1rem; }

.m2 {
  margin: 3rem; }

.mt2 {
  margin-top: 3rem; }

.mr2 {
  margin-right: 3rem; }

.mb2 {
  margin-bottom: 3rem; }

.ml2 {
  margin-left: 3rem; }

.m3 {
  margin: 5rem; }

.mt3 {
  margin-top: 5rem; }

.mr3 {
  margin-right: 5rem; }

.mb3 {
  margin-bottom: 5rem; }

.ml3 {
  margin-left: 5rem; }

.m4 {
  margin: 8rem; }

.mt4 {
  margin-top: 8rem; }

.mr4 {
  margin-right: 8rem; }

.mb4 {
  margin-bottom: 8rem; }

.ml4 {
  margin-left: 8rem; }

.mxn1 {
  margin-left: -1rem;
  margin-right: -1rem; }

.mxn2 {
  margin-left: -3rem;
  margin-right: -3rem; }

.mxn3 {
  margin-left: -5rem;
  margin-right: -5rem; }

.mxn4 {
  margin-left: -8rem;
  margin-right: -8rem; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0; }

.pr0 {
  padding-right: 0; }

.pb0 {
  padding-bottom: 0; }

.pl0 {
  padding-left: 0; }

.p1 {
  padding: 1rem; }

.pt1 {
  padding-top: 1rem; }

.pr1 {
  padding-right: 1rem; }

.pb1 {
  padding-bottom: 1rem; }

.pl1 {
  padding-left: 1rem; }

.py1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.px1 {
  padding-left: 1rem;
  padding-right: 1rem; }

.p2 {
  padding: 3rem; }

.pt2 {
  padding-top: 3rem; }

.pr2 {
  padding-right: 3rem; }

.pb2 {
  padding-bottom: 3rem; }

.pl2 {
  padding-left: 3rem; }

.py2 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.px2 {
  padding-left: 3rem;
  padding-right: 3rem; }

.p3 {
  padding: 5rem; }

.pt3 {
  padding-top: 5rem; }

.pr3 {
  padding-right: 5rem; }

.pb3 {
  padding-bottom: 5rem; }

.pl3 {
  padding-left: 5rem; }

.py3 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.px3 {
  padding-left: 5rem;
  padding-right: 5rem; }

.p4 {
  padding: 8rem; }

.pt4 {
  padding-top: 8rem; }

.pr4 {
  padding-right: 8rem; }

.pb4 {
  padding-bottom: 8rem; }

.pl4 {
  padding-left: 8rem; }

.py4 {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.px4 {
  padding-left: 8rem;
  padding-right: 8rem; }

/* Responsive spacing */
@media (min-width: 40em) {
  .sm-m0 {
    margin: 0; }
  .sm-mt0 {
    margin-top: 0; }
  .sm-mr0 {
    margin-right: 0; }
  .sm-mb0 {
    margin-bottom: 0; }
  .sm-ml0 {
    margin-left: 0; }
  .sm-m1 {
    margin: 1rem; }
  .sm-mt1 {
    margin-top: 1rem; }
  .sm-mr1 {
    margin-right: 1rem; }
  .sm-mb1 {
    margin-bottom: 1rem; }
  .sm-ml1 {
    margin-left: 1rem; }
  .sm-m2 {
    margin: 3rem; }
  .sm-mt2 {
    margin-top: 3rem; }
  .sm-mr2 {
    margin-right: 3rem; }
  .sm-mb2 {
    margin-bottom: 3rem; }
  .sm-ml2 {
    margin-left: 3rem; }
  .sm-m3 {
    margin: 5rem; }
  .sm-mt3 {
    margin-top: 5rem; }
  .sm-mr3 {
    margin-right: 5rem; }
  .sm-mb3 {
    margin-bottom: 5rem; }
  .sm-ml3 {
    margin-left: 5rem; }
  .sm-m4 {
    margin: 8rem; }
  .sm-mt4 {
    margin-top: 8rem; }
  .sm-mr4 {
    margin-right: 8rem; }
  .sm-mb4 {
    margin-bottom: 8rem; }
  .sm-ml4 {
    margin-left: 8rem; }
  .sm-mxn1 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .sm-mxn2 {
    margin-left: -3rem;
    margin-right: -3rem; }
  .sm-mxn3 {
    margin-left: -5rem;
    margin-right: -5rem; }
  .sm-mxn4 {
    margin-left: -8rem;
    margin-right: -8rem; }
  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 48.75em) {
  .md-m0 {
    margin: 0; }
  .md-mt0 {
    margin-top: 0; }
  .md-mr0 {
    margin-right: 0; }
  .md-mb0 {
    margin-bottom: 0; }
  .md-ml0 {
    margin-left: 0; }
  .md-m1 {
    margin: 1rem; }
  .md-mt1 {
    margin-top: 1rem; }
  .md-mr1 {
    margin-right: 1rem; }
  .md-mb1 {
    margin-bottom: 1rem; }
  .md-ml1 {
    margin-left: 1rem; }
  .md-m2 {
    margin: 3rem; }
  .md-mt2 {
    margin-top: 3rem; }
  .md-mr2 {
    margin-right: 3rem; }
  .md-mb2 {
    margin-bottom: 3rem; }
  .md-ml2 {
    margin-left: 3rem; }
  .md-m3 {
    margin: 5rem; }
  .md-mt3 {
    margin-top: 5rem; }
  .md-mr3 {
    margin-right: 5rem; }
  .md-mb3 {
    margin-bottom: 5rem; }
  .md-ml3 {
    margin-left: 5rem; }
  .md-m4 {
    margin: 8rem; }
  .md-mt4 {
    margin-top: 8rem; }
  .md-mr4 {
    margin-right: 8rem; }
  .md-mb4 {
    margin-bottom: 8rem; }
  .md-ml4 {
    margin-left: 8rem; }
  .md-mxn1 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .md-mxn2 {
    margin-left: -3rem;
    margin-right: -3rem; }
  .md-mxn3 {
    margin-left: -5rem;
    margin-right: -5rem; }
  .md-mxn4 {
    margin-left: -8rem;
    margin-right: -8rem; }
  .md-mx-auto {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 65em) {
  .lg-m0 {
    margin: 0; }
  .lg-mt0 {
    margin-top: 0; }
  .lg-mr0 {
    margin-right: 0; }
  .lg-mb0 {
    margin-bottom: 0; }
  .lg-ml0 {
    margin-left: 0; }
  .lg-m1 {
    margin: 1rem; }
  .lg-mt1 {
    margin-top: 1rem; }
  .lg-mr1 {
    margin-right: 1rem; }
  .lg-mb1 {
    margin-bottom: 1rem; }
  .lg-ml1 {
    margin-left: 1rem; }
  .lg-m2 {
    margin: 3rem; }
  .lg-mt2 {
    margin-top: 3rem; }
  .lg-mr2 {
    margin-right: 3rem; }
  .lg-mb2 {
    margin-bottom: 3rem; }
  .lg-ml2 {
    margin-left: 3rem; }
  .lg-m3 {
    margin: 5rem; }
  .lg-mt3 {
    margin-top: 5rem; }
  .lg-mr3 {
    margin-right: 5rem; }
  .lg-mb3 {
    margin-bottom: 5rem; }
  .lg-ml3 {
    margin-left: 5rem; }
  .lg-m4 {
    margin: 8rem; }
  .lg-mt4 {
    margin-top: 8rem; }
  .lg-mr4 {
    margin-right: 8rem; }
  .lg-mb4 {
    margin-bottom: 8rem; }
  .lg-ml4 {
    margin-left: 8rem; }
  .lg-mxn1 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .lg-mxn2 {
    margin-left: -3rem;
    margin-right: -3rem; }
  .lg-mxn3 {
    margin-left: -5rem;
    margin-right: -5rem; }
  .lg-mxn4 {
    margin-left: -8rem;
    margin-right: -8rem; }
  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 40em) {
  .sm-p0 {
    padding: 0; }
  .sm-pt0 {
    padding-top: 0; }
  .sm-pr0 {
    padding-right: 0; }
  .sm-pb0 {
    padding-bottom: 0; }
  .sm-pl0 {
    padding-left: 0; }
  .sm-p1 {
    padding: 1rem; }
  .sm-pt1 {
    padding-top: 1rem; }
  .sm-pr1 {
    padding-right: 1rem; }
  .sm-pb1 {
    padding-bottom: 1rem; }
  .sm-pl1 {
    padding-left: 1rem; }
  .sm-py1 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .sm-px1 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .sm-p2 {
    padding: 3rem; }
  .sm-pt2 {
    padding-top: 3rem; }
  .sm-pr2 {
    padding-right: 3rem; }
  .sm-pb2 {
    padding-bottom: 3rem; }
  .sm-pl2 {
    padding-left: 3rem; }
  .sm-py2 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .sm-px2 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .sm-p3 {
    padding: 5rem; }
  .sm-pt3 {
    padding-top: 5rem; }
  .sm-pr3 {
    padding-right: 5rem; }
  .sm-pb3 {
    padding-bottom: 5rem; }
  .sm-pl3 {
    padding-left: 5rem; }
  .sm-py3 {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .sm-px3 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .sm-p4 {
    padding: 8rem; }
  .sm-pt4 {
    padding-top: 8rem; }
  .sm-pr4 {
    padding-right: 8rem; }
  .sm-pb4 {
    padding-bottom: 8rem; }
  .sm-pl4 {
    padding-left: 8rem; }
  .sm-py4 {
    padding-top: 8rem;
    padding-bottom: 8rem; }
  .sm-px4 {
    padding-left: 8rem;
    padding-right: 8rem; } }

@media (min-width: 48.75em) {
  .md-p0 {
    padding: 0; }
  .md-pt0 {
    padding-top: 0; }
  .md-pr0 {
    padding-right: 0; }
  .md-pb0 {
    padding-bottom: 0; }
  .md-pl0 {
    padding-left: 0; }
  .md-p1 {
    padding: 1rem; }
  .md-pt1 {
    padding-top: 1rem; }
  .md-pr1 {
    padding-right: 1rem; }
  .md-pb1 {
    padding-bottom: 1rem; }
  .md-pl1 {
    padding-left: 1rem; }
  .md-py1 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .md-px1 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .md-p2 {
    padding: 3rem; }
  .md-pt2 {
    padding-top: 3rem; }
  .md-pr2 {
    padding-right: 3rem; }
  .md-pb2 {
    padding-bottom: 3rem; }
  .md-pl2 {
    padding-left: 3rem; }
  .md-py2 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .md-px2 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .md-p3 {
    padding: 5rem; }
  .md-pt3 {
    padding-top: 5rem; }
  .md-pr3 {
    padding-right: 5rem; }
  .md-pb3 {
    padding-bottom: 5rem; }
  .md-pl3 {
    padding-left: 5rem; }
  .md-py3 {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .md-px3 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .md-p4 {
    padding: 8rem; }
  .md-pt4 {
    padding-top: 8rem; }
  .md-pr4 {
    padding-right: 8rem; }
  .md-pb4 {
    padding-bottom: 8rem; }
  .md-pl4 {
    padding-left: 8rem; }
  .md-py4 {
    padding-top: 8rem;
    padding-bottom: 8rem; }
  .md-px4 {
    padding-left: 8rem;
    padding-right: 8rem; } }

@media (min-width: 65em) {
  .lg-p0 {
    padding: 0; }
  .lg-pt0 {
    padding-top: 0; }
  .lg-pr0 {
    padding-right: 0; }
  .lg-pb0 {
    padding-bottom: 0; }
  .lg-pl0 {
    padding-left: 0; }
  .lg-p1 {
    padding: 1rem; }
  .lg-pt1 {
    padding-top: 1rem; }
  .lg-pr1 {
    padding-right: 1rem; }
  .lg-pb1 {
    padding-bottom: 1rem; }
  .lg-pl1 {
    padding-left: 1rem; }
  .lg-py1 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .lg-px1 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .lg-p2 {
    padding: 3rem; }
  .lg-pt2 {
    padding-top: 3rem; }
  .lg-pr2 {
    padding-right: 3rem; }
  .lg-pb2 {
    padding-bottom: 3rem; }
  .lg-pl2 {
    padding-left: 3rem; }
  .lg-py2 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .lg-px2 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .lg-p3 {
    padding: 5rem; }
  .lg-pt3 {
    padding-top: 5rem; }
  .lg-pr3 {
    padding-right: 5rem; }
  .lg-pb3 {
    padding-bottom: 5rem; }
  .lg-pl3 {
    padding-left: 5rem; }
  .lg-py3 {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .lg-px3 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .lg-p4 {
    padding: 8rem; }
  .lg-pt4 {
    padding-top: 8rem; }
  .lg-pr4 {
    padding-right: 8rem; }
  .lg-pb4 {
    padding-bottom: 8rem; }
  .lg-pl4 {
    padding-left: 8rem; }
  .lg-py4 {
    padding-top: 8rem;
    padding-bottom: 8rem; }
  .lg-px4 {
    padding-left: 8rem;
    padding-right: 8rem; } }

/* Colors styles */
.primary, .primary-color {
  color: #b1955c; }

.secondary, .secondary-color {
  color: #ea5a4f; }

.tertiary, .tertiary-color {
  color: #000000; }

.black {
  color: #000000; }

.gray {
  color: #999999; }

.silver {
  color: #f8f8f8; }

.white {
  color: #ffffff; }

.hover-primary:hover, .hover-primary:focus, .hover-primary:active {
  color: #b1955c; }

.hover-secondary:hover, .hover-secondary:focus, .hover-secondary:active {
  color: #ea5a4f; }

.hover-tertiary:hover, .hover-tertiary:focus, .hover-tertiary:active {
  color: #000000; }

.hover-black:hover, .hover-black:focus, .hover-black:active {
  color: #000000; }

.hover-gray:hover, .hover-gray:focus, .hover-gray:active {
  color: #999999; }

.hover-silver:hover, .hover-silver:focus, .hover-silver:active {
  color: #f8f8f8; }

.hover-white:hover, .hover-white:focus, .hover-white:active {
  color: #ffffff; }

.bg-primary, .primary-background {
  background-color: #b1955c; }

.bg-secondary, .secondary-background {
  background-color: #ea5a4f; }

.bg-tertiary, .tertiary-background {
  background-color: #000000; }

.bg-black {
  background-color: #000000; }

.bg-gray {
  background-color: #999999; }

.bg-silver {
  background-color: #f8f8f8; }

.bg-white {
  background-color: #ffffff; }

.bg-transparent {
  background-color: transparent; }

.hover-bg-primary:hover, .hover-bg-primary:focus, .hover-bg-primary:active {
  background-color: #b1955c; }

.hover-bg-secondary:hover, .hover-bg-secondary:focus, .hover-bg-secondary:active {
  background-color: #ea5a4f; }

.hover-bg-tertiary:hover, .hover-bg-tertiary:focus, .hover-bg-tertiary:active {
  background-color: #000000; }

.hover-bg-black:hover, .hover-bg-black:focus, .hover-bg-black:active {
  background-color: #000000; }

.hover-bg-gray:hover, .hover-bg-gray:focus, .hover-bg-gray:active {
  background-color: #999999; }

.hover-bg-silver:hover, .hover-bg-silver:focus, .hover-bg-silver:active {
  background-color: #f8f8f8; }

.hover-bg-white:hover, .hover-bg-white:focus, .hover-bg-white:active {
  background-color: #ffffff; }

.border-primary, .primary-border {
  border-color: #b1955c; }

.border-secondary, .secondary-border {
  border-color: #ea5a4f; }

.border-tertiary, .tertiary-border {
  border-color: #000000; }

.border-black {
  border-color: #000000; }

.border-gray {
  border-color: #999999; }

.border-silver {
  border-color: #f8f8f8; }

.border-white {
  border-color: #ffffff; }

/* Responsive styles */
.sm-show, .md-show, .lg-show {
  display: none !important; }

@media (min-width: 40em) {
  .sm-show {
    display: block !important; } }

@media (min-width: 48.75em) {
  .md-show {
    display: block !important; } }

@media (min-width: 65em) {
  .lg-show {
    display: block !important; } }

@media (min-width: 40em) {
  .sm-hide {
    display: none !important; } }

@media (min-width: 48.75em) {
  .md-hide {
    display: none !important; } }

@media (min-width: 65em) {
  .lg-hide {
    display: none !important; } }

.display-none {
  display: none !important; }

.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* ==========================================================================
 # Theme Main Styles (scss/theme/theme.scss)
========================================================================== */
/* Utility */
.highlight {
  background: #fff199;
  padding: 2px 5px;
  padding: 0.2rem 0.5rem; }

.grid-row {
  margin-left: -2%;
  margin-right: -2%; }

@media screen and (min-width: 40em) {
  .two-columns {
    float: left;
    width: 50%;
    padding-right: 2%;
    padding-left: 2%; } }

@media screen and (min-width: 40em) {
  .three-columns {
    float: left;
    width: 33.333333%;
    padding-right: 2%;
    padding-left: 2%; } }

.pullquote-right, .pullquote-left {
  display: block;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding: 12px 0;
  padding: 1.2rem 0; }

@media screen and (min-width: 48.75em) {
  .pullquote-right, .pullquote-left {
    margin: 12px 0;
    margin: 1.2rem 0;
    width: 30%; } }

@media screen and (min-width: 48.75em) {
  .pullquote-right {
    float: right;
    text-align: right;
    margin-left: 30px;
    margin-left: 3rem;
    padding-left: 0; } }

@media screen and (min-width: 48.75em) {
  .pullquote-left {
    float: left;
    text-align: left;
    margin-right: 30px;
    margin-right: 3rem;
    padding-right: 0; } }

table {
  border-collapse: separate;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  padding: 0; }
  table thead {
    background: #eeeeee; }
    table thead th {
      font-weight: bold;
      vertical-align: bottom; }
  table th {
    text-align: left; }
  table td, table th {
    padding: 10px 27px;
    padding: 1rem 2.7rem;
    line-height: inherit;
    border-bottom: 2px solid #000000; }
  table td {
    vertical-align: top; }
  table tr:nth-child(odd) {
    background: #ffffff; }
  table tr td:first-child, table tr th:first-child {
    padding-left: 0; }
  table tr td:last-child, table tr th:last-child {
    padding-right: 0; }

/* Scaffolding */
.content-area {
  width: 100%; }
  @media screen and (min-width: 40em) {
    .content-area.left-sidebar, .content-area.right-sidebar {
      max-width: 66.6666666667%;
      float: left; }
    .content-area.right-sidebar {
      padding-right: 3.5087719298%;
      border-right: 1px solid #ececec; }
    .content-area.left-sidebar {
      padding-left: 3.5087719298%;
      border-left: 1px solid #ececec; } }

.widget-area {
  width: 100%; }
  @media screen and (min-width: 40em) {
    .widget-area {
      max-width: 29.8245614035%;
      float: left; } }
  @media screen and (min-width: 40em) {
    .widget-area.left-sidebar {
      margin-right: 3.5087719298%; } }
  @media screen and (min-width: 40em) {
    .widget-area.right-sidebar {
      margin-left: 3.5087719298%; } }

/* Header */
/* Header Bar */
.header-bar {
  z-index: 4;
  padding: 22px 0;
  padding: 2.2rem 0; }

.header-top-menu .main-nav-default {
  margin-top: 9px;
  margin-top: 0.9rem; }

/* Site Branding */
.site-branding {
  float: none;
  display: block;
  text-align: center; }
  @media screen and (min-width: 48.75em) {
    .site-branding {
      float: left; } }
  .site-branding h1, .site-branding h2 {
    text-align: left; }

.site-details {
  text-align: center; }
  .site-details h2, .site-details h3 {
    display: block; }
    @media screen and (min-width: 48.75em) {
      .site-details h2, .site-details h3 {
        display: inline-block; } }
  @media screen and (min-width: 48.75em) {
    .site-details {
      position: absolute;
      top: 50%;
      right: 0;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }

/* logo */
.site-logo-img.retina-img {
  display: none; }

.site-logo-img.regular-img {
  display: inline-block; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .site-logo-img.retina-img {
    display: inline-block; }
  .site-logo-img.regular-img {
    display: none; } }

@media screen and (max-width: 48.75em) {
  .site-branding img {
    max-width: 80%; } }

/* Main Menu Nav */
.main-nav-default {
  padding: 0;
  cursor: default; }
  .main-nav-default a:hover, .main-nav-default a:focus, .main-nav-default a:active {
    text-decoration: none !important; }
  .main-nav-default li {
    line-height: 1;
    list-style: none;
    float: left; }
    .main-nav-default li:hover > a, .main-nav-default li:focus > a, .main-nav-default li:active > a {
      color: #b1955c;
      text-decoration: none; }
  .main-nav-default ul {
    padding: 0;
    margin: 0; }
  .main-nav-default a {
    color: #ffffff;
    position: relative;
    font-size: 17px;
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: "Roboto Slab", Helvetica, sans-serif; }
  .main-nav-default .menu-ul-class > li:first-child > .sub-menu, .main-nav-default .menu-ul-class > li:first-child > .children, .main-nav-default .menu-ul-class > ul > li:first-child > .sub-menu, .main-nav-default .menu-ul-class > ul > li:first-child > .children {
    left: -15px; }
  .main-nav-default .menu-ul-class > li > a, .main-nav-default .menu-ul-class > ul > li > a {
    padding-left: 15px;
    padding-left: 1.5rem;
    padding-right: 15px;
    padding-right: 1.5rem;
    /* &:before {
          content: "";
          position: absolute;
          height: 4px;
          background: $primary-color;
          width: 100%;
          bottom: -28px;
          bottom: -2.8rem;
          opacity: 0;
        } */ }
    .main-nav-default .menu-ul-class > li > a:hover:before, .main-nav-default .menu-ul-class > li > a:focus:before, .main-nav-default .menu-ul-class > li > a:active:before, .main-nav-default .menu-ul-class > ul > li > a:hover:before, .main-nav-default .menu-ul-class > ul > li > a:focus:before, .main-nav-default .menu-ul-class > ul > li > a:active:before {
      opacity: 1; }
  .main-nav-default .menu-ul-class > li:first-child a, .main-nav-default .menu-ul-class > ul > li:first-child a {
    padding-left: 0; }
  .main-nav-default .menu-ul-class > li:last-child, .main-nav-default .menu-ul-class > ul > li:last-child {
    border: 0; }
  .main-nav-default .menu-ul-class > .menu-item-has-children > a, .main-nav-default .menu-ul-class .page_item_has_children > a, .main-nav-default .menu-ul-class > ul > .menu-item-has-children > a, .main-nav-default .menu-ul-class > ul .page_item_has_children > a {
    padding-right: 28px;
    padding-right: 2.8rem; }
    .main-nav-default .menu-ul-class > .menu-item-has-children > a:after, .main-nav-default .menu-ul-class .page_item_has_children > a:after, .main-nav-default .menu-ul-class > ul > .menu-item-has-children > a:after, .main-nav-default .menu-ul-class > ul .page_item_has_children > a:after {
      content: "\f0d7";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      width: 0;
      height: 0;
      font-size: 11px;
      position: absolute;
      right: 24px;
      top: 50%;
      margin-top: -4px;
      speak: none;
      display: inline-block;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-decoration: none; }
  .main-nav-default .sub-menu, .main-nav-default .children {
    position: absolute;
    display: none;
    z-index: 3;
    margin-top: 0px;
    padding-top: 28px;
    padding-top: 2.8rem;
    width: 201px;
    width: 20.1rem; }
    .main-nav-default .sub-menu li, .main-nav-default .children li {
      float: none;
      background: #000000; }
      .main-nav-default .sub-menu li:first-child, .main-nav-default .children li:first-child {
        padding-top: 15px;
        padding-top: 1.5rem; }
        .main-nav-default .sub-menu li:first-child .sub-menu, .main-nav-default .sub-menu li:first-child .children, .main-nav-default .children li:first-child .sub-menu, .main-nav-default .children li:first-child .children {
          top: -2px;
          top: -0.2rem; }
      .main-nav-default .sub-menu li:last-child, .main-nav-default .children li:last-child {
        padding-bottom: 15px;
        padding-bottom: 1.5rem; }
    .main-nav-default .sub-menu > .menu-item-has-children > a:after, .main-nav-default .sub-menu .page_item_has_children > a:after, .main-nav-default .children > .menu-item-has-children > a:after, .main-nav-default .children .page_item_has_children > a:after {
      content: "\f0da";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      width: 0;
      height: 0;
      font-size: 10px;
      position: absolute;
      right: 21px;
      top: 50%;
      margin-top: -3.5px;
      speak: none;
      display: inline-block;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-decoration: none; }
    .main-nav-default .sub-menu a, .main-nav-default .children a {
      display: block;
      font-size: 15px;
      font-size: 1.5rem;
      text-transform: none;
      font-weight: 400;
      letter-spacing: normal;
      padding: 7px 0 7px 0;
      padding: 0.7rem 0 0.7rem 0;
      padding-left: 15px !important;
      padding-left: 1.5rem !important; }
    .main-nav-default .sub-menu .sub-menu, .main-nav-default .sub-menu .children, .main-nav-default .children .sub-menu, .main-nav-default .children .children {
      padding-top: 0;
      right: -200px;
      right: -20rem;
      left: auto;
      top: -17px;
      top: -1.7rem;
      /* padding: 0.5rem 0; */ }

.menu-item-has-children, .page_item_has_children {
  position: relative; }
  .menu-item-has-children:hover > .sub-menu, .menu-item-has-children:hover .children, .menu-item-has-children:focus > .sub-menu, .menu-item-has-children:focus .children, .menu-item-has-children:active > .sub-menu, .menu-item-has-children:active .children, .page_item_has_children:hover > .sub-menu, .page_item_has_children:hover .children, .page_item_has_children:focus > .sub-menu, .page_item_has_children:focus .children, .page_item_has_children:active > .sub-menu, .page_item_has_children:active .children {
    display: block; }

/* Header-search */
.header-bar .social-media {
  cursor: default;
  float: right;
  margin-right: 15px;
  margin-right: 1.5rem; }
  @media screen and (min-width: 340px) {
    .header-bar .social-media {
      display: table;
      text-align: center; } }
  .header-bar .social-media li a:before {
    line-height: 35px; }
  .header-bar .social-media .jetpack-social-navigation {
    display: inline-block; }
  .header-bar .social-media ul {
    margin-bottom: 0; }
  .header-bar .social-media:after {
    content: "";
    display: none;
    height: 19px;
    height: 1.9rem;
    position: relative;
    bottom: -11px;
    bottom: -1.1rem;
    width: 1px;
    width: 0.1rem;
    margin-left: 10px;
    margin-left: 1rem;
    background: #999999; }
    @media screen and (min-width: 340px) {
      .header-bar .social-media:after {
        display: inline-block; } }

.header-search a {
  color: #999999;
  display: block;
  text-align: center;
  line-height: 45px;
  line-height: 4.5rem;
  font-size: 19px;
  font-size: 1.9rem;
  height: 35px;
  height: 3.5rem;
  width: 19px;
  width: 1.9rem; }

.header-search-form {
  display: none;
  padding: 20px 20px;
  padding: 2rem 2rem;
  bottom: -104px;
  bottom: -10.4rem; }
  .header-search-form form {
    position: relative; }
  .header-search-form input {
    background: #252525;
    border: none;
    padding-left: 15px;
    padding-left: 1.5rem;
    padding-right: 47px;
    padding-right: 4.7rem; }
    .header-search-form input:hover, .header-search-form input:focus, .header-search-form input:active {
      border: none;
      background: #252525; }
  .header-search-form button {
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 15px;
    padding-left: 1.5rem;
    padding-right: 15px;
    padding-right: 1.5rem;
    color: #999999; }

/* Responsive Menu */
.main-nav-responsive {
  list-style: none;
  margin: 0;
  margin-top: 10px;
  margin-top: 1rem;
  display: none; }
  .main-nav-responsive li {
    float: none; }
  .main-nav-responsive a {
    color: #ffffff;
    border-bottom: 1px solid #424242;
    padding: 1rem 0;
    display: block;
    float: none; }
    .main-nav-responsive a:hover, .main-nav-responsive a:focus, .main-nav-responsive a:active {
      color: #ffffff;
      text-decoration: none; }
  .main-nav-responsive ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .main-nav-responsive ul a {
      padding-left: 1rem; }
      .main-nav-responsive ul a:before {
        content: '-';
        margin-right: 0.3rem; }
    .main-nav-responsive ul ul a {
      padding-left: 2rem; }
      .main-nav-responsive ul ul a:before {
        content: '--';
        margin-right: 0.3rem; }
  .main-nav-responsive .black a {
    color: #000000; }

.responsive-icon {
  display: block;
  text-align: center; }
  @media screen and (min-width: 340px) {
    .responsive-icon {
      float: left; } }

.toggle-btn {
  border: none;
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
  margin-top: 0.5rem; }
  .toggle-btn:hover, .toggle-btn:focus, .toggle-btn:active {
    border: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 20px;
  vertical-align: middle;
  fill: none; }
  .menu-icon .line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
  .menu-icon .line-1 {
    top: 0; }
  .menu-icon .line-2 {
    top: 50%;
    margin-top: -2px; }
  .menu-icon .line-3 {
    bottom: 0; }

/* When active, rotate line 1 to be lefthand part of X */
.is-active .line-1 {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg); }

.is-active .line-2 {
  opacity: 0; }

.is-active .line-3 {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg); }

/* Light-pattern */
.header-bar.light-pattern .header-search a {
  color: #999999; }

.header-bar.light-pattern .header-search-form input {
  background: #eeeeee; }

.header-bar.light-pattern a {
  color: #000000; }

.header-bar.light-pattern .toggle-btn .line {
  background: #000000; }

.header-bar.light-pattern .main-nav-default .sub-menu li, .header-bar.light-pattern .main-nav-default .children li {
  background: #eeeeee; }

/* Blog Listing */
/* Post List Content */
.post-list-content figure {
  overflow: hidden; }
  .post-list-content figure a:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #b1955c;
    opacity: 0; }
  .post-list-content figure a:hover:before {
    opacity: 0.1; }
  .post-list-content figure a:hover img {
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    transform: scale(1.025); }

.post-list-content img {
  width: 100%; }

/* Category Boxes */
.category-boxes .category-box:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4); }

.category-boxes .category-box:hover:before {
  background: transparent; }

.category-boxes .category-box:hover h4 {
  background: rgba(177, 149, 92, 0.8); }

.category-boxes h4 {
  background: rgba(177, 149, 92, 0);
  margin-bottom: 0;
  padding: 4px 7px;
  padding: 0.4rem 0.7rem; }
  @media screen and (min-width: 40em) {
    .category-boxes h4 {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (min-width: 65em) {
    .category-boxes h4 {
      font-size: 21px;
      font-size: 2.1rem; } }

.category-boxes .category-details {
  padding: 30px 30px;
  padding: 3rem 3rem; }
  @media screen and (min-width: 40em) {
    .category-boxes .category-details {
      padding: 10px 10px;
      padding: 1rem 1rem; } }
  @media screen and (min-width: 48.75em) {
    .category-boxes .category-details {
      padding: 30px 30px;
      padding: 3rem 3rem; } }

.category-boxes .category-count {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 4px 7px;
  padding: 0.4rem 0.7rem;
  color: #ffffff;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.8);
  display: inline-block; }
  @media screen and (min-width: 40em) {
    .category-boxes .category-count {
      display: none; } }
  @media screen and (min-width: 48.75em) {
    .category-boxes .category-count {
      display: inline-block; } }

/* Listing Newsletter */
.listing-newsletter {
  text-align: center; }
  @media screen and (min-width: 65em) {
    .listing-newsletter {
      text-align: left; } }
  .listing-newsletter form {
    float: none; }
    @media screen and (min-width: 65em) {
      .listing-newsletter form {
        float: right; } }
  .listing-newsletter input {
    width: 100%; }
    @media screen and (min-width: 40em) {
      .listing-newsletter input {
        width: auto; } }
  .listing-newsletter button {
    width: 100%; }
    @media screen and (min-width: 40em) {
      .listing-newsletter button {
        width: auto; } }
    @media screen and (min-width: 1090px) {
      .listing-newsletter button {
        padding-left: 50px;
        padding-left: 5rem;
        padding-right: 50px;
        padding-right: 5rem; } }
  .listing-newsletter .success-title, .listing-newsletter .success-subtitle {
    text-align: center; }
  .listing-newsletter .success-title {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .listing-newsletter .success-subtitle {
    margin-bottom: 0; }
  .listing-newsletter.dark-pattern h1, .listing-newsletter.dark-pattern h2, .listing-newsletter.dark-pattern h3, .listing-newsletter.dark-pattern h4, .listing-newsletter.dark-pattern h5, .listing-newsletter.dark-pattern h6, .listing-newsletter.dark-pattern p {
    color: #ffffff; }

/* Blog Listing Classic */
.classic-listing .classic {
  margin-bottom: 50px;
  margin-bottom: 5rem;
  padding-bottom: 50px;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ececec; }
  .classic-listing .classic p {
    margin-bottom: 0; }

.classic-listing sup {
  font-size: 60%; }

/* Blog Listing fullimage */
.fullimage-listing .fullimage {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ececec; }
  .fullimage-listing .fullimage a {
    position: relative; }
    .fullimage-listing .fullimage a:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1; }
    .fullimage-listing .fullimage a:hover:before {
      background: transparent; }
    .fullimage-listing .fullimage a:hover .entry-header {
      background: black; }

.fullimage-listing .entry-header {
  width: 100%;
  background: black; }
  @media screen and (min-width: 48.75em) {
    .fullimage-listing .entry-header {
      max-width: 50%;
      background: transparent; } }

.fullimage-listing .post-meta {
  padding-top: 5px;
  padding-top: 0.5rem;
  padding-bottom: 9px;
  padding-bottom: 0.9rem; }

.fullimage-listing sup {
  font-size: 8px; }

.fullimage-listing img {
  width: 100%; }

/* Standard Listing */
.standard-listing .standard {
  margin-bottom: 50px;
  margin-bottom: 5rem;
  padding-bottom: 50px;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ececec; }
  .standard-listing .standard:last-child {
    margin-bottom: 0; }

.standard-listing p {
  margin-bottom: 0; }
  .standard-listing p:first-child:first-letter {
    float: left;
    color: #b1955c;
    font-size: 75px;
    font-size: 7.5rem;
    line-height: 60px;
    line-height: 6rem;
    padding-top: 4px;
    padding-top: 0.4rem;
    padding-right: 8px;
    padding-right: 0.8rem;
    padding-left: 3px;
    padding-left: 0.3rem; }

.standard-listing .header-author:before {
  content: "/";
  margin: 0 3px;
  margin: 0 0.3rem; }

.standard-listing .header-author a {
  color: #000000; }
  .standard-listing .header-author a:hover, .standard-listing .header-author a:focus, .standard-listing .header-author a:active {
    color: #b1955c;
    text-decoration: none; }

.standard-listing sup {
  font-size: 8px; }

/* Blog Listing halfimage */
.halfimage-listing .halfimage {
  margin-bottom: 50px;
  margin-bottom: 5rem;
  padding-bottom: 50px;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ececec; }

@media screen and (max-width: 40em) {
  .halfimage-listing .entry-content {
    position: static;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; } }

@media screen and (min-width: 40em) {
  .halfimage-listing .entry-content {
    max-width: 60%; } }

@media screen and (min-width: 40em) {
  .halfimage-listing .entry-content.no-sidebar {
    max-width: 50%; } }

@media screen and (min-width: 40em) {
  .halfimage-listing .post-image {
    float: right;
    max-width: 70%; } }

.halfimage-listing .entry-excerpt {
  display: none;
  max-width: 55%; }
  @media screen and (min-width: 48.75em) {
    .halfimage-listing .entry-excerpt {
      display: block; } }

.halfimage-listing .sidebar .entry-excerpt {
  display: none; }

/* Blog Listing Masonry */
.masonry-layout-container .masonry-item {
  width: 100%; }
  @media screen and (min-width: 48.75em) {
    .masonry-layout-container .masonry-item {
      width: 50%; } }

@media screen and (min-width: 48.75em) {
  .none-sidebar .masonry-layout-container .masonry-item {
    width: 33.3%; } }

.post-listing-hr {
  border-bottom: 1px solid #ececec; }

/* Pagination */
.pagination-navigation li {
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
  margin-left: 6px;
  margin-left: 0.6rem;
  margin-right: 6px;
  margin-right: 0.6rem; }
  .pagination-navigation li.next-link {
    margin-right: 0;
    width: auto; }
    .pagination-navigation li.next-link a {
      border-radius: 2px;
      border-radius: 0.2rem;
      padding: 0 10px;
      padding: 0 1rem;
      padding-bottom: 2px;
      padding-bottom: 0.2rem;
      height: auto;
      width: auto;
      line-height: auto; }
  .pagination-navigation li.prev-link {
    margin-left: 0;
    width: auto; }
    .pagination-navigation li.prev-link a {
      border-radius: 2px;
      border-radius: 0.2rem;
      padding: 0 10px;
      padding: 0 1rem;
      padding-bottom: 2px;
      padding-bottom: 0.2rem;
      height: auto;
      width: auto;
      line-height: auto; }

.pagination-navigation .active a {
  background: #000000;
  color: #ffffff;
  text-decoration: none; }

.pagination-navigation a {
  display: block;
  font-family: "Roboto Slab", Helvetica, sans-serif;
  color: #000000;
  font-size: 15px;
  font-size: 1.5rem;
  height: 30px;
  height: 3rem;
  width: 30px;
  width: 3rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
  border-radius: 50%; }
  .pagination-navigation a:active, .pagination-navigation a:focus, .pagination-navigation a:hover {
    background: #000000;
    color: #ffffff;
    text-decoration: none; }

/* 404 Page */
.error-404 {
  padding-top: 64px;
  padding-top: 6.4rem;
  padding-bottom: 64px;
  padding-bottom: 6.4rem; }
  @media screen and (min-width: 40em) {
    .error-404 {
      padding-top: 124px;
      padding-top: 12.4rem;
      padding-bottom: 124px;
      padding-bottom: 12.4rem; } }
  .error-404 .page-title {
    line-height: 1.2;
    font-size: 130px;
    font-size: 13rem; }
    @media screen and (min-width: 40em) {
      .error-404 .page-title {
        font-size: 230px;
        font-size: 23rem; } }

/* Post Details */
@media screen and (max-width: 48.75em) {
  .post-details {
    font-size: 12px !important;
    font-size: 1.2rem !important; } }

@media screen and (max-width: 48.75em) {
  .post-details .post-categories a, .post-details .entry-meta {
    font-size: 12px !important;
    font-size: 1.2rem !important; } }

/* Archives */
.category-header {
  position: relative;
  padding-top: 60px;
  padding-top: 6rem;
  padding-bottom: 160px;
  padding-bottom: 16rem; }
  .category-header:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #ea5a4f;
    top: 0;
    left: 0;
    opacity: 0.69;
    z-index: 1; }

.category-featured-posts {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  padding-bottom: 30px;
  padding-bottom: 3rem; }
  .category-featured-posts .category-border {
    border-bottom: 1px solid #ececec; }
  .category-featured-posts .fullimage {
    padding: 0;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    border: none; }
    @media screen and (min-width: 40em) {
      .category-featured-posts .fullimage {
        margin: 0; } }
  .category-featured-posts .entry-header {
    max-width: 100%;
    background: black; }
    @media screen and (min-width: 40em) {
      .category-featured-posts .entry-header {
        max-width: 100%;
        position: relative;
        z-index: 3;
        background: #000000; } }
    @media screen and (min-width: 65em) {
      .category-featured-posts .entry-header {
        max-width: 50%;
        position: absolute;
        z-index: 1;
        background: transparent; } }

/* Singles */
/* Single Header */
.single-header p {
  margin-bottom: 0; }

.single-header .single-header-share span {
  position: relative;
  top: -9px;
  top: -0.9rem;
  margin-right: 8px;
  margin-right: 0.8rem; }

.single-header .social-media {
  position: relative;
  top: 3px;
  top: 0.3rem; }
  .single-header .social-media a:last-child {
    margin-right: 0; }

/* Breadcrumbs */
.breadcrumbs li {
  float: left;
  color: #999999;
  margin-left: 4px;
  margin-left: 0.4rem;
  margin-right: 4px;
  margin-right: 0.4rem; }

.breadcrumbs .separator {
  font-size: 16px;
  font-size: 1.6rem;
  top: 3px;
  top: 0.3rem;
  font-weight: bold;
  position: relative; }

.breadcrumbs a {
  font-weight: bold;
  color: #999999; }

.breadcrumbs strong {
  font-weight: 400;
  color: #999999; }

/* Header Author */
@media screen and (min-width: 40em) {
  .header-author:before {
    content: "/";
    margin-left: 2px;
    margin-left: 0.2rem;
    margin-right: 5px;
    margin-right: 0.5rem; } }

.header-author a {
  color: #000000; }
  .header-author a:hover, .header-author a:focus, .header-author a:active {
    text-decoration: none;
    color: #b1955c; }

/* After Post Newsletter */
.after-post-newsletter {
  border-top: 2px solid #ea5a4f; }
  .after-post-newsletter input {
    margin: 0;
    width: 100%;
    margin-bottom: 12px;
    margin-bottom: 1.2rem; }
    @media screen and (min-width: 48.75em) {
      .after-post-newsletter input {
        margin-right: 2%;
        float: left;
        width: 32%; } }
  .after-post-newsletter button {
    width: 100%;
    margin: 0;
    padding-top: 12px;
    padding-top: 1.2rem;
    padding-bottom: 12px;
    padding-bottom: 1.2rem; }
    @media screen and (min-width: 48.75em) {
      .after-post-newsletter button {
        width: 32%; } }
  .after-post-newsletter h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.4; }

/* Entry Author */
.entry-author {
  text-align: center;
  border-top: 2px solid #e5e9f3; }
  @media screen and (min-width: 40em) {
    .entry-author {
      text-align: left; } }
  .entry-author img {
    box-shadow: 1px 5px 0px 0px rgba(149, 143, 143, 0.28); }
  .entry-author a {
    color: black; }
    .entry-author a:hover, .entry-author a:focus, .entry-author a:active {
      color: #b1955c;
      text-decoration: none; }
  .entry-author .author-name {
    margin-top: 20px;
    margin-top: 2rem; }
  .entry-author .author-description {
    margin-top: 20px;
    margin-top: 2rem; }

/* Entry Footer */
.entry-footer .post-thumbnail {
  max-width: 110px;
  max-width: 11rem;
  display: table !important;
  margin: 0 auto !important;
  display: inline-block; }
  .entry-footer .post-thumbnail img {
    max-width: 110px;
    max-width: 11rem;
    border-radius: 50%;
    background: #ffffff;
    padding: 4px;
    padding: 0.4rem;
    box-shadow: 1px 5px 0px 0px rgba(149, 143, 143, 0.28); }

.entry-footer a:hover, .entry-footer a:focus, .entry-footer a:active {
  text-decoration: none; }

.entry-footer h5 {
  display: inline-block;
  max-width: 220px;
  max-width: 22rem; }
  @media screen and (max-width: 65em) {
    .entry-footer h5 {
      margin-top: 20px;
      margin-top: 2rem; } }

@media screen and (max-width: 65em) {
  .entry-footer .prev-post, .entry-footer .next-post {
    float: none;
    text-align: center; } }

@media screen and (min-width: 65em) {
  .entry-footer .prev-post .post-thumbnail {
    float: right; } }

.entry-footer .prev-post h5 {
  right: 135px;
  right: 13.5rem; }

@media screen and (min-width: 65em) {
  .entry-footer .prev-post .post-container {
    border-right: 2px solid #ea5a4f; } }

@media screen and (min-width: 65em) {
  .entry-footer .next-post .post-thumbnail {
    float: left; } }

.entry-footer .next-post h5 {
  left: 135px;
  left: 13.5rem; }

/* Blockquotes */
blockquote {
  font-family: "Roboto Slab", Helvetica, sans-serif;
  position: relative;
  margin-left: 0;
  line-height: 1.5;
  font-size: 22px;
  font-size: 2.2rem;
  padding-left: 60px;
  padding-left: 6rem;
  margin-right: 0;
  margin-top: 30px;
  margin-top: 3rem;
  margin-bottom: 30px;
  margin-bottom: 3rem; }
  blockquote:before {
    color: #999999;
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
    font-size: 4rem;
    top: 5px;
    top: 0.5rem;
    left: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f10d"; }
  blockquote p {
    margin-bottom: 0; }
  blockquote cite {
    font-style: normal;
    text-align: right;
    color: #999999;
    display: block;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 15px;
    margin-top: 1.5rem; }
    blockquote cite:before {
      content: "- "; }

/* Sliders */
.featured-slider .slick-arrow {
  position: absolute;
  z-index: 3;
  color: #919191;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  height: 4rem;
  width: 40px;
  width: 4rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  font-size: 2.2rem;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .featured-slider .slick-arrow:hover, .featured-slider .slick-arrow:focus, .featured-slider .slick-arrow:active {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.featured-slider .slick-button-prev {
  left: 15px;
  left: 1.5rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.featured-slider .slick-button-next {
  right: 15px;
  right: 1.5rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.featured-slider:hover .slick-arrow, .featured-slider:focus .slick-arrow, .featured-slider:active .slick-arrow {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

/* Sliders */
/* Common Styles */
@media screen and (min-width: 40em) {
  .slider-border {
    border-bottom: 1px solid #ececec; } }

/* Full Slider */
.full-slider-container .slide-details {
  max-width: 50%; }

.full-slider-container h2 {
  background: rgba(255, 255, 255, 0.9);
  line-height: 1.33; }
  .full-slider-container h2:hover {
    background: white; }

/* Half Slider */
.half-slider-container .slide-details {
  left: 10%;
  bottom: 10%;
  max-width: 100%;
  position: static; }
  @media screen and (min-width: 40em) {
    .half-slider-container .slide-details {
      position: absolute;
      max-width: 60%; } }

.half-slider-container h3 a {
  display: block;
  padding-top: 15px;
  padding-top: 1.5rem;
  background: rgba(255, 255, 255, 0.9); }
  @media screen and (min-width: 40em) {
    .half-slider-container h3 a {
      padding: 15px;
      padding: 1.5rem; } }
  .half-slider-container h3 a:hover, .half-slider-container h3 a:focus, .half-slider-container h3 a:active {
    background: white; }

.half-slider-container .post-categories {
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (min-width: 40em) {
    .half-slider-container .post-categories {
      position: static; } }
  .half-slider-container .post-categories a {
    padding: 5px 5px 6px 5px;
    padding: 0.5rem 0.5rem 0.6rem 0.5rem; }

.half-slider-container .slick-arrow {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  display: inline-block;
  /* @include rem( 'height',40px );
    @include rem( 'width',40px );
    @include rem( 'line-height',40px ); */
  text-align: center;
  font-size: 50px;
  font-size: 5rem;
  top: 50%;
  margin-top: -34px;
  opacity: 0.5; }
  .half-slider-container .slick-arrow:hover, .half-slider-container .slick-arrow:focus, .half-slider-container .slick-arrow:active {
    opacity: 1; }

.half-slider-container .slick-button-prev {
  left: 25px;
  left: 2.5rem; }

.half-slider-container .slick-button-next {
  right: 25px;
  right: 2.5rem; }

/* Popular Articles */
.popular-articles {
  border-top: 2px solid #ea5a4f;
  padding-top: 10px;
  padding-top: 1rem;
  margin-top: 15px;
  margin-top: 1.5rem; }
  @media screen and (min-width: 40em) {
    .popular-articles {
      margin-top: 0;
      margin-left: 30px;
      margin-left: 3rem; } }
  .popular-articles .popular-item {
    /* @include rem( 'height', 100px ); */
    padding-top: 10px;
    padding-top: 1rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ececec; }
    .popular-articles .popular-item:hover, .popular-articles .popular-item:focus, .popular-articles .popular-item:active {
      background: #f9f9f9; }
      .popular-articles .popular-item:hover h4, .popular-articles .popular-item:focus h4, .popular-articles .popular-item:active h4 {
        text-decoration: underline; }
    .popular-articles .popular-item:last-child {
      border-bottom: none; }
  .popular-articles h4 {
    width: 50%;
    float: left;
    line-height: 1.25;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 30px;
    margin-left: 3rem;
    clear: none; }
    @media screen and (min-width: 40em) {
      .popular-articles h4 {
        font-size: 13px;
        font-size: 1.3rem;
        margin-left: 20px;
        margin-left: 2rem;
        width: 90%;
        line-height: 1.25;
        position: static;
        top: 50%;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; } }
    @media screen and (min-width: 48.75em) {
      .popular-articles h4 {
        width: 56%;
        left: 8%;
        margin-left: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media screen and (min-width: 65em) {
      .popular-articles h4 {
        width: 50%;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.375;
        left: 12%; } }
  .popular-articles .item-count {
    float: left;
    font-size: 20px;
    font-size: 2rem; }
    @media screen and (min-width: 65em) {
      .popular-articles .item-count {
        font-size: 30px;
        font-size: 3rem; } }
  .popular-articles figure {
    width: 35%;
    float: right; }
    @media screen and (min-width: 40em) {
      .popular-articles figure {
        display: none; } }
    @media screen and (min-width: 48.75em) {
      .popular-articles figure {
        display: block; } }
  .popular-articles img {
    float: right; }

/* Shortcodes */
/* Tabs Shortcode */
.wt-shortcode-tabs .ui-tabs-anchor {
  padding: 15px 0;
  padding: 1.5rem 0; }

.wt-shortcode-tabs .tab-item {
  padding: 40px;
  padding: 4rem; }

/* Comments */
/* Comment List */
ul.commentlist {
  margin: 0;
  padding: 0; }
  ul.commentlist li {
    list-style: none; }
  ul.commentlist > li:last-child > .overflow-hidden {
    border: none; }
  @media screen and (min-width: 48.75em) {
    ul.commentlist .children {
      padding-left: 11.2rem; } }
  ul.commentlist .comment-body > p {
    color: #999999;
    font-size: 1.5rem;
    margin-bottom: 0; }
  ul.commentlist .comment-respond {
    margin-top: -3rem;
    margin-top: -30px;
    margin-bottom: 5rem;
    margin-bottom: 50px; }
  ul.commentlist .date:before {
    content: '|';
    font-size: 10px;
    position: relative;
    top: -2px;
    margin-left: 4px;
    margin-right: 4px; }
  ul.commentlist .icon-pencil {
    font-size: 1.5625rem; }
  ul.commentlist .comment-reply-link {
    color: #999999;
    display: block;
    margin-top: 8px;
    margin-top: 0.8rem; }
    ul.commentlist .comment-reply-link:hover {
      color: #b1955c;
      text-decoration: none; }
  ul.commentlist .comment-meta .url {
    color: #000000;
    text-decoration: none; }
    ul.commentlist .comment-meta .url:hover {
      color: #b1955c; }

/* Comment Form */
.comment-respond .comment-reply-title {
  font-size: 1.8rem;
  margin: 0;
  margin-top: 1rem;
  font-family: "Roboto Slab", Helvetica, sans-serif; }

.comment-respond .logged-in-as {
  margin-bottom: 3rem; }

.comment-respond .comment-form {
  margin-top: 1rem; }

.comment-respond .comment-notes {
  margin-bottom: 3rem; }

.comment-respond label {
  display: block;
  font-size: .9375rem;
  font-size: 15px;
  font-size: 1.5rem; }

.comment-respond .required {
  color: red; }

.comment-respond input, .comment-respond textarea {
  width: 100%; }

.comment-respond .comment-form-url {
  clear: both; }

@media screen and (min-width: 40em) {
  .comment-respond .comment-form-author {
    margin-right: 4%; } }

@media screen and (min-width: 40em) {
  .comment-respond .comment-form-author, .comment-respond .comment-form-email {
    width: 48%;
    float: left; } }

@media screen and (min-width: 40em) {
  .comment-respond input[type="submit"] {
    width: 31.333333333%; } }

/* Footer */
.site-footer {
  /* @include rem( 'padding-top', 10px ); */
  border-top: 1px solid #b1955c; }

/* Instagram Footer */
.instagram-footer {
  position: relative;
  margin-top: 80px;
  margin-top: 8rem; }
  .instagram-footer li {
    display: inline;
    float: left; }

.instagram-pics {
  padding: 0; }
  .instagram-pics a {
    display: block;
    position: relative;
    overflow: hidden; }
    .instagram-pics a:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      z-index: 1;
      background: #b1955c;
      opacity: 0; }
    .instagram-pics a:hover:before, .instagram-pics a:focus:before, .instagram-pics a:active:before {
      opacity: 0.2; }
    .instagram-pics a:hover img, .instagram-pics a:focus img, .instagram-pics a:active img {
      -webkit-transform: scale(1.025);
      -moz-transform: scale(1.025);
      transform: scale(1.025); }

.instagram-footer-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2; }
  .instagram-footer-title a {
    text-transform: uppercase;
    display: block;
    line-height: 1;
    color: #ffffff;
    background: #b1955c;
    opacity: 0.8;
    letter-spacing: 0.6px;
    padding: 6px;
    padding: 0.6rem;
    font-size: 6px;
    font-size: 0.6rem; }
    @media screen and (min-width: 40em) {
      .instagram-footer-title a {
        padding: 11px;
        padding: 1.1rem;
        font-size: 15px;
        font-size: 1.5rem; } }
    .instagram-footer-title a:hover, .instagram-footer-title a:focus, .instagram-footer-title a:active {
      color: #ffffff;
      text-decoration: none;
      opacity: 1; }

/* Social-Media */
.site-header .social-media, .footer-widget-area .social-media, .wisdomcore_aboutme_widget .aboutme-social, .wisdomcore_social_widget .social-media, .single-header .social-media {
  line-height: 0;
  position: relative; }
  .site-header .social-media a, .footer-widget-area .social-media a, .wisdomcore_aboutme_widget .aboutme-social a, .wisdomcore_social_widget .social-media a, .single-header .social-media a {
    position: relative;
    display: inline-block;
    color: #999999;
    background: transparent;
    border-radius: 50%;
    margin-right: 5px;
    margin-right: 0.5rem;
    height: 35px;
    height: 3.5rem;
    width: 35px;
    width: 3.5rem;
    font-size: 19px;
    font-size: 1.9rem; }
    .site-header .social-media a:first-child, .footer-widget-area .social-media a:first-child, .wisdomcore_aboutme_widget .aboutme-social a:first-child, .wisdomcore_social_widget .social-media a:first-child, .single-header .social-media a:first-child {
      margin-left: 0; }
    .site-header .social-media a:hover, .site-header .social-media a:focus, .site-header .social-media a:active, .footer-widget-area .social-media a:hover, .footer-widget-area .social-media a:focus, .footer-widget-area .social-media a:active, .wisdomcore_aboutme_widget .aboutme-social a:hover, .wisdomcore_aboutme_widget .aboutme-social a:focus, .wisdomcore_aboutme_widget .aboutme-social a:active, .wisdomcore_social_widget .social-media a:hover, .wisdomcore_social_widget .social-media a:focus, .wisdomcore_social_widget .social-media a:active, .single-header .social-media a:hover, .single-header .social-media a:focus, .single-header .social-media a:active {
      color: #ffffff !important;
      background: #b1955c; }
    .site-header .social-media a i, .footer-widget-area .social-media a i, .wisdomcore_aboutme_widget .aboutme-social a i, .wisdomcore_social_widget .social-media a i, .single-header .social-media a i {
      text-align: center;
      position: absolute;
      left: 0;
      width: 100%;
      line-height: 35px;
      line-height: 3.5rem; }

.site-header .header-bar-dark .social-media a {
  color: #000000 !important;
  background: #666666; }
  .site-header .header-bar-dark .social-media a:hover, .site-header .header-bar-dark .social-media a:focus, .site-header .header-bar-dark .social-media a:active {
    background: #ffffff; }

/* Shortcodes */
/* Default Widgets */
.widget-area .widget {
  margin-bottom: 60px;
  margin-bottom: 6rem; }
  .widget-area .widget h5 {
    color: #000000;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.6px;
    padding-bottom: 2px;
    padding-bottom: 0.2rem;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
    border-bottom: 2px solid #ea5a4f;
    display: inline-block; }
  .widget-area .widget form input:not(:first-child) {
    margin-top: 20px;
    margin-top: 2rem; }

.widget-area ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .widget-area ul li {
    color: #999999;
    font-family: "Roboto Slab", Helvetica, sans-serif;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 300;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
    .widget-area ul li:last-child {
      margin-bottom: 0; }
  .widget-area ul a {
    color: #000000;
    display: inline-block; }
    .widget-area ul a:hover, .widget-area ul a:focus, .widget-area ul a:active {
      color: #ea5a4f;
      text-decoration: none; }

.widget-area .basepixels_social_widget {
  padding: 25px;
  padding: 2.5rem; }

/* Social Widget */
.basepixels_social_widget .widget-share-icon {
  display: none; }

.basepixels_social_widget p {
  margin-bottom: 0; }

.basepixels_social_widget .social-media {
  margin-top: 3%;
  margin-left: -12.5px; }

/* Infobox widget */
.infobox-content {
  padding: 25px;
  padding: 2.5rem; }
  .infobox-content a:hover, .infobox-content a:focus, .infobox-content a:active {
    text-decoration: none; }
  .infobox-content h4 {
    font-weight: 400;
    margin-bottom: 15px;
    margin-bottom: 1.5rem; }

/* NewsLetter Widget */
.basepixels_newsletter_widget button {
  background: #ea5a4f;
  border-color: #ea5a4f; }

.basepixels_newsletter_widget img {
  margin-bottom: 25px;
  margin-bottom: 2.5rem; }

.basepixels_newsletter_widget h3 {
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 64em) {
    .basepixels_newsletter_widget h3 {
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 1.333333333; } }

/* Tags widget */
.widget_tag_cloud a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #666666;
  background: #ebebeb;
  padding: 0.76rem 1.2rem;
  margin-bottom: 1.2rem;
  display: inline-block; }
  .widget_tag_cloud a:hover, .widget_tag_cloud a:focus, .widget_tag_cloud a:active {
    background: #ffffff;
    text-decoration: none; }

/* Calendar widget */
.widget_calendar td, .widget_calendar th {
  padding: inherit; }

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

.widget_calendar caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.8rem; }

/* About Me Widget */
.basepixels_about_widget {
  position: relative; }
  .basepixels_about_widget.widget h5 {
    color: #ffffff;
    border-color: #ffffff; }
  .basepixels_about_widget p {
    margin-bottom: 0; }
  .basepixels_about_widget h5 {
    position: absolute;
    left: 25px;
    left: 2.5rem;
    top: 25px;
    top: 2.5rem; }
  .basepixels_about_widget h4 {
    color: #ffffff;
    margin-left: 25px;
    margin-left: 2.5rem;
    /* max-width: 50%; */
    font-size: 30px;
    font-size: 3rem;
    text-transform: uppercase;
    text-align: left; }
  .basepixels_about_widget img {
    border: none;
    width: 100%; }
  .basepixels_about_widget .about-content {
    position: absolute;
    bottom: 0; }
  .basepixels_about_widget .about-social {
    margin-top: 15px;
    margin-top: 1.5rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    text-align: left;
    margin-left: 12.5px;
    margin-left: 1.25rem; }
    .basepixels_about_widget .about-social li {
      margin-bottom: 0;
      margin-right: 10px;
      margin-right: 1rem; }
      .basepixels_about_widget .about-social li a:hover {
        background: transparent;
        color: #fff; }
    .basepixels_about_widget .about-social a {
      color: #ffffff; }
      .basepixels_about_widget .about-social a:hover, .basepixels_about_widget .about-social a:focus, .basepixels_about_widget .about-social a:active {
        background-color: #ea5a4f; }
  .basepixels_about_widget .about-bio {
    padding: 25px;
    padding: 2.5rem;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
    font-family: "Roboto Slab", Helvetica, sans-serif;
    background: rgba(0, 0, 0, 0.4);
    color: #f8f8f8; }

@media only screen and (min-width: 40em) and (max-width: 65em) {
  .basepixels_about_widget {
    position: relative; }
    .basepixels_about_widget.widget h5 {
      color: #ffffff;
      border-color: #ffffff; }
    .basepixels_about_widget p {
      margin-bottom: 0; }
    .basepixels_about_widget h4 {
      color: inherit;
      margin-left: 0;
      max-width: 100%;
      font-size: 20px;
      font-size: 2rem;
      text-transform: uppercase;
      text-align: center; }
    .basepixels_about_widget .aboutme-content {
      position: static; }
    .basepixels_about_widget .aboutme-social {
      text-align: center;
      margin-left: 0; }
      .basepixels_about_widget .aboutme-social a {
        color: inherit; }
    .basepixels_about_widget .aboutme-bio {
      padding: 0;
      font-size: 13px;
      font-size: 1.3rem;
      text-align: center;
      background: transparent;
      color: inherit; } }

.footer-widget-area ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .footer-widget-area ul li {
    color: #000000;
    font-family: "Roboto Slab", Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
    .footer-widget-area ul li:last-child {
      margin-bottom: 0; }
  .footer-widget-area ul a {
    color: #000000;
    display: inline-block; }
    .footer-widget-area ul a:hover, .footer-widget-area ul a:focus, .footer-widget-area ul a:active {
      color: #b1955c;
      text-decoration: none; }

.footer-widget-area p {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Roboto Slab", Helvetica, sans-serif;
  line-height: 1.5;
  margin-bottom: 0; }

/* Footer Widgets */
@media screen and (max-width: 48.75em) {
  .footer-widget-area .widget {
    margin-bottom: 50px;
    margin-bottom: 5rem; } }

.footer-widget-area .widget:last-child {
  margin-bottom: 0 !important; }

/* Forms */
/* Vendor */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Transitions */
a, a:hover, a:focus, a:active, .transition, .category-boxes h4, .category-boxes .category-box:hover h4, .fullimage-listing .fullimage a:before, .fullimage-listing .fullimage a, .fullimage-listing .fullimage .entry-header, .category-box:after, .category-box:before, input, button, .instagram-pics a:before, .instagram-pics img {
  -webkit-transition: all .12s ease-in-out;
  -o-transition: all .12s ease-in-out;
  -moz-transition: all .12s ease-in-out;
  transition: all .12s ease-in-out; }

.post-list-content figure a:before, .post-list-content figure img {
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }
