/*
Theme Name: Olsen
Theme URI: https://www.cssigniter.com/ignite/themes/olsen
Author: CSSIgniter
Author URI: https://www.cssigniter.com
Description: A blogging theme for WordPress
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: olsen
Tags: classic-menu, custom-background, custom-menu, featured-content-with-pages, featured-images, full-width-template, infinite-scroll, post-slider, rtl-language-support, site-logo, social-menu, sticky-post, threaded-comments, translation-ready, fixed-layout, responsive-layout, one-column, right-sidebar, two-columns, clean, contemporary, elegant, minimal, modern, light, black, white, blog, fashion, design, footer-widgets
Status: inactive

This theme, like WordPress, is licensed under the GPL.

Olsen is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Layout
# Typography
# Elements
# Grid
# Forms
# Header
# Navigation (Links / Menus)
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Blocks
# Media Queries

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .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: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.site-content {
  margin-top: 40px;
}

.widget-area-footer {
  margin-top: 40px;
}

.widget-area-footer + .site-footer {
  margin-top: 0;
}

.site-footer {
  font-size: .8rem;
  padding: 30px 0 0;
  margin: 40px 0 30px;
  border-top: solid 1px #ebebeb;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

html {
  font-size: 15px;
}

body {
  background: #ffffff;
  color: #404040;
  font-family: "Lato", sans-serif;
  line-height: 1.625;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

button,
input,
select,
textarea {
  font-size: .8667rem;
  line-height: 1.625;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
  font-weight: normal;
  clear: both;
  margin: 0 0 15px;
}

h1 {
  font-size: 1.733rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.467rem;
}

h4 {
  font-size: 1.333rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.067rem;
}

p {
  margin: 0 0 22px;
}

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

blockquote {
  margin: 2em 0 1.5em;
  font-family: "Lora", serif;
  font-size: 1.2rem;
  font-style: italic;
  text-align: center;
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  padding: 1.5em 0;
}

blockquote :last-child {
  margin: 0;
}

blockquote cite {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: .9333rem;
  color: currentColor;
}

address {
  margin: 0 0 1.5em;
  font-style: normal;
}

pre {
  background: #eee;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: .9333rem;
  line-height: 1.625;
  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: .9333rem;
}

abbr,
abbr[title],
acronym {
  border: 0;
  text-decoration: none;
  cursor: help;
}

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

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

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

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

ul,
ol {
  margin: 0 0 1em 1em;
  padding: 0 0 0 .2em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

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%;
  border-collapse: collapse;
  text-align: left;
}

table th,
table td {
  border: solid 1px #ebebeb;
  padding: 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666666666666%;
}

.col-xs-pull-10 {
  right: 83.33333333333334%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666666666666%;
}

.col-xs-pull-7 {
  right: 58.333333333333336%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666666666667%;
}

.col-xs-pull-4 {
  right: 33.33333333333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.666666666666664%;
}

.col-xs-pull-1 {
  right: 8.333333333333332%;
}

.col-xs-pull-0 {
  right: 0;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666666666666%;
}

.col-xs-push-10 {
  left: 83.33333333333334%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666666666666%;
}

.col-xs-push-7 {
  left: 58.333333333333336%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666666666667%;
}

.col-xs-push-4 {
  left: 33.33333333333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.666666666666664%;
}

.col-xs-push-1 {
  left: 8.333333333333332%;
}

.col-xs-push-0 {
  left: 0;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

/* visible content */

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
  display: none !important;
}

/* text aligns */

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

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

.textcenter-xs {
  text-align: center;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  background-color: #b49543;
  color: #ffffff;
  font-size: .8667rem;
  line-height: 1;
  height: 36px;
  padding: 8px 15px 6px;
}

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

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

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: #161616;
  border: 0;
  background-color: #eeeeee;
  height: 36px;
  padding: 8px 15px 6px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-size: 9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-position: right .75rem center;
  background-repeat: no-repeat;
  max-width: 100%;
  padding: 6px 34px 6px 12px;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-size: 14px;
  height: 36px;
  font-weight: normal;
  display: block;
  width: 100%;
}

select::-ms-expand {
  background-color: transparent;
  border: 0;
}

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: #161616;
}

textarea {
  width: 100%;
  min-height: 200px;
}

.comments-area label {
  display: block;
}

.comments-area p {
  margin-bottom: 1em;
}

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*--------------------------------------------------------------
# Header Styes
--------------------------------------------------------------*/

.site-bar {
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
}

.site-branding {
  padding: 50px 0;
}

