@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,600|Source+Sans+Pro:300,400,800&display=swap");
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

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

#primary {
  margin-top: 100vh; }

#page.toggled {
  width: 100%; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

body,
button,
input,
select,
textarea {
  color: #414141;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.5rem; }

body {
  background-color: #efefef;
  color: #414141; }

@media (prefers-color-scheme: dark) {
  body {
    background-color: #333333;
    color: #cecece; } }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0; }

h1 {
  position: relative;
  text-align: center;
  color: #414141; }

h2, h3, h4, h5, h6 {
  padding: 1rem .45rem .7rem; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  padding-right: 35px;
  padding-left: 35px; }

.no_bg,
.page-header h1 {
  margin-top: 2em; }

.page-header h1 {
  text-align: center; }

.error-404 h3 {
  position: fixed;
  bottom: 0;
  padding-bottom: 1.1em;
  width: 100%;
  max-width: 900px;
  text-align: center;
  color: white; }

.entry-content h4 {
  display: inline-block;
  margin: 50px 0 0;
  padding: 10px 15px 8px;
  color: ivory;
  font-size: 1rem; }

h5 {
  font-size: 1.05rem; }

h6 {
  font-size: .9rem; }

.sticky .entry-title {
  margin-bottom: 0; }
  .sticky .entry-title a:visited {
    color: white; }

.postid-1241 .entry-meta {
  display: none; }

.widget-title {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  padding-top: 1.5rem; }

@media (min-width: 1280px) {
  .error-404 h3 {
    max-width: 1280px; }
  .widget-title {
    padding-top: 3rem; }
  .widget_text .widget-title {
    padding-top: 1rem; } }

p {
  margin: 0;
  padding: 1rem 1.5rem 2.3rem;
  line-height: 1.8rem; }

#journey-type + p {
  background: none;
  padding: .3rem; }

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

blockquote {
  margin: 0;
  font-style: italic;
  font-weight: lighter;
  text-indent: 4rem; }

address {
  margin: 0 0 1.5rem; }

big {
  font-size: 125%; }

#note {
  display: none; }

::-moz-selection,
::selection {
  color: #ffffff; }

@media (prefers-color-scheme: dark) {
  ::-moz-selection,
  ::selection {
    color: #2A2A2A; } }

.site-content hr {
  border: 0;
  height: 200px;
  background-color: #efefef;
  background-image: url(interface/hr_tire_footprint.jpg);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  clear: both; }

.box_cell hr {
  background: none;
  height: 1px; }

.wpgmza_map {
  background-color: #efefef; }

ul, ol {
  margin: 0;
  padding: 0; }

.entry-content ul, .entry-content ol {
  padding: 1rem 3.2rem 1.5rem; }

.entry-content p + ul,
.entry-content p + ol {
  padding-top: 0; }

.entry-content ul li {
  position: relative; }
  .entry-content ul li::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 13px;
    left: -18px;
    border-radius: 10px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5rem 1.5rem; }

.widget-area ul {
  list-style: none;
  font-size: 1.05rem;
  padding: 0 0 0 5%; }

.widget-area li {
  line-height: 2rem; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

#total-stats table {
  width: 100%;
  margin: 0 0 30px;
  border-width: 0 0 10px 10px;
  border-color: transparent;
  border-style: solid;
  color: ivory;
  font-size: .75rem;
  line-height: 3rem;
  text-align: left;
  background-color: #9B7D71; }
  #total-stats table tr:first-child th {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    border-bottom: none;
    text-indent: -5000px;
    height: 80px;
    border-bottom: 30px solid transparent; }
  #total-stats table th, #total-stats table td {
    color: ivory;
    border-color: ivory;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    line-height: 1.5rem;
    padding: .75rem 0 .5rem; }

#total-stats .col-price,
#total-stats .col-city {
  display: none; }

#total-stats .road-tire {
  background: url(interface/gear_rect_tire_road.png); }

#total-stats .mtb-tire {
  background: url(interface/gear_rect_tire_mtb.png); }

#total-stats .trailer-tire {
  background: url(interface/gear_rect_tire_trailer.png); }

#total-stats .chain {
  background: url(interface/gear_rect_chain.png); }

#total-stats .belt {
  background: url(interface/gear_rect_belt.png); }

#total-stats .cassette {
  background: url(interface/gear_rect_cassette.png); }

#total-stats .rear-sprocket {
  background: url(interface/gear_rect_sprocket_rear.png); }

#total-stats .front-sprocket {
  background: url(interface/gear_rect_sprocket_front.png); }

#total-stats .chainring {
  background: url(interface/gear_rect_chainring.png); }

#total-stats .bottom-bracket {
  background: url(interface/gear_rect_bottom_bracket.png); }

#total-stats .free-hub {
  background: url(interface/gear_rect_free_hub.png);
  background-size: contain; }

@media (min-width: 530px) {
  #total-stats .col-price {
    display: table-cell; } }

@media (min-width: 620px) {
  #total-stats table {
    font-size: .8em; }
  #total-stats .col-city {
    display: table-cell; } }

.sticky {
  display: block; }

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

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.entry-content {
  position: relative; }

.page-template-page-videos .entry-content h6 {
  background: none;
  padding: 0 0 0 3%;
  position: relative;
  top: 40px; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1;
  border: none; }

.page .button,
footer .button {
  position: relative;
  top: -45px;
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  padding-top: 30px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-family: 'Handlee', cursive;
  line-height: 1.15em;
  border-radius: 45px;
  box-shadow: 0 2px 6px rgba(32, 26, 24, 0.8);
  background-size: 100px auto;
  background-color: #9B7D71;
  transition: all .15s ease-in-out; }
  .page .button:hover,
  footer .button:hover {
    background-color: #D6D6D6;
    color: #414141; }

span.edit-link {
  position: absolute;
  z-index: 34;
  bottom: 29px;
  right: 30px;
  overflow: hidden;
  border-radius: 100px; }

.post-edit-link {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  background-color: #414141;
  transition: background-color .1s ease-out; }
  .post-edit-link:hover {
    background-color: #efefef; }
  .post-edit-link:before {
    position: relative;
    top: 9px;
    left: 11px;
    margin-right: 50px;
    color: white;
    font-family: "Dashicons";
    font-size: 40px;
    line-height: 40px;
    content: "\f464";
    transition: color .1s ease-out; }
  .post-edit-link:hover:before {
    color: #414141; }

#top {
  position: fixed;
  bottom: -90px;
  left: calc( (100% - 80px) / 2);
  width: 80px;
  height: 80px;
  border-radius: 40px;
  z-index: 20000;
  overflow: hidden;
  outline: 0;
  background-size: 100px auto;
  background-color: #efefef;
  box-shadow: 0 2px 6px rgba(32, 26, 24, 0.8);
  transition: all .15s ease-in-out; }
  #top.show {
    bottom: -35px; }
  #top.hide {
    bottom: -90px; }
  #top:before {
    position: relative;
    top: 12px;
    left: 24px;
    color: white;
    font-family: "Icons";
    font-size: 17px;
    content: "\e909";
    transition: top .15s ease-out; }
  #top:hover {
    bottom: -25px;
    background-color: #D6D6D6; }
    #top:hover:before {
      color: #414141;
      top: 17px; }
    #top:hover.hide {
      bottom: -90px; }
  #top span {
    display: none; }

@media (min-width: 1050px) {
  .more-link {
    right: -41px;
    bottom: 0; }
  .sticky .more-link {
    bottom: 1px; } }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #efefef;
  border: 1px solid #efefef; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    background-color: rgba(0, 0, 0, 0.1); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px ivory inset; }

@media (prefers-color-scheme: dark) {
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  textarea {
    color: #333333;
    border: 1px solid #333333; } }

#comments {
  padding: 5rem 1rem;
  background-color: #D6D6D6;
  clear: both; }
  #comments .comments-title {
    margin: 0 auto 3rem;
    padding: 0 15%;
    max-width: 1000px;
    text-align: center;
    line-height: 2rem; }
  #comments .comment-list {
    list-style: none;
    margin: 0 auto;
    padding: 2rem 0 0;
    max-width: 1000px; }
    #comments .comment-list li {
      margin-bottom: 3rem; }
    #comments .comment-list ol {
      margin-top: 60px;
      margin-left: 5%;
      list-style: none; }
  #comments .comment-meta,
  #comments .comment-author {
    display: flex; }
  #comments .comment-meta {
    position: relative; }
  #comments .comment-awaiting-moderation {
    position: absolute;
    height: auto;
    bottom: 50px;
    background-color: #cecece;
    width: 70%;
    padding: .75rem 1rem;
    border-radius: 4px 4px 4px 0;
    animation: pulse 1s infinite;
    box-shadow: 0 6px 20px #999999; }

@keyframes pulse {
  0% {
    background-color: #cecece; }
  50% {
    background-color: #efefef; }
  100% {
    background-color: #cecece; } }
  #comments .vcard {
    width: 100%; }
    #comments .vcard a {
      color: #414141; }
    #comments .vcard img.avatar {
      width: 50px;
      height: 50px;
      margin-right: 10px; }
    #comments .vcard .fn {
      color: #414141; }
    #comments .vcard .says {
      display: none; }
  #comments .comment-metadata {
    position: absolute;
    top: 22px;
    left: 60px;
    font-size: .9rem;
    width: calc( 100% - 60px); }
    #comments .comment-metadata > a, #comments .comment-metadata > a:visited {
      color: #414141;
      pointer-events: none; }
    #comments .comment-metadata .edit-link {
      position: absolute;
      right: 35px;
      bottom: -9px;
      width: 50px;
      height: 50px;
      border: 1px solid #414141; }
      #comments .comment-metadata .edit-link a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 12px;
        font-family: inherit;
        font-weight: bold;
        font-style: normal;
        color: #414141; }
      #comments .comment-metadata .edit-link:hover {
        background: #414141; }
        #comments .comment-metadata .edit-link:hover a {
          color: white; }
  #comments p {
    color: white; }
  #comments .comment-content {
    position: relative;
    overflow: hidden;
    background-color: #7d655b;
    border-radius: 0 0 15px 15px;
    padding: 15px 1.5rem 50px;
    color: #ffffff; }
    #comments .comment-content p {
      padding-bottom: 0;
      font-size: 1.25rem; }
    #comments .comment-content a {
      word-wrap: break-word;
      color: #ffffff;
      text-decoration: underline; }
    #comments .comment-content::after {
      content: '';
      position: absolute;
      top: -50px;
      right: 30px;
      width: 60px;
      height: 60px;
      border-radius: 30px;
      background-color: #D6D6D6; }
  #comments .reply {
    position: relative;
    top: -40px;
    float: right;
    width: 120px;
    height: 40px;
    text-align: center;
    transition: background-color .1s ease-out;
    border-radius: 5px 0 15px 0; }
    #comments .reply:hover {
      background-color: #9B7D71; }
    #comments .reply a {
      display: block;
      height: 40px;
      padding: 0 1em;
      color: white;
      font-weight: 600;
      line-height: 40px;
      transition: color .1s ease-out; }
  #comments .next-to-more-link .comments-link {
    margin-right: 60px; }
  #comments .comment-reply-title {
    background: none; }
  #comments .logged-in-as a {
    color: white;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: white; }
  #comments .logged-in-as a:hover {
    border-bottom-width: 2px; }

#respond {
  position: relative;
  max-width: 1000px;
  margin: 0 auto; }
  #respond #reply-title {
    color: #414141;
    font-size: 2rem;
    font-style: italic;
    text-transform: uppercase; }
  #respond #commentform,
  #respond #cancel-comment-reply-link {
    background-color: #7d655b;
    border-radius: 0 0 15px 15px; }
    #respond #commentform .comment-form-comment,
    #respond #cancel-comment-reply-link .comment-form-comment {
      margin-bottom: 0;
      padding-bottom: 0; }
    #respond #commentform .comment-form-author,
    #respond #commentform .comment-form-email,
    #respond #commentform .comment-form-url,
    #respond #cancel-comment-reply-link .comment-form-author,
    #respond #cancel-comment-reply-link .comment-form-email,
    #respond #cancel-comment-reply-link .comment-form-url {
      padding: 1rem 1.5rem .5rem;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    #respond #commentform label,
    #respond #cancel-comment-reply-link label {
      display: inline-block;
      width: 100px; }
    #respond #commentform input, #respond #commentform textarea,
    #respond #cancel-comment-reply-link input,
    #respond #cancel-comment-reply-link textarea {
      background-color: #7d655b;
      padding: .5rem .8rem;
      border-radius: 4px;
      width: 100%; }
    #respond #commentform .comment-form-cookies-consent,
    #respond #cancel-comment-reply-link .comment-form-cookies-consent {
      display: flex;
      align-items: flex-start; }
      #respond #commentform .comment-form-cookies-consent label,
      #respond #cancel-comment-reply-link .comment-form-cookies-consent label {
        width: 100%; }
    #respond #commentform #wp-comment-cookies-consent,
    #respond #cancel-comment-reply-link #wp-comment-cookies-consent {
      width: 40px;
      margin-top: 8px; }
  #respond #reply-title {
    display: flex;
    align-items: center; }
  #respond #cancel-comment-reply-link {
    position: relative;
    top: -1px;
    margin-left: 15px;
    padding: 4px 10px 5px;
    color: #414141;
    font-size: .9rem;
    font-family: inherit;
    font-weight: bold;
    font-style: normal;
    text-transform: capitalize;
    background-color: transparent !important;
    border: 1px solid #414141;
    border-radius: 20px; }
    #respond #cancel-comment-reply-link:hover {
      background-color: #414141 !important;
      color: white; }
  #respond .form-submit {
    padding: 0; }
  #respond #submit {
    position: relative;
    bottom: -20px;
    display: block;
    width: 90px !important;
    height: 90px;
    margin: 0 auto;
    background-color: #D6D6D6 !important;
    border-radius: 45px !important;
    color: #D6D6D6;
    transition: transform .2s ease-in-out; }
    #respond #submit:hover {
      transform: scale(1.15); }
  #respond::after {
    content: "\f345";
    position: absolute;
    bottom: 10px;
    right: calc( 50% - 8px);
    width: 30px;
    height: 30px;
    font-family: "Dashicons";
    font-size: 3rem;
    pointer-events: none;
    color: #7d655b; }

@media (min-width: 1050px) {
  .next-to-more-link .comments-link {
    margin-right: 2%; }
  #comments .comment-content p {
    margin-right: 120px; }
  #respond #comment {
    height: 283px; }
  #respond #commentform .comment-form-comment,
  #respond #cancel-comment-reply-link .comment-form-comment {
    float: left; }
  #respond #commentform .comment-form-author,
  #respond #commentform .comment-form-email,
  #respond #commentform .comment-form-url,
  #respond #cancel-comment-reply-link .comment-form-author,
  #respond #cancel-comment-reply-link .comment-form-email,
  #respond #cancel-comment-reply-link .comment-form-url {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0; }
  .logged-in #respond #commentform .comment-form-comment {
    float: none; } }

