/*!
Theme Name: KovaKoodarit
Author: KovaKoodarit Oy
Author URI: https://kovakoodarit.com
Description:
Version: 1.0.0
From aucor-starter: 5.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
Theme Name: kkwp
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

kkwp is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-size: 1rem;
  line-height: 1.5;
}

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

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

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  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 https://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. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: bold;
}

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

figure {
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  width: 100%;
}

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

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

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
	border-color: #aaa #bbb #bbb;
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  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: 100%;
  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 {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  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 {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  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;
}

.alignright {
  display: inline;
  float: right;
}

.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 {
  /* Make sure select elements fit in widgets. */
}

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

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

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

.page-links {
  clear: both;
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  text-align: center;
}

strong {
  font-weight: 700;
}

html,
body {
  font-family: "Quicksand", sans-serif;
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  html,
  body {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 1300px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  html,
  body {
    font-size: 16px;
  }
}
html,
body {
  letter-spacing: 0.05em;
  font-weight: 400;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
}
@media screen and (max-width: 1500px) {
  html,
  body {
    font-size: 21.6px;
  }
}
@media screen and (max-width: 1300px) {
  html,
  body {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 1100px) {
  html,
  body {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 900px) {
  html,
  body {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 700px) {
  html,
  body {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 500px) {
  html,
  body {
    font-size: 16.8px;
  }
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p {
  padding: 0px;
  margin: 1rem 0px;
}

h1,
h2,
h3 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

h4 {
  font-family: "Quicksand", sans-serif;
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  h4 {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 1300px) {
  h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  h4 {
    font-size: 16px;
  }
}
h4 {
  letter-spacing: 0.05em;
  font-weight: 400;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

h1,
h2 {
  font-size: 40px;
}
@media screen and (max-width: 1500px) {
  h1,
  h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1300px) {
  h1,
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1100px) {
  h1,
  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 900px) {
  h1,
  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 700px) {
  h1,
  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  h1,
  h2 {
    font-size: 28px;
  }
}
h1,
h2 {
  line-height: 1.3;
}

h3 {
  font-size: 28px;
}
@media screen and (max-width: 1500px) {
  h3 {
    font-size: 25.2px;
  }
}
@media screen and (max-width: 1300px) {
  h3 {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 19.6px;
  }
}
@media screen and (max-width: 900px) {
  h3 {
    font-size: 19.6px;
  }
}
@media screen and (max-width: 700px) {
  h3 {
    font-size: 19.6px;
  }
}
@media screen and (max-width: 500px) {
  h3 {
    font-size: 19.6px;
  }
}
h3 {
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin: 1rem 0px 1rem 0px;
  padding: 0px;
}

h4 {
  font-size: 20px;
}
@media screen and (max-width: 1500px) {
  h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  h4 {
    font-size: 16px;
  }
}
h4 {
  line-height: 1.2;
  letter-spacing: 0.03em;
}

h5 {
  text-transform: uppercase;
  font-size: 20px;
}
@media screen and (max-width: 1500px) {
  h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  h5 {
    font-size: 16px;
  }
}
h5 {
  letter-spacing: 0.05em;
  line-height: 1;
}

.wp-block-group__inner-container,
.wp-block-media-text,
.wp-block-columns,
.wp-block-embed__wrapper {
  max-width: 11250px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group__inner-container.alignwide,
.wp-block-media-text.alignwide,
.wp-block-columns.alignwide,
.wp-block-embed__wrapper.alignwide {
  max-width: 11250px;
}
.wp-block-group__inner-container.alignfull,
.wp-block-media-text.alignfull,
.wp-block-columns.alignfull,
.wp-block-embed__wrapper.alignfull {
  max-width: none;
}

.wp-block-group.alignwide {
  max-width: 11250px;
}
.wp-block-group.alignwide .wp-block-group__inner-container {
  max-width: 11250px;
}
.wp-block-group.alignfull {
  max-width: none;
}
.wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: none;
}

article ul,
article ol {
  margin: 0px;
  padding: 0px;
}
article ul li,
article ol li {
  margin: 0px;
  padding: 0px;
}

.site-menu {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #262626;
  overflow-y: scroll;
  text-align: center;
  padding-top: 4.5rem;
}
.site-menu .menu-container ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
  text-align: center;
}
.site-menu .menu-container ul li {
  position: relative;
  padding: 1px 0px 1rem 0px;
  margin: 0px;
  display: block;
  font-size: 30px;
}
@media screen and (max-width: 1500px) {
  .site-menu .menu-container ul li {
    font-size: 27px;
  }
}
@media screen and (max-width: 1300px) {
  .site-menu .menu-container ul li {
    font-size: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .site-menu .menu-container ul li {
    font-size: 21px;
  }
}
@media screen and (max-width: 900px) {
  .site-menu .menu-container ul li {
    font-size: 21px;
  }
}
@media screen and (max-width: 700px) {
  .site-menu .menu-container ul li {
    font-size: 21px;
  }
}
@media screen and (max-width: 500px) {
  .site-menu .menu-container ul li {
    font-size: 21px;
  }
}
.site-menu .menu-container ul li {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.site-menu .menu-container ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.site-menu .menu-container ul li ul {
  display: none;
}
.site-menu .menu-container ul li ul li {
  margin: 0px 0px;
  padding: 0px 0px 0.5rem 0px;
  font-size: 20px;
}
@media screen and (max-width: 1500px) {
  .site-menu .menu-container ul li ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .site-menu .menu-container ul li ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .site-menu .menu-container ul li ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .site-menu .menu-container ul li ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .site-menu .menu-container ul li ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .site-menu .menu-container ul li ul li {
    font-size: 16px;
  }
}
.site-menu .menu-container ul li ul li ul {
  display: none !important;
}
.site-menu .menu-container ul li.current-menu-ancestor ul, .site-menu .menu-container ul li.current-menu-item ul {
  display: block;
}
body.show-menu #site-menu {
  display: block;
}
body.show-menu {
  overflow: hidden;
}
body.show-menu header.site-header .show-hide-menu .show-menu {
  display: none;
}
body.show-menu header.site-header .hide-menu {
  display: block;
}

.has-background.has-black-background-color {
  background: #000000;
}

.has-text-color.has-black-color {
  color: #000000;
}
.has-text-color.has-black-color a {
  color: #000000;
}

.has-inline-color.has-black-color {
  color: #000000;
}
.has-inline-color.has-black-color a {
  color: #000000;
}

.has-background.has-white-background-color {
  background: #fff;
}

.has-text-color.has-white-color {
  color: #fff;
}
.has-text-color.has-white-color a {
  color: #fff;
}

.has-inline-color.has-white-color {
  color: #fff;
}
.has-inline-color.has-white-color a {
  color: #fff;
}

.has-background.has-yellow-background-color {
  background: #e1e97f;
}

.has-text-color.has-yellow-color {
  color: #e1e97f;
}
.has-text-color.has-yellow-color a {
  color: #e1e97f;
}

.has-inline-color.has-yellow-color {
  color: #e1e97f;
}
.has-inline-color.has-yellow-color a {
  color: #e1e97f;
}

.has-background.has-beige-background-color {
  background: #d7cdc1;
}

.has-text-color.has-beige-color {
  color: #d7cdc1;
}
.has-text-color.has-beige-color a {
  color: #d7cdc1;
}

.has-inline-color.has-beige-color {
  color: #d7cdc1;
}
.has-inline-color.has-beige-color a {
  color: #d7cdc1;
}

.has-background.has-gray-background-color {
  background: #262626;
}

.has-text-color.has-gray-color {
  color: #262626;
}
.has-text-color.has-gray-color a {
  color: #262626;
}

.has-inline-color.has-gray-color {
  color: #262626;
}
.has-inline-color.has-gray-color a {
  color: #262626;
}

/*
a,
a[href^="tel"] {
	color: $link_color;
	text-decoration: none;
	&:hover {
		color: $link_color_hover;
		text-decoration: underline;
	}
}
*/
.scroll-up {
  cursor: pointer;
}

body {
  background: #fff;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-family: "Quicksand", sans-serif;
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  body {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 1300px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  body {
    font-size: 16px;
  }
}
body {
  letter-spacing: 0.05em;
  font-weight: 400;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.page-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0.5rem 0px;
  padding: 0px;
}

p {
  margin: 0.5rem 0px;
  padding: 0px;
}

.wp-block-group {
  display: flex;
  align-items: center;
  justify-content: top;
  flex-direction: column;
}
.wp-block-group > * {
  max-width: 700px;
  width: 100%;
}
.wp-block-group.alignwide > * {
  max-width: 1200px;
}
.wp-block-group.alignfull {
  /*
  padding-left: 3rem;
  padding-right: 3rem;
  @media screen and (max-width: 1200px) {
  	padding-left: 2rem;
  	padding-right: 2rem;
  }

  @media screen and (max-width: 800px) {
  	padding-left: 1rem;
  	padding-right: 1rem;
  	border: 2px solid #0ff;
  }
  */
}
.wp-block-group.alignfull > * {
  max-width: none;
}

.site-main-content a {
  color: #f18e00;
}
.site-main-content a:hover {
  text-decoration: underline;
}
.site-main-content .kk-main-image {
  margin-left: -1rem;
  margin-right: -1rem;
  height: 100vh;
  margin-bottom: 6rem;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.site-main-content .kk-main-image .content h1 {
  font-size: 2.5rem;
}
.site-main-content .kk-main-image .bottom {
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  bottom: 4.5rem;
  font-size: 1.2rem !important;
}
.site-main-content .kk-main-image .bottom h3 {
  margin: 0.25rem auto;
  padding: 0.1em 0.5em;
  background: #000000;
  font-size: 25px;
}
@media screen and (max-width: 1500px) {
  .site-main-content .kk-main-image .bottom h3 {
    font-size: 22.5px;
  }
}
@media screen and (max-width: 1300px) {
  .site-main-content .kk-main-image .bottom h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .site-main-content .kk-main-image .bottom h3 {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 900px) {
  .site-main-content .kk-main-image .bottom h3 {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 700px) {
  .site-main-content .kk-main-image .bottom h3 {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 500px) {
  .site-main-content .kk-main-image .bottom h3 {
    font-size: 17.5px;
  }
}
.site-main-content .kk-main-image .bottom h3 {
  color: #fff;
}
.site-main-content .kk-main-image .bottom a {
  display: block;
  padding: 0.1em 0.5em;
  background: #000000;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .site-main-content .kk-main-image .bottom a {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 1300px) {
  .site-main-content .kk-main-image .bottom a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .site-main-content .kk-main-image .bottom a {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .site-main-content .kk-main-image .bottom a {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .site-main-content .kk-main-image .bottom a {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .site-main-content .kk-main-image .bottom a {
    font-size: 16px;
  }
}
.site-main-content .kk-main-image .bottom a:hover {
  text-decoration: underline;
}
.site-main-content .kk-main-image .scroll-down {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background: url(./images/scroll-down-white.png) center center no-repeat;
  background-size: contain;
}
.site-main-content .kk-main-image {
  /*
  	.wp-block-cover__inner-container {
  		display: inline-block;
  		width: auto;
  		padding: 0.1em 0.5em;
  		text-transform: uppercase;
  		background: $black;
  		position: absolute;
  		bottom: 4.5rem;
  		font-size: 1.2rem !important;
  		h1,
  		h2 {
  			font-size: 1.2rem !important;
  			letter-spacing: 0.05em;
  		}
  	}
  	*/
}

body.show-menu .scroll-down {
  display: none;
}

header.site-header {
  height: 3.5rem;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 101;
}
header.site-header .header-container {
  display: flex;
  padding: 0.5rem 1rem;
}
header.site-header .header-container .header-logo {
  display: flex;
  align-items: center;
  justify-content: left;
  flex: 1;
}
header.site-header .header-container .header-logo img {
  height: 3.5rem;
  width: auto;
}
header.site-header .show-hide-menu {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
header.site-header .show-hide-menu .show-menu {
  font-size: 0px;
  color: transparent;
  width: 1.75rem;
  height: 1.75rem;
  cursor: pointer;
  background: url(./images/show-menu-white.png) center center no-repeat;
  background-size: contain;
  display: block;
}
header.site-header .show-hide-menu .hide-menu {
  font-size: 0px;
  color: transparent;
  width: 1.75rem;
  height: 1.75rem;
  cursor: pointer;
  background: url(./images/hide-menu.png) center center no-repeat;
  background-size: contain;
  display: none;
}

body.fixed-menu header.site {
  position: fixed;
  z-index: 100;
}

/*
.kk-slideshow {
	.kk-slide {


		display: flex;
		align-items: center;
  	justify-content: center;
		h2 {
			color: #fff;
			text-transform: uppercase;
		}
	}


	.slick-arrow {
		border: 1px solid #f0f;
		&.slick-prev  {
			background: url('./images/left-arrow-white.png');
		}
		&.slick-next  {

		}
	}
	//
}
*/
footer.site-footer {
  margin: 0px auto;
  overflow: hidden;
  background: #262626;
  color: #fff;
  position: relative;
  padding: 2rem 0px;
  text-align: center;
}
footer.site-footer .some {
  margin: 2rem 0px 1rem 0px;
  display: flex;
  justify-content: center;
}
footer.site-footer .some .some-widget-content {
  margin: 0px 1rem;
}
footer.site-footer .some img {
  height: 1.5rem;
  width: auto;
}
footer.site-footer a {
  color: #fff;
  text-decoration: none;
}
footer.site-footer a:hover {
  text-decoration: underline;
}

#site-menu .some {
  margin: 1rem 0px;
  display: flex;
  justify-content: center;
}
#site-menu .some .some-widget-content {
  margin: 0px 1rem;
}
#site-menu .some img {
  height: 1.5rem;
  width: auto;
}

/*
.wp-block-columns {
	margin-top: 0px;
	margin-bottom: 0px;
	gap: 0px !important;
	.wp-block-column {
		padding: 2rem;
		position: relative;
		.wp-block-cover {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
		}
		.kk-slideshow {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			width: 100%;
			height: 100%;
			.slick-list,
			.slick-track,
			.kk-slide {
				width: 100%;
				height: 100%;
			}
		}
		min-height: 90vh;
	}
}

*/
#wpadminbar {
  display: none;
}

.wp-block-group {
  margin-bottom: 3rem;
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 800px;
  margin: 0px auto;
}

.kk-slideshow {
  width: 100%;
  height: 100%;
}
.kk-slideshow.full-width {
  margin-left: -1rem;
  margin-right: -1rem;
  width: calc(100% + 2rem);
}
.kk-slideshow .kk-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  width: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.kk-slideshow .kk-slide .content {
  color: #fff;
  padding: 1rem 2rem;
  text-align: center;
}
.kk-slideshow .kk-slide .content h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
  font-size: 2.25rem;
}
.kk-slideshow .kk-slide .content a {
  text-decoration: none;
}
.kk-slideshow .kk-slide .content a:hover {
  text-decoration: underline;
}
.kk-slideshow .slick-arrow {
  position: absolute;
  z-index: 100;
  font-size: 0px;
  height: 2.5rem;
  width: 2.5rem;
  color: transparent;
  border: 0px solid transparent;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.kk-slideshow .slick-arrow.slick-prev {
  left: 0.75rem;
  background: url(./images/left-arrow-white.png) center center no-repeat;
  background-size: contain;
}
.kk-slideshow .slick-arrow.slick-next {
  right: 0.75rem;
  background: url(./images/right-arrow-white.png) center center no-repeat;
  background-size: contain;
}

.gform_wrapper .gform_fields {
  grid-gap: 0.5rem !important;
}
.gform_wrapper .ginput_container {
  margin: 0px;
  padding: 0px;
}
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container input {
  border: 1px solid #fff;
  background: #fff;
  margin: 0px !important;
  padding: 0.25rem 0.5rem !important;
  border-radius: 0px;
}
.gform_wrapper .gform_footer {
  margin: 0.25rem 0px !important;
  padding: 0px !important;
}
.gform_wrapper .gform_footer .gform_button {
  border: 1px solid #000000;
  background: transparent;
  padding: 0.4rem 1rem 0.5rem 1rem !important;
  font-family: "Quicksand", sans-serif;
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .gform_wrapper .gform_footer .gform_button {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 1300px) {
  .gform_wrapper .gform_footer .gform_button {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .gform_wrapper .gform_footer .gform_button {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .gform_wrapper .gform_footer .gform_button {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .gform_wrapper .gform_footer .gform_button {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .gform_wrapper .gform_footer .gform_button {
    font-size: 16px;
  }
}
.gform_wrapper .gform_footer .gform_button {
  letter-spacing: 0.05em;
  font-weight: 400;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  border-radius: 0px;
  color: #000000;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background: #000000;
  color: #fff;
}

*:focus {
  outline: 0;
}

figure a {
  text-decoration: none !important;
  border: 0px !important;
}

.back-link {
  text-align: center;
  padding: 1rem 1rem 3rem 1rem;
}
.back-link a {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 0.44em 1em 0.4em 1em;
  color: #f18e00;
  background: #fff;
  text-decoration: none !important;
  font-style: normal;
  border: 1px solid #f18e00;
  font-weight: bold;
}
.back-link a:hover {
  background: #f18e00;
  color: #fff;
}

.wp-block-page-list {
  margin: 2rem 0px;
}
.wp-block-page-list li {
  list-style: none;
  text-align: center;
  border: 2px solid #f18e00;
  border-radius: 3px;
  margin: 1rem 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.wp-block-page-list li ul {
  display: none !important;
}
.wp-block-page-list li a {
  display: block;
  padding: 0.75rem;
  text-decoration: none;
}
.wp-block-page-list li:hover {
  background: #f18e00;
}
.wp-block-page-list li:hover a {
  color: #fff;
  text-decoration: none;
}

.kk-product {
  border: 2px solid #f18e00;
  border-radius: 3px;
  text-align: center;
  margin: 1rem 0px;
}
.kk-product h3 {
  background: #f18e00;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5rem;
  margin: 0px;
}
.kk-product h4 {
  margin-top: 1.5rem;
  color: #f18e00;
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .kk-product h4 {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 1300px) {
  .kk-product h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .kk-product h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .kk-product h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .kk-product h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .kk-product h4 {
    font-size: 16px;
  }
}
.kk-product .price {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.gform_wrapper .gfield_label {
  position: relative;
}
.gform_wrapper .gfield_required:after {
  position: absolute;
  right: -0.5rem;
  top: -0.1rem;
  content: "*";
  color: #f00;
  font-size: 0.8rem !important;
}
.gform_wrapper .gfield_required_text {
  display: none !important;
}
.gform_wrapper input,
.gform_wrapper textarea {
  border: 1px solid #ccc !important;
}
.gform_wrapper .gform_footer .gform_button {
  border: 1px solid #000000 !important;
  border-radius: 1px !important;
  font-weight: bold !important;
  text-transform: uppercase;
  padding: 0.25rem 1rem !important;
}

.wp-block-gallery {
  margin-top: 8rem;
  margin-bottom: 4rem;
}

.hinnasto {
  text-align: left;
}
.hinnasto h1,
.hinnasto h2,
.hinnasto h3 {
  margin: 1rem 0px 0.5rem 0px;
  padding: 0px;
}
.hinnasto p {
  margin: 1rem 0px;
  padding: 0px;
}
.hinnasto figure {
  margin: 0px;
  padding: 0px;
}
.hinnasto table {
  margin: 1rem 0px;
  width: 100%;
}
.hinnasto table td {
  border: 0px;
  padding: 0px;
  vertical-align: top;
}
.hinnasto table td {
  min-width: 4rem;
}

.kk-kuvalista {
  text-align: left;
}
.kk-kuvalista .image-row {
  display: flex;
  margin-bottom: 3rem;
}
.kk-kuvalista .image-row .image {
  width: 50%;
  max-width: 600px;
}
.kk-kuvalista .image-row .info {
  padding-left: 2rem;
  width: 50%;
}

.kk-gallery {
  padding: 0px;
  margin: 0px;
}
.kk-gallery .kk-gallery-image {
  border: 0.25em solid #fff;
  width: 100%;
}
@media screen and (min-width: 400px) {
  .kk-gallery .kk-gallery-image {
    width: 50%;
  }
}
@media screen and (min-width: 800px) {
  .kk-gallery .kk-gallery-image {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .kk-gallery .kk-gallery-image {
    width: 25%;
  }
}
@media screen and (min-width: 1600px) {
  .kk-gallery .kk-gallery-image {
    width: 20%;
  }
}
@media screen and (min-width: 2000px) {
  .kk-gallery .kk-gallery-image {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 2400px) {
  .kk-gallery .kk-gallery-image {
    width: 14.2857142857%;
  }
}
@media screen and (min-width: 2800px) {
  .kk-gallery .kk-gallery-image {
    width: 12.5%;
  }
}
@media screen and (min-width: 3200px) {
  .kk-gallery .kk-gallery-image {
    width: 11.1111111111%;
  }
}
@media screen and (min-width: 3600px) {
  .kk-gallery .kk-gallery-image {
    width: 10%;
  }
}
@media screen and (min-width: 4000px) {
  .kk-gallery .kk-gallery-image {
    width: 9.0909090909%;
  }
}
@media screen and (min-width: 4400px) {
  .kk-gallery .kk-gallery-image {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 4800px) {
  .kk-gallery .kk-gallery-image {
    width: 7.6923076923%;
  }
}
@media screen and (min-width: 5200px) {
  .kk-gallery .kk-gallery-image {
    width: 7.1428571429%;
  }
}
@media screen and (min-width: 5600px) {
  .kk-gallery .kk-gallery-image {
    width: 6.6666666667%;
  }
}
@media screen and (min-width: 6000px) {
  .kk-gallery .kk-gallery-image {
    width: 6.25%;
  }
}
.kk-gallery .kk-gallery-image {
  padding: 0px;
  margin: 0px;
}
.kk-gallery .kk-gallery-image img {
  display: block;
  padding: 0px;
  margin: 0px;
}

.kk-page-list {
  margin-left: -2rem;
  margin-right: -2rem;
  display: flex;
  flex-wrap: wrap;
}
.kk-page-list .kk-page-list-page {
  display: block;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
}
.kk-page-list .kk-page-list-page:hover {
  text-decoration: underline;
}
.kk-page-list .kk-page-list-page {
  text-align: center;
  border: 0.5em solid #fff;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .kk-page-list .kk-page-list-page {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .kk-page-list .kk-page-list-page {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1800px) {
  .kk-page-list .kk-page-list-page {
    width: 25%;
  }
}
@media screen and (min-width: 2400px) {
  .kk-page-list .kk-page-list-page {
    width: 20%;
  }
}
@media screen and (min-width: 3000px) {
  .kk-page-list .kk-page-list-page {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 3600px) {
  .kk-page-list .kk-page-list-page {
    width: 14.2857142857%;
  }
}
@media screen and (min-width: 4200px) {
  .kk-page-list .kk-page-list-page {
    width: 12.5%;
  }
}
@media screen and (min-width: 4800px) {
  .kk-page-list .kk-page-list-page {
    width: 11.1111111111%;
  }
}
@media screen and (min-width: 5400px) {
  .kk-page-list .kk-page-list-page {
    width: 10%;
  }
}
@media screen and (min-width: 6000px) {
  .kk-page-list .kk-page-list-page {
    width: 9.0909090909%;
  }
}
@media screen and (min-width: 6600px) {
  .kk-page-list .kk-page-list-page {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 7200px) {
  .kk-page-list .kk-page-list-page {
    width: 7.6923076923%;
  }
}
@media screen and (min-width: 7800px) {
  .kk-page-list .kk-page-list-page {
    width: 7.1428571429%;
  }
}
@media screen and (min-width: 8400px) {
  .kk-page-list .kk-page-list-page {
    width: 6.6666666667%;
  }
}
@media screen and (min-width: 9000px) {
  .kk-page-list .kk-page-list-page {
    width: 6.25%;
  }
}
.kk-page-list .kk-page-list-page h3 {
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .kk-page-list .kk-page-list-page h3 {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 1300px) {
  .kk-page-list .kk-page-list-page h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .kk-page-list .kk-page-list-page h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .kk-page-list .kk-page-list-page h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .kk-page-list .kk-page-list-page h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .kk-page-list .kk-page-list-page h3 {
    font-size: 16px;
  }
}
.kk-page-list .kk-page-list-page .kk-page-list-page-image {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center top;
}/*# sourceMappingURL=style.css.map */