.site-title {
  font-size: 2.4rem;
  font-family: "Lato", sans-serif;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.site-description {
  font-size: .667rem;
  letter-spacing: .2em;
  margin: 0;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Navigation (Links / Menus)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  -webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

a,
a:visited {
  color: #161616;
  text-decoration: none;
}

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

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: .05em;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  display: inline-block;
  position: relative;
}

.main-navigation .page_item_has_children,
.main-navigation .menu-item-has-children {
  margin-right: 1em;
}

.main-navigation .page_item_has_children > a::before,
.main-navigation .menu-item-has-children > a::before {
  font-size: .7rem;
  text-align: center;
  display: inline-block;
  font-family: dashicons;
  line-height: 1;
  content: "\f347";
  position: absolute;
  right: -.02em;
  top: 1.75em;
  speak: none;
}

.main-navigation .page_item_has_children .sub-menu,
.main-navigation .page_item_has_children .children,
.main-navigation .menu-item-has-children .sub-menu,
.main-navigation .menu-item-has-children .children {
  margin: 0;
}

.main-navigation .page_item_has_children .sub-menu li,
.main-navigation .page_item_has_children .children li,
.main-navigation .menu-item-has-children .sub-menu li,
.main-navigation .menu-item-has-children .children li {
  margin: 0;
}

.main-navigation .page_item_has_children .sub-menu a::before,
.main-navigation .page_item_has_children .children a::before,
.main-navigation .menu-item-has-children .sub-menu a::before,
.main-navigation .menu-item-has-children .children a::before {
  top: 1.2em;
  right: .8em;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  speak: none;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 16px 15px;
  color: #161616;
}

.main-navigation a:hover,
.main-navigation a:focus {
  color: #b49543;
}

.main-navigation ul ul {
  background: #ffffff;
  border: solid 2px #ebebeb;
  border-bottom-width: 1px;
  float: left;
  position: absolute;
  top: 4em;
  left: -999em;
  z-index: 99999;
  text-align: left;
  font-size: .7333rem;
}

.main-navigation ul ul ul {
  left: -999em;
  top: -2px;
}

.main-navigation ul ul a {
  width: 200px;
  padding: 10px 15px;
  border-bottom: solid 1px #ebebeb;
}

.main-navigation .dropdown-toggle {
  display: none;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
  background: #ebebeb;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

/* Mobile menu. */

.menu-toggle {
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  line-height: inherit;
  position: relative;
}

.menu-toggle::before {
  font-size: 1rem;
  text-align: center;
  display: inline-block;
  font-family: dashicons;
  line-height: 1;
  content: "\f333";
  padding-right: 5px;
  position: relative;
  top: 2px;
}

.menu-toggle,
.main-navigation.toggled > div > ul {
  display: block;
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #161616;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 48px;
}

.dropdown-toggle::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: dashicons;
  content: "\f347";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
  border: 0 solid #ebebeb;
  border-left-width: 1px;
  font-size: 24px;
  left: 1px;
  position: relative;
  width: 48px;
}

.dropdown-toggle:hover {
  background: none;
  color: inherit;
}

.dropdown-toggle:focus {
  outline: thin dotted;
  outline-offset: -1px;
  color: inherit;
}

.toggled-on > ul {
  display: block;
}

.toggled-on > .dropdown-toggle::after {
  content: "\f432";
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  width: 50%;
}

.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  display: inline-block;
  padding: 15px;
  font-weight: bold;
  position: relative;
}

.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before,
.comment-navigation .nav-next a:before,
.posts-navigation .nav-next a:before,
.post-navigation .nav-next a:before {
  font-size: .88rem;
  text-align: center;
  display: inline-block;
  font-family: dashicons;
  line-height: 1;
  content: "\f347";
  position: absolute;
  top: 1.6em;
  speak: none;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
}

.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
  left: -.05em;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-next a:before,
.posts-navigation .nav-next a:before,
.post-navigation .nav-next a:before {
  right: -.05em;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* Infinite Scrolling (Jetpack) */

#page #infinite-handle {
  clear: both;
  padding-top: 20px;
  padding-bottom: 70px;
  text-align: center;
}

#page #infinite-handle span {
  background: none;
}

#page #infinite-handle span button {
  display: inline-block;
  position: static;
  padding: 10px 43px 9px;
  margin: 0;
  border: 0;
  height: 46px;
  line-height: inherit;
  background: #b49543;
  color: #ffffff;
  cursor: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: uppercase;
}

