@charset "UTF-8";

/*!
Theme Name: Olsen
Theme URI: https://www.cssigniter.com/themes/olsen/
Author: CSSIgniter
Author URI: https://www.cssigniter.com/
Description: Blogging theme for WordPress
Version: 2.8.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: olsen
Domain Path: /languages
*/

/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Main Navigation
.. 03. Header
.. 04. Modules
.. 05. Footer
.. 06. Comments
.. 07. Widgets Styling
.. 08. WordPress defaults
.. 09. Mobile Menu
.. 10. External Plugins
.. 11. Global Mediaqueries

*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

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

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

.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

/* -----------------------------------------
	01. General
----------------------------------------- */

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
}

* {
  box-sizing: inherit;
}

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

[tabindex="-1"]:focus {
  outline: none !important;
}

[hidden] {
  display: none !important;
}

/* Basic Typography
=================================== */

body {
  line-height: 1.625;
  font-size: 16px;
  font-weight: normal;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: normal;
  margin: 0 0 15px 0;
  word-wrap: break-word;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  margin: 0 0 30px 0;
}

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

a {
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  outline: none;
  color: #161616;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #b49543;
  outline: none;
  text-decoration: none;
}

a:active {
  outline: none;
}

.group::after {
  content: "";
  display: table;
  clear: both;
}

/* General Element Styling
=================================== */

/* Reset figure margin from normalize.css */

figure {
  margin: 0;
}

/* Lists */

ul,
ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 15px;
}

/* Blockquotes */

blockquote {
  margin: 20px 0;
  padding-left: 20px;
  border-left: 2px solid #ebebeb;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
}

blockquote cite {
  display: block;
  font-weight: bold;
  font-style: italic;
  margin: 10px 0 0;
  color: rgba(51, 51, 51, 0.8);
  font-size: 14px;
}

/* Tables */

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.entry-content table {
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
}

.entry-content th:first-child,
.entry-content td:first-child {
  padding-left: 0;
}

.entry-content th,
.entry-content td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-content caption,
.entry-content th,
.entry-content td {
  font-weight: normal;
  text-align: left;
  padding: 5px;
  vertical-align: middle;
}

.entry-content th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 85%;
}

.entry-content td {
  border-width: 0 1px 1px 0;
}

/* Code */

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  -webkit-hyphens: none;
  hyphens: none;
  font-style: normal;
}

pre {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Various */

address {
  margin: 0 0 15px;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Embeds and iframes
=================================== */

embed,
iframe,
object,
video,
audio {
  margin-bottom: 15px;
  max-width: 100%;
}

p > embed,
p > iframe,
p > object,
p > audio,
span > embed,
span > iframe,
span > object,
span > audio {
  margin-bottom: 0;
}

#map,
.map * {
  max-width: none !important;
}

/* General Form Styling
=================================== */

label {
  display: block;
  margin: 0 0 2px;
  font-weight: normal;
}

input,
textarea {
  transition: all 0.18s;
  display: inline-block;
  font-size: inherit;
  width: 100%;
  max-width: 100%;
  padding: 8px 12px 8px 15px;
  line-height: normal;
  background-color: #ebebeb;
  background-image: none;
  border: none;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover {
  outline: none;
  background-color: #eee;
}

input[type=search] {
  /* Restoring box-sizing */
  box-sizing: border-box;
}

textarea {
  height: auto;
}

select {
  max-width: 100%;
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
  width: auto;
  height: auto;
}

fieldset {
  margin: 0 0 15px;
  padding: 0;
  border: none;
  min-width: 0;
}

/* Placeholder text color */

::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-weight: normal;
  font-size: 11px;
  opacity: 1;
}

:-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-weight: normal;
  font-size: 11px;
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-weight: normal;
  font-size: 11px;
  opacity: 1;
}

/* Buttons
=================================== */

.btn,
.comment-reply-link,
input[type=button],
input[type=submit],
input[type=reset],
button {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  border: none;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.18s background-color ease, color 0.18s ease, 0.18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  background-image: none;
  padding: 12px 25px 11px;
  font-size: 13px;
  background: #b49543;
  color: #FFF;
}

.btn:active,
.comment-reply-link:active,
input[type=button]:active,
input[type=submit]:active,
input[type=reset]:active,
button:active {
  outline: none;
}

.btn:hover,
.comment-reply-link:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
button:hover {
  background: #161616;
  color: #FFF;
  text-decoration: none;
}

.btn:focus,
.comment-reply-link:focus,
input[type=button]:focus,
input[type=submit]:focus,
input[type=reset]:focus,
button:focus {
  outline: none;
}

/* Text Helpers
=================================== */

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

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

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

.text-justified {
  text-align: justify;
}

.text-uc {
  text-transform: uppercase;
}

.img-round {
  border-radius: 50%;
}

/* Simple Lightbox Theme Overrides
=================================== */

.sl-overlay {
  opacity: 0.9;
}

.sl-wrapper button:hover {
  background: none;
}

.sl-wrapper .sl-close {
  right: 35px;
  top: 55px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 40px;
}

.sl-wrapper .sl-image .sl-caption {
  padding: 10px 0 0;
  color: inherit;
  background: inherit;
  font-size: 14px;
  position: relative;
}

.sl-wrapper .sl-navigation button.sl-prev,
.sl-wrapper .sl-navigation button.sl-next {
  font-size: 70px;
  height: 110px;
  margin-top: -55px;
}

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */

.nav {
  font-size: 14px;
}

#footer .nav {
  text-align: left;
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 200;
}

