@charset "UTF-8";
/* Minimal reset compatible with legacy Compass import usage. */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/**
* Mixes
*/
/**
* Importamos los helpers
*/
/**
helpers!
*/
* {
  box-sizing: border-box;
}

* hr {
  border-style: solid;
  border-width: 1px 0 0 0;
}

* img {
  vertical-align: middle;
}

/**
* Backgorund positions
*/
.background-position-bottom {
  background-position: bottom;
}

.background-position-top {
  background-position: top;
}

.background-position-right {
  background-position: right;
}

.background-position-left {
  background-position: left;
}

.background-position-left-bottom {
  background-position: left bottom;
}

.background-position-left-top {
  background-position: left top;
}

.background-position-right-bottom {
  background-position: right bottom;
}

.background-position-right-top {
  background-position: right top;
}

.background-position-center-cemter {
  background-position: center center;
}

/**
* Backgorund sizes
*/
.background-size-contain {
  background-size: contain;
}

.background-size-cover {
  background-size: cover;
}

/**
* Background opacities
*/
.background-opacity-black-01 {
  background-color: rgba(0, 0, 0, 0.1);
}

.background-opacity-black-02 {
  background-color: rgba(0, 0, 0, 0.2);
}

.background-opacity-black-03 {
  background-color: rgba(0, 0, 0, 0.3);
}

.background-opacity-black-04 {
  background-color: rgba(0, 0, 0, 0.4);
}

.background-opacity-black-05 {
  background-color: rgba(0, 0, 0, 0.5);
}

.background-opacity-black-06 {
  background-color: rgba(0, 0, 0, 0.6);
}

.background-opacity-black-07 {
  background-color: rgba(0, 0, 0, 0.7);
}

.background-opacity-black-08 {
  background-color: rgba(0, 0, 0, 0.8);
}

.background-opacity-black-09 {
  background-color: rgba(0, 0, 0, 0.9);
}

/**
* Floats
*/
.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

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

/**
* Outlines
*/
.outline-none {
  outline: none;
}

