/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*font-size: 62.5%;*/
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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

body {
  background: #fff; }

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

ol,
ul {
  list-style: none; }

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

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

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

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

a:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3); }

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

a img {
  border: 0; }

figure {
  margin: 0; }

/* ... End Reset */
/**
 * 2.0 Grid
 * 6 rows:
 *  - Menu above header
 *  - Header
 *  - Menu below header
 *  - Content
 *  - Grid rows 5 and 6 are left for adapting sidebars to responsive design
 *  - Widgets above footer
 *  - Footer
 */
#page {
  min-width: 240px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: repeat(8, auto);
  -ms-grid-columns: minmax(1em, 1fr) minmax(0, 960px) minmax(1em, 1fr);
  grid-template-columns: [full-start] minmax(0.1em, 1fr) [main-start] minmax(0, 960px) [main-end] minmax(0.1em, 1fr) [full-end];
  grid-row-gap: 15px;
  row-gap: 15px;
  grid-column-gap: 15px;
  column-gap: 15px; }

.main-column {
  -ms-grid-column: 2;
  grid-column: 2 / 3; }

#above-header {
  -ms-grid-row: 1;
  grid-row: 1; }

#header {
  -ms-grid-row: 2;
  grid-row: 2; }

#below-header {
  -ms-grid-row: 3;
  grid-row: 3; }

#content {
  -ms-grid-row: 4;
  grid-row: 4;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: repeat(3, auto);
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(12, 1fr);
  grid-row-gap: 15px;
  row-gap: 15px;
  grid-column-gap: 15px;
  column-gap: 15px; }

.content-area, #sidebar-primary, #sidebar-secondary {
  -ms-grid-row: 1;
  grid-row: 1; }

#sidebar-above-footer {
  -ms-grid-row: 7;
  grid-row: 7;
  -ms-grid-column: 2;
  grid-column: 2; }

#footer {
  -ms-grid-row: 8;
  grid-row: 8; }

#footer-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  column-gap: 15px; }

.site-left {
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  justify-self: left; }

.site-center {
  -ms-grid-column: 2;
  grid-column: 2 / 3;
  justify-self: center; }

.site-right {
  -ms-grid-column: 3;
  grid-column: 3 / 4;
  justify-self: right; }

#footer-menu {
  width: 100%; }

.site-title {
  -ms-grid-column: 1;
  grid-column: 1 / 2; }

.kon-tiki-1r-sidebar .content-area {
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-column: 1/10; }

.kon-tiki-1r-sidebar #sidebar-primary {
  -ms-grid-column: 10;
  -ms-grid-column-span: 3;
  grid-column: 10/13; }

.kon-tiki-1l-sidebar .content-area {
  -ms-grid-column: 4;
  -ms-grid-column-span: 9;
  grid-column: 4/13; }

.kon-tiki-1l-sidebar #sidebar-primary {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4; }

.kon-tiki-1l-1r-sidebar .content-area {
  -ms-grid-column: 3;
  -ms-grid-column-span: 8;
  grid-column: 3/11; }

.kon-tiki-1l-1r-sidebar #sidebar-primary {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3; }

.kon-tiki-1l-1r-sidebar #sidebar-secondary {
  -ms-grid-column: 11;
  -ms-grid-column-span: 2;
  grid-column: 11/13; }

.kon-tiki-2l-sidebars .content-area {
  -ms-grid-column: 5;
  -ms-grid-column-span: 8;
  grid-column: 5/13; }

.kon-tiki-2l-sidebars #sidebar-primary {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3; }

.kon-tiki-2l-sidebars #sidebar-secondary {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5; }

.kon-tiki-2r-sidebars .content-area {
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-column: 1/9; }

.kon-tiki-2r-sidebars #sidebar-primary {
  -ms-grid-column: 9;
  -ms-grid-column-span: 2;
  grid-column: 9/11; }

