/*!
Theme Name: Koan
Theme URI: http://underscores.me/
Author: KDE
Author URI: http://www.kde.org
Description: KDE Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: koan
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.

Koan 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:
----------------------------------------------------------------
# Layout
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Grid
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.kontainer {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}
.blog .content-area,
.kontainer-md,
.post-narrow {
	max-width: 720px;
	margin: 0 auto;
	padding: 0 20px;
}

.stacked {
	margin-top: -37px !important; /* Full width page without top margin */
}

/* Header */
#header-logo {
	font-size: 1.6em;
    margin: 0;
    font-weight: 500;
}

.site-header {
	background: #fff;
	border-bottom: 3px solid #54a3d8;
    padding: 0;
    position: fixed;
	top: 0;
    width: 100%;
	height: 63px;
    z-index: 999;
	box-sizing: border-box;
    min-width: auto;
    /* hardware acc fix transform: translateZ(0); */
	-webkit-transform: translate3d(0, 0, 0);
	transform : translate3d(0, 0, 0);
}

.site-header .kontainer {
		padding: 0 10px 0 0;
	}

/* Admin toolbar */
.admin-bar .site-header {
    top: 32px;
}
@media screen and (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

.site-header .site-header-inner {
    align-items: center;
    display: flex;
	flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.site-branding {
	line-height: 0;
	margin-right: 20px;
	height: 60px;
    display: block;
}
.site-branding img {
	max-width: 60px;
}
.site-title {
	margin: 0;
	position: relative;
    left: 0;
    top: 24px;
    font-size: 10px;
	font-weight: 600;
}
.site-description {
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
	position: relative;
    display: inline-block;
    top: 36px;
    line-height: 1em;
}

/* Header search */
.site-header-inner input[type="search"] {
	border: 0;
	padding: 6px 10px;
	width: 100%;
}
.search-form {
	position: relative;
	margin-right: 30px;
}
.search-icon {
	position: absolute;
    top: 5px;
    right: -30px;
	width: 24px;
}

.site-header-inner .search-field:focus {
	background: #f5f5f5;
}

/* Fixed header content space */
.site-content {
	margin-top: 100px;
	margin-bottom: 60px;
}

.hentry,
.page-content, .entry-content, .entry-summary {
	margin: 0 !important;
}

.error-404 {
	text-align: center;
	padding: 40px 0 80px 0;
}

/* Footer */
.site-footer {
    font-size: 12px;
	background: #eee;
	padding: 40px 0 0 0;
}

.margin-before {
	margin-top: 60px;
}
.margin-after {
	margin-bottom: 60px;
}
.margin-before-sm {
	margin-top: 30px;
}
.margin-after-sm {
	margin-bottom: 30px;
}

.overflow-hidden {
    overflow: hidden;
}
.overflow-x {
    overflow-x: hidden;
}
.overflow-y {
    overflow-y: hidden;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
	outline: none;
}

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;
	text-decoration: none;
	transition: .3s; 
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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: 1em;
}

.thanks th:nth-of-type(2),
.thanks td:nth-of-type(2) {
    width: 20%;
}
.thanks th:last-of-type,
.thanks td:last-of-type {
    width: 10%;
}

/* Post and Pages specifics */
.entry-header {
	margin-bottom: 24px;
}
.entry-header .entry-title {
	margin-bottom: 4px;
}
.entry-header .entry-meta a {
	color: #858687;
	font-size: 14px;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #31363b;
	font-family: sans-serif;
	font-size: 14px;
	/* font-size: 1rem; */
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1 {
	font-size: 1.6em;
	margin: 0.67em 0;
	font-weight: 500;
}

h2 {
	font-size: 1.4em;
	margin: 0.57em 0;
	font-weight: 500;
}

h3 {
	font-size: 1.1em;
	margin: 20px 0 10px 0;
	font-weight: 700;
}

.light-h2, .fw-light {
	font-weight: 400;
}
.fw-bold {
    font-weight: 700;
}

.alt-h2 {
	font-size: 18px;
	font-weight: 400;
}

.kblue {
	color: #54a3d8;
}
.lblue {
	color: #e1f2ff;
}

p {
	margin: 0 0 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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f9f9f9;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 0;
}

ul, ol {
    margin: 0 0 1.5em .5em;
    padding: 0 0 0 10px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

li {
	margin-bottom: 1.2em;
}

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%;
}

.patrons {
	padding: 20px 0;
}
.merch {
	background: #abf9c7;
	border: 1px solid #7ceca4;
	border-radius: 3px;
	padding: 16px;
	margin: 20px 0;
}
.merch h4 {
	font-size: 14px;
    font-weight: 400;
	color: #377d50;
	margin: 0 0 16px 0;
}
.merch p {
	text-align: center;
    margin: 10px 0;
}
.merch button {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #54a3d8;
	background: #fff;
	border: 1px solid #7ceca4;
}
.merch-links {
	display: block;
	padding: 10px 0;
	font-size: 12px;
}
.merch-links a {
    padding: 0 10px;
}
/** Black merch links *
.merch-links a,
.merch-links a:visited {
	color: #444;
	text-decoration: none;
}
.merch-links a:hover, 
.merch-links a:focus, 
.merch-links a:active {
    color: #333;
}
*/
.merch form {
    text-align: center;
}
.tiny-dragons img {
	padding: 10% 20% 3% 20%;
}
	
/* Social icons */
.social-icons {
    font-size: 14px;
}
.social:link,
.social:visited {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 8px;
	border-radius: 4px;
	font-size: 1em;
	margin: 0.1em 0.05em 0.1em 0.05em;
	text-align: center;
	vertical-align: middle;
	line-height: 1em;
}
.social i {
	width: 1em;
	height: 1em;
	display: inline-block;
}
.twitter {
    background: #78bdf1;
	}
.twitter:hover,
.twitter:active	{
	background: #8dc7f3;
}
.facebook {
	background: #3a5795;
}
.facebook:hover,
.facebook:active {
	background: #5871a5;
}
.google-plus {
	background: #dd4b39;
}
.google-plus:hover,
.google-plus:active {
	background: #e26758;
}
.reddit {
	background: #ff4500;
}
.reddit:hover,
.reddit:active {
	background: #ff6128;
}

/* Back to top button */
#beamUp {
	display: none;
 	position: fixed;
 	bottom: 18px;
 	right: 18px;
 	z-index: 999;
 	font-size: 18px;
	line-height: 0;
	border: none;
	outline: none;
	background: rgba(48,53,62,.3);
	color: white;
	cursor: pointer;
	padding: 10px 13px;
	border-radius: 4px;
}

#beamUp:hover {
 	background: rgba(84,163,216,1);
	transition: .2s;
}

