/*!
Theme Name: dt_blog
Theme URI: http://underscores.me/
Author: Damien Topin
Author URI: http://www.site.damientopin.fr
Description: _underscores based theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dt_blog_theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# init
	## Mixins
	## Colors and Variables
	## Fonts
	## Structure
# Normalize
# Typography
	## Typography
	## Headings
	## Copy
# Elements
	## Elements
	## Stats
	## Stats Queries
	## Lists
	## Images
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Site-title
	## Site-Description
	## Links
	## Menus
	## Search-toggle
	## Menu-toggle
# Modules
	## Accessibility
	## Alignments
	## Clearings
# Widgets
# Layout
	## Content-Sidebar
	## Sidebar-Content
# Content
    ## Posts and pages
	## Asides
	## Comments
	## pros & cons
	## country pages
# Infinite scroll
# Media
	## Media
	## Captions
	## Galleries
	## RFWB Slider
	## WPGMZA
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# init
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* FONT FACE */
/* BORDER RADIUS */
/* BOX SHADOW */
/* OPACITY */
/* TRANSITION */
/* ROTATE */
/* KEYFRAMES */
/* ANIMATION */
/* PLACEHOLDER */
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400|Handlee|Quicksand:300);
@font-face {
  font-family: 'Icons';
  src: url("fonts/icons/icons.eot?mxdjvh");
  src: url("fonts/icons/icons.eot?mxdjvh#iefix") format("embedded-opentype"), url("fonts/icons/icons.ttf?mxdjvh") format("truetype"), url("fonts/icons/icons.woff?mxdjvh") format("woff"), url("fonts/icons/icons.svg?mxdjvh#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
.site {
  position: relative;
  right: 0;
  max-width: 1280px;
  -webkit-transition: right 0.5s ease;
  -khtml-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -ms-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease; }

.toggled-menu-on .site {
  right: 70%; }

.site-header {
  position: fixed;
  width: 100%;
  max-width: 880px;
  height: 40px;
  -webkit-transition: background-color, 0.2s, ease-out;
  -khtml-transition: background-color, 0.2s, ease-out;
  -moz-transition: background-color, 0.2s, ease-out;
  -ms-transition: background-color, 0.2s, ease-out;
  -o-transition: background-color, 0.2s, ease-out;
  transition: background-color, 0.2s, ease-out;
  z-index: 9300; }
  .site-header.front {
    z-index: 11000; }
  .site-header.normal {
    top: 20px; }
  .site-header.sticky {
    top: 0;
    background-color: #9b7d71;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); }
  .site-header.hidden {
    top: -45px; }

.site-content {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-top: 1500px;
  z-index: 80; }

.widget-area {
  padding-bottom: 20px;
  color: white;
  background-color: brown; }

.site-footer {
  width: 100%;
  height: 80px;
  max-width: 880px;
  padding: 1em;
  text-align: center; }
  .site-footer a {
    color: #9b7d71;
    font-size: 32px;
    font-size: 2rem; }
    .site-footer a:visited {
      color: #9b7d71; }
      .site-footer a:visited:hover {
        color: #c5afa5; }
    .site-footer a:before {
      content: "\e901";
      font-family: "Icons";
      line-height: 1.1em;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

@media (min-width: 600px) {
  .admin-bar #masthead {
    top: 46px; } }
@media (min-width: 783px) {
  .admin-bar #masthead {
    top: 31px; } }
@media (min-width: 880px) {
  .site-header {
    left: calc((100% - 880px)/2); }

  .site-footer {
    margin: 0 auto;
    text-align: right;
    height: 66px; }
    .site-footer a {
      font-size: 22.4px;
      font-size: 1.4rem; } }
@media (min-width: 1280px) {
  .site {
    margin: 0 auto; }

  .site-header {
    max-width: 1280px;
    left: calc((100% - 1280px)/2); }

  .page-content {
    width: 900px; }

  .site-footer {
    max-width: 1280px; } }
/*--------------------------------------------------------------
# fullscreen clickable area
--------------------------------------------------------------*/
.fullscreen-clickable-area {
  position: fixed;
  top: -100%;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 26, 24, 0.15);
  z-index: 9400;
  -webkit-transition: background-color 0.5s ease, right 0.5s ease;
  -khtml-transition: background-color 0.5s ease, right 0.5s ease;
  -moz-transition: background-color 0.5s ease, right 0.5s ease;
  -ms-transition: background-color 0.5s ease, right 0.5s ease;
  -o-transition: background-color 0.5s ease, right 0.5s ease;
  transition: background-color 0.5s ease, right 0.5s ease; }
  .fullscreen-clickable-area:hover {
    cursor: url(interface/icon_close.png), auto; }

.toggled-search-on .fullscreen-clickable-area,
.toggled-menu-on .fullscreen-clickable-area {
  top: 0;
  background-color: rgba(32, 26, 24, 0.75); }

.toggled-menu-on .fullscreen-clickable-area {
  right: 70%;
  z-index: 9700; }

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

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  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; }

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

/*--------------------------------------------------------------
# Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 1em .45em .7em;
  background-color: #201A18; }

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

.widget-area h1, .widget-area h2, .widget-area h3, .widget-area h4, .widget-area h5, .widget-area h6,
.box_table h1,
.box_table h2,
.box_table h3,
.box_table h4,
.box_table h5,
.box_table h6 {
  background: none; }

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

.comments-title {
  background: none; }

.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;
  background-color: brown; }

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

h5 {
  font-size: 16.8px;
  font-size: 1.05rem; }

h6 {
  font-size: 14.4px;
  font-size: 0.9rem; }

.entry-title {
  margin: 0 0 1px 0;
  padding: 0;
  border-left: 10px brown solid;
  line-height: 40px;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-size: 28px;
  background: none;
  -webkit-transition: border-left-color 0.1s ease-in-out;
  -khtml-transition: border-left-color 0.1s ease-in-out;
  -moz-transition: border-left-color 0.1s ease-in-out;
  -ms-transition: border-left-color 0.1s ease-in-out;
  -o-transition: border-left-color 0.1s ease-in-out;
  transition: border-left-color 0.1s ease-in-out;
  /* Firefox only. 1+ */ }
  .entry-title.hover {
    border-left-color: #c5afa5; }
  .entry-title a, .entry-title span {
    color: white;
    padding: 4px 10px 4px 0;
    text-transform: uppercase;
    background-size: 500px auto;
    background-color: brown;
    white-space: pre-wrap;
    -webkit-transition: background-color 0.1s ease-in-out;
    -khtml-transition: background-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;
    -ms-transition: background-color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out; }
  .entry-title a:hover {
    color: #201A18;
    background-color: #c5afa5; }
  .entry-title a:visited {
    color: #201A18; }
  .entry-title #veinticuatro, .entry-title a:-moz-any-link {
    padding-bottom: 3px; }

.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: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  padding-top: 1.5em; }

@media (min-width: 1280px) {
  .error-404 h3 {
    max-width: 1280px; }

  .widget-title {
    padding-top: 3em; }

  .widget_text .widget-title {
    padding-top: 1em; } }
/*--------------------------------------------------------------
# Copy
--------------------------------------------------------------*/
p {
  margin: 0;
  padding: 1em 1.5em 2.3em;
  line-height: 1.8em;
  background-color: #201A18; }

#transport + p {
  background: none;
  padding: .3em; }

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

blockquote {
  margin: 0;
  font-style: italic;
  font-weight: lighter;
  text-indent: 50px; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

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

big {
  font-size: 125%; }

#note {
  display: none; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #352C28 url(interface/bg_map.gif);
  background-position: 20% 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-font-smoothing: subpixel-antialiased; }

blockquote, q {
  background-color: #201A18;
  overflow: auto;
  padding-bottom: 30px; }
  blockquote:before, blockquote:after, q:before, q:after {
    position: relative;
    color: brown;
    font-family: "Icons";
    font-size: 2em;
    line-height: 0; }
  blockquote:before, q:before {
    content: "\e977";
    top: 50px;
    left: -23px; }
  blockquote:after, q:after {
    content: "\e978";
    top: -20px;
    right: 40px;
    float: right; }

hr {
  border: 0;
  height: 200px;
  background-color: #201A18;
  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: #201A18; }

/*--------------------------------------------------------------
# Stats distances
--------------------------------------------------------------*/
#total-distance {
  display: table;
  width: 100%;
  height: 100px;
  border-top: 1px solid #201A18;
  border-bottom: 1px solid #201A18;
  color: ivory; }

#plus {
  display: none; }

.picto {
  display: table-row;
  height: 130px;
  overflow: hidden;
  text-indent: -5000px;
  border-right: 1px solid #201A18;
  background: #9b7d71 url(interface/transport_bike_trailer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%; }

.distance {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  font-family: "Handlee", cursive;
  text-transform: uppercase;
  background: url(interface/texture_square_scratch_light.png);
  background-size: 100px auto;
  background-color: brown;
  text-align: center;
  height: auto;
  font-size: 50px;
  line-height: 80px;
  padding-top: 12px;
  border-top: 1px solid #201A18; }
  .distance em {
    display: none;
    font-size: 13px;
    font-weight: lighter; }

#transport {
  margin: 0 !important;
  padding: 0 !important;
  overflow: auto;
  background-color: #7d5f53; }
  #transport li {
    width: 33.333334%;
    height: 145px;
    display: inline-block;
    float: left;
    list-style: none;
    border-left: 1px solid #201A18;
    border-bottom: 1px solid #201A18;
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
    color: #201A18;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 85%; }
    #transport li:hover {
      -webkit-transition: background-color, 0.15s, ease-out;
      -khtml-transition: background-color, 0.15s, ease-out;
      -moz-transition: background-color, 0.15s, ease-out;
      -ms-transition: background-color, 0.15s, ease-out;
      -o-transition: background-color, 0.15s, ease-out;
      transition: background-color, 0.15s, ease-out; }
    #transport li em {
      display: none; }
    #transport li.bike {
      background-image: url(interface/transport_bike.png);
      border-left: none; }
    #transport li.car {
      background-image: url(interface/transport_car.png); }
      #transport li.car:hover {
        background-color: #638fba; }
    #transport li.bus {
      background-image: url(interface/transport_bus.png); }
      #transport li.bus:hover {
        background-color: #63bf54; }
    #transport li.train {
      background-image: url(interface/transport_train.png);
      border-left: none; }
      #transport li.train:hover {
        background-color: #ccb430; }
    #transport li.boat {
      background-image: url(interface/transport_boat.png); }
      #transport li.boat:hover {
        background-color: #cc8d30; }
    #transport li.plane {
      background-image: url(interface/transport_plane.png); }
      #transport li.plane:hover {
        background-color: #cc3530; }

