/*!
Theme Name: Udumbara
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
Text Domain: udumbara
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.

Udumbara 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.
 */

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

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

/*--------------------------------------------------------------
# Mini (Typography) Reset
--------------------------------------------------------------*/
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%;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	/* margin-bottom: 0.5em; /* 1.5 */
}

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: #f4f4f4;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 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: .6em 1em .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
--------------------------------------------------------------*/
a {
	color: #FF3050; /* color: #FF5500; */
    text-decoration: none;
}

a:visited {
	color: #FF3050;
}

a:hover, a:focus, a:active {
	color: #E0062C;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## 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 {
	margin: 0 0 1.5em;
	overflow: hidden;
}

/*.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
} 

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
} */

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.post,
.page {
	margin: 0; /*  margin: 0 0 1.5em; */
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0 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;
    grid-column:3 / 6;
}
.gallery-columns-1 {
    grid-column:4;
}

.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;
}

/*--------------------------------------------------------------
# udumbara.live -tyylit
--------------------------------------------------------------*/
body {
    margin:0;
    padding:0;
    font-family: objektiv-mk2, sans-serif;
    font-weight:400;
}
#headboard {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    width: calc(100vw - 86px);
    margin: auto;
    top: 1rem;
}
#headboard a, #headboard a:visited {
	color: #404040; /* color: #FF5500; */
}
#headboard a:hover, #headboard a:focus, #headboard a:active {
	color: #E0062C;
}
section.content {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}
@media (min-width: 1024px) {
    section.slider_wrapper {
        position: relative;
        height: 100vh;
    }
    #slider {
        height:100vh;
    }
    #headboard {
        left: 0;
        right: 0;
        text-align: center;
        z-index:999;
        cursor: pointer;
    }
    section.content {
        margin: 4em auto;
        height:90vh;
    }
    section.instafeed {
        margin: 4em auto;
        width:70vw    }
}
#headboard span {
    margin:0;
    padding:0;
    line-height:1;
    text-transform: uppercase;
    color: #404040;
    font-weight:300;
    display: block;
}
#headboard span:first-of-type {
    font-weight:400;
}
#headboard span em {
    font-style:normal;
}
#headboard span em {
    font-style:normal;
}
#headboard span em:before, #headboard span sup:before {
    content: "\f005";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size:.4rem;
    vertical-align: super;
}
#slider li {
    background-position: center;
    background-size: cover;
    width:100%;
    height:100%;
}
#slider li:nth-child(1) {
    background-image: url(pix/savi.jpg)
}
#slider li:nth-child(2) {
    background-image: url(pix/ikkuna.jpg)
}
#slider li:nth-child(3) {
    background-image: url(pix/kulta.jpg)
}
#slider li:nth-child(4) {
    background-image: url(pix/kulho.jpg)
}
#slider li:nth-child(5) {
    background-image: url(pix/kaktus-viher.jpg)
}
#slider span {
    position:absolute;
    bottom:1rem;
    right:1rem;
    font-size:0.5rem;
    text-transform: uppercase;
    color:#FFF;
}
#slider span:before {
    content: "\f030";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right:0.6em;
}
@media (min-width: 1024px) {
    #slider span {
        font-size:0.7rem;
    }
}
#zorro {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    width:12vh;
    height:12vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(pix/zorro-red.png);
    /* border-radius: 50%; */
    margin:auto;
    z-index: 999;
}
 .sy-pager, .sy-controls, .sy-slides-wrap:hover .sy-controls {
    display:none!important;
}
.content div.info  {
    text-align:center;
    z-index:9999;
}
.info h2 {
    font-size:1.2em;
    width:25ch;
}
@media (min-width: 768px) {
    #billboard h1,#billboard h2 {
        font-size: 1.5rem;
    }
    .info h2 {
        font-size:1.7em;
        width:30ch;
    }
}
@media (min-width: 1024px) {
    #billboard h1,#billboard h2 {
        font-size: 2.5rem;
    }
    .info h2 {
        font-size:2em;
        width:36ch;
    }
}
@media (min-width: 1200px) {
    #billboard h1,#billboard h2 {
        font-size: 3.5rem;
    }
    .info h2 {
        font-size:2.5em;
        width:40ch;
    }
}
div.shoplinks {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-bottom:4em;
}
.shoplinks div.btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    line-height:1em;
    width: 50vw;
    height: 50vw;
    margin-top:2em;
    border-radius: 50%;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: baseline;
    align-items: center;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}
