@charset "UTF-8";
/*!
Theme Name: Zensaki
Author URI: https://nathanshanahan.com
Description: Design By Brett Layton at TwoFromTwo, Developed by Nathan Shanahan
Version: v2.2
Author: Nathan Shanahan
*/
/* ===============================================
		CONFIG MODULES
===============================================	*/
/* ===============================================
		Fonts Families
===============================================	*/
/* ===============================================
		Font Sizes & Weights
===============================================	*/
/* ===============================================
		Colors
===============================================	*/
/* ===============================================
		Break Points
===============================================	*/
/* ===============================================
		Spacing 
===============================================	*/
/* ===============================================
		Flexbox
		@include flexbox(row, $mobile);
===============================================	*/
/* ===============================================
		Row Machine
		@include rowMachine(3,5%,$mobile);
===============================================	*/
/* ===============================================
		Grids
===============================================	*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, main, nav, section, cite {
  display: block; }

html {
  height: 100%; }

body {
  line-height: 1;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

*,
*:after,
*:before {
  min-height: 0;
  min-width: 0;
  box-sizing: border-box; }

/* ===============================================
 		Restore Google Maps Images
 ===============================================	*/
.google-maps-link {
  max-width: 100%; }

.gmnoprint img {
  max-width: none;
  z-index: 9999; }

/* ===============================================
		Wordpress admin
===============================================	*/
#wpadminbar #wp-admin-bar-my-account.with-avatar > a img, #wp-admin-bar-user-info .avatar {
  min-width: 0px; }

/* ===============================================
		Group Clearfix
===============================================	*/
.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.group {
  display: inline-block; }

/* start commented backslash hack \*/
* html .group {
  height: 1%; }

.group {
  display: block; }

/* ===============================================
		No Script 
===============================================	*/
.no-js [data-srcset] {
  display: none; }

#noscript-warning {
  position: fixed;
  top: 150px;
  width: 30%;
  max-width: 450px;
  background: #1a171b;
  color: #fff;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
  z-index: 0;
  line-height: 24px;
  padding-left: 1em;
  padding-right: 1em; }
  @media (max-width: 415px) {
    #noscript-warning {
      display: none; } }

/* Global Styles */
@media (max-width: 415px) {
  html, body {
    max-width: 100vw;
    overflow-x: hidden; } }

body {
  color: #1a171b;
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: 100vw; }