@media (prefers-color-scheme: dark) {
  #comments {
    background-color: #2A2A2A;
    color: #999999; }
    #comments .comment-awaiting-moderation {
      color: #AFAFAF;
      box-shadow: 0 6px 20px #2A2A2A; }
  @keyframes pulse {
    0% {
      background-color: #333333; }
    50% {
      background-color: #5A5A5A; }
    100% {
      background-color: #333333; } }
    #comments .vcard a,
    #comments .vcard .fn,
    #comments .comment-metadata a,
    #comments .comment-metadata a:visited {
      color: #AFAFAF; }
    #comments p {
      color: #3C3C3C;
      font-weight: bold; }
    #comments .comment-content {
      background-color: #9B7D71;
      color: #2A2A2A; }
      #comments .comment-content::after {
        background-color: #2A2A2A; }
    #comments .reply:hover {
      background-color: #b49285; }
    #comments .reply a {
      color: #333333; }
    #comments .logged-in-as a {
      color: #333333;
      border-bottom-color: #333333; }
    #comments #cancel-comment-reply-link {
      color: #cecece;
      border-color: #cecece; }
    #comments .comment-metadata .edit-link {
      border-color: #999999; }
      #comments .comment-metadata .edit-link a {
        color: #999999; }
      #comments .comment-metadata .edit-link:hover {
        background: #999999; }
        #comments .comment-metadata .edit-link:hover a {
          color: #333333; }
  #respond #reply-title {
    color: #999999; }
  #respond #commentform,
  #respond #cancel-comment-reply-link {
    background-color: #9B7D71; }
    #respond #commentform input, #respond #commentform textarea,
    #respond #cancel-comment-reply-link input,
    #respond #cancel-comment-reply-link textarea {
      background-color: #9B7D71; }
  #respond #submit {
    background-color: #2A2A2A !important;
    color: #2A2A2A; }
  #respond::after {
    color: #9B7D71; }
  #respond #cancel-comment-reply-link {
    color: #999999;
    border-color: #999999; }
    #respond #cancel-comment-reply-link:hover {
      background-color: #999999 !important;
      color: #333333; } }

.logo-mini {
  position: absolute;
  width: 23px;
  height: 30px;
  z-index: 600000;
  transition: opacity .2s ease-out; }
  .logo-mini.top-corner {
    top: 27px;
    left: 30px; }
    .logo-mini.top-corner path {
      fill: #ffffff; }
  .logo-mini a {
    position: absolute;
    width: 23px;
    height: 30px;
    left: 0;
    bottom: 0; }
  .logo-mini:hover {
    cursor: pointer; }
    .logo-mini:hover path {
      fill: #2A2A2A; }

#page.toggled .logo-mini {
  position: fixed; }

@media screen and (min-width: 1024px) {
  #page.toggled .logo-mini {
    position: absolute; } }

@media (prefers-color-scheme: dark) {
  .logo-mini.top-corner path {
    fill: #2A2A2A; }
  .logo-mini:hover path {
    fill: white; } }

.entry-meta a,
.comments-link a {
  color: #efefef;
  font-size: .96rem; }
  .entry-meta a:visited,
  .comments-link a:visited {
    color: #efefef; }
  .entry-meta a:hover, .entry-meta a:focus, .entry-meta a:active,
  .comments-link a:hover,
  .comments-link a:focus,
  .comments-link a:active {
    color: #D6D6D6;
    text-decoration: underline; }

.entry-content li a,
.entry-content p a {
  font-weight: bold;
  border-bottom-width: 4px;
  border-bottom-style: solid; }
  .entry-content li a:hover,
  .entry-content p a:hover {
    border-bottom-width: 2px; }
  .entry-content li a:visited,
  .entry-content p a:visited {
    border-bottom-style: dashed; }

@media (prefers-color-scheme: dark) {
  a {
    color: #b49285; }
    a:hover, a:focus, a:active {
      color: #b49285; } }

#btn_circle,
#btn_close,
.btn_icon {
  position: absolute;
  right: 30px;
  background-color: transparent;
  width: 26px;
  height: 26px;
  padding: 0; }
  #btn_circle span,
  #btn_close span,
  .btn_icon span {
    display: none; }

#btn_circle {
  top: 30px;
  border-radius: 100%;
  border: 4px solid white;
  transition: border-width .05s ease-out;
  z-index: 4503;
  animation-duration: .1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }
  #btn_circle:hover {
    border-width: 8px;
    cursor: pointer; }

.toggled #btn_circle {
  opacity: 0; }

#btn_close::before,
.btn_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-family: "Dashicons";
  font-size: 1.7rem;
  width: 26px;
  height: 26px; }

.btn_icon {
  opacity: 0;
  transition: all .1s ease-out;
  z-index: 5827; }

#btn_icon_mobile_menu {
  top: 90px; }
  #btn_icon_mobile_menu::before {
    content: "\f207"; }

#btn_icon_theme {
  top: 150px; }
  #btn_icon_theme::before {
    content: "\f100"; }

#btn_icon_search {
  top: 210px; }
  #btn_icon_search::before {
    content: "\f179"; }

#btn_close {
  display: none;
  top: 30px;
  transform: rotate(0deg);
  transform-origin: center;
  transition: all .15s ease-in-out;
  z-index: 4505; }
  #btn_close::before {
    content: "\f153";
    font-size: 32px;
    top: -3px;
    left: -3px; }
  #btn_close:hover {
    transform: rotate(-90deg); }

#page.toggled #btn_circle,
#page.toggled #btn_close {
  position: fixed; }

@media screen and (min-width: 1024px) {
  #btn_circle,
  #btn_close,
  .btn_icon {
    right: 30px; }
  .btn_icon {
    position: fixed; }
  #btn_icon_mobile_menu {
    display: none; }
  #btn_icon_theme {
    left: inherit;
    top: 95px; }
  #btn_icon_search {
    left: inherit;
    top: 160px; } }

@media (prefers-color-scheme: dark) {
  #btn_circle {
    border-color: #2A2A2A; } }

#navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 9059; }

#circle_menu_container {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  bottom: -50px;
  bottom: 0;
  z-index: 767;
  transition: transform .3s ease-out;
  pointer-events: none; }
  #circle_menu_container ul {
    padding: 0;
    text-align: center;
    font-family: "Quicksand";
    font-size: 1.6rem;
    list-style: none;
    line-height: 5rem; }

.toggled #circle_menu_container {
  transform: translateX(0); }

#desktop_menu {
  display: none;
  position: relative;
  top: 25px;
  left: 10%;
  width: 80%;
  padding: 0;
  float: left;
  overflow: visible;
  font-size: 1.1rem; }
  #desktop_menu > ul > li {
    margin-right: 0; }
    #desktop_menu > ul > li.menu-item-has-children > a {
      border-radius: 10px 10px 0 0; }
    #desktop_menu > ul > li > a {
      text-align: center !important;
      width: calc(80vw / 6);
      border-radius: 10px;
      font-weight: bold;
      color: #ffffff; }
      #desktop_menu > ul > li > a:hover {
        background-color: #594841;
        color: #ffffff; }
      #desktop_menu > ul > li > a:visited {
        color: #ffffff !important; }
    #desktop_menu > ul > li.hover > a {
      background-color: #594841; }
    #desktop_menu > ul > li a {
      display: block;
      font-weight: regular;
      line-height: 40px;
      text-align: left;
      transition: background-color .1s ease-out, padding-left .1s ease-out; }
  #desktop_menu ul {
    list-style: none;
    margin: 0;
    padding-left: 0px; }
    #desktop_menu ul ul {
      display: block;
      position: absolute;
      top: 40px;
      left: -999em;
      margin: 0;
      list-style: none;
      opacity: .1;
      float: left;
      transition: opacity .1s ease-out;
      background-color: #594841;
      z-index: 99999; }
      #desktop_menu ul ul ul {
        display: block;
        left: -999em;
        top: 0; }
      #desktop_menu ul ul li:hover > ul, #desktop_menu ul ul li.focus > ul {
        left: 100%;
        margin: 0; }
      #desktop_menu ul ul a {
        padding-left: 10px;
        width: 200px;
        color: #ffffff; }
        #desktop_menu ul ul a:visited {
          color: #ffffff; }
        #desktop_menu ul ul a:hover {
          padding-left: 20px;
          background-color: #ffffff;
          color: #2A2A2A; }
        #desktop_menu ul ul a:hover:visited {
          color: #2A2A2A; }
    #desktop_menu ul li {
      position: relative; }
      #desktop_menu ul li:hover > ul, #desktop_menu ul li.focus > ul {
        left: auto;
        opacity: 1; }
    #desktop_menu ul a {
      display: block;
      text-decoration: none; }
  #desktop_menu li {
    float: left; }

@media screen and (min-width: 1024px) {
  #desktop_menu {
    width: 820px;
    left: calc((100% - 820px) / 2);
    display: block;
    opacity: 0;
    animation-name: reveal_menu;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-fill-mode: forwards; }
    #desktop_menu > ul > li > a {
      width: 136.666667px; } }

@keyframes reveal_menu {
  from {
    opacity: 0; }
  to {
    opacity: .95; } }

@media (prefers-color-scheme: dark) {
  #desktop_menu > ul > li.hover > a {
    background-color: #c8a79a; }
  #desktop_menu > ul > li > a:hover {
    background-color: #c8a79a; }
  #desktop_menu > ul > li > a:visited {
    color: #2A2A2A !important; }
  #desktop_menu ul ul {
    background-color: #c8a79a; }
    #desktop_menu ul ul a,
    #desktop_menu ul ul a:visited {
      color: #2A2A2A; }
    #desktop_menu ul ul a:hover {
      color: #efefef;
      background-color: #3C3C3C; }
    #desktop_menu ul ul a:hover:visited {
      color: #efefef; } }

#nav_mobile {
  width: 100%;
  margin-top: 1rem; }
  #nav_mobile > li > a {
    font-size: 1.8rem;
    line-height: 4rem; }
  #nav_mobile:first-child {
    padding-top: 20px; }
  #nav_mobile:last-child {
    padding-bottom: 10vh; }
  #nav_mobile a,
  #nav_mobile a:focus,
  #nav_mobile a:visited {
    padding-bottom: .2rem;
    color: white;
    text-decoration: none;
    border-bottom: 3px solid transparent; }
  #nav_mobile a:hover {
    border-color: #efefef; }
  #nav_mobile .sub-menu .sub-menu {
    display: none; }
  #nav_mobile .sub-menu {
    font-size: 1.2rem;
    line-height: 3rem;
    margin: 0 20%;
    text-align: left; }
    #nav_mobile .sub-menu li {
      border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
      position: relative;
      height: 53px; }
      #nav_mobile .sub-menu li::after {
        position: absolute;
        top: 0;
        right: 10px;
        content: "\f345";
        width: 13px;
        height: 13px;
        color: rgba(255, 255, 255, 0.5);
        font-family: "Dashicons";
        font-size: 1.2rem; }
    #nav_mobile .sub-menu a {
      display: block; }
  #nav_mobile hr {
    border: none;
    border-bottom: rgba(255, 255, 255, 0.2) 5px dotted;
    width: 100%;
    margin: 0;
    background-color: transparent; }

@media (prefers-color-scheme: dark) {
  #nav_mobile a,
  #nav_mobile a:focus,
  #nav_mobile a:visited {
    color: #333333; }
  #nav_mobile a:hover {
    border-color: #333333; }
  #nav_mobile .sub-menu li {
    border-color: rgba(51, 51, 51, 0.3); }
    #nav_mobile .sub-menu li::after {
      color: #333333; } }

#nav_theme_wrapper {
  width: 100%;
  color: white;
  text-align: center;
  padding-top: 2rem; }
  #nav_theme_wrapper h2 {
    font-size: 1.8rem;
    line-height: 4rem; }

#theme_control_switch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 7rem 0; }

#btn_switch {
  position: relative;
  width: 83px;
  height: 40px;
  margin-bottom: .5rem;
  background-color: white;
  border: none;
  border-radius: 20px;
  animation-duration: .15s;
  animation-delay: .2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }
  #btn_switch:hover {
    cursor: pointer; }
  #btn_switch span {
    position: absolute;
    top: 13px;
    display: inline-block;
    width: 30px;
    height: 16px;
    font-size: .9rem;
    font-weight: 800;
    transition: opacity .2s ease-in-out; }

#on {
  left: 5px;
  opacity: 0; }

#off {
  left: 48px;
  opacity: 1;
  color: #cecece; }

#nob {
  position: absolute;
  top: 3px;
  right: 46px;
  width: 34px;
  height: 34px;
  border-radius: 40px;
  background-color: #cecece;
  transition: right 0.2s cubic-bezier(0.6, 0, 0.4, 1);
  z-index: 3; }

#btn_switch_label {
  font-size: 1.2rem; }

#list_colours {
  margin: 0 20%;
  transition: opacity .1s .2s ease-out;
  opacity: 1; }
  #list_colours li {
    position: relative;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5); }
  #list_colours a,
  #list_colours a:focus,
  #list_colours a:visited {
    display: block;
    color: white;
    font-size: 1.4rem;
    line-height: 3rem;
    border: 10px solid transparent; }
  #list_colours a:hover {
    text-decoration: underline; }
  #list_colours .active a {
    border-color: white; }

.random_colour_theme #on {
  opacity: 1; }

.random_colour_theme #off {
  opacity: 0; }

.random_colour_theme #nob {
  right: 3px; }

.random_colour_theme #list_colours {
  transition: opacity .1s ease-out;
  opacity: .3;
  pointer-events: none; }

@media screen and (min-width: 1024px) {
  #nav_theme_wrapper h2 {
    margin-right: 100px; }
  #theme_control_switch {
    margin: 2rem 100px 2rem 0; }
  #list_colours {
    margin-right: 220px; }
  #nav_theme_wrapper::after {
    content: '';
    display: block;
    width: 280px;
    height: 100px;
    position: sticky;
    bottom: 0;
    left: 100px; } }

@media (prefers-color-scheme: dark) {
  #nav_theme_wrapper h2,
  #nav_theme_wrapper div > span {
    color: #333333; }
  #nav_theme_wrapper #infos p {
    color: #2A2A2A; }
  #btn_switch {
    background-color: #333333; }
  #on {
    color: #7d655b; }
  #off {
    color: #5A5A5A; }
  #nob {
    background-color: #5A5A5A; }
  #btn_circle::before,
  #btn_close::before,
  .btn_icon:before {
    color: #2A2A2A; }
  #list_colours li {
    border-color: rgba(42, 42, 42, 0.5); }
  #list_colours a,
  #list_colours a:focus,
  #list_colours a:visited {
    color: #333333; }
  #list_colours .active a {
    border-color: #333333; } }

#nav_search_wrapper {
  position: relative;
  width: 100%;
  height: 60vh !important;
  padding-top: 2rem;
  padding-bottom: 30px;
  overflow: hidden;
  text-align: center; }
  #nav_search_wrapper::after {
    position: absolute;
    bottom: 46px;
    right: 18%;
    content: "\f345";
    width: 30px;
    height: 30px;
    font-family: "Dashicons";
    font-size: 3rem;
    pointer-events: none; }
  #nav_search_wrapper h2 {
    font-size: 1.8rem;
    line-height: 4rem;
    color: white; }
  #nav_search_wrapper .search-form {
    position: absolute;
    bottom: 0; }
  #nav_search_wrapper .search-field {
    display: block;
    width: 70vw;
    height: 50px;
    margin-left: 10vw;
    margin-bottom: 35px;
    background-color: transparent;
    border: none;
    float: left;
    border-bottom: solid 3px white; }
    #nav_search_wrapper .search-field::placeholder {
      color: white; }
    #nav_search_wrapper .search-field:focus {
      outline: none; }
  #nav_search_wrapper .search-submit {
    position: absolute;
    right: -30px;
    bottom: 30px;
    display: block;
    width: 70px;
    height: 70px;
    background-color: white;
    border-radius: 45px;
    text-indent: -5000px; }

@media screen and (min-width: 1024px) {
  #nav_search_wrapper {
    height: 400px !important; }
    #nav_search_wrapper h2 {
      margin-right: 100px; }
    #nav_search_wrapper::after {
      right: 120px; }
    #nav_search_wrapper .search-field {
      width: 470px;
      margin-left: 0; } }

@media (prefers-color-scheme: dark) {
  #nav_search_wrapper h2 {
    color: #333333; }
  #nav_search_wrapper::after {
    color: #7d655b; }
  #nav_search_wrapper input[type="search"] {
    color: #333333; }
  #nav_search_wrapper .search-field {
    border-color: #2A2A2A; }
    #nav_search_wrapper .search-field::placeholder {
      color: #2A2A2A; }
  #nav_search_wrapper .search-submit {
    background-color: #2A2A2A; } }

#nav_bg_circle {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none; }

#bg_circle {
  position: absolute;
  width: 2600px;
  height: 2600px;
  top: -1257px;
  right: -1257px;
  background-color: #9B7D71;
  border-radius: 50%;
  transform: scale(0.005);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.73, 0.27, 0.68, 0.99), opacity 0.3s 0.3s ease-in; }

.toggled #bg_circle {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.42, 0.61, 0.29, 1); }

@media screen and (min-width: 1024px) {
  .toggled #bg_circle {
    opacity: 1;
    transform: scale(0.51); }
  #nav_bg_circle {
    z-index: 766; } }

@media (prefers-color-scheme: dark) {
  #bg_circle {
    background-color: #7d655b; } }

#nav_mobile_wrapper,
#nav_theme_wrapper,
#nav_search_wrapper {
  position: absolute;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100%;
  overflow-y: scroll;
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity .1s .3s ease-out, transform 1s .3s linear;
  scrollbar-width: none; }
  #nav_mobile_wrapper::-webkit-scrollbar,
  #nav_theme_wrapper::-webkit-scrollbar,
  #nav_search_wrapper::-webkit-scrollbar {
    display: none; }

#page.toggled #circle_menu_container {
  opacity: 1;
  pointer-events: auto; }

#page.toggled #btn_close {
  display: block; }

#page.toggled .btn_icon {
  opacity: .3; }
  #page.toggled .btn_icon.active {
    opacity: 1; }

#page.toggled .tab_mobile_menu #nav_mobile_wrapper,
#page.toggled .tab_theme #nav_theme_wrapper,
#page.toggled .tab_search #nav_search_wrapper {
  opacity: 1;
  right: 0;
  transform: translateY(0);
  transition: transform 0.5s 0.3s cubic-bezier(0.33, 0.84, 0.29, 1), opacity 0.5s 0.3s linear;
  z-index: 5000; }

@media screen and (min-width: 1024px) {
  .toggled #navigation.tab_mobile_menu #nav_mobile_wrapper,
  .toggled #navigation.tab_theme #nav_theme_wrapper,
  .toggled #navigation.tab_search #nav_search_wrapper {
    right: -40px; }
  .toggled #circle_menu_container {
    right: 0; }
  .toggled #nav_theme_wrapper {
    overflow-y: scroll; }
  .toggled #nav_theme_wrapper,
  .toggled #nav_search_wrapper {
    width: 600px;
    transform: translateY(0); }
  #nav_theme_wrapper,
  #nav_search_wrapper {
    transform: translateY(-12rem); } }

.sticky #navigation {
  position: sticky;
  top: -20px;
  background-color: #7d655b; }

.sticky #desktop_menu {
  top: 25px; }
  .sticky #desktop_menu > ul > li > a {
    border-radius: 10px 10px 0 0; }