.kon-tiki-2r-sidebars #sidebar-secondary {
  -ms-grid-column: 11;
  -ms-grid-column-span: 2;
  grid-column: 11/13; }

.kon-tiki-no-sidebars .content-area {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/13; }

.kon-tiki-post-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  padding: 1em 0; }

.nav-previous {
  -ms-grid-column: 1;
  grid-column: 1;
  text-align: left; }

.nav-next {
  -ms-grid-column: 2;
  grid-column: 2;
  text-align: right; }

.kon-tiki-post-nav span {
  display: block; }

.kon-tiki-posts-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr 1fr;
  grid-template-columns: 1fr 3fr 1fr;
  padding: 1em 0; }

.kon-tiki-posts-nav .nav-posts-index {
  -ms-grid-column: 2;
  grid-column: 2;
  text-align: center; }

.kon-tiki-posts-nav .nav-next {
  -ms-grid-column: 3;
  grid-column: 3;
  text-align: right; }

.comment-navigation .nav-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }

.clear:after, blockquote:after, .entry-content::after, .entry-summary:after, .comment-content:after, .site-content:after,
.site-main > article:after, .primary-menu:after, .social-links-menu:after, .textwidget:after, .content-bottom-widgets:after {
  clear: both; }

.clear:after, .clear:before, .entry-content:after, .entry-content:before, .entry-summary:after, .entry-summary:before,
.comment-content:after, .comment-content:before, .site-content:after, .site-content:before, .site-main > article:after, .site-main > article:before,
.primary-menu:after, .primary-menu:before, .social-links-menu:after, .social-links-menu:before,
.textwidget:after, .textwidget:before, .content-bottom-widgets:after, .content-bottom-widgets:before {
  display: table;
  content: ""; }

.entry-meta div {
  display: inline-block;
  margin-right: 1em; }

.entry-meta div > span:before {
  width: 20px;
  height: 20px;
  display: inline-block; }

article {
  padding: 15px;
  margin: 15px 0; }

.wp-block-columns.has-2-columns .wp-block-column {
  flex-basis: 50%; }
.wp-block-columns.has-3-columns .wp-block-column {
  flex-basis: 33%; }
.wp-block-columns.has-4-columns .wp-block-column {
  flex-basis: 25%; }
.wp-block-columns.has-5-columns .wp-block-column {
  flex-basis: 20%; }
.wp-block-columns.has-6-columns .wp-block-column {
  flex-basis: 16.5%; }
.wp-block-columns .tile-icon {
  text-align: center;
  display: inline-block;
  float: left;
  margin: 0.5em; }

.widget-area-multi-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .widget-area-multi-column .widget {
    flex-grow: 1;
    min-width: 240px;
    padding: 1rem; }
  .widget-area-multi-column.has-1-columns .widget {
    flex-basis: 100%; }
  .widget-area-multi-column.has-2-columns .widget {
    flex-basis: 50%; }
  .widget-area-multi-column.has-3-columns .widget {
    flex-basis: 33%; }
  .widget-area-multi-column.has-4-columns .widget {
    flex-basis: 25%; }
  .widget-area-multi-column.has-5-columns .widget {
    flex-basis: 20%; }

/**
 * 3.0 Required by WP
 */
.wp-caption {
  text-align: center;
  padding: 10px;
  margin-bottom: 1em;
  max-width: 100%;
  box-shadow: 2px 2px 5px 2px #444; }

.wp-caption-text, .gallery-caption {
  font-size: 1em;
  font-style: italic;
  margin: 0;
  padding: 0.5em;
  line-height: 1.3em;
  text-align: center; }

.wp-caption img {
  margin: 5px 0 0;
  padding: 0;
  border: 0 none;
  max-width: 100%; }

.wp-caption-dd {
  font-size: 91.67%;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0; }

.sticky, .bypostauthor {
  /* No styling */ }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.6em; }

.alignleft {
  float: left;
  margin: 0 1.6em 1.6em 0; }