.navigation li {
  position: relative;
}

.navigation > li {
  display: inline-block;
}

.navigation a {
  display: block;
  white-space: nowrap;
}

.navigation ul {
  text-align: left;
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.25s ease 0.2s, opacity 0.25s ease 0.2s, visibility 0s ease 0.35s;
  transform: translate(0, 10px);
  margin-left: 12px;
}

.navigation ul.sub-menu {
  margin-top: 13px;
}

.navigation ul ul {
  top: 12px;
  left: 100%;
  margin: 0;
  transform: translate(-10px, 0);
}

.navigation > li:first-child ul {
  margin-left: 0;
}

.navigation li:hover > ul {
  transition-delay: 0s, 0s, 0s;
  visibility: visible;
  opacity: 1;
}

.navigation li:hover ul {
  z-index: 15;
}

.navigation li:focus-within > ul {
  transition-delay: 0s, 0s, 0s;
  visibility: visible;
  opacity: 1;
}

.navigation li:focus-within ul {
  z-index: 15;
}

.navigation > li:hover > ul {
  transform: translate(0, 0);
}

.navigation li li:hover > ul {
  transform: translate(0, 0);
}

.navigation > .nav-open-left ul {
  right: 0;
}

.navigation > .nav-open-left ul ul {
  right: 100%;
  left: auto;
}

.navigation li .nav-open-left ul {
  right: 100%;
  left: auto;
}

.navigation li .nav-open-left.menu-item-has-children > a::after {
  content: "\e00b";
}

.navigation li.nav-open-left .menu-item-has-children > a::after {
  content: "\e00b";
}

.navigation a {
  position: relative;
  color: #333;
}

.navigation > li > a {
  margin: 0 12px;
}

.navigation > li:first-child > a {
  margin-left: 0;
}

.navigation > li:hover > a,
.navigation > li > a:focus,
.navigation > .current-menu-item > a,
.navigation > .current-menu-parent > a,
.navigation > .current-menu-ancestor > a,
.navigation > .current_page_item > a,
.navigation > .current_page_ancestor > a {
  color: #b49543;
}

.navigation ul {
  list-style: none;
  min-width: 200px;
  background: #ebebeb;
  padding: 1px;
}

.navigation li li a {
  padding: 6px 15px;
}

.navigation li li a:hover {
  background: #ebebeb;
  color: #161616;
}

.navigation li li:hover > a,
.navigation li li > a:focus,
.navigation li .current-menu-item > a,
.navigation li .current-menu-parent > a,
.navigation li .current-menu-ancestor > a,
.navigation li .current_page_item > a,
.navigation li .current_page_ancestor > a {
  color: #b49543;
}

.navigation > li ul a {
  background: #FFFFFF;
  padding: 8px;
  margin-bottom: 1px;
}

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

.navigation .menu-item-has-children > a::after,
.navigation .page_item_has_children > a::after {
  font-family: "olsen-icons";
  content: "\e00a";
  font-size: 12px;
  position: relative;
  top: 0;
  right: -6px;
  line-height: normal;
}

.navigation li .menu-item-has-children > a,
.navigation li .page_item_has_children > a {
  padding-right: 25px;
}

.navigation li .menu-item-has-children > a::after,
.navigation li .page_item_has_children > a::after {
  font-family: "olsen-icons";
  content: "\e00c";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-nav-trigger {
  font-size: 16px;
  line-height: 1;
  border: solid 2px #ebebeb;
  padding: 10px 12px;
  display: none;
}

.mobile-nav-trigger i {
  position: relative;
  top: 2px;
}

.mobile-nav-trigger:active,
.mobile-nav-trigger:focus {
  color: #333;
}

.mobile-nav-location {
  display: none;
}

/* -----------------------------------------
	03. Header
----------------------------------------- */

.site-bar {
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  padding: 13px 0;
  z-index: 10000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-bar.is_stuck {
  position: fixed !important;
  top: 0 !important;
  background-color: #FFF;
}

.admin-bar .site-bar.is_stuck {
  top: 32px !important;
}

.site-logo {
  padding: 30px;
  text-align: center;
}

.site-logo > div {
  font-size: 26px;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 15px 0;
  word-wrap: break-word;
}

.site-logo a {
  display: block;
}

.site-logo p {
  font-size: 14px;
  color: #7e7e7e;
  margin-bottom: 0;
}

.top-bar {
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  padding: 13px 30px;
  z-index: 10000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* -----------------------------------------
	04. Modules
----------------------------------------- */

/* Content Area
=================================== */

#site-content #content {
  padding-top: 30px;
}

.home #site-content {
  border-top: solid 1px #ebebeb;
}

/* Tiny Slider
=================================== */

.tns-outer {
  position: relative;
  max-height: 550px;
  overflow: hidden;
  direction: ltr;
}

.tns-outer.home-slider {
  margin-bottom: 30px;
}

.tns-outer#home-slider-fullwidth-ow .tns-item {
  text-align: center;
}

