@charset "UTF-8";
/*!
Theme Name: Kantan
Theme URI: http://underscores.me/
Author: MeowApps
Author URI: http://themes.meowapps.com/kantan/
Description: Kantan is a very clean and fast theme designed for photographers.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kantan
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Kantan is based on Underscores http://underscores.me/, (C) 2012-2016 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.io/normalize.css/
*/
/*

    ========================
    GLOSSARY
    ========================

    • Variables
    • Normalize
    • Wordpress
    • Typography
    • Layout
    • Elements
    • Shortcodes
    • Components
        • Top Bar
        • Slider
        • Post Hero
        • Post Cards
        • Photography Cards
        • Pagination
        • Post Content
        • Attachment
        • Comments
        • Footer

 */
/*--------------------------------------------------------------
# Variables
Colors, backgrounds
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:300, 300i,400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i");
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; }

a:active, a.nice-select.open,
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-search-cancel-button,
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; }

/*--------------------------------------------------------------
# Wordpress
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: #fff; }

main {
  background: #fff; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

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

/*--------------------------------------------------------------
# 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: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active, button.nice-select.open, button:focus,
input[type="button"]:active,
input[type="button"].nice-select.open,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"].nice-select.open,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"].nice-select.open,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.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. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
# 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;
  table-layout: fixed; }

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

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

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

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

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
# 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%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## 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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #9B9B9B; }

a, a:visited {
  color: #50E3C2;
  text-decoration: none; }

a:hover {
  color: #1cb18f;
  transition: .2s; }

p {
  font-family: "Playfair Display", serif;
  color: #4A4A4A;
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 1.9em; }
  p a {
    text-decoration: underline; }

ul, ol {
  margin: 1em 0; }

li {
  list-style: square;
  line-height: 1.9em;
  color: #4A4A4A; }

ol li {
  list-style: decimal; }

.center {
  text-align: center; }

h1, h2, h3 {
  color: #4A4A4A;
  font-weight: 400;
  text-transform: uppercase; }

h1 {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 5px; }

h2 {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 2px; }

h3 {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 2px; }
  h3.section-label {
    margin: 0;
    text-transform: uppercase;
    text-align: center; }

h4, h5, h6 {
  font-weight: 700; }

/*--------------------------------------------------------------
# Layout
Basic layout
--------------------------------------------------------------*/
.site-content.relative-header {
  padding-top: 55px; }

.container {
  width: 90%;
  max-width: 1360px;
  margin: auto;
  padding: 30px 0;
  overflow: hidden; }
  .container.overflow {
    overflow: visible; }
  .container.fullwidth {
    width: 100%;
    max-width: 100%; }
  .container.post-container {
    max-width: 800px; }
  .container.doublepadding {
    padding: 50px 0; }
  .container.paddingtop {
    padding: 0;
    padding-top: 30px; }
  .container.nopadding {
    padding: 0; }
  .container .col-1 {
    width: 100%;
    float: left;
    padding: 5px;
    box-sizing: border-box; }
  .container .col-2 {
    width: 50%;
    float: left;
    padding: 5px;
    box-sizing: border-box; }
  .container .col-3 {
    width: 33.33%;
    float: left;
    padding: 5px;
    box-sizing: border-box; }
  .container .col-4 {
    width: 25%;
    float: left;
    float: left;
    padding: 5px;
    box-sizing: border-box; }
  .container .col-5 {
    width: 20%;
    float: left;
    float: left;
    padding: 5px;
    box-sizing: border-box; }
  @media screen and (max-width: 1060px) {
    .container .col-4 {
      width: 33.33%; }
    .container .col-5 {
      width: 25%; } }
  @media screen and (max-width: 960px) {
    .container .col-3 {
      width: 50%; }
    .container .col-4 {
      width: 33.33%; }
    .container .col-5 {
      width: 33.33%; } }
  @media screen and (max-width: 660px) {
    .container .col-3, .container .col-4 {
      width: 100%; }
    .container .col-5 {
      width: 50%; } }

