/*!
Theme Name: Sotiris Kalantzopoulos
Theme URI: http://underscores.me/
Author: Giorgos Sarigiannidis
Author URI: https://www.gsarigiannidis.gr
Description: Custom theme: Sotiris Kalantzopoulos, developed by Giorgos Sarigiannidis
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sotiriskalantzopoulos
Tags:

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

Sotiris Kalantzopoulos 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.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Absolutely center element
 * usage: @include centerer();
 */
/* Gradients
 * usage: @include linearGradient(#cccccc, #666666);
 */
/* Triangles
 * Use it inside :before or :after
 * usage: @include triangle-right(100px, #000000);
 */
/* Rotate
 * usage: @include rotate(7deg);
 */
/* Flip
 * usage @include flip-horizontal();
 */
/* Transition
 * usage @include transition(all, 0.5s, ease-in-out );
 */
/*
 * Circular bottom Box Shadow
 * To be used inside a :before or :after tag
 * usage: box-shadow-round(0, auto, 1140px, #000, 50%);
 */
/*
 * Column count
 */
/*
 * Transforms
 */
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site {
  overflow: hidden; }

.container {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  clear: both;
  padding: .5em; }

.full-width {
  width: 100%;
  float: left;
  clear: both; }

.col {
  display: inline-block;
  float: left;
  box-sizing: border-box; }

.col-1x12 {
  width: 8.333%; }

.col-2x12 {
  width: 16.666%; }

.col-3x12 {
  width: 25%; }

.col-4x12 {
  width: 33.333%; }

.col-5x12 {
  width: 41.666%; }

.col-6x12 {
  width: 50%; }

.col-7x12 {
  width: 58.333%; }

.col-8x12 {
  width: 66.666%; }

.col-9x12 {
  width: 75%; }

.col-10x12 {
  width: 83.333%; }

.col-11x12 {
  width: 91.666%; }

@media all and (max-width: 1159px) {
  .col-9x12 {
    width: 66.666%; }

  .col-3x12 {
    width: 33.333%; } }
@media all and (max-width: 1023px) {
  .col-8x12,
  .col-9x12 {
    width: 58.333%; }

  .col-3x12,
  .col-4x12 {
    width: 41.666%; } }
@media all and (max-width: 639px) {
  .col-3x12,
  .col-4x12,
  .col-8x12,
  .col-9x12 {
    width: 100%; } }