.tns-outer .slider-carousel .tns-item {
  padding: 0 15px;
}

.tns-outer button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #fff;
  color: #b49543;
  padding: 0;
  border-radius: 0;
  outline: none;
  font-family: "olsen-icons";
}

.tns-outer button:hover,
.tns-outer button:focus {
  background: #fff;
}

.tns-outer button[data-controls=prev] {
  left: 0;
}

.tns-outer button[data-controls=prev]:before {
  content: "\e02b";
  font-size: 18px;
  position: absolute;
  top: 26px;
  left: 18px;
}

.tns-outer button[data-controls=next] {
  right: 0;
}

.tns-outer button[data-controls=next]:before {
  content: "\e02c";
  font-size: 18px;
  position: absolute;
  top: 26px;
  left: 22px;
}

.slide {
  position: relative;
  outline: 0;
}

.slider-carousel .slide {
  opacity: 0.5;
}

.slider-carousel .slide.show {
  opacity: 1;
}

.slider-carousel .slide.show .slide-content {
  opacity: 1;
}

.slider-carousel .slide.hide {
  opacity: 0.5;
  transition: opacity 0.2s linear;
}

.slider-carousel .slide.hide .slide-content {
  opacity: 0;
  transition: opacity 400ms;
}

.slider-carousel .slide .slide-content {
  opacity: 0;
}

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

.slide .slide-content .entry-title {
  padding: 0;
}

.slide .slide-content .read-more {
  margin-top: 20px;
}

.home-slider:not(.tns-slider) .slide:not(:nth-child(1)),
.feature-slider:not(.tns-slider) .slide:not(:nth-child(1)) {
  display: none;
}

/* Section titles
=================================== */

#site-section {
  text-align: center;
  border-bottom: solid 1px #ebebeb;
  padding: 30px 0;
}

#site-section h1,
#site-section h2,
#site-section h3 {
  margin-bottom: 0;
  letter-spacing: 10px;
}

/* Social Icons
=================================== */

