/*
Theme Name: Lauha
Theme URI: http://www.kukumo.fi
Author: Kukumo Creative
Author URI: Lauhan teema
Text Domain: lauha
*/
/* Colors */
/* Fonts */
/* <link href="https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i|Lora:400,400i,700,700i" rel="stylesheet"> */
/* Lauha-theme for Wordpress: */
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, nav, section {
  display: block; }

body {
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%;
  height: auto; }

/* Global */
body {
  font-size: 100%;
  font-family: "Lato", sans-serif; }

.site-wrapper {
  position: relative; }

.main-content {
  padding: 2em 0; }
  @media only screen and (min-width: 80em) {
    .main-content {
      padding: 2.5em 0; } }

.home .main-content {
  padding-top: 0; }

.container {
  padding: 0 1em;
  max-width: 1020px;
  margin: 0 auto; }
  @media only screen and (min-width: 47.5em) {
    .container {
      padding: 0 1.25em; } }
  @media only screen and (min-width: 80em) {
    .container {
      padding: 0 2em; } }

@media only screen and (min-width: 47.5em) {
  .page-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; } }

.page-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden; }

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wp-block-blockgallery-carousel,
.wp-block-blockgallery-carousel .blockgallery {
  height: auto;
  margin-top: 2em; }

/* Typo */
h1 {
  font-weight: 700;
  font-size: 1.75em;
  line-height: 118.7%;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.5714285714em; }
  @media only screen and (min-width: 80em) {
    h1 {
      font-size: 2em;
      margin-bottom: 0.65625em; } }

h2 {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.6666666667em;
  font-size: 1.5em; }
  @media only screen and (min-width: 80em) {
    h2 {
      font-size: 1.75em;
      margin-bottom: 0.75em; } }

h3 {
  font-weight: 900;
  font-size: 1.125em;
  text-transform: uppercase;
  margin-bottom: 0.4444444444em; }
  @media only screen and (min-width: 47.5em) {
    h3 {
      font-size: 1.25em;
      margin-bottom: 0.55em; } }

h4 {
  font-weight: 900;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 0.25em; }

h5 {
  font-size: 0.875em;
  line-height: 150%;
  margin-bottom: 0;
  font-weight: 900; }
  @media only screen and (min-width: 80em) {
    h5 {
      font-size: 1em; } }

p + h2,
ul + h2,
p + h3,
ul + h3,
p + h4,
ul + h4,
h3 + h4 {
  margin-top: 1.5em; }

p {
  font-size: 0.875em;
  line-height: 150%;
  margin-bottom: 1em; }
  @media only screen and (min-width: 80em) {
    p {
      font-size: 1em; } }

p:last-child {
  margin-bottom: 0; }

.page-content ul {
  margin: 0 0 1em;
  padding-left: 1.5em; }
  @media only screen and (min-width: 80em) {
    .page-content ul {
      margin-top: 0; } }

.page-content ul.wp-block-gallery {
  padding-left: 0; }

.page-content ul li {
  font-size: 0.875em;
  line-height: 150%;
  margin-left: 1em;
  list-style-type: disc; }
  @media only screen and (min-width: 80em) {
    .page-content ul li {
      font-size: 1em; } }

a,
a:visited {
  color: #FF3D00;
  text-decoration: none; }