#page #infinite-handle span button:hover {
  display: inline-block;
  position: static;
  padding: 10px 43px 9px;
  margin: 0;
  border: 0;
  height: 46px;
  line-height: inherit;
  background: #161616;
  color: #ffffff;
  cursor: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

#page .infinite-loader {
  padding-bottom: 70px;
  margin-bottom: 70px;
  clear: both;
}

#page .infinite-loader .spinner {
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* Social Navigation (Jetpack) */

.jetpack-social-navigation-svg li {
  vertical-align: middle;
  margin: 0 7px !important;
}

.jetpack-social-navigation-svg li a {
  font-size: 19px;
  width: auto;
}

.site-footer .jetpack-social-navigation-svg li a {
  font-size: 16px;
  margin: 0;
}

.site-footer .jetpack-social-navigation-svg li .icon {
  float: left;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.site-footer .jetpack-social-navigation-svg .screen-reader-text {
  position: static !important;
  height: auto;
  width: auto;
  overflow: auto;
  vertical-align: inherit;
  left: auto;
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  text-transform: uppercase;
  font-size: 0.8em;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  float: left;
  margin-right: 1.5em;
}

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

.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# 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 {
  font-size: .8667rem;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: solid 1px #ebebeb;
}

.widget:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.widget-area-footer .widget:last-child:not(.widget_wpcom_instagram_widget) {
  margin-bottom: 30px;
}

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

.widget ul li:before {
  font-size: .7rem;
  text-align: center;
  display: inline-block;
  font-family: dashicons;
  content: "\f345";
  line-height: 1;
  position: absolute;
  left: -1.2em;
  top: .58em;
  speak: none;
}

.widget > :last-child {
  margin-bottom: 0;
}