.alignright {
  float: right;
  margin: 0 0 1.6em 1.6em; }

.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px; }

.entry-content .alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  text-align: center; }

.gallery {
  margin: 0 -1.1666667% 1.75em; }

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

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

.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-icon img {
  margin: 0 auto; }

.gallery-caption {
  display: block;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em; }

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

.wp-block-columns .wp-block-column {
  margin: 0;
  padding: 1rem; }

/**
 * 4.0 Typography
 */
body, textarea, button, input, select {
  font-family: Frutiger, "Frutiger Linotype", Univers, Corbel, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  font-size: 20px; }

button,
input,
select {
  line-height: 2.4em; }

input[type='submit'], input[type='button'], button {
  padding: 0.2em 1em; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
  font-family: "Century Gothic", CenturyGothic, "URW Gothic L", "Avant Garde", "ITC Avant Garde", "ITC Avant Garde Gothic", "Apple Gothic", AppleGothic, Futura, sans-serif;
  line-height: 1.5;
  margin: 0.75em 0; }

p {
  margin-bottom: 1.6em; }

p {
  font-size: 1em; }

h4 {
  font-size: 1.20em; }

h3 {
  font-size: 1.50em; }

h2 {
  font-size: 1.8em; }

h1, .entry-title {
  font-size: 2.1em; }

.site-title {
  font-size: 3.5em; }

b,
strong {
  font-weight: 700; }

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

blockquote {
  font-size: 1.1em;
  line-height: 1.6667;
  margin: 2em 1em;
  padding: 1em 0 1em 3em;
  position: relative; }

blockquote p {
  margin-bottom: 1.6667em; }

blockquote > p:last-child {
  margin-bottom: 0; }

blockquote cite,
blockquote small {
  font-size: 1.1em;
  line-height: 1.6; }

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal; }

blockquote strong,
blockquote b {
  font-weight: 400; }

address {
  font-style: italic;
  margin: 0 0 1.6em; }

code, kbd, tt, var, samp, pre {
  font-family: "Consolas", "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  background-color: #ddd;
  padding: 0.2em; }

pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  cursor: help; }

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

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

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

textarea {
  padding: 0.5em; }

a {
  text-decoration: none; }

a:hover, a:focus, a:active {
  text-decoration: underline; }

h1 a:hover, h1 a:focus, h1 a:active, h2 a:hover, h2 a:focus, h2 a:active, h3 a:hover, h3 a:focus, h3 a:active, h4 a:hover, h4 a:focus, h4 a:active, h5 a:hover, h5 a:focus, h5 a:active, h6 a:hover, h6 a:focus, h6 a:active, .navigation-menu a:hover, .navigation-menu a:focus, .navigation-menu a:active {
  text-decoration: none; }

.entry-meta {
  font-size: 0.8em; }

#footer {
  font-size: 1rem; }

/*
 * 5.0 Menus
 */
#above-header.center, #below-header.center {
  text-align: center; }

.center .navigation-menu-container {
  display: inline-block; }

.navigation-menu-container .navigation-menu,
.navigation-menu-container .navigation-menu > li {
  border: 0; }

.navigation-menu-container .navigation-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.navigation-menu-container .navigation-menu .sub-menu {
  padding: 0; }

.navigation-menu-container .navigation-menu > li {
  float: left;
  position: relative; }

.navigation-menu-container a {
  outline-offset: -8px;
  white-space: nowrap;
  margin: 0.65625em 0.875em;
  display: inline-block; }

.navigation-menu-container ul ul {
  border-bottom: 1px solid #d1d1d1;
  display: block;
  left: -999em;
  margin: 0;
  position: absolute;
  z-index: 99999;
  min-width: 12em;
  list-style: none;
  top: auto; }

.navigation-menu-container ul ul ul {
  top: -1px;
  list-style: none; }

.navigation-menu-container ul ul ul:before,
.navigation-menu-container ul ul ul:after {
  border: 0; }