.sticky #btn_close,
.sticky .toggled #btn_circle,
.sticky #circle_menu_container,
.sticky #nav_bg_circle {
  transform: translateY(-20px); }

.sticky #page.toggled #nav_bg_circle {
  bottom: -20px; }

@media (prefers-color-scheme: dark) {
  .sticky #navigation {
    background-color: #9B7D71; } }

.admin-bar #navigation {
  top: 46px; }

.admin-bar .toggled .logo-mini {
  top: 73px; }

.admin-bar #page.toggled #btn_close {
  top: 75px; }

.admin-bar #btn_icon_mobile_menu {
  top: 134px; }

.admin-bar #btn_icon_theme {
  top: 194px; }

.admin-bar #btn_icon_search {
  top: 254px; }

.admin-bar.sticky #navigation {
  top: -20px; }

.admin-bar.sticky .toggled .logo-mini {
  top: 7px; }

.admin-bar.sticky #page.toggled #btn_close {
  top: 31px; }

.admin-bar.sticky #btn_icon_mobile_menu {
  top: 90px; }

.admin-bar.sticky #btn_icon_theme {
  top: 150px; }

.admin-bar.sticky #btn_icon_search {
  top: 210px; }

@media screen and (min-width: 783px) {
  .admin-bar #navigation {
    top: 32px; }
  .admin-bar .toggled .logo-mini {
    top: 59px; }
  .admin-bar #page.toggled #btn_close {
    top: 61px; }
  .admin-bar #btn_icon_mobile_menu {
    top: 120px; }
  .admin-bar #btn_icon_theme {
    top: 180px; }
  .admin-bar #btn_icon_search {
    top: 240px; }
  .admin-bar.sticky #navigation {
    top: 12px; }
  .admin-bar.sticky .toggled .logo-mini {
    top: 39px; }
  .admin-bar.sticky #page.toggled #btn_close {
    top: 63px; }
  .admin-bar.sticky #btn_icon_mobile_menu {
    top: 112px; }
  .admin-bar.sticky #btn_icon_theme {
    top: 182px; }
  .admin-bar.sticky #btn_icon_search {
    top: 242px; } }

@media screen and (min-width: 1024px) {
  #navigation {
    left: inherit; }
  #circle_menu_container {
    left: inherit;
    bottom: inherit;
    right: -500px;
    width: 600px;
    height: 550px; }
    #circle_menu_container .menu-main-menu-container {
      display: none; } }

.post-navigation {
  position: relative;
  overflow: hidden;
  margin: 5rem 0;
  clear: both; }

.nav-links {
  display: flex;
  flex-direction: column;
  margin: 0 10vw; }
  .nav-links h2 {
    display: inline;
    margin: 0 auto;
    padding: 8px 0 7px;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2.4rem;
    background-color: #7d655b; }
    .nav-links h2 span {
      padding: 0.4rem;
      -webkit-box-decoration-break: clone;
      -o-box-decoration-break: clone;
      box-decoration-break: clone; }
  .nav-links .post-content {
    height: 220px;
    overflow: hidden;
    position: relative; }
  .nav-links img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 1.5s cubic-bezier(0.6, 0, 0.4, 1); }
  .nav-links .date-shadow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(rgba(42, 42, 42, 0.8), rgba(42, 42, 42, 0)); }
  .nav-links .post-date {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    font-size: .9rem; }
  .nav-links .post-footer {
    position: relative;
    display: block;
    height: 115px;
    background-color: #ffffff;
    border-radius: 0 0 12px 12px; }
    .nav-links .post-footer p {
      display: block;
      height: 80%;
      width: 90%;
      padding-right: 0;
      color: #2A2A2A;
      font-size: 1rem;
      line-height: 1.6rem;
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      text-align: justify;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
    .nav-links .post-footer::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -20px;
      width: 40px;
      height: 40px;
      transform: rotate(45deg);
      background-color: white;
      z-index: -1; }
  .nav-links .post-circle {
    display: grid;
    align-content: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 2rem auto 0;
    border-radius: 100%;
    border: 0.15rem solid #9B7D71;
    font-family: 'Quicksand';
    font-weight: bold;
    font-style: italic;
    text-indent: -3px; }

.nav-previous {
  margin-bottom: 3rem; }

.nav-next {
  margin-top: 3rem; }

.nav-previous,
.nav-next {
  position: relative; }

.post-line {
  position: absolute;
  width: 50vw;
  overflow: hidden;
  padding-right: 50px;
  bottom: calc( -25vw + 40px);
  left: -10vw;
  z-index: -1; }
  .post-line path {
    fill: #999999; }
  .post-line.hide {
    display: none; }

.post-line-next {
  transform-origin: top right;
  transform: rotate(180deg); }

.nav-links .wrapper {
  padding: 5px;
  rotate: 0deg;
  transform-origin: bottom center;
  transition: rotate 0.5s cubic-bezier(0, 0.5, 0.5, 2); }
  .nav-links .wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    z-index: -1;
    border-radius: 14px;
    filter: blur(16px);
    background: linear-gradient(240deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }

.nav-links a:hover .wrapper {
  rotate: 1deg; }

.nav-links a:hover img {
  transform: scale(1.1); }

@media screen and (min-width: 768px) {
  .post-navigation {
    padding-top: 10rem;
    padding-bottom: 15vw; }
  .nav-links {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 0; }
    .nav-links.move-right {
      justify-content: flex-end; }
  .nav-previous,
  .nav-next {
    width: 40vw;
    margin: 0;
    align-self: flex-end; }
  .nav-previous {
    margin-left: 5vw; }
  .nav-next {
    margin-right: 5vw;
    margin-bottom: 3rem; }
  .post-line {
    width: 25vw;
    bottom: calc( -25vw * .5 + 40px);
    left: -5vw; } }

@media screen and (min-width: 1000px) {
  .nav-previous,
  .nav-next {
    width: 400px; }
  .nav-links h2 {
    font-size: 1.3rem; }
  .nav-links .post-date {
    font-size: 1rem; }
  .nav-links .post-footer {
    height: 120px; }
    .nav-links .post-footer p {
      font-size: 1.05rem;
      line-height: 1.7rem; }
  .nav-previous {
    margin-left: 7vw; }
  .nav-next {
    margin-right: 7vw; }
  .post-line {
    width: calc( 7vw + 200px);
    bottom: calc( ( 7vw + 200px ) * -.5 + 40px);
    left: -7vw; } }

@media screen and (min-width: 1400px) {
  .nav-previous,
  .nav-next {
    width: 480px; }
  .nav-links h2 {
    font-size: 1.4rem; }
  .nav-links .post-date {
    font-size: 1.1rem; }
  .nav-links .post-footer {
    height: 130px; }
    .nav-links .post-footer p {
      font-size: 1.1rem;
      line-height: 1.9rem; }
  .nav-links .post-content {
    height: 300px; }
  .nav-previous {
    margin-left: 10vw; }
  .nav-next {
    margin-right: 10vw; }
  .post-line {
    width: calc( 10vw + 240px);
    bottom: calc( ( 10vw + 240px ) * -.5 + 40px);
    left: -10vw; } }

@media (prefers-color-scheme: dark) {
  .nav-links h2 {
    color: #2A2A2A;
    background-color: #9B7D71; }
  .nav-links .post-footer {
    background-color: #3C3C3C;
    color: #cecece; }
    .nav-links .post-footer p {
      color: #D6D6D6; }
    .nav-links .post-footer::after {
      background-color: #3C3C3C; }
  .nav-previous::after,
  .nav-next::after {
    background-color: #3C3C3C; } }

.carousel-cell {
  width: 100%;
  height: 100%; }
  .carousel-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

#slideshow {
  background-color: #2A2A2A;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc( 100vh + 83px);
  overflow: hidden;
  z-index: -1; }
  #slideshow::before, #slideshow::after {
    content: '';
    display: block;
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    z-index: 200; }
  #slideshow::before {
    top: 0;
    background: linear-gradient(rgba(51, 51, 51, 0.8), transparent); }
  #slideshow::after {
    height: 300px;
    bottom: -1px;
    background: linear-gradient(transparent, #efefef); }

@media (prefers-color-scheme: dark) {
  #slideshow {
    opacity: .7; }
    #slideshow::before {
      background: linear-gradient(rgba(239, 239, 239, 0.8), transparent); }
    #slideshow::after {
      background: linear-gradient(transparent, #333333); } }

#sticky-container {
  position: relative;
  width: 90%;
  margin: -33vh 0 120px 5%;
  z-index: 202;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 -20px 60px rgba(42, 42, 42, 0.2); }
  #sticky-container::after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    transform: rotate(30deg);
    position: absolute;
    bottom: -20px;
    left: 35%;
    background-color: #D6D6D6;
    z-index: -1; }

@media screen and (min-width: 1200px) {
  #sticky-container {
    width: 1100px;
    height: 810px;
    margin: -33vh auto 120px; }
    #sticky-container::after {
      left: 40%; }
  #sticky-intro-and-map {
    display: flex; } }

@media (prefers-color-scheme: dark) {
  #sticky-container {
    box-shadow: 0 -10px 60px #333333; }
    #sticky-container h2 {
      background-color: #7d655b; }
    #sticky-container::after {
      background-color: #2A2A2A; } }

#sticky-container h1 {
  position: absolute;
  top: -40px;
  height: 40px;
  font-weight: bold;
  background-color: #7d655b; }
  #sticky-container h1 span {
    margin: 0 10px; }

@media (prefers-color-scheme: dark) {
  #sticky-container h1 span {
    color: #333333; } }

#sticky-intro {
  padding: 2rem;
  color: #414141;
  background-color: white; }
  #sticky-intro blockquote {
    text-indent: 5rem; }
  #sticky-intro p {
    padding: 0; }

#quote_start,
#quote_end {
  transform: scale(0.8); }
  #quote_start path,
  #quote_end path {
    fill: #9B7D71; }

#quote_end {
  display: none; }

@media screen and (min-width: 1200px) {
  #sticky-intro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    height: 510px;
    float: left; }
  #quote_end {
    display: inherit;
    margin-top: 20px; } }

@media (prefers-color-scheme: dark) {
  #sticky-intro {
    background-color: #333333;
    color: #cecece; }
    #sticky-intro a {
      color: #333333; }
  #quote_start path,
  #quote_end path {
    fill: #7d655b; } }

#sticky-map {
  height: 400px;
  background-color: #D6D6D6; }

@media screen and (min-width: 768px) {
  #sticky-map {
    height: 360px; } }

@media screen and (min-width: 1200px) {
  #wpgmza_map_12 {
    width: 70% !important;
    height: 500px;
    float: left; }
  #sticky-map {
    height: 510px;
    width: 100%; }
  .wpgmza_map {
    height: 510px !important; } }

@media (prefers-color-scheme: dark) {
  #sticky-map {
    background-color: #2A2A2A; } }

#start_from_beginning {
  display: block;
  width: 90%;
  margin: 30px 0 30px 5%;
  padding: 30px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background-color: #7d655b;
  border-radius: 12px; }
  #start_from_beginning:hover {
    background-color: #9B7D71; }

#sticky-touring-distance {
  display: flex;
  flex-direction: column;
  list-style: none;
  background-color: #efefef;
  overflow: hidden; }
  #sticky-touring-distance .picto_touring {
    padding: 0;
    text-align: center;
    background-color: #ffffff; }
    #sticky-touring-distance .picto_touring svg {
      height: 100%; }
    #sticky-touring-distance .picto_touring path {
      fill: #9B7D71; }
  #sticky-touring-distance .distance {
    display: flex;
    justify-content: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.5rem;
    font-family: "quicksand";
    font-weight: bold;
    text-transform: uppercase;
    background-color: #9B7D71;
    padding: 60px 0; }
    #sticky-touring-distance .distance span {
      align-self: center; }
  #sticky-touring-distance #plus {
    display: none; }

@media screen and (min-width: 580px) {
  #start_from_beginning {
    width: 90%;
    margin: 60px 0 60px 5%;
    padding: 45px 30px; }
  #sticky-touring-distance {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; }
    #sticky-touring-distance .picto_touring,
    #sticky-touring-distance .distance {
      width: 50%;
      height: 120px; } }

@media screen and (min-width: 768px) {
  #sticky-touring-distance {
    clear: both; }
    #sticky-touring-distance .picto_touring,
    #sticky-touring-distance .distance {
      height: 150px; } }

@media screen and (min-width: 1200px) {
  #start_from_beginning {
    width: 26%;
    margin: 20px 2% 20px 2%;
    padding: 30px; }
  #sticky-touring-distance .picto_touring {
    width: 30%; }
  #sticky-touring-distance .distance {
    width: 40%; } }

@media (prefers-color-scheme: dark) {
  #start_from_beginning {
    color: #2A2A2A;
    background-color: #9B7D71; }
    #start_from_beginning:hover {
      background-color: #7d655b; }
  #sticky-touring-distance {
    background-color: #414141; }
    #sticky-touring-distance .picto_touring {
      background-color: #333333; }
      #sticky-touring-distance .picto_touring span {
        opacity: .45; }
    #sticky-touring-distance .distance {
      color: #333333;
      background-color: #9B7D71; } }

#sticky-distances {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  color: white;
  background-color: #D6D6D6;
  border-radius: 0 0 20px 20px;
  overflow: hidden; }
  #sticky-distances li {
    position: relative;
    text-align: center;
    padding-top: 1rem;
    display: block;
    width: 33.33%;
    height: 100%;
    color: #414141;
    transition: background-color .1s ease-out; }
    #sticky-distances li p {
      position: relative;
      top: 10px;
      margin: 0;
      padding: 0;
      color: #868484;
      font-size: 1.2rem;
      font-weight: 600;
      font-family: 'Quicksand'; }
    #sticky-distances li svg {
      transform: scale(0.9); }
    #sticky-distances li path,
    #sticky-distances li polygon {
      fill: #868484; }
    #sticky-distances li:hover p {
      color: white; }
    #sticky-distances li:hover path,
    #sticky-distances li:hover polygon {
      fill: white; }
  #sticky-distances .picto_sailboat svg {
    transform-origin: top center;
    transform: scale(0.75); }
  #sticky-distances .picto_shoes:hover {
    background-color: #99A056 !important; }
  #sticky-distances .picto_bicycle {
    pointer-events: none; }
  #sticky-distances .picto_bus:hover {
    background-color: #90B930 !important; }
  #sticky-distances .picto_train:hover {
    background-color: #CFB615 !important; }
  #sticky-distances .picto_sailboat:hover {
    background-color: #D48920 !important; }
  #sticky-distances .picto_ferry:hover {
    background-color: #CC573F !important; }
  #sticky-distances .picto_motorcycle:hover {
    background-color: #A54835 !important; }
  #sticky-distances .picto_car:hover {
    background-color: #80414D !important; }
  #sticky-distances .picto_plane:hover {
    background-color: #543D60 !important; }

@media screen and (min-width: 580px) {
  #sticky-distances li {
    height: 160px; }
    #sticky-distances li svg {
      height: 80%;
      width: 100%; } }

@media screen and (min-width: 768px) {
  #sticky-distances {
    height: 300px; }
    #sticky-distances li {
      width: 25%;
      height: 150px; }
    #sticky-distances .picto_sailboat,
    #sticky-distances .picto_ferry,
    #sticky-distances .picto_motorcycle,
    #sticky-distances .picto_car,
    #sticky-distances .picto_plane {
      width: 20%; } }

@media screen and (min-width: 1200px) {
  #sticky-distances {
    flex-wrap: nowrap;
    width: 100%;
    height: 150px; }
    #sticky-distances li {
      width: 11.11% !important; } }

@media (prefers-color-scheme: dark) {
  #sticky-distances {
    background-color: #3C3C3C; }
    #sticky-distances li p {
      color: #999999; }
    #sticky-distances li {
      background-color: #2A2A2A; }
      #sticky-distances li path,
      #sticky-distances li polygon {
        fill: #868484; }
      #sticky-distances li:hover p {
        color: #2A2A2A; }
      #sticky-distances li:hover path,
      #sticky-distances li:hover polygon {
        fill: #2A2A2A; } }

#last_video {
  display: none;
  position: relative;
  background-color: white;
  width: 100vw;
  height: 56.25vw;
  background-color: pink; }
  #last_video h3 {
    top: 0; }
  #last_video iframe {
    width: 90%;
    margin-left: 10%;
    margin: 0;
    padding: 0; }

#world_map {
  background-color: #D6D6D6;
  margin-top: 150px;
  height: 83vh;
  overflow: hidden; }

@media (prefers-color-scheme: dark) {
  #world_map {
    background-color: #2A2A2A; } }

#vector_map {
  height: 200%; }
  #vector_map path {
    fill: #AFAFAF; }
  #vector_map .visited {
    fill: #9B7D71; }