.widget-title {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  background: #161616;
  color: #ffffff;
  font-size: .7333rem;
  padding: 13px 5px;
  position: relative;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.widget-title a {
  color: #ffffff;
}

.widget-title img {
  vertical-align: middle;
}

/* Make sure select elements fit in widgets. */

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

/* Text Widget */

.textwidget p:last-child {
  margin-bottom: 0;
}

/* Search widget */

.search-form {
  position: relative;
}

.search-form .search-field {
  width: 100%;
}

.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.error-404 .search-form {
  margin-bottom: 30px;
}

/* Contact info (Jetpack) */

.widget_contact_info iframe {
  margin-bottom: 15px;
  width: 100%;
}

.widget_contact_info div {
  margin-bottom: 5px;
}

/* WordPress Posts (Jetpack) */

.jetpack-display-remote-posts h4 {
  font-size: 1em !important;
}

/* Gravator Profile (Jetpack) */

.widget-grofile {
  text-align: center;
}

.widget-grofile h4,
.widget-grofile p,
.widget-grofile img {
  margin: 0 0 5px !important;
}

.widget-grofile img {
  border-radius: 50%;
}

/* Instagram (Jetpack) */

.widget-area-footer .wpcom-instagram-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.widget-area-footer .wpcom-instagram-images a {
  float: none;
  line-height: 0;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.widget-area-footer .wpcom-instagram-images img {
  float: none;
}

/* Social Icons */

.widget_wpcom_social_media_icons_widget ul li:before {
  content: "";
}

.widget_wpcom_social_media_icons_widget ul li a {
  font-size: 19px;
}

/* Authors Widget */

.widget_authors > ul {
  margin: 0;
}

.widget_authors > ul > li {
  margin-bottom: 10px;
}

.widget_authors > ul > li:last-child {
  margin-bottom: 0;
}

.widget_authors > ul > li::before {
  display: none;
}

.widget_authors > ul ul {
  margin-top: 10px;
}

.widget_authors .avatar {
  width: 36px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

/* Gravatar Widget */

.widget_gravatar .avatar {
  border-radius: 50%;
}

/* Contact Info Widget */

.confit-address {
  font-weight: bold;
  margin: 15px 0 10px;
}

/* Blog Subscription Widget */

.widget_blog_subscription input[type="text"],
.widget_blog_subscription input[type="email"] {
  width: 100% !important;
  padding: 8px 15px 6px !important;
}

.widget_blog_subscription [type="submit"] {
  width: 100%;
}

/* Special class applying some default styles that can be used in widgets */

.theme-style-about {
  text-align: center;
}

.theme-style-about > img {
  border-radius: 50%;
}

/* Tag Cloud */

.tag-cloud-link {
  font-size: 12px !important;
  display: inline-block;
  border: 2px solid #ebebeb;
  padding: 3px 10px;
  margin: 0 3px 3px 0;
}

/* Remove arrows from list widgets */

.widgets-list-layout li::before {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.page-header {
  border: solid 1px #ebebeb;
  padding: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.page-header .page-title {
  margin-top: 0;
  line-height: 1;
}

.page-header :last-child {
  margin-bottom: 0;
}

.hentry {
  position: relative;
  margin: 0 0 70px;
  padding-bottom: 50px;
  border-bottom: solid 1px #ebebeb;
}

.single .hentry,
.page .hentry {
  margin-bottom: 0;
  border-bottom: none;
}

.page .hentry {
  padding-bottom: 0;
}

.entry-header {
  text-align: center;
}

.entry-title {
  font-size: 1.467rem;
  margin: 8px 0;
  text-transform: uppercase;
  line-height: 1.4;
}

.entry-div {
  display: block;
  width: 24px;
  height: 2px;
  background: #161616;
  margin: 10px auto 15px;
}

.entry-meta {
  font-size: .7333rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.entry-meta a {
  color: #b49543;
}

.entry-meta a:hover {
  color: #161616;
}

.entry-categories {
  font-weight: bold;
  margin-bottom: 5px;
}

.entry-date {
  margin-top: 5px;
}

.entry-featured {
  display: block;
  margin: 20px 0;
}

.entry-content {
  margin-top: 30px;
}

.entry-content a {
  color: #b49543;
}

.entry-content a:hover {
  color: #161616;
}

.entry-content > :first-child {
  margin-top: 0;
}

.entry-content > :last-child {
  margin-bottom: 0;
}

.entry-footer {
  margin-top: 20px;
}

.entry-footer a {
  display: inline-block;
  background: #ebebeb;
  color: #444444;
  font-size: .6667rem;
  padding: 2px 5px;
  margin: 0 3px 3px 0;
  text-transform: uppercase;
}

.entry-footer a:hover {
  background: #161616;
  color: #ffffff;
}

.sticky {
  display: block;
}

.byline,
.comments-link {
  margin-left: 10px;
}

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

.single .byline {
  display: inline;
}

a.more-link {
  display: inline-block;
  position: absolute;
  bottom: -1.8em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px 15px 9px;
  background: #ffffff;
  color: #b49543;
  border: solid 2px #ebebeb;
  font-family: "Lato", sans-serif;
  font-size: .7333rem;
  font-weight: bold;
  text-transform: uppercase;
}

a.more-link:hover {
  border: solid 2px #161616;
}

.jetpack-blog-display a.more-link {
  bottom: -12.5em;
}

.edit-link {
  display: inline-block;
  margin-top: 20px;
}

.page-links {
  border: solid 1px #ebebeb;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
}

.page-links a {
  padding: 0 5px;
}

.post-password-form input[type="submit"] {
  position: relative;
  line-height: normal;
  left: -3px;
}

/*--------------------------------------------------------------
## Featured Posts (Jetpack)
--------------------------------------------------------------*/

#page .flexslider {
  border: 0;
  margin: 0;
}

#page .flexslider .slides {
  padding: 0;
  margin: 0;
  list-style: none;
}

#page .flexslider .flex-direction-nav a {
  background: #ffffff;
}

#page .flexslider .flex-direction-nav a:before {
  font-size: 16px;
  line-height: 2.7em;
  position: relative;
}

#page .flexslider .flex-direction-nav a.flex-prev:before {
  left: 14px;
}

#page .flexslider .flex-direction-nav a.flex-next:before {
  right: 14px;
}

#page .flexslider .flex-control-paging li a {
  width: 9px;
  height: 9px;
  background: rgba(0, 0, 0, 0.2);
}

#page .flexslider .flex-control-paging li a.flex-active {
  background: #161616;
}

#page .flexslider:hover .flex-prev {
  left: 0;
}

#page .flexslider:hover .flex-next {
  right: 0;
}

.flex-control-paging li a {
  box-shadow: none;
}

.featured-posts-wrapper {
  overflow: hidden;
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 40px;
}

.featured-posts img {
  display: block;
}

.featured-post {
  position: relative;
}

.featured-post.without-thumbnail {
  min-height: 545px;
  background-color: #eeeeee;
}

.featured-post-content {
  padding: 50px;
  min-width: 570px;
  background: #ffffff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.featured-post-content .more-link {
  margin-top: 20px;
  position: static;
  -webkit-transform: none;
  transform: none;
}

/*--------------------------------------------------------------
## Sharing (Jetpack)
--------------------------------------------------------------*/