.socials {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

.socials li {
  float: left;
}

.socials li a {
  display: block;
  font-size: 13px;
  padding: 2px 5px;
  margin-left: 5px;
}

.site-socials .socials {
  float: none;
  opacity: 0.3;
  transition: opacity 0.25s ease-in-out;
}

.site-socials .socials:hover {
  opacity: 1;
}

.site-socials .socials li {
  float: none;
}

.site-socials .socials li a {
  margin: 0;
  text-align: center;
  padding: 5px 10px;
  font-size: 16px;
}

.site-socials {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 10;
}

/* Site Tools
=================================== */

.site-tools {
  display: flex;
  align-items: center;
  position: relative;
}

.site-tools .global-search-form-trigger {
  margin-left: 10px;
  font-size: 13px;
}

.site-tools .global-search-form {
  position: absolute;
  top: 100%;
  right: 0;
  width: 400px;
  transform: translateY(-30%);
  transition: transform 0.25s ease, opacity 0.18s ease;
  padding: 10px;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.site-tools .global-search-form button.global-search-form-submit {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 10px 6px;
}

.site-tools .global-search-form-expanded {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.site-tools .global-search-input {
  display: block;
  height: 56px;
  font-size: 14px;
}

.site-tools .global-search-input::-webkit-search-cancel-button {
  display: none;
}

.site-tools .global-search-input::-moz-placeholder {
  font-size: 14px;
  letter-spacing: 0;
}

.site-tools .global-search-input::placeholder {
  font-size: 14px;
  letter-spacing: 0;
}

.site-tools .global-search-form-dismiss {
  background: none;
  position: absolute;
  width: 42px;
  height: 56px;
  top: calc(50% - 2px);
  right: 10px;
  transform: translateY(-50%);
  font-size: 26px;
  padding: 0;
  line-height: 0;
  opacity: 0.5;
  color: #000;
}

/* Entry Styles
=================================== */

.entry {
  margin: 0 0 30px;
  position: relative;
}

.entry figure:not(.gallery-item) {
  margin-bottom: 30px;
  position: relative;
}

.entry .fluid-width-video-wrapper {
  margin-bottom: 30px;
}

.entry-title {
  text-align: center;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 60px;
  letter-spacing: -0.025em;
}

.entry-title a:hover {
  color: #b49543;
}

.entry-meta {
  font-size: 14px;
  text-align: center;
  color: #545454;
  margin-bottom: 10px;
}

.entry-meta p {
  margin: 0;
}

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

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

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

.entry-category,
.entry-categories a {
  display: inline-block;
  color: #161616;
  font-weight: bold;
  margin-right: 10px;
}

.entry-category:last-child,
.entry-categories a:last-child {
  margin-right: 0;
}

.entry-comments-no {
  margin-left: 10px;
}

.entry-featured {
  margin: 30px 0 30px 0;
  position: relative;
}

.entry-featured iframe {
  margin-bottom: 0;
}

.entry-featured-actions {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 100;
  top: 15px;
  left: 15px;
  display: inline-block;
}

.entry-featured-actions li {
  float: left;
  border-radius: 30px;
}

.entry-featured-actions li.action-pin {
  background: #BB1928;
  margin-right: 5px;
}

.entry-featured-actions li.action-pin a:before {
  content: "\e04e";
}

.entry-featured-actions li.action-buy {
  background: #fff;
}

.entry-featured-actions li.action-buy a {
  color: #161616;
}

.entry-featured-actions li.action-buy a:before {
  content: "\e057";
}

.entry-featured-actions li a {
  display: block;
  padding: 5px 12px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  border-bottom: none;
}

.entry-featured-actions li a:before {
  font-family: "olsen-icons";
  margin: 0 3px 0 0;
  position: relative;
  top: 0;
  font-size: 11px;
}

.entry-content::after {
  content: "";
  display: table;
  clear: both;
}

.entry-content .opening {
  font-size: 15px;
}

.entry-content .opening p:first-child:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.entry-content p > a:not(.button) {
  border-bottom: solid 2px #111;
}

.entry-content .entry-counter-list {
  list-style: none;
  margin: 20px 0 25px 0;
  padding: 0;
  counter-reset: product-list;
}

.entry-content .entry-counter-list li {
  position: relative;
  border: solid 1px #ebebeb;
  margin: 0 0 -1px 0;
  padding: 8px 0 8px 30px;
}

.entry-content .entry-counter-list li:before {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 7px 5px 5px 5px;
  text-align: center;
  width: 30px;
  height: 30px;
  content: counter(product-list);
  counter-increment: product-list;
}

.entry-utils .read-more {
  float: right;
}

.entry-utils .socials {
  position: relative;
  background: #fff;
  z-index: 4;
  padding: 3px 3px 2px 0;
  margin-top: 2px;
  float: left;
}

.entry-utils .socials a {
  padding: 5px;
  margin: 0 5px 0 0;
}

.entry-utils .socials a:hover {
  color: #b49543;
}

.entry-utils:before {
  display: table;
  content: "";
  position: relative;
  top: 21px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ebebeb;
  z-index: 2;
}

.entry-blog-related {
  margin: 30px 0 40px 0;
}

.read-more {
  position: relative;
  top: -4px;
  display: inline-block;
  padding: 10px 15px;
  background: #fff;
  color: #b49543;
  border: solid 2px #ebebeb;
  font-size: 14px;
  font-weight: bold;
  z-index: 3;
}

.read-more:hover {
  border-color: #b49543;
  color: #161616;
}

.single .entry-utils,
.page .entry-utils {
  text-align: center;
  margin-bottom: 25px;
}

.single .entry-utils .socials,
.page .entry-utils .socials {
  float: none;
  display: inline-block;
  padding-left: 10px;
}

.single .entry-content,
.page .entry-content {
  margin-bottom: 10px;
}

.entry-list {
  position: relative;
}

.entry-list .entry-title {
  text-align: left;
  padding: 0;
  font-size: 23px;
}

.entry-list .entry-title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 15px;
}

.entry-list > .entry-featured {
  position: absolute;
  top: 5px;
  left: 0;
  width: 250px;
  margin: 0;
}

.entry-list .entry-meta {
  text-align: left;
}

.entry-list .entry-meta p {
  margin-bottom: 0;
}

.entry-list .entry-title,
.entry-list > .entry-meta,
.entry-list .entry-content {
  margin-left: 275px;
}

.entry-grid .entry-title {
  font-size: 19px;
  padding: 0;
}

.entry-author {
  margin-bottom: 30px;
  position: relative;
}

.entry-author figure.author-avatar {
  position: absolute;
  top: 5px;
  left: 0;
}

.entry-author figure.author-avatar img {
  display: inline-block;
}

.entry-author .author-details {
  margin-left: 115px;
}

.entry-author .socials {
  float: none;
  display: inline-block;
}

.entry-author .socials a {
  font-size: 18px;
  margin: 0 7px;
  padding: 0;
}

.entry-related .entry {
  margin-bottom: 0;
}

.entry-related .entry-title,
.entry-related .entry-meta {
  text-align: left;
  padding: 0;
}

.entry-related .entry-title {
  font-size: 16px;
  margin: 0;
}

.entry-related .entry-meta {
  margin-bottom: 10px;
}

.entry-related .entry-featured {
  margin: 0 0 15px 0;
}

.entry-tags,
.entry-brands {
  margin-bottom: 30px;
}

.entry-tags a,
.entry-brands a {
  display: inline-block;
  background: #ebebeb;
  color: #444;
  font-size: 14px;
  padding: 4px 10px;
  margin-right: 5px;
}

.entry-sig {
  font-size: 14px;
  color: #7e7e7e;
}

.entry-sig img {
  display: block;
  margin-top: 10px;
}

.entry-look {
  position: relative;
}

.entry-look .entry-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.33) 99%, rgba(0, 0, 0, 0.33) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#54000000",GradientType=0 );
}

.entry-look .entry-featured {
  margin: 0;
}

