/*

You can compile styles using any online compilers: http://lesscss.org/tools/#online-less-compilers
Or any other third-party compilers: http://lesscss.org/tools/#third-party-compilers

*/
/* Normalizing Styles */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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;
}
/* Adding Font Awesome */
/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-aws:before {
  content: "\f375";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-moon:before {
  content: "\f186";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-plane:before {
  content: "\f072";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-random:before {
  content: "\f074";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skynorway7:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-train:before {
  content: "\f238";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/*bekento_less*/
/* Importing Settings */
/* Settings and Basic styles */
/* Common classes used for styling */
.animate {
  transition: all 250ms ease-in-out;
}
.cover {
  background-size: cover;
  background-position: center center;
}
.text-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.has-white-color {
  color: #fff;
}
.has-black-color {
  color: #111;
}
.has-gray-color {
  color: #f8f8f7;
}
.has-white-background-color {
  background-color: #fff;
}
.has-black-background-color {
  background-color: #111;
}
.has-gray-background-color {
  background-color: #f8f8f7;
}
/* Basic Styles */
/* Html Box-sizing */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* List reset */
header ol,
footer ol,
.responsive-nav ol,
section.widget ol,
header ul,
footer ul,
.responsive-nav ul,
section.widget ul,
header li,
footer li,
.responsive-nav li,
section.widget li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Main */
body,
html {
  height: 100%;
  overflow: visible;
}
body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
p,
center {
  line-height: 170%;
}
/* Headings styling and typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  line-height: 140%;
}
h1 {
  font-size: 46px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}
/* Fit elements in blocks */
figure {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
img,
iframe {
  max-width: 100%;
}
iframe {
  display: block;
}
iframe img {
  max-width: none;
}
pre {
  white-space: pre-wrap;
}
table {
  border-collapse: collapse;
}
.screen-reader-text {
  display: none;
}
/* Input, select, textarea */
button,
input[type='submit'] {
  cursor: pointer;
  outline: none;
}
button:hover,
input[type='submit']:hover,
button:active,
input[type='submit']:active,
button:focus,
input[type='submit']:focus {
  outline: none;
}
button {
  padding: 0;
  border: 0;
}
textarea,
input,
select {
  border: 0;
  padding: 15px 15px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 100%;
  border-radius: 5px;
  transition: all 250ms ease-in-out;
}
textarea:focus,
input:focus,
select:focus {
  outline: none;
}
textarea:disabled,
input:disabled,
select:disabled {
  opacity: 0.3 !important;
  cursor: default !important;
}
textarea,
input:not([type="submit"]),
select {
  border: 3px solid transparent;
}
input[type='submit'],
a.button,
.default-button,
button.button,
.wp-block-button .wp-block-button__link:not( .has-text-color ) {
  color: #fff !important;
}
input[type='submit']:hover,
a.button:hover,
.default-button:hover,
button.button:hover,
.wp-block-button .wp-block-button__link:not( .has-text-color ):hover {
  color: #fff !important;
}
input[type='submit'],
a.button,
.default-button,
button.button,
.wp-block-button .wp-block-button__link {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  border: 0;
  padding: 12px 24px;
  border-radius: 6px;
  margin: 0 0 5px 0;
  width: auto;
  text-decoration: none !important;
  line-height: 1.8;
  position: relative;
  transition: all 250ms ease-in-out;
}
input[type='submit']:hover,
a.button:hover,
.default-button:hover,
button.button:hover,
.wp-block-button .wp-block-button__link:hover {
  opacity: 0.8;
}
input[type='submit']:focus,
a.button:focus,
.default-button:focus,
button.button:focus,
.wp-block-button .wp-block-button__link:focus {
  outline: none;
  border: 0;
}
input[type='submit'] .fa,
a.button .fa,
.default-button .fa,
button.button .fa,
.wp-block-button .wp-block-button__link .fa {
  margin: 0 5px 0 0;
}
.default-button-small,
button.default-button-small,
a.default-button-small {
  padding: 8px 22px;
}
/* Body Background */
.body-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  will-change: transform;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* Wrapper */
.wrapper {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 740px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .wrapper header.header-main,
  .wrapper footer.footer-main,
  .wrapper .top-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Social icons */
.social-wrap {
  font-size: 20px;
}
.social-wrap a {
  transition: all 250ms ease-in-out;
  display: inline-block;
  margin: 0 7px 10px 7px;
}
.social-wrap a:last-child {
  margin-right: 0px;
}
.social-wrap a:first-child {
  margin-left: 0px;
}
@media (max-width: 700px) {
  .social-wrap a {
    margin: 0 10px 10px 10px;
  }
}
/* social icons */
/* Post Title */
.post-title {
  word-wrap: break-word;
}
/* Empty category */
.empty-cat-wrap {
  min-height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 740px) {
  .empty-cat-wrap {
    min-height: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.empty-cat {
  text-align: center;
  flex: 1;
}
.empty-cat h2 {
  padding: 0;
  margin: 0 0 20px 0;
}
.empty-cat .searchform {
  margin: 0 0 20px 0;
}
.empty-cat .searchform input {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 700px;
  width: 80%;
  text-align: center;
}
.fourofour {
  font-size: 160px;
  line-height: 100%;
  margin: 50px 0;
  padding: 0;
}
@media (max-width: 500px) {
  .fourofour {
    font-size: 140px;
  }
}
/* Required password */
article.post-password-required .comments-count {
  display: none;
}
article.post-password-required input[type='submit'] {
  display: block;
  margin: 15px 0 30px 0;
}
/* Post category & tags */
.post-tags a,
.widget_tag_cloud a,
.post-category a {
  transition: all 250ms ease-in-out;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-size: 16px !important;
  margin: 0 3px 5px 3px;
  font-weight: 600;
  border-radius: 36px;
  padding: 8px 15px;
  line-height: 1;
}
.post-tags a:first-child,
.widget_tag_cloud a:first-child,
.post-category a:first-child {
  margin-left: 0;
}
.post-tags a:last-child,
.widget_tag_cloud a:last-child,
.post-category a:last-child {
  margin-right: 0;
}
.post-tags a:hover,
.widget_tag_cloud a:hover,
.post-category a:hover {
  opacity: 0.8;
}
.theme-body.colored_categories .post-tags a,
.theme-body.colored_categories .widget_tag_cloud a,
.theme-body.colored_categories .post-category a {
  color: #fff !important;
}
.theme-body:not(.colored_categories) .post-tags a,
.theme-body:not(.colored_categories) .widget_tag_cloud a,
.theme-body:not(.colored_categories) .post-category a {
  padding: 0;
  background: transparent !important;
  margin-left: 7px;
  margin-right: 7px;
}
.theme-body:not(.colored_categories) .post-tags a:first-child,
.theme-body:not(.colored_categories) .widget_tag_cloud a:first-child,
.theme-body:not(.colored_categories) .post-category a:first-child {
  margin-left: 0;
}
.theme-body:not(.colored_categories) .post-tags a:last-child,
.theme-body:not(.colored_categories) .widget_tag_cloud a:last-child,
.theme-body:not(.colored_categories) .post-category a:last-child {
  margin-right: 0;
}
.theme-body:not(.colored_categories) .content .post-tags a,
.theme-body:not(.colored_categories) .content .widget_tag_cloud a,
.theme-body:not(.colored_categories) .content .post-category a {
  text-shadow: none;
}
/* Post-meta */
.post-meta {
  line-height: 170%;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.post-meta a {
  transition: all 250ms ease-in-out;
}
.post-meta .post-date-min {
  display: inline;
}
.post-meta .post-date {
  display: none;
}
.post-meta > div > span:before {
  content: ' \00B7 ';
  margin-left: 5px;
  margin-right: 5px;
}
.post-meta > div > span:first-child:before {
  content: '';
  margin-right: 0;
  margin-left: 0;
}
/* Default paginator (Older posts, newer posts) */
nav.navigation {
  font-size: 14px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
@media (max-width: 740px) {
  nav.navigation {
    text-align: center;
  }
}
nav.navigation .nav-links {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 20px;
}
nav.navigation .current {
  color: #fff;
}
nav.navigation .next,
nav.navigation .prev {
  margin-left: 10px;
}
nav.navigation .current,
nav.navigation span,
nav.navigation a:not( .next ):not( .prev ) {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  border-radius: 6px;
}
/* Author-bio */
.author-bio .people {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.author-bio .person {
  flex: 0 0 49%;
  margin-bottom: 50px;
  display: flex;
}
.author-bio .person .picture {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
}
.author-bio .person .text {
  flex: 1 1 50%;
  margin-left: 25px;
  margin-right: 15px;
}
.author-bio .person .name {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 24px;
}
.author-bio .person .name a {
  transition: all 250ms ease-in-out;
}
.author-bio .person:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}
.author-bio .person:nth-child(even) .text {
  margin-right: 25px;
  margin-left: 15px;
}
.author-bio .person:only-child {
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
  align-items: center;
  text-align: left;
  max-width: 700px;
  flex: 1;
}
.author-bio .person:only-child .text {
  margin-right: 0;
  margin-left: 25px;
}
.author-bio .person .social-wrap a {
  margin: 0 10px;
}
.author-bio .person .social-wrap a:last-child {
  margin-right: 0px;
}
.author-bio .person .social-wrap a:first-child {
  margin-left: 0px;
}
@media (max-width: 930px) {
  .author-bio .person {
    display: block;
    margin-bottom: 45px;
  }
  .author-bio .person:last-child {
    margin-bottom: 50px;
  }
  .author-bio .person .picture {
    margin-bottom: 30px;
  }
  .author-bio .person .text {
    margin-left: 0;
    margin-right: 0;
  }
  .author-bio .person:nth-child(even) .picture {
    margin-left: auto;
  }
  .author-bio .person:nth-child(even) .text,
  .author-bio .person:nth-child(odd) .text,
  .author-bio .person:only-child .text {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 740px) {
  .author-bio .person {
    flex: 1 1 100%;
  }
  .author-bio .person:nth-child(even),
  .author-bio .person:nth-child(odd),
  .author-bio .person:only-child {
    text-align: center;
  }
  .author-bio .person:nth-child(even) .text,
  .author-bio .person:nth-child(odd) .text,
  .author-bio .person:only-child .text {
    margin-right: auto;
    margin-left: 0;
  }
  .author-bio .person:nth-child(even) .picture,
  .author-bio .person:nth-child(odd) .picture,
  .author-bio .person:only-child .picture {
    margin-right: auto;
    margin-left: auto;
  }
}
/* author-bio */
.infinite-scroll-spinner {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}
.infinite-scroll-spinner:before,
.infinite-scroll-spinner:after {
  content: "";
  display: block;
  position: absolute;
  border-width: 10px;
  border-style: solid;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
}
@keyframes scale-2 {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.infinite-scroll-spinner:before {
  animation: scale-2 1s linear 0s infinite;
}
.infinite-scroll-spinner:after {
  opacity: 0;
  animation: scale-2 1s linear 0.5s infinite;
}
.meta-over-image {
  font-size: 13px;
  transition: all 300ms ease-in-out;
  opacity: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 50%);
  line-height: 28px;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  padding: 0 10px;
}
.meta-over-image i {
  margin-right: 1px;
}
.meta-over-image span {
  margin: 0 5px;
}
/* Coloring */
/* Inputs */
/* Post meta */
/* Nav */
/* theme-menu */
/* Post */
/* Widgets */
.theme-body.c-default .content {
  color: #000;
}
.theme-body.c-default .content a:not( .wp-block-button__link ) {
  color: #000;
}
.theme-body.c-default .content h1,
.theme-body.c-default .content h2,
.theme-body.c-default .content h3,
.theme-body.c-default .content h4,
.theme-body.c-default .content h5,
.theme-body.c-default .content h6 {
  color: #000;
}
.theme-body.c-default .content label {
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .content .grid-item article .audio-bars {
  background: #fff;
}
.theme-body.c-default .content .grid-item article .audio-bars .audio-bar {
  background: #000;
}
.theme-body.c-default .content .grid-item article.format-video .post-image-wrap:after,
.theme-body.c-default .content .grid-item article.format-quote .post-image-wrap:after,
.theme-body.c-default .content .grid-item article.format-chat .post-image-wrap:after {
  background: #fff;
  color: #000;
}
.theme-body.c-default .content .grid-item article .post-meta-min {
  background: #fff;
  color: #000;
}
.theme-body.c-default .content .grid-item article.format-quote .post-image-cover span i,
.theme-body.c-default .content .grid-item article.format-chat .post-image-cover span i {
  background: #fff;
  color: #000;
}
.theme-body.c-default .content textarea,
.theme-body.c-default .content input:not([type="submit"]),
.theme-body.c-default .content select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0.8;
  color: #000;
  background: #fff;
}
.theme-body.c-default .content textarea:focus,
.theme-body.c-default .content input:not([type="submit"]):focus,
.theme-body.c-default .content select:focus {
  opacity: 1;
  background: #fff;
}
.theme-body.c-default .content ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
  opacity: 0.5;
}
.theme-body.c-default .content :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 0.5;
}
.theme-body.c-default .content ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 0.5;
}
.theme-body.c-default .content :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
  opacity: 0.5;
}
.theme-body.c-default .content article .author-bio {
  background: #f8f8f7;
}
.theme-body.c-default .content .wp-block-image figcaption,
.theme-body.c-default .content .wp-block-gallery .blocks-gallery-image figcaption,
.theme-body.c-default .content .wp-block-gallery .blocks-gallery-item figcaption {
  background: #fff;
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .content .widget.widget_calendar thead {
  background: #f8f8f7;
}
.theme-body.c-default .content .widget.widget_calendar tbody div {
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .content .widget.widget_calendar #prev a,
.theme-body.c-default .content .widget.widget_calendar #next a {
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .content .widget.widget_calendar #today div {
  color: #000;
  background: #fff;
}
.theme-body.c-default .content .widget.widget_calendar a:hover {
  opacity: 0.8;
}
.theme-body.c-default .content .widget.widget_recent_entries li,
.theme-body.c-default .content .widget.widget_pages li,
.theme-body.c-default .content .widget.widget_categories li,
.theme-body.c-default .content .widget.widget_recent_comments li,
.theme-body.c-default .content .widget.widget_meta li,
.theme-body.c-default .content .widget.widget_archive li,
.theme-body.c-default .content .widget.PI_SimpleTwitterTweets li,
.theme-body.c-default .content .widget.widget_rss li,
.theme-body.c-default .content .widget.widget_nav_menu li,
.theme-body.c-default .content .widget.widget_rating_filter li,
.theme-body.c-default .content .widget.widget_product_categories li,
.theme-body.c-default .content .widget.widget_layered_nav_filters li,
.theme-body.c-default .content .widget.widget_layered_nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .content .widget.widget_recent_entries li:last-child,
.theme-body.c-default .content .widget.widget_pages li:last-child,
.theme-body.c-default .content .widget.widget_categories li:last-child,
.theme-body.c-default .content .widget.widget_recent_comments li:last-child,
.theme-body.c-default .content .widget.widget_meta li:last-child,
.theme-body.c-default .content .widget.widget_archive li:last-child,
.theme-body.c-default .content .widget.PI_SimpleTwitterTweets li:last-child,
.theme-body.c-default .content .widget.widget_rss li:last-child,
.theme-body.c-default .content .widget.widget_nav_menu li:last-child,
.theme-body.c-default .content .widget.widget_rating_filter li:last-child,
.theme-body.c-default .content .widget.widget_product_categories li:last-child,
.theme-body.c-default .content .widget.widget_layered_nav_filters li:last-child,
.theme-body.c-default .content .widget.widget_layered_nav li:last-child {
  border-bottom: 0;
}
.theme-body.c-default .content .widget.widget_recent_entries li ul,
.theme-body.c-default .content .widget.widget_pages li ul,
.theme-body.c-default .content .widget.widget_categories li ul,
.theme-body.c-default .content .widget.widget_recent_comments li ul,
.theme-body.c-default .content .widget.widget_meta li ul,
.theme-body.c-default .content .widget.widget_archive li ul,
.theme-body.c-default .content .widget.PI_SimpleTwitterTweets li ul,
.theme-body.c-default .content .widget.widget_rss li ul,
.theme-body.c-default .content .widget.widget_nav_menu li ul,
.theme-body.c-default .content .widget.widget_rating_filter li ul,
.theme-body.c-default .content .widget.widget_product_categories li ul,
.theme-body.c-default .content .widget.widget_layered_nav_filters li ul,
.theme-body.c-default .content .widget.widget_layered_nav li ul {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-body.c-default .content .widget.widget_recent_entries li a,
.theme-body.c-default .content .widget.widget_pages li a,
.theme-body.c-default .content .widget.widget_categories li a,
.theme-body.c-default .content .widget.widget_recent_comments li a,
.theme-body.c-default .content .widget.widget_meta li a,
.theme-body.c-default .content .widget.widget_archive li a,
.theme-body.c-default .content .widget.PI_SimpleTwitterTweets li a,
.theme-body.c-default .content .widget.widget_rss li a,
.theme-body.c-default .content .widget.widget_nav_menu li a,
.theme-body.c-default .content .widget.widget_rating_filter li a,
.theme-body.c-default .content .widget.widget_product_categories li a,
.theme-body.c-default .content .widget.widget_layered_nav_filters li a,
.theme-body.c-default .content .widget.widget_layered_nav li a {
  border-bottom: 1px solid transparent;
  color: #000;
}
.theme-body.c-default .content .widget.widget_recent_entries li a:hover,
.theme-body.c-default .content .widget.widget_pages li a:hover,
.theme-body.c-default .content .widget.widget_categories li a:hover,
.theme-body.c-default .content .widget.widget_recent_comments li a:hover,
.theme-body.c-default .content .widget.widget_meta li a:hover,
.theme-body.c-default .content .widget.widget_archive li a:hover,
.theme-body.c-default .content .widget.PI_SimpleTwitterTweets li a:hover,
.theme-body.c-default .content .widget.widget_rss li a:hover,
.theme-body.c-default .content .widget.widget_nav_menu li a:hover,
.theme-body.c-default .content .widget.widget_rating_filter li a:hover,
.theme-body.c-default .content .widget.widget_product_categories li a:hover,
.theme-body.c-default .content .widget.widget_layered_nav_filters li a:hover,
.theme-body.c-default .content .widget.widget_layered_nav li a:hover {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .content .widget.widget_post_views_counter_list_widget .post-thumbnail:before,
.theme-body.c-default .content .widget.bekento_thumbnail_recent_posts .post-thumbnail:before {
  background: #fff;
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .content .widget.widget_post_views_counter_list_widget .post-title span,
.theme-body.c-default .content .widget.bekento_thumbnail_recent_posts .post-title span {
  border-bottom: 1px solid transparent;
}
.theme-body.c-default .content .widget.widget_post_views_counter_list_widget .post-title span:hover,
.theme-body.c-default .content .widget.bekento_thumbnail_recent_posts .post-title span:hover {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .content .widget.widget_post_views_counter_list_widget ul:not(.show_images) li .post-thumbnail:before,
.theme-body.c-default .content .widget.bekento_thumbnail_recent_posts ul:not(.show_images) li .post-thumbnail:before {
  background: #f8f8f7;
}
.theme-body.c-default .content .widget.widget_post_views_counter_list_widget ul.show_images li .post-thumbnail .marker,
.theme-body.c-default .content .widget.bekento_thumbnail_recent_posts ul.show_images li .post-thumbnail .marker {
  background: #fff;
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .content .widget.null-instagram-feed .instagram-meta {
  background: #fff;
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .content nav.navigation a {
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .content nav.navigation a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .content .comments #respond label {
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .content .comments .comment-notes,
.theme-body.c-default .content .comments .logged-in-as {
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .content .comments .comment-notes a,
.theme-body.c-default .content .comments .logged-in-as a {
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .content .comments .children {
  border-left: 3px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1000px) {
  .theme-body.c-default .content .comments .children {
    border-left: 0;
  }
}
.theme-body.c-default .content .comments .reply a {
  text-shadow: none;
  font-weight: 400;
  background: #f8f8f7;
  color: rgba(0, 0, 0, 0.7) !important;
}
.theme-body.c-default .content .comments .comment-meta a {
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .content .post-meta {
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .content .post-meta a {
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid transparent;
}
.theme-body.c-default .content .post-meta a:hover {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .content .post-meta span:before {
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .content-singular article .post-content hr:not( .is-style-dots ),
.theme-body.c-default .content-singular article .comment-body hr:not( .is-style-dots ) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-body.c-default .content-singular article .post-content pre:not( .wp-block-verse ),
.theme-body.c-default .content-singular article .comment-body pre:not( .wp-block-verse ) {
  border-left: 5px solid rgba(0, 0, 0, 0.1);
  background: #f8f8f7;
}
.theme-body.c-default .content-singular article .post-content code,
.theme-body.c-default .content-singular article .comment-body code {
  background: #fff;
}
.theme-body.c-default .content-singular article .post-content .wp-block-quote,
.theme-body.c-default .content-singular article .comment-body .wp-block-quote {
  border-top: 20px solid #f8f8f7 !important;
}
.theme-body.c-default .content-singular article .post-content figcaption,
.theme-body.c-default .content-singular article .comment-body figcaption {
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .content-singular article .post-content table th,
.theme-body.c-default .content-singular article .comment-body table th {
  background: #f8f8f7;
  color: #000;
}
.theme-body.c-default .content-singular article .post-content table thead td,
.theme-body.c-default .content-singular article .comment-body table thead td,
.theme-body.c-default .content-singular article .post-content table thead th,
.theme-body.c-default .content-singular article .comment-body table thead th {
  background: #f8f8f7;
  color: #000;
}
.theme-body.c-default .content-singular article .post-content table tbody:only-child,
.theme-body.c-default .content-singular article .comment-body table tbody:only-child {
  /* Some tables don't have thead :( */
}
.theme-body.c-default .content-singular article .post-content table tbody:only-child tr:first-child td,
.theme-body.c-default .content-singular article .comment-body table tbody:only-child tr:first-child td,
.theme-body.c-default .content-singular article .post-content table tbody:only-child tr:first-child th,
.theme-body.c-default .content-singular article .comment-body table tbody:only-child tr:first-child th {
  background: #f8f8f7;
  color: #000;
}
.theme-body.c-default .content-singular article .post-content table tbody:only-child tr:nth-child(odd),
.theme-body.c-default .content-singular article .comment-body table tbody:only-child tr:nth-child(odd) {
  background: #f8f8f7;
}
.theme-body.c-default .content-singular article .post-content table tbody:only-child tr:nth-child(even),
.theme-body.c-default .content-singular article .comment-body table tbody:only-child tr:nth-child(even) {
  background: #fff;
}
.theme-body.c-default .content-singular article .post-content table tbody tr:nth-child(even),
.theme-body.c-default .content-singular article .comment-body table tbody tr:nth-child(even) {
  background: #f8f8f7;
}
.theme-body.c-default .content-singular article .post-content table tbody tr:nth-child(odd),
.theme-body.c-default .content-singular article .comment-body table tbody tr:nth-child(odd) {
  background: #fff;
}
.theme-body.c-default .content-singular article .post-content .wp-block-subhead,
.theme-body.c-default .content-singular article .comment-body .wp-block-subhead {
  color: #000;
}
.theme-body.c-default .content-singular article .post-content .wp-caption,
.theme-body.c-default .content-singular article .comment-body .wp-caption,
.theme-body.c-default .content-singular article .post-content .wp-caption-text,
.theme-body.c-default .content-singular article .comment-body .wp-caption-text,
.theme-body.c-default .content-singular article .post-content .gallery-caption,
.theme-body.c-default .content-singular article .comment-body .gallery-caption {
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .content-singular .post-header-big {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-body.c-default .post-share .share-buttons {
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .post-share .share-buttons a {
  color: #fff;
}
.theme-body.c-default .post-share .share-buttons:hover > div:nth-child(1) a,
.theme-body.c-default .post-share .share-buttons:hover > div:nth-child(2) a,
.theme-body.c-default .post-share .share-buttons:hover > div:nth-child(3) a {
  background: rgba(0, 0, 0, 0.7);
}
.theme-body.c-default .post-share .share-buttons > div:nth-child(1) a {
  background: #3b5998;
}
.theme-body.c-default .post-share .share-buttons > div:nth-child(2) a {
  background: #1da1f2;
}
.theme-body.c-default .post-share .share-buttons > div:nth-child(3) a {
  background: #C92228;
}
.theme-body.c-default .post-share .share-buttons > div:hover:nth-child(1) a {
  background: #3b5998;
}
.theme-body.c-default .post-share .share-buttons > div:hover:nth-child(2) a {
  background: #1da1f2;
}
.theme-body.c-default .post-share .share-buttons > div:hover:nth-child(3) a {
  background: #C92228;
}
.theme-body.c-inversed .content {
  color: #fff;
}
.theme-body.c-inversed .content a:not( .wp-block-button__link ) {
  color: #fff;
}
.theme-body.c-inversed .content h1,
.theme-body.c-inversed .content h2,
.theme-body.c-inversed .content h3,
.theme-body.c-inversed .content h4,
.theme-body.c-inversed .content h5,
.theme-body.c-inversed .content h6 {
  color: #fff;
}
.theme-body.c-inversed .content label {
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .content .grid-item article .audio-bars {
  background: #000;
}
.theme-body.c-inversed .content .grid-item article .audio-bars .audio-bar {
  background: #fff;
}
.theme-body.c-inversed .content .grid-item article.format-video .post-image-wrap:after,
.theme-body.c-inversed .content .grid-item article.format-quote .post-image-wrap:after,
.theme-body.c-inversed .content .grid-item article.format-chat .post-image-wrap:after {
  background: #000;
  color: #fff;
}
.theme-body.c-inversed .content .grid-item article .post-meta-min {
  background: #000;
  color: #fff;
}
.theme-body.c-inversed .content .grid-item article.format-quote .post-image-cover span i,
.theme-body.c-inversed .content .grid-item article.format-chat .post-image-cover span i {
  background: #000;
  color: #fff;
}
.theme-body.c-inversed .content textarea,
.theme-body.c-inversed .content input:not([type="submit"]),
.theme-body.c-inversed .content select {
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0.8;
  color: #fff;
  background: #000;
}
.theme-body.c-inversed .content textarea:focus,
.theme-body.c-inversed .content input:not([type="submit"]):focus,
.theme-body.c-inversed .content select:focus {
  opacity: 1;
  background: #000;
}
.theme-body.c-inversed .content ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  opacity: 0.5;
}
.theme-body.c-inversed .content :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 0.5;
}
.theme-body.c-inversed .content ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 0.5;
}
.theme-body.c-inversed .content :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  opacity: 0.5;
}
.theme-body.c-inversed .content article .author-bio {
  background: #111;
}
.theme-body.c-inversed .content .wp-block-image figcaption,
.theme-body.c-inversed .content .wp-block-gallery .blocks-gallery-image figcaption,
.theme-body.c-inversed .content .wp-block-gallery .blocks-gallery-item figcaption {
  background: #000;
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .content .widget.widget_calendar thead {
  background: #111;
}
.theme-body.c-inversed .content .widget.widget_calendar tbody div {
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .content .widget.widget_calendar #prev a,
.theme-body.c-inversed .content .widget.widget_calendar #next a {
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .content .widget.widget_calendar #today div {
  color: #fff;
  background: #000;
}
.theme-body.c-inversed .content .widget.widget_calendar a:hover {
  opacity: 0.8;
}
.theme-body.c-inversed .content .widget.widget_recent_entries li,
.theme-body.c-inversed .content .widget.widget_pages li,
.theme-body.c-inversed .content .widget.widget_categories li,
.theme-body.c-inversed .content .widget.widget_recent_comments li,
.theme-body.c-inversed .content .widget.widget_meta li,
.theme-body.c-inversed .content .widget.widget_archive li,
.theme-body.c-inversed .content .widget.PI_SimpleTwitterTweets li,
.theme-body.c-inversed .content .widget.widget_rss li,
.theme-body.c-inversed .content .widget.widget_nav_menu li,
.theme-body.c-inversed .content .widget.widget_rating_filter li,
.theme-body.c-inversed .content .widget.widget_product_categories li,
.theme-body.c-inversed .content .widget.widget_layered_nav_filters li,
.theme-body.c-inversed .content .widget.widget_layered_nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .content .widget.widget_recent_entries li:last-child,
.theme-body.c-inversed .content .widget.widget_pages li:last-child,
.theme-body.c-inversed .content .widget.widget_categories li:last-child,
.theme-body.c-inversed .content .widget.widget_recent_comments li:last-child,
.theme-body.c-inversed .content .widget.widget_meta li:last-child,
.theme-body.c-inversed .content .widget.widget_archive li:last-child,
.theme-body.c-inversed .content .widget.PI_SimpleTwitterTweets li:last-child,
.theme-body.c-inversed .content .widget.widget_rss li:last-child,
.theme-body.c-inversed .content .widget.widget_nav_menu li:last-child,
.theme-body.c-inversed .content .widget.widget_rating_filter li:last-child,
.theme-body.c-inversed .content .widget.widget_product_categories li:last-child,
.theme-body.c-inversed .content .widget.widget_layered_nav_filters li:last-child,
.theme-body.c-inversed .content .widget.widget_layered_nav li:last-child {
  border-bottom: 0;
}
.theme-body.c-inversed .content .widget.widget_recent_entries li ul,
.theme-body.c-inversed .content .widget.widget_pages li ul,
.theme-body.c-inversed .content .widget.widget_categories li ul,
.theme-body.c-inversed .content .widget.widget_recent_comments li ul,
.theme-body.c-inversed .content .widget.widget_meta li ul,
.theme-body.c-inversed .content .widget.widget_archive li ul,
.theme-body.c-inversed .content .widget.PI_SimpleTwitterTweets li ul,
.theme-body.c-inversed .content .widget.widget_rss li ul,
.theme-body.c-inversed .content .widget.widget_nav_menu li ul,
.theme-body.c-inversed .content .widget.widget_rating_filter li ul,
.theme-body.c-inversed .content .widget.widget_product_categories li ul,
.theme-body.c-inversed .content .widget.widget_layered_nav_filters li ul,
.theme-body.c-inversed .content .widget.widget_layered_nav li ul {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.theme-body.c-inversed .content .widget.widget_recent_entries li a,
.theme-body.c-inversed .content .widget.widget_pages li a,
.theme-body.c-inversed .content .widget.widget_categories li a,
.theme-body.c-inversed .content .widget.widget_recent_comments li a,
.theme-body.c-inversed .content .widget.widget_meta li a,
.theme-body.c-inversed .content .widget.widget_archive li a,
.theme-body.c-inversed .content .widget.PI_SimpleTwitterTweets li a,
.theme-body.c-inversed .content .widget.widget_rss li a,
.theme-body.c-inversed .content .widget.widget_nav_menu li a,
.theme-body.c-inversed .content .widget.widget_rating_filter li a,
.theme-body.c-inversed .content .widget.widget_product_categories li a,
.theme-body.c-inversed .content .widget.widget_layered_nav_filters li a,
.theme-body.c-inversed .content .widget.widget_layered_nav li a {
  border-bottom: 1px solid transparent;
  color: #fff;
}
.theme-body.c-inversed .content .widget.widget_recent_entries li a:hover,
.theme-body.c-inversed .content .widget.widget_pages li a:hover,
.theme-body.c-inversed .content .widget.widget_categories li a:hover,
.theme-body.c-inversed .content .widget.widget_recent_comments li a:hover,
.theme-body.c-inversed .content .widget.widget_meta li a:hover,
.theme-body.c-inversed .content .widget.widget_archive li a:hover,
.theme-body.c-inversed .content .widget.PI_SimpleTwitterTweets li a:hover,
.theme-body.c-inversed .content .widget.widget_rss li a:hover,
.theme-body.c-inversed .content .widget.widget_nav_menu li a:hover,
.theme-body.c-inversed .content .widget.widget_rating_filter li a:hover,
.theme-body.c-inversed .content .widget.widget_product_categories li a:hover,
.theme-body.c-inversed .content .widget.widget_layered_nav_filters li a:hover,
.theme-body.c-inversed .content .widget.widget_layered_nav li a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .content .widget.widget_post_views_counter_list_widget .post-thumbnail:before,
.theme-body.c-inversed .content .widget.bekento_thumbnail_recent_posts .post-thumbnail:before {
  background: #000;
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .content .widget.widget_post_views_counter_list_widget .post-title span,
.theme-body.c-inversed .content .widget.bekento_thumbnail_recent_posts .post-title span {
  border-bottom: 1px solid transparent;
}
.theme-body.c-inversed .content .widget.widget_post_views_counter_list_widget .post-title span:hover,
.theme-body.c-inversed .content .widget.bekento_thumbnail_recent_posts .post-title span:hover {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .content .widget.widget_post_views_counter_list_widget ul:not(.show_images) li .post-thumbnail:before,
.theme-body.c-inversed .content .widget.bekento_thumbnail_recent_posts ul:not(.show_images) li .post-thumbnail:before {
  background: #111;
}
.theme-body.c-inversed .content .widget.widget_post_views_counter_list_widget ul.show_images li .post-thumbnail .marker,
.theme-body.c-inversed .content .widget.bekento_thumbnail_recent_posts ul.show_images li .post-thumbnail .marker {
  background: #000;
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .content .widget.null-instagram-feed .instagram-meta {
  background: #000;
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .content nav.navigation a {
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .content nav.navigation a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .content .comments #respond label {
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .content .comments .comment-notes,
.theme-body.c-inversed .content .comments .logged-in-as {
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .content .comments .comment-notes a,
.theme-body.c-inversed .content .comments .logged-in-as a {
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .content .comments .children {
  border-left: 3px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1000px) {
  .theme-body.c-inversed .content .comments .children {
    border-left: 0;
  }
}
.theme-body.c-inversed .content .comments .reply a {
  text-shadow: none;
  font-weight: 400;
  background: #111;
  color: rgba(255, 255, 255, 0.7) !important;
}
.theme-body.c-inversed .content .comments .comment-meta a {
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .content .post-meta {
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .content .post-meta a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid transparent;
}
.theme-body.c-inversed .content .post-meta a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .content .post-meta span:before {
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .content-singular article .post-content hr:not( .is-style-dots ),
.theme-body.c-inversed .content-singular article .comment-body hr:not( .is-style-dots ) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.theme-body.c-inversed .content-singular article .post-content pre:not( .wp-block-verse ),
.theme-body.c-inversed .content-singular article .comment-body pre:not( .wp-block-verse ) {
  border-left: 5px solid rgba(255, 255, 255, 0.1);
  background: #111;
}
.theme-body.c-inversed .content-singular article .post-content code,
.theme-body.c-inversed .content-singular article .comment-body code {
  background: #000;
}
.theme-body.c-inversed .content-singular article .post-content .wp-block-quote,
.theme-body.c-inversed .content-singular article .comment-body .wp-block-quote {
  border-top: 20px solid #111 !important;
}
.theme-body.c-inversed .content-singular article .post-content figcaption,
.theme-body.c-inversed .content-singular article .comment-body figcaption {
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .content-singular article .post-content table th,
.theme-body.c-inversed .content-singular article .comment-body table th {
  background: #111;
  color: #fff;
}
.theme-body.c-inversed .content-singular article .post-content table thead td,
.theme-body.c-inversed .content-singular article .comment-body table thead td,
.theme-body.c-inversed .content-singular article .post-content table thead th,
.theme-body.c-inversed .content-singular article .comment-body table thead th {
  background: #111;
  color: #fff;
}
.theme-body.c-inversed .content-singular article .post-content table tbody:only-child,
.theme-body.c-inversed .content-singular article .comment-body table tbody:only-child {
  /* Some tables don't have thead :( */
}
.theme-body.c-inversed .content-singular article .post-content table tbody:only-child tr:first-child td,
.theme-body.c-inversed .content-singular article .comment-body table tbody:only-child tr:first-child td,
.theme-body.c-inversed .content-singular article .post-content table tbody:only-child tr:first-child th,
.theme-body.c-inversed .content-singular article .comment-body table tbody:only-child tr:first-child th {
  background: #111;
  color: #fff;
}
.theme-body.c-inversed .content-singular article .post-content table tbody:only-child tr:nth-child(odd),
.theme-body.c-inversed .content-singular article .comment-body table tbody:only-child tr:nth-child(odd) {
  background: #111;
}
.theme-body.c-inversed .content-singular article .post-content table tbody:only-child tr:nth-child(even),
.theme-body.c-inversed .content-singular article .comment-body table tbody:only-child tr:nth-child(even) {
  background: #000;
}
.theme-body.c-inversed .content-singular article .post-content table tbody tr:nth-child(even),
.theme-body.c-inversed .content-singular article .comment-body table tbody tr:nth-child(even) {
  background: #111;
}
.theme-body.c-inversed .content-singular article .post-content table tbody tr:nth-child(odd),
.theme-body.c-inversed .content-singular article .comment-body table tbody tr:nth-child(odd) {
  background: #000;
}
.theme-body.c-inversed .content-singular article .post-content .wp-block-subhead,
.theme-body.c-inversed .content-singular article .comment-body .wp-block-subhead {
  color: #fff;
}
.theme-body.c-inversed .content-singular article .post-content .wp-caption,
.theme-body.c-inversed .content-singular article .comment-body .wp-caption,
.theme-body.c-inversed .content-singular article .post-content .wp-caption-text,
.theme-body.c-inversed .content-singular article .comment-body .wp-caption-text,
.theme-body.c-inversed .content-singular article .post-content .gallery-caption,
.theme-body.c-inversed .content-singular article .comment-body .gallery-caption {
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .content-singular .post-header-big {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.theme-body.c-inversed .post-share .share-buttons {
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .post-share .share-buttons a {
  color: #fff;
}
.theme-body.c-inversed .post-share .share-buttons:hover > div:nth-child(1) a,
.theme-body.c-inversed .post-share .share-buttons:hover > div:nth-child(2) a,
.theme-body.c-inversed .post-share .share-buttons:hover > div:nth-child(3) a {
  background: rgba(255, 255, 255, 0.7);
}
.theme-body.c-inversed .post-share .share-buttons > div:nth-child(1) a {
  background: #3b5998;
}
.theme-body.c-inversed .post-share .share-buttons > div:nth-child(2) a {
  background: #1da1f2;
}
.theme-body.c-inversed .post-share .share-buttons > div:nth-child(3) a {
  background: #C92228;
}
.theme-body.c-inversed .post-share .share-buttons > div:hover:nth-child(1) a {
  background: #3b5998;
}
.theme-body.c-inversed .post-share .share-buttons > div:hover:nth-child(2) a {
  background: #1da1f2;
}
.theme-body.c-inversed .post-share .share-buttons > div:hover:nth-child(3) a {
  background: #C92228;
}
.theme-body.b-default {
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.b-default h1,
.theme-body.b-default h2,
.theme-body.b-default h3,
.theme-body.b-default h4,
.theme-body.b-default h5,
.theme-body.b-default h6 {
  color: #000;
}
.theme-body.b-default a:not( .wp-block-button__link ) {
  color: #000;
}
.theme-body.b-default.theme-body.no-featured.body-content-same-color:not(.has-gradient) header.header-main {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-body.b-default.theme-body.body-content-same-color:not(.has-gradient) .content-singular {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-body.b-default.top_featured_layout-squared .featured-top .post-category a,
.theme-body.b-default.top_featured_layout-rounded .featured-top .post-category a,
.theme-body.b-default .featured-bottom .post-category a {
  color: #fff;
}
.theme-body.b-default.top_featured_layout-trio .featured-top,
.theme-body.b-default.top_featured_layout-slideshow .featured-top {
  color: #fff;
}
.theme-body.b-default.top_featured_layout-trio .featured-top a,
.theme-body.b-default.top_featured_layout-slideshow .featured-top a {
  color: #fff;
}
.theme-body.b-default.top_featured_layout-trio .featured-top h1,
.theme-body.b-default.top_featured_layout-slideshow .featured-top h1,
.theme-body.b-default.top_featured_layout-trio .featured-top h2,
.theme-body.b-default.top_featured_layout-slideshow .featured-top h2,
.theme-body.b-default.top_featured_layout-trio .featured-top h3,
.theme-body.b-default.top_featured_layout-slideshow .featured-top h3,
.theme-body.b-default.top_featured_layout-trio .featured-top h4,
.theme-body.b-default.top_featured_layout-slideshow .featured-top h4,
.theme-body.b-default.top_featured_layout-trio .featured-top h5,
.theme-body.b-default.top_featured_layout-slideshow .featured-top h5,
.theme-body.b-default.top_featured_layout-trio .featured-top h6,
.theme-body.b-default.top_featured_layout-slideshow .featured-top h6 {
  color: #fff;
}
.theme-body.b-default.top_featured_layout-trio .featured-top .post-meta,
.theme-body.b-default.top_featured_layout-slideshow .featured-top .post-meta {
  color: #fff;
}
.theme-body.b-default.top_featured_layout-trio .featured-top .post-meta a,
.theme-body.b-default.top_featured_layout-slideshow .featured-top .post-meta a {
  color: #fff;
}
.theme-body.b-default.top_featured_layout-trio .featured-top .post-meta a:hover,
.theme-body.b-default.top_featured_layout-slideshow .featured-top .post-meta a:hover {
  border-bottom-color: #fff;
}
.theme-body.b-default.top_featured_layout-trio .featured-top .post-meta span:before,
.theme-body.b-default.top_featured_layout-slideshow .featured-top .post-meta span:before {
  color: #fff;
}
.theme-body.b-default label {
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.b-default textarea,
.theme-body.b-default input:not([type="submit"]),
.theme-body.b-default select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0.8;
  color: #000;
  background: #fff;
}
.theme-body.b-default textarea:focus,
.theme-body.b-default input:not([type="submit"]):focus,
.theme-body.b-default select:focus {
  opacity: 1;
  background: #fff;
}
.theme-body.b-default ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
  opacity: 0.5;
}
.theme-body.b-default :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 0.5;
}
.theme-body.b-default ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 0.5;
}
.theme-body.b-default :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
  opacity: 0.5;
}
.theme-body.b-default .logo-wrap .logo a {
  color: #000;
}
.theme-body.b-default header.header-main .search-trigger i {
  color: #000;
}
.theme-body.b-default header.header-main .social-wrap a {
  color: #000 !important;
}
.theme-body.b-default .responsive-wrap .social-wrap a {
  color: #000 !important;
}
.theme-body.b-default .responsive-wrap .search-trigger i {
  color: #000;
}
.theme-body.b-default .responsive-wrap .responsive-nav li.active > a {
  color: #fff;
}
.theme-body.b-default .responsive-menu-trigger {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.theme-body.b-default .search-wrap input {
  color: #000;
  background: transparent !important;
}
.theme-body.b-default .grid-item article .audio-bars {
  background: #fff;
}
.theme-body.b-default .grid-item article .audio-bars .audio-bar {
  background: #000;
}
.theme-body.b-default .grid-item article.format-video .post-image-wrap:after,
.theme-body.b-default .grid-item article.format-quote .post-image-wrap:after,
.theme-body.b-default .grid-item article.format-chat .post-image-wrap:after {
  background: #fff;
  color: #000;
}
.theme-body.b-default .grid-item article .post-meta-min {
  background: #fff;
  color: #000;
}
.theme-body.b-default .grid-item article.format-quote .post-image-cover span i,
.theme-body.b-default .grid-item article.format-chat .post-image-cover span i {
  background: #fff;
  color: #000;
}
.theme-body.b-default footer.footer-main .copyright {
  color: #000;
}
.theme-body.b-default .theme-menu div > ul > li {
  /* 2nd+ level */
}
.theme-body.b-default .theme-menu div > ul > li a {
  color: #000;
}
.theme-body.b-default .theme-menu div > ul > li > a:hover {
  opacity: 0.8;
}
.theme-body.b-default .theme-menu div > ul > li.menu-item-has-children {
  color: #000;
}
.theme-body.b-default .theme-menu div > ul > li li:hover > a {
  color: #fff;
}
.theme-body.b-default .theme-menu div > ul > li li a {
  color: #fff;
  background: #000;
}
.theme-body.b-default .widget.widget_calendar thead {
  background: #f8f8f7;
}
.theme-body.b-default .widget.widget_calendar tbody div {
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.b-default .widget.widget_calendar #prev a,
.theme-body.b-default .widget.widget_calendar #next a {
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.b-default .widget.widget_calendar #today div {
  color: #000;
  background: #fff;
}
.theme-body.b-default .widget.widget_calendar a:hover {
  opacity: 0.8;
}
.theme-body.b-default .widget.widget_recent_entries li,
.theme-body.b-default .widget.widget_pages li,
.theme-body.b-default .widget.widget_categories li,
.theme-body.b-default .widget.widget_recent_comments li,
.theme-body.b-default .widget.widget_meta li,
.theme-body.b-default .widget.widget_archive li,
.theme-body.b-default .widget.PI_SimpleTwitterTweets li,
.theme-body.b-default .widget.widget_rss li,
.theme-body.b-default .widget.widget_nav_menu li,
.theme-body.b-default .widget.widget_rating_filter li,
.theme-body.b-default .widget.widget_product_categories li,
.theme-body.b-default .widget.widget_layered_nav_filters li,
.theme-body.b-default .widget.widget_layered_nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.b-default .widget.widget_recent_entries li:last-child,
.theme-body.b-default .widget.widget_pages li:last-child,
.theme-body.b-default .widget.widget_categories li:last-child,
.theme-body.b-default .widget.widget_recent_comments li:last-child,
.theme-body.b-default .widget.widget_meta li:last-child,
.theme-body.b-default .widget.widget_archive li:last-child,
.theme-body.b-default .widget.PI_SimpleTwitterTweets li:last-child,
.theme-body.b-default .widget.widget_rss li:last-child,
.theme-body.b-default .widget.widget_nav_menu li:last-child,
.theme-body.b-default .widget.widget_rating_filter li:last-child,
.theme-body.b-default .widget.widget_product_categories li:last-child,
.theme-body.b-default .widget.widget_layered_nav_filters li:last-child,
.theme-body.b-default .widget.widget_layered_nav li:last-child {
  border-bottom: 0;
}
.theme-body.b-default .widget.widget_recent_entries li ul,
.theme-body.b-default .widget.widget_pages li ul,
.theme-body.b-default .widget.widget_categories li ul,
.theme-body.b-default .widget.widget_recent_comments li ul,
.theme-body.b-default .widget.widget_meta li ul,
.theme-body.b-default .widget.widget_archive li ul,
.theme-body.b-default .widget.PI_SimpleTwitterTweets li ul,
.theme-body.b-default .widget.widget_rss li ul,
.theme-body.b-default .widget.widget_nav_menu li ul,
.theme-body.b-default .widget.widget_rating_filter li ul,
.theme-body.b-default .widget.widget_product_categories li ul,
.theme-body.b-default .widget.widget_layered_nav_filters li ul,
.theme-body.b-default .widget.widget_layered_nav li ul {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-body.b-default .widget.widget_recent_entries li a,
.theme-body.b-default .widget.widget_pages li a,
.theme-body.b-default .widget.widget_categories li a,
.theme-body.b-default .widget.widget_recent_comments li a,
.theme-body.b-default .widget.widget_meta li a,
.theme-body.b-default .widget.widget_archive li a,
.theme-body.b-default .widget.PI_SimpleTwitterTweets li a,
.theme-body.b-default .widget.widget_rss li a,
.theme-body.b-default .widget.widget_nav_menu li a,
.theme-body.b-default .widget.widget_rating_filter li a,
.theme-body.b-default .widget.widget_product_categories li a,
.theme-body.b-default .widget.widget_layered_nav_filters li a,
.theme-body.b-default .widget.widget_layered_nav li a {
  border-bottom: 1px solid transparent;
  color: #000;
}
.theme-body.b-default .widget.widget_recent_entries li a:hover,
.theme-body.b-default .widget.widget_pages li a:hover,
.theme-body.b-default .widget.widget_categories li a:hover,
.theme-body.b-default .widget.widget_recent_comments li a:hover,
.theme-body.b-default .widget.widget_meta li a:hover,
.theme-body.b-default .widget.widget_archive li a:hover,
.theme-body.b-default .widget.PI_SimpleTwitterTweets li a:hover,
.theme-body.b-default .widget.widget_rss li a:hover,
.theme-body.b-default .widget.widget_nav_menu li a:hover,
.theme-body.b-default .widget.widget_rating_filter li a:hover,
.theme-body.b-default .widget.widget_product_categories li a:hover,
.theme-body.b-default .widget.widget_layered_nav_filters li a:hover,
.theme-body.b-default .widget.widget_layered_nav li a:hover {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}
.theme-body.b-default .widget.widget_post_views_counter_list_widget .post-thumbnail:before,
.theme-body.b-default .widget.bekento_thumbnail_recent_posts .post-thumbnail:before {
  background: #fff;
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.b-default .widget.widget_post_views_counter_list_widget .post-title span,
.theme-body.b-default .widget.bekento_thumbnail_recent_posts .post-title span {
  border-bottom: 1px solid transparent;
}
.theme-body.b-default .widget.widget_post_views_counter_list_widget .post-title span:hover,
.theme-body.b-default .widget.bekento_thumbnail_recent_posts .post-title span:hover {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}
.theme-body.b-default .widget.widget_post_views_counter_list_widget ul:not(.show_images) li .post-thumbnail:before,
.theme-body.b-default .widget.bekento_thumbnail_recent_posts ul:not(.show_images) li .post-thumbnail:before {
  background: #f8f8f7;
}
.theme-body.b-default .widget.widget_post_views_counter_list_widget ul.show_images li .post-thumbnail .marker,
.theme-body.b-default .widget.bekento_thumbnail_recent_posts ul.show_images li .post-thumbnail .marker {
  background: #fff;
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.b-default .widget.null-instagram-feed .instagram-meta {
  background: #fff;
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.b-default .post-meta {
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.b-default .post-meta a {
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid transparent;
}
.theme-body.b-default .post-meta a:hover {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}
.theme-body.b-default .post-meta span:before {
  color: rgba(0, 0, 0, 0.7);
}
.theme-body.b-inversed {
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.b-inversed h1,
.theme-body.b-inversed h2,
.theme-body.b-inversed h3,
.theme-body.b-inversed h4,
.theme-body.b-inversed h5,
.theme-body.b-inversed h6 {
  color: #fff;
}
.theme-body.b-inversed a:not( .wp-block-button__link ) {
  color: #fff;
}
.theme-body.b-inversed.theme-body.no-featured.body-content-same-color:not(.has-gradient) header.header-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.theme-body.b-inversed.theme-body.body-content-same-color:not(.has-gradient) .content-singular {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.theme-body.b-inversed.top_featured_layout-squared .featured-top .post-category a,
.theme-body.b-inversed.top_featured_layout-rounded .featured-top .post-category a,
.theme-body.b-inversed .featured-bottom .post-category a {
  color: #fff;
}
.theme-body.b-inversed.top_featured_layout-trio .featured-top,
.theme-body.b-inversed.top_featured_layout-slideshow .featured-top {
  color: #fff;
}
.theme-body.b-inversed.top_featured_layout-trio .featured-top a,
.theme-body.b-inversed.top_featured_layout-slideshow .featured-top a {
  color: #fff;
}
.theme-body.b-inversed.top_featured_layout-trio .featured-top h1,
.theme-body.b-inversed.top_featured_layout-slideshow .featured-top h1,
.theme-body.b-inversed.top_featured_layout-trio .featured-top h2,
.theme-body.b-inversed.top_featured_layout-slideshow .featured-top h2,
.theme-body.b-inversed.top_featured_layout-trio .featured-top h3,
.theme-body.b-inversed.top_featured_layout-slideshow .featured-top h3,
.theme-body.b-inversed.top_featured_layout-trio .featured-top h4,
.theme-body.b-inversed.top_featured_layout-slideshow .featured-top h4,
.theme-body.b-inversed.top_featured_layout-trio .featured-top h5,
.theme-body.b-inversed.top_featured_layout-slideshow .featured-top h5,
.theme-body.b-inversed.top_featured_layout-trio .featured-top h6,
.theme-body.b-inversed.top_featured_layout-slideshow .featured-top h6 {
  color: #fff;
}
.theme-body.b-inversed.top_featured_layout-trio .featured-top .post-meta,
.theme-body.b-inversed.top_featured_layout-slideshow .featured-top .post-meta {
  color: #fff;
}
.theme-body.b-inversed.top_featured_layout-trio .featured-top .post-meta a,
.theme-body.b-inversed.top_featured_layout-slideshow .featured-top .post-meta a {
  color: #fff;
}
.theme-body.b-inversed.top_featured_layout-trio .featured-top .post-meta a:hover,
.theme-body.b-inversed.top_featured_layout-slideshow .featured-top .post-meta a:hover {
  border-bottom-color: #fff;
}
.theme-body.b-inversed.top_featured_layout-trio .featured-top .post-meta span:before,
.theme-body.b-inversed.top_featured_layout-slideshow .featured-top .post-meta span:before {
  color: #fff;
}
.theme-body.b-inversed label {
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.b-inversed textarea,
.theme-body.b-inversed input:not([type="submit"]),
.theme-body.b-inversed select {
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0.8;
  color: #fff;
  background: #000;
}
.theme-body.b-inversed textarea:focus,
.theme-body.b-inversed input:not([type="submit"]):focus,
.theme-body.b-inversed select:focus {
  opacity: 1;
  background: #000;
}
.theme-body.b-inversed ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  opacity: 0.5;
}
.theme-body.b-inversed :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 0.5;
}
.theme-body.b-inversed ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 0.5;
}
.theme-body.b-inversed :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  opacity: 0.5;
}
.theme-body.b-inversed .logo-wrap .logo a {
  color: #fff;
}
.theme-body.b-inversed header.header-main .search-trigger i {
  color: #fff;
}
.theme-body.b-inversed header.header-main .social-wrap a {
  color: #fff !important;
}
.theme-body.b-inversed .responsive-wrap .social-wrap a {
  color: #fff !important;
}
.theme-body.b-inversed .responsive-wrap .search-trigger i {
  color: #fff;
}
.theme-body.b-inversed .responsive-wrap .responsive-nav li.active > a {
  color: #fff;
}
.theme-body.b-inversed .responsive-menu-trigger {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.theme-body.b-inversed .search-wrap input {
  color: #fff;
  background: transparent !important;
}
.theme-body.b-inversed .grid-item article .audio-bars {
  background: #000;
}
.theme-body.b-inversed .grid-item article .audio-bars .audio-bar {
  background: #fff;
}
.theme-body.b-inversed .grid-item article.format-video .post-image-wrap:after,
.theme-body.b-inversed .grid-item article.format-quote .post-image-wrap:after,
.theme-body.b-inversed .grid-item article.format-chat .post-image-wrap:after {
  background: #000;
  color: #fff;
}
.theme-body.b-inversed .grid-item article .post-meta-min {
  background: #000;
  color: #fff;
}
.theme-body.b-inversed .grid-item article.format-quote .post-image-cover span i,
.theme-body.b-inversed .grid-item article.format-chat .post-image-cover span i {
  background: #000;
  color: #fff;
}
.theme-body.b-inversed footer.footer-main .copyright {
  color: #fff;
}
.theme-body.b-inversed .theme-menu div > ul > li {
  /* 2nd+ level */
}
.theme-body.b-inversed .theme-menu div > ul > li a {
  color: #fff;
}
.theme-body.b-inversed .theme-menu div > ul > li > a:hover {
  opacity: 0.8;
}
.theme-body.b-inversed .theme-menu div > ul > li.menu-item-has-children {
  color: #fff;
}
.theme-body.b-inversed .theme-menu div > ul > li li:hover > a {
  color: #fff;
}
.theme-body.b-inversed .theme-menu div > ul > li li a {
  color: #fff;
  background: #000;
}
.theme-body.b-inversed .widget.widget_calendar thead {
  background: #111;
}
.theme-body.b-inversed .widget.widget_calendar tbody div {
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.b-inversed .widget.widget_calendar #prev a,
.theme-body.b-inversed .widget.widget_calendar #next a {
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.b-inversed .widget.widget_calendar #today div {
  color: #fff;
  background: #000;
}
.theme-body.b-inversed .widget.widget_calendar a:hover {
  opacity: 0.8;
}
.theme-body.b-inversed .widget.widget_recent_entries li,
.theme-body.b-inversed .widget.widget_pages li,
.theme-body.b-inversed .widget.widget_categories li,
.theme-body.b-inversed .widget.widget_recent_comments li,
.theme-body.b-inversed .widget.widget_meta li,
.theme-body.b-inversed .widget.widget_archive li,
.theme-body.b-inversed .widget.PI_SimpleTwitterTweets li,
.theme-body.b-inversed .widget.widget_rss li,
.theme-body.b-inversed .widget.widget_nav_menu li,
.theme-body.b-inversed .widget.widget_rating_filter li,
.theme-body.b-inversed .widget.widget_product_categories li,
.theme-body.b-inversed .widget.widget_layered_nav_filters li,
.theme-body.b-inversed .widget.widget_layered_nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.b-inversed .widget.widget_recent_entries li:last-child,
.theme-body.b-inversed .widget.widget_pages li:last-child,
.theme-body.b-inversed .widget.widget_categories li:last-child,
.theme-body.b-inversed .widget.widget_recent_comments li:last-child,
.theme-body.b-inversed .widget.widget_meta li:last-child,
.theme-body.b-inversed .widget.widget_archive li:last-child,
.theme-body.b-inversed .widget.PI_SimpleTwitterTweets li:last-child,
.theme-body.b-inversed .widget.widget_rss li:last-child,
.theme-body.b-inversed .widget.widget_nav_menu li:last-child,
.theme-body.b-inversed .widget.widget_rating_filter li:last-child,
.theme-body.b-inversed .widget.widget_product_categories li:last-child,
.theme-body.b-inversed .widget.widget_layered_nav_filters li:last-child,
.theme-body.b-inversed .widget.widget_layered_nav li:last-child {
  border-bottom: 0;
}
.theme-body.b-inversed .widget.widget_recent_entries li ul,
.theme-body.b-inversed .widget.widget_pages li ul,
.theme-body.b-inversed .widget.widget_categories li ul,
.theme-body.b-inversed .widget.widget_recent_comments li ul,
.theme-body.b-inversed .widget.widget_meta li ul,
.theme-body.b-inversed .widget.widget_archive li ul,
.theme-body.b-inversed .widget.PI_SimpleTwitterTweets li ul,
.theme-body.b-inversed .widget.widget_rss li ul,
.theme-body.b-inversed .widget.widget_nav_menu li ul,
.theme-body.b-inversed .widget.widget_rating_filter li ul,
.theme-body.b-inversed .widget.widget_product_categories li ul,
.theme-body.b-inversed .widget.widget_layered_nav_filters li ul,
.theme-body.b-inversed .widget.widget_layered_nav li ul {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.theme-body.b-inversed .widget.widget_recent_entries li a,
.theme-body.b-inversed .widget.widget_pages li a,
.theme-body.b-inversed .widget.widget_categories li a,
.theme-body.b-inversed .widget.widget_recent_comments li a,
.theme-body.b-inversed .widget.widget_meta li a,
.theme-body.b-inversed .widget.widget_archive li a,
.theme-body.b-inversed .widget.PI_SimpleTwitterTweets li a,
.theme-body.b-inversed .widget.widget_rss li a,
.theme-body.b-inversed .widget.widget_nav_menu li a,
.theme-body.b-inversed .widget.widget_rating_filter li a,
.theme-body.b-inversed .widget.widget_product_categories li a,
.theme-body.b-inversed .widget.widget_layered_nav_filters li a,
.theme-body.b-inversed .widget.widget_layered_nav li a {
  border-bottom: 1px solid transparent;
  color: #fff;
}
.theme-body.b-inversed .widget.widget_recent_entries li a:hover,
.theme-body.b-inversed .widget.widget_pages li a:hover,
.theme-body.b-inversed .widget.widget_categories li a:hover,
.theme-body.b-inversed .widget.widget_recent_comments li a:hover,
.theme-body.b-inversed .widget.widget_meta li a:hover,
.theme-body.b-inversed .widget.widget_archive li a:hover,
.theme-body.b-inversed .widget.PI_SimpleTwitterTweets li a:hover,
.theme-body.b-inversed .widget.widget_rss li a:hover,
.theme-body.b-inversed .widget.widget_nav_menu li a:hover,
.theme-body.b-inversed .widget.widget_rating_filter li a:hover,
.theme-body.b-inversed .widget.widget_product_categories li a:hover,
.theme-body.b-inversed .widget.widget_layered_nav_filters li a:hover,
.theme-body.b-inversed .widget.widget_layered_nav li a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.theme-body.b-inversed .widget.widget_post_views_counter_list_widget .post-thumbnail:before,
.theme-body.b-inversed .widget.bekento_thumbnail_recent_posts .post-thumbnail:before {
  background: #000;
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.b-inversed .widget.widget_post_views_counter_list_widget .post-title span,
.theme-body.b-inversed .widget.bekento_thumbnail_recent_posts .post-title span {
  border-bottom: 1px solid transparent;
}
.theme-body.b-inversed .widget.widget_post_views_counter_list_widget .post-title span:hover,
.theme-body.b-inversed .widget.bekento_thumbnail_recent_posts .post-title span:hover {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.theme-body.b-inversed .widget.widget_post_views_counter_list_widget ul:not(.show_images) li .post-thumbnail:before,
.theme-body.b-inversed .widget.bekento_thumbnail_recent_posts ul:not(.show_images) li .post-thumbnail:before {
  background: #111;
}
.theme-body.b-inversed .widget.widget_post_views_counter_list_widget ul.show_images li .post-thumbnail .marker,
.theme-body.b-inversed .widget.bekento_thumbnail_recent_posts ul.show_images li .post-thumbnail .marker {
  background: #000;
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.b-inversed .widget.null-instagram-feed .instagram-meta {
  background: #000;
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.b-inversed .post-meta {
  color: rgba(255, 255, 255, 0.7);
}
.theme-body.b-inversed .post-meta a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid transparent;
}
.theme-body.b-inversed .post-meta a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.theme-body.b-inversed .post-meta span:before {
  color: rgba(255, 255, 255, 0.7);
}
.wp-block hr:not( .is-style-dots ) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block pre:not( .wp-block-verse ) {
  border-left: 5px solid rgba(0, 0, 0, 0.1);
  background: #f8f8f7;
}
.wp-block code {
  background: #fff;
}
.wp-block .wp-block-quote {
  border-top: 20px solid #f8f8f7 !important;
}
.wp-block figcaption {
  color: rgba(0, 0, 0, 0.7);
}
.wp-block table th {
  background: #f8f8f7;
  color: #000;
}
.wp-block table thead td,
.wp-block table thead th {
  background: #f8f8f7;
  color: #000;
}
.wp-block table tbody:only-child {
  /* Some tables don't have thead :( */
}
.wp-block table tbody:only-child tr:first-child td,
.wp-block table tbody:only-child tr:first-child th {
  background: #f8f8f7;
  color: #000;
}
.wp-block table tbody:only-child tr:nth-child(odd) {
  background: #f8f8f7;
}
.wp-block table tbody:only-child tr:nth-child(even) {
  background: #fff;
}
.wp-block table tbody tr:nth-child(even) {
  background: #f8f8f7;
}
.wp-block table tbody tr:nth-child(odd) {
  background: #fff;
}
.wp-block .wp-block-subhead {
  color: #000;
}
.wp-block .wp-caption,
.wp-block .wp-caption-text,
.wp-block .gallery-caption {
  color: rgba(0, 0, 0, 0.7);
}
/* BODY */
/* CONTENT */
/* Header & Navigation Styles */
/* Header */
header.header-main {
  padding-top: 30px;
  /* .logo-wrap */
}
header.header-main .header-wrap:first-child {
  justify-content: space-between;
}
@media (max-width: 1000px) {
  header.header-main .header-wrap:first-child {
    display: none;
  }
}
header.header-main .logo-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  flex-wrap: wrap;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 1000px) {
  header.header-main .logo-wrap {
    width: 100%;
  }
  header.header-main .logo-wrap .logo {
    font-size: 40px;
    width: 100%;
    word-wrap: break-word;
  }
  header.header-main .logo-wrap .lead {
    word-wrap: break-word;
  }
}
header.header-main .logo-wrap .logo {
  margin: 0;
  padding: 0;
  line-height: 100%;
  flex: 0 0 100%;
}
header.header-main .logo-wrap .logo-image {
  display: none;
  line-height: 100%;
  flex: 0 0 100%;
}
header.header-main .logo-wrap .logo-image img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  header.header-main .logo-wrap .logo-image img {
    margin: 0;
  }
}
header.header-main .logo-wrap .lead {
  flex: 0 0 100%;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 18px;
  line-height: 150%;
  display: none;
}
@media (max-width: 1000px) {
  header.header-main {
    padding-bottom: 0;
  }
  header.header-main .main-nav {
    display: none;
  }
}
footer.footer-main {
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  /* .sidebar */
  /* .copyright */
}
@media (max-width: 740px) {
  footer.footer-main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
footer.footer-main .author-bio {
  margin-top: 0;
}
footer.footer-main .author-bio .people .person {
  margin-bottom: 50px;
}
footer.footer-main .sidebar {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
footer.footer-main .sidebar section {
  margin-left: 0;
  margin-right: 0;
  flex: 0 1 31%;
}
@media (max-width: 1000px) {
  footer.footer-main .sidebar {
    display: block;
  }
  footer.footer-main .sidebar section {
    margin-left: auto;
    margin-right: auto;
  }
}
footer.footer-main .theme-menu {
  margin-bottom: 30px;
}
footer.footer-main .footer-nav > div > ul > li > ul {
  display: none !important;
}
footer.footer-main .footer-nav li.menu-item-has-children:after {
  display: none !important;
}
footer.footer-main .copyright {
  margin-bottom: 50px;
  font-size: 15px;
}
footer.footer-main .copyright .copyright-text {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 0 auto;
  text-align: center;
}
footer.footer-main .copyright .copyright-text i {
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: middle;
}
/* footer.footer */
/* Header + Footer Layout */
header.header-main,
footer.footer-main {
  position: relative;
  width: 100%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header.header-main .social-wrap a,
footer.footer-main .social-wrap a {
  margin-bottom: 0;
}
.header-wrap,
.footer-wrap {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  margin-bottom: 30px;
}
.header-wrap.author-bio,
.footer-wrap.author-bio {
  margin-bottom: 0;
}
.header-wrap.theme-menu {
  z-index: 100;
}
@media (max-width: 1000px) {
  .header-wrap {
    margin-bottom: 30px;
  }
}
/* Nav */
.theme-menu {
  text-align: center;
  margin-bottom: 10px;
  /* ul 1st */
}
.theme-menu div > ul {
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  /* li 1st */
}
.theme-menu div > ul > li {
  margin: 0 10px;
  position: relative;
  padding: 20px 0;
  /* ul 2nd */
}
.theme-menu div > ul > li a {
  transition: all 250ms ease-in-out;
  position: relative;
}
.theme-menu div > ul > li > a {
  padding: 10px 20px;
  border-radius: 24px;
}
.theme-menu div > ul > li.menu-item-has-children:after {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  cursor: pointer;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f107';
  margin-right: 5px;
  margin-left: -12px;
}
.theme-menu div > ul > li:first-of-type {
  padding-left: 0;
  margin-left: 0;
}
.theme-menu div > ul > li:first-of-type > ul {
  left: 0;
  margin: 0;
}
.theme-menu div > ul > li.last-half > ul ul {
  left: auto;
  right: 100%;
}
.theme-menu div > ul > li > ul ul ul ul {
  position: static;
}
.theme-menu div > ul > li:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
.theme-menu div > ul > li:last-of-type > ul {
  left: auto;
  right: 0;
  margin: 0;
}
.theme-menu div > ul > li:last-of-type > ul ul {
  left: auto;
  right: 100%;
}
.theme-menu div > ul > li ul {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 120%;
  width: 250px;
  margin: 0 0 0 -125px;
  padding: 0;
  transition: all 300ms ease-in-out;
  z-index: 101;
  line-height: 150%;
  /* li 2nd */
}
.theme-menu div > ul > li ul.visible {
  top: 101%;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.theme-menu div > ul > li ul li {
  float: none;
  margin: 0;
  position: relative;
}
.theme-menu div > ul > li ul li.menu-item-has-children a:after {
  display: none;
}
.theme-menu div > ul > li ul li a {
  display: block;
  padding: 10px 20px;
}
.theme-menu div > ul > li ul li ul {
  left: 100%;
  top: 10%;
  padding: 0;
  margin: 0;
  z-index: 100;
}
.theme-menu div > ul > li ul li ul.visible {
  top: 0;
}
@media (max-width: 1000px) {
  .theme-menu div > ul {
    display: block;
  }
  .theme-menu div > ul > li {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .theme-menu div > ul > li:first-of-type,
  .theme-menu div > ul > li:last-of-type {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
/* nav */
/* Responsive Menu */
.responsive-menu-trigger {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  z-index: 101;
  width: 30px;
  height: 15px;
  margin-left: 20px;
}
@media (max-width: 1000px) {
  .responsive-menu-trigger {
    display: block;
  }
}
.responsive-wrap {
  /* .responsive-nav */
}
@media (max-width: 1000px) {
  .responsive-wrap {
    display: block !important;
  }
}
.responsive-wrap .search-trigger {
  position: fixed;
  top: 20px;
  right: 20px;
}
.responsive-wrap .responsive-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 150;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease-in-out;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.responsive-wrap .responsive-nav ul {
  transition: all 300ms ease-in-out;
  opacity: 0;
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 60px 0;
  transform: translate(0, 10%);
}
.responsive-wrap .responsive-nav ul li {
  margin: 5px 0;
  min-width: 280px;
}
.responsive-wrap .responsive-nav ul li a {
  display: inline-block;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 24px;
}
@media (max-width: 500px) {
  .responsive-wrap .responsive-nav ul li a {
    font-size: 16px;
  }
}
.responsive-wrap .responsive-nav ul li ul {
  padding: 0;
  display: none;
  margin: 10px 0 10px 0;
}
.responsive-wrap .social-wrap {
  transition: all 700ms ease-in-out;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  opacity: 0;
}
@media (max-height: 480px) {
  .responsive-wrap .social-wrap {
    display: none;
  }
}
/* .responsive-wrap */
body.admin-bar .responsive-wrap .search-trigger {
  top: 70px;
}
body.menu-active .responsive-wrap .responsive-nav {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
body.menu-active .responsive-wrap .responsive-nav ul {
  opacity: 1;
  transform: translate(0, 0);
}
body.menu-active .responsive-wrap .social-wrap {
  opacity: 1;
}
/* Search */
.search-trigger {
  font-size: 20px;
  background: transparent;
}
.search-wrap {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 500ms all ease-in-out;
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}
.search-wrap div {
  width: 100%;
}
.search-wrap input {
  width: 100%;
  transition: 300ms all ease-in-out;
  font-size: 40px;
  font-weight: 300;
  transform: translate(0, 50%);
  text-align: center;
  border: 0 !important;
}
@media (max-width: 500px) {
  .search-wrap input {
    font-size: 28px;
  }
}
body.search-active .search-wrap {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
body.search-active .search-wrap input {
  transform: translate(0, 0);
}
/* Instagram */
@media (max-width: 900px) {
  .header-instagram {
    display: none;
  }
}
.header-instagram,
.footer-instagram {
  transition: all 250ms ease-in-out;
  opacity: 0;
}
.header-instagram.visible,
.footer-instagram.visible {
  opacity: 1;
}
.header-instagram .wide-instagram-feed:only-child .null-instagram-feed ul li,
.footer-instagram .wide-instagram-feed:only-child .null-instagram-feed ul li {
  overflow: hidden;
  display: block;
}
.header-instagram .wide-instagram-feed:only-child .null-instagram-feed ul li:nth-child(1n+5),
.footer-instagram .wide-instagram-feed:only-child .null-instagram-feed ul li:nth-child(1n+5) {
  display: block;
}
.header-instagram .wide-instagram-feed:only-child .null-instagram-feed ul li:nth-child(1n+7),
.footer-instagram .wide-instagram-feed:only-child .null-instagram-feed ul li:nth-child(1n+7) {
  display: none;
}
@media (min-width: 2000px) {
  .header-instagram .wide-instagram-feed:only-child .null-instagram-feed ul li:nth-child(1n+7),
  .footer-instagram .wide-instagram-feed:only-child .null-instagram-feed ul li:nth-child(1n+7) {
    display: block;
  }
}
.wide-instagram-feed {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 1921px) {
  .wide-instagram-feed {
    max-width: 1400px;
  }
}
.wide-instagram-feed .follow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 150%;
  text-align: center;
  display: none;
}
.wide-instagram-feed .null-instagram-feed ul,
.wide-instagram-feed .null-instagram-feed li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wide-instagram-feed .null-instagram-feed a {
  display: block;
  line-height: 0;
}
.wide-instagram-feed .null-instagram-feed ul {
  display: flex;
}
.wide-instagram-feed .null-instagram-feed ul li {
  flex: 1;
  padding: 0;
  position: relative;
}
.wide-instagram-feed .null-instagram-feed ul li:nth-child(1n+5) {
  display: none;
}
@media (min-width: 2000px) {
  .wide-instagram-feed .null-instagram-feed ul li:nth-child(1n+5) {
    display: block;
  }
}
.wide-instagram-feed .null-instagram-feed ul li .instagram-meta {
  font-size: 13px;
  transition: all 300ms ease-in-out;
  opacity: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 50%);
  line-height: 28px;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  padding: 0 10px;
}
.wide-instagram-feed .null-instagram-feed ul li .instagram-meta i {
  margin-right: 1px;
}
.wide-instagram-feed .null-instagram-feed ul li .instagram-meta span {
  margin: 0 5px;
}
.wide-instagram-feed .null-instagram-feed ul li .instagram-meta span:last-of-type {
  display: inline;
}
.wide-instagram-feed .null-instagram-feed ul li:hover .instagram-meta {
  opacity: 1;
  transform: translate(-50%, 0);
}
.wide-instagram-feed .null-instagram-feed ul li:hover:before {
  opacity: 1;
}
@media (max-width: 900px) {
  .wide-instagram-feed .null-instagram-feed ul {
    flex-wrap: wrap;
  }
  .wide-instagram-feed .null-instagram-feed ul li {
    flex: 1 1 33%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .wide-instagram-feed .null-instagram-feed ul li {
    flex: 1 1 50%;
  }
}
/* Instagram */
/* Blog Feed Styles */
.theme-body.body-content-same-color:not(.has-gradient):not(.blog_layout-masonry) .content {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}
@media (max-width: 740px) {
  .theme-body.body-content-same-color:not(.has-gradient):not(.blog_layout-masonry) .content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.theme-body.body-content-same-color:not(.has-gradient):not(.blog_layout-masonry) nav.navigation .nav-links {
  margin-top: 0;
}
.theme-body.body-content-same-color:not(.has-gradient) aside.main-sidebar section {
  padding: 0;
  border-top: 0;
}
.content {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 740px) {
  .content {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.content-feed {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.content-feed .archive-header {
  flex: 0 0 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .content-feed .archive-header {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.content-feed .archive-header h1 {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.content-feed .archive-header .category-description {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.content-feed .archive-header .author-bio {
  padding-top: 20px;
}
@media (max-width: 740px) {
  .content-feed .archive-header .author-bio .person,
  .content-feed .archive-header .author-bio .person:last-child,
  .content-feed .archive-header .author-bio .person:first-child {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1200px), (min-width: 700px) and (max-width: 800px) {
  .blog_layout-grid:not( .sidebar_position-hidden ) .blog-feed {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
  }
  .blog_layout-grid:not( .sidebar_position-hidden ) .blog-feed .grid-item {
    flex: 0 0 48%;
  }
}
@media (min-width: 700px) {
  .blog_layout-grid.sidebar_position-hidden .blog-feed {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
  }
  .blog_layout-grid.sidebar_position-hidden .blog-feed .grid-item {
    flex: 0 0 48%;
  }
}
@media (min-width: 1100px) {
  .blog_layout-grid.sidebar_position-hidden .blog-feed .grid-item {
    flex: 0 0 32%;
  }
}
@media all and (min-width: 1100px), (min-width: 600px) and (max-width: 800px) {
  .blog_layout-list:not( .sidebar_position-hidden ) .blog-feed article {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .blog_layout-list:not( .sidebar_position-hidden ) .blog-feed .post-image-wrap {
    margin-right: 30px;
    margin-bottom: 0;
    min-width: 300px;
    max-width: 300px;
    height: 350px;
  }
  .blog_layout-list:not( .sidebar_position-hidden ) .blog-feed .post-image-wrap .post-image-cover {
    height: 350px;
  }
  .blog_layout-list:not( .sidebar_position-hidden ) .blog-feed .post-wrap {
    flex: 1;
  }
}
@media (min-width: 600px) {
  .blog_layout-list.sidebar_position-hidden .blog-feed .grid-item article {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .blog_layout-list.sidebar_position-hidden .blog-feed .grid-item .post-image-wrap {
    margin-right: 30px;
    margin-bottom: 0;
    min-width: 400px;
    max-width: 400px;
    height: 400px;
  }
  .blog_layout-list.sidebar_position-hidden .blog-feed .grid-item .post-image-wrap .post-image-cover {
    height: 400px;
  }
  .blog_layout-list.sidebar_position-hidden .blog-feed .grid-item .post-wrap {
    flex: 1;
  }
}
.blog_layout-standard:not( .sidebar_position-hidden ) .blog-feed .grid-item article .post-image-wrap {
  height: 350px;
}
.blog_layout-standard:not( .sidebar_position-hidden ) .blog-feed .grid-item article .post-image-wrap .post-image-cover {
  height: 350px;
}
.blog_layout-standard.sidebar_position-hidden .blog-feed .grid-item article .post-image-wrap {
  height: 450px;
}
.blog_layout-standard.sidebar_position-hidden .blog-feed .grid-item article .post-image-wrap .post-image-cover {
  height: 450px;
}
.blog_layout-standard .blog-feed .grid-item article .post-image-wrap {
  height: 350px;
}
.blog_layout-standard .blog-feed .grid-item article .post-image-wrap .post-image-cover {
  height: 350px;
}
.blog_layout-standard .blog-feed .grid-item article .post-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.blog_layout-grid .blog-feed,
.blog_layout-list .blog-feed,
.blog_layout-standard .blog-feed {
  flex: 1;
}
.blog_layout-grid .blog-feed .grid-item,
.blog_layout-list .blog-feed .grid-item,
.blog_layout-standard .blog-feed .grid-item {
  margin-bottom: 50px;
}
.blog_layout-grid .blog-feed .grid-item-widget,
.blog_layout-list .blog-feed .grid-item-widget,
.blog_layout-standard .blog-feed .grid-item-widget {
  display: none;
}
.blog_layout-grid .blog-feed article.format-link .post-image-wrap:after,
.blog_layout-list .blog-feed article.format-link .post-image-wrap:after,
.blog_layout-standard .blog-feed article.format-link .post-image-wrap:after,
.blog_layout-grid .blog-feed article.format-quote .post-image-wrap:after,
.blog_layout-list .blog-feed article.format-quote .post-image-wrap:after,
.blog_layout-standard .blog-feed article.format-quote .post-image-wrap:after,
.blog_layout-grid .blog-feed article.format-status .post-image-wrap:after,
.blog_layout-list .blog-feed article.format-status .post-image-wrap:after,
.blog_layout-standard .blog-feed article.format-status .post-image-wrap:after,
.blog_layout-grid .blog-feed article.format-chat .post-image-wrap:after,
.blog_layout-list .blog-feed article.format-chat .post-image-wrap:after,
.blog_layout-standard .blog-feed article.format-chat .post-image-wrap:after {
  border-radius: 80px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
}
.blog_layout-grid .blog-feed article.format-gallery .post-image-wrap:hover .post-image-cover,
.blog_layout-list .blog-feed article.format-gallery .post-image-wrap:hover .post-image-cover,
.blog_layout-standard .blog-feed article.format-gallery .post-image-wrap:hover .post-image-cover,
.blog_layout-grid .blog-feed article.format-image .post-image-wrap:hover .post-image-cover,
.blog_layout-list .blog-feed article.format-image .post-image-wrap:hover .post-image-cover,
.blog_layout-standard .blog-feed article.format-image .post-image-wrap:hover .post-image-cover {
  transform: none;
}
.blog_layout-grid .blog-feed article.format-link .excerpt,
.blog_layout-list .blog-feed article.format-link .excerpt,
.blog_layout-standard .blog-feed article.format-link .excerpt {
  display: none;
}
.blog_layout-grid .blog-feed article .post-image-wrap,
.blog_layout-list .blog-feed article .post-image-wrap,
.blog_layout-standard .blog-feed article .post-image-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.blog_layout-grid .blog-feed article .post-image-wrap .post-image,
.blog_layout-list .blog-feed article .post-image-wrap .post-image,
.blog_layout-standard .blog-feed article .post-image-wrap .post-image {
  display: none;
}
.blog_layout-grid .blog-feed article .post-image-wrap .post-image-cover,
.blog_layout-list .blog-feed article .post-image-wrap .post-image-cover,
.blog_layout-standard .blog-feed article .post-image-wrap .post-image-cover {
  width: 100%;
  height: 300px;
  display: block;
  transition: all 3s ease-in-out;
}
.blog_layout-grid .blog-feed article .post-image-wrap .post-image-cover span i,
.blog_layout-list .blog-feed article .post-image-wrap .post-image-cover span i,
.blog_layout-standard .blog-feed article .post-image-wrap .post-image-cover span i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
}
.blog_layout-grid .blog-feed article .post-image-wrap:hover .post-image-cover,
.blog_layout-list .blog-feed article .post-image-wrap:hover .post-image-cover,
.blog_layout-standard .blog-feed article .post-image-wrap:hover .post-image-cover {
  transform: scale(1.2);
}
.blog_layout-masonry .content-feed {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.blog_layout-masonry .content-feed section {
  padding: 30px;
}
@media (max-width: 740px) {
  .blog_layout-masonry .content-feed section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog_layout-masonry .archive-header h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .blog_layout-masonry .archive-header h1 {
    margin-bottom: 15px;
  }
}
.blog_layout-masonry .archive-header .author-bio {
  padding-top: 50px;
}
@media (max-width: 740px) {
  .blog_layout-masonry .archive-header .author-bio {
    padding-top: 30px;
  }
}
@media (max-width: 740px) {
  .blog_layout-masonry .archive-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog_layout-masonry .empty-search {
  padding-top: 30px;
}
.blog_layout-masonry .sidebar section.widget {
  margin-bottom: 30px;
}
.blog_layout-masonry .blog-feed {
  width: 100%;
  flex: 1;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-auto-rows: 1px;
  min-height: 500px;
  transition: all 500ms ease-in-out;
}
@media (max-width: 800px) {
  .blog_layout-masonry .blog-feed {
    display: flex;
    flex-wrap: wrap;
  }
  .blog_layout-masonry .blog-feed .grid-item {
    margin-bottom: 30px;
    width: 100%;
  }
}
.blog_layout-masonry .blog-feed .grid-item section {
  margin-bottom: 0;
  width: 100%;
  position: relative;
  border-top: 15px solid transparent;
}
.blog_layout-masonry .blog-feed .grid-item article {
  padding: 30px;
  width: 100%;
  height: 100%;
}
.blog_layout-masonry .blog-feed .grid-item article.format-standard.has-post-thumbnail,
.blog_layout-masonry .blog-feed .grid-item article.format-gallery.has-post-thumbnail,
.blog_layout-masonry .blog-feed .grid-item article.format-video.has-post-thumbnail,
.blog_layout-masonry .blog-feed .grid-item article.format-audio.has-post-thumbnail,
.blog_layout-masonry .blog-feed .grid-item article.format-image.has-post-thumbnail {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.blog_layout-masonry .blog-feed .grid-item article.format-standard.has-post-thumbnail .post-wrap,
.blog_layout-masonry .blog-feed .grid-item article.format-gallery.has-post-thumbnail .post-wrap,
.blog_layout-masonry .blog-feed .grid-item article.format-video.has-post-thumbnail .post-wrap,
.blog_layout-masonry .blog-feed .grid-item article.format-audio.has-post-thumbnail .post-wrap,
.blog_layout-masonry .blog-feed .grid-item article.format-image.has-post-thumbnail .post-wrap {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 740px) {
  .blog_layout-masonry .blog-feed .grid-item article.format-standard.has-post-thumbnail .post-wrap,
  .blog_layout-masonry .blog-feed .grid-item article.format-gallery.has-post-thumbnail .post-wrap,
  .blog_layout-masonry .blog-feed .grid-item article.format-video.has-post-thumbnail .post-wrap,
  .blog_layout-masonry .blog-feed .grid-item article.format-audio.has-post-thumbnail .post-wrap,
  .blog_layout-masonry .blog-feed .grid-item article.format-image.has-post-thumbnail .post-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog_layout-masonry .blog-feed .grid-item article.format-quote .post-meta-min,
.blog_layout-masonry .blog-feed .grid-item article.format-chat .post-meta-min,
.blog_layout-masonry .blog-feed .grid-item article.format-link .post-meta-min,
.blog_layout-masonry .blog-feed .grid-item article.format-status .post-meta-min {
  display: none;
}
.blog_layout-masonry .blog-feed .grid-item article.format-quote .post-image-cover,
.blog_layout-masonry .blog-feed .grid-item article.format-chat .post-image-cover,
.blog_layout-masonry .blog-feed .grid-item article.format-link .post-image-cover,
.blog_layout-masonry .blog-feed .grid-item article.format-status .post-image-cover {
  transition: all 1s ease-in-out;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 150px;
}
.blog_layout-masonry .blog-feed .grid-item article.format-image .excerpt,
.blog_layout-masonry .blog-feed .grid-item article.format-gallery .excerpt {
  display: none;
}
.blog_layout-masonry .blog-feed .grid-item article.format-quote .post-image-wrap,
.blog_layout-masonry .blog-feed .grid-item article.format-chat .post-image-wrap {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 150px;
}
.blog_layout-masonry .blog-feed .grid-item article.format-quote .post-image-wrap:hover .post-image-cover,
.blog_layout-masonry .blog-feed .grid-item article.format-chat .post-image-wrap:hover .post-image-cover {
  transform: scale(1.1);
}
.blog_layout-masonry .blog-feed .grid-item article.format-link,
.blog_layout-masonry .blog-feed .grid-item article.format-status {
  display: flex;
  align-items: center;
}
.blog_layout-masonry .blog-feed .grid-item article.format-link .post-image-wrap,
.blog_layout-masonry .blog-feed .grid-item article.format-status .post-image-wrap {
  margin-right: 30px;
  margin-bottom: 0;
}
.blog_layout-masonry .blog-feed .grid-item article.format-link .post-image-wrap:before,
.blog_layout-masonry .blog-feed .grid-item article.format-status .post-image-wrap:before {
  display: none;
}
.blog_layout-masonry .blog-feed .grid-item article.format-link .post-image-cover,
.blog_layout-masonry .blog-feed .grid-item article.format-status .post-image-cover {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}
.blog_layout-masonry .blog-feed .grid-item article.format-link .excerpt,
.blog_layout-masonry .blog-feed .grid-item article.format-status .excerpt,
.blog_layout-masonry .blog-feed .grid-item article.format-link .post-meta,
.blog_layout-masonry .blog-feed .grid-item article.format-status .post-meta,
.blog_layout-masonry .blog-feed .grid-item article.format-link .post-category,
.blog_layout-masonry .blog-feed .grid-item article.format-status .post-category {
  display: none;
}
.blog_layout-masonry .blog-feed .grid-item article.format-link .post-title,
.blog_layout-masonry .blog-feed .grid-item article.format-status .post-title {
  margin-bottom: 0;
  text-align: left;
  font-size: 20px;
}
@media (max-width: 500px) {
  .blog_layout-masonry .blog-feed .grid-item article.format-link,
  .blog_layout-masonry .blog-feed .grid-item article.format-status {
    display: block;
  }
  .blog_layout-masonry .blog-feed .grid-item article.format-link .post-image-wrap,
  .blog_layout-masonry .blog-feed .grid-item article.format-status .post-image-wrap {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .blog_layout-masonry .blog-feed .grid-item article.format-link .post-title,
  .blog_layout-masonry .blog-feed .grid-item article.format-status .post-title {
    text-align: center;
    font-size: 24px;
  }
}
.blog_layout-masonry .content .grid-item {
  transition: all 500ms ease-in-out;
  opacity: 0;
}
.blog_layout-masonry .content .grid-item.visible {
  opacity: 1;
}
.grid-item article {
  text-align: center;
  position: relative;
  /* post-image-wrap */
  /* sticky */
  /* Post Formats */
  /* format-audio */
}
.grid-item article .post-image-wrap {
  margin-bottom: 30px;
  position: relative;
}
.grid-item article .post-image-wrap .post-image img {
  height: auto !important;
  width: 100%;
  display: block;
}
.grid-item article .post-image-wrap .post-image-cover {
  background-size: cover;
  background-position: center center;
  display: none;
}
.grid-item article .post-image-wrap:after {
  pointer-events: none;
}
.grid-item article .post-image-wrap .post-meta-min {
  font-size: 13px;
  transition: all 300ms ease-in-out;
  opacity: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 50%);
  line-height: 28px;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  padding: 0 10px;
}
.grid-item article .post-image-wrap .post-meta-min i {
  margin-right: 1px;
}
.grid-item article .post-image-wrap .post-meta-min span {
  margin: 0 5px;
}
.grid-item article .post-image-wrap:hover .post-meta-min {
  opacity: 1;
  transform: translate(-50%, 0);
}
.grid-item article .post-category {
  margin-bottom: 20px;
}
.grid-item article .post-title {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  font-size: 24px;
}
.grid-item article .post-title a {
  transition: all 250ms ease-in-out;
}
.grid-item article .post-meta {
  opacity: 0.9;
  margin-bottom: 20px;
}
.grid-item article .excerpt {
  opacity: 0.7;
}
.grid-item article .excerpt p {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.grid-item article:before,
.grid-item article:after {
  z-index: 1;
  pointer-events: none;
}
.grid-item article.sticky:before {
  transition: all 250ms ease-in-out;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: -15px;
  left: 15px;
  border-radius: 42px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
  content: '\f0e7';
}
.grid-item article.sticky:hover:before {
  transform: scale(1.1);
}
.grid-item article.format-quote .post-image-wrap .post-image-cover,
.grid-item article.format-chat .post-image-wrap .post-image-cover,
.grid-item article.format-link .post-image-wrap .post-image-cover,
.grid-item article.format-status .post-image-wrap .post-image-cover {
  display: block;
}
.grid-item article.format-quote .post-image-wrap .post-image,
.grid-item article.format-chat .post-image-wrap .post-image,
.grid-item article.format-link .post-image-wrap .post-image,
.grid-item article.format-status .post-image-wrap .post-image {
  display: none;
}
.grid-item article.format-image .post-image:before,
.grid-item article.format-gallery .post-image:before,
.grid-item article.format-image .post-image-cover:before,
.grid-item article.format-gallery .post-image-cover:before {
  content: '';
  transition: all 250ms ease-in-out;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #fff;
}
.grid-item article.format-image .post-image-wrap:hover .post-image:before,
.grid-item article.format-gallery .post-image-wrap:hover .post-image:before,
.grid-item article.format-image .post-image-cover:hover .post-image:before,
.grid-item article.format-gallery .post-image-cover:hover .post-image:before,
.grid-item article.format-image .post-image-wrap:hover .post-image-cover:before,
.grid-item article.format-gallery .post-image-wrap:hover .post-image-cover:before,
.grid-item article.format-image .post-image-cover:hover .post-image-cover:before,
.grid-item article.format-gallery .post-image-cover:hover .post-image-cover:before {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.grid-item article.format-link .minutes-read,
.grid-item article.format-quote .minutes-read,
.grid-item article.format-status .minutes-read,
.grid-item article.format-chat .minutes-read {
  display: none;
}
.grid-item article.format-link .post-image-wrap:after,
.grid-item article.format-quote .post-image-wrap:after,
.grid-item article.format-status .post-image-wrap:after,
.grid-item article.format-chat .post-image-wrap:after {
  color: #fff;
  transition: all 250ms ease-in-out;
  z-index: 2;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 42px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
}
.grid-item article.format-link .post-image-wrap:hover:after,
.grid-item article.format-quote .post-image-wrap:hover:after,
.grid-item article.format-status .post-image-wrap:hover:after,
.grid-item article.format-chat .post-image-wrap:hover:after {
  transform: translate(-50%, -50%) scale(1.1);
}
.grid-item article.format-chat .post-image-wrap:after {
  content: '\f086';
}
.grid-item article.format-quote .post-image-wrap:after {
  content: '\f10d';
}
.grid-item article.format-status .post-image-wrap:after {
  content: '\f303';
}
.grid-item article.format-link .post-image-wrap:after {
  content: '\f061';
  transform: translate(-50%, -50%) rotate(-45deg);
}
.grid-item article.format-link .post-image-wrap:hover:after {
  transform: translate(-50%, -50%) scale(1.1) rotate(-45deg);
}
.grid-item article.format-video .minutes-read {
  display: none;
}
.grid-item article.format-video .post-image-wrap:after {
  transition: all 250ms ease-in-out;
  z-index: 2;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 80px;
  width: 80px;
  height: 80px;
  line-height: 83px;
  font-size: 35px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: -5px;
  content: '\f04b';
}
.grid-item article.format-video .post-image-wrap:hover:after {
  transform: translate(-50%, -50%) scale(1.1);
}
.grid-item article.format-audio .post-image-wrap:hover .audio-bars .audio-bar {
  animation-play-state: running;
}
.grid-item article.format-audio .post-image-wrap:hover .audio-bars {
  transform: translate(-50%, -50%) scale(1.1);
}
.grid-item article.format-audio .minutes-read {
  display: none;
}
.grid-item article.format-audio .audio-bars {
  transition: all 250ms ease-in-out;
  padding: 24px 20px;
  position: absolute;
  top: 50%;
  border-radius: 300px;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.grid-item article.format-audio .audio-bars .audio-bar {
  display: inline-block;
  margin: 0 1px;
  width: 6px;
  animation: audio-bar 0ms -800ms linear infinite alternate;
  animation-play-state: paused;
}
@keyframes audio-bar {
  0% {
    height: 3px;
  }
  100% {
    height: 30px;
  }
}
.grid-item article.format-audio .audio-bars .audio-bar:nth-child(1) {
  animation-duration: 354ms;
}
.grid-item article.format-audio .audio-bars .audio-bar:nth-child(2) {
  animation-duration: 313ms;
}
.grid-item article.format-audio .audio-bars .audio-bar:nth-child(3) {
  animation-duration: 287ms;
}
.grid-item article.format-audio .audio-bars .audio-bar:nth-child(4) {
  animation-duration: 338ms;
}
.grid-item article.format-audio .audio-bars .audio-bar:nth-child(5) {
  animation-duration: 280ms;
}
/* article */
.sidebar_position-hidden aside.main-sidebar {
  display: none;
}
.sidebar_position-left .content-feed {
  flex-direction: row-reverse;
}
.sidebar_position-left aside.main-sidebar {
  padding-left: 0;
  padding-right: 50px;
}
.sidebar_position-left.blog_layout-masonry aside.main-sidebar {
  padding-right: 30px;
}
.sidebar_position-right.blog_layout-masonry aside.main-sidebar {
  padding-left: 30px;
}
.blog_layout-masonry aside.main-sidebar section {
  border-top: 15px solid transparent;
}
aside.main-sidebar {
  flex: 1;
  max-width: 400px;
  min-width: 400px;
  padding-left: 50px;
}
@media (max-width: 800px) {
  aside.main-sidebar {
    flex: 0 0 100%;
    min-width: 0;
    max-width: none;
    margin-top: 30px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* Singular Page and Comments Styles */
.post-styling {
  /* Simple Blockquote */
  /* Pull Quote */
  /* Gallery */
  /* Image */
}
.post-styling h1,
.post-styling h2,
.post-styling h3,
.post-styling h4,
.post-styling h5,
.post-styling h6 {
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1.4;
}
.post-styling hr {
  height: 0;
  padding: 0;
  width: 100%;
  margin: 2em 0 2em 0;
  border: 0;
  clear: both;
}
.post-styling ul {
  list-style: disc;
}
.post-styling ul:not( .wp-block-gallery ),
.post-styling ol,
.post-styling ul.editor-rich-text__tinymce,
.post-styling ol.editor-rich-text__tinymce {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 2em;
  padding-left: 20px;
  margin-left: 0;
}
.post-styling ul:not( .wp-block-gallery ) ul,
.post-styling ol ul,
.post-styling ul.editor-rich-text__tinymce ul,
.post-styling ol.editor-rich-text__tinymce ul,
.post-styling ul:not( .wp-block-gallery ) ol,
.post-styling ol ol,
.post-styling ul.editor-rich-text__tinymce ol,
.post-styling ol.editor-rich-text__tinymce ol {
  margin-top: 5px;
  margin-bottom: 5px;
}
.post-styling ul:not( .wp-block-gallery ) ul,
.post-styling ol ul,
.post-styling ul.editor-rich-text__tinymce ul,
.post-styling ol.editor-rich-text__tinymce ul {
  list-style-type: circle;
}
.post-styling ul:not( .wp-block-gallery ) li,
.post-styling ol li,
.post-styling ul.editor-rich-text__tinymce li,
.post-styling ol.editor-rich-text__tinymce li {
  margin-bottom: 5px;
  line-height: 1.8;
}
.post-styling pre:not( .wp-block-verse ) {
  padding: 20px;
  word-wrap: normal;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 2em;
  tab-size: 4;
}
.post-styling pre:not( .wp-block-verse ) code {
  background: transparent;
}
.post-styling code {
  word-wrap: normal;
  line-height: 120%;
  padding: 5px;
}
.post-styling figure.alignright,
.post-styling figure.alignleft {
  max-width: 50%;
}
@media (max-width: 500px) {
  .post-styling figure.alignright,
  .post-styling figure.alignleft {
    max-width: 100%;
  }
}
.post-styling table {
  width: 100%;
  margin-bottom: 2em;
  text-align: left;
}
.post-styling table td,
.post-styling table th {
  padding: 15px;
  line-height: 1.8;
}
.post-styling table td:focus,
.post-styling table th:focus {
  outline: none;
}
.post-styling table .wp-block-table__cell-content {
  padding: 0;
}
.post-styling .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.post-styling .wp-block-quote {
  margin: 0;
  padding: 0;
  border-left: 0 !important;
  padding-top: 20px !important;
  padding-left: 50px !important;
  margin-bottom: 2em;
  position: relative;
}
.post-styling .wp-block-quote:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 25px;
  left: 0;
  margin-bottom: 20px;
  font-size: 30px;
  content: '\f10e';
}
.post-styling .wp-block-quote cite {
  margin-top: 1em;
  display: block;
  line-height: 1.8;
  text-align: left;
  font-size: 16px;
}
.post-styling .wp-block-quote .wp-block-quote__citation {
  font-style: italic;
  text-transform: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.post-styling .wp-block-quote p {
  margin-top: 0;
  margin-bottom: 1em;
}
.post-styling .wp-block-quote p:only-child {
  margin-bottom: 0;
}
.post-styling .wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
.post-styling .wp-block-quote.is-large p {
  font-size: 24px !important;
  font-style: normal;
}
.post-styling .wp-block-pullquote {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 2em;
}
.post-styling .wp-block-pullquote p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 24px !important;
  line-height: 170%;
}
.post-styling .wp-block-pullquote p:only-child {
  margin-bottom: 0;
}
.post-styling .wp-block-pullquote p:last-of-type {
  margin-bottom: 0;
}
.post-styling .wp-block-pullquote cite {
  margin-top: 1em;
  display: block;
  line-height: 1.8;
}
.post-styling .wp-block-pullquote blockquote {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 700px !important;
}
.post-styling .wp-block-pullquote .wp-block-pullquote__citation {
  margin-top: 1em;
  font-style: italic;
  text-transform: none;
  font-size: 16px;
}
.post-styling .wp-block-pullquote.is-style-solid-color blockquote {
  padding: 30px;
}
.post-styling .wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 1em;
}
.post-styling .wp-block-pullquote.is-style-solid-color blockquote p:only-child {
  margin-bottom: 0;
}
.post-styling .wp-block-pullquote.is-style-solid-color blockquote p:last-of-type {
  margin-bottom: 0;
}
.post-styling .wp-block-pullquote.alignwide,
.post-styling .wp-block-pullquote.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.post-styling .wp-block-pullquote.alignwide blockquote,
.post-styling .wp-block-pullquote.alignfull blockquote {
  text-align: center;
}
.post-styling .wp-block-pullquote.alignleft {
  margin-right: 2em;
  max-width: 50%;
}
@media (max-width: 500px) {
  .post-styling .wp-block-pullquote.alignleft {
    max-width: 100%;
    margin-right: 0;
  }
}
.post-styling .wp-block-pullquote.alignright {
  margin-left: 2em;
  max-width: 50%;
}
@media (max-width: 500px) {
  .post-styling .wp-block-pullquote.alignright {
    max-width: 100%;
    margin-left: 0;
  }
}
.post-styling .wp-caption {
  display: block;
  font-size: 16px;
  text-align: center;
}
.post-styling .wp-caption-text {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.post-styling .gallery-caption {
  font-size: 16px;
  margin-bottom: 11px;
  padding: 0 10px;
}
.post-styling .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.post-styling .wp-block-verse {
  line-height: 150%;
  margin-bottom: 2em;
}
.post-styling .wp-block-verse pre {
  background: transparent;
  border-left: 0;
  padding: 0;
}
.post-styling .wp-block-columns i {
  margin-right: 15px;
}
.post-styling .wp-block-code {
  margin-bottom: 2em;
}
.post-styling .wp-block-gallery {
  padding-left: 0;
}
.post-styling .wp-block-subhead {
  font-size: 24px;
}
.post-styling .wp-block-media-text {
  margin-bottom: 2em;
}
.post-styling .wp-block-video video {
  max-width: 100%;
}
.post-styling .wp-block-latest-posts {
  padding-left: 20px;
}
.post-styling .wp-block-latest-posts.is-grid {
  list-style-type: none;
  padding-left: 0;
}
.post-styling .wp-block-latest-comments {
  padding-left: 20px;
}
.post-styling .wp-block-latest-comments p {
  font-size: 16px;
}
.post-styling .wp-block-cover p:only-child {
  margin-bottom: 0;
}
.post-styling .wp-block-cover-image {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  height: 70vh;
  padding: 0 20px;
}
@media (max-width: 740px) {
  .post-styling .wp-block-cover-image {
    height: auto;
  }
}
.post-styling .wp-block-cover-image p {
  margin-bottom: 0;
}
.post-styling .wp-block-button__link {
  border: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
.post-styling .wp-block-preformatted pre {
  font-size: 1em;
}
.post-styling .wp-block-table td,
.post-styling .wp-block-table th {
  border: 0;
}
.post-styling button {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  border: 0;
  padding: 12px 24px;
  border-radius: 6px;
  margin: 0 0 5px 0;
  width: auto;
  text-decoration: none !important;
  line-height: 1.8;
  position: relative;
  transition: all 250ms ease-in-out;
  border-bottom: 0;
}
.post-styling button:hover {
  color: #fff !important;
}
.post-styling button:hover {
  opacity: 0.8;
}
.post-styling button:focus {
  outline: none;
  border: 0;
}
.post-styling button .fa {
  margin: 0 5px 0 0;
}
.post-styling textarea {
  height: 250px;
}
.post-styling label {
  display: inline-block;
}
.post-styling input:not([type="submit"]):not([type="radio"]),
.post-styling textarea {
  width: 100%;
}
.post-styling input[type="radio"] {
  vertical-align: baseline;
  display: inline-block;
}
.post-styling input {
  margin-bottom: 0;
}
.post-styling p,
.post-styling center {
  margin: 0 0 1.7em 0;
  padding: 0;
}
.post-styling p.has-large-font-size {
  margin: 0 0 1em 0;
}
.post-styling a {
  text-decoration: underline;
}
.post-styling div {
  max-width: 100%;
}
.post-styling address {
  margin-bottom: 2em;
}
.post-styling iframe {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.post-styling audio {
  width: 100%;
}
.post-styling > iframe {
  margin-bottom: 2em;
}
.post-styling img {
  height: auto !important;
}
.post-styling > figure {
  margin-bottom: 2em;
  position: relative;
}
.post-styling .wp-block-gallery .blocks-gallery-image,
.post-styling .wp-block-gallery .blocks-gallery-item {
  position: relative;
}
.post-styling .wp-block-gallery .blocks-gallery-image:hover figcaption,
.post-styling .wp-block-gallery .blocks-gallery-item:hover figcaption {
  opacity: 1;
  transform: translate(-50%, 0);
}
.post-styling .wp-block-gallery .blocks-gallery-image figure,
.post-styling .wp-block-gallery .blocks-gallery-item figure {
  position: relative;
}
.post-styling .wp-block-gallery .blocks-gallery-image figure:before,
.post-styling .wp-block-gallery .blocks-gallery-item figure:before {
  background: transparent;
  opacity: 0;
  pointer-events: none;
}
.post-styling .wp-block-gallery .blocks-gallery-image figcaption,
.post-styling .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 13px;
  transition: all 300ms ease-in-out;
  opacity: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 50%);
  line-height: 28px;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  padding: 0 10px;
  box-shadow: none;
  width: auto;
  white-space: normal;
}
.post-styling .wp-block-gallery .blocks-gallery-image figcaption i,
.post-styling .wp-block-gallery .blocks-gallery-item figcaption i {
  margin-right: 1px;
}
.post-styling .wp-block-gallery .blocks-gallery-image figcaption span,
.post-styling .wp-block-gallery .blocks-gallery-item figcaption span {
  margin: 0 5px;
}
@media (max-width: 500px) {
  .post-styling .wp-block-gallery .blocks-gallery-image figcaption,
  .post-styling .wp-block-gallery .blocks-gallery-item figcaption {
    display: none;
  }
}
.post-styling .wp-block-image {
  margin-bottom: 2em;
  position: relative;
}
.post-styling .wp-block-image:hover figcaption {
  opacity: 1;
  transform: translate(-50%, 0);
}
.post-styling .wp-block-image figure {
  position: relative;
}
.post-styling .wp-block-image figcaption {
  font-size: 13px;
  transition: all 300ms ease-in-out;
  opacity: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 50%);
  line-height: 28px;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  padding: 0 10px;
  margin-top: 0;
  margin-bottom: 0;
  white-space: normal;
}
.post-styling .wp-block-image figcaption i {
  margin-right: 1px;
}
.post-styling .wp-block-image figcaption span {
  margin: 0 5px;
}
@media (max-width: 500px) {
  .post-styling .wp-block-image figcaption {
    display: none;
  }
}
.post-styling .post-views {
  display: none;
}
.post-styling .alignleft {
  max-width: 50%;
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
}
@media (max-width: 500px) {
  .post-styling .alignleft {
    float: none;
    margin-right: 0;
  }
}
.post-styling .alignright {
  max-width: 50%;
  float: right;
  margin-left: 2em;
  margin-bottom: 2em;
}
@media (max-width: 500px) {
  .post-styling .alignright {
    float: none;
    margin-left: 0;
  }
}
.post-styling .alignwide {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: 1400px;
}
@media only screen and (min-width: 1100px) {
  .post-styling .alignwide {
    max-width: 950px;
  }
}
.post-styling .alignwide img {
  display: block;
  margin: 0 auto;
}
.post-styling .alignfull {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: 1920px;
}
.post-styling figcaption {
  font-size: 16px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 170%;
}
/* .post-styling */
body.single,
body.page {
  overflow-x: hidden;
  /* content */
}
body.single .wrapper,
body.page .wrapper {
  padding-left: 0;
  padding-right: 0;
}
body.single header.header-main,
body.page header.header-main,
body.single footer.footer-main,
body.page footer.footer-main {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 740px) {
  body.single header.header-main,
  body.page header.header-main,
  body.single footer.footer-main,
  body.page footer.footer-main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.single h1.post-title,
body.page h1.post-title {
  line-height: 115%;
}
body.single .singular-featured,
body.page .singular-featured {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: 1920px;
}
body.single .singular-featured img,
body.page .singular-featured img {
  height: auto !important;
}
body.single .content,
body.page .content {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  /* article */
}
body.single .content .post-title,
body.page .content .post-title {
  max-width: 700px;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 700px) {
  body.single .content .post-title,
  body.page .content .post-title {
    font-size: 34px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body.single .content .post-header-big,
body.page .content .post-header-big {
  margin-bottom: 30px;
  text-align: center;
}
body.single .content .post-header-big .post-meta,
body.page .content .post-header-big .post-meta {
  padding-bottom: 50px;
}
body.single .content article,
body.page .content article {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
body.single .content article .post-header,
body.page .content article .post-header {
  margin-bottom: 50px;
  text-align: center;
}
body.single .content article .post-date,
body.page .content article .post-date {
  display: inline;
}
body.single .content article .post-date-min,
body.page .content article .post-date-min {
  display: none;
}
body.single .content article .post-content,
body.page .content article .post-content {
  word-wrap: break-word;
  /* Simple Blockquote */
  /* Pull Quote */
  /* Gallery */
  /* Image */
}
body.single .content article .post-content h1,
body.page .content article .post-content h1,
body.single .content article .post-content h2,
body.page .content article .post-content h2,
body.single .content article .post-content h3,
body.page .content article .post-content h3,
body.single .content article .post-content h4,
body.page .content article .post-content h4,
body.single .content article .post-content h5,
body.page .content article .post-content h5,
body.single .content article .post-content h6,
body.page .content article .post-content h6 {
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1.4;
}
body.single .content article .post-content hr,
body.page .content article .post-content hr {
  height: 0;
  padding: 0;
  width: 100%;
  margin: 2em 0 2em 0;
  border: 0;
  clear: both;
}
body.single .content article .post-content ul,
body.page .content article .post-content ul {
  list-style: disc;
}
body.single .content article .post-content ul:not( .wp-block-gallery ),
body.page .content article .post-content ul:not( .wp-block-gallery ),
body.single .content article .post-content ol,
body.page .content article .post-content ol,
body.single .content article .post-content ul.editor-rich-text__tinymce,
body.page .content article .post-content ul.editor-rich-text__tinymce,
body.single .content article .post-content ol.editor-rich-text__tinymce,
body.page .content article .post-content ol.editor-rich-text__tinymce {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 2em;
  padding-left: 20px;
  margin-left: 0;
}
body.single .content article .post-content ul:not( .wp-block-gallery ) ul,
body.page .content article .post-content ul:not( .wp-block-gallery ) ul,
body.single .content article .post-content ol ul,
body.page .content article .post-content ol ul,
body.single .content article .post-content ul.editor-rich-text__tinymce ul,
body.page .content article .post-content ul.editor-rich-text__tinymce ul,
body.single .content article .post-content ol.editor-rich-text__tinymce ul,
body.page .content article .post-content ol.editor-rich-text__tinymce ul,
body.single .content article .post-content ul:not( .wp-block-gallery ) ol,
body.page .content article .post-content ul:not( .wp-block-gallery ) ol,
body.single .content article .post-content ol ol,
body.page .content article .post-content ol ol,
body.single .content article .post-content ul.editor-rich-text__tinymce ol,
body.page .content article .post-content ul.editor-rich-text__tinymce ol,
body.single .content article .post-content ol.editor-rich-text__tinymce ol,
body.page .content article .post-content ol.editor-rich-text__tinymce ol {
  margin-top: 5px;
  margin-bottom: 5px;
}
body.single .content article .post-content ul:not( .wp-block-gallery ) ul,
body.page .content article .post-content ul:not( .wp-block-gallery ) ul,
body.single .content article .post-content ol ul,
body.page .content article .post-content ol ul,
body.single .content article .post-content ul.editor-rich-text__tinymce ul,
body.page .content article .post-content ul.editor-rich-text__tinymce ul,
body.single .content article .post-content ol.editor-rich-text__tinymce ul,
body.page .content article .post-content ol.editor-rich-text__tinymce ul {
  list-style-type: circle;
}
body.single .content article .post-content ul:not( .wp-block-gallery ) li,
body.page .content article .post-content ul:not( .wp-block-gallery ) li,
body.single .content article .post-content ol li,
body.page .content article .post-content ol li,
body.single .content article .post-content ul.editor-rich-text__tinymce li,
body.page .content article .post-content ul.editor-rich-text__tinymce li,
body.single .content article .post-content ol.editor-rich-text__tinymce li,
body.page .content article .post-content ol.editor-rich-text__tinymce li {
  margin-bottom: 5px;
  line-height: 1.8;
}
body.single .content article .post-content pre:not( .wp-block-verse ),
body.page .content article .post-content pre:not( .wp-block-verse ) {
  padding: 20px;
  word-wrap: normal;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 2em;
  tab-size: 4;
}
body.single .content article .post-content pre:not( .wp-block-verse ) code,
body.page .content article .post-content pre:not( .wp-block-verse ) code {
  background: transparent;
}
body.single .content article .post-content code,
body.page .content article .post-content code {
  word-wrap: normal;
  line-height: 120%;
  padding: 5px;
}
body.single .content article .post-content figure.alignright,
body.page .content article .post-content figure.alignright,
body.single .content article .post-content figure.alignleft,
body.page .content article .post-content figure.alignleft {
  max-width: 50%;
}
@media (max-width: 500px) {
  body.single .content article .post-content figure.alignright,
  body.page .content article .post-content figure.alignright,
  body.single .content article .post-content figure.alignleft,
  body.page .content article .post-content figure.alignleft {
    max-width: 100%;
  }
}
body.single .content article .post-content table,
body.page .content article .post-content table {
  width: 100%;
  margin-bottom: 2em;
  text-align: left;
}
body.single .content article .post-content table td,
body.page .content article .post-content table td,
body.single .content article .post-content table th,
body.page .content article .post-content table th {
  padding: 15px;
  line-height: 1.8;
}
body.single .content article .post-content table td:focus,
body.page .content article .post-content table td:focus,
body.single .content article .post-content table th:focus,
body.page .content article .post-content table th:focus {
  outline: none;
}
body.single .content article .post-content table .wp-block-table__cell-content,
body.page .content article .post-content table .wp-block-table__cell-content {
  padding: 0;
}
body.single .content article .post-content .wp-block-button.is-style-squared .wp-block-button__link,
body.page .content article .post-content .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
body.single .content article .post-content .wp-block-quote,
body.page .content article .post-content .wp-block-quote {
  margin: 0;
  padding: 0;
  border-left: 0 !important;
  padding-top: 20px !important;
  padding-left: 50px !important;
  margin-bottom: 2em;
  position: relative;
}
body.single .content article .post-content .wp-block-quote:before,
body.page .content article .post-content .wp-block-quote:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 25px;
  left: 0;
  margin-bottom: 20px;
  font-size: 30px;
  content: '\f10e';
}
body.single .content article .post-content .wp-block-quote cite,
body.page .content article .post-content .wp-block-quote cite {
  margin-top: 1em;
  display: block;
  line-height: 1.8;
  text-align: left;
  font-size: 16px;
}
body.single .content article .post-content .wp-block-quote .wp-block-quote__citation,
body.page .content article .post-content .wp-block-quote .wp-block-quote__citation {
  font-style: italic;
  text-transform: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
body.single .content article .post-content .wp-block-quote p,
body.page .content article .post-content .wp-block-quote p {
  margin-top: 0;
  margin-bottom: 1em;
}
body.single .content article .post-content .wp-block-quote p:only-child,
body.page .content article .post-content .wp-block-quote p:only-child {
  margin-bottom: 0;
}
body.single .content article .post-content .wp-block-quote p:last-of-type,
body.page .content article .post-content .wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
body.single .content article .post-content .wp-block-quote.is-large p,
body.page .content article .post-content .wp-block-quote.is-large p {
  font-size: 24px !important;
  font-style: normal;
}
body.single .content article .post-content .wp-block-pullquote,
body.page .content article .post-content .wp-block-pullquote {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 2em;
}
body.single .content article .post-content .wp-block-pullquote p,
body.page .content article .post-content .wp-block-pullquote p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 24px !important;
  line-height: 170%;
}
body.single .content article .post-content .wp-block-pullquote p:only-child,
body.page .content article .post-content .wp-block-pullquote p:only-child {
  margin-bottom: 0;
}
body.single .content article .post-content .wp-block-pullquote p:last-of-type,
body.page .content article .post-content .wp-block-pullquote p:last-of-type {
  margin-bottom: 0;
}
body.single .content article .post-content .wp-block-pullquote cite,
body.page .content article .post-content .wp-block-pullquote cite {
  margin-top: 1em;
  display: block;
  line-height: 1.8;
}
body.single .content article .post-content .wp-block-pullquote blockquote,
body.page .content article .post-content .wp-block-pullquote blockquote {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 700px !important;
}
body.single .content article .post-content .wp-block-pullquote .wp-block-pullquote__citation,
body.page .content article .post-content .wp-block-pullquote .wp-block-pullquote__citation {
  margin-top: 1em;
  font-style: italic;
  text-transform: none;
  font-size: 16px;
}
body.single .content article .post-content .wp-block-pullquote.is-style-solid-color blockquote,
body.page .content article .post-content .wp-block-pullquote.is-style-solid-color blockquote {
  padding: 30px;
}
body.single .content article .post-content .wp-block-pullquote.is-style-solid-color blockquote p,
body.page .content article .post-content .wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 1em;
}
body.single .content article .post-content .wp-block-pullquote.is-style-solid-color blockquote p:only-child,
body.page .content article .post-content .wp-block-pullquote.is-style-solid-color blockquote p:only-child {
  margin-bottom: 0;
}
body.single .content article .post-content .wp-block-pullquote.is-style-solid-color blockquote p:last-of-type,
body.page .content article .post-content .wp-block-pullquote.is-style-solid-color blockquote p:last-of-type {
  margin-bottom: 0;
}
body.single .content article .post-content .wp-block-pullquote.alignwide,
body.page .content article .post-content .wp-block-pullquote.alignwide,
body.single .content article .post-content .wp-block-pullquote.alignfull,
body.page .content article .post-content .wp-block-pullquote.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
body.single .content article .post-content .wp-block-pullquote.alignwide blockquote,
body.page .content article .post-content .wp-block-pullquote.alignwide blockquote,
body.single .content article .post-content .wp-block-pullquote.alignfull blockquote,
body.page .content article .post-content .wp-block-pullquote.alignfull blockquote {
  text-align: center;
}
body.single .content article .post-content .wp-block-pullquote.alignleft,
body.page .content article .post-content .wp-block-pullquote.alignleft {
  margin-right: 2em;
  max-width: 50%;
}
@media (max-width: 500px) {
  body.single .content article .post-content .wp-block-pullquote.alignleft,
  body.page .content article .post-content .wp-block-pullquote.alignleft {
    max-width: 100%;
    margin-right: 0;
  }
}
body.single .content article .post-content .wp-block-pullquote.alignright,
body.page .content article .post-content .wp-block-pullquote.alignright {
  margin-left: 2em;
  max-width: 50%;
}
@media (max-width: 500px) {
  body.single .content article .post-content .wp-block-pullquote.alignright,
  body.page .content article .post-content .wp-block-pullquote.alignright {
    max-width: 100%;
    margin-left: 0;
  }
}
body.single .content article .post-content .wp-caption,
body.page .content article .post-content .wp-caption {
  display: block;
  font-size: 16px;
  text-align: center;
}
body.single .content article .post-content .wp-caption-text,
body.page .content article .post-content .wp-caption-text {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
body.single .content article .post-content .gallery-caption,
body.page .content article .post-content .gallery-caption {
  font-size: 16px;
  margin-bottom: 11px;
  padding: 0 10px;
}
body.single .content article .post-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots),
body.page .content article .post-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
body.single .content article .post-content .wp-block-verse,
body.page .content article .post-content .wp-block-verse {
  line-height: 150%;
  margin-bottom: 2em;
}
body.single .content article .post-content .wp-block-verse pre,
body.page .content article .post-content .wp-block-verse pre {
  background: transparent;
  border-left: 0;
  padding: 0;
}
body.single .content article .post-content .wp-block-columns i,
body.page .content article .post-content .wp-block-columns i {
  margin-right: 15px;
}
body.single .content article .post-content .wp-block-code,
body.page .content article .post-content .wp-block-code {
  margin-bottom: 2em;
}
body.single .content article .post-content .wp-block-gallery,
body.page .content article .post-content .wp-block-gallery {
  padding-left: 0;
}
body.single .content article .post-content .wp-block-subhead,
body.page .content article .post-content .wp-block-subhead {
  font-size: 24px;
}
body.single .content article .post-content .wp-block-media-text,
body.page .content article .post-content .wp-block-media-text {
  margin-bottom: 2em;
}
body.single .content article .post-content .wp-block-video video,
body.page .content article .post-content .wp-block-video video {
  max-width: 100%;
}
body.single .content article .post-content .wp-block-latest-posts,
body.page .content article .post-content .wp-block-latest-posts {
  padding-left: 20px;
}
body.single .content article .post-content .wp-block-latest-posts.is-grid,
body.page .content article .post-content .wp-block-latest-posts.is-grid {
  list-style-type: none;
  padding-left: 0;
}
body.single .content article .post-content .wp-block-latest-comments,
body.page .content article .post-content .wp-block-latest-comments {
  padding-left: 20px;
}
body.single .content article .post-content .wp-block-latest-comments p,
body.page .content article .post-content .wp-block-latest-comments p {
  font-size: 16px;
}
body.single .content article .post-content .wp-block-cover p:only-child,
body.page .content article .post-content .wp-block-cover p:only-child {
  margin-bottom: 0;
}
body.single .content article .post-content .wp-block-cover-image,
body.page .content article .post-content .wp-block-cover-image {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  height: 70vh;
  padding: 0 20px;
}
@media (max-width: 740px) {
  body.single .content article .post-content .wp-block-cover-image,
  body.page .content article .post-content .wp-block-cover-image {
    height: auto;
  }
}
body.single .content article .post-content .wp-block-cover-image p,
body.page .content article .post-content .wp-block-cover-image p {
  margin-bottom: 0;
}
body.single .content article .post-content .wp-block-button__link,
body.page .content article .post-content .wp-block-button__link {
  border: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
body.single .content article .post-content .wp-block-preformatted pre,
body.page .content article .post-content .wp-block-preformatted pre {
  font-size: 1em;
}
body.single .content article .post-content .wp-block-table td,
body.page .content article .post-content .wp-block-table td,
body.single .content article .post-content .wp-block-table th,
body.page .content article .post-content .wp-block-table th {
  border: 0;
}
body.single .content article .post-content button,
body.page .content article .post-content button {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  border: 0;
  padding: 12px 24px;
  border-radius: 6px;
  margin: 0 0 5px 0;
  width: auto;
  text-decoration: none !important;
  line-height: 1.8;
  position: relative;
  transition: all 250ms ease-in-out;
  border-bottom: 0;
}
body.single .content article .post-content button:hover,
body.page .content article .post-content button:hover {
  color: #fff !important;
}
body.single .content article .post-content button:hover,
body.page .content article .post-content button:hover {
  opacity: 0.8;
}
body.single .content article .post-content button:focus,
body.page .content article .post-content button:focus {
  outline: none;
  border: 0;
}
body.single .content article .post-content button .fa,
body.page .content article .post-content button .fa {
  margin: 0 5px 0 0;
}
body.single .content article .post-content textarea,
body.page .content article .post-content textarea {
  height: 250px;
}
body.single .content article .post-content label,
body.page .content article .post-content label {
  display: inline-block;
}
body.single .content article .post-content input:not([type="submit"]):not([type="radio"]),
body.page .content article .post-content input:not([type="submit"]):not([type="radio"]),
body.single .content article .post-content textarea,
body.page .content article .post-content textarea {
  width: 100%;
}
body.single .content article .post-content input[type="radio"],
body.page .content article .post-content input[type="radio"] {
  vertical-align: baseline;
  display: inline-block;
}
body.single .content article .post-content input,
body.page .content article .post-content input {
  margin-bottom: 0;
}
body.single .content article .post-content p,
body.page .content article .post-content p,
body.single .content article .post-content center,
body.page .content article .post-content center {
  margin: 0 0 1.7em 0;
  padding: 0;
}
body.single .content article .post-content p.has-large-font-size,
body.page .content article .post-content p.has-large-font-size {
  margin: 0 0 1em 0;
}
body.single .content article .post-content a,
body.page .content article .post-content a {
  text-decoration: underline;
}
body.single .content article .post-content div,
body.page .content article .post-content div {
  max-width: 100%;
}
body.single .content article .post-content address,
body.page .content article .post-content address {
  margin-bottom: 2em;
}
body.single .content article .post-content iframe,
body.page .content article .post-content iframe {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
body.single .content article .post-content audio,
body.page .content article .post-content audio {
  width: 100%;
}
body.single .content article .post-content > iframe,
body.page .content article .post-content > iframe {
  margin-bottom: 2em;
}
body.single .content article .post-content img,
body.page .content article .post-content img {
  height: auto !important;
}
body.single .content article .post-content > figure,
body.page .content article .post-content > figure {
  margin-bottom: 2em;
  position: relative;
}
body.single .content article .post-content .wp-block-gallery .blocks-gallery-image,
body.page .content article .post-content .wp-block-gallery .blocks-gallery-image,
body.single .content article .post-content .wp-block-gallery .blocks-gallery-item,
body.page .content article .post-content .wp-block-gallery .blocks-gallery-item {
  position: relative;
}
body.single .content article .post-content .wp-block-gallery .blocks-gallery-image:hover figcaption,
body.page .content article .post-content .wp-block-gallery .blocks-gallery-image:hover figcaption,
body.single .content article .post-content .wp-block-gallery .blocks-gallery-item:hover figcaption,
body.page .content article .post-content .wp-block-gallery .blocks-gallery-item:hover figcaption {
  opacity: 1;
  transform: translate(-50%, 0);
}
body.single .content article .post-content .wp-block-gallery .blocks-gallery-image figure,
body.page .content article .post-content .wp-block-gallery .blocks-gallery-image figure,
body.single .content article .post-content .wp-block-gallery .blocks-gallery-item figure,
body.page .content article .post-content .wp-block-gallery .blocks-gallery-item figure {
  position: relative;
}
body.single .content article .post-content .wp-block-gallery .blocks-gallery-image figure:before,
body.page .content article .post-content .wp-block-gallery .blocks-gallery-image figure:before,
body.single .content article .post-content .wp-block-gallery .blocks-gallery-item figure:before,
body.page .content article .post-content .wp-block-gallery .blocks-gallery-item figure:before {
  background: transparent;
  opacity: 0;
  pointer-events: none;
}
body.single .content article .post-content .wp-block-gallery .blocks-gallery-image figcaption,
body.page .content article .post-content .wp-block-gallery .blocks-gallery-image figcaption,
body.single .content article .post-content .wp-block-gallery .blocks-gallery-item figcaption,
body.page .content article .post-content .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 13px;
  transition: all 300ms ease-in-out;
  opacity: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 50%);
  line-height: 28px;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  padding: 0 10px;
  box-shadow: none;
  width: auto;
  white-space: normal;
}
body.single .content article .post-content .wp-block-gallery .blocks-gallery-image figcaption i,
body.page .content article .post-content .wp-block-gallery .blocks-gallery-image figcaption i,
body.single .content article .post-content .wp-block-gallery .blocks-gallery-item figcaption i,
body.page .content article .post-content .wp-block-gallery .blocks-gallery-item figcaption i {
  margin-right: 1px;
}
body.single .content article .post-content .wp-block-gallery .blocks-gallery-image figcaption span,
body.page .content article .post-content .wp-block-gallery .blocks-gallery-image figcaption span,
body.single .content article .post-content .wp-block-gallery .blocks-gallery-item figcaption span,
body.page .content article .post-content .wp-block-gallery .blocks-gallery-item figcaption span {
  margin: 0 5px;
}
@media (max-width: 500px) {
  body.single .content article .post-content .wp-block-gallery .blocks-gallery-image figcaption,
  body.page .content article .post-content .wp-block-gallery .blocks-gallery-image figcaption,
  body.single .content article .post-content .wp-block-gallery .blocks-gallery-item figcaption,
  body.page .content article .post-content .wp-block-gallery .blocks-gallery-item figcaption {
    display: none;
  }
}
body.single .content article .post-content .wp-block-image,
body.page .content article .post-content .wp-block-image {
  margin-bottom: 2em;
  position: relative;
}
body.single .content article .post-content .wp-block-image:hover figcaption,
body.page .content article .post-content .wp-block-image:hover figcaption {
  opacity: 1;
  transform: translate(-50%, 0);
}
body.single .content article .post-content .wp-block-image figure,
body.page .content article .post-content .wp-block-image figure {
  position: relative;
}
body.single .content article .post-content .wp-block-image figcaption,
body.page .content article .post-content .wp-block-image figcaption {
  font-size: 13px;
  transition: all 300ms ease-in-out;
  opacity: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 50%);
  line-height: 28px;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  padding: 0 10px;
  margin-top: 0;
  margin-bottom: 0;
  white-space: normal;
}
body.single .content article .post-content .wp-block-image figcaption i,
body.page .content article .post-content .wp-block-image figcaption i {
  margin-right: 1px;
}
body.single .content article .post-content .wp-block-image figcaption span,
body.page .content article .post-content .wp-block-image figcaption span {
  margin: 0 5px;
}
@media (max-width: 500px) {
  body.single .content article .post-content .wp-block-image figcaption,
  body.page .content article .post-content .wp-block-image figcaption {
    display: none;
  }
}
body.single .content article .post-content .post-views,
body.page .content article .post-content .post-views {
  display: none;
}
body.single .content article .post-content .alignleft,
body.page .content article .post-content .alignleft {
  max-width: 50%;
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
}
@media (max-width: 500px) {
  body.single .content article .post-content .alignleft,
  body.page .content article .post-content .alignleft {
    float: none;
    margin-right: 0;
  }
}
body.single .content article .post-content .alignright,
body.page .content article .post-content .alignright {
  max-width: 50%;
  float: right;
  margin-left: 2em;
  margin-bottom: 2em;
}
@media (max-width: 500px) {
  body.single .content article .post-content .alignright,
  body.page .content article .post-content .alignright {
    float: none;
    margin-left: 0;
  }
}
body.single .content article .post-content .alignwide,
body.page .content article .post-content .alignwide {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: 1400px;
}
@media only screen and (min-width: 1100px) {
  body.single .content article .post-content .alignwide,
  body.page .content article .post-content .alignwide {
    max-width: 950px;
  }
}
body.single .content article .post-content .alignwide img,
body.page .content article .post-content .alignwide img {
  display: block;
  margin: 0 auto;
}
body.single .content article .post-content .alignfull,
body.page .content article .post-content .alignfull {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: 1920px;
}
body.single .content article .post-content figcaption,
body.page .content article .post-content figcaption {
  font-size: 16px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 170%;
}
body.single .content article .author-bio,
body.page .content article .author-bio {
  padding: 50px;
}
body.single .content article .author-bio .person,
body.page .content article .author-bio .person {
  flex: 1;
  margin-bottom: 0;
}
@media (max-width: 740px) {
  body.single .content article .author-bio,
  body.page .content article .author-bio {
    padding: 30px;
  }
}
body.single .content .post-footer,
body.page .content .post-footer {
  clear: both;
}
/* .post-share */
/* Social Share Buttons */
.theme-body.social_share .post-share {
  display: block;
}
.post-share {
  display: none;
  margin-top: 0;
  margin-bottom: 50px;
  width: 100%;
}
.post-share .share-buttons {
  display: flex;
}
.post-share .share-buttons .callout {
  font-size: 14px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  text-transform: uppercase;
}
.post-share .share-buttons > div {
  margin-right: 10px;
}
.post-share .share-buttons > div a {
  transition: all 250ms ease-in-out;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-share .share-buttons > div i {
  font-size: 20px;
}
/* .post-share */
.post-tags {
  margin-bottom: 50px;
}
.post-pages {
  margin-bottom: 50px;
  clear: both;
}
.post-pages .page-links-title {
  display: inline;
  padding-right: 10px;
}
.post-pages > span,
.post-pages a {
  display: inline-block;
  padding: 5px 10px;
  transition: all 250ms ease-in-out;
}
.post-pages a:hover {
  opacity: 0.7;
}
.post-pages > span {
  color: #fff;
}
body.page .content article .post-header {
  margin-bottom: 30px;
}
body.page .content-singular {
  border-bottom: 0 !important;
}
body.page.page-template-custom-full-width .content {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: 0;
  display: block;
}
/* Comments Styling */
.comments {
  width: 100%;
  padding: 0;
  margin-top: 50px;
  /* respond form */
}
.comments > h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
}
.comments .list-comments {
  padding: 0;
  margin: 0;
}
.comments .list-comments ul {
  list-style: none;
}
.comments .list-comments > li {
  list-style-type: none;
}
.comments .list-comments form {
  margin-bottom: 50px;
}
.comments #reply-title small a {
  margin-top: 25px;
  display: block;
  font-size: 16px;
}
.comments #respond > h3 {
  padding: 0 0 20px 0;
  margin: 0;
}
.comments #respond code,
.comments #respond label {
  display: block;
}
.comments #respond label {
  font-size: 16px;
  margin-bottom: 5px;
}
.comments #respond textarea,
.comments #respond input[type='text'],
.comments #respond input[type='email'] {
  width: 100%;
}
.comments #respond .form-allowed-tags {
  display: none;
}
.comments #respond #submit {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  border: 0;
  padding: 12px 24px;
  border-radius: 6px;
  margin: 0 0 5px 0;
  width: auto;
  text-decoration: none !important;
  line-height: 1.8;
  position: relative;
  transition: all 250ms ease-in-out;
  margin-bottom: 0;
  margin-top: 10px;
}
.comments #respond #submit:hover {
  color: #fff !important;
}
.comments #respond #submit:hover {
  opacity: 0.8;
}
.comments #respond #submit:focus {
  outline: none;
  border: 0;
}
.comments #respond #submit .fa {
  margin: 0 5px 0 0;
}
.comments #respond p {
  margin: 0;
  padding: 0;
}
.comments #respond .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}
.comments #respond .comment-form-cookies-consent label {
  margin-left: 10px;
  margin-bottom: 0;
}
.comments #respond form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comments #respond form .form-submit {
  flex: 1 1 100%;
}
.comments #respond form .comment-form-comment,
.comments #respond form .comment-form-cookies-consent {
  flex: 1 1 100%;
  margin-bottom: 20px;
}
.comments #respond form .comment-form-author,
.comments #respond form .comment-form-email,
.comments #respond form .comment-form-url {
  flex: 0 0 32%;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .comments #respond form .comment-form-author,
  .comments #respond form .comment-form-email,
  .comments #respond form .comment-form-url {
    flex: 1 1 100%;
  }
}
.comments #respond form .comment-notes,
.comments #respond form .logged-in-as {
  margin: 0 0 30px 0;
  flex: 1 1 100%;
}
.comments .comment-body {
  /* Simple Blockquote */
  /* Pull Quote */
  /* Gallery */
  /* Image */
  position: relative;
  margin: 0 0 50px 0;
  word-wrap: break-word;
}
.comments .comment-body h1,
.comments .comment-body h2,
.comments .comment-body h3,
.comments .comment-body h4,
.comments .comment-body h5,
.comments .comment-body h6 {
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1.4;
}
.comments .comment-body hr {
  height: 0;
  padding: 0;
  width: 100%;
  margin: 2em 0 2em 0;
  border: 0;
  clear: both;
}
.comments .comment-body ul {
  list-style: disc;
}
.comments .comment-body ul:not( .wp-block-gallery ),
.comments .comment-body ol,
.comments .comment-body ul.editor-rich-text__tinymce,
.comments .comment-body ol.editor-rich-text__tinymce {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 2em;
  padding-left: 20px;
  margin-left: 0;
}
.comments .comment-body ul:not( .wp-block-gallery ) ul,
.comments .comment-body ol ul,
.comments .comment-body ul.editor-rich-text__tinymce ul,
.comments .comment-body ol.editor-rich-text__tinymce ul,
.comments .comment-body ul:not( .wp-block-gallery ) ol,
.comments .comment-body ol ol,
.comments .comment-body ul.editor-rich-text__tinymce ol,
.comments .comment-body ol.editor-rich-text__tinymce ol {
  margin-top: 5px;
  margin-bottom: 5px;
}
.comments .comment-body ul:not( .wp-block-gallery ) ul,
.comments .comment-body ol ul,
.comments .comment-body ul.editor-rich-text__tinymce ul,
.comments .comment-body ol.editor-rich-text__tinymce ul {
  list-style-type: circle;
}
.comments .comment-body ul:not( .wp-block-gallery ) li,
.comments .comment-body ol li,
.comments .comment-body ul.editor-rich-text__tinymce li,
.comments .comment-body ol.editor-rich-text__tinymce li {
  margin-bottom: 5px;
  line-height: 1.8;
}
.comments .comment-body pre:not( .wp-block-verse ) {
  padding: 20px;
  word-wrap: normal;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 2em;
  tab-size: 4;
}
.comments .comment-body pre:not( .wp-block-verse ) code {
  background: transparent;
}
.comments .comment-body code {
  word-wrap: normal;
  line-height: 120%;
  padding: 5px;
}
.comments .comment-body figure.alignright,
.comments .comment-body figure.alignleft {
  max-width: 50%;
}
@media (max-width: 500px) {
  .comments .comment-body figure.alignright,
  .comments .comment-body figure.alignleft {
    max-width: 100%;
  }
}
.comments .comment-body table {
  width: 100%;
  margin-bottom: 2em;
  text-align: left;
}
.comments .comment-body table td,
.comments .comment-body table th {
  padding: 15px;
  line-height: 1.8;
}
.comments .comment-body table td:focus,
.comments .comment-body table th:focus {
  outline: none;
}
.comments .comment-body table .wp-block-table__cell-content {
  padding: 0;
}
.comments .comment-body .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.comments .comment-body .wp-block-quote {
  margin: 0;
  padding: 0;
  border-left: 0 !important;
  padding-top: 20px !important;
  padding-left: 50px !important;
  margin-bottom: 2em;
  position: relative;
}
.comments .comment-body .wp-block-quote:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 25px;
  left: 0;
  margin-bottom: 20px;
  font-size: 30px;
  content: '\f10e';
}
.comments .comment-body .wp-block-quote cite {
  margin-top: 1em;
  display: block;
  line-height: 1.8;
  text-align: left;
  font-size: 16px;
}
.comments .comment-body .wp-block-quote .wp-block-quote__citation {
  font-style: italic;
  text-transform: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.comments .comment-body .wp-block-quote p {
  margin-top: 0;
  margin-bottom: 1em;
}
.comments .comment-body .wp-block-quote p:only-child {
  margin-bottom: 0;
}
.comments .comment-body .wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
.comments .comment-body .wp-block-quote.is-large p {
  font-size: 24px !important;
  font-style: normal;
}
.comments .comment-body .wp-block-pullquote {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 2em;
}
.comments .comment-body .wp-block-pullquote p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 24px !important;
  line-height: 170%;
}
.comments .comment-body .wp-block-pullquote p:only-child {
  margin-bottom: 0;
}
.comments .comment-body .wp-block-pullquote p:last-of-type {
  margin-bottom: 0;
}
.comments .comment-body .wp-block-pullquote cite {
  margin-top: 1em;
  display: block;
  line-height: 1.8;
}
.comments .comment-body .wp-block-pullquote blockquote {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 700px !important;
}
.comments .comment-body .wp-block-pullquote .wp-block-pullquote__citation {
  margin-top: 1em;
  font-style: italic;
  text-transform: none;
  font-size: 16px;
}
.comments .comment-body .wp-block-pullquote.is-style-solid-color blockquote {
  padding: 30px;
}
.comments .comment-body .wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 1em;
}
.comments .comment-body .wp-block-pullquote.is-style-solid-color blockquote p:only-child {
  margin-bottom: 0;
}
.comments .comment-body .wp-block-pullquote.is-style-solid-color blockquote p:last-of-type {
  margin-bottom: 0;
}
.comments .comment-body .wp-block-pullquote.alignwide,
.comments .comment-body .wp-block-pullquote.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.comments .comment-body .wp-block-pullquote.alignwide blockquote,
.comments .comment-body .wp-block-pullquote.alignfull blockquote {
  text-align: center;
}
.comments .comment-body .wp-block-pullquote.alignleft {
  margin-right: 2em;
  max-width: 50%;
}
@media (max-width: 500px) {
  .comments .comment-body .wp-block-pullquote.alignleft {
    max-width: 100%;
    margin-right: 0;
  }
}
.comments .comment-body .wp-block-pullquote.alignright {
  margin-left: 2em;
  max-width: 50%;
}
@media (max-width: 500px) {
  .comments .comment-body .wp-block-pullquote.alignright {
    max-width: 100%;
    margin-left: 0;
  }
}
.comments .comment-body .wp-caption {
  display: block;
  font-size: 16px;
  text-align: center;
}
.comments .comment-body .wp-caption-text {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.comments .comment-body .gallery-caption {
  font-size: 16px;
  margin-bottom: 11px;
  padding: 0 10px;
}
.comments .comment-body .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.comments .comment-body .wp-block-verse {
  line-height: 150%;
  margin-bottom: 2em;
}
.comments .comment-body .wp-block-verse pre {
  background: transparent;
  border-left: 0;
  padding: 0;
}
.comments .comment-body .wp-block-columns i {
  margin-right: 15px;
}
.comments .comment-body .wp-block-code {
  margin-bottom: 2em;
}
.comments .comment-body .wp-block-gallery {
  padding-left: 0;
}
.comments .comment-body .wp-block-subhead {
  font-size: 24px;
}
.comments .comment-body .wp-block-media-text {
  margin-bottom: 2em;
}
.comments .comment-body .wp-block-video video {
  max-width: 100%;
}
.comments .comment-body .wp-block-latest-posts {
  padding-left: 20px;
}
.comments .comment-body .wp-block-latest-posts.is-grid {
  list-style-type: none;
  padding-left: 0;
}
.comments .comment-body .wp-block-latest-comments {
  padding-left: 20px;
}
.comments .comment-body .wp-block-latest-comments p {
  font-size: 16px;
}
.comments .comment-body .wp-block-cover p:only-child {
  margin-bottom: 0;
}
.comments .comment-body .wp-block-cover-image {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  height: 70vh;
  padding: 0 20px;
}
@media (max-width: 740px) {
  .comments .comment-body .wp-block-cover-image {
    height: auto;
  }
}
.comments .comment-body .wp-block-cover-image p {
  margin-bottom: 0;
}
.comments .comment-body .wp-block-button__link {
  border: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
.comments .comment-body .wp-block-preformatted pre {
  font-size: 1em;
}
.comments .comment-body .wp-block-table td,
.comments .comment-body .wp-block-table th {
  border: 0;
}
.comments .comment-body button {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  border: 0;
  padding: 12px 24px;
  border-radius: 6px;
  margin: 0 0 5px 0;
  width: auto;
  text-decoration: none !important;
  line-height: 1.8;
  position: relative;
  transition: all 250ms ease-in-out;
  border-bottom: 0;
}
.comments .comment-body button:hover {
  color: #fff !important;
}
.comments .comment-body button:hover {
  opacity: 0.8;
}
.comments .comment-body button:focus {
  outline: none;
  border: 0;
}
.comments .comment-body button .fa {
  margin: 0 5px 0 0;
}
.comments .comment-body textarea {
  height: 250px;
}
.comments .comment-body label {
  display: inline-block;
}
.comments .comment-body input:not([type="submit"]):not([type="radio"]),
.comments .comment-body textarea {
  width: 100%;
}
.comments .comment-body input[type="radio"] {
  vertical-align: baseline;
  display: inline-block;
}
.comments .comment-body input {
  margin-bottom: 0;
}
.comments .comment-body p,
.comments .comment-body center {
  margin: 0 0 1.7em 0;
  padding: 0;
}
.comments .comment-body p.has-large-font-size {
  margin: 0 0 1em 0;
}
.comments .comment-body a {
  text-decoration: underline;
}
.comments .comment-body div {
  max-width: 100%;
}
.comments .comment-body address {
  margin-bottom: 2em;
}
.comments .comment-body iframe {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.comments .comment-body audio {
  width: 100%;
}
.comments .comment-body > iframe {
  margin-bottom: 2em;
}
.comments .comment-body img {
  height: auto !important;
}
.comments .comment-body > figure {
  margin-bottom: 2em;
  position: relative;
}
.comments .comment-body .wp-block-gallery .blocks-gallery-image,
.comments .comment-body .wp-block-gallery .blocks-gallery-item {
  position: relative;
}
.comments .comment-body .wp-block-gallery .blocks-gallery-image:hover figcaption,
.comments .comment-body .wp-block-gallery .blocks-gallery-item:hover figcaption {
  opacity: 1;
  transform: translate(-50%, 0);
}
.comments .comment-body .wp-block-gallery .blocks-gallery-image figure,
.comments .comment-body .wp-block-gallery .blocks-gallery-item figure {
  position: relative;
}
.comments .comment-body .wp-block-gallery .blocks-gallery-image figure:before,
.comments .comment-body .wp-block-gallery .blocks-gallery-item figure:before {
  background: transparent;
  opacity: 0;
  pointer-events: none;
}
.comments .comment-body .wp-block-gallery .blocks-gallery-image figcaption,
.comments .comment-body .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 13px;
  transition: all 300ms ease-in-out;
  opacity: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 50%);
  line-height: 28px;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  padding: 0 10px;
  box-shadow: none;
  width: auto;
  white-space: normal;
}
.comments .comment-body .wp-block-gallery .blocks-gallery-image figcaption i,
.comments .comment-body .wp-block-gallery .blocks-gallery-item figcaption i {
  margin-right: 1px;
}
.comments .comment-body .wp-block-gallery .blocks-gallery-image figcaption span,
.comments .comment-body .wp-block-gallery .blocks-gallery-item figcaption span {
  margin: 0 5px;
}
@media (max-width: 500px) {
  .comments .comment-body .wp-block-gallery .blocks-gallery-image figcaption,
  .comments .comment-body .wp-block-gallery .blocks-gallery-item figcaption {
    display: none;
  }
}
.comments .comment-body .wp-block-image {
  margin-bottom: 2em;
  position: relative;
}
.comments .comment-body .wp-block-image:hover figcaption {
  opacity: 1;
  transform: translate(-50%, 0);
}
.comments .comment-body .wp-block-image figure {
  position: relative;
}
.comments .comment-body .wp-block-image figcaption {
  font-size: 13px;
  transition: all 300ms ease-in-out;
  opacity: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 50%);
  line-height: 28px;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  padding: 0 10px;
  margin-top: 0;
  margin-bottom: 0;
  white-space: normal;
}
.comments .comment-body .wp-block-image figcaption i {
  margin-right: 1px;
}
.comments .comment-body .wp-block-image figcaption span {
  margin: 0 5px;
}
@media (max-width: 500px) {
  .comments .comment-body .wp-block-image figcaption {
    display: none;
  }
}
.comments .comment-body .post-views {
  display: none;
}
.comments .comment-body .alignleft {
  max-width: 50%;
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
}
@media (max-width: 500px) {
  .comments .comment-body .alignleft {
    float: none;
    margin-right: 0;
  }
}
.comments .comment-body .alignright {
  max-width: 50%;
  float: right;
  margin-left: 2em;
  margin-bottom: 2em;
}
@media (max-width: 500px) {
  .comments .comment-body .alignright {
    float: none;
    margin-left: 0;
  }
}
.comments .comment-body .alignwide {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: 1400px;
}
@media only screen and (min-width: 1100px) {
  .comments .comment-body .alignwide {
    max-width: 950px;
  }
}
.comments .comment-body .alignwide img {
  display: block;
  margin: 0 auto;
}
.comments .comment-body .alignfull {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: 1920px;
}
.comments .comment-body figcaption {
  font-size: 16px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 170%;
}
.comments .comment-body ol li {
  list-style-type: decimal;
}
.comments .comment-body ul li {
  list-style-type: disc;
}
.comments .comments-closed {
  text-align: center;
}
.comments .comment-author {
  display: flex;
  align-items: flex-start;
  padding-bottom: 30px;
  font-size: 13px;
  font-weight: 600;
}
.comments .comment-author a {
  text-decoration: none;
  text-transform: uppercase;
}
.comments .comment-author img {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  margin: 0 20px 0 0;
  vertical-align: top;
}
.comments .comment-author cite {
  margin-top: 10px;
  font-style: normal;
}
.comments .comment-author span {
  display: none;
}
.comments .comment-meta {
  position: absolute;
  top: 35px;
  left: 84px;
  font-size: 13px;
}
.comments .comment-meta a {
  border-bottom: 0;
}
.comments .comment-meta a:first-child {
  text-decoration: none;
}
.comments .comment-meta a:first-child:hover {
  text-decoration: none;
}
.comments .children {
  margin: 10px 0;
  padding: 0 0 0 30px;
}
@media (max-width: 1000px) {
  .comments .children {
    border-left: 0;
    padding: 0;
  }
}
.comments .reply a {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  border: 0;
  padding: 12px 24px;
  border-radius: 6px;
  margin: 0 0 5px 0;
  width: auto;
  text-decoration: none !important;
  line-height: 1.8;
  position: relative;
  transition: all 250ms ease-in-out;
  padding: 8px 22px;
}
.comments .reply a:hover {
  color: #fff !important;
}
.comments .reply a:hover {
  opacity: 0.8;
}
.comments .reply a:focus {
  outline: none;
  border: 0;
}
.comments .reply a .fa {
  margin: 0 5px 0 0;
}
.comments .comments-pagination {
  margin-bottom: 30px;
}
/* .comments */
/* Sidebar & Widgets Styling */
section.widget {
  font-size: 16px;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.widget button {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  border: 0;
  padding: 12px 24px;
  border-radius: 6px;
  margin: 0 0 5px 0;
  width: auto;
  text-decoration: none !important;
  line-height: 1.8;
  position: relative;
  transition: all 250ms ease-in-out;
}
section.widget button:hover {
  color: #fff !important;
}
section.widget button:hover {
  opacity: 0.8;
}
section.widget button:focus {
  outline: none;
  border: 0;
}
section.widget button .fa {
  margin: 0 5px 0 0;
}
section.widget > h2 {
  text-align: center;
  padding: 0;
  margin-top: 0;
  font-size: 22px;
  margin-bottom: 30px;
}
section.widget.widget_custom_html input,
section.widget.widget_custom_html textarea,
section.widget.widget_custom_html select {
  margin-bottom: 10px;
}
section.widget.widget_recent_entries li,
section.widget.widget_pages li,
section.widget.widget_categories li,
section.widget.widget_recent_comments li,
section.widget.widget_meta li,
section.widget.widget_archive li,
section.widget.PI_SimpleTwitterTweets li,
section.widget.widget_rss li,
section.widget.widget_nav_menu li,
section.widget.widget_rating_filter li,
section.widget.widget_product_categories li,
section.widget.widget_layered_nav_filters li,
section.widget.widget_layered_nav li {
  padding: 12px 0;
}
section.widget.widget_recent_entries li a,
section.widget.widget_pages li a,
section.widget.widget_categories li a,
section.widget.widget_recent_comments li a,
section.widget.widget_meta li a,
section.widget.widget_archive li a,
section.widget.PI_SimpleTwitterTweets li a,
section.widget.widget_rss li a,
section.widget.widget_nav_menu li a,
section.widget.widget_rating_filter li a,
section.widget.widget_product_categories li a,
section.widget.widget_layered_nav_filters li a,
section.widget.widget_layered_nav li a {
  transition: all 250ms ease-in-out;
}
section.widget.widget_recent_entries li ul,
section.widget.widget_pages li ul,
section.widget.widget_categories li ul,
section.widget.widget_recent_comments li ul,
section.widget.widget_meta li ul,
section.widget.widget_archive li ul,
section.widget.PI_SimpleTwitterTweets li ul,
section.widget.widget_rss li ul,
section.widget.widget_nav_menu li ul,
section.widget.widget_rating_filter li ul,
section.widget.widget_product_categories li ul,
section.widget.widget_layered_nav_filters li ul,
section.widget.widget_layered_nav li ul {
  margin-top: 10px;
  padding-top: 10px;
}
section.widget.widget_recent_entries li ul li:last-child,
section.widget.widget_pages li ul li:last-child,
section.widget.widget_categories li ul li:last-child,
section.widget.widget_recent_comments li ul li:last-child,
section.widget.widget_meta li ul li:last-child,
section.widget.widget_archive li ul li:last-child,
section.widget.PI_SimpleTwitterTweets li ul li:last-child,
section.widget.widget_rss li ul li:last-child,
section.widget.widget_nav_menu li ul li:last-child,
section.widget.widget_rating_filter li ul li:last-child,
section.widget.widget_product_categories li ul li:last-child,
section.widget.widget_layered_nav_filters li ul li:last-child,
section.widget.widget_layered_nav li ul li:last-child {
  padding-bottom: 0;
}
section.widget.widget_recent_entries li.chosen a,
section.widget.widget_pages li.chosen a,
section.widget.widget_categories li.chosen a,
section.widget.widget_recent_comments li.chosen a,
section.widget.widget_meta li.chosen a,
section.widget.widget_archive li.chosen a,
section.widget.PI_SimpleTwitterTweets li.chosen a,
section.widget.widget_rss li.chosen a,
section.widget.widget_nav_menu li.chosen a,
section.widget.widget_rating_filter li.chosen a,
section.widget.widget_product_categories li.chosen a,
section.widget.widget_layered_nav_filters li.chosen a,
section.widget.widget_layered_nav li.chosen a {
  font-weight: 600;
}
section.widget.widget_recent_entries li .children,
section.widget.widget_pages li .children,
section.widget.widget_categories li .children,
section.widget.widget_recent_comments li .children,
section.widget.widget_meta li .children,
section.widget.widget_archive li .children,
section.widget.PI_SimpleTwitterTweets li .children,
section.widget.widget_rss li .children,
section.widget.widget_nav_menu li .children,
section.widget.widget_rating_filter li .children,
section.widget.widget_product_categories li .children,
section.widget.widget_layered_nav_filters li .children,
section.widget.widget_layered_nav li .children {
  padding-top: 10px;
  padding-left: 20px;
}
section.widget.widget_recent_entries li:first-child,
section.widget.widget_pages li:first-child,
section.widget.widget_categories li:first-child,
section.widget.widget_recent_comments li:first-child,
section.widget.widget_meta li:first-child,
section.widget.widget_archive li:first-child,
section.widget.PI_SimpleTwitterTweets li:first-child,
section.widget.widget_rss li:first-child,
section.widget.widget_nav_menu li:first-child,
section.widget.widget_rating_filter li:first-child,
section.widget.widget_product_categories li:first-child,
section.widget.widget_layered_nav_filters li:first-child,
section.widget.widget_layered_nav li:first-child {
  padding-top: 0;
}
section.widget #mc_embed_signup input {
  margin-top: 5px;
  margin-bottom: 20px;
}
.sidebar .widget {
  max-width: 700px;
}
.widget {
  word-wrap: break-word;
  line-height: 160%;
}
.widget table {
  width: 100%;
}
.widget .searchform input {
  width: 100%;
}
.widget li {
  line-height: 160%;
}
.widget select {
  max-width: 100%;
}
.widget .screen-reader-text {
  display: none;
}
/* .widget */
/* Dropdown Widgets */
.widget_archive select,
.widget_categories select {
  width: 100%;
}
/* Tag Cloud */
.post-tags a:before,
.widget_tag_cloud a:before {
  content: '#';
}
/* Instagram */
section.null-instagram-feed {
  transition: all 250ms ease-in-out;
}
section.null-instagram-feed.loaded {
  opacity: 1;
}
section.null-instagram-feed ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.null-instagram-feed li {
  flex: 0 1 49%;
  margin-bottom: 6px;
  position: relative;
}
section.null-instagram-feed li a {
  display: block;
}
section.null-instagram-feed li a img {
  display: block;
}
section.null-instagram-feed li:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 250ms ease-in-out;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  pointer-events: none;
}
section.null-instagram-feed li .instagram-meta {
  font-size: 13px;
  transition: all 300ms ease-in-out;
  opacity: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 50%);
  line-height: 28px;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  padding: 0 10px;
}
section.null-instagram-feed li .instagram-meta i {
  margin-right: 1px;
}
section.null-instagram-feed li .instagram-meta span {
  margin: 0 5px;
}
section.null-instagram-feed li .instagram-meta span:last-of-type {
  display: none;
}
@media (min-width: 900px) {
  section.null-instagram-feed li:hover .instagram-meta {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  section.null-instagram-feed li:hover:before {
    opacity: 1;
  }
}
section.null-instagram-feed > p.clear {
  display: none;
}
section.widget_rss a {
  font-size: 18px;
}
section.widget_rss li {
  padding: 10px 0;
}
section.widget_rss .rss-date {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
section.widget_rss cite {
  display: block;
  margin-top: 10px;
}
/* Calendar */
section.widget_calendar {
  width: 100%;
}
section.widget_calendar caption {
  padding: 10px;
}
section.widget_calendar caption {
  color: #fff !important;
}
section.widget_calendar thead {
  line-height: 100%;
}
section.widget_calendar thead th {
  text-align: center;
  padding: 10px 0;
  font-weight: normal;
}
section.widget_calendar tbody td {
  text-align: center;
  padding: 2px;
  margin: 0;
}
section.widget_calendar tbody td div,
section.widget_calendar tbody td a {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 42px;
  vertical-align: middle;
  text-align: center;
  transition: all 250ms ease-in-out;
}
section.widget_calendar tbody td a,
section.widget_calendar tbody td a:hover {
  color: #fff !important;
}
section.widget_calendar tfoot #next {
  text-align: right;
}
section.widget_calendar tfoot #prev {
  padding: 5px;
}
/* Thumbnail Featured posts */
section.bekento_thumbnail_recent_posts {
  /* ul */
}
section.bekento_thumbnail_recent_posts ul {
  counter-reset: number;
}
section.bekento_thumbnail_recent_posts ul li {
  counter-increment: number;
  margin-bottom: 10px;
  text-align: left;
}
section.bekento_thumbnail_recent_posts ul li:last-child {
  margin-bottom: 0;
}
section.bekento_thumbnail_recent_posts ul li a {
  cursor: default;
  transition: all 250ms ease-in-out;
  display: flex;
  position: relative;
  align-items: center;
}
section.bekento_thumbnail_recent_posts ul li a span {
  transition: all 250ms ease-in-out;
  cursor: pointer;
}
section.bekento_thumbnail_recent_posts ul li .post-title {
  padding-left: 30px;
}
section.bekento_thumbnail_recent_posts ul li .post-thumbnail {
  cursor: pointer;
}
section.bekento_thumbnail_recent_posts ul li .post-thumbnail:before {
  transition: all 250ms ease-in-out;
  display: block;
  content: "" counter(number) " ";
  line-height: 42px;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
section.bekento_thumbnail_recent_posts ul li .marker {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  font-size: 24px;
  line-height: 42px;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  text-align: center;
  display: none;
  text-align: left;
}
section.bekento_thumbnail_recent_posts ul li .marker:before {
  content: "\f192";
}
section.bekento_thumbnail_recent_posts ul li:first-child .marker {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 42px;
  font-size: 30px;
  display: none;
}
section.bekento_thumbnail_recent_posts ul li:first-child .marker:before {
  content: "\f3c5";
}
section.bekento_thumbnail_recent_posts ul:not(.travel_markers) li .post-thumbnail:before {
  display: none;
}
section.bekento_thumbnail_recent_posts ul.travel_markers .post-thumbnail:before {
  display: none;
}
section.bekento_thumbnail_recent_posts ul.travel_markers .marker {
  display: inline-block;
}
section.bekento_thumbnail_recent_posts ul.travel_markers li:first-child .marker {
  display: inline-block;
}
section.bekento_thumbnail_recent_posts ul.travel_markers:not(.show_images) li .post-title {
  padding-left: 0;
}
section.bekento_thumbnail_recent_posts ul.show_images li {
  margin-bottom: 30px;
}
section.bekento_thumbnail_recent_posts ul.show_images a:hover .post-thumbnail:before,
section.bekento_thumbnail_recent_posts ul.show_images a:hover .marker {
  transform: translate(-50%, -50%) scale(1.1);
}
section.bekento_thumbnail_recent_posts ul.show_images .post-thumbnail {
  background-size: cover;
  background-position: center center;
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  border-radius: 0;
  position: relative;
}
section.bekento_thumbnail_recent_posts ul.show_images .post-thumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.bekento_thumbnail_recent_posts ul.show_images .marker {
  transition: all 250ms ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
}
section.bekento_thumbnail_recent_posts ul.show_images li:first-child .marker {
  font-size: 20px;
}
section.bekento_thumbnail_recent_posts ul:not(.show_images):not(.travel_markers) .post-thumbnail {
  display: none;
}
section.bekento_thumbnail_recent_posts ul:not(.show_images):not(.travel_markers) .post-title {
  padding-left: 0;
}
/* Profile */
section.bekento_profile_widget .author-bio .person {
  display: block;
  margin-bottom: 30px;
  flex: 1 1 100%;
  text-align: center;
}
section.bekento_profile_widget .author-bio .person .picture {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
section.bekento_profile_widget .author-bio .person .text {
  margin-left: 0;
  margin-right: 0;
}
section.bekento_profile_widget .author-bio .person:nth-child(even) .text,
section.bekento_profile_widget .author-bio .person:nth-child(odd) .text,
section.bekento_profile_widget .author-bio .person:only-child .text {
  margin-left: 0;
  margin-right: 0;
}
/* Most Viewed Posts */
section.widget_post_views_counter_list_widget {
  /* ul */
}
section.widget_post_views_counter_list_widget ul {
  counter-reset: number;
}
section.widget_post_views_counter_list_widget ul li {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  counter-increment: number;
}
section.widget_post_views_counter_list_widget ul li:last-child {
  margin-bottom: 0;
}
section.widget_post_views_counter_list_widget ul li a {
  transition: all 250ms ease-in-out;
}
section.widget_post_views_counter_list_widget ul li .post-thumbnail {
  min-width: 100px;
  max-width: 100px;
  position: relative;
}
section.widget_post_views_counter_list_widget ul li .post-thumbnail:before {
  content: "" counter(number) " ";
  position: absolute;
  bottom: 10px;
  left: 10px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  font-size: 13px;
  text-align: center;
}
section.widget_post_views_counter_list_widget ul li .post-thumbnail img {
  display: block;
}
section.widget_post_views_counter_list_widget ul li img {
  max-width: 100%;
  height: auto !important;
}
section.widget_post_views_counter_list_widget ul li .post-title {
  padding-left: 30px;
  text-transform: none;
}
section.widget_post_views_counter_list_widget ul li .post-excerpt {
  display: none;
}
section.widget_post_views_counter_list_widget ul li .count {
  display: none;
}
/* Text widget */
section.widget_text input[type='email'],
section.widget_text input[type='text'],
section.widget_text input[type='tel'],
section.widget_text textarea {
  width: 100%;
}
section.widget img {
  height: auto !important;
}
/* WooCommerce */
/* WooCommerce */
.woocommerce .screen-reader-text {
  display: none !important;
}
.woocommerce .woocommerce-breadcrumb {
  display: none;
}
.woocommerce .woocommerce-result-count {
  float: left;
  margin: 5px 0 0 0;
  padding: 0;
}
@media (max-width: 700px) {
  .woocommerce .woocommerce-result-count {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
.woocommerce .woocommerce-ordering {
  float: right;
  margin: 0 0 20px 0;
}
@media (max-width: 700px) {
  .woocommerce .woocommerce-ordering {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
.woocommerce h1 {
  margin: 0 0 50px 0;
  padding: 0;
}
.woocommerce .product_title {
  margin: 0 0 25px 0;
}
.woocommerce .onsale {
  position: absolute;
  top: 20px;
  left: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  background: #fff;
  padding: 8px 10px;
}
.woocommerce ul.products {
  clear: both;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce ul.products li {
  margin: 0 0 50px 0;
  padding: 0;
  list-style: none;
  flex: 0 0 32%;
  position: relative;
  text-align: center;
}
@media (max-width: 700px) {
  .woocommerce ul.products li {
    flex: 0 0 100%;
  }
}
.woocommerce ul.products li h2 {
  font-size: 18px;
}
.woocommerce ul.products li .star-rating {
  display: none;
}
.woocommerce ul.products li a.button,
.woocommerce ul.products li a.added_to_cart {
  margin: 15px 0 0 0;
  display: inline-block;
}
.woocommerce ul.products li a.button.added,
.woocommerce ul.products li a.added_to_cart.added {
  display: none;
}
.woocommerce ul.products li a.button.loading,
.woocommerce ul.products li a.added_to_cart.loading {
  opacity: 0.3;
}
.woocommerce ul.products li .price {
  display: block;
  font-size: 14px;
}
.woocommerce ul.products li .price ins {
  text-decoration: none;
}
.woocommerce img {
  height: auto !important;
}
.woocommerce .product-remove a {
  text-decoration: none !important;
  font-size: 18px;
  border-radius: 16px;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
}
.woocommerce .product-remove a:hover {
  background: #cb0000;
  color: #fff !important;
}
.woocommerce .qty {
  width: 70px !important;
  text-align: center;
}
.woocommerce .actions {
  background: #eee;
  text-align: right;
}
.woocommerce .actions .coupon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.woocommerce .actions .coupon input[type='text'] {
  margin-right: 10px;
}
.woocommerce .actions .coupon input[type='submit'] {
  padding: 9px 20px;
  background: #999;
}
.woocommerce .actions .coupon label {
  display: none !important;
}
.woocommerce .woocommerce-product-rating {
  display: none;
}
.woocommerce .woocommerce-product-gallery {
  transition: all 250ms ease-in-out;
  opacity: 0;
  margin-bottom: 25px;
}
.woocommerce .woocommerce-product-gallery figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce .woocommerce-product-gallery figure > div {
  flex: 0 0 49%;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-product-gallery img {
  height: auto !important;
  width: auto !important;
}
.woocommerce .product {
  position: relative;
}
.woocommerce .product .cart {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
.woocommerce .product .quantity {
  display: inline-block;
  margin-right: 10px;
}
.woocommerce .product .quantity input {
  padding: 9px 5px 9px 5px;
}
.woocommerce .product .woocommerce-product-details__short-description {
  margin-bottom: 50px;
}
.woocommerce .product .single_add_to_cart_button {
  margin-bottom: 0;
}
.woocommerce .product .single_variation_wrap {
  width: 100%;
}
.woocommerce .product .variations {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.woocommerce .product .variations select {
  margin-left: 10px;
}
.woocommerce .product .woocommerce-variation-price {
  margin-bottom: 20px;
  font-size: 24px;
}
.woocommerce .product .reset_variations {
  display: none !important;
}
.woocommerce .product .out-of-stock {
  padding: 10px;
  background: #fee;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce .product_meta {
  margin: 50px 0 50px 0;
  color: #777;
}
.woocommerce .product_meta > span {
  display: block;
  margin-bottom: 10px;
}
.woocommerce .product_meta a {
  color: #777;
}
.woocommerce .commentlist {
  list-style: none;
  padding: 0 !important;
  margin: 0 0 50px 0;
}
.woocommerce .commentlist img {
  display: none;
}
.woocommerce .commentlist .meta,
.woocommerce .commentlist .star-rating {
  color: #777;
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
}
.woocommerce .commentlist .description {
  font-size: 16px;
}
.woocommerce .commentlist .star-rating {
  margin-right: 10px;
}
.woocommerce .commentlist li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.woocommerce #review_form_wrapper textarea {
  display: block;
  width: 100%;
}
.woocommerce #review_form_wrapper #reply-title {
  font-size: 24px;
  margin-bottom: 30px;
  display: block;
}
.woocommerce #review_form_wrapper label {
  display: none;
}
.woocommerce #review_form_wrapper .stars {
  margin-bottom: 30px;
}
.woocommerce #review_form_wrapper .stars a {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 255px;
}
.woocommerce #review_form_wrapper .stars a.active {
  border: 1px solid #000;
}
.woocommerce .up-sells {
  display: none;
}
.woocommerce .woocommerce-MyAccount-navigation {
  width: 770px;
}
@media (max-width: 1000px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    width: auto;
  }
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  background: #f9f9f9;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  padding: 20px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  background: #000;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff !important;
}
.woocommerce .cart-collaterals .cross-sells {
  display: none;
}
.woocommerce .cart-collaterals a.button:hover,
.woocommerce .woocommerce-orders-table a.button:hover,
.woocommerce .woocommerce-Message--info a.button:hover {
  color: #fff !important;
}
.woocommerce .woocommerce-info {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-billing-fields h3 {
  margin: 50px 0 25px 0 !important;
}
.woocommerce .woocommerce-billing-fields__field-wrapper,
.woocommerce .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.woocommerce .woocommerce-billing-fields__field-wrapper #billing_address_2_field,
.woocommerce .woocommerce-address-fields__field-wrapper #billing_address_2_field {
  display: none !important;
}
.woocommerce .woocommerce-billing-fields__field-wrapper p,
.woocommerce .woocommerce-address-fields__field-wrapper p {
  flex: 0 0 49%;
  margin-bottom: 10px !important;
}
@media (max-width: 700px) {
  .woocommerce .woocommerce-billing-fields__field-wrapper p,
  .woocommerce .woocommerce-address-fields__field-wrapper p {
    flex: 0 0 100%;
  }
}
.woocommerce .woocommerce-additional-fields,
.woocommerce #order_review_heading {
  margin-top: 50px;
}
.woocommerce .wc_payment_methods {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 50px 0 !important;
}
.woocommerce .wc_payment_methods li {
  margin-bottom: 20px;
}
.woocommerce fieldset {
  margin-bottom: 30px;
}
.woocommerce .payment_box {
  color: #999;
  font-size: 14px;
}
.woocommerce .woocommerce-tabs .wc-tabs {
  list-style: none !important;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 50px 0 0 0;
}
.woocommerce .woocommerce-tabs .wc-tabs li a {
  display: block;
  background: #fff;
  padding: 20px 40px;
}
.woocommerce .woocommerce-tabs .wc-tabs li.active a {
  background: #000;
  color: #fff;
}
.woocommerce .woocommerce-Tabs-panel {
  background: #fafafa;
  padding: 30px;
}
.woocommerce .related > h2 {
  margin: 50px 0 50px 0;
  padding: 0;
  flex: 0 0 100%;
}
.woocommerce .woocommerce-product-gallery__trigger {
  display: none;
}
.woocommerce .woocommerce-pagination a {
  text-decoration: none;
}
.woocommerce .woocommerce-pagination ul {
  list-style: none !important;
  padding: 50px 0 0 0;
}
.woocommerce .woocommerce-pagination ul li {
  display: inline-block;
  color: #000;
  padding: 10px;
}
.woocommerce .woocommerce-pagination ul li span {
  color: #999;
}
.woocommerce .woocommerce-message {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.woocommerce .woocommerce-message a.button {
  background: #999;
  margin-right: 10px !important;
}
.widget_product_search label {
  display: none;
}
.widget_product_search input {
  width: 100%;
}
.widget_product_search input[type='submit'] {
  display: none;
}
.widget_recently_viewed_products .product_list_widget,
.widget_top_rated_products .product_list_widget,
.widget_products .product_list_widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.widget_recently_viewed_products .product_list_widget li,
.widget_top_rated_products .product_list_widget li,
.widget_products .product_list_widget li {
  flex: 0 0 49%;
  margin-bottom: 10px;
}
.widget_recently_viewed_products .woocommerce-Price-amount,
.widget_top_rated_products .woocommerce-Price-amount,
.widget_products .woocommerce-Price-amount {
  font-size: 14px;
}
.widget_recently_viewed_products .product-title,
.widget_top_rated_products .product-title,
.widget_products .product-title {
  width: 100%;
  display: block;
}
/* MINI CART */
.widget_shopping_cart .mini_cart_item {
  list-style: none;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.widget_shopping_cart .mini_cart_item a:nth-child(2) {
  line-height: 20px;
  color: #222;
  display: block;
}
.widget_shopping_cart .remove {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #fff;
  right: 0;
  width: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.widget_shopping_cart li:hover .remove {
  opacity: 1;
}
.widget_shopping_cart img {
  float: left;
  margin-right: 15px;
  max-width: 60px;
}
.widget_shopping_cart .variation,
.widget_shopping_cart .quantity {
  float: left;
  width: calc(100% - 75px);
  display: block;
  font-size: 12px;
  color: #999;
  margin: 0;
}
.cart_item .variation dt,
.cart_item .variation dd {
  float: left;
  text-transform: capitalize;
  margin: 0 3px 0 0;
}
.cart_item .variation p {
  margin: 0;
}
.widget_shopping_cart .total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  color: #000;
  font-size: 18px;
}
.widget_shopping_cart .button {
  display: block;
  text-align: center;
  color: #fff;
  border: none;
  padding: 10px;
}
.widget_shopping_cart .button:hover {
  color: #fff !important;
}
.widget_shopping_cart .button:not( .checkout ) {
  background: #eee;
  color: #000;
}
.widget_shopping_cart .button:not( .checkout ):hover {
  color: #000 !important;
}
.widget_shopping_cart .checkout {
  margin-top: 10px;
}
.widget_shopping_cart .button:hover {
  opacity: 0.8;
}
.widget_shopping_cart .product-bundle {
  width: calc(100% - 75px);
}
.widget_shopping_cart .product-bundle li {
  margin: 0;
  font-size: 12px;
  padding-left: 10px;
}
.widget ul.product_list_widget li a.remove {
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget_shopping_cart .product-bundle li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #222;
  left: 0;
  top: 8px;
}
.widget_shopping_cart .product-bundle li:before {
  top: 5px;
}
.widget.widget_shopping_cart ul.product_list_widget .product-bundle li {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 10px;
  line-height: 16px;
}
.wpa-message {
  display: none;
}
/* Filter Price, Etc. */
.widget_price_filter #min_price,
.widget_price_filter #max_price {
  display: none;
}
.price_slider_wrapper {
  position: relative;
  padding-top: 30px;
}
.widget_price_filter .ui-slider-horizontal {
  height: 5px;
  background: #878787;
  position: relative;
  width: calc(100% - 8px);
  border-radius: 10px;
}
.widget_price_filter .ui-slider-range {
  background: #222;
  height: 100%;
  top: 0;
  display: block;
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
}
.widget_price_filter .ui-state-default {
  background: #222;
  cursor: ew-resize;
  height: 15px;
  width: 15px;
  position: absolute;
  z-index: 2;
  top: -5px;
  border-radius: 50%;
}
.widget_price_filter .ui-state-default:focus {
  outline: 0;
}
.widget_price_filter .price_slider_amount {
  font-size: 14px;
  padding: 20px 0 0;
  text-align: center;
}
.price_label {
  position: absolute;
  top: 0;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 740px) {
  .logo-wrap {
    margin-top: 17px;
    margin-bottom: 15px;
  }
}
.theme-menu {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.theme-menu div > ul > li > a {
  text-shadow: none;
  font-weight: 400;
}
.theme-menu div > ul > li.current-menu-item > a,
.theme-menu div > ul > li.current-cat > a,
.theme-menu div > ul > li.current_page_item > a {
  opacity: 0.7;
}
body.single .content-singular .post-header .post-title,
body.page .content-singular .post-header .post-title {
  margin-top: 30px;
  margin-bottom: 70px;
  padding-top: 0;
  padding-bottom: 0;
}
body.single .content-singular .post-header .post-title:after,
body.page .content-singular .post-header .post-title:after {
  margin-top: 30px;
}
body.single .content-singular .post-header .post-category,
body.page .content-singular .post-header .post-category {
  margin-top: 50px;
}
.cool-line:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 25px;
  width: 50px;
  height: 5px;
  transform: translate(-50%, 0);
}
.content-feed .grid-item article .post-title,
.content-singular .grid-item article .post-title,
footer .grid-item article .post-title,
.content-feed .post-header .post-title,
.content-singular .post-header .post-title,
footer .post-header .post-title {
  position: relative;
  margin-bottom: 60px;
}
.content-feed .grid-item article .post-title:after,
.content-singular .grid-item article .post-title:after,
footer .grid-item article .post-title:after,
.content-feed .post-header .post-title:after,
.content-singular .post-header .post-title:after,
footer .post-header .post-title:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 25px;
  width: 50px;
  height: 5px;
  transform: translate(-50%, 0);
}
.content-feed section .widget-title,
.content-singular section .widget-title,
footer section .widget-title {
  position: relative;
  margin-bottom: 60px;
}
.content-feed section .widget-title:after,
.content-singular section .widget-title:after,
footer section .widget-title:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 25px;
  width: 50px;
  height: 5px;
  transform: translate(-50%, 0);
}
.top_featured_layout-squared .featured-top,
.top_featured_layout-rounded .featured-top,
.featured-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.top_featured_layout-squared .featured-top .grid-item,
.top_featured_layout-rounded .featured-top .grid-item,
.featured-bottom .grid-item {
  flex: 1;
  padding: 0 15px 20px 15px;
}
.top_featured_layout-squared .featured-top .grid-item article:before,
.top_featured_layout-rounded .featured-top .grid-item article:before,
.featured-bottom .grid-item article:before {
  display: none;
}
@media (max-width: 930px) {
  .top_featured_layout-squared .featured-top .grid-item,
  .top_featured_layout-rounded .featured-top .grid-item,
  .featured-bottom .grid-item {
    padding: 0 0 30px 0;
    flex: 0 1 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.top_featured_layout-squared .featured-top .grid-item:first-of-type,
.top_featured_layout-rounded .featured-top .grid-item:first-of-type,
.featured-bottom .grid-item:first-of-type {
  padding-left: 0;
}
.top_featured_layout-squared .featured-top .grid-item:nth-of-type(3),
.top_featured_layout-rounded .featured-top .grid-item:nth-of-type(3),
.featured-bottom .grid-item:nth-of-type(3) {
  padding-right: 0;
}
.top_featured_layout-squared .featured-top .grid-item:last-of-type,
.top_featured_layout-rounded .featured-top .grid-item:last-of-type,
.featured-bottom .grid-item:last-of-type {
  padding-right: 0;
}
.top_featured_layout-squared .featured-top .grid-item:nth-of-type(n+4),
.top_featured_layout-rounded .featured-top .grid-item:nth-of-type(n+4),
.featured-bottom .grid-item:nth-of-type(n+4) {
  display: none;
}
.top_featured_layout-squared .featured-top .grid-item .post-image-wrap,
.top_featured_layout-rounded .featured-top .grid-item .post-image-wrap,
.featured-bottom .grid-item .post-image-wrap {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.top_featured_layout-squared .featured-top .grid-item .post-image-cover,
.top_featured_layout-rounded .featured-top .grid-item .post-image-cover,
.featured-bottom .grid-item .post-image-cover {
  width: 100%;
  height: 350px;
}
.top_featured_layout-squared .featured-top .grid-item .post-category,
.top_featured_layout-rounded .featured-top .grid-item .post-category,
.featured-bottom .grid-item .post-category {
  position: absolute;
  top: 30px;
  left: 30px;
}
@media (min-width: 1100px) {
  .top_featured_layout-squared .featured-top .grid-item .post-image-cover,
  .top_featured_layout-rounded .featured-top .grid-item .post-image-cover,
  .featured-bottom .grid-item .post-image-cover {
    height: 450px;
  }
}
.top_featured_layout-slideshow .featured-top {
  width: 100%;
  position: relative;
  height: 450px;
  margin-bottom: 30px;
  flex: auto;
}
.top_featured_layout-slideshow .featured-top a {
  color: #fff !important;
}
.top_featured_layout-slideshow .featured-top .grid-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms ease-in-out;
}
.top_featured_layout-slideshow .featured-top .grid-item.current {
  opacity: 1;
  pointer-events: auto;
}
.top_featured_layout-slideshow .featured-top article {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px;
  overflow: hidden;
}
.top_featured_layout-slideshow .featured-top article .post-image-wrap {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_featured_layout-slideshow .featured-top article .post-image-wrap:after,
.top_featured_layout-slideshow .featured-top article .post-image-wrap .audio-bars {
  display: none;
}
.top_featured_layout-slideshow .featured-top article .post-image-wrap .post-image-cover {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.top_featured_layout-slideshow .featured-top article .post-category {
  margin-bottom: 20px;
}
.top_featured_layout-slideshow .featured-top article .post-title {
  margin-bottom: 20px;
  font-size: 30px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 500px) {
  .top_featured_layout-slideshow .featured-top article .post-title {
    font-size: 18px;
  }
}
.top_featured_layout-slideshow .featured-top article .post-wrap {
  position: relative;
}
.top_featured_layout-slideshow .featured-top article .post-meta {
  display: block;
  margin-bottom: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.top_featured_layout-slideshow .featured-top .slideshow-paginator {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
@media (max-width: 700px) {
  .top_featured_layout-slideshow .featured-top .slideshow-paginator {
    display: none;
  }
}
.top_featured_layout-slideshow .featured-top .slideshow-paginator span {
  display: inline-block;
  width: 42px;
  height: 30px;
  cursor: pointer;
  margin: 0;
  opacity: 0.5;
  position: relative;
}
.top_featured_layout-slideshow .featured-top .slideshow-paginator span:after {
  content: '';
  width: 32px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
  transform: translate(0, -50%);
}
.top_featured_layout-slideshow .featured-top .slideshow-paginator span.current {
  opacity: 1;
}
@media (min-width: 1001px) {
  .top_featured_layout-rounded .featured-top .grid-item .post-image-wrap {
    border-radius: 280px;
    width: 280px;
    height: 280px;
  }
  .top_featured_layout-rounded .featured-top .grid-item .post-image-wrap .post-image-cover {
    width: 100%;
    height: 100%;
  }
  .top_featured_layout-rounded .featured-top .grid-item .post-category {
    display: none;
  }
}
.top_featured_layout-trio .featured-top {
  margin-bottom: 30px;
  display: block;
}
.top_featured_layout-trio .featured-top .grid-item {
  width: 100%;
  height: 100%;
}
.top_featured_layout-trio .featured-top .grid-item:nth-of-type(n+4) {
  display: none;
}
.top_featured_layout-trio .featured-top .grid-item article {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.top_featured_layout-trio .featured-top .grid-item article .post-category {
  position: relative;
  top: auto;
  left: auto;
}
.top_featured_layout-trio .featured-top .grid-item article .post-title {
  position: relative;
  width: 100%;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.top_featured_layout-trio .featured-top .grid-item article .post-title a {
  color: #fff;
}
.top_featured_layout-trio .featured-top .grid-item article .post-meta {
  display: block;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
}
.top_featured_layout-trio .featured-top .grid-item article .post-image-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_featured_layout-trio .featured-top .grid-item article .post-image-wrap .post-image-cover {
  width: 100%;
  height: 100%;
}
.top_featured_layout-trio .featured-top .grid-item article .post-image-wrap:after,
.top_featured_layout-trio .featured-top .grid-item article .post-image-wrap .audio-bars {
  display: none;
}
@media (min-width: 1001px) {
  .top_featured_layout-trio .featured-top {
    height: 500px;
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: 50% 50%;
    grid-template-areas: "A B" "A C";
  }
  .top_featured_layout-trio .featured-top .grid-item {
    padding: 0;
    height: 100%;
    width: 100%;
  }
  .top_featured_layout-trio .featured-top .grid-item:nth-of-type(1) {
    grid-area: A;
    padding-right: 30px;
  }
  .top_featured_layout-trio .featured-top .grid-item:nth-of-type(1) .post-title {
    font-size: 30px;
  }
  .top_featured_layout-trio .featured-top .grid-item:nth-of-type(2) {
    grid-area: B;
    padding-bottom: 15px;
  }
  .top_featured_layout-trio .featured-top .grid-item:nth-of-type(3) {
    grid-area: C;
    padding-top: 15px;
  }
}
@media (max-width: 1000px) {
  .top_featured_layout-trio .featured-top .grid-item article {
    min-height: 300px;
    margin-bottom: 30px;
  }
}
@media (max-width: 740px) {
  .top_featured_layout-trio .featured-top .grid-item article {
    margin-bottom: 15px;
    padding: 15px;
  }
}
.featured-top article:before,
.featured-bottom article:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.15;
  width: 100%;
  height: 100%;
}
.featured-top article .post-wrap,
.featured-bottom article .post-wrap {
  z-index: 1;
}
.featured-top article .post-image-wrap .post-image,
.featured-bottom article .post-image-wrap .post-image {
  display: none;
}
.featured-top article .post-image-wrap .post-image-cover,
.featured-bottom article .post-image-wrap .post-image-cover {
  display: block;
  transition: all 3s ease-in-out;
}
.featured-top article .post-image-wrap:hover .post-image-cover,
.featured-bottom article .post-image-wrap:hover .post-image-cover {
  transform: scale(1.2);
}
.featured-top article.format-link .post-image-wrap:after,
.featured-bottom article.format-link .post-image-wrap:after,
.featured-top article.format-quote .post-image-wrap:after,
.featured-bottom article.format-quote .post-image-wrap:after,
.featured-top article.format-status .post-image-wrap:after,
.featured-bottom article.format-status .post-image-wrap:after,
.featured-top article.format-chat .post-image-wrap:after,
.featured-bottom article.format-chat .post-image-wrap:after {
  border-radius: 80px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
}
.featured-top article .post-title,
.featured-bottom article .post-title {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .featured-top article .post-title,
  .featured-bottom article .post-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.featured-top article .post-meta-min,
.featured-bottom article .post-meta-min {
  display: none;
}
.featured-top article .post-meta,
.featured-bottom article .post-meta {
  display: none;
}
.featured-top article .excerpt,
.featured-bottom article .excerpt {
  display: none;
}
.featured-bottom {
  padding: 30px;
  padding-top: 20px;
  margin-bottom: 0;
}
.featured-bottom .related-post-title {
  font-size: 36px;
  position: relative;
  flex: 0 0 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .featured-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.featured-bottom .grid-item:only-of-type {
  padding-left: 0;
}