.sharedaddy {
  margin-top: 40px;
}

.sd-title {
  /* Affects the Like button too */
  font-size: .8125rem;
  font-weight: normal;
}

/*--------------------------------------------------------------
## Related posts (Jetpack)
--------------------------------------------------------------*/

#page #jp-relatedposts h3.jp-relatedposts-headline {
  font-size: 13px;
  font-family: "Lora", serif;
}

#page #jp-relatedposts img {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

#comments {
  margin: 50px 0 0;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment-list .children {
  list-style: none;
}

.comment-list .comment-body {
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
  border: solid 1px #ebebeb;
}

.comment-list .comment-body :last-child {
  margin-bottom: 0;
}

.comment-content {
  overflow: hidden;
  zoom: 1;
  font-size: .8667rem;
}

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

.comment-metadata {
  text-transform: uppercase;
  font-size: .7333rem;
  margin: 0 0 5px;
}

.comment-metadata .edit-link {
  margin: 0;
}

.comment-reply-link {
  border-radius: 0;
  font-size: .7333rem;
  background: #b49543;
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 10px;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.comment-reply-link:hover {
  background: #161616;
  color: #ffffff;
}

.comment-author .avatar {
  width: 64px;
  height: 64px;
  float: left;
  margin: 0 15px 15px 0;
  overflow: visible;
}

.comment-author .fn {
  font-size: .8667rem;
}

.comment-author .says {
  font-style: italic;
  margin-left: 3px;
}

#cancel-comment-reply-link {
  font-size: .7333rem;
  font-weight: normal;
  margin-top: 18px;
}

.bypostauthor {
  display: block;
}

.bypostauthor .fn::before {
  font-family: dashicons;
  content: "\f110";
  position: relative;
  top: 5px;
  left: -2px;
  display: inline-block;
  font-size: 1.0667rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

.comment-subscription-form {
  margin: .5em 0;
  font-size: .8125rem;
}

.comment-subscription-form label {
  margin-left: 5px;
}

.comment-form-cookies-consent {
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 25px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comment-form-cookies-consent label {
  display: inline-block;
  margin: 0 0 0 8px;
}

/*--------------------------------------------------------------
# Infinite Scroll
--------------------------------------------------------------*/

#infinite-footer {
  display: none;
}

.infinite-scroll #infinite-footer {
  display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll .woocommerce-pagination {
  display: none;
}

.infinite-scroll.neverending .site-footer,
.infinite-scroll.neverending .widget-area-footer {
  display: none;
}

.infinity-end.neverending .site-footer,
.infinity-end.neverending .widget-area-footer {
  display: block;
}

.infinity-end.neverending #infinite-footer {
  display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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

/* Make sure embeds and iframes fit their containers. */

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  text-align: left;
  margin-bottom: 2em;
  max-width: 100%;
}

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

.wp-caption-text {
  font-size: 13px;
  margin-top: 5px;
  color: inherit;
  opacity: .7;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin: 0 -5px 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 5px;
  margin: 0;
}

.gallery-item a {
  display: block;
  line-height: 1;
}

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

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/

/* -----------------------------------------
Gutenberg general style resets
----------------------------------------- */

.entry-content > [class^="wp-block-"] {
  margin-bottom: 1.5em;
}

/* General Block Styles
=================================== */

[class^="wp-block"] > figcaption {
  display: block;
  font-size: 13px;
  margin: 5px 0 0;
  color: inherit;
  opacity: .7;
}

[class^="wp-block"] .alignleft,
[class^="wp-block"] .aligncenter,
[class^="wp-block"] .alignright,
[class^="wp-block"] .alignnone {
  margin-top: 0;
}

.has-primary-background-color {
  background-color: #b49543;
  color: #ffffff;
}

.has-primary-color {
  color: #b49543;
}

.has-secondary-background-color {
  background-color: #161616;
  color: #ffffff;
}

.has-secondary-color {
  color: #161616;
}

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

.has-text-align-center {
  text-align: center;
}

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

/* Embed Blocks
=================================== */

.wp-block-embed iframe {
  margin: 0;
}

/* Video Block
=================================== */

.wp-block-video video {
  width: 100%;
  margin: 0;
}

/* Audio Block
=================================== */

.wp-block-audio audio {
  width: 100%;
  margin: 0;
}

/* File Block
=================================== */

.wp-block-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-block-file > a:first-child {
  margin-right: 1.5em;
}