.entry-look .entry-wrap {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.entry-look .entry-wrap .entry-title,
.entry-look .entry-wrap .entry-meta {
  text-align: left;
  color: #fff;
}

.entry-look .entry-wrap .entry-title {
  padding: 0 30px 0 0;
  margin: 0;
  font-size: 15px;
}

.entry-look .entry-wrap .entry-title:after {
  background: transparent;
}

/* Pagination
=================================== */

#paging {
  font-size: 14px;
  margin: 0 0 30px 0;
  border: solid 1px #ebebeb;
}

#paging ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#paging ul li {
  display: inline-block;
}

#paging a,
#paging > span,
#paging li span {
  border-right: solid 1px #ebebeb;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 14px 18px;
  line-height: normal;
}

#paging a:hover,
#paging .current {
  background: #161616;
  color: #fff;
}

#paging .paging-standard {
  text-align: center;
  width: 50%;
  text-align: center;
}

#paging .paging-older {
  float: left;
  width: 50%;
}

#paging .paging-newer {
  float: right;
  border-right: 0;
}

/* Responsive embeds
=================================== */

.olsen-responsive-embed {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 30px;
}

.olsen-responsive-embed iframe,
.olsen-responsive-embed object,
.olsen-responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Justified Gallery
=================================== */

.entry-justified {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

.entry-justified .jg-entry {
  margin: 2px;
  cursor: pointer;
}

.entry-justified .jg-entry:hover {
  opacity: 0.9;
}

.entry-justified .jg-entry img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  vertical-align: middle;
}

.entry-justified::after {
  content: "";
  flex-grow: 99999;
  min-width: 25vw;
}

/* -----------------------------------------
	05. Footer
----------------------------------------- */

#main-wrap {
  position: relative;
  z-index: 1;
  background: #fff;
}

#footer {
  border-top: solid 1px #ebebeb;
  padding: 0;
  text-align: center;
}

#footer .widget:last-child {
  margin: 0;
}

#footer .site-bar {
  border-top: 0;
}

#footer .footer-copy {
  font-size: 10px;
  color: #7e7e7e;
  letter-spacing: 3px;
}

/* -----------------------------------------
   06. Comments
----------------------------------------- */

#comments {
  margin: 30px 0 0;
}

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

#comment-list ol {
  list-style: none;
}

#comment-list .comment-body {
  position: relative;
}

#comment-list > .comment:first-child > .comment-body {
  border-top: none;
}

#comment-list .comment-content ol {
  list-style: decimal;
}

#comment-list .comment-content > ul,
#comment-list .comment-content > ol {
  margin: 30px 0;
}

.post-comments {
  margin: 0 0 30px;
}

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

.comment-content {
  overflow: hidden;
  font-size: 14px;
}

.comment-metadata {
  font-size: 11px;
  margin: 0 0 5px;
}

.comment-metadata a {
  color: #7b7b7b;
}

.comment-reply-link {
  border-radius: 0;
  font-size: 13px;
  padding: 8px 10px;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.comment-author .fn {
  font-size: 13px;
}

.bypostauthor > article .fn:before {
  font-family: "olsen-icons";
  content: "\e064";
  margin: 0 5px 0 -2px;
  position: relative;
  top: -1px;
  font-size: 11px;
}

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

.form-allowed-tags,
.comment-notes {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(51, 51, 51, 0.8);
}

.comment-respond p {
  margin-bottom: 10px;
}

.comment-respond .form-submit {
  margin-bottom: 0;
}

.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond input[type=url] {
  width: 50%;
}

.comment-form-cookies-consent {
  line-height: normal;
  display: flex;
  align-items: center;
}

.comment-form-cookies-consent [type=checkbox] {
  margin: 0;
}

.comment-form-cookies-consent label {
  display: inline-block;
  margin: 0 0 0 8px;
  text-transform: none;
  cursor: pointer;
}

/* -----------------------------------------
	07. Widgets Styling
----------------------------------------- */

.sidebar {
  height: 100%;
}

.sidebar.sidebar-left {
  border-right: 1px solid #ebebeb;
}

.sidebars-right .sidebar.sidebar-left {
  border-right: 0;
  border-left: 1px solid #ebebeb;
}

.sidebars-right .sidebar.sidebar-left .widget {
  padding-right: 0;
  padding-left: 30px;
}

.sidebars-right .sidebar.sidebar-left.sidebar-left {
  padding-right: 0;
}

.sidebar.sidebar-left .widget {
  padding: 30px 30px 30px 0;
}

.sidebar.sidebar-left .widget.widget-attention {
  padding: 30px 25px 25px;
}

.sidebar.sidebar-right {
  border-left: 1px solid #ebebeb;
}

.sidebar.sidebar-right .widget {
  padding: 30px 0 30px 30px;
}

.sidebar.sidebar-right .widget.widget-attention {
  padding: 30px 25px 25px;
}

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

.sidebars-right .sidebar .widget {
  border-bottom: 0;
}

.widget {
  font-size: 13px;
  border-bottom: solid 1px #ebebeb;
  margin: 0;
}

.widget p {
  margin: 0 0 15px 0;
}

.widget.widget-attention {
  background: #111;
  color: #fff;
}

.widget.widget-attention .widget-title {
  background-color: #FFF;
  color: #111;
}

.sidebar .widget:last-child,
.widget p:last-child {
  /* Nullify bottom margin for last elements in widgets and sidebars */
  margin-bottom: 0;
}

.widget-title {
  font-weight: bold;
  text-align: center;
  background: #161616;
  color: #fff;
  font-size: 11px;
  padding: 13px 0;
  position: relative;
  margin-bottom: 20px;
}

.widget-title label {
  text-transform: none;
  display: block;
  font-size: inherit;
  margin: 0;
  line-height: inherit;
  font-weight: inherit;
}

.widgets-inset {
  margin-top: 30px;
}

.widgets-inset .widget {
  border-bottom: none;
  margin-bottom: 30px;
}

/* WIDGET: #List Widgets
========================================= */

.widget select {
  width: 100%;
  padding: 5px 10px;
  border-radius: 0;
  border: 1px solid #ececec;
}

.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_recent_entries ul ul {
  margin-left: 15px;
}

.widget_meta ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li {
  line-height: normal;
  display: block;
  position: relative;
}

.widget_meta ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #ececec;
}