/* break words */
.word-wrap-break-word {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/**
* Forms
*/
.appearance-none {
  appearance: none;
}

/**
* Interactivity - cursors
*/
.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-auto {
  cursor: auto;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

/**
* Interactivity - resize
*/
.resize-none {
  resize: none;
}

.resize-vertical {
  resize: vertical;
}

.resize-horizontal {
  resize: horizontal;
}

/**
* Interactivity - pointer events
*/
.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

/**
* Interactivity - user select
*/
.user-select-none {
  user-select: none;
}

.user-select-text {
  user-select: text;
}

/**
* Lists
*/
.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
* Overflows
*/
.overflow-hidden {
  overflow: hidden;
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-scroll {
  overflow-x: auto;
}

.overflow-y-scroll {
  overflow-y: auto;
}

.overflow-scroll {
  overflow: scroll;
}

/**
* Positioning
*/
.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.pin-top {
  top: 0;
}

.pin-right {
  right: 0;
}

.pin-left {
  left: 0;
}

.pin-bottom {
  bottom: 0;
}

/**
* Box Shadows
*/
.box-shadow-small, .box-shadow-small > figure > img, figure.box-shadow-small > img {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 1px 0px 0 rgba(0, 0, 0, 0.1);
}

.box-shadow, .box-shadow > figure > img, figure.box-shadow > img {
  display: block;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.box-shadow-medium, .box-shadow-medium > figure > img, figure.box-shadow-medium > img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.box-shadow-large, .box-shadow-large > figure > img, figure.box-shadow-large > img {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.inner-box-shadow, .inner-box-shadow > figure > img, figure.inner-box-shadow > img {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.box-shadow-none, .box-shadow-none > figure > img, figure.box-shadow-none > img {
  box-shadow: none;
}

/**
* Z indexs
*/
.z-index-0 {
  z-index: 0;
}

.z-index-10 {
  z-index: 10;
}

.z-index-20 {
  z-index: 20;
}

.z-index-30 {
  z-index: 30;
}

.z-index-40 {
  z-index: 40;
}

.z-index-50 {
  z-index: 50;
}

.z-index-auto {
  z-index: auto;
}

/* Helpers  padding space */
.padding-left-0 {
  padding-left: 0px;
}

.padding-right-0 {
  padding-right: 0px;
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.padding-both-0 {
  padding: 0px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-both-5 {
  padding: 5px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-both-10 {
  padding: 10px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-both-20 {
  padding: 20px;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-both-30 {
  padding: 30px;
}

.padding-left-40 {
  padding-left: 40px;
}

.padding-right-40 {
  padding-right: 40px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-both-40 {
  padding: 40px;
}

.padding-left-50 {
  padding-left: 50px;
}

.padding-right-50 {
  padding-right: 50px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-both-50 {
  padding: 50px;
}

/* Helpers  margin space */
.margin-left-0 {
  margin-left: 0px;
}

.margin-right-0 {
  margin-right: 0px;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-both-0 {
  margin: 0px;
}

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

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

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

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

.margin-both-5 {
  margin: 5px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

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

.margin-both-10 {
  margin: 10px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-right-20 {
  margin-right: 20px;
}

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

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-both-20 {
  margin: 20px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-right-30 {
  margin-right: 30px;
}

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

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-both-30 {
  margin: 30px;
}

.margin-left-40 {
  margin-left: 40px;
}

.margin-right-40 {
  margin-right: 40px;
}

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

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-both-40 {
  margin: 40px;
}

.margin-auto {
  margin: auto;
}

/* opacity */
.opacity-01 {
  opacity: 0.1;
}

.opacity-02 {
  opacity: 0.2;
}

.opacity-03 {
  opacity: 0.3;
}

.opacity-04 {
  opacity: 0.4;
}

.opacity-05 {
  opacity: 0.5;
}

.opacity-06 {
  opacity: 0.6;
}

.opacity-07 {
  opacity: 0.7;
}

.opacity-08 {
  opacity: 0.8;
}

.opacity-09 {
  opacity: 0.9;
}

/*
* Border radius
*/
.border-radius-100, .border-radius-100 > figure > img, figure.border-radius-100 > img {
  border-radius: 100px;
}

.border-radius-1, .border-radius-1 > figure > img, figure.border-radius-1 > img {
  border-radius: 1px;
}

.border-radius-2, .border-radius-2 > figure > img, figure.border-radius-2 > img {
  border-radius: 2px;
}

.border-radius-3, .border-radius-3 > figure > img, figure.border-radius-3 > img {
  border-radius: 3px;
}

.border-radius-4, .border-radius-4 > figure > img, figure.border-radius-4 > img {
  border-radius: 4px;
}

.border-radius-5, .border-radius-5 > figure > img, figure.border-radius-5 > img {
  border-radius: 5px;
}

.border-rounded, .border-rounded > figure > img, figure.border-rounded > img {
  border-radius: 0.25rem;
}

.border-rounded-full, .border-rounded-full > figure > img, figure.border-rounded-full > img {
  border-radius: 9999px;
}

.border-rounded-none, .border-none > figure > img, figure.border-rounded-none > img {
  border-radius: 0;
}

/* border styles */
.border-style-solid {
  border-style: solid;
}

.border-style-dashed {
  border-style: dashed;
}

.border-style-dotted {
  border-style: dotted;
}

.border-style-none {
  border-style: none;
}

/* border widths */
.border-width-1 {
  border-width: 1px;
}

.border-width-2 {
  border-width: 2px;
}

.border-width-3 {
  border-width: 3px;
}

.border-width-4 {
  border-width: 4px;
}

.border-width-5 {
  border-width: 5px;
}

/**
* Displays
*/
.display-block {
  display: block;
}

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

.display-inline,
.display-inline > li,
.display-inline > ul li {
  display: inline;
}

.display-none {
  display: none;
}

.display-table {
  display: table;
}

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

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

.display-flex {
  display: flex;
}

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

/* other helpers */
.width-100 {
  width: 100%;
}

.height-100 {
  height: 100%;
}

.height-10vh {
  height: 10vh;
}

.height-20vh {
  height: 20vh;
}

.height-30vh {
  height: 30vh;
}

.height-33vh {
  height: 33.33vh;
}

.height-40vh {
  height: 40vh;
}

.height-50vh {
  height: 50vh;
}

.height-60vh {
  height: 60vh;
}

.height-70vh {
  height: 70vh;
}

.height-80vh {
  height: 80vh;
}

.height-90vh {
  height: 90vh;
}

.height-100vh {
  height: 100vh;
}

.height-10vw {
  height: 10vw;
}

.height-20vw {
  height: 20vw;
}

.height-30vw {
  height: 30vw;
}

.height-33vw {
  height: 33.33vw;
}

.height-40vw {
  height: 40vw;
}

.height-50vw {
  height: 50vw;
}

.height-60vw {
  height: 60vw;
}

.height-70vw {
  height: 70vw;
}

.height-80vw {
  height: 80vw;
}

.height-90vw {
  height: 90vw;
}

.height-100vw {
  height: 100vw;
}

.width-10vh {
  width: 10vh;
}

.width-20vh {
  width: 20vh;
}

.width-30vh {
  width: 30vh;
}

.width-33vh {
  width: 33.33vh;
}

.width-40vh {
  width: 40vh;
}

.width-50vh {
  width: 50vh;
}

.width-60vh {
  width: 60vh;
}

.width-70vh {
  width: 70vh;
}

.width-80vh {
  width: 80vh;
}

.width-90vh {
  width: 90vh;
}

.width-100vh {
  width: 100vh;
}

.width-10vw {
  width: 10vw;
}

.width-20vw {
  width: 20vw;
}

.width-30vw {
  width: 30vw;
}

.width-33vw {
  width: 33.33vw;
}

.width-40vw {
  width: 40vw;
}

.width-50vw {
  width: 50vw;
}

.width-60vw {
  width: 60vw;
}

.width-70vw {
  width: 70vw;
}

.width-80vw {
  width: 80vw;
}

.width-90vw {
  width: 90vw;
}

.width-100vw {
  width: 100vw;
}

.width-100px {
  width: 100px;
}

.width-200px {
  width: 200px;
}

.width-300px {
  width: 300px;
}

.width-400px {
  width: 400px;
}

.width-500px {
  width: 500px;
}

.width-600px {
  width: 600px;
}

.width-700px {
  width: 700px;
}

.width-800px {
  width: 800px;
}

.width-900px {
  width: 900px;
}

.width-1000px {
  width: 1000px;
}

.width-1100px {
  width: 1100px;
}

.width-1200px {
  width: 1200px;
}

.width-1300px {
  width: 1300px;
}

.width-1400px {
  width: 1400px;
}

.width-1500px {
  width: 1500px;
}

.max-width-100px {
  max-width: 100px;
}

.max-width-200px {
  max-width: 200px;
}

.max-width-300px {
  max-width: 300px;
}

.max-width-400px {
  max-width: 400px;
}

.max-width-500px {
  max-width: 500px;
}

.max-width-600px {
  max-width: 600px;
}

.max-width-700px {
  max-width: 700px;
}

.max-width-800px {
  max-width: 800px;
}

.max-width-900px {
  max-width: 900px;
}

.max-width-1000px {
  max-width: 1000px;
}

.max-width-1100px {
  max-width: 1100px;
}

.max-width-1200px {
  max-width: 1200px;
}

.max-width-1500px {
  max-width: 1500px;
}

.min-width-100px {
  min-width: 100px;
}

.min-width-200px {
  min-width: 200px;
}

.min-width-300px {
  min-width: 300px;
}

.min-width-400px {
  min-width: 400px;
}

.min-width-500px {
  min-width: 500px;
}

.min-width-600px {
  min-width: 600px;
}

.min-width-700px {
  min-width: 700px;
}

.min-width-800px {
  min-width: 800px;
}

.min-width-900px {
  min-width: 900px;
}

.min-width-1000px {
  min-width: 1000px;
}

.min-width-1100px {
  min-width: 1100px;
}

.min-width-1200px {
  min-width: 1200px;
}

.min-width-1500px {
  min-width: 1500px;
}

.min-width-10vh {
  min-width: 10vh;
}

.min-width-20vh {
  min-width: 20vh;
}

.min-width-30vh {
  min-width: 30vh;
}

.min-width-40vh {
  min-width: 40vh;
}

.min-width-50vh {
  min-width: 50vh;
}

.min-width-60vh {
  min-width: 60vh;
}

.min-width-70vh {
  min-width: 70vh;
}

.min-width-80vh {
  min-width: 80vh;
}

.min-width-90vh {
  min-width: 90vh;
}

.min-width-100vh {
  min-width: 100vh;
}

.min-width-10vw {
  min-width: 10vw;
}

.min-width-20vw {
  min-width: 20vw;
}

.min-width-30vw {
  min-width: 30vw;
}

.min-width-40vw {
  min-width: 40vw;
}

.min-width-50vw {
  min-width: 50vw;
}

.min-width-60vw {
  min-width: 60vw;
}

.min-width-70vw {
  min-width: 70vw;
}

.min-width-80vw {
  min-width: 80vw;
}

.min-width-90vw {
  min-width: 90vw;
}

.min-width-100vw {
  min-width: 100vw;
}

.height-100px {
  height: 100px;
}

.height-200px {
  height: 200px;
}

.height-300px {
  height: 300px;
}

.height-400px {
  height: 400px;
}

.height-500px {
  height: 500px;
}

.height-600px {
  height: 600px;
}

.height-700px {
  height: 700px;
}

.height-800px {
  height: 800px;
}

.height-900px {
  height: 900px;
}

.height-1000px {
  height: 1000px;
}

.height-1200px {
  height: 1200px;
}

.height-1500px {
  height: 1500px;
}

.max-height-100px {
  max-height: 100px;
}

.max-height-200px {
  max-height: 200px;
}

.max-height-300px {
  max-height: 300px;
}

.max-height-400px {
  max-height: 400px;
}

.max-height-500px {
  max-height: 500px;
}

.max-height-600px {
  max-height: 600px;
}

.max-height-700px {
  max-height: 700px;
}

.max-height-800px {
  max-height: 800px;
}

.max-height-900px {
  max-height: 900px;
}

.max-height-1000px {
  max-height: 1000px;
}

.max-height-1200px {
  max-height: 1200px;
}

.max-height-1500px {
  max-height: 1500px;
}

.min-height-100px {
  min-height: 100px;
}

.min-height-200px {
  min-height: 200px;
}

.min-height-300px {
  min-height: 300px;
}

.min-height-400px {
  min-height: 400px;
}

.min-height-500px {
  min-height: 500px;
}

.min-height-600px {
  min-height: 600px;
}

.min-height-700px {
  min-height: 700px;
}

.min-height-800px {
  min-height: 800px;
}

.min-height-900px {
  min-height: 900px;
}

.min-height-1000px {
  min-height: 1000px;
}

.min-height-1100px {
  min-height: 1100px;
}

.min-height-1200px {
  min-height: 1200px;
}

.min-height-1500px {
  min-height: 1500px;
}

.min-height-10vh {
  min-height: 10vh;
}

.min-height-20vh {
  min-height: 20vh;
}

.min-height-30vh {
  min-height: 30vh;
}

.min-height-40vh {
  min-height: 40vh;
}

.min-height-50vh {
  min-height: 50vh;
}

.min-height-60vh {
  min-height: 60vh;
}

.min-height-70vh {
  min-height: 70vh;
}

.min-height-80vh {
  min-height: 80vh;
}

.min-height-90vh {
  min-height: 90vh;
}

.min-height-100vh {
  min-height: 100vh;
}

.min-height-10vw {
  min-height: 10vw;
}

.min-height-20vw {
  min-height: 20vw;
}

.min-height-30vw {
  min-height: 30vw;
}

.min-height-40vw {
  min-height: 40vw;
}

.min-height-50vw {
  min-height: 50vw;
}

.min-height-60vw {
  min-height: 60vw;
}

.min-height-70vw {
  min-height: 70vw;
}

.min-height-80vw {
  min-height: 80vw;
}

.min-height-90vw {
  min-height: 90vw;
}

.min-height-100vw {
  min-height: 100vw;
}

/**
* Gradientes
*/
.backdrop-gradient-tobottom-90 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #FCFAF5 90%);
}

.backdrop-gradient-tobottom-80 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #FCFAF5 80%);
}

.backdrop-gradient-tobottom-50 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #FCFAF5 50%);
}

.backdrop-gradient-tobottom-30 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #FCFAF5 30%);
}

.backdrop-gradient-tobottom-10 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #FCFAF5 10%);
}

.backdrop-dark-flat-0 {
  background-color: rgba(0, 0, 0, 0);
}

.backdrop-dark-flat-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.backdrop-dark-flat-20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.backdrop-dark-flat-30 {
  background-color: rgba(0, 0, 0, 0.3);
}

.backdrop-dark-flat-40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.backdrop-dark-flat-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.backdrop-dark-flat-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.backdrop-dark-flat-70 {
  background-color: rgba(0, 0, 0, 0.7);
}

.backdrop-dark-flat-80 {
  background-color: rgba(0, 0, 0, 0.8);
}

.backdrop-dark-flat-90 {
  background-color: rgba(0, 0, 0, 0.9);
}

.backdrop-light-flat-0 {
  background-color: rgba(255, 255, 255, 0);
}

.backdrop-light-flat-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.backdrop-light-flat-20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.backdrop-light-flat-30 {
  background-color: rgba(255, 255, 255, 0.3);
}

.backdrop-light-flat-40 {
  background-color: rgba(255, 255, 255, 0.4);
}

.backdrop-light-flat-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.backdrop-light-flat-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.backdrop-light-flat-70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.backdrop-light-flat-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

.backdrop-light-flat-90 {
  background-color: rgba(255, 255, 255, 0.9);
}

.site-palette-yang-1-gradient-bottom-to-top-50 {
  background: linear-gradient(0deg, #cccccc 20%, rgba(0, 212, 255, 0) 100%);
}

/**
* Ornaments
*/
.ornament-point-before-amper + .ornament-point-before-amper::before,
.ornament-point-before::before {
  content: "·";
  margin-right: 5px;
  font-weight: normal;
  opacity: 0.5;
}

.ornament-or-before-amper + .ornament-or-before-amper::before {
  content: "or";
  font-weight: normal;
  opacity: 0.5;
}

.ornament-ampersand-before-amper + .ornament-ampersand-before-amper::before {
  content: "&";
  font-weight: normal;
  opacity: 0.5;
}

.ornament-line-before-amper + .ornament-line-before-amper::before {
  content: "—";
  font-weight: normal;
  opacity: 0.8;
}

/* link related */
.classic-link:hover, .classic-link-inside a:hover {
  text-decoration: underline;
}

/**
* Link color blanco
*/
.link-white-color {
  color: #fff !important;
}
.link-white-color a {
  color: #fff !important;
}

/**
* white color text
*/
.font-white-color {
  color: #FCFAF5 !important;
}
.font-white-color * {
  color: #FCFAF5 !important;
}

/**
* button behaviors for any element
*/
.button-behaviour {
  transition: transform 0.25s ease;
}
.button-behaviour:hover {
  opacity: 0.9;
}
.button-behaviour:active {
  transform: scale(0.98);
}
.button-behaviour {
  /* --- */
}
.button-behaviour.md-whiteframe-2dp:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.button-behaviour.md-whiteframe-2dp:active {
  box-shadow: none;
}

/**
* Special elements for paragraphs
* This class allows to make any element full width
*/
div .full-width {
  width: 100vw;
  height: auto;
  position: relative;
  left: 50%;
  right: 50%;
  height: auto;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

/**
* This code allow to place and center elements wider than the paragraph
*/
div .wild-element {
  height: auto;
  min-width: 100%;
  position: relative;
  max-width: 100vw !important;
}

/**
* --------- RESPONSIVE FIXES ----------------------
*/
@media only screen and (max-width: 960px) {
  /**
  * This class causes all the classes within the element that contain this class and related to the padding to adjust to a lower resolution by lowering the padding
  */
  .use-responsive-padding-fixes {
    /* Helpers  padding space */
  }
  .use-responsive-padding-fixes .padding-left-0 {
    padding-left: 0px;
  }
  .use-responsive-padding-fixes .padding-right-0 {
    padding-right: 0px;
  }
  .use-responsive-padding-fixes .padding-top-0 {
    padding-top: 0px;
  }
  .use-responsive-padding-fixes .padding-bottom-0 {
    padding-bottom: 0px;
  }
  .use-responsive-padding-fixes .padding-both-0 {
    padding: 0px;
  }
  .use-responsive-padding-fixes .padding-left-5 {
    padding-left: 5px;
  }
  .use-responsive-padding-fixes .padding-right-5 {
    padding-right: 5px;
  }
  .use-responsive-padding-fixes .padding-top-5 {
    padding-top: 5px;
  }
  .use-responsive-padding-fixes .padding-bottom-5 {
    padding-bottom: 5px;
  }
  .use-responsive-padding-fixes .padding-both-5 {
    padding: 5px;
  }
  .use-responsive-padding-fixes .padding-left-10 {
    padding-left: 8px;
  }
  .use-responsive-padding-fixes .padding-right-10 {
    padding-right: 8px;
  }
  .use-responsive-padding-fixes .padding-top-10 {
    padding-top: 8px;
  }
  .use-responsive-padding-fixes .padding-bottom-10 {
    padding-bottom: 8px;
  }
  .use-responsive-padding-fixes .padding-both-10 {
    padding: 8px;
  }
  .use-responsive-padding-fixes .padding-left-20 {
    padding-left: 12px;
  }
  .use-responsive-padding-fixes .padding-right-20 {
    padding-right: 12px;
  }
  .use-responsive-padding-fixes .padding-top-20 {
    padding-top: 12px;
  }
  .use-responsive-padding-fixes .padding-bottom-20 {
    padding-bottom: 12px;
  }
  .use-responsive-padding-fixes .padding-both-20 {
    padding: 12px;
  }
  .use-responsive-padding-fixes .padding-left-30 {
    padding-left: 15px;
  }
  .use-responsive-padding-fixes .padding-right-30 {
    padding-right: 15px;
  }
  .use-responsive-padding-fixes .padding-top-30 {
    padding-top: 15px;
  }
  .use-responsive-padding-fixes .padding-bottom-30 {
    padding-bottom: 15px;
  }
  .use-responsive-padding-fixes .padding-both-30 {
    padding: 15px;
  }
  .use-responsive-padding-fixes .padding-left-40 {
    padding-left: 20px;
  }
  .use-responsive-padding-fixes .padding-right-40 {
    padding-right: 20px;
  }
  .use-responsive-padding-fixes .padding-top-40 {
    padding-top: 20px;
  }
  .use-responsive-padding-fixes .padding-bottom-40 {
    padding-bottom: 20px;
  }
  .use-responsive-padding-fixes .padding-both-40 {
    padding: 20px;
  }
  .use-responsive-padding-fixes .padding-left-50 {
    padding-left: 30px;
  }
  .use-responsive-padding-fixes .padding-right-50 {
    padding-right: 30px;
  }
  .use-responsive-padding-fixes .padding-top-50 {
    padding-top: 30px;
  }
  .use-responsive-padding-fixes .padding-bottom-50 {
    padding-bottom: 30px;
  }
  .use-responsive-padding-fixes .padding-both-50 {
    padding: 30px;
  }
  .use-responsive-padding-fixes-only-width {
    /* Helpers  padding space */
  }
  .use-responsive-padding-fixes-only-width .padding-left-0 {
    padding-left: 0px;
  }
  .use-responsive-padding-fixes-only-width .padding-right-0 {
    padding-right: 0px;
  }
  .use-responsive-padding-fixes-only-width .padding-both-0 {
    padding: 0px;
  }
  .use-responsive-padding-fixes-only-width .padding-left-5 {
    padding-left: 5px;
  }
  .use-responsive-padding-fixes-only-width .padding-right-5 {
    padding-right: 5px;
  }
  .use-responsive-padding-fixes-only-width .padding-both-5 {
    padding: 5px;
  }
  .use-responsive-padding-fixes-only-width .padding-left-10 {
    padding-left: 8px;
  }
  .use-responsive-padding-fixes-only-width .padding-right-10 {
    padding-right: 8px;
  }
  .use-responsive-padding-fixes-only-width .padding-both-10 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .use-responsive-padding-fixes-only-width .padding-left-20 {
    padding-left: 12px;
  }
  .use-responsive-padding-fixes-only-width .padding-right-20 {
    padding-right: 12px;
  }
  .use-responsive-padding-fixes-only-width .padding-both-20 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .use-responsive-padding-fixes-only-width .padding-left-30 {
    padding-left: 15px;
  }
  .use-responsive-padding-fixes-only-width .padding-right-30 {
    padding-right: 15px;
  }
  .use-responsive-padding-fixes-only-width .padding-both-30 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .use-responsive-padding-fixes-only-width .padding-left-40 {
    padding-left: 20px;
  }
  .use-responsive-padding-fixes-only-width .padding-right-40 {
    padding-right: 20px;
  }
  .use-responsive-padding-fixes-only-width .padding-both-40 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .use-responsive-padding-fixes-only-width .padding-left-50 {
    padding-left: 30px;
  }
  .use-responsive-padding-fixes-only-width .padding-right-50 {
    padding-right: 30px;
  }
  .use-responsive-padding-fixes-only-width .padding-both-50 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/**
* Typography
*/
.font-sans {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
}

.font-serif {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

/* Text styles */
/* Helpers  text align */
.text-align-left {
  text-align: left;
}

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

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

/* text shadows */
.text-shadow-1 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

/**
* Font sizes
*/
.typo-size-xxxxlarge, .text-size-4xlarge {
  font-size: 3em;
  line-height: 1.2em;
}

.typo-size-xxxlarge, .text-size-3xlarge {
  font-size: 2.8em;
  line-height: 1.3em;
}

.typo-size-xxlarge, .text-size-2xlarge {
  font-size: 2.1em;
  line-height: 1.3em;
}

.typo-size-xlarge, .text-size-xlarge {
  font-size: 1.8em;
  line-height: 1.2em;
}

.typo-size-large, .text-size-large {
  font-size: 1.65em;
  line-height: 1.2em;
}

.typo-size-medium, .text-size-medium {
  font-size: 1.4em;
  line-height: 1.3em;
}

.typo-size-base, .text-size-base {
  font-size: 1em;
  line-height: 1.5em;
}

.typo-size-small, .text-size-small {
  font-size: 0.9em;
  line-height: 1.5em;
}

.typo-size-xsmall, .text-size-xsmall {
  font-size: 0.8em;
  line-height: 1.4em;
}

.typo-size-xxsmall, .text-size-2xsmall {
  font-size: 0.7em;
  line-height: 1.2em;
}

/**
* Font weights
*/
.typo-weight-100, .font-weight-100, .font-weight-hairline {
  font-weight: 100;
}

.typo-weight-200, .font-weight-200, .font-weight-thin {
  font-weight: 200;
}

.typo-weight-300, .font-weight-300, .font-weight-light {
  font-weight: 300;
}

.typo-weight-400, .font-weight-400, .font-weight-normal {
  font-weight: 400;
}

.typo-weight-500, .font-weight-500, .font-weight-medium {
  font-weight: 500;
}

.typo-weight-600, .font-weight-600, .font-weight-semibold {
  font-weight: 600;
}

.typo-weight-700, .font-weight-700, .font-weight-bold {
  font-weight: 700;
}

.typo-weight-800, .font-weight-800, .font-weight-extrabold {
  font-weight: 700;
}

.typo-weight-900, .font-weight-900, .font-weight-black {
  font-weight: 700;
}

/**
* Font line height
*/
.leading-none, .line-height-1 {
  line-height: 1;
}

.leading-tight, .line-height-1dot25 {
  line-height: 1.25;
}

.leading-normal, .line-height-1dot5 {
  line-height: 1.5;
}

.leading-loose, .line-height-2 {
  line-height: 2;
}

/**
* font: Whitespace & Wrapping
*/
.white-space-normal {
  white-space: normal;
}

.white-space-nowrap {
  white-space: nowrap;
}

.white-space-pre {
  white-space: pre;
}

.white-space-pre-line {
  white-space: pre-line;
}

.white-space-pre-wrap {
  white-space: pre-wrap;
}

.white-space-inherit {
  white-space: inherit;
}

/**
* Line heights
*/
.line-height-0 {
  line-height: 0;
}

@media only screen and (max-width: 600px) {
  .use-responsive-text-sizes-fixes .typo-size-xxxxlarge, .use-responsive-text-sizes-fixes .text-size-4xlarge,
  .typography-responsive .typo-size-xxxxlarge,
  .typography-responsive .text-size-4xlarge {
    font-size: 2em;
    line-height: 1em;
  }
  .use-responsive-text-sizes-fixes .typo-size-xxxlarge, .use-responsive-text-sizes-fixes .text-size-3xlarge,
  .typography-responsive .typo-size-xxxlarge,
  .typography-responsive .text-size-3xlarge {
    font-size: 1.8em;
    line-height: 1em;
  }
  .use-responsive-text-sizes-fixes .typo-size-xxlarge, .use-responsive-text-sizes-fixes .text-size-2xlarge,
  .typography-responsive .typo-size-xxlarge,
  .typography-responsive .text-size-2xlarge {
    font-size: 1.65em;
    line-height: 1.1em;
  }
  .use-responsive-text-sizes-fixes .typo-size-xlarge, .use-responsive-text-sizes-fixes .text-size-xlarge,
  .typography-responsive .typo-size-xlarge,
  .typography-responsive .text-size-xlarge {
    font-size: 1.45em;
    line-height: 1.2em;
  }
  .use-responsive-text-sizes-fixes .typo-size-large, .use-responsive-text-sizes-fixes .text-size-large,
  .typography-responsive .typo-size-large,
  .typography-responsive .text-size-large {
    font-size: 1.25em;
    line-height: 1.2em;
  }
  .use-responsive-text-sizes-fixes .typo-size-medium, .use-responsive-text-sizes-fixes .text-size-medium,
  .typography-responsive .typo-size-medium,
  .typography-responsive .text-size-medium {
    font-size: 1.05em;
    line-height: 1.3em;
  }
  .use-responsive-text-sizes-fixes .typo-size-base, .use-responsive-text-sizes-fixes .text-size-base,
  .typography-responsive .typo-size-base,
  .typography-responsive .text-size-base {
    font-size: 0.8em;
    line-height: 1.3em;
  }
  .use-responsive-text-sizes-fixes .typo-size-small, .use-responsive-text-sizes-fixes .text-size-small,
  .typography-responsive .typo-size-small,
  .typography-responsive .text-size-small {
    font-size: 0.75em;
    line-height: 1.3em;
  }
  .use-responsive-text-sizes-fixes .typo-size-xsmall, .use-responsive-text-sizes-fixes .text-size-xsmall,
  .typography-responsive .typo-size-xsmall,
  .typography-responsive .text-size-xsmall {
    font-size: 0.7em;
    line-height: 1.4em;
  }
  .use-responsive-text-sizes-fixes .typo-size-xxsmall, .use-responsive-text-sizes-fixes .text-size-2xsmall,
  .typography-responsive .typo-size-xxsmall,
  .typography-responsive .text-size-2xsmall {
    font-size: 0.6em;
    line-height: 1.2em;
  }
}
/**
* Masonry
*/
/**
masonry!
*/
.masonry-layout {
  column-count: 3;
  -webkit-column-count: 3;
  column-gap: 0;
  -webkit-column-gap: 0;
}

.masonry-layout__panel {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

/**
* Widgets
*/
.widget.widget_search .screen-reader-text {
  display: none;
}
.widget.widget_search input[type=search] {
  border-radius: 3px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.widget.widget_search input[type=submit] {
  display: none;
}

.widget + .widget {
  margin-top: 20px;
}

/* ---- general ------------ */
.site-sidenav .section select {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: auto;
}
.site-sidenav .section img {
  max-width: 100%;
  height: auto;
}
.site-sidenav .section .screen-reader-text {
  display: none;
}
.site-sidenav .section .widget ul li {
  display: block;
  position: relative;
}
.site-sidenav .section .widget ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.site-sidenav .section .widget ul li + li {
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.08);
  border-width: 1px 0 0 0;
}
.site-sidenav .section .widget li ul {
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 0px 0 0 1px;
  padding-left: 20px;
}
.site-sidenav .section .widget ul ul {
  /*margin-left:10px;*/
  margin-bottom: 15px;
}
.site-sidenav .section .widget ul ul li:before {
  position: absolute;
  top: 21px;
  left: -20px;
  float: right;
  content: "";
  width: 15px;
  height: 2px;
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 1px 0 0 0;
}
.site-sidenav .section {
  /* ------- widget nav menu ---------------------------- */
}
.site-sidenav .section .widget_nav_menu {
  position: relative;
}
@media only screen and (min-width: 960px) {
  .site-sidenav .section .widget_nav_menu ul li {
    overflow: hidden;
    position: relative;
  }
  .site-sidenav .section .widget_nav_menu ul ul {
    margin-bottom: 0;
  }
  .site-sidenav .section .widget_nav_menu li.menu-item-has-children:after {
    font-family: "icons";
    position: absolute;
    top: 12px;
    opacity: 0.5;
    right: 5px;
    float: right;
    content: "\e821";
  }
  .site-sidenav .section .widget_nav_menu li.menu-item-has-children:hover:after {
    opacity: 1;
  }
  .site-sidenav .section .widget_nav_menu li ul { /* this targets all sub menus */
    overflow-y: hidden;
    text-align: left;
    border-radius: 2px;
    opacity: 0;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    max-height: 0;
    margin-bottom: 0px;
  }
  .site-sidenav .section .widget_nav_menu li:before {
    margin-right: 0.5em;
  }
  .site-sidenav .section .widget_nav_menu ul li:hover > ul {
    opacity: 1;
    pointer-events: auto;
    max-height: 1000px;
    margin-bottom: 15px;
  }
}

/* --------------------------- */
.widget.widget_search .screen-reader-text {
  display: none;
}
.widget.widget_search input[type=search] {
  border-radius: 3px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.widget.widget_search input[type=submit] {
  display: none;
}

.widget + .widget {
  margin-top: 20px;
}

/* ---------- archive --------------------------------- */
.widget_archive label {
  display: block;
}
.widget_archive ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 4px;
}
.widget_archive select {
  margin-top: 15px;
  width: 100%;
}

/* ----------- recent comments ------------------------ */
.widget_recent_comments ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.widget_recent_comments ul li + li {
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.08);
  border-width: 1px 0 0 0;
}

/* -------------- widget RSS ----------------------- */
.widget_rss ul li {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}
.widget_rss .rssSummary {
  font-size: 0.9em;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 0.9;
}
.widget_rss .rss-date {
  font-size: 0.8em;
}
.widget_rss cite {
  font-size: 0.9em;
}
.widget_rss ul li + li {
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.08);
  border-width: 1px 0 0 0;
}

/* -------------- Calendar ------------------------ */
#wp-calendar {
  width: 100%;
  font-size: 11px;
}

#wp-calendar tbody {
  background: #aaa;
}

#wp-calendar thead th {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-top: none;
  font-size: 11px;
}

#wp-calendar tbody td {
  text-align: center;
  border: 1px solid #ddd;
  line-height: 2.5em;
  transition: background 0.15s ease;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
}

#wp-calendar tbody td:hover {
  background: #f1f1f1;
  color: #333;
}

#wp-calendar tbody td a {
  display: block;
  text-decoration: none;
  background: #f1f1f1;
  color: #333;
}

#wp-calendar tbody td:hover a {
  background: #4d4d4d;
  color: #fff;
}

#wp-calendar tfoot td {
  padding-top: 1px;
  padding: 4px;
}

#wp-calendar caption {
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
  padding: 12px;
  outline: 0 none !important;
  background: #3b86b0;
  color: #fff;
}

#wp-calendar tbody a {
  display: block;
  text-decoration: underline;
}

#wp-calendar th {
  text-align: center;
  border: 1px solid transparent;
  border-top: none;
  padding: 7px 0;
  color: #a7a7a7;
}

#footer #wp-calendar thead th {
  background: #222;
}

#footer #wp-calendar tbody td {
  border-color: #222;
}

/* thir party !! */
/* Social Warfare */
html .swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
  max-width: 700px !important;
  padding-left: 40px;
  padding-right: 40px;
}

html .nc_wrapper .swp_social_panel {
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
  max-width: 700px;
  padding-left: 40px;
  padding-right: 40px;
}

#site-header-wrap {
  margin-bottom: -100px;
  top: 0;
  position: relative;
  z-index: 1;
}