/*--------------------------------------------------------------
# Stats Queries
--------------------------------------------------------------*/
@media (min-width: 440px) {
  #total-distance {
    height: 70px; }

  .picto {
    width: 40%;
    height: 70px;
    background-size: 80%;
    display: table-cell; }

  .distance {
    border-top: none;
    font-size: 45px;
    padding-left: 0; }

  #transport li {
    background-size: 70%; } }
@media (min-width: 530px) {
  #transport li {
    width: 16.666666667%;
    background-size: 100%; }
    #transport li.train {
      border-left: 1px solid #201A18; }

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

  #gear li {
    width: 33.333334%; }
    #gear li:nth-child(odd) {
      border-left: 1px solid #201A18; }
    #gear li:nth-child(3n+1) {
      border-left: none; }

  #country li {
    width: 50%; }
    #country li:nth-child(even) {
      border-left: 1px solid #201A18; } }
@media (min-width: 620px) {
  .picto {
    width: 30%; }

  .col-city {
    display: table-cell; } }
@media (min-width: 740px) {
  #transport li {
    background-size: 80%; }

  #country li {
    width: 33.33333%;
    border-left: 1px solid #201A18; }
    #country li:nth-child(3n+1) {
      border-left: none; }

  .box_table {
    display: table;
    margin-bottom: 1px; }

  .box_cell {
    display: table-cell;
    width: 50%; }
    .box_cell:first-child {
      border-right: 1px solid #201A18; } }
@media (min-width: 880px) {
  #transport {
    border-bottom: 1px solid #201A18; }
    #transport li {
      border-bottom: 0; } }
#visited-countries {
  display: table;
  width: 100%;
  height: 100px;
  margin: 1px 0;
  color: ivory; }
  #visited-countries h2 {
    display: table-cell;
    padding: 0;
    font-size: 22.4px;
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    background-color: #9b7d71; }
    #visited-countries h2.country-title {
      border-right: 1px solid #201A18; }
    #visited-countries h2.country-number {
      padding: 0 1em;
      background-color: brown; }

#list-countries {
  margin: 0 0 10px;
  padding: 0;
  overflow: auto;
  background: none; }
  #list-countries li {
    display: inline-block;
    width: 100%;
    height: 80px;
    color: #201A18;
    text-align: left;
    float: left;
    list-style: none;
    border-bottom: 1px solid #201A18; }
    #list-countries li.canada a {
      background-image: url(interface/country_canada.png); }
    #list-countries li.japan a {
      background-image: url(interface/country_japan.png); }
    #list-countries li.korea a {
      background-image: url(interface/country_korea.png); }
    #list-countries li.mongolia a {
      background-image: url(interface/country_mongolia.png); }
    #list-countries li.taiwan a {
      background-image: url(interface/country_taiwan.png); }
    #list-countries li.china a {
      background-image: url(interface/country_china.png); }
    #list-countries li.vietnam a {
      background-image: url(interface/country_vietnam.png); }
    #list-countries li.cambodia a {
      background-image: url(interface/country_cambodia.png); }
    #list-countries li.laos a {
      background-image: url(interface/country_laos.png); }
    #list-countries li.thailand a {
      background-image: url(interface/country_thailand.png); }
    #list-countries li.malaysia a {
      background-image: url(interface/country_malaysia.png); }
    #list-countries li.singapore a {
      background-image: url(interface/country_singapore.png); }
    #list-countries li.indonesia a {
      background-image: url(interface/country_indonesia.png); }
    #list-countries li.australia a {
      background-image: url(interface/country_australia_v2.png); }
    #list-countries li.new-zealand a {
      background-image: url(interface/country_new_zealand_v2.png); }
    #list-countries li a {
      display: block;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0 0 0 3%;
      color: #201A18;
      font-size: 20px;
      font-weight: 300;
      line-height: 80px;
      text-decoration: none;
      background-size: contain;
      background-color: #7d5f53;
      background-position: bottom right 3%;
      background-repeat: no-repeat;
      -webkit-transition: all 0.1s ease-out;
      -khtml-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      -ms-transition: all 0.1s ease-out;
      -o-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
      #list-countries li a em {
        display: none; }
      #list-countries li a:hover {
        padding-left: 5%;
        background-color: #9b7d71;
        background-position: bottom right 5%;
        color: #201A18; }