@media (prefers-color-scheme: dark) {
  #vector_map path {
    fill: #5A5A5A; }
  #vector_map .visited {
    fill: #7d655b; } }

#about {
  position: relative;
  margin: 0;
  padding-top: 140px;
  padding-bottom: 140%;
  background-image: url("images/about_mobile.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  background-color: white;
  opacity: 1;
  clear: both;
  overflow: hidden; }
  #about h3 {
    position: absolute;
    top: 200px;
    left: calc((-17% - 46px) / 2);
    margin: 0;
    padding: 0;
    color: #999999;
    font-size: 3rem;
    line-height: 30px;
    text-transform: uppercase;
    transform: rotateZ(-90deg);
    transform-origin: top left;
    font-style: italic;
    font-weight: lighter; }
  #about .container {
    position: relative;
    width: 83%;
    max-width: 440px;
    margin: 0 0 0 17%;
    padding: 40px 7% 120px;
    z-index: 182;
    background-color: #9B7D71; }
    #about .container h4 {
      font-size: 3rem;
      margin: 0 0 15px;
      color: white; }
    #about .container h5 {
      font-size: 2rem;
      margin-bottom: 0;
      color: white; }
    #about .container p {
      font-size: 1rem;
      font-family: "Open Sans";
      margin: 0;
      padding-left: 1%;
      color: white; }
  #about .tags li {
    padding: 5px 15px 4px;
    margin: 0 10px 7px 0;
    border-radius: 30px;
    background-color: white;
    list-style: none;
    display: inline-block;
    color: #9B7D71; }
    #about .tags li span {
      filter: grayscale(0.2); }
  #about object, #about img {
    display: block;
    width: 100%;
    height: 100%; }
  #about .about_image {
    z-index: 160; }

#button_linkedin {
  position: absolute;
  top: 55px;
  right: 7%;
  width: 45px;
  height: 45px;
  transform: scale(1) translate(0, 0) rotateZ(0);
  transition: transform .1s ease-out;
  border-radius: 50px; }
  #button_linkedin::before, #button_linkedin::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 45px;
    height: 45px;
    border: 4px white solid;
    border-radius: 50px;
    transition: all .1s ease-out;
    opacity: 0; }
  #button_linkedin::before {
    border-color: #c8a79a;
    z-index: -3; }
  #button_linkedin::after {
    border-color: #b49285;
    z-index: -4; }
  #button_linkedin::before, #button_linkedin::after {
    border-top-color: transparent !important; }
  #button_linkedin:hover {
    transform: scale(1.1) translate(-15px, -15px) rotateZ(-10deg); }
    #button_linkedin:hover::before {
      transform: scale(0.9) translate(9px, 12px) rotateZ(-50deg);
      opacity: 1; }
    #button_linkedin:hover::after {
      transform: scale(0.8) translate(18px, 25px) rotateZ(-45deg);
      opacity: 1; }

#button_contact {
  position: absolute;
  width: 90px;
  height: 90px;
  bottom: -10px;
  left: calc( (100% - 100px) / 2); }
  #button_contact svg {
    transition: transform .1s ease-out; }
  #button_contact .border {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 90px;
    height: 90px;
    border: 10px solid white;
    border-radius: 50%;
    transition: all .2s ease-out; }
  #button_contact:hover svg {
    transform: scale(0.9); }

@media screen and (min-width: 375px) {
  #about {
    background-image: url("images/about_mobile_HD.jpg"); } }

@media screen and (min-width: 640px) {
  #about {
    padding-bottom: 85%; }
    #about .container {
      margin-left: calc(83% - 440px);
      padding: 40px 50px 150px; } }

@media screen and (min-aspect-ratio: 75/100) and (min-width: 768px) {
  #about {
    background-image: url("images/about_tablet.jpg"); }
    #about .container {
      margin-left: calc(93% - 440px); } }

@media screen and (min-width: 900px) {
  #about {
    padding-bottom: 60vh;
    background-image: url("images/about_tablet_HD.jpg"); } }

@media screen and (min-width: 1200px) {
  #about {
    padding-bottom: 20%;
    background-image: url("images/about_desktop.jpg"); }
    #about .container {
      margin-left: calc(83% - 440px); } }

@media screen and (min-width: 1400px) {
  #about {
    padding-bottom: 20%;
    background-image: url("images/about_desktop_HD.jpg"); } }

@media (prefers-color-scheme: dark) {
  #about {
    background-image: url("images/about_mobile_dark.jpg");
    background-color: #333; }
    #about .container {
      background-color: #7d655b; }
    #about h3 {
      color: #999999; }
    #about h4, #about h5, #about p {
      color: #333333; }
    #about .tags li {
      background-color: #333333; }
    #about #button_contact .border {
      border-color: #333333; }
    #about #button_contact_svg path,
    #about #button_linkedin_svg path {
      fill: #333333; }
    #about #button_linkedin::before {
      border-color: #3C3C3C;
      opacity: .8; }
    #about #button_linkedin::after {
      border-color: #414141;
      opacity: .5; }
    #about #about_small_circle,
    #about #about_medium_circle,
    #about #about_big_circle {
      opacity: .4; } }

@media screen and (prefers-color-scheme: dark) and (min-width: 375px) {
  #about {
    background-image: url("images/about_mobile_HD_dark.jpg"); } }

@media screen and (prefers-color-scheme: dark) and (min-aspect-ratio: 75/100) and (min-width: 768px) {
  #about {
    background-image: url("images/about_tablet_dark.jpg"); } }

@media screen and (prefers-color-scheme: dark) and (min-width: 900px) {
  #about {
    background-image: url("images/about_tablet_HD_dark.jpg"); } }

@media screen and (prefers-color-scheme: dark) and (min-width: 1200px) {
  #about {
    background-image: url("images/about_desktop_dark.jpg"); } }

@media screen and (prefers-color-scheme: dark) and (min-width: 1400px) {
  #about {
    background-image: url("images/about_desktop_HD_dark.jpg"); } }

.home h1, .home h2, .archive h1, .archive h2 {
  display: inline;
  margin: 0 auto;
  padding: 8px 0 7px;
  color: white;
  font-size: 1.2rem; }
  .home h1 a, .home h1 span, .home h2 a, .home h2 span, .archive h1 a, .archive h1 span, .archive h2 a, .archive h2 span {
    max-width: 50%;
    color: white;
    padding: .4rem;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone; }

.page-template-page-country #introduction {
  width: 80%;
  max-width: 800px;
  margin: 0 auto 83px;
  border-top: 1px solid #414141;
  border-left: 1px solid #414141;
  display: none; }
  .page-template-page-country #introduction p {
    margin: 30px 0 30px 30px;
    padding-right: 10px; }

.page-template-page-country #tips {
  max-width: 800px;
  margin: 200px auto 0; }
  .page-template-page-country #tips h3 {
    transform: rotate(-180deg);
    position: absolute;
    left: -35px;
    font-style: italic;
    font-size: 2rem;
    writing-mode: vertical-lr; }
  .page-template-page-country #tips .tip_card {
    margin-left: 10%;
    margin-right: 3%;
    position: relative;
    margin-bottom: 120px; }
  .page-template-page-country #tips .icons_country {
    position: absolute;
    left: -65px;
    top: -83px;
    margin-left: 50%;
    width: 80px;
    height: 80px;
    overflow: hidden; }
    .page-template-page-country #tips .icons_country svg {
      position: relative;
      width: 600%; }
  .page-template-page-country #tips .eat .icons_country svg {
    left: -100%; }
  .page-template-page-country #tips .sleep .icons_country svg {
    left: -200%; }
  .page-template-page-country #tips .move .icons_country svg {
    left: -300%; }
  .page-template-page-country #tips .connect .icons_country svg {
    left: -400%; }
  .page-template-page-country #tips .tips .icons_country svg {
    left: -500%; }
  .page-template-page-country #tips ul {
    margin-left: 10%;
    padding: 0; }

.page-template-page-country #language_img {
  margin-bottom: 150px; }

.page-template-page-country #languages {
  position: relative;
  max-width: 1000px;
  width: 80%;
  margin: 0 auto 0 15%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 2500px; }
  .page-template-page-country #languages h3 {
    transform: rotate(-180deg);
    position: absolute;
    left: calc(-35px - 5%);
    font-style: italic;
    font-size: 2rem;
    writing-mode: vertical-lr;
    background-color: transparent; }
  .page-template-page-country #languages h4 {
    display: inline-block;
    background-color: #9B7D71;
    margin-bottom: 10px;
    padding: .4rem .6rem;
    color: white; }
  .page-template-page-country #languages ul {
    margin-bottom: 40px;
    list-style: none;
    margin-left: 5px;
    text-transform: lowercase; }
    .page-template-page-country #languages ul li::first-letter {
      text-transform: capitalize; }

.page-template-page-country #steps_img {
  margin-top: 150px; }

.page-template-page-country #primary h2 {
  margin: 240px 0 200px;
  font-size: 2.2rem;
  font-style: italic;
  text-align: center; }

.page-template-page-country #steps {
  max-width: 1200px;
  margin: 0 auto; }

.page-template-page-country .one_step {
  position: relative;
  width: 94%;
  margin-left: 3%;
  margin-bottom: 100px; }
  .page-template-page-country .one_step::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    background-color: #ffffff;
    z-index: -10; }
  .page-template-page-country .one_step h3 {
    position: relative;
    top: -1px;
    background-color: #9B7D71;
    display: inline;
    color: white;
    padding: .4rem;
    font-weight: bold;
    line-height: 2.4rem;
    -webkit-box-decoration-break: clone;
    z-index: -9; }
    .page-template-page-country .one_step h3 span {
      padding: 0 .4rem;
      -webkit-box-decoration-break: clone; }
  .page-template-page-country .one_step .step_map {
    width: 100%;
    height: 400px;
    background-color: #414141; }
  .page-template-page-country .one_step p {
    background-color: #ffffff;
    text-indent: 40px;
    padding: 40px; }
  .page-template-page-country .one_step footer {
    background-color: #ffffff; }
  .page-template-page-country .one_step button {
    background: transparent;
    margin: .5rem 0 3rem;
    width: 100%;
    text-align: center; }
    .page-template-page-country .one_step button a {
      color: #9B7D71;
      border-bottom: 5px dotted #9B7D71; }
      .page-template-page-country .one_step button a:hover {
        border-bottom-color: #414141; }

.page-template-page-country .overlay {
  display: grid;
  grid-template-columns: [col-start] 100% [col-end];
  grid-template-rows: [row-start] 100% [row-end];
  position: relative;
  width: 100%;
  height: 300px;
  color: white;
  overflow: hidden; }
  .page-template-page-country .overlay img {
    opacity: 0; }

.page-template-page-country .stats {
  align-self: center; }
  .page-template-page-country .stats h4 {
    text-align: center;
    font-size: 2rem;
    padding: 0; }
  .page-template-page-country .stats h5 {
    width: 100%;
    text-align: center;
    font-size: .8rem;
    padding: 0;
    margin: 5px 0 15px; }

.page-template-page-country .wrapper_img {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(1.5px) brightness(0.9);
  transform: scale(1.02);
  z-index: -1; }

.page-template-page-country .details {
  display: flex;
  width: 100%;
  transform: translateY(5px);
  transition: all .1s ease-out;
  justify-content: center; }

.page-template-page-country .one_detail {
  position: relative;
  width: 70px;
  color: #999999;
  font-size: .9rem;
  text-align: center;
  font-style: italic;
  color: white; }
  .page-template-page-country .one_detail div {
    position: relative;
    left: -2px;
    height: 20px; }
  .page-template-page-country .one_detail div:first-child {
    left: 0;
    width: 30px;
    height: 30px;
    margin: 0 auto .3rem;
    margin-top: 5px;
    border-radius: 15px;
    border: 1px solid white;
    z-index: 35; }
    .page-template-page-country .one_detail div:first-child path {
      fill: white; }
  .page-template-page-country .one_detail::after {
    position: absolute;
    top: 10px;
    right: -3px;
    display: block;
    width: 10px;
    height: 10px;
    content: '+';
    color: white;
    font-weight: bold; }
  .page-template-page-country .one_detail:last-child::after {
    content: ''; }

@media screen and (min-width: 1024px) {
  .page-template-page-country h1 {
    letter-spacing: .3rem; }
  .page-template-page-country #sticky-distances {
    grid-template-columns: [col-start] 33.3334% [col-1] 33.3334% [col-2] 33.3334% [col-end];
    grid-template-rows: [row-start] 80px [row-1] 80px [row-2] 120px [row-3] 120px [row-end];
    width: 40%;
    height: 400px; }
    .page-template-page-country #sticky-distances li {
      padding-top: 10px; }
  .page-template-page-country .picto_touring {
    grid-column-start: col-start;
    grid-column-end: col-end;
    grid-row-start: row-start;
    grid-row-end: row-1; }
  .page-template-page-country .distance {
    grid-column-start: col-start;
    grid-column-end: col-end;
    grid-row-start: row-1;
    grid-row-end: row-2;
    line-height: 80px; }
  .page-template-page-country .square {
    height: 120px; }
    .page-template-page-country .square svg {
      height: 90px;
      transform: scale(1.2); }
  .page-template-page-country .picto_bike {
    grid-column-start: col-start;
    grid-column-end: col-1;
    grid-row-start: row-2;
    grid-row-end: row-3; }
  .page-template-page-country .picto_car {
    grid-column-start: col-1;
    grid-column-end: col-2;
    grid-row-start: row-2;
    grid-row-end: row-3; }
  .page-template-page-country .picto_bus {
    grid-column-start: col-2;
    grid-column-end: col-end;
    grid-row-start: row-2;
    grid-row-end: row-3; }
  .page-template-page-country .picto_train {
    grid-column-start: col-start;
    grid-column-end: col-1;
    grid-row-start: row-3;
    grid-row-end: row-end; }
  .page-template-page-country .picto_boat {
    grid-column-start: col-1;
    grid-column-end: col-2;
    grid-row-start: row-3;
    grid-row-end: row-end; }
  .page-template-page-country .picto_plane {
    grid-column-start: col-2;
    grid-column-end: col-end;
    grid-row-start: row-3;
    grid-row-end: row-end; }
  .page-template-page-country #sticky-map {
    width: 60%;
    height: 400px;
    float: right; }
  .page-template-page-country #languages {
    max-height: 1500px;
    margin-left: calc((100% - 900px) / 2);
    padding: 0 0 0 83px; }
    .page-template-page-country #languages h3 {
      left: 0; }
  .page-template-page-country .block {
    display: grid;
    grid-template-columns: [col-start] 55% [col-1] 45% [col-end];
    grid-template-rows: [row-start] 180px [row-1] 260px [row-2] 60px [row-end]; }
  .page-template-page-country .overlay {
    grid-column-start: col-start;
    grid-column-end: col-1;
    grid-row-start: row-start;
    grid-row-end: row-1;
    height: 100%; }
  .page-template-page-country .stats h5 {
    margin: 3px 0 3px; }
  .page-template-page-country .one_step p {
    grid-column-start: col-start;
    grid-column-end: col-1;
    grid-row-start: row-1;
    grid-row-end: row-2;
    padding: 40px 40px 20px; }
  .page-template-page-country .one_step .step_map {
    grid-column-start: col-1;
    grid-column-end: col-end;
    grid-row-start: row-start;
    grid-row-end: row-end;
    height: 100%; }
  .page-template-page-country .one_step footer {
    grid-column-start: col-start;
    grid-column-end: col-1;
    grid-row-start: row-2;
    grid-row-end: row-end;
    align-self: start;
    height: 100%; }
    .page-template-page-country .one_step footer button {
      padding: 0;
      margin: 10px 0 0 0; } }

@media screen and (min-width: 1200px) {
  .page-template-page-country #sticky-container {
    height: 400px; }
  .page-template-page-country .one_step {
    width: 83%;
    margin-left: 14%; }
    .page-template-page-country .one_step::after {
      bottom: 200px;
      margin-bottom: 0;
      left: 10px; } }