.menu-site-menu-container ul li a {
  color: #fff;
}

.menu-site-menu-container ul li:before {
  color: #fff;
  margin-right: 5px;
}

.menu-site-menu-container ul li + li {
  margin-left: 10px;
}

.menu-site-menu-container ul ul {
  display: none;
}

.bottom-menu-container ul ul {
  display: none;
}

/* material fixes */
md-icon svg {
  fill: inherit;
}

.material-icons {
  font-size: inherit;
  vertical-align: middle;
}

/**
* pushmenu
*/
/*--------------------------------------------------------------
+ Pushmenu (sidebar menu)
--------------------------------------------------------------*/
/* TRIGGER ---------------------------------------------------- */
html #site-wrap {
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

html #site-wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.8);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

html #site-wrap.overlay-open {
  -webkit-transition: -webkit-transform 0.55s;
  transition: transform 0.55s;
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  z-index: 2;
  height: 100vh;
  position: fixed;
  width: 100vw;
}

html #site-wrap.overlay-open::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 500;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.overlay-contentpush {
  /*overflow-y: auto; */
  z-index: 10;
  /*visibility:hidden;*/
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
}
.overlay-contentpush .close-site-menu {
  visibility: hidden;
}

.overlay-contentpush > div {
  overflow-y: auto;
}