@media (min-width: 530px) {
  #list-countries li {
    width: 50%; }
    #list-countries li:nth-child(even) {
      border-left: 1px solid #201A18; } }
@media (min-width: 740px) {
  #list-countries li {
    width: 33.33333%;
    border-left: 1px solid #201A18; }
    #list-countries li:nth-child(3n+1) {
      border-left: none; } }
/*--------------------------------------------------------------
# Gear
--------------------------------------------------------------*/
#gear {
  margin: 0 !important;
  padding: 0 !important;
  overflow: auto;
  background-color: #201A18; }
  #gear li {
    width: 50%;
    height: 80px;
    display: inline-block;
    float: left;
    list-style: none;
    border-left: 1px solid #201A18;
    border-bottom: 1px solid #201A18;
    text-align: left;
    padding: 4px 0 0 7px;
    color: #9b7d71;
    font-weight: lighter;
    font-size: 14.4px;
    font-size: 0.9rem; }
    #gear li:nth-child(odd) {
      border-left: none; }
    #gear li em {
      display: none; }
    #gear li.belt {
      background-image: url(interface/gear_square_belt.gif); }
    #gear li.rear-sprocket {
      background-image: url(interface/gear_square_sprocket_rear.gif); }
    #gear li.front-sprocket {
      background-image: url(interface/gear_square_sprocket_front.gif); }
    #gear li.bottom-bracket {
      background-image: url(interface/gear_square_bottom_bracket.gif); }
    #gear li.free-hub {
      background-image: url(interface/gear_square_free_hub.gif); }
    #gear li.road-tire {
      background-image: url(interface/gear_square_tire_road.gif); }
    #gear li.mtb-tire {
      background-image: url(interface/gear_square_tire_mtb.gif); }
    #gear li.trailer-tire {
      background-image: url(interface/gear_square_tire_trailer.gif); }
    #gear li.puncture {
      background-image: url(interface/gear_square_puncture.gif); }
    #gear li.flag {
      background-image: url(interface/gear_square_flag.gif); }
    #gear li.brake-pads {
      background-image: url(interface/gear_square_brake_pad.gif); }
    #gear li.spoke {
      background-image: url(interface/gear_square_spoke.gif); }
    #gear li.chain {
      background-image: url(interface/gear_square_chain.gif); }
    #gear li.chainring {
      background-image: url(interface/gear_square_chainring.gif); }
    #gear li.cassette {
      background-image: url(interface/gear_square_cassette.gif); }

ul#gear li {
  background-size: contain;
  background-color: #342c29;
  background-position: bottom right;
  background-repeat: no-repeat; }

@media (min-width: 530px) {
  ul#gear li {
    width: 33.333334%; }
    ul#gear li:nth-child(odd) {
      border-left: 1px solid #201A18; }
    ul#gear li:nth-child(3n+1) {
      border-left: none; } }
@media (min-width: 740px) {
  ul#gear li {
    width: 25%; }
    ul#gear li:nth-child(3n+1) {
      border-left: 1px solid #201A18; }
    ul#gear li:nth-child(4n+1) {
      border-left: none; } }
@media (min-width: 900px) {
  ul#gear li {
    width: 20%; }
    ul#gear li:nth-child(4n+1) {
      border-left: 1px solid #201A18; }
    ul#gear li:nth-child(5n+1) {
      border-left: none; } }
/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0;
  padding: 0; }

.entry-content ul, .entry-content ol {
  background-color: #201A18;
  padding: 1em 3.2em 1.5em; }
.entry-content p + ul,
.entry-content p + ol {
  padding-top: 0; }

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.5em 1.5em; }

.entry-meta {
  list-style: none;
  font-weight: 400;
  margin: 0 0 9px;
  padding: 0 0 0 2%; }

.widget-area ul {
  list-style: none;
  font-size: 16.8px;
  font-size: 1.05rem;
  padding: 0 0 0 5%; }
.widget-area li {
  line-height: 2em; }

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
img {
  display: block;
  width: 100%;
  max-width: 100%;
  /* Adhere to container width. */
  height: auto;
  /* Make sure images are scaled correctly. */
  background-color: #201A18; }

#wpstats {
  display: none; }

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

@media (min-width: 768px) {
  .cyclist-block {
    display: table;
    background: #201A18; }
    .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; } }
/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
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: 12px;
  font-size: 0.75rem;
  line-height: 3em;
  text-align: left;
  background-color: brown; }
  #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.5em;
    padding: .75em 0 .5em; }
#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; } }
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: .7em 1em .6em;
  color: white;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1;
  border: none;
  background-color: brown;
  -webkit-transition: background-color 0.15s ease-out;
  -khtml-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: #c5afa5; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    background-color: #b09084; }

.more-link {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: -40px;
  overflow: hidden; }
  .more-link:before {
    margin: 6px 100px 0 15px;
    color: white;
    font-family: "Icons";
    font-size: 22px;
    line-height: 40px;
    content: "\e907";
    -webkit-transition: margin-left 0.15s ease-out;
    -khtml-transition: margin-left 0.15s ease-out;
    -moz-transition: margin-left 0.15s ease-out;
    -ms-transition: margin-left 0.15s ease-out;
    -o-transition: margin-left 0.15s ease-out;
    transition: margin-left 0.15s ease-out; }
  .more-link:hover:before {
    color: #201A18;
    margin-left: 18px; }