.shoplinks div.btn:hover, .icons i:hover, #brand:hover, footer .zorro:hover {
    transform:scale(1.1);
}
@media (min-width: 768px) {
    
    div.shoplinks {
        flex-direction: row;
    }   
    .shoplinks div.btn {
        font-size: 1em;
        width: 20vw;
        height: 20vw;
        margin: 1em;
    }
}
@media (min-width: 1024px) {
    div.shoplinks {
        flex-direction: row;
    }
    .shoplinks div.btn {
        font-size: 1.2em;
        width: 15vw;
        height: 15vw;
    }
}
@media (min-width: 1200px) {
    .shoplinks div.btn {
        font-size: 1.5em;
    }
}
.btn.webshop {
    background-image: url(pix/webshop.jpg);
}
.btn.workshops {
    background-image: url(pix/workshops.jpg);
}
.btn.bio {
    background-image: url(pix/eva-bio.jpg);
}
.contact {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    width:100%;
}
.contact address, .icons {
}
.icons a {
    margin: 0 1em;
}
.icons i {
    transition: all 0.3s ease-in-out 0s;
}
address {
    text-align:center;
    margin-right:1em 0;
}
address p {
    margin:0;
    font-style: normal;
    font-weight: 400;
    font-size:1em;
}
.icons {
    margin: 1em;
}
.icons i {
    font-size:4em;
}
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more {
    background-color:rgba(255, 80, 0, 0.7)!important;
}
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more:hover {
    background-color:rgba(255, 80, 0, 1)!important;
}

.eapps-instagram-feed {
    font-family: objektiv-mk2, sans-serif!important;
}
footer#colophon {
    position:relative;
    background:#dbdbdb;
}
footer ul {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    list-style-type: none;
    text-align:center;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    margin:0.4rem 0;
    padding: 0;
}
footer ul.site-info, footer ul.foot-contact, ul.foot-menu {
    flex-flow:column wrap; 
}
ul.foot-sub-menu {
    flex-flow:row nowrap; 
}
.foot-sub-menu li {
    margin: 0 0.5rem;
}
.foot-menu li {
    text-transform: uppercase;
    font-weight: 700;
}
footer ul li {
    margin:auto;
    /* color:#B30010; */
    color:#404040;
}
footer ul a {
    /* color:#B30010!important; */
    color:#404040!important;
}
footer ul a:hover {
    color:#FF5500!important;
}
footer ul li span, ul.foot-contact {
    font-weight:500;
    font-size:1.2em;
}
footer ul li i {
    font-size:1.8em;
    font-weight: 900;
}
footer ul li span em {
    font-style: normal;
    font-weight: 700;
    display:block;  
}
footer .zorro {
    width:6vw;
    height:6vw;
    min-height:26px;
    min-width:26px;
    background-image: url(pix/zorro-g.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position:absolute;
    bottom:2rem;
    left:2rem;
    margin:0 auto;
    transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 768px) {
}
@media (min-width: 900px)  {
    footer ul.foot-contact, ul.foot-menu {
        flex-flow:row wrap; 
    }
    footer ul {
        text-align:left;
    }
    footer ul li {
        margin:0 1em;
    }
    footer .foot-contact li {
        margin:0 0.5em;
    }
    footer ul li span {
        font-size:1.5em;
    }
    footer ul li span em {
        padding-right: 0.5em;
        display:inline-block;
    }
}
@media (min-width: 1024px) {
    .contact {
        flex-direction: row;
    }
    .contact address, .icons {
    }
    address {
        text-align:right;
        margin-right:1em;
    }
    address p {
        font-size:1.2em;
    }
    .icons {
        margin-left:1em;
    }
    .icons a {
        margin: 0 1em;
    }
    footer .zorro {
        width:4vw;
        height:4vw;
    }
}

/* ============ WP Grid Base ================== */

body {
    display:grid;
    grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content;
    grid-template-rows: calc(4rem + 10vw) min-content min-content;
    grid-gap: 0;
}
header {
    grid-row: 1
}
#content {
    grid-row: 2
}
footer {
    grid-row: 3
}
#main, .single article, .single .article-body {
    display:grid;
    grid-template-columns: 6vw 1fr 1fr  minmax(24ch, 40ch) 1fr 1fr 6vw; 
    grid-gap: 0;
}
.home #main, .category #main, .archive #main, .tag #main, .search #main, .error404 #main {
    grid-template-columns: 6vw 1fr 6vw; 
    grid-gap: 0;
}
section#front-loop, section#category-loop, section#results-loop, .category .page-header, .archive .page-header, .tag .page-header, .search .page-title, .no-results, .not-found {
    grid-column: 2 / 3;
}
ul.le-loop {
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    /* grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem; 
    align-items: start; */
    grid-gap: 10px;
    grid-auto-rows: 10px;
    list-style: none;
    margin: 0;
    -webkit-margin-start: 0;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
}
.le-loop li {
    display:flex;
    flex-direction:column;
    align-content: flex-start;
    justify-content:center;
    /* border: 4px #ddd dotted; */
    padding-top: 2rem; 
}
.single article {
    grid-template-rows: -webkit-min-content -webkit-min-content 4rem auto;
    grid-template-rows: min-content min-content 4rem auto;
    grid-column:1 / 8;
}
.single .article-body {
    grid-template-rows: 1;
}
.wp-block-image {
    grid-template-rows: 1;
}
.related-tags {
    grid-column: 2 / 7;
}
figure {
    grid-column: 2 / 7;
}
.wp-block-image img {
    grid-column: 2 / 7;
}
figcaption {
    grid-column: 2 / 7;
}
.wp-block-image.pquote img, .wp-block-image.pquote figcaption {
    grid-column: 2 / 7;
    grid-row:1
}
/* .wp-block-image {
    grid-column: 2 / 7;
}
.wp-block-image img {
    grid-column: 4;
}
.wp-block-image figcaption {
    grid-column: 5;
}
.wp-block-image.pquote img, .wp-block-image.pquote figcaption {
    grid-column: 4;
    grid-row:1
} */