.overlay-contentpush.open {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
}
.overlay-contentpush.open .close-site-menu {
  visibility: visible;
}

/* right side version */
html #site-wrap.overlay-open.open-right-side {
  -webkit-transform: translate3d(-400px, 0, 0);
  transform: translate3d(-400px, 0, 0);
}

.overlay-contentpush.open-right-side {
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0);
}

.overlay-contentpush.open-right-side.open {
  -moz-transform: translate(-moz-calc(100vw - 400px));
  -webkit-transform: translate(-webkit-calc(100vw - 400px));
  transform: translate(calc(100vw - 400px));
}

@media screen and (max-width: 600px) {
  html #site-wrap.overlay-open {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  /* right side version */
  html #site-wrap.overlay-open.open-right-side {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  .overlay-contentpush.open-right-side {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0);
    max-width: 350px;
  }
  .overlay-contentpush.open-right-side.open {
    -moz-transform: translate(-moz-calc(100vw - 350px));
    -webkit-transform: translate(-webkit-calc(100vw - 350px));
    transform: translate(calc(100vw - 350px));
  }
}
/* ##################################################################### */
/* ##################### sidebar menu ################################## */
/* ##################################################################### */
/* ---------------- */
#mp-menu .widget {
  padding: 20px 50px;
}

#mp-menu .widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
#mp-menu .widget select {
  max-width: 100%;
}