.entry-content .more-link {
  text-decoration: 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;
  -webkit-border-radius: 45px;
  -khtml-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  -webkit-box-shadow: 0 2px 6px rgba(32, 26, 24, 0.8);
  -khtml-box-shadow: 0 2px 6px rgba(32, 26, 24, 0.8);
  -moz-box-shadow: 0 2px 6px rgba(32, 26, 24, 0.8);
  -ms-box-shadow: 0 2px 6px rgba(32, 26, 24, 0.8);
  -o-box-shadow: 0 2px 6px rgba(32, 26, 24, 0.8);
  box-shadow: 0 2px 6px rgba(32, 26, 24, 0.8);
  background-image: url(interface/texture_square_scratch_light.png);
  background-size: 100px auto;
  background-color: brown;
  -webkit-transition: all 0.15s ease-in-out;
  -khtml-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .page .button:hover,
  footer .button:hover {
    background-color: #c5afa5;
    color: #201A18;
    background-image: url(interface/texture_square_scratch_dark.png); }

.post-edit-link {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #9b7d71;
  overflow: hidden;
  -webkit-transition: background-color 0.1s ease-out;
  -khtml-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  -ms-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out; }
  .post-edit-link:hover {
    background-color: #c5afa5; }
  .post-edit-link:before {
    position: relative;
    top: -15px;
    left: 11px;
    color: white;
    font-family: "Icons";
    font-size: 50px;
    line-height: 40px;
    content: "\e90f";
    -webkit-transition: color 0.1s ease-out;
    -khtml-transition: color 0.1s ease-out;
    -moz-transition: color 0.1s ease-out;
    -ms-transition: color 0.1s ease-out;
    -o-transition: color 0.1s ease-out;
    transition: color 0.1s ease-out; }
  .post-edit-link:hover:before {
    color: #201A18; }

.clickmap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 400px;
  text-align: center;
  padding-top: 183px;
  background-color: rgba(32, 26, 24, 0.75); }
  .clickmap:hover {
    cursor: pointer; }
    .clickmap:hover button {
      background: ivory;
      color: #201A18; }
  .clickmap button {
    background: none;
    border: 1px rgba(255, 255, 255, 0.75) solid; }
    .clickmap button:hover {
      background: ivory;
      color: #201A18; }

#top {
  position: fixed;
  bottom: -90px;
  left: calc( (100% - 80px) / 2 );
  width: 80px;
  height: 80px;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  z-index: 20000;
  overflow: hidden;
  outline: 0;
  background-size: 100px auto;
  background-color: #9b7d71;
  -webkit-box-shadow: 0 2px 6px rgba(32, 26, 24, 0.8);
  -khtml-box-shadow: 0 2px 6px rgba(32, 26, 24, 0.8);
  -moz-box-shadow: 0 2px 6px rgba(32, 26, 24, 0.8);
  -ms-box-shadow: 0 2px 6px rgba(32, 26, 24, 0.8);
  -o-box-shadow: 0 2px 6px rgba(32, 26, 24, 0.8);
  box-shadow: 0 2px 6px rgba(32, 26, 24, 0.8);
  -webkit-transition: all 0.15s ease-in-out;
  -khtml-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.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";
    -webkit-transition: top 0.15s ease-out;
    -khtml-transition: top 0.15s ease-out;
    -moz-transition: top 0.15s ease-out;
    -ms-transition: top 0.15s ease-out;
    -o-transition: top 0.15s ease-out;
    transition: top 0.15s ease-out; }
  #top:hover {
    bottom: -25px;
    background-color: #c5afa5; }
    #top:hover:before {
      color: #201A18;
      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; } }
/*--------------------------------------------------------------
## Fields
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: white;
  border: 1px solid white; }
  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; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site title
--------------------------------------------------------------*/
.site-title {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  padding: 0 0 0 1px;
  margin: 8px 30px 0 3.5%;
  color: white;
  -webkit-transition: color, 0.1s, ease-out;
  -khtml-transition: color, 0.1s, ease-out;
  -moz-transition: color, 0.1s, ease-out;
  -ms-transition: color, 0.1s, ease-out;
  -o-transition: color, 0.1s, ease-out;
  transition: color, 0.1s, ease-out;
  outline: 0;
  overflow: hidden;
  z-index: 23;
  float: left;
  background: none; }
  .site-title a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -500px;
    color: transparent;
    border: 5px solid white;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: color, 0.15s, ease-out;
    -khtml-transition: color, 0.15s, ease-out;
    -moz-transition: color, 0.15s, ease-out;
    -ms-transition: color, 0.15s, ease-out;
    -o-transition: color, 0.15s, ease-out;
    transition: color, 0.15s, ease-out; }
    .site-title a:focus {
      outline: 0; }
    .site-title a:visited {
      color: white; }
    .site-title a:hover {
      border-width: 9px; }
  .site-title:hover {
    text-decoration: none;
    color: brown; }