.navigation-menu-container ul ul li {
  border: 1px solid #d1d1d1;
  border-bottom-width: 0; }

.navigation-menu-container ul ul a {
  white-space: normal;
  width: 12.6875em; }

.navigation-menu-container ul ul:before,
.navigation-menu-container ul ul:after {
  border-style: solid;
  content: "";
  position: absolute; }

.navigation-menu-container ul ul:before {
  border-color: #d1d1d1 transparent;
  border-width: 0 10px 10px;
  right: 9px;
  top: -9px; }

.navigation-menu-container ul ul:after {
  border-color: #fff transparent;
  border-width: 0 8px 8px;
  right: 11px;
  top: -7px; }

.navigation-menu-container li:hover > ul,
.navigation-menu-container li.focus > ul {
  left: auto;
  right: 0; }

.navigation-menu-container ul ul li:hover > ul,
.navigation-menu-container ul ul li.focus > ul {
  left: 100%; }

.navigation-menu-container .menu-item-has-children > a {
  padding-right: 2.25em; }

.navigation-menu-container .menu-item-has-children > a:before {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 1.8em;
  font-weight: normal; }

.navigation-menu-container .menu-item-has-children > a:before {
  line-height: 0.9;
  content: "\203A";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: 0.625em; }

.navigation-menu-container ul ul .menu-item-has-children > a {
  padding-right: 2.0625em; }

.navigation-menu-container ul ul .menu-item-has-children > a:before {
  line-height: 0;
  content: "\203A";
  -ms-transform: none;
  transform: none;
  right: 0.5625em;
  top: 0.85em; }

.sticky-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0; }

#footer-menu, #social-menu {
  text-align: center;
  font-size: 1rem;
  padding: 0.5rem;
  margin: 0.5rem; }
  #footer-menu ul, #social-menu ul {
    list-style: none;
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0 auto; }
  #footer-menu li, #social-menu li {
    display: inline-block;
    padding: 0 0.5em;
    border-right: 1px dotted; }
    #footer-menu li svg, #social-menu li svg {
      vertical-align: middle;
      width: 1.3rem;
      height: 1.3rem; }
  #footer-menu li:last-child, #social-menu li:last-child {
    border-right: none; }

/*
 * 6.0 Icons
 */
.comment-icon {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 2;
  margin: -2px 2px;
  vertical-align: middle;
  left: 5px;
  opacity: 0.7; }

.meta-icon, .comment-meta-icon {
  width: 16px;
  height: 16px;
  position: relative;
  vertical-align: middle;
  margin-right: 4px; }

.header-icon {
  width: 40px;
  height: 40px;
  position: relative;
  vertical-align: middle;
  margin-right: 4px; }

.search-icon {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 2;
  margin: -2px 2px;
  vertical-align: middle;
  opacity: 0.5;
  cursor: pointer; }

blockquote:before, .kon-tiki-post-nav a:before, .kon-tiki-pager a:before {
  width: 48px;
  height: 48px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  text-decoration: none; }

blockquote:before {
  width: 48px;
  height: 48px;
  font-family: Garamond, "Times New Roman", serif;
  font-size: 64px;
  line-height: 1.2;
  content: "\201C";
  margin-left: -1em;
  float: left; }

.kon-tiki-post-nav a:before, .kon-tiki-pager a:before {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 45px;
  line-height: 0.9; }

.kon-tiki-post-nav a:before {
  margin-top: 10px; }

.comment-navigation a:before {
  width: 32px;
  height: 32px;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 32px;
  line-height: 0.9;
  text-align: center; }

.nav-previous a:before {
  float: left;
  content: "\2039";
  margin-left: -64px; }

.nav-next a:before {
  float: right;
  content: "\203A";
  margin-right: -64px; }

/*
 * 7.0 Others - defined for Kon Tiki
 */
img {
  max-width: 100%;
  height: auto; }

table {
  width: 100%; }