section.eco-block {
    grid-column:2 / 7;
    width:100%;
    display:flex;
    flex-direction: column;
    align-items:center;
    align-content:center;
    border-top: 2px solid #dadada;
    padding-top:1rem;
    margin: 1rem 0;
}
.eco-block div  {
    display:flex;
    align-items:center;
    align-content:center;
    justify-content: center;
    width:100%;
    height:0;
    padding:18.5% 0;
    text-align: center;
}
.eco-block div:first-of-type  {
    border:2px solid #dadada;
    border-radius:3px;
}
.eco-block div span {
    font-size:1.5rem;
    line-height: 1;
}
.eco-block div span em {
    font-style:normal;
    display:block;
}
#eco-energy {
    background-image: url(pix/eco-energy.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top:1rem;
}
.nav-links {
    display:grid;
    grid-template-columns: 40% 1fr 40%; 
    grid-template-rows: -webkit-min-content -webkit-min-content 4rem auto;
    grid-template-rows: min-content min-content 4rem auto;
    grid-gap: 0;
}
footer {
    margin:1rem 0 0 0;
    padding: 2rem 0;
}
.single article h1 {
    grid-row: 2;
    grid-column: 2 / 7; 
    margin: 0 0 1rem 0;
    line-height: 1.1;
}
.single .thmb-img {
    width:100%;
    height:50vh;
    position:relative;
    grid-row: 1;
    grid-column: 1 / 8;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 3rem 0 1rem 0;
}
.single .article-body {
    grid-row: 3 / 5;
    grid-column: 1 / 8; /* grid-column: 4; */
    grid-template-rows: 1;
}
.single .article-body > * {
    grid-column: 4; 
}
.single .article-body h2, .single .article-body h3, .single .article-body h4, .single .article-body p {
    grid-column:2 / 7;
}
.single article h6 {
    grid-column:2 / 7;
}
.single .wp-block-gallery, .wp-block-cover, .single .wp-block-media-text, .single .wp-block-gallery.columns-1 {
    grid-column:2 / 7;
    margin: 1rem 0;
}
@media (min-width: 500px) {
    .single .thmb-img {
        margin-top:0;
    } 
}
@media (min-width: 767px) {
    section.eco-block {
        flex-direction: row;
    }
    .eco-block div  {
        width:49%;
        padding:9.065% 0;
    }
    #eco-energy {
        margin-top:0;
        margin-left:1.5%
    }
}
@media (min-width: 1024px) {
    #main, .single article, .single .article-body {
        grid-template-columns: 5vw 1fr 1fr minmax(50ch, 75ch) 1fr 1fr 5vw; 
        grid-gap: 20px;
    } 
    .single article {
        grid-row: 3 / 5;
        grid-column: 1 / 8; 
    }
    .single .article-body {
        grid-row: 3 / 5;
        grid-column: 1 / 8; 
        grid-template-rows: 1;
    }
    .single article h1 {
        grid-row: 2;
        grid-column: 3 / 6; /* grid-column: 3 / 6; */
    }
    figure {
        grid-column: 4; 
    }
    .single .thmb-img {
        grid-column: 3 / 6;
    }
    .single .article-body h2, .single .article-body h3, .single .article-body h4, .single .article-body p, .related-tags {
        grid-column:4;
    }
    .single article h6 {
        grid-column:3;
    }
    .single .wp-block-gallery, .wp-block-cover {
        grid-column:3 / 6;
    }
    .single .wp-block-media-text, .single .wp-block-gallery.columns-1 {
        grid-column:4;
    }
    section.eco-block {
        grid-column:4;
    }
}
@media (min-width: 1500px) {
    .le-loop li.sticky:first-of-type {
        grid-column: 1 / 3;
    }
    #content {
        /* margin:1rem 10vw; */
    } 
}
.article-body > * {
    z-index:1;
}