#mp-menu .widget {
  border-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.3);
  border-bottom-width: 1px;
  font-family: "PT Sans", Lato, oxygen, "helvetica neue", heveltica, arial, sans-serif;
}

#mp-menu .widget + .widget {
  border-top-color: rgba(255, 255, 255, 0.03);
  border-top-width: 1px;
  margin: 0;
}

#mp-menu .widget:last-child {
  border-bottom-width: 0;
}

/* widget search */
#mp-menu .widget_search .search-submit,
#mp-menu .widget_search .screen-reader-text,
#mp-menu .widget_search .widget-title {
  display: none;
}

#mp-menu .widget_search {
  padding: 0px 0px !important;
  margin: 0;
}

#mp-menu .widget_search input[type=search] {
  width: 100%;
  padding: 15px 25px;
  font-family: "PT Sans", Lato, oxygen, "helvetica neue", heveltica, arial, sans-serif;
  font-size: 14px;
  border-style: solid;
  border-width: 0;
  border-radius: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  background-color: rgba(0, 0, 0, 0.1);
}

/* widget text */
#mp-menu .widget_text {
  font-size: 14px;
  font-weight: 300;
}

/* widget meta */
#mp-menu .widget_meta ul {
  margin: 0;
  padding: 0;
}

#mp-menu .widget_meta ul li {
  display: inline-block;
  padding-right: 10px;
  font-size: 13px;
}