.one_part {
  position: relative;
  background-color: white;
  margin: 0 auto 8rem;
  padding-bottom: 2rem;
  max-width: 1000px; }
  .one_part h2 {
    position: absolute;
    top: -50px;
    display: inline-block;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    color: white;
    line-height: 53px;
    background-color: #9B7D71; }
  .one_part header {
    background-color: #9B7D71;
    height: 100px;
    overflow: hidden; }
    .one_part header .image {
      width: 200px;
      margin: 0 auto;
      padding-top: 1.5rem; }
  .one_part .container {
    position: relative;
    overflow: hidden; }
    .one_part .container .hide_y_slider {
      overflow: auto;
      overflow-x: auto;
      overflow-y: hidden; }
      .one_part .container .hide_y_slider::-webkit-scrollbar {
        display: none; }
    .one_part .container + h4:before, .one_part .container + h4::before {
      content: ""; }
  .one_part table {
    width: calc( 1000px - 10%);
    margin: 2rem 5% 3rem; }
    .one_part table th {
      padding-bottom: 1rem; }
    .one_part table td {
      padding: .5rem 0;
      border-top: 1px solid #efefef; }
    .one_part table th {
      text-align: left; }
  .one_part h4 {
    margin: 0 0 0 5%;
    padding: 0;
    font-size: .8rem;
    font-weight: bold; }
    .one_part h4:before, .one_part h4::before {
      content: "Edit: "; }
  .one_part p {
    padding: 0 0 2rem;
    margin: 0 5%; }

.one_group_title {
  text-align: center;
  margin-bottom: 10rem; }

@keyframes stats_rotation {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }

@media (prefers-color-scheme: dark) {
  .page-template-page-stats .one_part {
    background-color: #3C3C3C;
    color: #cecece; }
    .page-template-page-stats .one_part h2 {
      color: #3C3C3C; }
    .page-template-page-stats .one_part svg path {
      fill: #3C3C3C; }
  .page-template-page-stats table td {
    border-top-color: #cecece; } }

.single .entry-content .dialogue {
  list-style: none;
  max-width: 500px;
  margin: 0 auto 3rem;
  padding: 0 3rem;
  font-size: 1.05rem; }
  .single .entry-content .dialogue li {
    position: relative;
    padding: 1rem;
    margin-top: 1.5rem;
    border-radius: 10px; }
    .single .entry-content .dialogue li::before {
      display: none; }
  .single .entry-content .dialogue li.one + li.one,
  .single .entry-content .dialogue li.two + li.two {
    margin-top: .5rem; }
  .single .entry-content .dialogue li.one,
  .single .entry-content .dialogue li.two {
    color: #ffffff;
    font-weight: bold; }
  .single .entry-content .dialogue li.one::after,
  .single .entry-content .dialogue li.two::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 20px;
    transform: rotate(45deg);
    background-color: red; }
  .single .entry-content .dialogue li.one {
    background-color: #9B7D71;
    transform: translateX(-1rem); }
    .single .entry-content .dialogue li.one::after {
      left: -7px;
      background-color: #9B7D71; }
  .single .entry-content .dialogue li.two {
    background-color: #7d655b;
    transform: translateX(1rem); }
    .single .entry-content .dialogue li.two::after {
      right: -7px;
      background-color: #7d655b; }

@media screen and (min-width: 768px) {
  .single .entry-content .dialogue {
    font-size: 1.1rem; }
    .single .entry-content .dialogue li.one {
      transform: translateX(-2rem); }
    .single .entry-content .dialogue li.two {
      transform: translateX(2rem); } }

@media screen and (min-width: 1000px) {
  .single .entry-content .dialogue li.one {
    transform: translateX(-3rem); }
  .single .entry-content .dialogue li.two {
    transform: translateX(3rem); } }

@media screen and (min-width: 1200px) {
  .single .entry-content .dialogue {
    font-size: 1.15rem; }
    .single .entry-content .dialogue li.one {
      transform: translateX(-4rem); }
    .single .entry-content .dialogue li.two {
      transform: translateX(4rem); } }

@media (prefers-color-scheme: dark) {
  .single .entry-content .dialogue li.one,
  .single .entry-content .dialogue li.two {
    color: #2A2A2A; }
  .single .entry-content .dialogue li.one {
    background-color: #b49285; }
    .single .entry-content .dialogue li.one::after {
      background-color: #b49285; }
  .single .entry-content .dialogue li.two {
    background-color: #7d655b; }
    .single .entry-content .dialogue li.two::after {
      background-color: #7d655b; } }

.single .entry-content.new > p:first-child {
  margin: -10vh 0 0 18%;
  width: 75%;
  text-indent: 10%;
  padding: 30px;
  border: 2px solid rgba(155, 125, 113, 0.8);
  border-right: none;
  border-bottom: none; }
  .single .entry-content.new > p:first-child::first-letter {
    font-size: 3rem;
    color: #7d655b; }

@media screen and (min-width: 768px) {
  .single .entry-content.new p:first-child {
    margin-left: 50%;
    width: 40%; } }

@media screen and (min-width: 1200px) {
  .single .entry-content.new p:first-child {
    width: 30%; } }

@media (prefers-color-scheme: dark) {
  .single .entry-content.new p:first-child {
    border-color: #7d655b; }
    .single .entry-content.new p:first-child::first-letter {
      color: #9B7D71; } }

.single #entry-travel {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden; }

.single .travel-container {
  position: absolute;
  top: 52vh;
  width: 50%;
  height: calc( 52vw / 1.55);
  overflow: hidden;
  padding-right: 20vw;
  padding-top: 2vw; }
  .single .travel-container .travel path {
    fill: #414141; }

.single .travel-container.reverse {
  transform-origin: top right;
  transform: rotate(180deg); }

@media (prefers-color-scheme: dark) {
  .single .travel-container .travel path {
    fill: rgba(255, 255, 255, 0.83); } }

.single .entry-header {
  position: absolute;
  top: 10vh;
  width: 100%;
  height: 100%;
  height: 80vh;
  align-items: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around; }

.single .entry-title {
  font-weight: 400;
  line-height: 2.6rem;
  text-transform: uppercase;
  margin: 0;
  padding: 0 10%; }

.single .wrapper {
  position: relative;
  width: 100%; }

.single #journeys {
  display: flex;
  justify-content: center; }
  .single #journeys .one-distance {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 44px;
    text-align: center;
    margin: 0 11px; }
  .single #journeys .picto {
    width: 50px;
    height: 50px;
    border: 0.1rem solid #414141;
    border-radius: 50%; }
    .single #journeys .picto path,
    .single #journeys .picto polygon {
      fill: #414141; }
  .single #journeys svg {
    transform: scale(1.1); }
  .single #journeys p {
    position: relative;
    left: -2px;
    margin-top: .6rem;
    padding: 0;
    font-family: 'Source Sans Pro';
    font-size: 1.1rem;
    font-weight: 600;
    font-style: italic;
    line-height: 1.1rem; }
  .single #journeys p + p {
    margin-top: .4rem;
    left: -5px; }
  .single #journeys .one-distance::after {
    content: '+';
    position: absolute;
    right: -16px;
    top: 13px;
    color: #414141;
    font-size: 1.3rem;
    font-weight: 600; }
  .single #journeys .one-distance:last-child::after {
    display: none; }

.single #entry-meta {
  font-weight: 400;
  display: flex;
  height: 15vh;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 5%; }

.single .date {
  padding: 0;
  font-size: 1.2rem;
  font-weight: 200; }

.single .cat-links,
.single .tag-links {
  padding: .2rem 0 .2rem 9px;
  line-height: 1rem; }
  .single .cat-links a,
  .single .tag-links a {
    display: inline-block;
    position: relative;
    color: #414141;
    font-size: .9rem; }
  .single .cat-links a:first-child::before,
  .single .tag-links a:first-child::before {
    content: '';
    position: absolute;
    left: -21px;
    display: block;
    width: 14px;
    height: 14px;
    font-family: "Dashicons"; }

.single .cat-links a:first-child::before {
  content: "\f318"; }

.single .tag-links a:first-child::before {
  content: "\f323"; }

.single .page-template-page-country .entry-title {
  font-size: 4rem; }

@media screen and (min-width: 768px) {
  .single .entry-header .entry-title {
    font-size: 2.4rem;
    padding: 0 20%; } }

@media screen and (min-width: 1024px) {
  .single .entry-header .entry-title {
    font-size: 3rem;
    line-height: 3rem;
    padding: 0 25%; }
  .single .page-template-page-country .entry-title {
    font-size: 5rem; }
    .single .page-template-page-country .entry-title p {
      font-size: 1.5rem; }
  .single .date {
    font-size: 1.35rem;
    line-height: 2.2rem; }
  .single .cat-links,
  .single .tag-links {
    line-height: 1.1rem; }
    .single .cat-links a,
    .single .tag-links a {
      font-size: 1rem; } }

@media screen and (min-width: 1300px) {
  .single .entry-header .entry-title {
    font-size: 3.3rem;
    line-height: 3.3rem; }
  .single #journeys .one-distance {
    margin: 0 21px; }
  .single #journeys .picto {
    width: 64px;
    height: 64px; }
  .single #journeys svg {
    transform: scale(1.1); }
  .single #journeys p {
    font-size: 1.2rem; }
  .single #journeys .one-distance::after {
    top: 20px;
    right: -26px; } }

@media screen and (min-width: 1400px) {
  .single .date {
    font-size: 1.5rem;
    line-height: 2.5rem; }
  .single .cat-links,
  .single .tag-links {
    line-height: 1.2rem; }
    .single .cat-links a,
    .single .tag-links a {
      font-size: 1.1rem; } }

@media (prefers-color-scheme: dark) {
  .single .entry-header {
    opacity: .83; }
    .single .entry-header h1, .single .entry-header p, .single .entry-header a {
      color: white; }
    .single .entry-header #journeys .picto {
      border-color: white; }
      .single .entry-header #journeys .picto path, .single .entry-header #journeys .picto polygon {
        fill: white; }
    .single .entry-header #journeys .one-distance::after {
      color: white; } }

.single .entry-content .map {
  margin: 80px 0;
  height: 400px;
  overflow: scroll; }
  .single .entry-content .map .chartjs-render-monitor {
    background-color: #ffffff; }
  .single .entry-content .map img {
    width: 100%;
    margin: 0;
    border-radius: 0; }
  .single .entry-content .map p {
    margin-top: .5rem; }

@media screen and (min-width: 768px) {
  .single .entry-content .map p {
    margin-top: 1rem; } }

@media screen and (min-width: 1200px) {
  .single .entry-content .map {
    width: 1000px;
    margin-right: auto;
    margin-left: auto; }
    .single .entry-content .map .wpgpxmaps {
      border-radius: 6px;
      overflow: hidden; } }

@media (prefers-color-scheme: dark) {
  .single .entry-content .map .chartjs-render-monitor {
    background-color: #2A2A2A; } }

.single .entry-content .panoramic {
  margin: 1rem 0 5rem;
  padding: 0;
  width: 100%;
  overflow: hidden; }
  .single .entry-content .panoramic img {
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0; }
  .single .entry-content .panoramic img + p {
    margin-top: 0; }

@media screen and (min-width: 1200px) {
  .single .entry-content .panoramic .hide_scroll_bar {
    height: inherit; }
  .single .entry-content .panoramic .wrapper {
    padding-bottom: 0; }
  .single .entry-content .panoramic img {
    width: 100%;
    min-width: 100%; } }

.single .entry-content .separator {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-around;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden; }
  .single .entry-content .separator .container {
    position: inherit;
    width: 60vw;
    overflow: hidden;
    transform: translateX(-20vw); }
    .single .entry-content .separator .container path {
      fill: #9B7D71; }
  .single .entry-content .separator h2 {
    margin: 2rem;
    color: #7d655b;
    font-size: 2rem;
    font-style: italic;
    line-height: 2rem;
    text-align: center;
    transform: skewY(-12deg); }
  .single .entry-content .separator .container.reverse {
    transform: rotate(180deg) translateX(-20vw); }

@media screen and (min-width: 768px) {
  .single .entry-content .separator {
    flex-direction: row;
    justify-content: space-between; }
    .single .entry-content .separator .container {
      width: 25vw;
      align-self: flex-end;
      transform: translateX(0);
      padding-top: 21vw; }
    .single .entry-content .separator .container.reverse {
      align-self: flex-start;
      transform: rotate(180deg) translateX(0); } }

@media screen and (min-width: 1000px) {
  .single .entry-content .separator h2 {
    font-size: 2.3rem;
    transform: skewY(-8deg); } }

@media screen and (min-width: 1400px) {
  .single .entry-content .separator h2 {
    font-size: 2.6rem; } }

@media (prefers-color-scheme: dark) {
  .single .entry-content .separator .container path {
    fill: #7d655b; }
  .single .entry-content .separator h2 {
    color: #9B7D71; } }

.single .entry-content .video {
  max-width: 1000px;
  margin: 0 auto 3rem; }

.single .entry-content .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.single .entry-content .embed-container iframe,
.single .entry-content .embed-container object,
.single .entry-content .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (min-width: 1014px) {
  .single .entry-content .embed-container {
    padding-bottom: 562px;
    clear: both;
    border-radius: 8px; } }

#recipe {
  max-width: 900px;
  margin: 0 auto; }
  #recipe h4 {
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #7d655b;
    border-radius: 0 8px 0 0; }
  #recipe ul {
    color: #ffffff;
    background-color: #7d655b;
    padding: 2rem 10%; }
    #recipe ul li::before {
      background-color: #ffffff; }
  #recipe ol {
    padding-top: 2rem;
    border-left: 10px solid #7d655b;
    padding: 2rem 10%; }
    #recipe ol li {
      margin-bottom: 2rem;
      font-size: 1.5rem; }
  #recipe h5 {
    padding: 0;
    font-size: 1.5rem; }
  #recipe p {
    padding: 0; }

@media screen and (min-width: 768px) {
  #recipe .layout {
    display: flex; }
  #recipe .wrapped {
    width: 35%; }
  #recipe ul {
    padding: 2rem 2.5rem; }
  #recipe ol {
    width: 65%;
    padding: 2rem 5% 2rem 10%; }
  #recipe p {
    width: auto; } }

@media screen and (min-width: 900px) {
  #recipe h4 {
    border-radius: 8px 8px 0 0; } }

@media screen and (min-width: 1024px) {
  #recipe ol {
    padding: 2rem 0 2rem 10%; }
  #recipe ul {
    width: auto; } }