.block-editor-page .wp-block-media-text .has-large-font-size {
    font-size:16px!important;
}
/* ============ WP tyylit ================== */

h1, h2 {
    color:#404040;
}
nav.scrollhide-nav {
    display: flex;
    justify-content: space-between;
}
.scrollhide-nav > div {
    width:30vw;
}
.scrollhide-nav {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
}

.scrollhide-nav.hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.brandbar {
    position: fixed;
    width: 25vw;
    height: auto;
    z-index: 222;
    top: 0;
    transition: all .5s ease;
    min-height: 100px;
}
#wrks-search {
    width:auto;
    float:right;
    margin-right: 1rem;
}
#brand {
    background-image: url(pix/zorro-g.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 18px;
    width: 18px;
    padding: 0 !important;
    margin: 8px 0 0 10px;
    transition: all 0.3s ease-in-out 0s;
}
div.feature-img {
    width:100vw;
    height:100vw;
    background-position: center;
    background-size: cover;
}
div.entry-thumb {
    background-position: center;
    background-size: cover;
    background-color:#00B7B7;
    width:80%;
    padding:40% 0;
    border-radius:50%;
    height:0;
    margin:0 auto;
}
.le-loop li:nth-child(even) div.entry-thumb {
    border-radius:0;
} 
div.entry-content {
    width:80%;
    margin: 0 auto;
    margin-bottom: 1rem;
    text-align: center;
}
.entry-content p:first-child {
    margin-top:0;
}
header.entry-header {
    width:100%;
    margin:0 auto;
}
.flagg {
    width:40vw;
    height:40vw;
    position:absolute;
    top: -3vw;
    left: 3vw;
    border-radius:50%;
    background:#FF3050;
    color:#fff;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    padding:1rem;
}
.flagg span.title {
    font-weight: 300;
}
.flagg span {
    align-self: center;
    font-weight: 500;
    font-size: calc(1rem + 0.4vw); 
    line-height:1;
}
.flagg span.title {
    font-weight: 300;
    font-size: calc(0.8rem + 0.4vw); 
    text-transform: uppercase;
}
.flagg span em {
    display:block;
    font-style:normal;
}
@media (min-width: 600px) and (orientation: landscape) {
    .flagg {
        width:20vw;
        height:20vw;
        top: -3vw;
        left: 5vw;
    }
    .flagg span {
       /* font-size:1.2em; */
    }
}
@media (min-width: 768px) {
    .flagg {
        width:20vw;
        height:20vw;
    }
    .flagg span {
       /* font-size:1.2em; */
    }
}
@media (min-width: 1024px) {
    .flagg {
        width:15vw;
        height:15vw;
        top: -2vw;
        left: -5vw;
    }
    .flagg span {
        /* font-size:1.5em; */
    }
}
@media (min-width: 1366px) {
    .flagg {
        width:15vw;
        height:15vw;
        top: -5vw;
        left: -5vw;
    }
    .flagg span {
       /*  font-size:2em; */
    }
}
/* .single .nav-links {
    display:flex;
    justify-content: space-between;
    align-content: center;
    align-items:center;
} */
.nav-links > div a {
    display:flex;
    align-content: center;
    align-items:center;
    font-size:.8rem;
    line-height: 1.2em;
    min-height:2rem;
}
.nav-links > div a em {
    display:block;
    font-style: normal;
}
.single div.nav-next {
    grid-column: 1 / 2;
    grid-row: 2;
    text-align:left;
}
.single div.nav-previous {
    grid-column: 3 / 4;
    grid-row: 2;
    text-align:right;
}
.single div.nav-previous a {
    justify-content: flex-end;
}
.single div.nav-next a {
    justify-content: flex-start;
}
.nav-previous a:after, .nav-next a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size:2rem;
}
.nav-previous a:after {
    content: "\f061";
    padding-left:1rem;
}
.nav-next a:before {
    content: "\f060";   /* "\f053" */
    padding-right:1rem;
}
.nav-previous b, .nav-next b  {
    padding-right:0.5rem;
}
@media only screen and (orientation: landscape) {
    div.feature-img {
        width:100vw;
        height:70vh;
        background-position: center;
        background-size: cover;
    }
}
section.divider, footer {
    border-top: 1px solid #d3d3d3;
}
div.post-nav {
    position:fixed;
    width:100%;
    top:50vh;
    left:0;
    right:0;
    display:flex;
    justify-content: space-between;
    z-index:0;
}
.next-post {
    justify-content: flex-start;
    padding-left: 1vw;
}
.prev-post {
    justify-content: flex-end;
    padding-right: 1vw;
}
.post-nav i {
    font-size: calc(.5rem + 3vw);
}
/*--------------------------------------------------------------
## udumbara TYPOGRAPHY
--------------------------------------------------------------*/
body {
	font-style: normal;
	font-weight: 400;
}
.article-body p, .entry-content p {
    font-family: dolly-new, sans-serif;
	font-weight: 400;
	line-height: 1.6em;
    font-size:1.4em;
}
.article-body p strong {
    font-family: dolly-small-caps-new, sans-serif;
    font-weight: 400;
	line-height: 1.6em;
}
.article-body p a {
    font-family: objektiv-mk2, sans-serif;
    font-weight:600;
    font-size:0.8em;
    text-transform: uppercase;
}
.article-body blockquote p {
	font-style: normal;
	font-weight: normal;
}
.sticky:first-of-type .entry-content p {
    font-size:1.5em;
}
body .pl-fixed-top {
    background-color: #FFFFFF;
    box-shadow: none;
}
h1, h2, h3, h4, h5, h6, .loop-menu .categories {
    line-height: 1.2em;
    margin: .6em 0;
    text-rendering: optimizelegibility;
}
h1 {
    font-size: calc(1.5rem + 2vw);  /* font-size:1.5em; */
}
h3 {
    font-size:2em;
}
h2, h3.subhead {
    font-size: calc(1rem + 2vw);/* font-size:2.4em; */
}
.single article h2 {
    font-size:2em;
}
h1.site-title em {
    font-style: normal;
    color:#00B7B7;
    font-size:1.5em;
    line-height:1.2em;
    display:block;
}
h1.entry-title, h2.entry-title {
}
h1.entry-title em, h2.entry-title em, h3.subhead {
    font-style:normal;
    display: block;
    font-weight: 400;
}
#headboard span {
    font-size: calc(1rem + 1vw); 
}
@media (orientation : landscape) {
    #headboard span {
        font-size: calc(1rem + 1.8vw); 
    }
}
.le-loop h2, .le-loop h3 {
    font-size: 1.5em;
    /* border-bottom: 3px #FF3050 dotted;  */
    padding: 1rem; 
}
/*.le-loop .sticky h2, .le-loop .sticky h3 {
    font-size: 2.5rem;
} */
.le-loop .sticky:first-of-type h2, .le-loop .sticky:first-of-type h3 {
    font-size: 2rem;
}
h4 {
    font-size:1.3em;
}
h5 {
    font-size:1em;
    margin: 1em 0 1.5em 0
}
h6 {
    font-size:1.2em;
    line-height:1.5em;
}
blockquote {
    color:#666;
}
/*.article-body p a:after {
    content: "\f03e";
    font-family: 'Font Awesome 5 Free';
    padding:0 0.5em;
}
.article-body p strong a:after {
    content: "\f0a9";
}
.article-body p strong a {
    font-weight: normal;
} */
.wp-block-media-text p {
    font-family: objektiv-mk2, sans-serif;
    font-weight:400;
    font-size:1.5em;
}
figcaption, figcaption em, figcaption i {
    font-weight:400;
    font-style:normal;
    font-size:1em;
    text-align: left;
}
figcaption i:before, figcaption i:before, figcaption em:before, figcaption em:before {
	content: "\f030";
    font-family: 'Font Awesome 5 Free';
    padding:0 1em 0 0;
    font-weight: 900;
}
.gallery figcaption  { 
	margin:1em 0 0 0;
}
.pquote figcaption {
    color:#fff;
    text-align: right!important;
    width:40%;
    margin: 0 2rem 2rem 60%;
}
.related-tags {
    font-weight: 500;
    font-size: 1.3em;
}
.related-tags:before {
    content: "\f02c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 1em;
} 
@media (min-width: 768px) {
        }