.wp-block-file .wp-block-file__button {
  margin-left: auto;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

/* Image Block
=================================== */

.wp-block-image {
  margin-top: 0;
}

.wp-block-image figure {
  margin-top: 0;
}

.wp-block-image figcaption {
  display: block;
  font-size: 13px;
  color: inherit;
  margin: 5px 0 0;
  opacity: .7;
}

.wp-block-image .alignleft {
  margin-right: 1.5em;
}

.wp-block-image .alignright {
  margin-left: 1.5em;
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Gallery Block
=================================== */

.wp-block-gallery li::before {
  display: none;
}

.wp-block-gallery li a {
  border: 0;
  box-shadow: none;
}

.wp-block-gallery figcaption {
  line-height: normal;
}

/* Button Block
=================================== */

.wp-block-button__link {
  border: 2px solid transparent;
  font-size: .8667rem;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 0;
}

.wp-block-button__link:hover {
  color: currentColor !important;
}

.wp-block-button__link:not(.has-text-color):not(.has-background) {
  background-color: #b49543;
  color: #ffffff;
}

.is-style-outline .wp-block-button__link:not(.has-text-color):not(.has-background) {
  color: #b49543;
  background-color: transparent;
}

.is-style-outline .wp-block-button__link:not(.has-text-color):not(.has-background):hover {
  color: currentColor !important;
}

.wp-block-button__link:not(.has-text-color):not(.has-background):hover {
  color: inherit;
}

/* Separator Block
=================================== */

.wp-block-separator {
  width: 160px;
  max-width: 100%;
  margin: 1.5em auto;
  height: 3px;
  border-color: #ebebeb;
  background: none;
  clear: both;
}

.wp-block-separator.is-style-dots {
  width: 100%;
  height: auto;
}

.wp-block-separator.is-style-wide {
  width: 100%;
  height: 1px;
}

/* Spacer Block
=================================== */

.wp-block-spacer {
  margin: 0 !important;
}

/* Table Block
=================================== */

.wp-block-table table {
  margin: 0;
}

.wp-block-table thead {
  border-bottom: 0;
}

.wp-block-table tfoot {
  border-top: 0;
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid #ebebeb;
}

/* Group Block
=================================== */

.wp-block-group.has-background {
  padding: 1.5em;
}

.wp-block-group__inner-container > :last-child {
  margin-bottom: 0;
}

/* Quote Block
=================================== */

.wp-block-quote {
  border-left: 5px solid #ebebeb;
  border-top: 0;
  border-bottom: 0;
  text-align: left;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
}

.wp-block-quote p {
  margin-bottom: 1rem;
}

.wp-block-quote cite {
  font-style: normal;
  text-align: inherit;
}

.wp-block-quote.has-text-align-left {
  text-align: left;
}

.wp-block-quote.has-text-align-center {
  text-align: center;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

.wp-block-quote.has-text-align-right {
  border-left: 0;
  text-align: right;
  border-right: 5px solid #ebebeb;
}

.wp-block-quote.is-style-large {
  border: 0;
  padding: 0;
}

.wp-block-quote.is-style-large cite {
  text-align: inherit;
  font-size: .8em;
}

.wp-block-quote.is-style-large::before {
  display: none;
}

/* Pullquote Block
=================================== */

.wp-block-pullquote {
  border-top: 3px solid #ebebeb;
  border-bottom: 3px solid #ebebeb;
}

.wp-block-pullquote blockquote {
  padding: 0;
  border: 0;
  margin: 0;
}

.wp-block-pullquote blockquote::before {
  display: none;
}

.wp-block-pullquote p {
  font-size: 20px;
  line-height: normal;
  margin-bottom: .75em;
}

.wp-block-pullquote.is-style-solid-color {
  border: 0;
  padding: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  padding: 1em 1.5em;
  text-align: center;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 20px;
  line-height: normal;
  margin-bottom: .75em;
}

.wp-block-pullquote cite {
  color: currentColor;
}

/* Cover Block
=================================== */

.wp-block-cover .wp-block-cover__inner-container > :last-child {
  margin-bottom: 0;
}

/* Media & Text Block
=================================== */

/* Global Widget Block Styles
=================================== */

.wp-block-rss,
.wp-block-archives,
.wp-block-categories {
  list-style: none;
  position: relative;
  font-size: .8667rem;
}

.wp-block-rss li,
.wp-block-archives li,
.wp-block-categories li {
  border: 0;
  padding: 0;
  position: relative;
  list-style: none;
}

.wp-block-rss li:before,
.wp-block-archives li:before,
.wp-block-categories li:before {
  font-size: .7rem;
  text-align: center;
  display: inline-block;
  font-family: dashicons;
  content: "\f345";
  line-height: 1;
  position: absolute;
  left: -1.2em;
  top: .58em;
  speak: none;
}

.wp-block-rss li a,
.wp-block-archives li a,
.wp-block-categories li a {
  color: #404040;
}

.wp-block-rss li a:hover,
.wp-block-archives li a:hover,
.wp-block-categories li a:hover {
  color: #b49543;
}

.wp-block-latest-comments,
.wp-block-latest-posts {
  margin-left: 0;
  list-style: none;
  padding-left: 0;
  font-size: 14px;
}

.wp-block-latest-comments li,
.wp-block-latest-posts li {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #ebebeb;
}

/* Latest Comments Block
=================================== */

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
  padding: 15px 0;
  margin: 0;
}

/* Search Widget Block
=================================== */

.wp-block-search {
  position: relative;
}

.wp-block-search .wp-block-search__button {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 36px;
  padding: 8px 15px 6px;
}

.wp-block-search .wp-block-search__input {
  max-width: 100%;
}

.wp-block-search .wp-block-search__label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Calendar Widget Block
=================================== */

.wp-block-calendar th {
  text-align: center;
  font-size: 12px;
}

.wp-block-calendar tfoot a {
  color: #b49543;
}

/* Social Links
=================================== */

.wp-block-social-links .wp-social-link a {
  color: #ffffff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
  color: currentColor;
}

/* Code Block
=================================== */

.wp-block-code {
  background: #ebebeb;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 14px;
  line-height: 1.625;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  border-radius: 0;
  border: 0;
}

/* Jetpack: Contact Form
=================================== */

.contact-form label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.contact-form label > span {
  margin-left: auto !important;
  color: currentColor !important;
  padding-left: 5px;
  opacity: .65;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="url"] {
  width: 100% !important;
}

/* Jetpack: Layout Grid
=================================== */

.wp-block-jetpack-layout-grid {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media (min-width: 576px) {
  .container {
    width: 558px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666666666666%;
  }

  .col-sm-10 {
    width: 83.33333333333334%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666666666666%;
  }

  .col-sm-7 {
    width: 58.333333333333336%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666666666667%;
  }

  .col-sm-4 {
    width: 33.33333333333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.666666666666664%;
  }

  .col-sm-1 {
    width: 8.333333333333332%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }

  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }

  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }

  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }

  .col-sm-pull-0 {
    right: 0;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666666666666%;
  }

  .col-sm-push-10 {
    left: 83.33333333333334%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666666666666%;
  }

  .col-sm-push-7 {
    left: 58.333333333333336%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666666666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.666666666666664%;
  }

  .col-sm-push-1 {
    left: 8.333333333333332%;
  }

  .col-sm-push-0 {
    left: 0;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

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

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

  .textcenter-sm {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666666666666%;
  }

  .col-md-10 {
    width: 83.33333333333334%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666666666666%;
  }

  .col-md-7 {
    width: 58.333333333333336%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666666666667%;
  }

  .col-md-4 {
    width: 33.33333333333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.666666666666664%;
  }

  .col-md-1 {
    width: 8.333333333333332%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666666666666%;
  }

  .col-md-pull-10 {
    right: 83.33333333333334%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666666666666%;
  }

  .col-md-pull-7 {
    right: 58.333333333333336%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666666666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.666666666666664%;
  }

  .col-md-pull-1 {
    right: 8.333333333333332%;
  }

  .col-md-pull-0 {
    right: 0;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666666666666%;
  }

  .col-md-push-10 {
    left: 83.33333333333334%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666666666666%;
  }

  .col-md-push-7 {
    left: 58.333333333333336%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666666666667%;
  }

  .col-md-push-4 {
    left: 33.33333333333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.666666666666664%;
  }

  .col-md-push-1 {
    left: 8.333333333333332%;
  }

  .col-md-push-0 {
    left: 0;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

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

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

  .textcenter-md {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666666666666%;
  }

  .col-lg-10 {
    width: 83.33333333333334%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666666666666%;
  }

  .col-lg-7 {
    width: 58.333333333333336%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666666666667%;
  }

  .col-lg-4 {
    width: 33.33333333333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.666666666666664%;
  }

  .col-lg-1 {
    width: 8.333333333333332%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }

  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }

  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }

  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }

  .col-lg-pull-0 {
    right: 0;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666666666666%;
  }

  .col-lg-push-10 {
    left: 83.33333333333334%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666666666666%;
  }

  .col-lg-push-7 {
    left: 58.333333333333336%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666666666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.666666666666664%;
  }

  .col-lg-push-1 {
    left: 8.333333333333332%;
  }

  .col-lg-push-0 {
    left: 0;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

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

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

  .textcenter-lg {
    text-align: center;
  }

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1040px;
  }

  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-11 {
    width: 91.66666666666666%;
  }

  .col-xl-10 {
    width: 83.33333333333334%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-8 {
    width: 66.66666666666666%;
  }

  .col-xl-7 {
    width: 58.333333333333336%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-5 {
    width: 41.66666666666667%;
  }

  .col-xl-4 {
    width: 33.33333333333333%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-2 {
    width: 16.666666666666664%;
  }

  .col-xl-1 {
    width: 8.333333333333332%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-pull-11 {
    right: 91.66666666666666%;
  }

  .col-xl-pull-10 {
    right: 83.33333333333334%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-8 {
    right: 66.66666666666666%;
  }

  .col-xl-pull-7 {
    right: 58.333333333333336%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-5 {
    right: 41.66666666666667%;
  }

  .col-xl-pull-4 {
    right: 33.33333333333333%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-2 {
    right: 16.666666666666664%;
  }

  .col-xl-pull-1 {
    right: 8.333333333333332%;
  }

  .col-xl-pull-0 {
    right: 0;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-push-11 {
    left: 91.66666666666666%;
  }

  .col-xl-push-10 {
    left: 83.33333333333334%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-8 {
    left: 66.66666666666666%;
  }

  .col-xl-push-7 {
    left: 58.333333333333336%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-5 {
    left: 41.66666666666667%;
  }

  .col-xl-push-4 {
    left: 33.33333333333333%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-2 {
    left: 16.666666666666664%;
  }

  .col-xl-push-1 {
    left: 8.333333333333332%;
  }

  .col-xl-push-0 {
    left: 0;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66666666666666%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-xl-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-xl-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .visible-xl {
    display: block !important;
  }

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

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

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

  .textcenter-xl {
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .featured-post.without-thumbnail {
    min-height: 507px;
  }
}

@media (max-width: 991px) {
  .site-branding {
    padding: 35px 0;
  }

  #secondary {
    margin-top: 30px;
  }

  .main-navigation {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .main-navigation .dropdown-toggle {
    display: inline-block;
  }

  .main-navigation.toggled {
    border-bottom: 0;
  }

  .main-navigation li {
    display: block;
  }

  .main-navigation a {
    padding: 12px 0;
    border-bottom: 1px solid #ebebeb;
  }

  .main-navigation a:hover {
    color: #161616;
  }

  .main-navigation .page_item_has_children,
  .main-navigation .menu-item-has-children {
    margin-right: 0;
  }

  .main-navigation .page_item_has_children .sub-menu,
  .main-navigation .page_item_has_children .children,
  .main-navigation .menu-item-has-children .sub-menu,
  .main-navigation .menu-item-has-children .children {
    margin-left: 20px;
  }

  .main-navigation .page_item_has_children > a::before,
  .main-navigation .menu-item-has-children > a::before {
    display: none;
  }

  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_item > a {
    color: #b49543;
  }

  .main-navigation ul ul {
    position: static;
    float: none;
    border: 0;
    width: auto;
    top: auto;
    z-index: 10;
    background-color: transparent;
    font-size: .9rem;
  }

  .main-navigation ul ul a {
    width: auto;
    padding: 12px 0;
  }

  .main-navigation ul ul a:hover {
    background: none;
  }

  .featured-post.without-thumbnail {
    min-height: 388px;
  }
}

@media (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 1em;
  }

  .site-title {
    font-size: 2rem;
  }

  .site-content {
    margin-top: 25px;
  }

  .featured-post.without-thumbnail {
    min-height: 0;
    background-color: transparent;
  }

  .featured-post-content {
    position: static;
    -webkit-transform: none;
    transform: none;
    min-width: 0;
    width: 100%;
    background: none;
    padding: 25px;
  }

  .flex-direction-nav a {
    top: 0;
    margin: 0;
  }

  .flex-direction-nav .flex-next {
    right: 0;
  }

  .flex-direction-nav .flex-prev {
    left: 0;
  }

  .widget-area-footer .wpcom-instagram-images {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .widget-area-footer .wpcom-instagram-images a {
    width: 33%;
  }
}

@media (max-width: 543px) {
  .visible-xs {
    display: block !important;
  }

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

@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md {
    display: block !important;
  }

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg {
    display: block !important;
  }

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