/* widget categories */
#mp-menu .widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 10px;
}

#mp-menu .widget_categories ul li {
  text-align: right;
  position: relative;
  overflow: hidden;
  font-size: 13px;
}

#mp-menu .widget_categories ul li a {
  display: inline-block;
  float: left;
  font-size: 16px;
}

/* SIDEBAR FOOTER --------------------------------------- */
footer#colophon {
  background-color: rgba(0, 0, 0, 0.1);
  clear: both;
  border-style: solid;
  border-width: 0;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-top-width: 1px;
}

footer#colophon a {
  text-decoration: none;
}

footer#colophon .footer-firm {
  line-height: 1.4em;
  margin-bottom: 5px;
}

footer#colophon .footer-firm p {
  margin: 0;
  padding: 0;
}

footer#colophon ul li {
  margin-right: 5px;
}

/* CSSGram for fun */
/*
 *
 * Aden
 *
 */
.aden {
  position: relative;
}
.aden img {
  width: 100%;
  z-index: 1;
}
.aden:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.aden:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.aden {
  filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
}
.aden::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}

/*
 *
 * Aden
 *
 */
/*
 *
 * Inkwell
 *
 */
.inkwell {
  position: relative;
}
.inkwell img {
  width: 100%;
  z-index: 1;
}
.inkwell:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.inkwell:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.inkwell {
  filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
}