a:hover,
a:active {
  text-decoration: underline; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

hr.wp-block-separator,
hr {
  border: none;
  margin: 2em 0;
  padding: 0;
  height: 1px;
  width: 100%;
  background-color: #14303C; }

.link-more {
  display: inline-block;
  margin-top: 0.8571428571em;
  font-size: 0.875em;
  line-height: 150%; }
  @media only screen and (min-width: 80em) {
    .link-more {
      font-size: 1em;
      margin-top: 0.875em; } }

.page-content .wp-block-image {
  margin: 2rem 0; }

/* Buttons */
.button-wrapper {
  text-align: center;
  margin-top: 2em; }
  @media only screen and (min-width: 47.5em) {
    .button-wrapper {
      margin-top: 2.125em; } }

a[class*='btn-'],
a[class*='btn-']:visited {
  display: inline-block;
  color: #FFFFFF;
  background-color: #14303C;
  border-radius: 0.7142857143em;
  font-size: 0.875em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0.7142857143em 2.7142857143em 0.5714285714em; }
  @media only screen and (min-width: 80em) {
    a[class*='btn-'],
    a[class*='btn-']:visited {
      font-size: 1em;
      border-radius: 0.625em;
      padding: 0.625em 2.375em; } }

a[class*='btn-small'],
a[class*='btn-small']:visited {
  font-size: 0.9285714286em; }
  @media only screen and (min-width: 80em) {
    a[class*='btn-small'],
    a[class*='btn-small']:visited {
      padding-bottom: 0.4615384615em; } }

a.btn-orange,
a.btn-orange:visited {
  background-color: #FF3D00; }

/* WP columns */
@media only screen and (min-width: 35em) {
  .wp-block-columns {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; } }
@media only screen and (min-width: 47.5em) {
  .wp-block-columns {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (min-width: 880px) {
  .wp-block-columns {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; } }

.wp-block-column {
  width: 100%; }
  @media only screen and (min-width: 35em) {
    .wp-block-column {
      width: 50%;
      flex-basis: 50%; } }
  @media only screen and (min-width: 47.5em) {
    .wp-block-column {
      width: 100%;
      flex-basis: 100%; } }
  @media (min-width: 880px) {
    .wp-block-column {
      width: 50%;
      flex-basis: 50%; } }

.wp-block-column:not(:last-child) {
  margin-right: 1.5em; }

.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
  margin: 1.5em 0 0 0;
  padding-top: 2em;
  border-top: 1px solid #14303C; }
  @media only screen and (min-width: 35em) {
    .wp-block-column:not(:first-child),
    .wp-block-column:nth-child(2n) {
      margin: 0 0 0 1.5em;
      padding: 0;
      border: none; } }
  @media only screen and (min-width: 47.5em) {
    .wp-block-column:not(:first-child),
    .wp-block-column:nth-child(2n) {
      margin: 1.5em 0 0 0;
      padding-top: 2em;
      border-top: 1px solid #14303C; } }
  @media (min-width: 880px) {
    .wp-block-column:not(:first-child),
    .wp-block-column:nth-child(2n) {
      margin: 0 0 0 1.5em;
      padding: 0;
      border: none; } }

/* Site header */
.site-header {
  padding: 2em 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #B9B9B9;
  background-blend-mode: multiply;
  position: relative; }
  @media only screen and (min-width: 47.5em) {
    .site-header {
      padding: 2em 0 4.375em; } }
  @media only screen and (min-width: 80em) {
    .site-header {
      padding: 2em 0 6.875em; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .site-header::before {
    content: '';
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000; } }
.site-header .container {
  max-width: none;
  position: relative; }

.header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative; }
  @media only screen and (min-width: 62.5em) {
    .header-top {
      max-width: 1060px;
      margin: 0 auto; } }
  @media only screen and (min-width: 80em) {
    .header-top {
      max-width: 1230px; } }

.lang-links {
  position: absolute;
  top: 1em;
  right: 4.5em; }
  @media only screen and (min-width: 62.5em) {
    .lang-links {
      right: 0;
      top: -1.25em; } }

.lang-links a + a {
  margin-left: 0.5em; }

.lang-links img {
  width: 1.25em;
  height: 1.25em; }

.logo-main {
  width: 7.3125em;
  height: 3.0625em; }
  @media only screen and (min-width: 80em) {
    .logo-main {
      width: 16.25em;
      height: 6.8125em; } }

.nav-main-wrapper {
  overflow: hidden;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 999; }
  @media only screen and (min-width: 62.5em) {
    .nav-main-wrapper {
      position: relative;
      right: auto;
      overflow: initial; } }

.nav-toggle {
  display: block;
  background-image: url("images/lauha-icon-burger.svg");
  width: 4.0625em;
  height: 3.1875em;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  margin: 0 0 0 auto; }
  @media only screen and (min-width: 62.5em) {
    .nav-toggle {
      display: none; } }

.nav-main {
  background-color: #14303C;
  padding: 0.5em 2em 1.5em;
  display: none;
  min-width: 12.5em; }
  @media only screen and (min-width: 62.5em) {
    .nav-main {
      display: block !important;
      background-color: transparent;
      padding: 0; } }

@media only screen and (min-width: 62.5em) {
  .nav-main ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; } }

.nav-main ul li {
  position: relative; }

.nav-main ul li a,
.nav-main ul li a:visited {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 1em 0;
  border-bottom: 1px solid #FFFFFF;
  text-align: right; }
  @media only screen and (min-width: 62.5em) {
    .nav-main ul li a,
    .nav-main ul li a:visited {
      font-size: 0.875em;
      border: none;
      padding: 0;
      text-shadow: 0px 0px 8px #000000;
      font-weight: bold;
      letter-spacing: 0.02em; } }
  @media only screen and (min-width: 80em) {
    .nav-main ul li a,
    .nav-main ul li a:visited {
      font-size: 1em;
      font-weight: 900; } }

@media only screen and (min-width: 62.5em) {
  .nav-main ul li + li {
    margin-left: 1em; } }

@media only screen and (min-width: 62.5em) {
  .nav-main ul li.menu-item-has-children:hover > .sub-menu {
    display: block; } }

@media only screen and (min-width: 62.5em) {
  .nav-main ul li.menu-item-has-children::after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    display: block;
    left: 0;
    top: 100%; } }

.nav-main .sub-menu {
  display: none; }
  @media only screen and (min-width: 62.5em) {
    .nav-main .sub-menu {
      position: absolute;
      left: 0;
      top: 200%;
      background: rgba(0, 0, 0, 0.25);
      min-width: 200px;
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
      z-index: 1; } }

.nav-main > ul > li > .sub-menu {
  margin-top: 0.625em; }
  @media only screen and (min-width: 62.5em) {
    .nav-main > ul > li > .sub-menu {
      margin-top: 0; } }

.nav-main > ul > li > .sub-menu > li > a,
.nav-main > ul > li > .sub-menu > li > a:visited {
  text-transform: uppercase;
  padding: 0.625em 0; }
  @media only screen and (min-width: 62.5em) {
    .nav-main > ul > li > .sub-menu > li > a,
    .nav-main > ul > li > .sub-menu > li > a:visited {
      text-transform: none;
      padding: 0.625em 0.625em 0.5625em; } }

.nav-main .sub-menu li {
  margin: 0; }

.no-touch .nav-main .sub-menu > li:first-child {
  display: none; }

.nav-main .sub-menu li a,
.nav-main .sub-menu li a:visited {
  font-size: 0.875em;
  padding: 0.3571428571em 0;
  text-align: right;
  border-bottom: none;
  text-transform: none; }
  @media only screen and (min-width: 62.5em) {
    .nav-main .sub-menu li a,
    .nav-main .sub-menu li a:visited {
      line-height: 130%;
      text-align: left;
      padding: 0.625em 0.625em 0.5625em;
      text-shadow: none;
      background: white;
      margin-bottom: 0.3571428571em;
      color: #0074A8; } }
  @media only screen and (min-width: 80em) {
    .nav-main .sub-menu li a,
    .nav-main .sub-menu li a:visited {
      font-size: 0.875em;
      padding: 0.7142857143em 0.7142857143em 0.5714285714em; } }

@media only screen and (min-width: 62.5em) {
  .nav-main .sub-menu li:hover a,
  .nav-main .sub-menu li:active a:visited {
    background-color: #0074A8;
    color: #FFFFFF; } }

@media only screen and (min-width: 62.5em) {
  .nav-main .sub-menu li:last-child a,
  .nav-main .sub-menu li:last-child a:visited {
    margin-bottom: 0; } }

.nav-main .sub-menu .sub-menu {
  padding-bottom: 0.625em; }
  @media only screen and (min-width: 62.5em) {
    .nav-main .sub-menu .sub-menu {
      padding-bottom: 0;
      left: 100%;
      top: 0; } }

@media only screen and (min-width: 62.5em) {
  .nav-main .sub-menu .sub-menu li a,
  .nav-main .sub-menu .sub-menu li a:visited {
    margin-bottom: 0;
    color: #FFFFFF;
    background-color: #0074A8; } }

.header-title {
  margin: 2.625em auto 1.5em;
  text-align: center; }
  @media only screen and (min-width: 47.5em) {
    .header-title {
      margin-top: 3.75em;
      margin-bottom: 1.25em; } }
  @media only screen and (min-width: 80em) {
    .header-title {
      margin-top: 6.25em; } }

.header-title h1 {
  color: #FFFFFF;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0; }
  @media only screen and (min-width: 47.5em) {
    .header-title h1 {
      font-size: 2.5em; } }
  @media only screen and (min-width: 80em) {
    .header-title h1 {
      font-size: 3em; } }

.header-title + .header-slogan {
  margin-top: 0; }

.header-title + .header-slogan h1.slogan {
  font-size: 1.375em;
  margin-bottom: 0;
  text-transform: none; }
  @media only screen and (min-width: 47.5em) {
    .header-title + .header-slogan h1.slogan {
      font-size: 1.5em;
      line-height: 120%; } }
  @media only screen and (min-width: 80em) {
    .header-title + .header-slogan h1.slogan {
      font-size: 2em; } }

.header-slogan {
  text-align: center;
  max-width: 320px;
  margin: 2.625em auto 2em; }
  @media only screen and (min-width: 47.5em) {
    .header-slogan {
      margin-top: 3.75em;
      margin-bottom: 2.125em; } }
  @media only screen and (min-width: 80em) {
    .header-slogan {
      max-width: 475px;
      margin-top: 6.25em; } }

h1.slogan {
  color: #FFFFFF;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 1.625em;
  line-height: 118.7%;
  margin-bottom: 0;
  text-transform: none; }
  @media only screen and (min-width: 47.5em) {
    h1.slogan {
      font-size: 2em;
      line-height: 120%; } }
  @media only screen and (min-width: 80em) {
    h1.slogan {
      font-size: 2.625em; } }

/* Breadcrumbs */
.breadcrumbs {
  display: none; }
  @media (min-width: 360px) {
    .breadcrumbs {
      display: block; } }

.breadcrumbs p {
  font-size: 0.875em; }

.breadcrumbs p > span {
  display: block;
  margin-top: 1em; }

/* Sidebar */
.sidebar {
  padding: 2em 1.5em;
  background-color: #F2F6F8;
  margin: 2em 0 0; }
  @media only screen and (min-width: 47.5em) {
    .sidebar {
      flex: 0 0 220px;
      margin: 0 0 0 2em; } }

.sidebar > * + * {
  margin-top: 3em; }

.sidebar h2 {
  font-size: 1.15em; }

.sidebar p {
  font-size: 0.875em; }

/* Lauha Karhunen in sidebar */
.sidebar-karhunen {
  text-align: center; }

.sidebar-karhunen img {
  max-width: 75% !important;
  height: auto;
  margin: 1em auto 0; }

/* Recent posts and events in sidebar */
.sidebar .rpwe-block li,
.sidebar .tribe-list-widget li {
  border-bottom: 1px solid #DDDDDD;
  margin: 0 0 0.625em;
  padding: 0 0 0.625em;
  list-style-type: none; }

.sidebar h3.rpwe-title,
.sidebar h4.tribe-event-title {
  font-size: 0.875em;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0.2142857143em; }

.sidebar .rpwe-time,
.sidebar .tribe-event-date-start,
.sidebar .tribe-event-date-end,
.sidebar .tribe-event-time {
  color: #555555;
  font-size: 0.6875em; }

.tribe-events-adv-list-widget .tribe-events-widget-link a,
.tribe-events-back a,
.tribe-events-list-widget .tribe-events-widget-link a,
ul.tribe-events-sub-nav a {
  font-size: 1em !important; }

.tribe-events-widget-link a,
.tribe-events-widget-link a:visited {
  font-weight: bold; }

/* Banners in sidebar */
.banner {
  padding: 1.5rem;
  text-align: center;
  border-radius: 0.375rem;
  position: relative; }

.banner-img {
  padding: 0; }

.banner + .banner {
  margin-top: 1rem; }

.banner span {
  display: block;
  line-height: 1.25; }

.banner-title {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.625rem; }

.banner-text {
  margin-bottom: 1.5rem; }

/* Boxes */
.boxes-wrapper {
  display: block; }
  @media only screen and (min-width: 47.5em) {
    .boxes-wrapper {
      display: grid;
      grid-auto-flow: row;
      grid-template-columns: 1fr 1fr 1fr;
      grid-row-gap: 1.25em;
      grid-column-gap: 1.25em;
      padding: 1.25em; } }
  @media only screen and (min-width: 62.5em) {
    .boxes-wrapper {
      max-width: 1060px;
      margin: 0 auto; } }
  @media only screen and (min-width: 80em) {
    .boxes-wrapper {
      max-width: 1230px;
      grid-template-columns: 1fr 1fr;
      padding: 2.5em 0; } }

.box-item {
  padding: 2em 2.5em 1.5em;
  text-align: center;
  position: relative;
  background-size: 0;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 47.5em) {
    .box-item {
      padding: 2em 0.75em 1.5em; } }
  @media only screen and (min-width: 80em) {
    .box-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      padding: 7.5em 5em;
      background-size: cover;
      background-position: center; } }

.box-item.box-simple {
  padding-bottom: 1.25em; }
  @media only screen and (min-width: 47.5em) {
    .box-item.box-simple {
      grid-column: 1 / span 3; } }
  @media only screen and (min-width: 80em) {
    .box-item.box-simple {
      grid-column: initial;
      padding-bottom: 7.5em; } }

@media only screen and (min-width: 80em) {
  .box-item-content {
    background: rgba(255, 255, 255, 0.8);
    padding: 2.5em;
    width: 100%;
    box-sizing: border-box; } }

h2.box-title {
  color: #FFFFFF;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.5833333333em;
  font-size: 1.5em; }
  @media only screen and (min-width: 80em) {
    h2.box-title {
      display: none;
      font-size: 2em;
      margin-bottom: 0.34375em; } }

h2.box-title.color-title {
  display: none; }
  @media only screen and (min-width: 80em) {
    h2.box-title.color-title {
      display: block; } }

.box-text {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1em;
  line-height: 123%;
  display: block;
  margin-bottom: 0.75em; }
  @media only screen and (min-width: 80em) {
    .box-text {
      color: #000000;
      margin-bottom: 1.375em; } }

/* Front columns */
.front-columns {
  padding: 2.625em 0 0; }
  @media only screen and (min-width: 47.5em) {
    .front-columns {
      display: grid;
      grid-auto-flow: row;
      grid-template-columns: 1fr 31.5%;
      grid-column-gap: 1.25em; } }
  @media only screen and (min-width: 80em) {
    .front-columns {
      grid-column-gap: 3.75em;
      grid-template-columns: 1fr 29.4%; } }

@media only screen and (min-width: 47.5em) {
  .front-left {
    border-right: 1px solid #000000;
    padding-right: 1.25em; } }
@media only screen and (min-width: 80em) {
  .front-left {
    padding-right: 3.75em; } }

.article-list {
  margin: 0 0 1.3125em;
  padding: 0 0 1.3125em;
  border-bottom: 1px solid #000000; }
  @media only screen and (min-width: 47.5em) {
    .article-list {
      border-bottom: none;
      width: 90%;
      margin: 0;
      padding: 0; } }
  @media only screen and (min-width: 80em) {
    .article-list {
      width: 100%; } }

.article-list li {
  list-style-type: none;
  padding: 0;
  margin: 0.4375em 0 0; }
  @media only screen and (min-width: 47.5em) {
    .article-list li {
      margin-top: 1.3125em; } }
  @media only screen and (min-width: 80em) {
    .article-list li {
      margin-top: 1.75em; } }

.article-list .date {
  display: block;
  color: #909090;
  font-size: 0.6875em;
  line-height: 127%;
  font-style: italic; }
  @media only screen and (min-width: 47.5em) {
    .article-list .date {
      font-size: 0.875em;
      margin-bottom: 0.1428571429em; } }
  @media only screen and (min-width: 80em) {
    .article-list .date {
      margin-bottom: 0.2857142857em; } }

.article-list a.article-list-title,
.article-list a.article-list-title:visited {
  color: #FF3D00;
  font-weight: bold;
  font-size: 0.875em;
  line-height: 128.5%;
  text-decoration: none; }
  @media only screen and (min-width: 47.5em) {
    .article-list a.article-list-title,
    .article-list a.article-list-title:visited {
      font-size: 1em; } }
  @media only screen and (min-width: 80em) {
    .article-list a.article-list-title,
    .article-list a.article-list-title:visited {
      font-size: 1.25em; } }

.article-list p {
  display: none; }
  @media only screen and (min-width: 47.5em) {
    .article-list p {
      display: block; } }

.front-right > div + div {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #CCCCCC; }

.page-content .events-list li,
.front-right .events-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  list-style-type: none;
  padding: 0;
  margin: 0.3125em 0 0; }

.page-content.events-list .date,
.front-right .events-list .date {
  font-size: 0.875em;
  line-height: 150%;
  font-weight: bold;
  margin: 0 1em 0 0;
  min-width: 2.7142857143em;
  text-align: right; }
  @media only screen and (min-width: 47.5em) {
    .page-content.events-list .date,
    .front-right .events-list .date {
      font-size: 1em;
      min-width: 2.8125em; } }

.page-content .events-list .event-details span,
.front-right .events-list .event-details span {
  display: block; }

.page-content .events-list .event-title a,
.page-content .events-list .event-title a:visited,
.front-right .events-list .event-title a,
.front-right .events-list .event-title a:visited {
  color: #FF3D00;
  font-weight: bold;
  font-size: 0.875em;
  line-height: 150%;
  text-decoration: none; }
  @media only screen and (min-width: 47.5em) {
    .page-content .events-list .event-title a,
    .page-content .events-list .event-title a:visited,
    .front-right .events-list .event-title a,
    .front-right .events-list .event-title a:visited {
      font-size: 1em; } }

.page-content .events-list .event-venue,
.front-right .events-list .event-venue {
  font-size: 0.8125em;
  font-style: italic;
  line-height: 146%;
  color: #909090; }
  @media only screen and (min-width: 47.5em) {
    .page-content .events-list .event-venue,
    .front-right .events-list .event-venue {
      font-size: 0.875em; } }
  @media only screen and (min-width: 80em) {
    .page-content .events-list .event-venue,
    .front-right .events-list .event-venue {
      font-size: 0.9375em; } }

/* Cottage list */
@media (min-width: 440px) {
  .cottages {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2em;
    grid-row-gap: 2.5em; } }

.cottages-item + .cottages-item {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #CCCCCC; }
  @media (min-width: 440px) {
    .cottages-item + .cottages-item {
      margin: 0;
      padding: 0;
      border: none; } }

.cottages img {
  margin-bottom: 0.625em; }

.cottages p {
  font-size: 0.75em; }
  @media only screen and (min-width: 80em) {
    .cottages p {
      font-size: 0.875em; } }

/* News archive */
.news-item h2 {
  margin-bottom: 0; }

.news-item .date {
  font-size: 0.875em;
  color: #909090;
  display: block;
  margin: 0.5714285714em 0 1em; }

/* Pagination */
.pagination-title {
  display: inline-block;
  margin-right: 0.5em; }

.pagination span,
.pagination a {
  font-size: 0.875em; }
  @media only screen and (min-width: 80em) {
    .pagination span,
    .pagination a {
      font-size: 1em; } }

.pagination .page-numbers {
  display: inline-block;
  padding: 0.5em;
  background-color: #14303C; }

.pagination .page-numbers:hover,
.pagination .page-numbers:active {
  text-decoration: none;
  background-color: #0074A8; }

.pagination .page-numbers.current {
  color: #FFFFFF;
  font-weight: 400;
  background-color: #0074A8; }

.pagination a,
.pagination a:visited {
  color: #FFFFFF;
  font-weight: bold; }

/* Events page */
#tribe-events-content.tribe-events-list {
  margin-bottom: 0; }

.type-tribe_events + .tribe-events-list-separator-month {
  margin-top: 2em; }

.tribe-events-loop .type-tribe_events {
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px solid #909090; }

.tribe-events-loop .event-date span {
  display: inline-block;
  color: #FF3D00;
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: 900;
  font-size: 0.875em; }

.tribe-events-loop h3.tribe-events-list-event-title {
  margin-bottom: 0; }

.tribe-events-loop .tribe-events-event-meta {
  margin: 0;
  font-size: 1em; }

.tribe-events-loop .tribe-event-schedule-details span {
  font-size: 0.875em;
  font-style: italic;
  color: #909090;
  display: block; }

.tribe-events-loop .tribe-event-schedule-details a,
.tribe-events-loop .tribe-event-schedule-details a:hover {
  font-size: 0.875em;
  font-weight: bold; }

.tribe-events-nav-pagination {
  padding-top: 1.5em;
  border-top: 1px solid #909090; }

#tribe-events-content ul.tribe-events-sub-nav {
  padding: 0;
  text-align: left; }

/* Single event */
.tribe-events-schedule {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-row-gap: 0.5em;
  overflow: hidden;
  margin-bottom: 1em; }
  @media only screen and (min-width: 47.5em) {
    .tribe-events-schedule {
      grid-row-gap: 0;
      grid-template-columns: min-content 1fr min-content 1fr;
      margin-bottom: 1.5em; } }

.tribe-events-schedule::before {
  display: none; }

.tribe-events-schedule > div {
  padding: 0.5em 1em;
  background-color: #F2F6F8; }

.tribe-events-schedule > div.event-info-title {
  position: relative; }
  @media only screen and (min-width: 47.5em) {
    .tribe-events-schedule > div.event-info-title {
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25); } }

.tribe-events-schedule span {
  color: #14303C;
  font-size: 0.875em;
  line-height: 150%; }

.tribe-events-schedule .event-info-title span {
  font-weight: bold; }

/* Contact page */
.page-yhteystiedot .wp-block-column:not(:first-child),
.page-yhteystiedot .wp-block-column:nth-child(2n) {
  border-top: 0;
  margin-top: 0;
  padding-top: 0; }

.map-wrapper {
  height: 200px; }
  @media only screen and (min-width: 35em) {
    .map-wrapper {
      height: 100%; } }
  @media only screen and (min-width: 47.5em) {
    .map-wrapper {
      height: 200px; } }
  @media (min-width: 880px) {
    .map-wrapper {
      height: 100%; } }

.map-wrapper iframe {
  height: 100%; }

/* Forms */
.nf-form-fields-required {
  display: none; }

.nf-fields-wrap
.nf-field-container {
  margin-bottom: 1em; }

.label-above .nf-field .nf-field-label {
  margin: 0 0 0.375em; }

.nf-field-label label {
  font-size: 0.875em;
  font-weight: bold;
  line-height: 130%;
  margin: 0; }

.nf-field-element input,
.nf-field-element textarea,
.nf-field-element select {
  font-size: 0.875em;
  line-height: 130%;
  font-weight: 400;
  color: #14303C;
  padding: 0.5em 0.8571428571em 0.4285714286em;
  border: 1px solid #909090;
  border-radius: 5px;
  max-width: 35.7142857143em;
  font-family: "Lato", sans-serif; }

.nf-field-element input:focus,
.nf-field-element textarea:focus,
.nf-field-element select:focus {
  outline: none; }

.nf-field-element input:focus {
  border: 1px solid #14303C; }

.nf-error-msg {
  font-size: 0.875em; }

.field-wrap button,
.field-wrap input[type=button],
.field-wrap input[type=submit] {
  background-color: #14303C;
  color: #FFFFFF;
  border: 1px solid #14303C;
  font-weight: bold; }

/* Forms in footer */
@media only screen and (min-width: 47.5em) {
  footer nf-fields-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.25em; } }

@media only screen and (min-width: 47.5em) {
  footer nf-field:nth-child(4) {
    grid-column: 2 / 2;
    grid-row: 1 / 4; } }

@media only screen and (min-width: 47.5em) {
  footer nf-field:nth-child(5) {
    grid-column: 2;
    text-align: right; } }

footer .nf-field-label label {
  color: #FFFFFF; }

footer .field-wrap button,
footer .field-wrap input[type=button],
footer .field-wrap input[type=submit] {
  background-color: #4C8F23;
  border: 1px solid #4C8F23; }

@media only screen and (min-width: 47.5em) {
  footer .nf-after-form-content {
    text-align: right; } }

/* Footer */
footer {
  background-color: #14303C;
  padding: 2.625em 0; }

footer h3 {
  color: #FFFFFF;
  margin-bottom: 0.7777777778em; }
  @media only screen and (min-width: 47.5em) {
    footer h3 {
      margin-bottom: 1em; } }

footer h4 {
  color: #FFFFFF;
  margin-bottom: 1rem; }

footer a,
footer a:visited {
  color: #FFFFFF; }

@media only screen and (min-width: 47.5em) {
  .footer-cols {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr 1fr max-content;
    grid-column-gap: 3.75em;
    max-width: 800px; } }

.footer-col + .footer-col {
  margin-top: 1.375em; }
  @media only screen and (min-width: 47.5em) {
    .footer-col + .footer-col {
      margin-top: 0; } }

.footer-col .contact-title {
  font-weight: bold;
  text-transform: uppercase; }

.footer-col span {
  color: #FFFFFF;
  display: block;
  font-size: 0.875em;
  line-height: 129%; }
  @media only screen and (min-width: 80em) {
    .footer-col span {
      font-size: 1em;
      line-height: 125%; } }

.contact-links a,
.contact-links a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.5em;
  margin-top: 0.125em;
  display: inline-block; }
  @media only screen and (min-width: 80em) {
    .contact-links a,
    .contact-links a:visited {
      margin-top: 0.3333333333em; } }

.contact-links a + a {
  margin-left: 0.25em; }

footer .menu {
  padding-top: 0.375em; }
  @media only screen and (min-width: 47.5em) {
    footer .menu {
      padding-top: 0; } }

footer .menu a,
footer .menu a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 0.875em;
  line-height: 150%;
  font-weight: bold; }
  @media only screen and (min-width: 80em) {
    footer .menu a,
    footer .menu a:visited {
      font-size: 1em; } }

.footer-form {
  margin-top: 2em; }
  @media only screen and (min-width: 47.5em) {
    .footer-form {
      margin-top: 3.125em; } }

.footer-logos {
  padding-top: 2em;
  border-top: 1px solid #FFFFFF;
  margin-top: 3em;
  text-align: center; }
  @media only screen and (min-width: 62.5em) {
    .footer-logos {
      text-align: left; } }

.footer-logos img {
  max-height: 6.25em;
  max-width: 15.625em;
  width: auto;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 62.5em) {
    .footer-logos img {
      margin-bottom: 0; } }

.footer-logos img + img,
.footer-logos a + a {
  margin-left: 1rem; }

/*# sourceMappingURL=style.css.map */