.widget_meta ul li .count,
.widget_meta ul li .ci-count,
.widget_pages ul li .count,
.widget_pages ul li .ci-count,
.widget_categories ul li .count,
.widget_categories ul li .ci-count,
.widget_archive ul li .count,
.widget_archive ul li .ci-count,
.widget_nav_menu ul li .count,
.widget_nav_menu ul li .ci-count,
.widget_recent_entries ul li .count,
.widget_recent_entries ul li .ci-count {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  transition: all 0.18s ease;
  padding: 4px 3px;
}

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

.widget_recent_comments ul li {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #ececec;
}

.widget_pages select,
.widget_categories select,
.widget_archive select {
  display: block;
  width: 100%;
  padding: 6px 15px;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  font-weight: normal;
  border: 1px solid #ececec;
  background: #FFF;
}

/* WIDGET: #Search
========================================= */

.searchform > div {
  position: relative;
}

.searchform .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

/* WIDGET: #About
========================================= */

.widget_about {
  text-align: center;
}

.widget_about .widget_about_sig img {
  margin: 5px auto 0;
  display: block;
}

/* WIDGET: #Text Widget
========================================= */

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

/* WIDGET: #Calendar
================================================== */

#wp-calendar {
  width: 100%;
}

#wp-calendar a {
  font-weight: bold;
  font-style: italic;
}

#wp-calendar caption {
  text-align: left;
  margin-top: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
  padding: 9px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding: 8px;
}

#wp-calendar tbody td {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 3px;
}

#wp-calendar tbody td:hover {
  background: rgba(0, 0, 0, 0.1);
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* WIDGET: #Newsletter
================================================== */

.widget_ci_newsletter input[type=email] {
  text-align: center;
}

.widget_ci_newsletter input[type=submit] {
  width: 100%;
}

/* WIDGET: #Socials
================================================== */

.widget .socials {
  float: none;
  text-align: center;
}

.widget .socials li {
  float: none;
  display: inline-block;
}

.widget .socials li a {
  margin: 0 7px;
  padding: 0;
  font-size: 18px;
}

/* WIDGET: #Callout Widget
========================================= */

.ci-action-box {
  position: relative;
}

.ci-action-box .widget-title {
  background: none;
  font-weight: normal;
  color: #FFF;
  border: 0;
  margin: -12px 0 0;
  padding: 0;
  font-size: 18px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  letter-spacing: 0;
}

.ci-action-box .widget-title:after,
.ci-action-box .widget-title:before {
  display: none;
}

/* WIDGET: #Latest Posts
================================================== */

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

.widget_posts_list .entry {
  margin-bottom: 25px;
}

.widget_posts_list li:last-child .entry {
  margin-bottom: 0;
}

.widget_posts_list .entry-meta {
  margin: 0 0 10px 0;
  text-align: left;
}

.widget_posts_list .entry-featured {
  margin-bottom: 15px;
  margin-top: 10px;
}

.widget_posts_list .entry-title {
  font-size: 14px;
  text-align: left;
  margin: 0;
  padding: 0;
}

.widget_posts_list.widget_posts_list_alt li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  min-height: 65px;
  border-bottom: solid 1px #ececec;
}

.widget_posts_list.widget_posts_list_alt li:last-child {
  margin-bottom: 0;
}

.widget_posts_list.widget_posts_list_alt .entry {
  margin: 0;
}

.widget_posts_list.widget_posts_list_alt .entry-title,
.widget_posts_list.widget_posts_list_alt .entry-meta {
  margin-left: 95px;
}

.widget_posts_list.widget_posts_list_alt .entry-meta {
  line-height: 1;
  margin-bottom: 5px;
}

.widget_posts_list.widget_posts_list_alt .entry-featured {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  padding: 0;
  margin: 0;
}

/* -----------------------------------------
	08. WordPress Defaults
----------------------------------------- */

/* WordPress Galleries
=================================== */

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 15px;
}

.gallery-item {
  margin-bottom: 10px;
}