@media (min-width: 1024px) {
        }
@media (min-width: 1366px) {
        }


/*=================== FOOTER + cover stuff ====================*/



/* =========== ETUSIVU ============================= */
#masthead {
    /* border-bottom: 0.2rem #ddd dotted; */
    margin: 1rem;
    height: calc(6rem + 6vw);
}
#udumbara-head {
    width:90vw;
    height:100%;
    display:flex;
    justify-content: center;
    align-items:center;
    align-content:center;
    text-align: center;
    margin:0 0 1rem 0;
    padding:0;
    background-image: url(pix/poster-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 1024px) {
    #udumbara-head {
    }
}
@media (min-width: 1360px) {
    #udumbara-head {
        width:80vw;
    }
}

.le-loop h2 {
    text-align: center;
    margin:1rem auto 0 auto;
}
.thmb-wrapper {
    position:relative;
}
/*.flag {
    position:absolute;
    bottom:2rem;
    left:1rem;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 5rem;
    border: 3rem solid #1abc9c;
    border-top: 0 solid;
    border-bottom: 2rem solid rgba(0,0,0,0);
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    border-radius:2px;
}
.le-loop li.sticky:first-of-type .flag {
    height: 10rem;
    border: 6rem solid #1abc9c;
    border-bottom: 4rem solid rgba(0,0,0,0);
    border-radius:4px;
}
.le-loop li.sticky:first-of-type .flag {
    content:"vanhaa";
    color:#FFF;
}
.le-loop li.sticky:first-of-type .flag::after {
    content:"uutta";
    color:#FFF;
} */