@media (prefers-color-scheme: dark) {
  #recipe h4 {
    color: #3C3C3C;
    background-color: #b49285; }
  #recipe ul {
    color: #2A2A2A;
    background-color: #b49285; }
    #recipe ul li::before {
      background-color: #3C3C3C; }
  #recipe ol {
    border-left: 10px solid #b49285; } }

.single .entry-content img {
  width: 96%;
  margin-left: 2%;
  margin-bottom: 2rem;
  border-radius: 6px; }
  .single .entry-content img + p, .single .entry-content img + ul, .single .entry-content img + ol {
    margin-top: -2rem; }

.single .entry-content p, .single .entry-content ul, .single .entry-content ol {
  padding-left: 10%;
  padding-right: 10%;
  font-size: 1.3rem;
  line-height: 2.2rem; }

.single .entry-content ul, .single .entry-content ol {
  padding-left: 13%;
  padding-right: 13%; }

.single .entry-content a[target=_blank]::after {
  content: '\f504';
  display: inline-block;
  width: 20px;
  height: 20px;
  font-family: 'Dashicons';
  transform: translate(2px, 3px); }

@media screen and (min-width: 768px) {
  .single .entry-content p, .single .entry-content ul, .single .entry-content ol {
    font-size: 1.25rem; } }

@media screen and (min-width: 1200px) {
  .single .entry-content img, .single .entry-content p, .single .entry-content .title.full-width, .single .entry-content ul, .single .entry-content ol {
    width: 1000px;
    margin-right: auto;
    margin-left: auto; }
  .single .entry-content p, .single .entry-content ul, .single .entry-content ol {
    font-size: 1.3rem; }
  .single .entry-content .image_and_caption {
    margin-bottom: 1rem; }
    .single .entry-content .image_and_caption.landscape {
      clear: both; }
  .single .entry-content .wrapper {
    display: flex;
    flex-wrap: wrap; }
    .single .entry-content .wrapper .portrait {
      width: 42%; }
      .single .entry-content .wrapper .portrait:nth-child(odd) {
        margin-right: 1%;
        margin-left: 7%; }
      .single .entry-content .wrapper .portrait:nth-child(even) {
        margin-right: 7%;
        margin-left: 1%; }
      .single .entry-content .wrapper .portrait p {
        margin-left: 0;
        width: 40vw; } }

.page-template-page-equipment h1 {
  text-transform: uppercase;
  color: #ffffff; }

.page-template-page-equipment .several_equipment {
  width: 100%;
  position: relative; }

.page-template-page-equipment .wrapper_equipment {
  width: 100%;
  position: relative;
  overflow-x: scroll; }

.page-template-page-equipment .sliding {
  display: flex;
  position: relative; }
  .page-template-page-equipment .sliding.two {
    width: calc(190% + 6px); }
  .page-template-page-equipment .sliding.three {
    width: calc(280% + 9px); }
  .page-template-page-equipment .sliding.four {
    width: calc(370% + 12px); }
  .page-template-page-equipment .sliding.five {
    width: calc(460% + 15px); }
  .page-template-page-equipment .sliding.six {
    width: calc(550% + 18px); }
  .page-template-page-equipment .sliding.seven {
    width: calc(640% + 21px); }
  .page-template-page-equipment .sliding.eight {
    width: calc(730% + 24px); }
  .page-template-page-equipment .sliding.nine {
    width: calc(820% + 27px); }
  .page-template-page-equipment .sliding.ten {
    width: calc(910% + 30px); }
  .page-template-page-equipment .sliding article {
    margin-bottom: 150px;
    width: 100%;
    margin-left: 3px; }
    .page-template-page-equipment .sliding article:first-child {
      margin-left: 10vw; }

.page-template-page-equipment .unique_equipment {
  position: relative;
  margin-bottom: 150px; }
  .page-template-page-equipment .unique_equipment .paragraph {
    margin-left: 9%; }

.page-template-page-equipment .paragraph {
  margin: 2rem 5% 2rem 5%;
  position: relative; }

.page-template-page-equipment h2 {
  text-align: center;
  margin: 150px 0;
  color: #999999; }

.page-template-page-equipment h3 {
  color: #ffffff;
  background-color: #9B7D71;
  display: inline-block;
  padding: .5rem 1rem; }

.page-template-page-equipment h4 {
  transform: rotate(-180deg);
  position: absolute;
  left: -30px;
  font-style: italic;
  font-size: 2rem;
  writing-mode: vertical-lr;
  text-transform: uppercase; }

.page-template-page-equipment h5 {
  font-weight: bold; }

.page-template-page-equipment .specs {
  background-color: #9B7D71;
  color: #ffffff;
  text-align: center;
  margin: 10%;
  padding: 0 20px;
  font-size: .9rem;
  font-family: "Quicksand"; }
  .page-template-page-equipment .specs ul {
    list-style: none;
    margin-bottom: 20px; }

.page-template-page-equipment .price {
  border-top: 2px solid #ffffff;
  height: 3.2rem;
  font-size: 1.2rem;
  line-height: 3rem;
  font-weight: bold; }

.page-template-page-equipment .icons_equipment {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  z-index: 35;
  overflow: hidden;
  margin: 5px auto 2rem; }
  .page-template-page-equipment .icons_equipment svg {
    width: 300%; }
  .page-template-page-equipment .icons_equipment path {
    fill: #9B7D71; }

.page-template-page-equipment .cons, .page-template-page-equipment .pros {
  margin: 0 10% 0 14%; }

.page-template-page-equipment .cons {
  margin-bottom: 2rem;
  padding-bottom: 2rem; }
  .page-template-page-equipment .cons svg {
    margin-left: -100%; }

.page-template-page-equipment .pros svg {
  margin-left: 0; }

.page-template-page-equipment h6 {
  text-align: center;
  display: none; }

.page-template-page-equipment .several_equipment .older,
.page-template-page-equipment .several_equipment .newer {
  position: absolute;
  top: 170px;
  right: 0;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 0;
  padding: 0;
  z-index: 87;
  background-color: transparent; }
  .page-template-page-equipment .several_equipment .older .icons_equipment,
  .page-template-page-equipment .several_equipment .newer .icons_equipment {
    width: 30px;
    height: 30px;
    margin: 0; }
  .page-template-page-equipment .several_equipment .older svg,
  .page-template-page-equipment .several_equipment .newer svg {
    margin-left: -200%; }

.page-template-page-equipment .several_equipment .older {
  left: calc(5vw - 15px);
  right: inherit;
  transform: rotate(180deg); }

.page-template-page-equipment .several_equipment .newer {
  right: calc(5vw - 15px); }

.page-template-page-equipment .gradient {
  position: absolute;
  background: linear-gradient(90deg, #efefef, transparent);
  width: 9vw;
  height: 100%;
  z-index: 56; }
  .page-template-page-equipment .gradient.right {
    right: 0;
    background: linear-gradient(90deg, transparent, #efefef); }

@media screen and (min-width: 1024px) {
  .page-template-page-equipment .several_equipment,
  .page-template-page-equipment .unique_equipment {
    clear: both; }
  .page-template-page-equipment .sliding.two {
    width: calc(180vw + 6px); }
  .page-template-page-equipment .sliding.three {
    width: calc(290vw + 9px); }
  .page-template-page-equipment .sliding.four {
    width: calc(340vw + 12px); }
  .page-template-page-equipment .sliding.five {
    width: calc(420vw + 15px); }
  .page-template-page-equipment .sliding.six {
    width: calc(500vw + 18px); }
  .page-template-page-equipment .sliding.seven {
    width: calc(560vw + 21px); }
  .page-template-page-equipment .sliding.eight {
    width: calc(660vw + 24px); }
  .page-template-page-equipment .sliding.nine {
    width: calc(740vw + 27px); }
  .page-template-page-equipment .sliding.ten {
    width: calc(820vw + 30px); }
  .page-template-page-equipment .sliding article:last-child {
    margin-right: 10vw; }
  .page-template-page-equipment .paragraph {
    width: 60%;
    float: left; }
  .page-template-page-equipment .specs {
    width: 30%;
    float: right;
    margin: 3rem 0 0 0; }
  .page-template-page-equipment .pro_and_cons {
    clear: both;
    margin-left: 5vw; }
  .page-template-page-equipment .pros, .page-template-page-equipment .cons {
    width: 50%;
    float: left;
    margin: 0;
    padding: 1rem 7%; }
  .page-template-page-equipment .pros {
    border-left: 1px dashed #414141; }
  .page-template-page-equipment .unique_equipment {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 150px;
    clear: both;
    overflow: auto; }
    .page-template-page-equipment .unique_equipment .paragraph {
      margin-left: 5%; }
  .page-template-page-equipment .several_equipment .older,
  .page-template-page-equipment .several_equipment .newer {
    top: 290px; } }

@media screen and (min-width: 1200px) {
  .page-template-page-equipment .sliding.two {
    width: calc(2000px + (100vw - 1000px) + 6px); }
  .page-template-page-equipment .sliding.three {
    width: calc(3000px + (100vw - 1000px) + 9px); }
  .page-template-page-equipment .sliding.four {
    width: calc(4000px + (100vw - 1000px) + 12px); }
  .page-template-page-equipment .sliding.five {
    width: calc(5000px + (100vw - 1000px) + 15px); }
  .page-template-page-equipment .sliding.six {
    width: calc(6000px + (100vw - 1000px) + 18px); }
  .page-template-page-equipment .sliding.seven {
    width: calc(7000px + (100vw - 1000px) + 21px); }
  .page-template-page-equipment .sliding.eight {
    width: calc(8000px + (100vw - 1000px) + 24px); }
  .page-template-page-equipment .sliding.nine {
    width: calc(9000px + (100vw - 1000px) + 27px); }
  .page-template-page-equipment .sliding.ten {
    width: calc(10000px + (100vw - 1000px) + 30px); }
  .page-template-page-equipment .sliding article {
    width: 1000px; }
    .page-template-page-equipment .sliding article:first-child {
      margin-left: calc( (100vw - 1000px)/2); }
    .page-template-page-equipment .sliding article:last-child {
      margin-right: calc( (100vw - 1000px)/2); }
  .page-template-page-equipment .unique_equipment {
    width: 1000px;
    margin-right: auto;
    margin-left: auto; }
  .page-template-page-equipment .several_equipment .older,
  .page-template-page-equipment .several_equipment .newer {
    top: 350px; }
  .page-template-page-equipment .several_equipment .older {
    left: calc( (100vw - 1000px)/2 - 15px); }
  .page-template-page-equipment .several_equipment .newer {
    right: calc( (100vw - 1000px)/2 - 15px); } }

@media (prefers-color-scheme: dark) {
  .page-template-page-equipment .gradient {
    background: linear-gradient(90deg, #333333, transparent); }
    .page-template-page-equipment .gradient.right {
      background: linear-gradient(90deg, transparent, #333333); } }

.page-template-page-cyclists #primary {
  margin-top: 115vh; }

.page-template-page-cyclists h1 {
  text-transform: uppercase;
  color: white;
  letter-spacing: .2rem;
  font-size: 4rem;
  top: -65vh; }

.page-template-page-cyclists article {
  margin: 0 auto 100px;
  width: 94%;
  max-width: 1000px; }

.page-template-page-cyclists h3 {
  color: #ffffff;
  background-color: #9B7D71;
  display: inline-block;
  padding: .5rem 1rem; }

.page-template-page-cyclists h4 {
  padding: 1.5rem  0 0 1.5rem; }

.page-template-page-cyclists .content {
  background-color: white; }

@media screen and (min-width: 1200px) {
  .page-template-page-cyclists .wrapper {
    display: grid;
    grid-template-columns: [col-start] 60% [col-1] 40% [col-end]; }
  .page-template-page-cyclists img {
    grid-column-start: col-start;
    grid-column-end: col-1; }
  .page-template-page-cyclists .content {
    grid-column-start: col-1;
    grid-column-end: col-end; } }

.archive .page-header {
  position: absolute;
  top: 0;
  height: 40vh;
  background: linear-gradient(rgba(51, 51, 51, 0.8), transparent);
  width: 100vw;
  display: grid;
  align-content: center;
  justify-content: center; }

.archive h1 {
  font-size: 2.5rem; }

.archive #content {
  margin-top: -63vh; }

@media (prefers-color-scheme: dark) {
  .archive .page-header {
    background: linear-gradient(rgba(153, 153, 153, 0.8), transparent); }
  .archive h1, .archive h1 span {
    color: #2A2A2A; } }

#fullscreen-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  background-color: #9B7D71; }
  #fullscreen-hero .gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(239, 239, 239, 0), #efefef);
    z-index: 2; }
  #fullscreen-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
    filter: blur(2px); }

@media (prefers-color-scheme: dark) {
  #fullscreen-hero {
    background-color: #594841; }
    #fullscreen-hero .gradient {
      background-image: linear-gradient(rgba(51, 51, 51, 0), #333333); }
    #fullscreen-hero img {
      opacity: .3; } }

#posts::before {
  position: relative;
  top: 0;
  left: 48%;
  margin-left: -20px;
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #9B7D71; }

#posts .post {
  position: relative;
  height: 200vw;
  background-repeat: no-repeat;
  background-size: 100vw; }
  #posts .post.journey-type-rest.default_rest, #posts .post.journey-type-visit.default_visit, #posts .post.journey-type-food.default_food, #posts .post.journey-type-manual-work.default_work {
    background-image: url("interface/travel_mobile_line.svg"); }
  #posts .post.journey-type-computer-work.default_computer {
    background-image: url("interface/travel_mobile_computer.svg"); }
  #posts .post.journey-type-shoes.default_shoes {
    background-image: url("interface/travel_mobile_shoes.svg"); }
  #posts .post.journey-type-bicycle.default_bicycle, #posts .post.journey-type-touring.default_touring {
    background-image: url("interface/travel_mobile_cycle.svg"); }
  #posts .post.journey-type-motorcycle.default_motorcycle {
    background-image: url("interface/travel_mobile_motorcycle.svg"); }
  #posts .post.journey-type-car.default_car {
    background-image: url("interface/travel_mobile_car.svg"); }
  #posts .post.journey-type-bus.default_bus {
    background-image: url("interface/travel_mobile_bus.svg"); }
  #posts .post.journey-type-train.default_train {
    background-image: url("interface/travel_mobile_train.svg"); }
  #posts .post.journey-type-sailboat.default_sailboat, #posts .post.journey-type-ferry.default_ferry {
    background-image: url("interface/travel_mobile_boat.svg"); }
  #posts .post.journey-type-plane.default_plane {
    background-image: url("interface/travel_mobile_plane.svg"); }
  #posts .post:nth-child(3n+1) {
    background-position: 0 top; }
  #posts .post:nth-child(3n+2) {
    background-position: 0 -200vw; }
  #posts .post:nth-child(3n+3) {
    background-position: 0 bottom; }

@media screen and (min-width: 501px) {
  #posts::before {
    left: calc(50% - 8px); }
  #posts .post {
    width: 500px;
    height: 1000px;
    margin: 0 auto;
    background-size: 500px; }
    #posts .post:nth-child(3n+2) {
      background-position: 0px -1000px; } }

@media screen and (min-width: 768px) {
  #posts::before {
    left: calc(50% + 11px); }
  #posts .post {
    width: 768px;
    background-size: 768px; }
    #posts .post.journey-type-rest.default_rest, #posts .post.journey-type-visit.default_visit, #posts .post.journey-type-food.default_food, #posts .post.journey-type-manual-work.default_work {
      background-image: url("interface/travel_tablet_line.svg"); }
    #posts .post.journey-type-computer-work.default_computer {
      background-image: url("interface/travel_tablet_computer.svg"); }
    #posts .post.journey-type-shoes.default_shoes {
      background-image: url("interface/travel_tablet_shoes.svg"); }
    #posts .post.journey-type-bicycle.default_bicycle, #posts .post.journey-type-touring.default_touring {
      background-image: url("interface/travel_tablet_cycle.svg"); }
    #posts .post.journey-type-motorcycle.default_motorcycle {
      background-image: url("interface/travel_tablet_motorcycle.svg"); }
    #posts .post.journey-type-car.default_car {
      background-image: url("interface/travel_tablet_car.svg"); }
    #posts .post.journey-type-bus.default_bus {
      background-image: url("interface/travel_tablet_bus.svg"); }
    #posts .post.journey-type-train.default_train {
      background-image: url("interface/travel_tablet_train.svg"); }
    #posts .post.journey-type-sailboat.default_sailboat, #posts .post.journey-type-ferry.default_ferry {
      background-image: url("interface/travel_tablet_boat.svg"); }
    #posts .post.journey-type-plane.default_plane {
      background-image: url("interface/travel_tablet_plane.svg"); }
    #posts .post:nth-child(3n+1) {
      height: 768px; }
    #posts .post:nth-child(3n+2) {
      height: 548px;
      background-position: 0 -768px; }
    #posts .post:nth-child(3n+3) {
      height: 548px; } }

@media screen and (min-width: 1200px) {
  #posts .post {
    width: 1000px;
    margin: 0 auto;
    background-size: 1000px;
    clear: both; }
    #posts .post.journey-type-rest.default_rest, #posts .post.journey-type-visit.default_visit, #posts .post.journey-type-food.default_food, #posts .post.journey-type-manual-work.default_work {
      background-image: url("interface/travel_desktop_line.svg"); }
    #posts .post.journey-type-computer-work.default_computer {
      background-image: url("interface/travel_desktop_computer.svg"); }
    #posts .post.journey-type-shoes.default_shoes {
      background-image: url("interface/travel_desktop_shoes.svg"); }
    #posts .post.journey-type-bicycle.default_bicycle, #posts .post.journey-type-touring.default_touring {
      background-image: url("interface/travel_desktop_cycle.svg"); }
    #posts .post.journey-type-motorcycle.default_motorcycle {
      background-image: url("interface/travel_desktop_motorcycle.svg"); }
    #posts .post.journey-type-car.default_car {
      background-image: url("interface/travel_desktop_car.svg"); }
    #posts .post.journey-type-bus.default_bus {
      background-image: url("interface/travel_desktop_bus.svg"); }
    #posts .post.journey-type-train.default_train {
      background-image: url("interface/travel_desktop_train.svg"); }
    #posts .post.journey-type-sailboat.default_sailboat, #posts .post.journey-type-ferry.default_ferry {
      background-image: url("interface/travel_desktop_boat.svg"); }
    #posts .post.journey-type-plane.default_plane {
      background-image: url("interface/travel_desktop_plane.svg"); }
    #posts .post:nth-child(3n+1) {
      height: 600px; }
    #posts .post:nth-child(3n+2) {
      height: 400px;
      background-position: 0 -600px; }
    #posts .post:nth-child(3n+3) {
      height: 600px; } }

#posts .post .daily_infos {
  position: absolute;
  bottom: 8px;
  width: 100vw;
  height: 20vw;
  z-index: 243; }
  #posts .post .daily_infos.swapped .daily_distance {
    transform: translateY(-10px);
    opacity: 0; }
  #posts .post .daily_infos.swapped .details {
    transform: translateY(-30px);
    opacity: 1; }
  #posts .post .daily_infos.swapped .plus_minus span:first-child {
    opacity: 0; }
  #posts .post .daily_infos.swapped .plus_minus span:last-child {
    opacity: 1; }

#posts .post .default_icon {
  position: absolute;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  border: 2px solid #9B7D71;
  background-color: #efefef; }
  #posts .post .default_icon path {
    fill: #9B7D71; }
  #posts .post .default_icon:hover {
    cursor: pointer; }
    #posts .post .default_icon:hover .plus_minus {
      transform: scale(1.2); }

#posts .post .plus_minus {
  position: absolute;
  top: -7px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #9B7D71;
  transition: transform .1s ease-out;
  z-index: -1; }
  #posts .post .plus_minus span {
    position: absolute;
    top: -1px;
    left: 6px;
    color: #efefef;
    font-size: 22px;
    font-weight: bold; }
    #posts .post .plus_minus span:last-child {
      opacity: 0; }

#posts .post .daily_distance {
  position: absolute;
  top: 0;
  color: #AFAFAF;
  font-style: italic;
  font-weight: bold;
  font-size: 1rem;
  line-height: 20vw;
  transform: translateY(0);
  opacity: 1;
  transition: all .1s ease-out; }

#posts .post.journey-type-rest.default_rest .plus_minus,
#posts .post.journey-type-rest.default_rest .daily_distance, #posts .post.journey-type-visit.default_visit .plus_minus,
#posts .post.journey-type-visit.default_visit .daily_distance, #posts .post.journey-type-food.default_food .plus_minus,
#posts .post.journey-type-food.default_food .daily_distance, #posts .post.journey-type-manual-work.default_work .plus_minus,
#posts .post.journey-type-manual-work.default_work .daily_distance, #posts .post.journey-type-computer-work.default_computer .plus_minus,
#posts .post.journey-type-computer-work.default_computer .daily_distance {
  display: none; }

#posts .post .details {
  display: flex;
  height: 20vw;
  opacity: 0;
  transform: translateY(5px);
  transition: all .1s ease-out; }