/*--------------------------------------------------------------
# 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: 14px;
	line-height: 1.5;
	padding: 10px 18px;
}

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: 2px;
	padding: 10px 14px;
}

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
--------------------------------------------------------------*/
a {
	color: #3b85b5;
}

a:visited {
	color: #3b85b5;
}

a:hover, a:focus, a:active {
	color: #3daefd;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

.link-light {
    color: #abdaf9 !important;
}

/* Secondary menu links */
.secondary-menu a,
.secondary-menu a:visited {
    color: #abdaf9;
}
.secondary-menu a:hover,
.secondary-menu a:focus,
.secondary-menu a:active {
    color: #3daefd;
}


/* Learn more button and links, normal and wide */
.learn-more,
.learn-more:visited,
.learn-more-wide,
.learn-more-wide:visited {
	background-color: #54a3d8;
    color: #fcfcfc;
    padding: 5px 10px;
    border-radius: 2px;
    border: solid 1px rgba(0,0,0,.1);
    transition: background-color .3s;
}

.learn-more {
	display: inline-block;
}

.learn-more-wide {
	width: 100%;
	display: block;
}

.learn-more:hover,
.learn-more-wide:hover {
	color: #fff;
	background-color: #7cbcec;
}

.learn-more:after,
.learn-more-wide:after {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	margin-top: 3px;
    float: right;
}

/* .more-link is for rwpe plugin only */
.more-link:after,
.link-more:after {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
}

.more-link:after,
.link-more:after,
.learn-more:after {
	margin-left: .5em;
}

.site-footer a {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-navigation-container {
	margin-top: 9px;
	padding: 5px 0 10px 0;
	border-bottom: 3px solid #54a3d8;
}


.menu-navigation-container {
	position: absolute;
	background: #fff;
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	flex: 1 0 auto;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	background: #30343f;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	float: left;
	position: absolute;
	padding: 8px 12px;
	width: auto;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation li {
    float: left;
    position: relative;
    display: block;
    clear: both;
    margin: 0px;
	width: 100%; /* test */
}

.main-navigation ul ul li {
	margin: 0;
}

.main-navigation ul ul li a {
    border-top: 2px solid transparent;
	padding: 2px;
    margin: 2px;
}

.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: 128px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 10px 60px 10px 18px;
}

/* Small menu. */
.sub-menu {
	border-bottom: 3px solid #54a3d8 !important;
}

.menu-toggle {
	background: #fff;
}
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	border: 0px;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    line-height: 1;
}
.menu-toggle .fa {
	font-size: 21px;
}
	
.menu-button {
	border: 0px;
    border-radius: 0;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    line-height: 1;
    padding: 10px;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.nav-links .page-numbers {
	padding: 10px 14px;
	background: #fff;
	border-top: 3px solid #e5e5e5;
}
.nav-links .current {
	border-top: 3px solid #54a3d8;
}

.navigation,
.pagination {
	display: block;
	margin: 20px auto 0;
	text-align: center;
}

.site-main .comment-navigation, 
.site-main .posts-navigation, 
.site-main .post-navigation {
	margin: 10px 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
    text-align: center;
	width: 49%;
    padding: 10px 14px;
	background: #fff;
	border-top: 3px solid #e5e5e5;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: center;
	width: 49%;
    padding: 10px 14px;
	background: #fff;
	border-top: 3px solid #e5e5e5;
}

#footer-sidebar .footer-menus {
	padding: 0 0 20px 0;
}

#footer-sidebar,
.footer-menus h4 {
    margin: 10px 0;
}

.site-footer .menu-navigation-container {
	position: relative;
	background: transparent;
}

#footer-sidebar .menu,
.site-footer .footer-menu  {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer-sidebar .menu li,
.site-footer .footer-menu li {
	margin: 0;
}

/*--------------------------------------------------------------
# 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;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
	text-align: center;
}

/*--------------------------------------------------------------
# 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%;
}

/* Secondary menu widget shortcode */
.secondary-menu {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 18px;
	list-style: none;
	text-align: center;
}

.secondary-menu li {
	display: inline;
	margin: 0 10px;
}
.secondary-menu .current-page-ancestor:nth-of-type(1) {
	font-weight: inherit;
}
.secondary-menu .current-menu-item > a,
.secondary-menu .current-page-ancestor {
	font-weight: 700;
}

/* Menu color */
.kirigami-menu {
	background: #303347;
}
.plasma-menu {
	background: #293542;
}

.apps-menu {
	background: #152e4a;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/* Presentation Header - Full width header for services */
.ph-section {
	background-position: center center; 
	background-size: cover;
}

.ph-outer,
.ph-outer-sm {
	max-width: 1140px; 
	margin: 0 auto; 
}

.ph-outer {
	padding: 80px;
}

.ph-outer-sm {
	padding: 50px;
}

.ph-inner-sm {
	max-width: 400px; 
	display: block;
}
.ph-inner-md {
	max-width: 420px;
	display: block;
}

.ph-inner-sm h1,
.ph-inner-md h1 {
	font-size: 3.4em;
}

.bykde {
	position: relative; 
	font-size: 18px; 
	font-weight: 400; 
	top: -25px;
}

.plasma-d-grid {
	align-items: center;
}
.pd-odd div:last-child {
	padding-left: 20%;
}
.pd-even div:first-child {
	padding-right: 20%;
}

.divider {
	display: block;
	clear: both;
	border-bottom: 1px solid #ddd;
	margin: 60px auto;
}
.divider-sm {
	display: block;
	clear: both;
	border-bottom: 1px solid #ddd;
	margin: 10px auto 20px;
}

/* Kirigami */
.kiri-vid-1 {
	border-radius: 4px;
    border: 1px solid #383334;
	background: #292425;
}
.kiri-vid-2 {
	border-radius: 4px;
    border: 1px solid #878787;
	background: #292425;
}
.kirigami-phone-placeholder {
	border-top: 8px solid #3D383C;
	background: linear-gradient(to right, #322E2F 0%,#4C4A4A 4%,#514F50 30%,#514F50 60%,#4C4A4A 96%,#322E2F 100%); 
    padding: 20px 6px 40px 6px;
    border-radius: 16px;
    box-shadow: 11px 14px 30px 0px rgba(0,0,0,.2);
}
.kirigami-phone-placeholder:before {
	content:"";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #3D393C;
    border: 3px solid #565054;
	position: relative;
	top: -11px;
	left: 50px;
}

.kirigami-desktop-placeholder {
	border-color: #333;
	border-style: solid;
	border-width: 3px 3px 24px 3px;
    background: linear-gradient(to right, #F0F1F2 0%,#F1F2F3 4%,#F1F2F3 96%,#F0F1F2 100%);
    padding: 20px 6px 12px 6px;
    border-radius: 16px;
    box-shadow: 11px 14px 30px 0px rgba(0,0,0,.2);
}

.kirigami-desktop-placeholder:before {
	content:"";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #768485;
    border: 3px solid #31363B;
	position: relative;
	top: -11px;
	left: auto;
	right: 100px;
	float: right;
}

.kirigami-ui-grid {
	align-items: center;
}
.kui-space {
	padding: 10%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
	
/*--------------------------------------------------------------
## Responsivness
--------------------------------------------------------------*/
@media screen and (min-width: 940px /*37.5em*/) {
    .site-header .kontainer {
		padding: 0 20px;
	}
    .site-branding {
        margin-right: 40px;
    }
	.main-navigation {
		font-size: 14px;
	}
	.menu-navigation-container {
    	margin-top: 0px;
    	padding: 0;
    	border-bottom: 0;
	}
	.main-navigation a,
	.main-navigation a:visited,
	.main-navigation a:hover,
	.main-navigation a:focus {
		color: #334545;
	}
	.main-navigation ul ul li a,
	.main-navigation ul ul li a:visited,
	.main-navigation ul ul li a:hover,
	.main-navigation ul ul li a:focus {
		color: #f8f8f8;
	}
	.main-navigation a {
		padding: 0;
	}
	.main-navigation ul li {
		margin: 0 40px 0 0;
		width: auto;
	}
	.main-navigation ul li a {
		border-top: 2px solid transparent;
		padding-top: 8px;
		padding-bottom: 8px;
		margin-top: -2px;
	}
	.main-navigation div > ul > li:hover > a,
	.main-navigation div > ul > li.current a, 
	.main-navigation div > ul > li.current_page_item > a, 
	.main-navigation div > ul > li.current-menu-item > a, 
	.main-navigation div > ul > li.current_page_ancestor > a, 
	.main-navigation div > ul > li.current-menu-ancestor > a {
		border-color: #54a3d8;
	}

    /* Menu toggle break */
	.menu-navigation-container {
	position: relative;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation li {
		clear: none;
	}
}

@media screen and (max-width: 940px) {
    .kirigami-ui-intro {
        display: inline-block !important;
        text-align: center;
    }
    .kirigami-ui-intro div:first-child {
        max-width: 540px;
        margin: 0 auto;
    }
    .kirigami-ui-intro img {
        float: none;
        margin: 10px 0 0 0;
    }
}

@media screen and (max-width: 600px) {
	.site-header .site-header-inner {
		grid-template-columns: 70px 1fr 1fr;
	}

	.pd-odd div:last-child,
	.pd-even div:first-child {
		padding-left: 10%;
		padding-right: 10%;
	}
	.pd-even div:last-child {
		order: 1;
	}
	.pd-even div:first-child {
		order: 2;
	}
	.kui-even div:last-child {
		order: 1;
	}
	.kui-even div:first-child {
		order: 2;
	}
}