td, th {
  border-bottom: 1px dotted;
  padding: 0.5em; }

th {
  font-weight: bold; }

ul {
  list-style: disc; }
  ul ul {
    list-style: circle; }
    ul ul ul {
      list-style: square; }
      ul ul ul ul {
        list-style: circle; }

ol {
  list-style: decimal; }

ol ol {
  list-style: lower-latin; }

ol ol ol {
  list-style: lower-roman; }

ol ol ol ol {
  list-style: lower-latin; }

ul li {
  margin: 0; }

ul, ol {
  margin: 0.5em 0 1.2em 1.2em;
  padding-left: 1.2em; }

dl {
  margin: 0 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 1em 1.5em; }

.entry-content {
  padding: 1em 0; }

.entry-title {
  border-bottom: 1px dotted; }

#comments {
  padding-top: 1em; }

ul.children li.comment {
  list-style: none; }

.comment-meta img {
  border-radius: 50%;
  display: inline-block; }

.site-content {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

input[type='text'], input[type='url'], input[type='email'] {
  padding: 0 0.5em; }

.comment-form label {
  display: block; }
.comment-form input.inside {
  padding-left: 2em;
  position: relative;
  left: -28px;
  width: 300px; }
.comment-form textarea {
  width: 90%; }

.kon-tiki-post-nav a {
  display: block;
  text-decoration: none; }
.kon-tiki-post-nav .post-title {
  font-weight: bold;
  font-size: 1.2em; }

.nav-previous {
  display: inline-block;
  margin-left: 64px; }

.nav-next {
  display: inline-block;
  margin-right: 64px; }

.kon-tiki-posts-nav {
  font-weight: bold;
  font-size: 1.2em; }
  .kon-tiki-posts-nav .page-index {
    display: block; }
  .kon-tiki-posts-nav a {
    text-decoration: none; }
  .kon-tiki-posts-nav .page-numbers.current {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8; }

.nav-posts-index a.page-numbers {
  margin: auto 0.5em; }

.post {
  padding-bottom: 1em; }

.more-link, .more-link:hover {
  padding: 0.5em 1em;
  text-decoration: none; }

.page-links {
  display: inline-block;
  width: 100%;
  font-weight: bold; }

.page-links-title {
  display: inline-block;
  margin-right: 1em; }

.page-links span {
  margin-right: 0.3em;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center; }

.page-links a, .page-links a:hover {
  text-decoration: none; }

.commentlist {
  margin-left: 0; }
  .commentlist .children {
    margin-left: 0; }

.comment-author {
  font-size: 0.8em; }

.comment-author img {
  border-radius: 50%; }

.comment-author-link cite {
  font-style: normal;
  font-weight: bold; }

li.comment-bubble {
  margin-bottom: 16px;
  vertical-align: top; }

.stacked-comment {
  padding-top: 1em; }

.bubble-above-author .comment-author {
  display: inline-block;
  width: 100%;
  position: relative;
  top: 16px;
  margin-bottom: 16px; }

.bubble-below-author .comment-author, .stacked-comment .comment-author {
  display: inline-block;
  width: 100%;
  position: relative;
  bottom: 8px;
  margin-top: 16px;
  vertical-align: top; }

.comment-bubble .comment-author img, .stacked-comment .comment-author img {
  float: left;
  position: relative;
  margin-left: -64px;
  left: 64px; }

.comment-bubble .comment-author-details, .stacked-comment .comment-author-details {
  width: 100%;
  padding-left: 72px;
  float: left;
  position: relative; }

.comment-bubble .comment-body, .stacked-comment .comment-body {
  padding: 1em; }

.bubble-above-author .comment-author:before {
  content: "";
  position: relative;
  left: 48px;
  width: 16px;
  display: block;
  border-left: 16px solid transparent;
  border-bottom: 16px solid transparent;
  margin: -16px 0 8px; }

.bubble-below-author .comment-author:after {
  content: "";
  position: relative;
  left: 48px;
  width: 16px;
  display: inline-block;
  border-right: 16px solid transparent;
  border-top: 16px solid transparent;
  top: 18px; }

.comment-bubble .comment-meta a {
  margin-right: 1em; }

.comment-footer {
  font-size: 0.8em;
  text-align: right;
  display: inline-block;
  width: 100%;
  padding-bottom: 1em; }

li.stacked-comment .comment-reply-link {
  text-decoration: none;
  color: inherit; }

li.stacked-comment .reply-to-comment {
  padding: 0.5em 1em; }

.edit-comment, .reply-to-comment {
  display: inline-block; }

.bubble-right-of-author .single-comment {
  padding-left: 120px;
  width: 100%;
  display: inline-block;
  vertical-align: top; }
.bubble-right-of-author .comment-meta a {
  margin-right: auto; }
.bubble-right-of-author .comment-body {
  padding-left: 1em;
  position: relative;
  width: 100%;
  float: left; }
.bubble-right-of-author .comment-author {
  width: 120px;
  text-align: center;
  display: inline-block;
  margin-left: -120px;
  position: relative;
  float: left; }
.bubble-right-of-author .comment-author img {
  display: inline-block;
  margin-left: auto;
  left: auto;
  float: none; }
.bubble-right-of-author .comment-author-details {
  padding-left: 0; }
.bubble-right-of-author .edit-comment, .bubble-right-of-author .reply-to-comment {
  display: block; }
.bubble-right-of-author .comment-footer {
  padding-bottom: 0; }

.comment-navigation {
  display: inline-block;
  width: 100%;
  padding: 1em 0;
  margin: 1em 0; }
  .comment-navigation a {
    text-decoration: none; }

.kon-tiki-searchform {
  position: relative; }
  .kon-tiki-searchform input {
    padding: 0 0.5em;
    width: 100%; }
  .kon-tiki-searchform input[type="submit"] {
    display: none; }
  .kon-tiki-searchform label {
    position: absolute;
    top: 5px;
    right: 5px; }

.kon-tiki-modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .kon-tiki-modal-window:target {
    display: block; }
  .kon-tiki-modal-window > div {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #ffffff; }
  .kon-tiki-modal-window header {
    font-weight: bold; }
  .kon-tiki-modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px; }

.kon-tiki-modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none; }
  .kon-tiki-modal-close:hover {
    color: black; }