#posts .post .one_detail {
  position: relative;
  width: 20vw;
  color: #999999;
  font-size: 1rem;
  text-align: center;
  font-style: italic;
  font-weight: 600; }
  #posts .post .one_detail div {
    position: relative;
    background-color: #efefef;
    left: -2px;
    height: 20px; }
  #posts .post .one_detail div:first-child {
    left: 0;
    width: 36px;
    height: 36px;
    margin: 0 auto .3rem;
    margin-top: calc(10vw - 15px);
    border-radius: 50%;
    background-color: #AFAFAF;
    z-index: 35; }
    #posts .post .one_detail div:first-child path {
      fill: #efefef; }
  #posts .post .one_detail::after {
    position: absolute;
    top: calc(10vw - 12px);
    right: -4px;
    content: '+';
    font-weight: bold;
    display: block;
    width: 10px;
    height: 10px;
    color: #cecece; }
  #posts .post .one_detail:last-child::after {
    content: ''; }

#posts .post:nth-child(3n+1) .default_icon {
  right: 8.6667vw; }

#posts .post:nth-child(3n+1) .plus_minus {
  right: 15vw; }

#posts .post:nth-child(3n+1) .daily_distance {
  right: 34vw; }

#posts .post:nth-child(3n+1) .details {
  padding-left: 3vw;
  justify-content: flex-end;
  width: calc(100% - 30vw); }

#posts .post:nth-child(3n+2) .default_icon {
  left: 8.6667vw; }

#posts .post:nth-child(3n+2) .plus_minus {
  left: 15vw; }
  #posts .post:nth-child(3n+2) .plus_minus span {
    left: 7px; }

#posts .post:nth-child(3n+2) .daily_distance {
  left: 34vw; }

#posts .post:nth-child(3n+2) .details {
  width: calc(100% - 30vw);
  margin-left: 28vw;
  padding-right: 3vw; }

#posts .post:nth-child(3n+3) .default_icon {
  margin-left: 36.3334vw; }

#posts .post:nth-child(3n+3) .plus_minus {
  left: 15vw; }

#posts .post:nth-child(3n+3) .daily_distance {
  left: 60vw; }

#posts .post:nth-child(3n+3) .details {
  margin-left: 55vw;
  padding-right: 3vw; }

#posts .post:nth-child(3n+3) .details.vertical {
  flex-wrap: wrap;
  position: relative;
  top: 22vw;
  width: calc(100% - 41vw);
  left: 41vw;
  margin-left: 0; }
  #posts .post:nth-child(3n+3) .details.vertical .one_detail {
    width: 60vw;
    height: 28px;
    text-align: left; }
    #posts .post:nth-child(3n+3) .details.vertical .one_detail::after {
      position: absolute;
      top: 31px;
      left: -12px; }
    #posts .post:nth-child(3n+3) .details.vertical .one_detail div {
      height: 30px;
      display: inline-block;
      position: relative;
      top: -10px;
      margin: 0 0 0 -5px;
      padding: 0 5px; }
    #posts .post:nth-child(3n+3) .details.vertical .one_detail div:first-child {
      margin: 0;
      padding: 0;
      top: 0; }
    #posts .post:nth-child(3n+3) .details.vertical .one_detail div:nth-child(2) {
      padding-left: 30px;
      margin-left: -25px; }

@media screen and (min-width: 501px) {
  #posts .post .daily_infos {
    bottom: 13px;
    width: 100%;
    height: 100px;
    margin-left: 0; }
  #posts .post .default_icon {
    width: 100px;
    height: 100px; }
  #posts .post .plus_minus {
    width: 30px;
    height: 30px;
    border-radius: 15px; }
    #posts .post .plus_minus span {
      top: 2px;
      left: 8px; }
  #posts .post .daily_distance {
    font-size: 1.2rem;
    line-height: 100px; }
  #posts .post .details {
    height: 100px; }
  #posts .post .one_detail {
    width: 20%; }
    #posts .post .one_detail div:first-child {
      margin-top: 35px; }
    #posts .post .one_detail::after {
      top: 39px; }
  #posts .post:nth-child(3n+1) .default_icon {
    right: 43px; }
  #posts .post:nth-child(3n+1) .plus_minus {
    right: 75px; }
  #posts .post:nth-child(3n+1) .daily_distance {
    right: 160px; }
  #posts .post:nth-child(3n+1) .details {
    padding-left: 0;
    width: calc(100% - 160px); }
  #posts .post:nth-child(3n+2) .plus_minus, #posts .post:nth-child(3n+3) .plus_minus {
    left: 75px; }
    #posts .post:nth-child(3n+2) .plus_minus span, #posts .post:nth-child(3n+3) .plus_minus span {
      left: 10px; }
  #posts .post:nth-child(3n+2) .default_icon {
    left: 43px; }
  #posts .post:nth-child(3n+2) .daily_distance {
    left: 160px; }
  #posts .post:nth-child(3n+2) .details {
    padding-right: 0;
    margin-left: 160px;
    width: calc(100% - 160px); }
  #posts .post:nth-child(3n+3) .default_icon {
    margin-left: 180px; }
  #posts .post:nth-child(3n+3) .daily_distance {
    right: 330px; }
  #posts .post:nth-child(3n+3) .details {
    padding-right: 0;
    margin-left: 290px;
    width: calc(100% - 260px); } }

@media screen and (min-width: 768px) {
  #posts .post .daily_infos {
    bottom: 1px;
    height: 70px; }
  #posts .post .default_icon {
    width: 70px;
    height: 70px; }
  #posts .post .plus_minus {
    width: 26px;
    height: 26px; }
    #posts .post .plus_minus span {
      top: 0px;
      left: 7px; }
  #posts .post .daily_distance {
    font-size: 1.2rem;
    line-height: 70px; }
  #posts .post .details {
    max-width: 240px; }
  #posts .post .one_detail div:first-child {
    margin-top: 20px; }
  #posts .post .one_detail::after {
    top: 23px; }
  #posts .post:nth-child(3n+1) .default_icon {
    right: 90px; }
  #posts .post:nth-child(3n+1) .plus_minus {
    right: 50px; }
  #posts .post:nth-child(3n+1) .daily_distance {
    right: 180px; }
  #posts .post:nth-child(3n+1) .details {
    width: inherit;
    margin-left: 350px; }
  #posts .post:nth-child(3n+2) .plus_minus, #posts .post:nth-child(3n+3) .plus_minus {
    left: 50px; }
    #posts .post:nth-child(3n+2) .plus_minus span, #posts .post:nth-child(3n+3) .plus_minus span {
      left: 8px; }
  #posts .post:nth-child(3n+2) .details, #posts .post:nth-child(3n+3) .details {
    width: inherit; }
  #posts .post:nth-child(3n+2) .default_icon {
    left: 79px; }
  #posts .post:nth-child(3n+2) .daily_distance {
    bottom: 25px;
    left: 170px; }
  #posts .post:nth-child(3n+3) .default_icon {
    margin-left: 348px; }
  #posts .post:nth-child(3n+3) .daily_distance {
    left: 440px; }
  #posts .post:nth-child(3n+3) .details {
    width: inherit;
    margin-left: 430px; } }

@media screen and (min-width: 1200px) {
  #posts .post .default_icon {
    top: 9px;
    width: 60px;
    height: 60px; }
  #posts .post .daily_distance {
    line-height: 80px; }
  #posts .post .one_detail div:first-child {
    margin-top: 25px; }
  #posts .post .one_detail::after {
    top: 33px; }
  #posts .post:nth-child(3n+1) .default_icon {
    right: 70px; }
  #posts .post:nth-child(3n+1) .plus_minus {
    right: 45px; }
  #posts .post:nth-child(3n+1) .daily_distance {
    right: 160px; }
  #posts .post:nth-child(3n+1) .details {
    margin-left: 600px; }
  #posts .post:nth-child(3n+2) .plus_minus, #posts .post:nth-child(3n+3) .plus_minus {
    left: 45px; }
  #posts .post:nth-child(3n+2) .daily_distance {
    left: 160px; }
  #posts .post:nth-child(3n+3) .default_icon {
    margin-left: 469px; }
  #posts .post:nth-child(3n+3) .daily_distance {
    left: 555px; }
  #posts .post:nth-child(3n+3) .details {
    margin-left: 555px; } }

@media (prefers-color-scheme: dark) {
  #posts h2 a {
    color: #333333; }
  #posts .post .plus_minus {
    background-color: #7d655b; }
    #posts .post .plus_minus span {
      color: #333333; }
  #posts .post .default_icon {
    border-color: #7d655b;
    background-color: #333333; }
    #posts .post .default_icon path {
      fill: #7d655b; }
  #posts .post .one_detail div {
    background-color: #333333; }
  #posts .post .one_detail div:first-child {
    background-color: #999999; }
    #posts .post .one_detail div:first-child path {
      fill: #333333; }
  #posts .post .one_detail::after {
    color: #999999; } }

#posts .post .wrapper.hide {
  opacity: 0;
  rotate: 2deg;
  transform: translateY(60px);
  transition: all 0.5s cubic-bezier(0, 0.5, 0.5, 2); }

#posts .post:nth-child(3n+1) .wrapper.hide {
  transform-origin: bottom center; }

#posts .post:nth-child(3n+1) .wrapper.hide.reveal:hover {
  rotate: -1deg; }

#posts .post:nth-child(3n+2) .wrapper.hide {
  transform-origin: bottom center; }

#posts .post:nth-child(3n+3) .wrapper.hide {
  transform-origin: bottom left; }

#posts .post .wrapper.hide.reveal {
  opacity: 1;
  rotate: 0deg;
  transform: translateY(0); }
  #posts .post .wrapper.hide.reveal:hover {
    rotate: 1deg;
    transform: translateY(3px); }

#posts .post .wrapper {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 37vw;
  z-index: 320;
  transition: all .2s ease-in-out; }
  #posts .post .wrapper h2 {
    line-height: 2.4rem;
    font-weight: bold;
    background-color: #7d655b; }
    #posts .post .wrapper h2:hover {
      background-color: #9B7D71; }
  #posts .post .wrapper .content {
    position: relative;
    background-color: white;
    overflow: hidden;
    font-size: .85rem; }
  #posts .post .wrapper .gradient,
  #posts .post .wrapper .covering_link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  #posts .post .wrapper .covering_link {
    z-index: 6; }
  #posts .post .wrapper .date-and-cat-links {
    position: absolute;
    width: 90%;
    top: 10px;
    left: 5%;
    z-index: 7;
    color: #ffffff; }
  #posts .post .wrapper .date {
    width: 100%;
    height: auto;
    padding: 0;
    color: white; }
  #posts .post .wrapper .cat-links,
  #posts .post .wrapper .tag-links {
    position: absolute; }
    #posts .post .wrapper .cat-links ul,
    #posts .post .wrapper .tag-links ul {
      line-height: 17px;
      list-style: none; }
      #posts .post .wrapper .cat-links ul::before,
      #posts .post .wrapper .tag-links ul::before {
        position: relative;
        top: 14px;
        display: block;
        width: 14px;
        height: 14px;
        color: white;
        font-family: "Dashicons"; }
    #posts .post .wrapper .cat-links li,
    #posts .post .wrapper .tag-links li {
      text-indent: 17px; }
    #posts .post .wrapper .cat-links a,
    #posts .post .wrapper .tag-links a {
      color: white; }
      #posts .post .wrapper .cat-links a:hover,
      #posts .post .wrapper .tag-links a:hover {
        text-decoration: underline; }
  #posts .post .wrapper .cat-links {
    top: 10px; }
    #posts .post .wrapper .cat-links ul::before {
      content: "\f318"; }
  #posts .post .wrapper .tag-links {
    width: 70%;
    left: 5%;
    bottom: 10px;
    z-index: 6;
    color: #ffffff; }
    #posts .post .wrapper .tag-links ul::before {
      content: "\f323";
      top: 15px; }
  #posts .post .wrapper .button-arrow {
    position: absolute;
    bottom: 0;
    right: 27px;
    align-self: center;
    width: 70px;
    height: 70px;
    transform: translateY(55px);
    transition: transform .2s ease-out;
    z-index: 7;
    pointer-events: none; }
    #posts .post .wrapper .button-arrow path {
      fill: #ffffff; }
  #posts .post .wrapper .button-color {
    position: absolute;
    bottom: 0;
    right: 27px;
    width: 70px;
    height: 70px;
    background-color: #9B7D71;
    border-radius: 100px;
    z-index: 6;
    transform: translateY(55px) scale(0.8);
    transition: transform .2s ease-out; }
    #posts .post .wrapper .button-color:hover {
      cursor: pointer;
      transform: translateY(20px) scale(1.3) !important; }
  #posts .post .wrapper img {
    transition: transform 1.5s cubic-bezier(0.6, 0, 0.4, 1);
    transform: scale(1); }
  #posts .post .wrapper .gradient {
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 23%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.65) 87%);
    opacity: .2;
    transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1); }
  #posts .post .wrapper:hover .button-arrow {
    transform: translateY(20px); }
  #posts .post .wrapper:hover .button-color {
    transform: translateY(20px) scale(1.2); }
  #posts .post .wrapper:hover img {
    transform: scale(1.1); }
  #posts .post .wrapper:hover .gradient {
    opacity: 1; }
  #posts .post .wrapper .entry-footer {
    display: block;
    height: 115px;
    background-color: #ffffff;
    border-radius: 0 0 12px 12px; }
  #posts .post .wrapper p {
    display: block;
    height: 88%;
    width: 70%;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.7em;
    float: left;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }
  #posts .post .wrapper .comments-link {
    position: relative;
    font-weight: bold;
    float: right;
    width: 30%;
    height: 100%;
    text-align: center; }
    #posts .post .wrapper .comments-link .dashicons-admin-comments {
      position: relative;
      top: 27px;
      width: 100%;
      content: "\f101";
      color: #9B7D71;
      font-family: "Dashicons";
      font-size: 4rem;
      z-index: 1; }
    #posts .post .wrapper .comments-link a {
      position: absolute;
      color: white;
      top: 39px;
      left: -2px;
      text-align: center;
      width: 100%;
      z-index: 2;
      font-size: 1.3rem;
      font-family: 'quicksand';
      font-weight: bold;
      pointer-events: none; }
    #posts .post .wrapper .comments-link:hover::before {
      color: #D6D6D6; }
  #posts .post .wrapper::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    background-color: white;
    z-index: -1; }
  #posts .post .wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    z-index: -1;
    border-radius: 14px;
    filter: blur(16px);
    background: linear-gradient(240deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }

#posts .post:nth-child(3n+1) .wrapper::after {
  margin-left: 50px;
  transform: rotate(35deg); }

#posts .post:nth-child(3n+2) .wrapper::after {
  margin-left: -60px;
  transform: rotate(-25deg); }

#posts .post:nth-child(3n+3) .wrapper::after {
  margin-left: 10px;
  transform: rotate(-35deg); }

.logged-in .comments-link {
  display: none; }

@media screen and (min-width: 501px) {
  #posts .post .wrapper {
    width: 450px;
    bottom: 200px;
    left: inherit; }
  #posts .post:nth-child(3n+1) .wrapper {
    right: calc((500px - 83vw)/2); }
    #posts .post:nth-child(3n+1) .wrapper::after {
      margin-left: 10px;
      transform: rotate(35deg); }
  #posts .post:nth-child(3n+2) .wrapper {
    left: calc((500px - 83vw)/4); }
    #posts .post:nth-child(3n+2) .wrapper::after {
      margin-left: -60px;
      transform: rotate(-25deg); }
  #posts .post:nth-child(3n+3) .wrapper {
    right: 25px; }
    #posts .post:nth-child(3n+3) .wrapper::after {
      margin-left: -20px;
      transform: rotate(-35deg); } }

@media screen and (min-width: 768px) {
  #posts .post .wrapper {
    bottom: 130px;
    left: inherit;
    width: 360px;
    width: 400px; }
  #posts .post:nth-child(3n+1) .wrapper {
    right: calc((950px - 100vw)/4); }
    #posts .post:nth-child(3n+1) .wrapper::after {
      margin-left: 3vw;
      transform: rotate(35deg); }
  #posts .post:nth-child(3n+2) .wrapper {
    left: calc((950px - 100vw)/4); }
    #posts .post:nth-child(3n+2) .wrapper::after {
      margin-left: -50px;
      transform: rotate(-25deg); }
  #posts .post:nth-child(3n+3) .wrapper {
    right: 3vw; }
    #posts .post:nth-child(3n+3) .wrapper::after {
      margin-left: -150px;
      transform: rotate(-35deg); } }

@media screen and (min-width: 1200px) {
  #posts .post .wrapper {
    width: 400px; }
  #posts .post:nth-child(3n+1) .wrapper {
    right: calc((1200px - 100vw)/2);
    right: -50px; }
    #posts .post:nth-child(3n+1) .wrapper::after {
      margin-left: 60px;
      transform: rotate(-35deg); }
  #posts .post:nth-child(3n+2) .wrapper {
    left: -50px; }
    #posts .post:nth-child(3n+2) .wrapper::after {
      margin-left: -100px;
      transform: rotate(35deg); }
  #posts .post:nth-child(3n+3) .wrapper {
    right: 150px; }
    #posts .post:nth-child(3n+3) .wrapper::after {
      margin-left: -130px;
      transform: rotate(-35deg); } }