ul.custom {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.custom.horizontal {
  float: left;
  width: 100%; }

ul.horizontal li {
  display: inline-block;
  float: left; }

ul.horizontal.two li {
  width: 50%; }

ul.horizontal.three li {
  width: 33.333%; }

ul.horizontal.four li {
  width: 25%; }

ul.horizontal.five li {
  width: 20%; }

ul.horizontal.six li {
  width: 16.666%; }

/* Responsive video embeds */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

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

/*! Reflex v1.3.0 - https://github.com/leejordan/reflex */
/*
 *
 * Reflex is a flexbox grid which provides a way to take advantage of emerging
 * flexbox support while providing a fall back to inline-block on older browsers
 *
 * Built by Lee Jordan G.C.S.E.
 * email: ldjordan@gmail.com
 * github: https://github.com/leejordan
 *
 * Structure and calculations are inspired by twitter bootstrap
 *
 */
.grid {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  *display: inline;
  zoom: 1;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  letter-spacing: -0.31em !important;
  *letter-spacing: normal !important;
  word-spacing: -0.43em !important;
  list-style-type: none; }
  .grid:before, .grid:after {
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    max-width: 100%; }
  .grid *:before,
  .grid *:after {
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal; }
  .grid .grid {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto; }
  .grid * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .grid *:before,
  .grid *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

[class*="grid__col-"] {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  *display: inline;
  zoom: 1;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 1em 1em; }

.grid__cell {
  position: relative;
  display: block;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto; }

_:-ms-fullscreen, :root .grid__cell {
  width: 100%; }

.grid__col-12 {
  width: 100%;
  *width: 99.9%; }

.grid__col-11 {
  width: 91.66667%;
  *width: 91.56667%; }

.grid__col-10 {
  width: 83.33333%;
  *width: 83.23333%; }

.grid__col-9 {
  width: 75%;
  *width: 74.9%; }

.grid__col-8 {
  width: 66.66667%;
  *width: 66.56667%; }

.grid__col-7 {
  width: 58.33333%;
  *width: 58.23333%; }

.grid__col-6 {
  width: 50%;
  *width: 49.9%; }

.grid__col-5 {
  width: 41.66667%;
  *width: 41.56667%; }

.grid__col-4 {
  width: 33.33333%;
  *width: 33.23333%; }

.grid__col-3 {
  width: 25%;
  *width: 24.9%; }

.grid__col-2 {
  width: 16.66667%;
  *width: 16.56667%; }

.grid__col-1 {
  width: 8.33333%;
  *width: 8.23333%; }

@media (min-width: 480px) {
  .grid__col-xs-12 {
    width: 100%;
    *width: 99.9%; }

  .grid__col-xs-11 {
    width: 91.66667%;
    *width: 91.56667%; }

  .grid__col-xs-10 {
    width: 83.33333%;
    *width: 83.23333%; }

  .grid__col-xs-9 {
    width: 75%;
    *width: 74.9%; }

  .grid__col-xs-8 {
    width: 66.66667%;
    *width: 66.56667%; }

  .grid__col-xs-7 {
    width: 58.33333%;
    *width: 58.23333%; }

  .grid__col-xs-6 {
    width: 50%;
    *width: 49.9%; }

  .grid__col-xs-5 {
    width: 41.66667%;
    *width: 41.56667%; }

  .grid__col-xs-4 {
    width: 33.33333%;
    *width: 33.23333%; }

  .grid__col-xs-3 {
    width: 25%;
    *width: 24.9%; }

  .grid__col-xs-2 {
    width: 16.66667%;
    *width: 16.56667%; }

  .grid__col-xs-1 {
    width: 8.33333%;
    *width: 8.23333%; } }
@media (min-width: 768px) {
  .grid__col-sm-12 {
    width: 100%;
    *width: 99.9%; }

  .grid__col-sm-11 {
    width: 91.66667%;
    *width: 91.56667%; }

  .grid__col-sm-10 {
    width: 83.33333%;
    *width: 83.23333%; }

  .grid__col-sm-9 {
    width: 75%;
    *width: 74.9%; }

  .grid__col-sm-8 {
    width: 66.66667%;
    *width: 66.56667%; }

  .grid__col-sm-7 {
    width: 58.33333%;
    *width: 58.23333%; }

  .grid__col-sm-6 {
    width: 50%;
    *width: 49.9%; }

  .grid__col-sm-5 {
    width: 41.66667%;
    *width: 41.56667%; }

  .grid__col-sm-4 {
    width: 33.33333%;
    *width: 33.23333%; }

  .grid__col-sm-3 {
    width: 25%;
    *width: 24.9%; }

  .grid__col-sm-2 {
    width: 16.66667%;
    *width: 16.56667%; }

  .grid__col-sm-1 {
    width: 8.33333%;
    *width: 8.23333%; } }
@media (min-width: 992px) {
  .grid__col-md-12 {
    width: 100%;
    *width: 99.9%; }

  .grid__col-md-11 {
    width: 91.66667%;
    *width: 91.56667%; }

  .grid__col-md-10 {
    width: 83.33333%;
    *width: 83.23333%; }

  .grid__col-md-9 {
    width: 75%;
    *width: 74.9%; }

  .grid__col-md-8 {
    width: 66.66667%;
    *width: 66.56667%; }

  .grid__col-md-7 {
    width: 58.33333%;
    *width: 58.23333%; }

  .grid__col-md-6 {
    width: 50%;
    *width: 49.9%; }

  .grid__col-md-5 {
    width: 41.66667%;
    *width: 41.56667%; }

  .grid__col-md-4 {
    width: 33.33333%;
    *width: 33.23333%; }

  .grid__col-md-3 {
    width: 25%;
    *width: 24.9%; }

  .grid__col-md-2 {
    width: 16.66667%;
    *width: 16.56667%; }

  .grid__col-md-1 {
    width: 8.33333%;
    *width: 8.23333%; } }
@media (min-width: 1200px) {
  .grid__col-lg-12 {
    width: 100%;
    *width: 99.9%; }

  .grid__col-lg-11 {
    width: 91.66667%;
    *width: 91.56667%; }

  .grid__col-lg-10 {
    width: 83.33333%;
    *width: 83.23333%; }

  .grid__col-lg-9 {
    width: 75%;
    *width: 74.9%; }

  .grid__col-lg-8 {
    width: 66.66667%;
    *width: 66.56667%; }

  .grid__col-lg-7 {
    width: 58.33333%;
    *width: 58.23333%; }

  .grid__col-lg-6 {
    width: 50%;
    *width: 49.9%; }

  .grid__col-lg-5 {
    width: 41.66667%;
    *width: 41.56667%; }

  .grid__col-lg-4 {
    width: 33.33333%;
    *width: 33.23333%; }

  .grid__col-lg-3 {
    width: 25%;
    *width: 24.9%; }

  .grid__col-lg-2 {
    width: 16.66667%;
    *width: 16.56667%; }

  .grid__col-lg-1 {
    width: 8.33333%;
    *width: 8.23333%; } }
@media (min-width: 1600px) {
  .grid__col-xlg-12 {
    width: 100%;
    *width: 99.9%; }

  .grid__col-xlg-11 {
    width: 91.66667%;
    *width: 91.56667%; }

  .grid__col-xlg-10 {
    width: 83.33333%;
    *width: 83.23333%; }

  .grid__col-xlg-9 {
    width: 75%;
    *width: 74.9%; }

  .grid__col-xlg-8 {
    width: 66.66667%;
    *width: 66.56667%; }

  .grid__col-xlg-7 {
    width: 58.33333%;
    *width: 58.23333%; }

  .grid__col-xlg-6 {
    width: 50%;
    *width: 49.9%; }

  .grid__col-xlg-5 {
    width: 41.66667%;
    *width: 41.56667%; }

  .grid__col-xlg-4 {
    width: 33.33333%;
    *width: 33.23333%; }

  .grid__col-xlg-3 {
    width: 25%;
    *width: 24.9%; }

  .grid__col-xlg-2 {
    width: 16.66667%;
    *width: 16.56667%; }

  .grid__col-xlg-1 {
    width: 8.33333%;
    *width: 8.23333%; } }
.grid__col-auto {
  -ms-flex: 1 0 0px;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
  width: auto !important;
  max-width: 100%; }

@media (min-width: 480px) {
  .grid__col-xs-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%; } }