.gallery-item img {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 100%;
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 50%;
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 25%;
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 20%;
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 0 5px;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: calc(100% - 10px);
  transition: opacity 0.18s ease;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* WordPress Classes
=================================== */

/* Alignment */

.alignnone {
  margin: 5px 0 20px 0;
}

p .alignnone {
  margin-bottom: 0;
}

.aligncenter {
  display: block;
  margin: 7px auto 7px auto;
}

.alignright {
  float: right;
  margin: 7px 0 7px 24px;
}

.alignleft {
  float: left;
  margin: 7px 24px 7px 0;
}

/* Captions */

.wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 3px 0 5px;
  padding: 5px 0 0 0;
  text-align: left;
}

/* -----------------------------------------
	08b. Block editor styles
----------------------------------------- */

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

.entry-content > [class^=wp-block-],
.entry > [class^=wp-block-],
.wp-block-column > [class^=wp-block-] {
  margin-bottom: 30px;
}

.entry-content .wp-block-audio {
  margin-bottom: 1.5em;
}

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

.entry-content .wp-block-audio figcaption {
  color: inherit;
  opacity: 0.7;
}

.entry-content .wp-block-video {
  margin-bottom: 1.5em;
}

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

.entry-content .wp-block-video figcaption {
  color: inherit;
  opacity: 0.7;
}

/* Embed blocks
=================================== */

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

.wp-block-embed figcaption {
  color: inherit;
  opacity: 0.7;
}

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

.wp-block-image figcaption {
  color: inherit;
  opacity: 0.7;
}

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

.wp-block-separator {
  margin: 30px 0;
}

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

.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
  padding: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
  color: inherit;
  opacity: 0.7;
}

/* Latest Posts Block
=================================== */

.wp-block-latest-posts {
  list-style: none;
  padding: 0;
}

.wp-block-latest-posts li {
  margin-bottom: 15px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: inherit;
  opacity: 0.7;
}

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

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

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

/* Columns Block
=================================== */

.wp-block-column :last-child {
  margin-bottom: 0;
}

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

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  background: none;
  font-style: normal;
}

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

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

.wp-block-pullquote {
  padding: 0;
  font-style: normal;
}

.wp-block-pullquote blockquote {
  font-style: normal;
  padding: 0;
  border: 0;
}

/* -----------------------------------------
	09. Mobile menu
----------------------------------------- */

/* -----------------------------------------
	Mobile Navigation
----------------------------------------- */

.mobile-nav-open {
  overflow: hidden;
}

.navigation-mobile-wrap {
  background-color: #F5F5F5;
  color: #333;
  padding: 0 15px;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease;
}

.mobile-nav-open .navigation-mobile-wrap {
  opacity: 1;
  visibility: visible;
}

.admin-bar .navigation-mobile-wrap {
  top: 46px;
  padding-bottom: 46px;
}

.navigation-mobile {
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #333;
}

.navigation-mobile li {
  list-style: none;
  width: 100%;
  position: relative;
}

.navigation-mobile li ul {
  display: none;
}

.navigation-mobile .menu-item-expanded > ul {
  display: block;
}

.navigation-mobile .menu-item-expanded > .menu-item-sub-menu-toggle::before {
  transform: rotate(180deg);
}

.navigation-mobile a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #ececec;
  padding: 15px 45px 15px 0;
  display: block;
  font-weight: 700;
  color: currentColor;
}

.navigation-mobile-dismiss {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #ececec;
  padding: 14px;
  text-align: right;
  font-weight: 700;
  color: #333;
}

.navigation-mobile-dismiss:hover,
.navigation-mobile-dismiss:focus {
  color: #333;
}

.navigation-mobile-dismiss::after {
  content: "×";
  font-size: 1.5rem;
  margin-left: 5px;
}

.menu-item-sub-menu-toggle {
  height: auto;
  width: auto;
  background: none;
  box-shadow: none;
  display: block;
  flex: none;
  padding: 15px 15px;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  font-size: 15px;
  color: #333 !important;
  background-color: transparent !important;
}

.menu-item-sub-menu-toggle:focus {
  outline: 1px dotted currentColor;
}

.menu-item-sub-menu-toggle::before {
  display: inline-block;
  content: "\e00a";
  font-family: "olsen-icons";
  transition: transform 0.18s ease;
}

/* -----------------------------------------
	10. External Plugins
----------------------------------------- */

/* Jetpack Sharing */

.sharedaddy {
  margin-top: 30px;
}

/* Elementor */

.elementor .entry {
  margin-bottom: 0;
}

.elementor .entry a {
  border: none;
}

.elementor .entry .read-more {
  border: solid 2px #ebebeb;
}

.elementor .entry .justified-gallery img {
  opacity: 1;
}

.elementor .entry .entry-utils .socials {
  float: left;
}

.elementor.elementor-edit-mode .feature-slider .slide {
  display: none;
}

.elementor.elementor-edit-mode .feature-slider .slide:first-of-type {
  display: block;
}

/* Mailchimp Widget */

.mc4wp-form p {
  margin-bottom: 5px;
}

.mc4wp-form input[type=email] {
  padding: 6px 15px;
}

.mc4wp-form input[type=submit] {
  width: 100%;
}

/* WPZOOM Social Feed Widget */

.footer-widget-area {
  padding-top: 30px;
}

.footer-widget-area .widget {
  padding: 0;
  margin: 0;
  border: none;
}

.footer-widget-area .widget-title {
  display: none;
}