.kon-tiki-modal-window div:not(:last-of-type) {
  margin-bottom: 15px; }

@media screen and (max-width: 720px) {
  .kon-tiki-1-sidebar .content-area, .kon-tiki-2-sidebars .content-area {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }

  .kon-tiki-1-sidebar #sidebar-primary {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13;
    -ms-grid-row: 2;
    grid-row: 2; }

  .kon-tiki-2-sidebars #sidebar-primary {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1 / 7;
    -ms-grid-row: 2;
    grid-row: 2; }

  .kon-tiki-2-sidebars #sidebar-secondary {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7 / 13;
    -ms-grid-row: 2;
    grid-row: 2; }

  .comment-form textarea {
    width: 100%; }

  .wp-block-columns .wp-block-column {
    flex-basis: 100%; }
  .wp-block-columns.has-4-columns .wp-block-column {
    flex-basis: 50%; }
  .wp-block-columns.has-6-columns .wp-block-column {
    flex-basis: 50%; }
  .wp-block-columns .tile-icon {
    display: block;
    float: none; } }
@media screen and (max-width: 480px) {
  .nav-previous {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin-bottom: 1rem; }

  .nav-next {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    grid-row: 2; }

  .kon-tiki-posts-nav .nav-previous {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    margin-bottom: 1rem; }
  .kon-tiki-posts-nav .nav-posts-index {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-bottom: 1rem; }
  .kon-tiki-posts-nav .nav-next {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 3;
    grid-row: 3; }

  blockquote {
    padding: 3em 0 1em 0; }
    blockquote:before {
      margin: -1em 0 auto -24px;
      position: absolute;
      left: 50%; }

  .bubble-right-of-author .single-comment {
    padding-left: 0; }
    .bubble-right-of-author .single-comment .comment-author {
      width: 100%;
      margin: 0 0 1rem;
      text-align: left; }
      .bubble-right-of-author .single-comment .comment-author img {
        vertical-align: middle; }
      .bubble-right-of-author .single-comment .comment-author .comment-author-details {
        display: inline-block;
        width: auto;
        float: none;
        margin-left: 1rem;
        vertical-align: middle; }

  .wp-block-columns.has-2-columns .wp-block-column {
    flex-basis: 100%; }
  .wp-block-columns.has-3-columns .wp-block-column {
    flex-basis: 100%; }
  .wp-block-columns.has-4-columns .wp-block-column {
    flex-basis: 100%; }
  .wp-block-columns.has-5-columns .wp-block-column {
    flex-basis: 100%; }
  .wp-block-columns.has-6-columns .wp-block-column {
    flex-basis: 100%; } }