/* =========== KUVA ja kuvateksti=================== */

.gallery img {
    border: none!important;}

.gallery-item {
    text-align:left !important;}

body .pl-thumbnails .thumbnail, body .gallery .gallery-icon a, .pl-thumbnail {
    display: block;
    padding: 0;
    line-height: 21.7px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;}

body .pl-thumbnails .thumbnail[href]:hover, body .gallery .gallery-icon a[href]:hover,
.pl-thumbnail[href]:hover {
    border-color: #00B7B7;
    -webkit-box-shadow: 0 1px 4px rgba(0, 183, 183, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 183, 183, 0.25);
    box-shadow: 0 1px 4px rgba(0, 183, 183, 0.25)
}

#slb_viewer_wrap .slb_slideshow {
    display:none!important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag {
    background:url("pix/ui_close.png") 0 0 no-repeat!important;
}
body .pl-thumbnails .thumbnail, body .gallery .gallery-icon a, .pl-thumbnail {
    display: block;
    padding: 0;
    line-height: 21.7px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
body .pl-thumbnails .thumbnail[href]:hover, body .gallery .gallery-icon a[href]:hover,
.pl-thumbnail[href]:hover {
    border-color: #00B7B7;
    -webkit-box-shadow: 0 1px 4px rgba(0, 183, 183, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 183, 183, 0.25);
    box-shadow: 0 1px 4px rgba(0, 183, 183, 0.25);
}
.gallery .gallery-item {
    text-align:left!important;
}
.gallery-columns-1 .gallery-item {
}

.gallery-columns-2 .gallery-item {
    width:49%!important;
    margin-right:1%!important;
}
.gallery-columns-2 .gallery-item {
    width:49%!important;
    margin-right:1%!important;
}
.gallery-columns-3 .gallery-item {
    width:32%!important;
    margin-right:1%!important;}

.gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
        float: none;
        display: table;
        margin-top: 10px;
        text-align: center;        
        position: relative;
        width: 99%!important;
}
.gallery-columns-5 .gallery-icon, .gallery-columns-6 .gallery-icon, .gallery-columns-7 .gallery-icon {
        float: left !important;
}
.gallery-columns-4 .gallery-icon {
        width:40%;
}
.gallery-columns-5 .gallery-icon {
        width:50%;
}
.gallery-columns-6 .gallery-icon {
        width:56%;
}
.gallery-columns-7 .gallery-icon {
        width:66%;
}
.gallery-columns-8 .gallery-icon {
        width:76%;
}
.gallery-columns-9 .gallery-icon {
        width:33%;
}
.gallery-columns-4 .gallery-caption, .gallery-columns-5 .gallery-caption, .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
        float: left;
        position: absolute;
        bottom:0;
        padding-left:1em;
}
.gallery-columns-4 .gallery-caption {
        left:40%;
        width: 40%;
}
.gallery-columns-5 .gallery-caption {
        left:50%;
        width: 40%;
}
.gallery-columns-6 .gallery-caption {
        left:56%;
        width: 40%;
}
.gallery-columns-7 .gallery-caption {
        left:66%;
        width: 34%;
}
.gallery-columns-8 .gallery-caption {
        left:76%;
        width: 24%;
}
.gallery-columns-9 .gallery-caption {
        left:33%;
        width: 40%;
}
dd.gallery-caption em {
    font-size:0.8em;
    text-transform: uppercase; 
    font-style:normal;
}
dd.gallery-caption em:before {
    content: "\f030";
    font-family: 'Font Awesome 5 Free';
    padding:0 1em;
    font-weight: 900;
}
.wp-caption {
    margin-left: 0px;
    margin-right:0px;
    text-align: left;
    padding: 0;
    border: none;
    border-radius: 0px;
    max-width: 98%;
    margin-bottom: 1em;
    background-color: transparent !important;
}
.wp-caption.alignleft {
    margin-left: 0px;
    margin-right: 2em;	
}
.wp-caption img {
    -moz-box-sizing: none;
    background: none;
	padding:0;
}
img.alignnone {
margin-left: 0px;
margin-right: 0px;
}
img.alignleft {
margin-left: 0px;
    margin-right: 2em;
}
#gallery .gallery-caption {
margin-left: 0;
}
body .pl-thumbnails:after, body .gallery:after {
    display: none;
}
#wrks-search {
    width:auto;
	cursor: pointer;
}
/* @ Search Form */
.searchform {
	position: relative;
    width: 190px;
	margin: 3px 0 3px 0;
	display: inline-block
}
.btn-search {
    z-index: 10;
    right: 16px;
    top: 1px;
    color: #000;
    padding: 0; /*padding: 0 20px; */
}
.btn-search:hover {
    cursor: pointer;
    opacity: .6;
}
.searchfield {
    border-radius: 3px;
    height: 23px;
    padding: 5px 5px 5px 12px;
    margin: 0;
    cursor: default;
    line-height: 1.2em;
    transition: all .7s;
    text-indent: 15px;
    box-sizing: border-box;
    width: 100%; 
}
.searchfield:focus {
	cursor: text;
	box-shadow: none;
	background-color:#fff;
	color:#000;
}
#searchform {
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}
#searchform fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
#searchform form {
    margin: 0 0 21.7px
}
#searchform input {
    vertical-align: top;
    margin: 0;
    font-family: "Monosten A", Courier, monospace;
    border: none;
    height: 40px;
    width: 0;
    background: transparent;
    padding: 0;
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -ms-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase; letter-spacing: 1px; color: rgba(0,0,0,.2);
}
#searchform focus {
				box-shadow: none;
}
#searchform.has-focus input {
				width: 130px;
}
#searchform.has-focus .btn-search{
				color: #00B7B7;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"],
input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 32.55px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 21.7px;
    color: #555;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
input, textarea, .uneditable-input, .add-on {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
input {
    width: 220px
}
textarea {
    width: 100%;
    height: auto
}
textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"],
input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"],
.uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -ms-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus,
input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus,
input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6)
}