.sticky .site-title a:hover {
  border-color: #201A18; }

@media (min-width: 768px) {
  .site-title {
    margin-left: 2.5%; } }
/*--------------------------------------------------------------
## Site Description
--------------------------------------------------------------*/
.site-description {
  position: fixed;
  top: -5000px;
  left: 25%;
  display: block;
  width: 50%;
  max-width: 300px;
  margin: 0;
  padding: 0;
  opacity: 0;
  color: ivory;
  font-family: 'Handlee', cursive;
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 44px;
  text-align: center;
  background: none;
  -webkit-transition: color 0.1s ease-out, left 0.5s ease, opacity 0.2s ease-out;
  -khtml-transition: color 0.1s ease-out, left 0.5s ease, opacity 0.2s ease-out;
  -moz-transition: color 0.1s ease-out, left 0.5s ease, opacity 0.2s ease-out;
  -ms-transition: color 0.1s ease-out, left 0.5s ease, opacity 0.2s ease-out;
  -o-transition: color 0.1s ease-out, left 0.5s ease, opacity 0.2s ease-out;
  transition: color 0.1s ease-out, left 0.5s ease, opacity 0.2s ease-out;
  z-index: 9500; }
  .site-description.visible {
    opacity: 1;
    top: calc((100% - 125px) / 2); }
  .site-description.invisible {
    opacity: 0;
    top: -5000px;
    -webkit-transition: top 0s 0.2s;
    -khtml-transition: top 0s 0.2s;
    -moz-transition: top 0s 0.2s;
    -ms-transition: top 0s 0.2s;
    -o-transition: top 0s 0.2s;
    transition: top 0s 0.2s; }
  .site-description:before, .site-description:after {
    display: block;
    width: 100%;
    height: 40px;
    content: "";
    margin: 0 auto;
    background: url(interface/title_wheel.png);
    background-size: 120px auto;
    background-repeat: no-repeat; }
  .site-description:before {
    margin-bottom: 1px;
    border-bottom: 1px solid ivory;
    background-position: center top; }
  .site-description:after {
    border-top: 1px solid ivory;
    background-position: center bottom; }

.toggled-search-on .site-description {
  max-width: 400px;
  color: transparent;
  -webkit-animation: slideLeft 0.2s 0s ease-out forwards;
  -khtml-animation: slideLeft 0.2s 0s ease-out forwards;
  -moz-animation: slideLeft 0.2s 0s ease-out forwards;
  -ms-animation: slideLeft 0.2s 0s ease-out forwards;
  -o-animation: slideLeft 0.2s 0s ease-out forwards;
  animation: slideLeft 0.2s 0s ease-out forwards; }
@-webkit-keyframes slideLeft {
  0% {
    left: 25%;
    width: 50%; }
  100% {
    left: 5%;
    width: 90%; } }
@-moz-keyframes slideLeft {
  0% {
    left: 25%;
    width: 50%; }
  100% {
    left: 5%;
    width: 90%; } }
@-ms-keyframes slideLeft {
  0% {
    left: 25%;
    width: 50%; }
  100% {
    left: 5%;
    width: 90%; } }
@-o-keyframes slideLeft {
  0% {
    left: 25%;
    width: 50%; }
  100% {
    left: 5%;
    width: 90%; } }
@keyframes slideLeft {
  0% {
    left: 25%;
    width: 50%; }
  100% {
    left: 5%;
    width: 90%; } }
.toggled-menu-on .site-description {
  left: -70%; }

.single .site-description,
.archive .site-description,
.search .site-description,
.page-template-page-videos .site-description,
.page-template-page-cyclists .site-description {
  display: none; }

.page-id-8310 .site-description p {
  background: none; }

@media (min-width: 450px) {
  .toggled-search-on .site-description {
    max-width: 400px; }
  @-webkit-keyframes slideLeft {
    0% {
      left: calc( (100% - 300px ) / 2);
      width: 300px; }
    100% {
      left: calc( (100% - 400px) / 2);
      width: 400px; } }
  @-moz-keyframes slideLeft {
    0% {
      left: calc( (100% - 300px ) / 2);
      width: 300px; }
    100% {
      left: calc( (100% - 400px) / 2);
      width: 400px; } }
  @-ms-keyframes slideLeft {
    0% {
      left: calc( (100% - 300px ) / 2);
      width: 300px; }
    100% {
      left: calc( (100% - 400px) / 2);
      width: 400px; } }
  @-o-keyframes slideLeft {
    0% {
      left: calc( (100% - 300px ) / 2);
      width: 300px; }
    100% {
      left: calc( (100% - 400px) / 2);
      width: 400px; } }
  @keyframes slideLeft {
    0% {
      left: calc( (100% - 300px ) / 2);
      width: 300px; }
    100% {
      left: calc( (100% - 400px) / 2);
      width: 400px; } } }
@media (min-width: 600px) {
  .site-description {
    left: calc((100% - 300px) / 2); } }
@media (min-width: 1000px) {
  .site-description {
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 50px; }
    .site-description:before, .site-description:after {
      height: 50px;
      background-size: 150px auto; } }
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #b93e3e; }
  a:visited {
    color: #7e5e52; }
  a:hover, a:focus, a:active {
    color: #c5afa5; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.entry-content p a,
.textwidget a {
  text-decoration: underline; }
  .entry-content p a[target="_blank"]:after,
  .textwidget a[target="_blank"]:after {
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0 .25em;
    font-family: "Icons";
    font-size: 16px;
    font-size: 1rem;
    content: "\ea7e"; }

.entry-meta a,
.comments-link a {
  color: #9b7d71;
  font-size: 15.36px;
  font-size: 0.96rem; }
  .entry-meta a:visited,
  .comments-link a:visited {
    color: #9b7d71; }
  .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: #c5afa5;
    text-decoration: underline; }

.entry-meta li.posted-on, .entry-meta li.cat-links {
  margin-bottom: 7px; }
.entry-meta li.tags-links {
  margin-bottom: 16px; }
.entry-meta li:before {
  font-family: "Icons";
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-right: .75em; }
.entry-meta .posted-on:before {
  content: "\e953"; }
.entry-meta .cat-links:before {
  content: "\e930";
  content: "\e92f"; }
.entry-meta .tags-links:before {
  content: "\e936";
  content: "\e935"; }
.entry-meta .tags-links a,
.entry-meta .tags-links:before {
  color: brown; }

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

@media (min-width: 600px) {
  .cat-links {
    max-width: 66%; } }
@media (min-width: 820px) {
  .entry-meta li.posted-on, .entry-meta li.cat-links {
    margin-bottom: 0; }
  .entry-meta li.tags-links {
    margin-bottom: 0; } }
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  position: absolute;
  top: 0;
  clear: both;
  display: block;
  width: 100%;
  z-index: 22; }
  .main-navigation button {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: right;
    margin: 0 2% 0 0;
    background-color: transparent; }
    .main-navigation button:hover {
      color: #201A18; }
    .main-navigation button:focus {
      color: #201A18; }
    .main-navigation button.inactive {
      color: #201A18; }
      .main-navigation button.inactive:before {
        color: #201A18; }
    .main-navigation button:visited {
      color: white; }
    .main-navigation button:before {
      margin-right: 100px;
      font-family: "Icons";
      -webkit-transition: color, 0.1s, ease-out;
      -khtml-transition: color, 0.1s, ease-out;
      -moz-transition: color, 0.1s, ease-out;
      -ms-transition: color, 0.1s, ease-out;
      -o-transition: color, 0.1s, ease-out;
      transition: color, 0.1s, ease-out;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .main-navigation .menu-main-menu-container {
    position: fixed;
    top: 0px;
    right: -70%;
    width: 70%;
    height: 100%;
    padding: 60px 0 15px 3%;
    background-color: #9b7d71;
    overflow: scroll;
    background-color: brown;
    background-image: url(interface/menu_shadow_repeat.png);
    background-repeat: repeat-y;
    background-position: left;
    z-index: 700;
    -webkit-transition: right 0.5s ease;
    -khtml-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -ms-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease; }
    .main-navigation .menu-main-menu-container > ul > li a {
      color: white;
      line-height: 3em;
      outline: 0;
      -webkit-transition: background-color 0.1s ease-out, padding-left 0.1s ease-out;
      -khtml-transition: background-color 0.1s ease-out, padding-left 0.1s ease-out;
      -moz-transition: background-color 0.1s ease-out, padding-left 0.1s ease-out;
      -ms-transition: background-color 0.1s ease-out, padding-left 0.1s ease-out;
      -o-transition: background-color 0.1s ease-out, padding-left 0.1s ease-out;
      transition: background-color 0.1s ease-out, padding-left 0.1s ease-out; }
      .main-navigation .menu-main-menu-container > ul > li a:hover, .main-navigation .menu-main-menu-container > ul > li a:active, .main-navigation .menu-main-menu-container > ul > li a:focus {
        padding-left: 12px;
        color: #201A18;
        background-color: white; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 10px; }
    .main-navigation ul ul {
      z-index: 99999; }
      .main-navigation ul ul ul {
        display: none; }
    .main-navigation ul .menu-item-type-custom {
      display: none; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.toggled-menu-on .menu-main-menu-container {
  right: 0; }

@media screen and (min-width: 820px) {
  .menu-burger {
    display: none; }

  .main-navigation .menu-main-menu-container {
    position: relative;
    right: inherit;
    width: 70%;
    margin-left: 20px;
    padding: 0;
    background: none !important;
    float: left;
    overflow: visible;
    font-size: 16px;
    font-size: 1rem; }
    .main-navigation .menu-main-menu-container > ul > li {
      margin-right: 26px; }
      .main-navigation .menu-main-menu-container > ul > li a {
        line-height: 40px;
        padding: 0 10px; }
      .main-navigation .menu-main-menu-container > ul > li a:hover, .main-navigation .menu-main-menu-container > ul > li.hover a {
        background-color: brown;
        padding-left: 10px;
        color: white; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0px;
    opacity: .9; }
    .main-navigation ul ul {
      display: block;
      float: left;
      position: absolute;
      top: 40px;
      left: -999em;
      opacity: .1;
      -webkit-transition: opacity 0.1s ease-out;
      -khtml-transition: opacity 0.1s ease-out;
      -moz-transition: opacity 0.1s ease-out;
      -ms-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out;
      background-color: brown;
      z-index: 99999; }
      .main-navigation ul ul ul {
        display: block;
        left: -999em;
        top: 0; }
      .main-navigation ul ul a {
        width: 200px;
        padding-left: 10px; }
        .main-navigation ul ul a:hover {
          color: #201A18 !important;
          padding-left: 20px !important;
          background-color: white !important; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%;
        margin: 0; }
    .main-navigation ul .menu-item-type-custom {
      display: inherit; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto;
      opacity: 1; }
  .main-navigation li {
    float: left; }

  .sticky .main-navigation .menu-main-menu-container > ul > li a:hover, .sticky .main-navigation .menu-main-menu-container > ul > li.hover a {
    background-color: #b19b91; }
  .sticky .main-navigation ul {
    opacity: 1; }
    .sticky .main-navigation ul ul {
      background: #b19b91;
      -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
      -khtml-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2); }
      .sticky .main-navigation ul ul a:hover {
        color: #201A18 !important; } }
/*--------------------------------------------------------------
## search
--------------------------------------------------------------*/
/* search icon */
.main-navigation .search-toggle {
  padding: 3px 0 0 9px; }
  .main-navigation .search-toggle:before {
    font-size: 22px;
    content: "\e90e"; }
  .main-navigation .search-toggle:hover {
    color: brown; }

.sticky .main-navigation .search-toggle:hover {
  color: #201A18; }

/* the whole block */
.search-form {
  display: none;
  position: fixed;
  top: calc((100% - 46px) / 2);
  left: 25%;
  width: 50%;
  height: 46px;
  padding-top: 8px;
  max-width: 400px;
  -webkit-transition: background-color 0.2s ease-out;
  -khtml-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  z-index: 9600; }
  .search-form ::-webkit-input-placeholder {
    color: ivory; }
  .search-form :-moz-placeholder {
    color: ivory; }
  .search-form ::-moz-placeholder {
    color: ivory; }
  .search-form :-ms-input-placeholder {
    color: ivory; }
  .search-form.opaque {
    background-color: ivory;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5); }
    .search-form.opaque ::-webkit-input-placeholder {
      color: #201A18; }
    .search-form.opaque :-moz-placeholder {
      color: #201A18; }
    .search-form.opaque ::-moz-placeholder {
      color: #201A18; }
    .search-form.opaque :-ms-input-placeholder {
      color: #201A18; }

.toggled-search-on .search-form {
  display: block; }

input[type="search"] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  color: ivory;
  font-family: 'Handlee', cursive;
  font-size: 17.6px;
  font-size: 1.1rem;
  padding: 3px 7px 0;
  box-sizing: inherit; }
  input[type="search"]:focus {
    color: ivory;
    outline: none;
    background-color: transparent; }

.opaque input[type="search"] {
  color: #201A18; }

.search-form {
  -webkit-animation: search-anime 0.2s 0s ease-out forwards;
  -khtml-animation: search-anime 0.2s 0s ease-out forwards;
  -moz-animation: search-anime 0.2s 0s ease-out forwards;
  -ms-animation: search-anime 0.2s 0s ease-out forwards;
  -o-animation: search-anime 0.2s 0s ease-out forwards;
  animation: search-anime 0.2s 0s ease-out forwards; }
@-webkit-keyframes search-anime {
  0% {
    left: 25%;
    width: 50%; }
  100% {
    left: 5%;
    width: 90%; } }
@-moz-keyframes search-anime {
  0% {
    left: 25%;
    width: 50%; }
  100% {
    left: 5%;
    width: 90%; } }
@-ms-keyframes search-anime {
  0% {
    left: 25%;
    width: 50%; }
  100% {
    left: 5%;
    width: 90%; } }
@-o-keyframes search-anime {
  0% {
    left: 25%;
    width: 50%; }
  100% {
    left: 5%;
    width: 90%; } }
@keyframes search-anime {
  0% {
    left: 25%;
    width: 50%; }
  100% {
    left: 5%;
    width: 90%; } }
.search-submit {
  display: none; }

@media (min-width: 450px) {
  @-webkit-keyframes search-anime {
    0% {
      left: calc((100% - 300px)/2);
      width: 300px; }
    100% {
      left: calc((100% - 400px)/2);
      width: 400px; } }
  @-moz-keyframes search-anime {
    0% {
      left: calc((100% - 300px)/2);
      width: 300px; }
    100% {
      left: calc((100% - 400px)/2);
      width: 400px; } }
  @-ms-keyframes search-anime {
    0% {
      left: calc((100% - 300px)/2);
      width: 300px; }
    100% {
      left: calc((100% - 400px)/2);
      width: 400px; } }
  @-o-keyframes search-anime {
    0% {
      left: calc((100% - 300px)/2);
      width: 300px; }
    100% {
      left: calc((100% - 400px)/2);
      width: 400px; } }
  @keyframes search-anime {
    0% {
      left: calc((100% - 300px)/2);
      width: 300px; }
    100% {
      left: calc((100% - 400px)/2);
      width: 400px; } } }
@media (min-width: 1000px) {
  .search-form {
    height: 52px;
    margin-top: 10px;
    padding-top: 11px; }

  input[type="search"] {
    padding-top: 0;
    font-size: 19.2px;
    font-size: 1.2rem; } }
/*--------------------------------------------------------------
## Menu toggle
--------------------------------------------------------------*/
.main-navigation .menu-burger {
  padding: 1px 0 0 11px;
  color: white;
  white-space: nowrap;
  -webkit-transition: color, 0.1s, ease-out;
  -khtml-transition: color, 0.1s, ease-out;
  -moz-transition: color, 0.1s, ease-out;
  -ms-transition: color, 0.1s, ease-out;
  -o-transition: color, 0.1s, ease-out;
  transition: color, 0.1s, ease-out; }
  .main-navigation .menu-burger:before {
    font-size: 16px;
    content: "\e90b"; }
  .main-navigation .menu-burger:hover {
    color: brown; }
  .main-navigation .menu-burger:active {
    color: #201A18; }

.sticky .main-navigation .menu-burger:hover {
  color: #201A18; }

.menu-close {
  position: fixed;
  right: -70%;
  display: block;
  overflow: hidden;
  -webkit-transition: right 0.5s ease;
  -khtml-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -ms-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
  z-index: 9820; }
  .menu-close:before {
    font-family: "Icons";
    font-size: 22px;
    content: "\e90a"; }

.toggled-menu-on .menu-close {
  right: 2%; }

@media screen and (min-width: 820px) {
  .menu-close {
    display: none; } }
/*--------------------------------------------------------------
## Post paging navigation
--------------------------------------------------------------*/
/* Common */
.comment-navigation a,
.posts-navigation a,
.post-navigation a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100px auto;
  color: white;
  font-family: 'Handlee', cursive;
  background-image: url(interface/texture_square_scratch_dark.png);
  -webkit-transition: background-color 0.15s ease-out;
  -khtml-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out; }
  .comment-navigation a:hover,
  .posts-navigation a:hover,
  .post-navigation a:hover {
    color: #201A18;
    background-color: #c5afa5;
    background-image: url(interface/texture_square_scratch_light.png); }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 2.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  background-color: #9b7d71;
  line-height: 1.1em;
  -webkit-border-radius: 80px;
  -khtml-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  margin-left: 5%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  margin-right: 5%; }

/* navigation between post pages (ie: home page) */
.posts-navigation a {
  padding-top: 22px; }
.posts-navigation .nav-previous,
.posts-navigation .nav-next {
  width: 80px;
  height: 80px;
  text-align: center; }

/* navigation between posts */
.post-navigation a {
  padding: 14px 20px 11px;
  line-height: 1.4em; }
  .post-navigation a:after, .post-navigation a:before {
    position: relative;
    top: 3px; }
.post-navigation .nav-previous,
.post-navigation .nav-next {
  position: relative;
  margin: 10px 5%; }
  .post-navigation .nav-previous a:after, .post-navigation .nav-previous a:before,
  .post-navigation .nav-next a:after,
  .post-navigation .nav-next a:before {
    position: absolute;
    font-family: "Icons";
    top: calc((100% - 22px) / 2); }
.post-navigation .nav-previous {
  text-align: right;
  text-indent: 20px; }
  .post-navigation .nav-previous a {
    padding-left: 30px; }
  .post-navigation .nav-previous a:before {
    content: "\e905";
    left: 0; }
.post-navigation .nav-next {
  text-align: left; }
  .post-navigation .nav-next a {
    padding-right: 50px; }
  .post-navigation .nav-next a:after {
    content: "\e907";
    right: 20px; }

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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: 14px;
    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;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

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

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

.column {
  float: left; }
  .column.left {
    width: 60%; }
  .column.right {
    width: 40%; }
    .column.right ol, .column.right ul {
      background-color: brown; }
      .column.right ol li, .column.right ul li {
        color: white; }
  .column h3 {
    background-color: #201A18; }
  .column h4 {
    background-color: brown;
    color: white;
    margin-bottom: 0;
    margin-top: 0; }

/*--------------------------------------------------------------
## Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }
  .widget a {
    color: white;
    font-size: 16px;
    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;
    -webkit-transition: opacity 0.2s ease-out;
    -khtml-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.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;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.1s ease-out;
  -khtml-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  .widget_pages a:hover, .widget_pages a:active, .widget_pages a:focus {
    text-decoration: none;
    background-color: white;
    color: #201A18; }
  .widget_pages a:visited {
    color: rgba(255, 255, 255, 0.5); }
    .widget_pages a:visited:hover {
      color: #201A18; }

.widget_categories,
.widget_text {
  display: none; }

.tagcloud {
  padding: 0 5%; }

/* Widget video */
#text-3 a,
#text-2 a {
  display: block;
  height: 40px;
  margin-top: 15px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  border: white 1px solid;
  -webkit-transition: background-color, 0.1s, ease-in-out;
  -khtml-transition: background-color, 0.1s, ease-in-out;
  -moz-transition: background-color, 0.1s, ease-in-out;
  -ms-transition: background-color, 0.1s, ease-in-out;
  -o-transition: background-color, 0.1s, ease-in-out;
  transition: background-color, 0.1s, ease-in-out; }
  #text-3 a:hover,
  #text-2 a:hover {
    background-color: white;
    color: #201A18; }

/* subscribe-submit */
.jetpack_subscription_widget p {
  background: none;
  padding: 0 1em 1em;
  font-size: 16px;
  font-size: 1rem; }
.jetpack_subscription_widget #subscribe-email input {
  width: 100%;
  padding: 3px 7px;
  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 ::-webkit-input-placeholder {
    color: white;
    color: #b09084; }
  .jetpack_subscription_widget #subscribe-email input :-moz-placeholder {
    color: white;
    color: #b09084; }
  .jetpack_subscription_widget #subscribe-email input ::-moz-placeholder {
    color: white;
    color: #b09084; }
  .jetpack_subscription_widget #subscribe-email input :-ms-input-placeholder {
    color: white;
    color: #b09084; }
.jetpack_subscription_widget input[type="submit"] {
  border: rgba(255, 255, 255, 0.5) 1px solid;
  -webkit-transition: background-color, 0.1s, ease-in-out;
  -khtml-transition: background-color, 0.1s, ease-in-out;
  -moz-transition: background-color, 0.1s, ease-in-out;
  -ms-transition: background-color, 0.1s, ease-in-out;
  -o-transition: background-color, 0.1s, ease-in-out;
  transition: background-color, 0.1s, ease-in-out; }
  .jetpack_subscription_widget input[type="submit"]:hover {
    background-color: white;
    color: #201A18; }

/* 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; } }
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Content-sidebar
--------------------------------------------------------------*/
.content-area,
.widget-area {
  max-width: 880px; }

.textwidget {
  font-size: 0.9rem;
  margin-left: 15px;
  margin-right: 15px; }
  .textwidget .fve-video-wrapper {
    margin: 0 -15px 10px !important; }

@media (min-width: 880px) {
  .content-area,
  .widget-area {
    margin: 0 auto; } }
@media (min-width: 1280px) {
  .content-area {
    float: left; }

  .widget-area {
    float: right;
    width: 300px;
    margin-top: 42px; } }
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }
  .sticky .entry-meta {
    display: none; }

.hentry {
  margin: 0 0 8em; }

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.comments-link {
  position: relative;
  font-weight: 400;
  top: 7px;
  margin-right: 2%;
  float: right; }
  .comments-link:before {
    margin-right: .5em;
    content: "\e96d";
    content: "\e96b";
    font-family: "Icons";
    font-size: 12.8px;
    font-size: 0.8rem; }
  .comments-link:hover:before {
    color: #c5afa5; }

.next-to-more-link .comments-link {
  margin-right: 60px; }

.comment-list {
  list-style: none;
  padding: 40px 0 0; }
  .comment-list li {
    margin-bottom: 100px; }
  .comment-list ol {
    margin-top: 60px;
    margin-left: 5%;
    list-style: none; }

.vcard {
  height: 30px; }
  .vcard img {
    width: 50px;
    float: left;
    margin: 0 20px 0 0; }
  .vcard .says {
    display: none; }

.comment-metadata {
  position: relative;
  top: -5px;
  font-size: 14.4px;
  font-size: 0.9rem; }

.reply {
  float: right;
  height: 40px;
  background-color: brown;
  -webkit-transition: background-color 0.1s ease-out;
  -khtml-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  -ms-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out; }
  .reply:hover {
    background-color: #c5afa5; }
  .reply a {
    display: block;
    height: 40px;
    padding: 0 1em;
    color: white;
    line-height: 40px;
    -webkit-transition: color 0.1s ease-out;
    -khtml-transition: color 0.1s ease-out;
    -moz-transition: color 0.1s ease-out;
    -ms-transition: color 0.1s ease-out;
    -o-transition: color 0.1s ease-out;
    transition: color 0.1s ease-out; }
    .reply a:hover {
      color: #201A18; }

.comment-reply-title {
  background: none; }

#cancel-comment-reply-link {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  overflow: hidden;
  color: white;
  background-color: brown;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: background-color 0.1s ease-out, color 0.1s ease-out;
  -khtml-transition: background-color 0.1s ease-out, color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out, color 0.1s ease-out;
  -ms-transition: background-color 0.1s ease-out, color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out, color 0.1s ease-out;
  transition: background-color 0.1s ease-out, color 0.1s ease-out; }
  #cancel-comment-reply-link:hover {
    color: #201A18;
    background-color: #c5afa5; }
  #cancel-comment-reply-link:before {
    position: relative;
    top: -1px;
    font-family: "Icons";
    font-size: 11.2px;
    font-size: 0.7rem;
    content: "\e90a";
    margin: 0 20px 0 6px; }

.comment-form {
  overflow: auto;
  background-color: #6B5951;
  padding-bottom: 20px;
  margin-bottom: 30px; }
  .comment-form p {
    color: #b99b8f;
    background-color: #6B5951;
    padding: 1em 1.5em .5em; }
  .comment-form label {
    display: inline-block;
    width: 22%;
    max-width: 80px; }
  .comment-form input {
    width: 77%;
    max-width: 300px; }
  .comment-form input, .comment-form textarea {
    background-color: #6B5951;
    padding: .3em .8em;
    border-color: #9b7d71;
    outline: none;
    -webkit-transition: border-color, 0.1s ease-out, background-color 0.1s ease-out;
    -khtml-transition: border-color, 0.1s ease-out, background-color 0.1s ease-out;
    -moz-transition: border-color, 0.1s ease-out, background-color 0.1s ease-out;
    -ms-transition: border-color, 0.1s ease-out, background-color 0.1s ease-out;
    -o-transition: border-color, 0.1s ease-out, background-color 0.1s ease-out;
    transition: border-color, 0.1s ease-out, background-color 0.1s ease-out; }
    .comment-form input:focus, .comment-form textarea:focus {
      border-color: ivory;
      background-color: #66544c; }
  .comment-form textarea {
    resize: none; }
  .comment-form .form-submit input {
    width: inherit;
    padding: .9em 1.1em;
    margin-bottom: 1em;
    float: right; }
    .comment-form .form-submit input:hover {
      color: #201A18;
      background-color: ivory;
      background-color: rgba(255, 255, 255, 0.75); }

#respond, #comment-form-comment {
  border: none !important; }

.highlander-transparent #respond #comment-form-comment {
  -webkit-box-shadow: 0 0 0 #6b5951;
  -khtml-box-shadow: 0 0 0 #6b5951;
  -moz-box-shadow: 0 0 0 #6b5951;
  -ms-box-shadow: 0 0 0 #6b5951;
  -o-box-shadow: 0 0 0 #6b5951;
  box-shadow: 0 0 0 #6b5951;
  border: none;
  background: #6b5951; }
  .highlander-transparent #respond #comment-form-comment textarea {
    text-shadow: 0 0 0 #6b5951;
    font-size: 1.3em;
    font-family: 'Source Sans Pro', sans-serif; }
.highlander-transparent #respond p.form-submit input[type=submit],
.highlander-transparent #respond input[type=submit] {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

@media (min-width: 1050px) {
  .next-to-more-link .comments-link {
    margin-right: 2%; } }
/*--------------------------------------------------------------
## Pro and Cons (Equipement page)
--------------------------------------------------------------*/
.comparison {
  display: table;
  width: 100%;
  margin: 0 0 30px;
  color: ivory;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2em;
  background-color: brown; }
  .comparison .pros, .comparison .cons {
    display: table-row; }
  .comparison ul, .comparison ol {
    background-color: transparent !important; }
  .comparison .pros ul {
    border-bottom: 1px solid #201A18; }
  .comparison h5 {
    padding: 2em 0 0 0;
    color: ivory;
    text-align: center;
    background: none; }
    .comparison h5:before {
      content: "";
      display: block;
      width: 70px;
      height: 70px;
      margin: 0 auto; }
  .comparison .pros h5:before {
    background: url(interface/picto_pros.png);
    background-size: contain; }
  .comparison .cons h5:before {
    background: url(interface/picto_cons.png);
    background-size: contain; }
  .comparison ul {
    width: 100%;
    padding: 20px 45px; }
    .comparison ul li {
      font-size: 1em;
      font-weight: lighter; }

@media (min-width: 740px) {
  .comparison .pros, .comparison .cons {
    display: table-cell;
    width: 50%; }
  .comparison .pros ul {
    border: none; }
  .comparison .pros {
    border-right: 1px solid #201A18; } }
/*--------------------------------------------------------------
## country pages (Visa, Food, Accommodation, Transports, internet, Tips)
--------------------------------------------------------------*/
.entry-content .box_table a {
  color: white; }
  .entry-content .box_table a:hover {
    color: rgba(255, 255, 255, 0.75); }
  .entry-content .box_table a:visited {
    color: rgba(255, 255, 255, 0.5); }
.entry-content .box_table:first-child {
  margin-top: 130px; }

.box_cell {
  background-color: brown;
  color: white;
  padding: 20px;
  margin-bottom: 1px; }
  .box_cell h5 {
    text-align: center;
    background: none; }
    .box_cell h5:before {
      content: "";
      display: block;
      width: 100px;
      height: 100px;
      margin: 0 auto 20px; }
  .box_cell p {
    background: transparent; }
  .box_cell a {
    color: white;
    text-decoration: underline; }
    .box_cell a:hover {
      text-decoration: none; }
  .box_cell ul {
    background: none; }
  .box_cell hr {
    clear: both;
    margin: 0; }

#language.box_cell li:first-child {
  font-family: 'Quicksand', sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
  list-style: none;
  margin-bottom: .7em; }

#visa h5:before {
  background: url(interface/picto_visa.png);
  background-size: contain; }

#food h5:before {
  background: url(interface/picto_food.png);
  background-size: contain; }

#accommodation h5:before {
  background: url(interface/picto_accommodation.png);
  background-size: contain; }

#transports h5:before {
  background: url(interface/picto_transports.png);
  background-size: contain; }

#internet h5:before {
  background: url(interface/picto_internet.png);
  background-size: contain; }

#tips h5:before {
  background: url(interface/picto_tips.png);
  background-size: contain; }

#language h5:before {
  background: url(interface/picto_language.png);
  background-size: contain; }

.entry-content .box_cell p {
  background-color: inherit; }

@media (min-width: 700px) {
  .box_table {
    display: table;
    margin-bottom: 1px; }

  .box_cell {
    display: table-cell;
    width: 50%; }
    .box_cell:first-child {
      border-right: 1px solid #201A18; }

  #language.box_cell ul {
    width: 50%;
    float: left; } }
/*--------------------------------------------------------------
# Infinite Scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Infinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/* infinite handle button */
#content #infinite-handle {
  background-color: transparent;
  padding: 0 0 30px; }

#content #infinite-handle span {
  border: none;
  border-radius: 50px;
  padding: 27px 0 0;
  width: 100px;
  height: 100px;
  background: #9b7d71;
  line-height: 24px;
  font-family: 'Handlee', cursive;
  font-style: italic;
  font-size: 20px; }

#content #infinite-handle span:hover {
  background: #c5afa5;
  color: black; }

#content .infinite-loader {
  background: transparent;
  color: #c5afa5;
  padding: 0 0 130px;
  position: relative;
  left: -17px;
  top: -15px; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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; } }
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

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

/*--------------------------------------------------------------
# RFWB Slider
--------------------------------------------------------------*/
body.rfwbs-active {
  padding-bottom: 0; }

#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 {
  -webkit-transition: left 0.5s ease;
  -khtml-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease; }

#rfwbslider {
  -webkit-transition: opacity 1s ease-out;
  -khtml-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  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); } }
/*--------------------------------------------------------------
# WP Google Map
--------------------------------------------------------------*/
.single #wpgmza_map,
.single .wpgmza_map {
  margin-bottom: 0px; }