/*--------------------------------------------------------------
# Elements
Buttons etc...
--------------------------------------------------------------*/
.kantan-btn {
  font-family: "Lato", sans-serif;
  display: inline-block;
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: white !important;
  border: 2px solid white;
  transition: .1s;
  text-decoration: none; }
  .kantan-btn.green {
    border: 2px solid #50E3C2;
    background: #50E3C2; }
  .kantan-btn:hover {
    background: #50E3C2;
    border: 2px solid #50E3C2;
    transition: .1s; }

/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
.kantan-insta-feed {
  width: 100%;
  overflow: hidden; }
  .kantan-insta-feed .insta-item {
    float: left;
    padding: 5px;
    box-sizing: border-box; }
    .kantan-insta-feed .insta-item .insta-picture {
      position: relative;
      width: 100%;
      padding-top: 100%;
      box-sizing: border-box; }
      .kantan-insta-feed .insta-item .insta-picture img {
        width: 100%;
        height: 100%; }
      .kantan-insta-feed .insta-item .insta-picture a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.mwt-keywords .tag {
  display: inline-block;
  padding: 5px;
  border: 1px solid #50E3C2;
  margin: 2px;
  text-transform: lowercase; }

.mwt-section-header {
  position: relative;
  padding-bottom: 20px;
  margin-top: 20px; }
  .mwt-section-header h3 {
    display: inline;
    position: relative;
    z-index: 9;
    background: #fff;
    padding-right: 20px; }
  .mwt-section-header .line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ccc;
    top: 12.5px; }

.mwt-collections, .mwt-folders {
  overflow: hidden; }

/*--------------------------------------------------------------
# Components
All the pages components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Top Bar
Main navigation
--------------------------------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }
.no-csspointerevents .nice-select.open .list {
  display: block; }

/*--------------------------------------------------------------
# Wordpress Admin Bar
--------------------------------------------------------------*/
@media screen and (max-width: 783px) {
  #wpadminbar {
    position: fixed; } }
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header.site-header {
  width: 100%;
  position: absolute;
  z-index: 999; }
  header.site-header.relative-header {
    position: fixed;
    animation: none !important; }
  header.site-header.scrolled {
    top: auto;
    position: fixed;
    animation: slideTop linear .2s; }