.main {
  padding: 20px;
  background: #fff; }

a {
  text-decoration: none;
  color: inherit; }

a:focus {
  outline: thin dotted; }

a:active {
  border: none; }

img {
  max-width: 100%;
  min-width: 100%; }

img[src$=".jpg"] {
  background: #f2f1ef;
  background: linear-gradient(#ffffff, #f2f1ef); }

figure.image {
  font-size: 0; }

.btn {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center; }
  .btn a {
    color: inherit;
    flex: 1;
    padding: 8px 12px;
    border: 2px solid;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
    min-width: 240px; }
    .btn a:hover {
      color: #fff; }
    .btn a:focus {
      border-color: #fff;
      outline: none; }
  .btn a + a {
    margin-left: .5em; }

/* ===============================================
		Responsive 
===============================================	*/
@media (max-width: 767px) {
  .large-screen {
    display: none; } }

@media (min-width: 767px) {
  .small-screen {
    display: none !important; } }

/* ===============================================
		js classes
===============================================	*/
.visually_hidden {
  opacity: 0;
  visibility: hidden; }

/* ===============================================
		Overflows
===============================================	*/
.overflow-x {
  overflow-x: visible; }

/* ===============================================
		Sticky Footer
===============================================	*/
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.container-full_page {
  flex: 1; }

/* ===============================================
		IE WARNING
===============================================	*/
.ie-warning {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  min-height: 150px;
  padding: 20px;
  background: red;
  color: white;
  z-index: 9999; }
  .ie-warning h1 {
    font-size: 22px; }

/* ===============================================
		Site Credits 
===============================================	*/
body.site-credits .main,
body.error404 .main {
  display: flex;
  min-height: calc(100vh - 140px);
  flex-direction: column; }

body.site-credits .module--text,
body.error404 .module--text {
  flex: 1; }

/* ===============================================
		Z-index layers 
===============================================	*/
.layer_01 {
  position: relative;
  z-index: 1; }

.layer_02 {
  position: relative;
  z-index: 2; }

.layer_03 {
  position: relative;
  z-index: 3; }

.layer_04 {
  position: relative;
  z-index: 4; }

.layer_05 {
  position: relative;
  z-index: 5; }

.layer_06 {
  position: relative;
  z-index: 6; }

/* ===============================================
    Global HR 
===============================================	*/
hr {
  margin: 0 auto 1em 0;
  max-width: 75px;
  display: block;
  border: none;
  border-bottom: 1px solid #fdd300; }

body {
  font-family: "termina", sans-serif;
  font-size: 14px;
  line-height: 1.714; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1; }

p + p, ul + p, ol + p {
  padding-top: 1.4em; }

ul {
  font-size: 0px; }
  ul li {
    font-size: 14px; }

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5 {
  font-family: "termina", sans-serif;
  font-size: 24px;
  padding-bottom: 1em;
  padding-top: 1em; }

.wysiwyg li h1, .wysiwyg li h2, .wysiwyg li h3, .wysiwyg li h4, .wysiwyg li h5 {
  font-family: "termina", sans-serif;
  font-size: 14px;
  padding-bottom: 0em;
  padding-top: 1em;
  font-weight: 600; }

.wysiwyg ul {
  font-size: 14px;
  padding-top: 1em;
  list-style-type: disc;
  list-style-position: inside; }
  .wysiwyg ul ul {
    padding-left: 1em;
    padding-top: 0; }

.wysiwyg ol {
  list-style-type: none; }

.wysiwyg p {
  font-size: 14px; }

.wysiwyg a {
  text-decoration: underline; }
  .wysiwyg a:hover {
    color: #fdd300; }

.wysiwyg strong {
  font-weight: 600; }

/* ===============================================
		Titles
===============================================	*/
.title {
  font-family: "termina", sans-serif;
  font-size: 20px;
  line-height: 34px;
  padding-bottom: 1em; }
  @media (max-width: 767px) {
    .title {
      font-size: 16px;
      line-height: 1.5; } }

.sub--title {
  font-family: "termina", sans-serif;
  font-weight: 600;
  font-size: 14px; }

.text--title {
  font-family: "termina", sans-serif;
  font-weight: 600;
  font-size: 14px; }

.social-icon {
  width: 28px;
  fill: #1a171b; }

/* ===============================================
		Wraps / Content Letterboxing
===============================================	*/
.wrap--page {
  position: relative;
  margin: 0 auto;
  max-width: 1160px;
  width: 100%; }

.wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px; }
  @media (max-width: 1140px) {
    .wrap {
      padding-left: 2.5%;
      padding-right: 2.5%; } }
  @media (max-width: 767px) {
    .wrap {
      padding-left: 8%;
      padding-right: 8%; } }

.wrap-responsive {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px; }
  @media (max-width: 1140px) {
    .wrap-responsive {
      padding-left: 2.5%;
      padding-right: 2.5%; } }
  @media (max-width: 767px) {
    .wrap-responsive {
      padding-left: 0;
      padding-right: 0; } }

/*
.inner-inner {
	max-width: $innerwrap_width;
	@media (max-width: $innerwrap_width + 40px) {
		 		
	}
}
*/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  position: relative;
  z-index: 1; }

.flexslider .slides > li,
.slideshow .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

/* Control Nav */
.flex-control-nav {
  z-index: 9; }

.flex-control-nav li {
  margin: 0 4px;
  display: block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: none;
  cursor: pointer;
  background: #fff;
  font-size: 0;
  border-radius: 40px;
  transition: background .2s ease-in-out;
  outline: none; }

.flex-control-paging li a:hover {
  background: rgba(255, 255, 255, 0.8); }

.flex-control-paging li a:focus {
  background: #1a171b; }

.flex-control-paging li a.flex-active {
  cursor: default;
  background: #1a171b; }

/*
     _ _      _       _
 ___| (_) ___| | __  (_)___
/ __| | |/ __| |/ /  | / __|
\__ \ | | (__|   < _ | \__ \
|___/_|_|\___|_|\_(_)/ |___/
                   |__/

 Version: 1.6.0
  Author: Ken Wheeler
 Website: http://kenwheeler.github.io
    Docs: http://kenwheeler.github.io/slick
    Repo: http://github.com/kenwheeler/slick
  Issues: http://github.com/kenwheeler/slick/issues

 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-active:focus,
.slick-slide:focus {
  outline: 0; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.post-previews--prev,
.post-previews--next {
  fill: #fdd300;
  cursor: pointer;
  width: 66px; }
  .post-previews--prev:hover,
  .post-previews--next:hover {
    fill: #eceded; }

.copyright-footer {
  background: #1a171b;
  color: #fff;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative; }
  .copyright-footer .zensaki-logo-icon {
    fill: #fdd300;
    max-width: 72px;
    display: block;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .copyright-footer .zensaki-logo-icon {
        margin-right: 8%; } }
  .copyright-footer .copyright {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: .8em;
    font-weight: 600; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  position: relative;
  z-index: 1; }

.flexslider .slides > li,
.slideshow .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

/* Control Nav */
.flex-control-nav {
  z-index: 9; }

.flex-control-nav li {
  margin: 0 4px;
  display: block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: none;
  cursor: pointer;
  background: #fff;
  font-size: 0;
  border-radius: 40px;
  transition: background .2s ease-in-out;
  outline: none; }

.flex-control-paging li a:hover {
  background: rgba(255, 255, 255, 0.8); }

.flex-control-paging li a:focus {
  background: #1a171b; }

.flex-control-paging li a.flex-active {
  cursor: default;
  background: #1a171b; }

/*
     _ _      _       _
 ___| (_) ___| | __  (_)___
/ __| | |/ __| |/ /  | / __|
\__ \ | | (__|   < _ | \__ \
|___/_|_|\___|_|\_(_)/ |___/
                   |__/

 Version: 1.6.0
  Author: Ken Wheeler
 Website: http://kenwheeler.github.io
    Docs: http://kenwheeler.github.io/slick
    Repo: http://github.com/kenwheeler/slick
  Issues: http://github.com/kenwheeler/slick/issues

 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-active:focus,
.slick-slide:focus {
  outline: 0; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.post-previews--prev,
.post-previews--next {
  fill: #fdd300;
  cursor: pointer;
  width: 66px; }
  .post-previews--prev:hover,
  .post-previews--next:hover {
    fill: #eceded; }

/* ===============================================
		Modules
===============================================	*/
/* ===============================================
		Placeholder
===============================================	*/
input::input-placeholder {
  color: inherit;
  text-transform: none;
  font-family: "termina", sans-serif;
  transition: color .5s ease-in;
  font-size: 12px; }

input:focus::input-placeholder {
  color: inherit; }

.input::-webkit-input-placeholder {
  color: inherit;
  text-transform: none;
  font-family: "termina", sans-serif;
  transition: color .5s ease-in;
  font-size: 12px; }

.input:focus::-webkit-input-placeholder {
  color: inherit; }

/* Firefox < 19 */
.input:-moz-placeholder {
  color: inherit;
  text-transform: none;
  font-family: "termina", sans-serif;
  transition: color .5s ease-in;
  font-size: 12px; }

.input:focus:-moz-placeholder {
  color: #9d90a1; }

/* Firefox > 19 */
.input::-moz-placeholder {
  color: inherit;
  text-transform: none;
  font-family: "termina", sans-serif;
  transition: color .5s ease-in;
  font-size: 12px; }

.input:focus::-moz-placeholder {
  color: #9d90a1; }

/* Internet Explorer 10 */
.input:-ms-input-placeholder {
  color: inherit;
  text-transform: none;
  font-family: "termina", sans-serif;
  transition: color 1s ease-in;
  font-size: 12px; }

.input:focus:-ms-input-placeholder {
  color: inherit; }

/* ===============================================
		Autofill 
===============================================	*/
/* This overides the google autofill background yellow styling. Puts a white box shadow over it */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset; }

/* ===============================================
		Input
===============================================	*/
.input {
  -webkit-appearance: none;
  border-radius: 0;
  background: none;
  padding: 12px 8px;
  background: none;
  font-size: 16px;
  border: 1px solid transparent;
  border-bottom: 1px dotted rgba(26, 23, 27, 0.5);
  transition: all .2s ease-in-out;
  color: inherit; }

/* ===============================================
		Focus
===============================================	*/
.input:focus {
  outline: 0;
  border-bottom: 1px solid #1a171b; }

/* ===============================================
		Error 
===============================================	*/
.error::-webkit-input-placeholder, .error:-moz-placeholder, .error::-moz-placeholder, error:-ms-input-placeholder {
  color: #cc0000; }

/* ===============================================
		Image Containers 
===============================================	*/
/*

.container-image {
  position: relative;
  overflow: hidden;
  img {
    position: absolute;
    top:0;
    bottom:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.image_container--1_1 {
  padding-bottom: 100%;
}

.image_container--16_9 {
  padding-bottom: 56.25%;
}

.image_container--6_4 {
  padding-bottom: 66.666%;
}

.image_container--1_2 { 
  padding-bottom: 200%; 
}

.image_container--4_1 { 
  padding-bottom: 25%; 
}

.image_container--4_6 { 
  padding-bottom: 150%; 
}
*/
/* ===============================================
		Background Image
===============================================	*/
.image--background-image {
  background-size: cover;
  background-repeat: no-repeat; }

/* ===============================================
		CMS Helper Functions
===============================================	*/
.background-position--center--top {
  background-position: center top; }

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

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

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

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

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

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

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

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

/* ===============================================
		Image - Image with Overlay
===============================================	*/
.module--image {
  margin-bottom: 104px; }
  .module--image .image-container {
    padding-bottom: 42.1875%;
    background-size: cover; }
    @media (max-width: 415px) {
      .module--image .image-container {
        padding-bottom: 100%; } }

.module--image.image--overlay-text {
  position: relative; }
  .module--image.image--overlay-text .overlay-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 14%;
    padding-right: 14%;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 1;
    font-family: "termina", sans-serif;
    text-align: center;
    text-shadow: 2px 2px 10px rgba(26, 23, 27, 0.8); }
    @media (max-width: 415px) {
      .module--image.image--overlay-text .overlay-container {
        font-size: 28px;
        text-shadow: 2px 2px 5px #1a171b; } }
  .module--image.image--overlay-text .text-container {
    max-width: 900px; }

.module--intro-screen {
  background: #fdd300;
  position: relative; }
  .module--intro-screen .slideshow .slide__content {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .module--intro-screen .slideshow .flex-control-nav {
    z-index: 5;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%); }
    @media (max-width: 767px) {
      .module--intro-screen .slideshow .flex-control-nav {
        right: 5%;
        transform: translate(0, -30%); } }
    .module--intro-screen .slideshow .flex-control-nav li {
      margin-top: .5em; }
  .module--intro-screen .title {
    padding-top: 92px;
    padding-bottom: 92px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 665px; }
    @media (max-width: 767px) {
      .module--intro-screen .title {
        padding-top: 2em;
        padding-bottom: 2em;
        padding-left: 8%;
        padding-right: 8%; } }

.header-logo-container {
  padding-top: 68px;
  padding-bottom: 60px;
  position: relative; }
  .header-logo-container .zensaki-logo {
    margin: 0 auto;
    width: 215px;
    display: block; }
  .header-logo-container .social-media-icons {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%); }
    @media (max-width: 767px) {
      .header-logo-container .social-media-icons {
        display: none; } }

.zen-container .image, .saki-container .image {
  height: 262px; }

.zen-container .kanji, .saki-container .kanji {
  width: 166px;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(26, 23, 27, 0.4));
  filter: drop-shadow(5px 5px 5px rgba(26, 23, 27, 0.4)); }

@media (max-width: 767px) {
  .zen-container .image, .saki-container .image {
    height: 120px; }
  .zen-container .kanji, .saki-container .kanji {
    width: 70px; } }

.zen-container {
  border-top-left-radius: 1088px;
  border-top-right-radius: 1088px;
  width: 520px;
  height: 260px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5em; }
  .zen-container .kanji {
    transform: translate(-50%, -45%); }
  @media (max-width: 767px) {
    .zen-container {
      border-top-left-radius: 480px;
      border-top-right-radius: 480px;
      width: 240px;
      height: 120px;
      margin-bottom: .5em; } }

.saki-container {
  border-bottom-left-radius: 1088px;
  border-bottom-right-radius: 1088px;
  width: 520px;
  height: 260px;
  overflow: hidden;
  position: relative; }
  .saki-container .kanji {
    transform: translate(-50%, -55%); }
  @media (max-width: 767px) {
    .saki-container {
      border-bottom-left-radius: 480px;
      border-bottom-right-radius: 480px;
      width: 240px;
      height: 120px; } }

/* ===============================================
   Navigation
=============================================== */
.zensaki-navigation {
  position: absolute;
  z-index: 10;
  left: 36px;
  top: 50%;
  transform: translate(0, -50%); }
  @media (max-width: 767px) {
    .zensaki-navigation {
      display: none; } }

.page_navigation {
  writing-mode: tb-rl;
  transform: rotate(180deg); }
  .page_navigation li {
    display: inline-block;
    font-weight: 600;
    padding-bottom: 8px; }
    .page_navigation li:not(:last-of-type):after {
      content: '•';
      padding-top: 8px; }

/* ===============================================
    Small Screen Specific Styles
=============================================== */
.social-media-icons--small-screen {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center; }

.module--text-block {
  background: #1a171b;
  color: #fff;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 110px; }
  @media (max-width: 767px) {
    .module--text-block {
      padding-top: 6em;
      padding-bottom: 5em; } }
  .module--text-block .text-container {
    display: block;
    margin: 0 auto;
    max-width: 665px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .module--text-block .text-container {
        padding-left: 10%;
        padding-right: 10%; } }

.module--menu {
  background: #fdd300;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 110px; }
  .module--menu .text-container {
    display: block;
    margin: 0 auto;
    max-width: 665px;
    text-transform: uppercase; }
  .module--menu .title-menu {
    max-width: 170px;
    margin-bottom: 1em; }
  @media (max-width: 767px) {
    .module--menu {
      padding-top: 6em;
      padding-bottom: 4em;
      padding-left: 8%;
      padding-right: 8%; }
      .module--menu .title-menu {
        margin-bottom: 2em; }
      .module--menu p:first-of-type {
        margin-bottom: 2em; } }

.module--visit {
  background: #eceded;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 110px; }
  .module--visit .title-container {
    display: block;
    margin: 0 auto;
    max-width: 665px;
    text-transform: uppercase;
    padding-bottom: 2em; }
    @media (max-width: 767px) {
      .module--visit .title-container {
        padding-left: 8%;
        padding-right: 8%; } }
  .module--visit .title-visit-us {
    max-width: 230px;
    margin-bottom: 1em; }
    @media (max-width: 767px) {
      .module--visit .title-visit-us {
        max-width: 200px;
        margin-bottom: 2em; } }

.location {
  width: 47.5%;
  float: left; }
  .location:nth-child(n) {
    margin-right: 5%; }
  .location:nth-child(2n) {
    margin-right: 0; }
  .location:nth-child(2n + 1) {
    clear: left; }
  .location:nth-child(n + 3) {
    margin-top: 5%; }
  @media (max-width: 415px) {
    .location {
      width: 100%; }
      .location:nth-child(n) {
        margin-right: 0; }
      .location:nth-child(2n) {
        margin-right: 0;
        clear: none; }
      .location:nth-child(n + 3) {
        margin-top: 0;
        clear: none; } }
  .location .image {
    padding-bottom: 60%; }
  .location .text-container {
    font-weight: 600;
    padding-top: 2em; }
    @media (max-width: 767px) {
      .location .text-container {
        padding-bottom: 2em; } }

.module--gallery .module__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 205px 155px 158px 45px 160px 204px 204px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .module--gallery .module__content {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 205px 155px 158px 45px 160px 204px 204px; } }

.module--gallery .image:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3; }

.module--gallery .image:nth-child(2) {
  grid-column: 3/4;
  grid-row: 1/2; }

.module--gallery .image:nth-child(3) {
  grid-column: 4/6;
  grid-row: 1/3; }

.module--gallery .image:nth-child(4) {
  grid-column: 2/4;
  grid-row: 3/6; }

.module--gallery .image:nth-child(5) {
  grid-column: 4/5;
  grid-row: 3/5; }

.module--gallery .image:nth-child(6) {
  grid-column: 1/2;
  grid-row: 4/7; }

.module--gallery .image:nth-child(7) {
  grid-column: 4/6;
  grid-row: 5/7; }

.module--gallery .image:nth-child(8) {
  grid-column: 3/4;
  grid-row: 6/8; }

.module--gallery .image:nth-child(9) {
  grid-column: 2/3;
  grid-row: 7/8; }

.module--gallery--small-screen {
  padding-top: 2em;
  padding-bottom: 4em;
  position: relative; }
  .module--gallery--small-screen .image {
    padding-bottom: 66%; }
  .module--gallery--small-screen .flex-control-nav {
    position: static;
    text-align: center; }
    .module--gallery--small-screen .flex-control-nav li {
      display: inline-block; }
  .module--gallery--small-screen .flex-control-paging li a {
    background: #1a171b; }
  .module--gallery--small-screen .flex-control-paging li a:hover {
    background: #fdd300; }
  .module--gallery--small-screen .flex-control-paging li a:focus {
    background: #fdd300; }
  .module--gallery--small-screen .flex-control-paging li a.flex-active {
    cursor: default;
    background: #fdd300; }

/* ===============================================
		News Posts
=============================================== */
/* ===============================================
		Partials
===============================================	*/
.social-media-icons li {
  display: inline-block;
  margin-right: 5px; }

.social-icon {
  background: #1a171b;
  fill: #fff;
  border-radius: 50em;
  transition: all .2s ease-in-out; }
  .social-icon:hover {
    background: #fff;
    fill: #fdd300; }

/* ===============================================
		Pages
===============================================	*/
/* ===============================================
		WooCommerce
===============================================	*/