.zoom-instagram-widget .zoom-instagram-widget__items {
  padding: 0;
  margin: 0;
}

.zoom-instagram-widget .zoom-instagram-widget__items .zoom-instagram-widget__item {
  margin: 0 !important;
}

.zoom-instagram-widget .zoom-instagram-widget__follow-me a {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.18s background-color ease, color 0.18s ease, 0.18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  background-image: none;
  padding: 12px 25px 11px;
  font-size: 11px;
  background: #b49543;
  color: #FFF !important;
}

.zoom-instagram-widget .zoom-instagram-widget__follow-me a:active {
  outline: none;
}

.zoom-instagram-widget .zoom-instagram-widget__follow-me a:hover {
  background: #161616;
  color: #FFF;
  text-decoration: none;
}

.zoom-instagram-widget .zoom-instagram-widget__follow-me a:focus {
  outline: none;
}

.sidebar .zoom-instagram-widget .zoom-instagram-widget__items {
  display: flex;
  flex-flow: row wrap;
}

.sidebar .zoom-instagram-widget .zoom-instagram-widget__items .zoom-instagram-widget__item {
  flex: 1 1 33.33%;
}

.sidebar .zoom-instagram-widget .zoom-instagram-widget__items .zoom-instagram-widget__item a {
  width: 100% !important;
}

.footer-widget-area .zoom-instagram-widget .zoom-instagram-widget__item a {
  width: 127px !important;
  height: 127px !important;
  display: inline-block;
}

.footer-widget-area .zoom-instagram-widget .zoom-instagram-widget__follow-me {
  display: none;
}

/* -----------------------------------------
	11. Global Mediaqueries
----------------------------------------- */

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 540px;
    max-width: 100%;
  }

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

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

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

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .gallery {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gallery-columns-1 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-2 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-3 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-4 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-5 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-6 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-7 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-8 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-9 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 750px;
    max-width: 100%;
  }

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

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

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

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .gallery {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gallery-columns-1 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-2 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-3 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-4 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-5 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-6 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-7 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-8 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-9 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 970px;
    max-width: 100%;
  }

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

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

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

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .gallery {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gallery-columns-1 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-2 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-3 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-4 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-5 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-6 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-7 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-8 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-9 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 1040px;
    max-width: 100%;
  }

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

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

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

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .gallery {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gallery-columns-1 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-2 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-3 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-4 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-5 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-6 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-7 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-8 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-9 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (max-width: 991px) {
  input,
  textarea {
    width: 100%;
  }

  #comment-list ol {
    margin: 0;
    padding: 0;
  }

  .comment-author .avatar {
    display: none;
  }

  .comment-reply-link {
    margin: 0;
  }

  .gallery-columns-6 .gallery-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .gallery-columns-7 .gallery-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .gallery-columns-8 .gallery-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .gallery-columns-9 .gallery-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .site-socials {
    display: none;
  }

  .site-bar.is_stuck {
    position: static !important;
  }

  .site-bar.is_stuck + div {
    display: none !important;
  }

  .navigation > li > a {
    margin-right: 15px;
  }

  #masthead .navigation {
    display: none;
  }

  .mobile-nav-trigger {
    display: inline-block;
  }

  .sidebar.sidebar-left,
  .sidebar.sidebar-right {
    border: none !important;
  }

  .sidebar.sidebar-left .widget,
  .sidebar.sidebar-right .widget {
    padding: 0 0 30px;
  }

  .sidebar.sidebar-left .widget.widget-attention,
  .sidebar.sidebar-right .widget.widget-attention {
    margin-bottom: 30px;
  }

  .sidebars-right .sidebar.sidebar-left .widget,
  .sidebars-right .sidebar.sidebar-right .widget {
    padding: 0 0 30px;
  }

  .slide .slide-content {
    min-width: 450px;
    padding: 25px;
  }

  .top-bar.mobile-empty {
    display: none;
  }

  #footer .site-bar {
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-tools .global-search-form-expanded {
    transform: translateY(46px);
  }
}

@media (max-width: 767px) {
  .site-tools .global-search-form {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
  }

  .site-tools .global-search-form-expanded {
    transform: translateY(0);
  }

  .gallery-columns-1 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .gallery-columns-3 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-4 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-5 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-6 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-7 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-8 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-9 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  body {
    font-size: 18px;
  }

  .site-bar .nav,
  .site-bar .site-tools {
    justify-content: center;
  }

  .slide .slide-content {
    min-width: 100%;
    position: static;
    transform: none;
    opacity: 1 !important;
  }

  .tns-outer {
    max-height: 100%;
  }

  .tns-outer button {
    top: 28%;
  }

  .tns-outer .tns-controls {
    position: absolute;
    top: 0;
    right: 0;
  }

  .tns-outer .tns-controls button {
    position: relative;
    top: auto;
    transform: none;
    left: auto;
    right: auto;
    display: inline-block;
  }

  .tns-outer#home-slider-carousel-ow .tns-controls {
    right: 15px;
  }

  .entry-title {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .top-bar {
    justify-content: center;
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .entry-justified {
    flex-direction: column;
  }

  .entry-justified a {
    width: 100% !important;
  }
}