body, button, input, select, textarea {
  color: #444; }

a {
  color: #227AD1; }

.site-title a, .entry-title a, .kon-tiki-post-nav a, .kon-tiki-posts-nav a, .comment-navigation a {
  color: #444; }

blockquote:before, .kon-tiki-post-nav a:before, .kon-tiki-pager a:before, .comment-navigation a:before,
.kon-tiki-posts-nav .page-numbers.current, .page-links span {
  background: #444;
  color: #eee;
  border-radius: 50%; }

.page-links a span {
  background: none;
  color: #444; }

.kon-tiki-post-nav a:hover, .kon-tiki-posts-nav a:hover, .entry-title a:hover, .comment-navigation a:hover {
  color: #227AD1; }

.navigation-menu-container .menu-item {
  background-color: #fff; }
.navigation-menu-container .menu-item:hover, .navigation-menu-container .current-menu-ancestor, .navigation-menu-container .current-menu-item {
  background-color: #227AD1; }
.navigation-menu-container .menu-item:hover > a, .navigation-menu-container .current-menu-ancestor > a, .navigation-menu-container .current-menu-item > a {
  color: #eee; }

input[type='submit'], button, .more-link, .page-links a:hover span, li.stacked-comment .reply-to-comment {
  background-color: #227AD1;
  color: #eee;
  border: none; }

.post, #comments, .kon-tiki-post-nav {
  border-bottom: 1px dotted #444; }

blockquote {
  border-width: 4px 0;
  border-style: solid;
  border-color: #444;
  color: #707070; }

td, th, .entry-title {
  border-color: #ccc; }

.entry-meta, .entry-meta a {
  color: #707070; }

.entry-meta a:hover {
  text-decoration: none;
  color: #227AD1; }

.meta-icon, .comment-meta-icon {
  fill: #227AD1;
  opacity: 0.6; }

.footer-icon {
  fill: #227AD1;
  opacity: 0.8; }

li.stacked-comment .reply-to-comment .comment-meta-icon {
  fill: currentColor;
  opacity: 1; }

.header-icon {
  fill: currentColor; }

.comment-author a {
  color: #444;
  text-decoration: none; }

.comment-author a:hover {
  color: #227AD1; }

.comment-bubble .comment-body {
  background-color: #eee; }

.bubble-above-author .comment-author:before, .bubble-below-author .comment-author:after {
  border-left: 16px solid #eee; }

li.stacked-comment {
  border-top: 1px dotted #444; }

.comment-navigation {
  border-width: 1px 0;
  border-color: #444;
  border-style: dotted; }

#footer-menu {
  border: 1px dotted #444;
  border-right-width: 0;
  border-left-width: 0; }

#footer-menu li {
  border-color: #444; }

/*# sourceMappingURL=style.css.map */