@keyframes slideTop {
  0% {
    transform: translate3d(0, -70px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
  header.site-header.scrolled, header.site-header.relative-header {
    z-index: 999;
    background: #fff;
    box-shadow: 0px 0px 1px #CCC; }
    header.site-header.scrolled .site-title a, header.site-header.relative-header .site-title a {
      color: #4A4A4A; }
    header.site-header.scrolled .main-navigation ul li a, header.site-header.relative-header .main-navigation ul li a {
      color: #4A4A4A; }
    header.site-header.scrolled .main-navigation ul li.current-menu-item a, header.site-header.relative-header .main-navigation ul li.current-menu-item a {
      padding-bottom: 5px;
      border-bottom: 0px solid #4A4A4A; }
    header.site-header.scrolled .main-navigation ul li.current-menu-item ul li a, header.site-header.relative-header .main-navigation ul li.current-menu-item ul li a {
      color: #4A4A4A;
      border-bottom: none; }
    header.site-header.scrolled .main-navigation ul li.current-menu-item:hover a, header.site-header.relative-header .main-navigation ul li.current-menu-item:hover a {
      border-bottom: none; }
    header.site-header.scrolled .main-navigation ul li ul, header.site-header.relative-header .main-navigation ul li ul {
      box-shadow: 0px 0px 1px #ccc;
      background-clip: content-box; }
      header.site-header.scrolled .main-navigation ul li ul .sub-menu-indicator::after, header.site-header.relative-header .main-navigation ul li ul .sub-menu-indicator::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background: #999;
        transform: rotate(45deg);
        /* Prefixes... */
        top: 5px;
        left: -10px;
        box-shadow: 0px 0px 1px #222;
        z-index: -1; }
      header.site-header.scrolled .main-navigation ul li ul li, header.site-header.relative-header .main-navigation ul li ul li {
        position: relative;
        z-index: 9; }
    header.site-header.scrolled .main-navigation ul li:hover ul, header.site-header.relative-header .main-navigation ul li:hover ul {
      transition: 0s; }
    header.site-header.scrolled .small-device-nav .menu-select, header.site-header.relative-header .small-device-nav .menu-select {
      height: 30px;
      margin: 15px 0;
      line-height: 25px;
      background: none;
      border: 2px solid #4A4A4A;
      border-radius: 0;
      color: #4A4A4A; }
      header.site-header.scrolled .small-device-nav .menu-select::after, header.site-header.relative-header .small-device-nav .menu-select::after {
        border-bottom: 2px solid #4A4A4A;
        border-right: 2px solid #4A4A4A; }

/*--------------------------------------------------------------
## Site Branding
--------------------------------------------------------------*/
.site-branding {
  width: 40%;
  float: left;
  box-sizing: border-box;
  padding-left: 20px; }
  .site-branding .site-logo {
    height: 50px;
    line-height: 50px; }
    .site-branding .site-logo img {
      max-height: 100%;
      vertical-align: middle; }
  .site-branding .site-title {
    line-height: 50px; }
    .site-branding .site-title a {
      color: white;
      font-size: 18px;
      letter-spacing: 1px; }

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.main-navigation {
  width: 60%;
  float: left;
  text-align: right;
  box-sizing: border-box;
  padding-right: 20px; }
  .main-navigation #menu-current-item-indicator {
    position: absolute;
    top: 10px;
    width: 50px;
    height: 2px;
    border-radius: 6px;
    background: #50E3C2; }
  .main-navigation ul {
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 50px; }
    .main-navigation ul li {
      position: relative;
      display: inline-block;
      padding-left: 15px;
      line-height: 50px;
      font-weight: 400; }
      .main-navigation ul li a {
        color: white;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: .8; }
      .main-navigation ul li.current-menu-item {
        font-weight: 600; }
        .main-navigation ul li.current-menu-item a {
          padding-bottom: 5px;
          border-bottom: 0px solid white;
          opacity: 1; }
        .main-navigation ul li.current-menu-item ul li a {
          color: #4A4A4A;
          border-bottom: none; }
        .main-navigation ul li.current-menu-item:hover a {
          border-bottom: none; }
      .main-navigation ul li ul {
        position: absolute;
        top: 45px;
        opacity: 0;
        visibility: hidden;
        width: 200px;
        background: #fff;
        background-clip: content-box;
        right: 0px;
        transition: opacity .1s; }
        .main-navigation ul li ul .sub-menu-indicator {
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-bottom: 7px solid #fff;
          position: absolute;
          top: -7px; }
        .main-navigation ul li ul li {
          display: block;
          padding: 0;
          width: 100%;
          text-align: center;
          line-height: 25px; }
          .main-navigation ul li ul li:first-of-type {
            padding-top: 12px; }
          .main-navigation ul li ul li:last-of-type {
            padding-bottom: 10px; }
          .main-navigation ul li ul li a {
            font-size: 12px;
            color: #4A4A4A;
            letter-spacing: 1px; }
        .main-navigation ul li ul ul {
          display: none; }
      .main-navigation ul li:hover a {
        opacity: 1; }
      .main-navigation ul li:hover ul {
        opacity: 1;
        visibility: visible;
        transition: opacity .3s; }

.small-device-nav {
  display: none;
  box-sizing: border-box;
  padding-right: 20px;
  width: 20%;
  float: left;
  text-align: right;
  line-height: 50px;
  text-transform: uppercase; }
  .small-device-nav .menu-select {
    height: 30px;
    margin: 10px 0;
    line-height: 25px;
    background: none;
    border: 2px solid white;
    border-radius: 0;
    color: white; }
    .small-device-nav .menu-select::after {
      border-bottom: 2px solid white;
      border-right: 2px solid white; }
    .small-device-nav .menu-select ul {
      margin: 0;
      margin-top: 5px;
      border-radius: 0;
      color: #4A4A4A; }
      .small-device-nav .menu-select ul li.child {
        padding-left: 30px; }

@media screen and (max-width: 660px) {
  .main-navigation {
    display: none; }

  .site-branding {
    width: 80%; }

  .small-device-nav {
    display: block; } }
/*--------------------------------------------------------------
## Slider
Homepage / Archive slider
--------------------------------------------------------------*/
.kantan-slider {
  position: relative;
  width: 100%;
  background: #222;
  height: 90vh;
  max-height: 600px; }
  .kantan-slider .slide {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s; }
    .kantan-slider .slide.active {
      opacity: 1;
      z-index: 9;
      transition: .5s; }
    .kantan-slider .slide .slide-background {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .kantan-slider .slide .hero-filter {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2); }
    .kantan-slider .slide .slide-content {
      position: relative;
      text-align: center;
      width: 660px; }
      .kantan-slider .slide .slide-content h1 {
        color: white;
        text-transform: uppercase;
        margin-bottom: 40px; }
  .kantan-slider .slider-nav {
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: 30px;
    text-align: center;
    cursor: default; }
    .kantan-slider .slider-nav .slide-nav-marker {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 0 2px;
      background: white;
      border-radius: 4px;
      cursor: pointer;
      transition: .3s; }
      .kantan-slider .slider-nav .slide-nav-marker.active {
        width: 40px;
        background: #50E3C2;
        transition: .3s; }

/*--------------------------------------------------------------
## Hero Section
Big header, minimal one
--------------------------------------------------------------*/
.post-hero, .post-minimal-hero, .photography-page-hero {
  position: relative;
  width: 100%;
  background: #222;
  height: 90vh;
  max-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .post-hero .hero-background, .post-minimal-hero .hero-background, .photography-page-hero .hero-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .post-hero .hero-filter, .post-minimal-hero .hero-filter, .photography-page-hero .hero-filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222;
    opacity: .2; }
  .post-hero .hero-content, .post-minimal-hero .hero-content, .photography-page-hero .hero-content {
    position: relative;
    text-align: center;
    width: 660px;
    transform: translate3d(0, 0, 0); }
    .post-hero .hero-content .post-category a, .post-minimal-hero .hero-content .post-category a, .photography-page-hero .hero-content .post-category a {
      color: white;
      opacity: .8;
      text-transform: uppercase; }
      .post-hero .hero-content .post-category a:hover, .post-minimal-hero .hero-content .post-category a:hover, .photography-page-hero .hero-content .post-category a:hover {
        opacity: 1; }
    .post-hero .hero-content h1, .post-minimal-hero .hero-content h1, .photography-page-hero .hero-content h1 {
      color: white;
      text-transform: uppercase;
      margin: 0; }
  .post-hero .post-author, .post-minimal-hero .post-author, .photography-page-hero .post-author {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    text-align: center; }
    .post-hero .post-author.breadcrumb-exists, .post-minimal-hero .post-author.breadcrumb-exists, .photography-page-hero .post-author.breadcrumb-exists {
      bottom: 60px; }
    .post-hero .post-author .post-author-container, .post-minimal-hero .post-author .post-author-container, .photography-page-hero .post-author .post-author-container {
      display: inline-block; }
      .post-hero .post-author .post-author-container .left-div, .post-minimal-hero .post-author .post-author-container .left-div, .photography-page-hero .post-author .post-author-container .left-div {
        display: inline-block;
        vertical-align: middle; }
        .post-hero .post-author .post-author-container .left-div .author-picture, .post-minimal-hero .post-author .post-author-container .left-div .author-picture, .photography-page-hero .post-author .post-author-container .left-div .author-picture {
          width: 50px;
          height: 50px;
          border: 2px solid white; }
      .post-hero .post-author .post-author-container .right-div, .post-minimal-hero .post-author .post-author-container .right-div, .photography-page-hero .post-author .post-author-container .right-div {
        display: inline-block;
        padding-left: 20px;
        vertical-align: middle;
        font-style: italic;
        font-weight: 300;
        color: white;
        letter-spacing: 1px;
        text-align: left; }
        .post-hero .post-author .post-author-container .right-div .posted-on, .post-minimal-hero .post-author .post-author-container .right-div .posted-on, .photography-page-hero .post-author .post-author-container .right-div .posted-on {
          font-size: 14px; }

.post-minimal-hero {
  height: 300px; }

.photography-page-hero .hero-content .author-picture {
  display: inline-block;
  width: 90px;
  height: 90px;
  border: 2px solid white;
  margin-bottom: 20px; }
.photography-page-hero .hero-content .bio {
  font-family: "Lato", sans-serif;
  line-height: 25px;
  font-weight: 400;
  font-size: 18px;
  color: white;
  margin-bottom: 0;
  margin-top: 0; }
.photography-page-hero .hero-content .social-networks {
  margin-top: 20px; }
  .photography-page-hero .hero-content .social-networks i {
    font-size: 30px;
    color: white; }

/*--------------------------------------------------------------
## Post Cards
--------------------------------------------------------------*/
.masonry-post-card, .classic-post-card {
  width: 33.33%;
  padding: 20px;
  box-sizing: border-box; }
  .masonry-post-card .content, .classic-post-card .content {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 1px #CCC;
    background: #fff; }
    .masonry-post-card .content .card-header-image, .classic-post-card .content .card-header-image {
      display: block;
      width: 100%;
      height: 200px;
      background: #222; }
    .masonry-post-card .content .card-body, .classic-post-card .content .card-body {
      padding: 30px;
      text-align: center; }
      .masonry-post-card .content .card-body h3, .classic-post-card .content .card-body h3 {
        text-transform: uppercase;
        font-weight: 900;
        margin: 0; }
      .masonry-post-card .content .card-body .post-category, .classic-post-card .content .card-body .post-category {
        display: inline-block;
        font-size: 12px;
        letter-spacing: 1px;
        margin: 10px 0; }
      .masonry-post-card .content .card-body p, .classic-post-card .content .card-body p {
        font-size: 14px;
        line-height: 24px;
        margin: 10px 0;
        color: #4A4A4A; }

@media screen and (max-width: 960px) {
  .masonry-post-card {
    width: 50%; } }
@media screen and (max-width: 660px) {
  .masonry-post-card {
    width: 100%; } }
.classic-post-card {
  position: relative;
  width: 100%; }
  .classic-post-card .content .card-header-image {
    height: 350px; }

/*--------------------------------------------------------------
## Photography Cards
--------------------------------------------------------------*/
.collection-card .collection-image {
  display: block;
  width: 100%;
  height: 150px;
  box-shadow: 0px 0px 1px #ccc;
  background: #222; }
.collection-card .collection-title {
  margin-top: 5px;
  font-size: 18px; }
  .collection-card .collection-title a {
    color: #4A4A4A; }
.collection-card .collection-metadatas {
  margin-top: -5px;
  opacity: .8; }

.folder-card {
  box-shadow: 0px 0px 1px #ccc;
  color: #4A4A4A;
  background: #fff; }
  .folder-card .folder-image {
    width: 100%;
    height: 150px;
    background: #222; }
  .folder-card .folder-infos {
    padding: 20px;
    text-align: center; }
    .folder-card .folder-infos .folder-name {
      margin-top: 5px;
      font-size: 18px;
      color: #4A4A4A; }
    .folder-card .folder-infos .folder-metadatas {
      color: #4A4A4A;
      opacity: .8; }

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination {
  text-align: center; }
  .pagination .page-numbers {
    display: inline-block;
    margin: 0 2px;
    padding: 10px 15px;
    border: 2px solid #50E3C2; }
    .pagination .page-numbers.current, .pagination .page-numbers:hover {
      color: white;
      background: #50E3C2;
      transition: .2s; }

/*--------------------------------------------------------------
## Post Content
--------------------------------------------------------------*/
.meow-breadcrumb {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: -40px; }
  .meow-breadcrumb .breadcrumb-items-container {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    border-radius: 5px 5px 0 0; }
    .meow-breadcrumb .breadcrumb-items-container .breadcrumb-item {
      display: inline-block;
      font-size: 14px;
      background: #fff;
      padding: 0 10px;
      line-height: 40px;
      color: #9B9B9B; }
      .meow-breadcrumb .breadcrumb-items-container .breadcrumb-item.active {
        color: #4A4A4A; }

.post-navigation {
  width: 100%; }
  .post-navigation .nav-previous, .post-navigation .nav-next {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
    .post-navigation .nav-previous a, .post-navigation .nav-next a {
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: 2px; }
  .post-navigation .nav-next {
    text-align: right; }

figure figcaption {
  font-size: 14px;
  color: #9B9B9B;
  letter-spacing: 1.29px;
  line-height: 30px;
  font-weight: 300; }

blockquote p {
  font-size: 24px;
  letter-spacing: 1.3px;
  color: #50E3C2; }
  blockquote p::before {
    content: "“";
    font-size: 40px;
    vertical-align: bottom;
    margin-right: 5px; }
  blockquote p::after {
    content: "”";
    font-size: 40px;
    vertical-align: bottom;
    margin-left: 5px; }

.post-author-details-container {
  width: 80%;
  margin: 30px auto; }
  .post-author-details-container .post-author-details {
    display: flex;
    flex-direction: row; }
    .post-author-details-container .post-author-details .author-picture {
      display: inline-block;
      min-width: 120px;
      max-width: 120px;
      width: 120px;
      height: 120px;
      flex-grow: 0;
      vertical-align: middle; }
    .post-author-details-container .post-author-details .author-infos {
      display: inline-block;
      flex-grow: 1;
      padding-left: 20px;
      vertical-align: middle; }
      .post-author-details-container .post-author-details .author-infos .author-name h3 {
        margin: 0; }
      .post-author-details-container .post-author-details .author-infos .author-bio {
        font-family: "Lato", sans-serif;
        line-height: 1.5em;
        margin: 0;
        margin-top: 10px; }

/*--------------------------------------------------------------
## Attachment
--------------------------------------------------------------*/
.attachment-container img {
  width: 100%; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-section {
  background: #ECF0F1; }
  .comments-section #comments ol, .comments-section #comments ul, .comments-section #comments li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .comments-section #comments ol.comment-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .comments-section #comments ol.comment-list .comment {
      position: relative;
      background: #fff;
      box-shadow: 0px 0px 1px #ddd;
      padding: 20px;
      margin-bottom: 20px; }
      .comments-section #comments ol.comment-list .comment.bypostauthor {
        border-left: 3px solid #50E3C2; }
      .comments-section #comments ol.comment-list .comment .comment-header .comment-author-profil-picture {
        display: inline-block;
        width: 50px;
        height: 50px;
        vertical-align: middle; }
      .comments-section #comments ol.comment-list .comment .comment-header .comment-meta {
        display: inline-block;
        padding-left: 10px;
        vertical-align: middle;
        font-style: italic;
        font-weight: 300;
        letter-spacing: 1px;
        text-align: left; }
        .comments-section #comments ol.comment-list .comment .comment-header .comment-meta .posted-on {
          font-size: 14px; }
      .comments-section #comments ol.comment-list .comment .comment-content p {
        margin-bottom: 0;
        letter-spacing: 1.29px; }
      .comments-section #comments ol.comment-list .comment .reply-link {
        position: absolute;
        top: 20px;
        right: 20px; }
    .comments-section #comments ol.comment-list ol.children {
      margin-left: 40px; }
      .comments-section #comments ol.comment-list ol.children ol.children {
        margin-left: 0; }
  .comments-section hr {
    margin: 40px 0; }
  .comments-section .comment-form {
    text-align: center; }
    .comments-section .comment-form .comment-notes {
      display: none; }
    .comments-section .comment-form p {
      display: block;
      line-height: 0;
      margin: 0; }
    .comments-section .comment-form textarea {
      font-family: "Playfair Display", serif;
      border: 0;
      border-radius: 0;
      border: 0.5px solid #ddd;
      border-bottom: none;
      padding: 20px;
      letter-spacing: 1.29px;
      margin-bottom: 0px;
      background: #fff;
      color: #4A4A4A; }
    .comments-section .comment-form textarea:focus, .comments-section .comment-form input:focus {
      outline: none; }
    .comments-section .comment-form .user-infos {
      display: flex;
      max-width: 100%;
      width: 100%;
      flex-direction: row; }
      .comments-section .comment-form .user-infos input {
        min-width: 25%;
        border: 0;
        border-radius: 0;
        border: 0.5px solid #ddd;
        border-left: none;
        padding: 10px 20px;
        letter-spacing: 1.29px;
        flex-grow: 1;
        background: #fff; }
      .comments-section .comment-form .user-infos .submit-button {
        width: 100%;
        margin: 0 auto;
        border: 0.5px solid #ddd;
        box-shadow: none; }
    .comments-section .comment-form #submit {
      display: none; }
    .comments-section .comment-form .submit-button {
      border-radius: 0;
      display: block;
      cursor: pointer;
      display: inline-block;
      padding: 10px 20px;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 3px;
      color: white !important;
      transition: .1s;
      background: #50E3C2;
      border: 2px solid #50E3C2;
      box-shadow: 0px 0px 1px #CCC; }
      .comments-section .comment-form .submit-button:hover {
        background: #24dcb3;
        transition: .2s; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-widget-area {
  width: 100%;
  background: #252B33; }
  .footer-widget-area .col-1 {
    float: none;
    width: 70%;
    margin: auto; }
  .footer-widget-area .col-2 {
    display: inline-block;
    width: 50%;
    margin: auto; }
  .footer-widget-area .col-2, .footer-widget-area .col-1 {
    text-align: center !important; }
    .footer-widget-area .col-2 li, .footer-widget-area .col-2 ul, .footer-widget-area .col-1 li, .footer-widget-area .col-1 ul {
      list-style: none;
      margin: 0;
      padding: 0; }
  .footer-widget-area .col-1, .footer-widget-area .col-2, .footer-widget-area .col-3 {
    padding: 0 20px; }
  .footer-widget-area .widget .widget-title {
    color: white;
    text-align: center;
    font-weight: 300; }
  .footer-widget-area .widget li {
    color: #777; }
    .footer-widget-area .widget li a {
      color: #ABB0B7; }
  .footer-widget-area .widget p {
    font-family: "Lato", sans-serif;
    color: #777;
    line-height: 1.5em; }
  .footer-widget-area .widget.widget_search .search-form {
    font-size: 0;
    text-align: center; }
    .footer-widget-area .widget.widget_search .search-form .search-field {
      font-family: "Lato", sans-serif;
      display: inline-block;
      padding: 10px 10px;
      border-radius: 0;
      background: none;
      border: 2px solid white;
      border-right: none;
      color: white;
      vertical-align: top;
      font-size: 14px; }
      .footer-widget-area .widget.widget_search .search-form .search-field:focus {
        outline: none; }
    .footer-widget-area .widget.widget_search .search-form .search-submit {
      font-family: "Lato", sans-serif;
      display: inline-block;
      display: inline-block;
      padding: 10px 10px;
      border-radius: 0;
      background: white;
      border: 2px solid white;
      color: #4A4A4A;
      font-family: sans-serif;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 1.5em;
      vertical-align: top; }
  .footer-widget-area .widget.widget_tag_cloud a {
    font-size: .9em !important;
    display: inline-block;
    padding: 5px;
    border: 1px solid #50E3C2;
    margin: 2px 0; }

footer.site-footer {
  padding: 20px 0;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 14px; }

footer.site-footer .social-networks {
  margin: 20px 0; }
  footer.site-footer .social-networks i {
    font-size: 25px; }