/*
 *
 * Aden
 *
 */
/*
 *
 * Perpetua
 *
 */
.perpetua {
  position: relative;
}
.perpetua img {
  width: 100%;
  z-index: 1;
}
.perpetua:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.perpetua:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.perpetua::after {
  background: linear-gradient(to bottom, rgb(0, 91, 154), rgb(230, 193, 61));
  mix-blend-mode: soft-light;
  opacity: 0.5;
}

/*
 *
 * Aden
 *
 */
/*
 *
 * Reyes
 *
 */
.reyes {
  position: relative;
}
.reyes img {
  width: 100%;
  z-index: 1;
}
.reyes:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.reyes:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.reyes {
  filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
}
.reyes::after {
  background: rgb(239, 205, 173);
  mix-blend-mode: soft-light;
  opacity: 0.5;
}

/*
 *
 * Aden
 *
 */
/*
 *
 * Gingham
 *
 */
.gingham {
  position: relative;
}
.gingham img {
  width: 100%;
  z-index: 1;
}
.gingham:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.gingham:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.gingham {
  filter: brightness(1.05) hue-rotate(-10deg);
}
.gingham::after {
  background: rgb(230, 230, 250);
  mix-blend-mode: soft-light;
}

/*
 *
 * Aden
 *
 */
/*
 *
 * Toaster
 *
 */
.toaster {
  position: relative;
}
.toaster img {
  width: 100%;
  z-index: 1;
}
.toaster:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.toaster:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.toaster {
  filter: contrast(1.5) brightness(0.9);
}
.toaster::after {
  background: radial-gradient(circle, rgb(128, 78, 15), rgb(59, 0, 59));
  mix-blend-mode: screen;
}

/*
 *
 * Aden
 *
 */
/*
 *
 * Walden
 *
 */
.walden {
  position: relative;
}
.walden img {
  width: 100%;
  z-index: 1;
}
.walden:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.walden:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.walden {
  filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
}
.walden::after {
  background: rgb(0, 68, 204);
  mix-blend-mode: screen;
  opacity: 0.3;
}

/*
 *
 * Aden
 *
 */
/*
 *
 * Hudson
 *
 */
.hudson {
  position: relative;
}
.hudson img {
  width: 100%;
  z-index: 1;
}
.hudson:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.hudson:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.hudson {
  filter: brightness(1.2) contrast(0.9) saturate(1.1);
}
.hudson::after {
  background: radial-gradient(circle, rgb(166, 177, 255) 50%, rgb(52, 33, 52));
  mix-blend-mode: multiply;
  opacity: 0.5;
}

/*
 *
 * Aden
 *
 */
/*
 *
 * Earlybird
 *
 */
.earlybird {
  position: relative;
}
.earlybird img {
  width: 100%;
  z-index: 1;
}
.earlybird:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.earlybird:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.earlybird {
  filter: contrast(0.9) sepia(0.2);
}
.earlybird::after {
  background: radial-gradient(circle, rgb(208, 186, 142) 20%, rgb(54, 3, 9) 85%, rgb(29, 2, 16) 100%);
  mix-blend-mode: overlay;
}

/*
 *
 * Aden
 *
 */
/*
 *
 * Mayfair
 *
 */
.mayfair {
  position: relative;
}
.mayfair img {
  width: 100%;
  z-index: 1;
}
.mayfair:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.mayfair:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.mayfair {
  filter: contrast(1.1) saturate(1.1);
}
.mayfair::after {
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), rgb(17, 17, 17) 60%);
  mix-blend-mode: overlay;
  opacity: 0.4;
}

/*
 *
 * Aden
 *
 */
/*
 * Lo-fi
 *
 */
.lofi {
  position: relative;
}
.lofi img {
  width: 100%;
  z-index: 1;
}
.lofi:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.lofi:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.lofi {
  filter: saturate(1.1) contrast(1.5);
}
.lofi::after {
  background: radial-gradient(circle, transparent 70%, rgb(34, 34, 34) 150%);
  mix-blend-mode: multiply;
}

/*
 *
 * Aden
 *
 */
/*
 * 1977
 *
 */
._1977 {
  position: relative;
}
._1977 img {
  width: 100%;
  z-index: 1;
}
._1977:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
._1977:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
._1977 {
  filter: contrast(1.1) brightness(1.1) saturate(1.3);
}
._1977:after {
  background: rgba(243, 106, 188, 0.3);
  mix-blend-mode: screen;
}

/*
 *
 * Aden
 *
 */
/*
 *
 * Brooklyn
 *
 */
.brooklyn {
  position: relative;
}
.brooklyn img {
  width: 100%;
  z-index: 1;
}
.brooklyn:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.brooklyn:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.brooklyn {
  filter: contrast(0.9) brightness(1.1);
}
.brooklyn::after {
  background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, rgb(196, 183, 200));
  mix-blend-mode: overlay;
}

/*
 *
 * Aden
 *
 */
/*
 *
 * X-Pro II
 *
 */
.xpro2 {
  position: relative;
}
.xpro2 img {
  width: 100%;
  z-index: 1;
}
.xpro2:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.xpro2:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.xpro2 {
  filter: sepia(0.3);
}
.xpro2::after {
  background: radial-gradient(circle, rgb(230, 231, 224) 40%, rgba(43, 42, 161, 0.6) 110%);
  mix-blend-mode: color-burn;
}

/*
 *
 * Aden
 *
 */
/*
 *
 * Nashville
 *
 */
.nashville {
  position: relative;
}
.nashville img {
  width: 100%;
  z-index: 1;
}
.nashville:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.nashville:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.nashville {
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
}
.nashville::after {
  background: rgba(0, 70, 150, 0.4);
  mix-blend-mode: lighten;
}
.nashville::before {
  background: rgba(247, 176, 153, 0.56);
  mix-blend-mode: darken;
}

/*
 *
 * Aden
 *
 */
/*
 * Lark
 *
 */
.lark {
  position: relative;
}
.lark img {
  width: 100%;
  z-index: 1;
}
.lark:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.lark:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.lark {
  filter: contrast(0.9);
}
.lark::after {
  background: rgba(242, 242, 242, 0.8);
  mix-blend-mode: darken;
}
.lark::before {
  background: rgb(34, 37, 63);
  mix-blend-mode: color-dodge;
}

/*
 *
 * Aden
 *
 */
/*
 * Moon
 *
 */