@media (prefers-color-scheme: dark) {
  #posts .post .wrapper h2 {
    background-color: #9B7D71; }
    #posts .post .wrapper h2:hover {
      background-color: #b49285; }
  #posts .post .wrapper::after {
    background-color: #3C3C3C; }
  #posts .post .wrapper .button-arrow path {
    fill: #3C3C3C; }
  #posts .post .wrapper .button-color {
    background-color: #7d655b; }
    #posts .post .wrapper .button-color:hover {
      background-color: #9B7D71; }
  #posts .post .wrapper .entry-footer {
    background-color: #3C3C3C;
    color: #cecece; }
  #posts .post .wrapper .comments-link a {
    color: #333333; }
  #posts .post .wrapper .comments-link .dashicons-admin-comments {
    color: #7d655b; }
  #posts .post .wrapper .content {
    background-color: #333333; } }

#posts .post[attr=border-crossing] {
  height: 300vw;
  background-repeat: no-repeat; }
  #posts .post[attr=border-crossing] #country {
    position: absolute;
    width: 100vw;
    height: 200px;
    top: 42vw;
    left: calc((100% - 100vw)/2);
    transform: skewY(7deg);
    overflow: hidden;
    z-index: -1; }
    #posts .post[attr=border-crossing] #country svg {
      position: relative;
      left: calc((100% - 1850px) / 2); }
    #posts .post[attr=border-crossing] #country .country path {
      fill: transparent; }
    #posts .post[attr=border-crossing] #country text {
      fill: #838383;
      font-size: 1.1rem;
      text-transform: uppercase;
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5); }
  #posts .post[attr=border-crossing] #border-crossing-to {
    top: -90px; }
  #posts .post[attr=border-crossing] #border-crossing-dashed-line {
    position: relative;
    top: -280px;
    opacity: .3; }
  #posts .post[attr=border-crossing] #border-crossing-from {
    position: relative;
    top: -457px; }
  #posts .post[attr=border-crossing].journey-type-rest.default_rest, #posts .post[attr=border-crossing].journey-type-visit.default_visit, #posts .post[attr=border-crossing].journey-type-food.default_food, #posts .post[attr=border-crossing].journey-type-manual-work.default_work, #posts .post[attr=border-crossing].journey-type-computer-work.default_computer {
    background-image: url("interface/crossing_mobile_line.svg"); }
  #posts .post[attr=border-crossing].journey-type-shoes.default_shoes {
    background-image: url("interface/crossing_mobile_shoes.svg"); }
  #posts .post[attr=border-crossing].journey-type-bicycle.default_bicycle, #posts .post[attr=border-crossing].journey-type-touring.default_touring {
    background-image: url("interface/crossing_mobile_cycle.svg"); }
  #posts .post[attr=border-crossing].journey-type-motorcycle.default_motorcycle {
    background-image: url("interface/crossing_mobile_motorcycle.svg"); }
  #posts .post[attr=border-crossing].journey-type-car.default_car {
    background-image: url("interface/crossing_mobile_car.svg"); }
  #posts .post[attr=border-crossing].journey-type-bus.default_bus {
    background-image: url("interface/crossing_mobile_bus.svg"); }
  #posts .post[attr=border-crossing].journey-type-train.default_train {
    background-image: url("interface/crossing_mobile_train.svg"); }
  #posts .post[attr=border-crossing].journey-type-sailboat.default_sailboat, #posts .post[attr=border-crossing].journey-type-ferry.default_ferry {
    background-image: url("interface/crossing_mobile_boat.svg"); }
  #posts .post[attr=border-crossing].journey-type-plane.default_plane {
    background-image: url("interface/crossing_mobile_plane.svg"); }
  #posts .post[attr=border-crossing]:nth-child(3n+1) #country {
    transform: skewY(-7deg); }
  #posts .post[attr=border-crossing]:nth-child(3n+2) {
    background-position: 0 -300vw; }
  #posts .post[attr=border-crossing]:nth-child(3n+3) {
    background-position: 0 bottom; }
    #posts .post[attr=border-crossing]:nth-child(3n+3) #country svg {
      left: calc((100% - 1700px) / 2); }

@media screen and (min-width: 375px) {
  #posts .post[attr=border-crossing] #country svg {
    left: calc((100% - 1880px) / 2); }
  #posts .post[attr=border-crossing] #country text {
    font-size: 1.2rem;
    letter-spacing: .05rem; } }

@media screen and (min-width: 501px) {
  #posts .post[attr=border-crossing] {
    height: 1500px; }
    #posts .post[attr=border-crossing] #country {
      top: 250px; }
      #posts .post[attr=border-crossing] #country svg {
        left: calc((100% - 1900px) / 2); }
      #posts .post[attr=border-crossing] #country text {
        font-size: 1.5rem;
        letter-spacing: .1rem; } }

@media screen and (min-width: 768px) {
  #posts .post[attr=border-crossing] #country {
    top: 83px; }
    #posts .post[attr=border-crossing] #country svg {
      left: calc((100% - 2000px) / 2); }
    #posts .post[attr=border-crossing] #country text {
      font-size: 1.6rem;
      letter-spacing: .15rem; }
  #posts .post[attr=border-crossing] #border-crossing-from {
    top: -452px; }
  #posts .post[attr=border-crossing].journey-type-rest.default_rest, #posts .post[attr=border-crossing].journey-type-visit.default_visit, #posts .post[attr=border-crossing].journey-type-food.default_food, #posts .post[attr=border-crossing].journey-type-manual-work.default_work, #posts .post[attr=border-crossing].journey-type-computer-work.default_computer {
    background-image: url("interface/crossing_tablet_line.svg"); }
  #posts .post[attr=border-crossing].journey-type-shoes.default_shoes {
    background-image: url("interface/crossing_tablet_shoes.svg"); }
  #posts .post[attr=border-crossing].journey-type-bicycle.default_bicycle, #posts .post[attr=border-crossing].journey-type-touring.default_touring {
    background-image: url("interface/crossing_tablet_cycle.svg"); }
  #posts .post[attr=border-crossing].journey-type-motorcycle.default_motorcycle {
    background-image: url("interface/crossing_tablet_motorcycle.svg"); }
  #posts .post[attr=border-crossing].journey-type-car.default_car {
    background-image: url("interface/crossing_tablet_car.svg"); }
  #posts .post[attr=border-crossing].journey-type-bus.default_bus {
    background-image: url("interface/crossing_tablet_bus.svg"); }
  #posts .post[attr=border-crossing].journey-type-train.default_train {
    background-image: url("interface/crossing_tablet_train.svg"); }
  #posts .post[attr=border-crossing].journey-type-sailboat.default_sailboat, #posts .post[attr=border-crossing].journey-type-ferry.default_ferry {
    background-image: url("interface/crossing_tablet_boat.svg"); }
  #posts .post[attr=border-crossing].journey-type-plane.default_plane {
    background-image: url("interface/crossing_tablet_plane.svg"); }
  #posts .post[attr=border-crossing]:nth-child(3n+1) {
    height: 1097px; }
  #posts .post[attr=border-crossing]:nth-child(3n+2) {
    height: 1097px;
    background-position: 0 -1097px; }
    #posts .post[attr=border-crossing]:nth-child(3n+2) #country:after, #posts .post[attr=border-crossing]:nth-child(3n+2) #country::after {
      right: 11vw; }
  #posts .post[attr=border-crossing]:nth-child(3n+3) {
    height: 1097px; }
    #posts .post[attr=border-crossing]:nth-child(3n+3) #country:after, #posts .post[attr=border-crossing]:nth-child(3n+3) #country::after {
      left: 0; } }

@media screen and (min-width: 1200px) {
  #posts .post[attr=border-crossing] #country svg {
    left: calc((100% - 2000px) / 2); }
  #posts .post[attr=border-crossing] #country text {
    font-size: 2.2rem;
    letter-spacing: .2rem; }
  #posts .post[attr=border-crossing] #border-crossing-to {
    top: -100px; }
  #posts .post[attr=border-crossing] #border-crossing-from {
    top: -438px; }
  #posts .post[attr=border-crossing].journey-type-rest.default_rest, #posts .post[attr=border-crossing].journey-type-visit.default_visit, #posts .post[attr=border-crossing].journey-type-food.default_food, #posts .post[attr=border-crossing].journey-type-manual-work.default_work, #posts .post[attr=border-crossing].journey-type-computer-work.default_computer {
    background-image: url("interface/crossing_desktop_line.svg"); }
  #posts .post[attr=border-crossing].journey-type-shoes.default_shoes {
    background-image: url("interface/crossing_desktop_shoes.svg"); }
  #posts .post[attr=border-crossing].journey-type-bicycle.default_bicycle, #posts .post[attr=border-crossing].journey-type-touring.default_touring {
    background-image: url("interface/crossing_desktop_cycle.svg"); }
  #posts .post[attr=border-crossing].journey-type-motorcycle.default_motorcycle {
    background-image: url("interface/crossing_desktop_motorcycle.svg"); }
  #posts .post[attr=border-crossing].journey-type-car.default_car {
    background-image: url("interface/crossing_desktop_car.svg"); }
  #posts .post[attr=border-crossing].journey-type-bus.default_bus {
    background-image: url("interface/crossing_desktop_bus.svg"); }
  #posts .post[attr=border-crossing].journey-type-train.default_train {
    background-image: url("interface/crossing_desktop_train.svg"); }
  #posts .post[attr=border-crossing].journey-type-sailboat.default_sailboat, #posts .post[attr=border-crossing].journey-type-ferry.default_ferry {
    background-image: url("interface/crossing_desktop_boat.svg"); }
  #posts .post[attr=border-crossing].journey-type-plane.default_plane {
    background-image: url("interface/crossing_desktop_plane.svg"); }
  #posts .post[attr=border-crossing]:nth-child(3n+1) {
    height: 1000px; }
  #posts .post[attr=border-crossing]:nth-child(3n+2) {
    height: 1000px;
    background-position: 0 -1000px; }
  #posts .post[attr=border-crossing]:nth-child(3n+3) {
    height: 1000px; } }

.page-load-status {
  display: none;
  margin-top: 3rem;
  text-align: center; }

.infinite-scroll-request,
.infinite-scroll-last,
.infinite-scroll-error {
  padding: 0 0 1rem;
  margin: 0;
  display: none; }
  .infinite-scroll-request::before, .infinite-scroll-request::after,
  .infinite-scroll-last::before,
  .infinite-scroll-last::after,
  .infinite-scroll-error::before,
  .infinite-scroll-error::after {
    content: '—';
    margin: 0 1rem; }

.infinite-scroll-last {
  margin: 5rem 0; }

#load_more_button {
  position: relative;
  left: -5px;
  display: block;
  width: 50px;
  height: 260px;
  margin: 4rem auto;
  border: dotted 1px transparent;
  background-color: transparent; }
  #load_more_button h3 {
    position: relative;
    left: -5px;
    text-indent: 24px;
    background-color: transparent !important;
    color: #999999;
    font-style: italic;
    font-size: 2rem;
    text-align: left;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: rotate(180deg) translateY(0);
    transition: transform .2s ease-out; }
  #load_more_button::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-color: #9B7D71;
    position: absolute;
    bottom: 10px;
    left: 13px;
    transform: rotate(0);
    transition: transform .2s ease-out; }
  #load_more_button:hover h3 {
    transform: rotate(180deg) translateY(5px); }
  #load_more_button:hover::before {
    transform: rotate(90deg); }
  #load_more_button:focus {
    outline: none;
    border: dotted 1px grey; }

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

#wpstats {
  display: none; }

.cyclist-block .alignright,
.cyclist-block .alignleft {
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  .cyclist-block {
    display: table;
    background: #414141; }
    .cyclist-block .alignright,
    .cyclist-block .alignleft {
      margin-bottom: 0; }
    .cyclist-block > a {
      display: table-cell;
      vertical-align: top;
      text-align: right;
      overflow: hidden;
      width: 33%;
      background: none !important; }
    .cyclist-block img {
      max-width: 200%;
      height: auto;
      width: auto;
      margin-left: -50%; }
      .cyclist-block img.alignleft {
        margin-left: 0; }
      .cyclist-block img.alignright {
        margin-right: -10%; }
    .cyclist-block p {
      display: table-cell;
      vertical-align: top;
      padding-bottom: 0; } }

.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%; }
  .wp-caption .wp-caption-text {
    margin: 0.8075rem 0; }

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

.gallery {
  margin-bottom: 1.5rem; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.fve-video-wrapper {
  margin: 0 !important; }

@media (min-width: 500px) {
  .video-block {
    width: 46%;
    margin: 0 2%;
    float: left; }
    .video-block p {
      height: 350px; } }

@media (min-width: 600px) {
  .video-block p {
    height: 290px; } }

@media (min-width: 700px) {
  .video-block {
    width: 31.333333334%;
    margin: 0 1%; }
    .video-block p {
      height: 370px; } }

@media (min-width: 600px) {
  .video-block p {
    height: 310px; } }

.widget {
  margin: 0; }
  .widget select {
    max-width: 100%; }
  .widget a {
    color: white;
    font-size: 1rem; }
    .widget a:hover {
      text-decoration: underline; }
    .widget a:visited {
      color: rgba(255, 255, 255, 0.5); }
      .widget a:visited:hover {
        color: white; }

.widget_pages li {
  display: block;
  position: relative;
  width: 31.5%;
  height: 120px;
  float: left; }
  .widget_pages li::before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    content: "";
    background: url("interface/country_australia_v2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.25;
    transition: opacity .2s ease-out; }
  .widget_pages li.page-item-2::before, .widget_pages li.page-item-9815::before {
    background: url("interface/country_australia_v2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .widget_pages li.page-item-45::before, .widget_pages li.page-item-15453::before {
    background: url("interface/country_indonesia.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .widget_pages li.page-item-49::before, .widget_pages li.page-item-16689::before {
    background: url("interface/country_malaysia.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .widget_pages li.page-item-35::before, .widget_pages li.page-item-9817::before {
    background: url("interface/country_new_zealand_v2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .widget_pages li.page-item-47::before, .widget_pages li.page-item-16687::before {
    background: url("interface/country_singapore.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .widget_pages li.page-item-21::before, .widget_pages li.page-item-25119::before {
    background: url("interface/country_thailand.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .widget_pages li.page-item-233::before, .widget_pages li.page-item-27197::before {
    background: url("interface/country_laos.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

.widget_pages a {
  display: block;
  position: relative;
  top: 0;
  height: 100%;
  color: white;
  line-height: 120px;
  text-align: center;
  border-radius: 2px;
  transition: all .1s ease-out; }
  .widget_pages a:hover, .widget_pages a:active, .widget_pages a:focus {
    text-decoration: none;
    background-color: white;
    color: #414141; }
  .widget_pages a:visited {
    color: rgba(255, 255, 255, 0.5); }
    .widget_pages a:visited:hover {
      color: #414141; }

.widget_categories,
.widget_text {
  display: none; }

.tagcloud {
  padding: 0 5%; }

/* Widget video */
#text-3 a, #online,
#text-2 a #local {
  display: block;
  height: 40px;
  margin-top: 15px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  border: white 1px solid;
  transition: background-color .1s ease-in-out; }
  #text-3 a:hover, #online:hover,
  #text-2 a #local:hover {
    background-color: white;
    color: #414141; }

/* subscribe-submit */
.jetpack_subscription_widget p {
  background: none;
  padding: 0 1em 1em;
  font-size: 1rem; }

.jetpack_subscription_widget #subscribe-email input {
  width: 100%;
  padding: 3px 7px;
  background: none;
  border: rgba(255, 255, 255, 0.5) 1px solid;
  color: white; }
  .jetpack_subscription_widget #subscribe-email input:focus {
    border: white 1px solid;
    outline: 0; }
  .jetpack_subscription_widget #subscribe-email input placeholder {
    color: white;
    color: #414141; }

.jetpack_subscription_widget input[type="submit"] {
  border: rgba(255, 255, 255, 0.5) 1px solid;
  transition: background-color .1s ease-in-out; }
  .jetpack_subscription_widget input[type="submit"]:hover {
    background-color: white;
    color: #414141; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

@media (min-width: 640px) {
  .widget-area {
    overflow: auto; }
  .widget {
    width: 50%;
    float: left; } }

@media (min-width: 1280px) {
  .widget {
    width: 100%;
    float: none; }
  .widget_categories,
  .widget_text {
    display: inherit; }
  .widget_pages li {
    height: 90px; }
    .widget_pages li a {
      line-height: 90px; } }

body.rfwbs-active {
  display: none;
  padding-bottom: 0; }

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

#rfwbs_controls-wrapper {
  z-index: 50; }

.home #rfwbs_controls-wrapper {
  bottom: 5px; }

.page #rfwbs_controls-wrapper {
  bottom: 8px; }

#rfwbs_slidecaption {
  float: right;
  letter-spacing: 0.5px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  color: white;
  z-index: 600; }

#rfwbslider,
#rfwbslider li {
  transition: left 0.5s ease; }

#rfwbslider {
  transition: opacity 1s ease-out; }
  #rfwbslider.invisible {
    opacity: 0; }

.toggled-menu-on #rfwbslider {
  left: -70%; }
  .toggled-menu-on #rfwbslider li {
    left: -70%; }

@media (min-width: 880px) {
  #rfwbs_slidecaption {
    margin-right: calc((100% - 840px)/2); } }

@media (min-width: 1280px) {
  #rfwbs_slidecaption {
    margin-right: calc((100% - 1240px)/2); } }

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