@media (min-width: 768px) {
  .grid__col-sm-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%; } }
@media (min-width: 992px) {
  .grid__col-md-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%; } }
@media (min-width: 1200px) {
  .grid__col-lg-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%; } }
@media (min-width: 1600px) {
  .grid__col-xlg-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%; } }
.grid--order-12 {
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12; }

.grid--order-11 {
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11; }

.grid--order-10 {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10; }

.grid--order-9 {
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9; }

.grid--order-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8; }

.grid--order-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7; }

.grid--order-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6; }

.grid--order-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5; }

.grid--order-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4; }

.grid--order-3 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.grid--order-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.grid--order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.grid--order-0 {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0; }

@media only screen and (min-width: 480px) {
  .grid--order-12-xs {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .grid--order-11-xs {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .grid--order-10-xs {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .grid--order-9-xs {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .grid--order-8-xs {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .grid--order-7-xs {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .grid--order-6-xs {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .grid--order-5-xs {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .grid--order-4-xs {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .grid--order-3-xs {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .grid--order-2-xs {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .grid--order-1-xs {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .grid--order-0-xs {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }
@media only screen and (min-width: 768px) {
  .grid--order-12-sm {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .grid--order-11-sm {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .grid--order-10-sm {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .grid--order-9-sm {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .grid--order-8-sm {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .grid--order-7-sm {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .grid--order-6-sm {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .grid--order-5-sm {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .grid--order-4-sm {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .grid--order-3-sm {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .grid--order-2-sm {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .grid--order-1-sm {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .grid--order-0-sm {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }
@media only screen and (min-width: 992px) {
  .grid--order-12-md {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .grid--order-11-md {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .grid--order-10-md {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .grid--order-9-md {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .grid--order-8-md {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .grid--order-7-md {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .grid--order-6-md {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .grid--order-5-md {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .grid--order-4-md {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .grid--order-3-md {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .grid--order-2-md {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .grid--order-1-md {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .grid--order-0-md {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }
@media only screen and (min-width: 1200px) {
  .grid--order-12-lg {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .grid--order-11-lg {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .grid--order-10-lg {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .grid--order-9-lg {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .grid--order-8-lg {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .grid--order-7-lg {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .grid--order-6-lg {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .grid--order-5-lg {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .grid--order-4-lg {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .grid--order-3-lg {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .grid--order-2-lg {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .grid--order-1-lg {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .grid--order-0-lg {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }
@media only screen and (min-width: 1600px) {
  .grid--order-12-xlg {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .grid--order-11-xlg {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .grid--order-10-xlg {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .grid--order-9-xlg {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .grid--order-8-xlg {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .grid--order-7-xlg {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .grid--order-6-xlg {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .grid--order-5-xlg {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .grid--order-4-xlg {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .grid--order-3-xlg {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .grid--order-2-xlg {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .grid--order-1-xlg {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .grid--order-0-xlg {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }
.grid--bleed [class*="grid__col-"] {
  padding: 0; }

.grid--wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.grid--no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.grid--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.grid--direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row; }

.grid--direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.grid--direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.grid--direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.grid--align-start {
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.grid--align-end {
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }
  .grid--align-end [class*="grid__col-"] {
    vertical-align: bottom; }

.grid--align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .grid--align-center [class*="grid__col-"] {
    vertical-align: middle; }

.grid--align-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline; }
  .grid--align-baseline [class*="grid__col-"] {
    vertical-align: baseline; }

.grid--align-content-start {
  -ms-flex-line-pack: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start; }

.grid--align-content-end {
  -ms-flex-line-pack: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end; }
  .grid--align-content-end [class*="grid__col-"] {
    vertical-align: bottom; }

.grid--align-content-center {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center; }

.grid--align-content-space-between {
  -ms-flex-line-pack: space-between;
  -webkit-align-content: space-between;
  align-content: space-between; }

.grid--align-content-space-around {
  -ms-flex-line-pack: space-around;
  -webkit-align-content: space-around;
  align-content: space-around; }

.grid--align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch; }

.grid--align-self-start {
  -ms-flex-item-align: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start; }

.grid--align-self-end {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom; }

.grid--align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle; }

.grid--align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline; }

.grid--justify-start {
  text-align: left;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.grid--justify-end {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  .grid--justify-end .grid__cell,
  .grid--justify-end [class*="grid__col-"] {
    text-align: left;
    text-align: start;
    text-align: initial;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    -moz-text-align-last: initial;
    text-align-last: left;
    text-align-last: start;
    text-align-last: initial; }

.grid--justify-center {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .grid--justify-center .grid__cell,
  .grid--justify-center [class*="grid__col-"] {
    text-align: left;
    text-align: start;
    text-align: initial;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    -moz-text-align-last: initial;
    text-align-last: left;
    text-align-last: start;
    text-align-last: initial; }

.grid--justify-space-between {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .grid--justify-space-between .grid__cell,
  .grid--justify-space-between [class*="grid__col-"] {
    text-align: left;
    text-align: start;
    text-align: initial;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    -moz-text-align-last: initial;
    text-align-last: left;
    text-align-last: start;
    text-align-last: initial; }

.grid--justify-space-around {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
  .grid--justify-space-around .grid__cell,
  .grid--justify-space-around [class*="grid__col-"] {
    text-align: left;
    text-align: start;
    text-align: initial;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    -moz-text-align-last: initial;
    text-align-last: left;
    text-align-last: start;
    text-align-last: initial; }

.grid__col--bleed {
  padding: 0; }

.grid__col--bleed-x {
  padding: 1em 0; }

.grid__col--bleed-y {
  padding: 0 1em; }

.grid__col--bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 50%; }

.grid__cell--padding-sm {
  padding: 0.5em; }

.grid__cell--padding-md {
  padding: 1em; }

.grid__cell--padding-lg {
  padding: 2em; }

.grid__cell-img {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
  height: auto; }

.grid__cell-footer {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  *display: inline;
  zoom: 1;
  width: 100%;
  margin-top: auto; }

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

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

input[type="search"]::-webkit-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; }

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

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: none;
  border-radius: 3px;
  line-height: 1;
  padding: 1em;
  background: #000;
  color: #fff;
  font-weight: bold;
  display: block; }

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: .5em;
  width: 100%; }
  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%; }

.contact {
  background: #f5f5f5;
  padding: 2em; }
  .contact ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .contact ul li {
      padding-bottom: .5em; }
      .contact ul li label {
        font-weight: bold; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000; }
  a:visited {
    color: #000; }
  a:hover, a:focus, a:active {
    color: #000; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  font-weight: lighter;
  text-align: center;
  font-size: 14.4px;
  font-size: 0.9rem; }
  .main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: .5em; }
    .main-navigation li:first-child {
      padding-left: 0; }
    .main-navigation li:last-child {
      padding-right: 0; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    padding: .2em 0;
    border-bottom: 3px solid transparent; }
  .main-navigation a:hover,
  .main-navigation a.focus {
    border-bottom: 3px solid; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    font-weight: bold;
    border-bottom: 3px solid; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

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

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

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

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.site-branding {
  text-align: center; }
  .site-branding img {
    max-width: 320px;
    width: 100%; }

.slides li {
  padding: 1em 0 0 0; }
  .slides li .image-container {
    position: relative;
    height: 50vw;
    overflow: hidden;
    display: block;
    width: 100%; }
    .slides li .image-container img {
      width: 100%;
      max-width: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transition: width 0.5s ease-in-out;
      -moz-transition: width 0.5s ease-in-out;
      -o-transition: width 0.5s ease-in-out;
      -ms-transition: width 0.5s ease-in-out;
      transition: width 0.5s ease-in-out; }
  .slides li a {
    text-decoration: none; }
  .slides li h2 {
    border-top: 5px solid;
    margin: .3em 0 1em 0;
    font-size: 16px;
    font-size: 1rem; }
  .slides li:hover img {
    width: 120%; }

.gallery .image {
  border-bottom: 3px solid; }
.gallery figcaption {
  font-size: 14.4px;
  font-size: 0.9rem; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0 !important; }

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden !important; }

div.pswp__caption__center {
  color: #404040 !important;
  font-size: 16px;
  font-size: 1rem; }

.wpml-ls {
  padding-top: 4em;
  font-size: 14.4px;
  font-size: 0.9rem; }
  .wpml-ls li {
    border-top: 1px solid; }
    .wpml-ls li a {
      padding: .5em; }
    .wpml-ls li.wpml-ls-current-language a {
      display: block;
      background: #000;
      color: #fff; }

@media all and (min-width: 380px) {
  .main-navigation {
    font-size: 16px;
    font-size: 1rem; }

  .slides li h2 {
    font-size: 17.6px;
    font-size: 1.1rem; } }
@media all and (min-width: 480px) {
  .site-header {
    padding-bottom: 2em; }

  .main-navigation {
    font-size: 19.2px;
    font-size: 1.2rem; }

  .slides {
    width: calc(100% + .4em);
    margin-left: -0.2em !important; }
    .slides li {
      float: left;
      width: 33.333%;
      padding: .2em; }
      .slides li .image-container {
        height: auto;
        padding-top: 140%; }

  .pswp__ui--idle .pswp__button--arrow--left,
  .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 1 !important; }

  .pswp--touch .pswp__button--arrow--left,
  .pswp--touch .pswp__button--arrow--right {
    visibility: visible !important; } }
@media all and (min-width: 1024px) {
  .site-branding {
    text-align: left;
    width: 40%;
    display: inline-block;
    float: left; }

  .main-navigation {
    display: inline-block;
    float: right;
    width: 60%;
    text-align: right;
    clear: none; } }
/*--------------------------------------------------------------
# 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%; }

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

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