.moon {
  position: relative;
}
.moon img {
  width: 100%;
  z-index: 1;
}
.moon:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.moon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.moon {
  filter: grayscale(1) contrast(1.1) brightness(1.1);
}
.moon::before {
  background: rgb(160, 160, 160);
  mix-blend-mode: soft-light;
}
.moon::after {
  background: rgb(56, 56, 56);
  mix-blend-mode: lighten;
}

/*
 *
 * Aden
 *
 */
/*
 * Clarendon
 *
 */
.clarendon {
  position: relative;
}
.clarendon img {
  width: 100%;
  z-index: 1;
}
.clarendon:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.clarendon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.clarendon {
  filter: contrast(1.2) saturate(1.35);
}
.clarendon:before {
  background: rgba(127, 187, 227, 0.2);
  mix-blend-mode: overlay;
}

/*
 *
 * Aden
 *
 */
/*
 * Willow
 *
 */
.willow {
  position: relative;
}
.willow img {
  width: 100%;
  z-index: 1;
}
.willow:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.willow:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.willow {
  filter: grayscale(0.5) contrast(0.95) brightness(0.9);
}
.willow::before {
  background-color: radial-gradient(40%, circle, rgb(212, 169, 175) 55%, black 150%);
  mix-blend-mode: overlay;
}
.willow::after {
  background-color: rgb(216, 205, 203);
  mix-blend-mode: color;
}

/*
 *
 * Aden
 *
 */
/*
 *
 * Rise
 *
 */
.rise {
  position: relative;
}
.rise img {
  width: 100%;
  z-index: 1;
}
.rise:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.rise:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.rise {
  filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
}
.rise::after {
  background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.rise::before {
  background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
  mix-blend-mode: multiply;
}

/*
 *
 * Aden
 *
 */
/*
 *
 * Slumber
 *
 */
.slumber {
  position: relative;
}
.slumber img {
  width: 100%;
  z-index: 1;
}
.slumber:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.slumber:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.slumber {
  filter: saturate(0.66) brightness(1.05);
}
.slumber::after {
  background: rgba(125, 105, 24, 0.5);
  mix-blend-mode: soft-light;
}
.slumber::before {
  background: rgba(69, 41, 12, 0.4);
  mix-blend-mode: lighten;
}

/*
 *
 * Aden
 *
 */
/*
 *
 * Brannan
 *
 */
.brannan {
  position: relative;
}
.brannan img {
  width: 100%;
  z-index: 1;
}
.brannan:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.brannan:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.brannan {
  filter: sepia(0.5) contrast(1.4);
}
.brannan::after {
  background-color: rgba(161, 44, 199, 0.31);
  mix-blend-mode: lighten;
}

/*
 *
 * Aden
 *
 */
/*
 *
 * Valencia
 *
 */
.valencia {
  position: relative;
}
.valencia img {
  width: 100%;
  z-index: 1;
}
.valencia:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.valencia:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.valencia {
  filter: contrast(1.08) brightness(1.08) sepia(0.08);
}
.valencia::after {
  background: rgb(58, 3, 57);
  mix-blend-mode: exclusion;
  opacity: 0.5;
}

/*
 *
 * Aden
 *
 */
/*
 * Kelvin
 *
 */
.kelvin {
  position: relative;
}
.kelvin img {
  width: 100%;
  z-index: 1;
}
.kelvin:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.kelvin:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.kelvin::after {
  background: rgb(183, 125, 33);
  mix-blend-mode: overlay;
}
.kelvin::before {
  background: rgb(56, 44, 52);
  mix-blend-mode: color-dodge;
}

/*
 *
 * Aden
 *
 */
/*
 *
 * Maven
 *
 */
.maven {
  position: relative;
}
.maven img {
  width: 100%;
  z-index: 1;
}
.maven:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.maven:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.maven {
  filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
}
.maven:after {
  background: rgba(3, 230, 26, 0.2);
  mix-blend-mode: hue;
}

/*
 *
 * Aden
 *
 */
/*
 *
 * Stinson
 *
 */
.stinson {
  position: relative;
}
.stinson img {
  width: 100%;
  z-index: 1;
}
.stinson:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.stinson:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.stinson {
  filter: contrast(0.75) saturate(0.85) brightness(1.15);
}
.stinson::before {
  background: rgba(240, 149, 128, 0.2);
  mix-blend-mode: soft-light;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  -webkit-overflow-scrolling: touch;
}

html {
  height: 100vh;
}

a {
  text-decoration: none;
}

a:not(.wp-element-button) {
  text-decoration: none;
}

p {
  padding: 0.8em 0px;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0.8em 0;
  line-height: 0.5em;
}

h1 {
  font-size: 2.2em;
  line-height: 1.1em;
  padding: 0.5em 0;
}

h2 {
  font-size: 1.9em;
}

h3 {
  font-size: 1.7em;
}

h4 {
  font-size: 1.4em;
  line-height: 1.3em;
}

h5 {
  font-size: 1.2em;
  line-height: 1.4em;
}

h6 {
  font-size: 1.1em;
  line-height: 1em;
}

hr {
  display: block;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wp-caption-text { /*pass*/ }

.sticky { /*pass*/ }

.gallery-caption { /*pass*/ }

.bypostauthor { /*pass*/ }

.screen-reader-text.wp-a11y-speak-region {
  display: none;
}

body {
  overflow-x: hidden;
}
body #site-wrap {
  position: relative;
}

/* HEADER SITE */
html .site-logo-button {
  font-size: 20px;
  line-height: 55px;
  background-size: cover;
  border-radius: 3px !important;
  background-repeat: no-repeat;
}

.site-sidenav md-tabs-canvas {
  background-color: rgba(0, 0, 0, 0.2);
}
#site-body {
  position: relative;
}
#site-body .site-body-content-wrap {
  margin: auto;
  text-align: center;
  /*min-height:100vh;*/
  /*max-width:900px;*/
}

#site-menu-block {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

html body .wp-block-cover-text {
  color: #fff;
}
html body .wp-block-cover-text a {
  color: #fff !important;
}

html .wp-block-cover p:not(.has-text-color) {
  color: #fff !important;
}

html body .wp-block-cover .site-palette-yin-1-color a {
  color: #fff !important;
}

.wp-block-group.has-background {
  padding: 30px;
}

p.has-large-font-size {
  line-height: 1.23em;
}

p.has-larger-font-size {
  line-height: 1.32em;
}

.post-item .card-post a {
  color: #fff;
}

/*.by-user::before {
    content: "by";
    margin-right: 0.4em;
    font-weight: normal;
    opacity: 0.5;
}*/
.by-user + .by-user::before {
  content: "&";
  margin-right: 0.25em;
  font-weight: normal;
  opacity: 0.5;
}

.post-item .card-content {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.87) 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.5) 90%);
}

@media screen and (max-width: 600px) {
  html div[id=wpadminbar] {
    position: fixed !important;
  }
  html p.has-drop-cap:not(:focus):first-letter {
    font-size: 3.8em;
  }
}
