/*
Theme Name: Blank Canvas
Theme URI: https://wordpress.com/themes/blank-canvas/
Description: Blank Canvas is a minimalist theme, designed for single-page websites. Its single post and page layouts have no header, navigation menus, or widgets by default, so the page you design in the WordPress editor is the same page you’ll see on the front end. The theme’s default styles are conservative, relying on simple sans-serif fonts and a subtle blue highlight color. Blank Canvas is ready for your customizations.
Version: 1.2.4
Author: Automattic
Author URI: https://automattic.com/
Template: seedlet-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blank-canvas
*/


@font-face {font-family: "Basis Grotesque Pro Mono";
	src: url("BasisGrotesqueProMono.ttf") format("truetype");
}
@font-face {font-family: "Suisse Intl Mono";
	src: url("SuisseIntlMono.ttf") format("truetype");
}
@font-face {font-family: "Druk Wide Medium";
	src: url("DrukWideMedium.ttf") format("truetype");
}
* { box-sizing: border-box; }
html, body { font-family: "Suisse Intl Mono", sans-serif; padding: 0px; margin: 0px; background: linear-gradient(to right, #737f73 50%, #eaecde 0%); }
body ul { font-family: "Suisse Intl Mono", sans-serif; }
pre { font-family: "Suisse Intl Mono", sans-serif !important; }
a, a:hover{
	/* border-bottom: 1px solid #737f73; */
	border-bottom: none;
}
.menu-item a {
	border-bottom: 1px solid #737f73;
}
@media (min-width: 1440px) {
	.flowleft { border-left: 1px solid #eaecde; }
	.flowright { border-right: 1px solid #737f73; }
	.page-template-page-history .flow {
		width: 100%;
		max-width: 100%;
	}
}
.flow { display: flex; flex-wrap: nowrap; width: 100%; max-width: 1440px; margin: auto; }
.flowleft, .flowright { width: 50%; height: 100%; overflow-y: auto; height: 100vh; transition: 1s width ease-in-out; }
.flowmiddle { width: 250px; height: 100%; padding: 30px; height: 100vh;}
.home .flowmiddle { /*width: 250px; height: 100%; padding: 30px;*/ height: calc(100vh - 80px); }
.flowleft { background: #737f73; color: #eaecde;  }
.flowright { background: #eaecde; color: #737f73; }
.flowmiddle { position: relative; background: #fff; color: #737f73; }
.flowmiddle ul li a { color: #737f73; }
.flowleft .block { border-bottom: 1px solid #eaecde; padding: 30px; }
.flowright .block { border-bottom: 1px solid #737f73; padding: 30px; }
.block { min-width: 400px; overflow: hidden; }
.block:last-child { margin-bottom: 30px; }
.block-upper { position: relative; }
.block-expand { position: absolute; bottom: 0px; right: 30px; transform: scaleX(2); }
.block-title { font-family: "Druk Wide Medium"; padding-bottom: 5px; }
.flowlefttitle { position: relative; width: 54px; flex-shrink: 0; background: #737f73; border-left: 1px solid #eaecde; height: 100vh; }
.home .flowlefttitle { position: relative; width: 54px; flex-shrink: 0; background: #737f73; border-left: 1px solid #eaecde; height: calc(100vh - 80px); }
.flowlefttitle .rot-text { position: absolute; top: 275px; left: 27px; transform: translateX(-50%) rotate(90deg); width: 450px; font-size: 20px; color: #eaecde; }
.flowrighttitle { position: relative; width: 54px; flex-shrink: 0; background: #eaecde; border-left: 1px solid #737f73; border-right: 1px solid #737f73; height: 100vh; }
.home .flowrighttitle { position: relative; width: 54px; flex-shrink: 0; background: #eaecde; border-left: 1px solid #737f73; border-right: 1px solid #737f73; height: calc(100vh - 80px); }
.flowrighttitle .rot-text { position: absolute; bottom: 275px; left: 27px; transform: translateX(-50%) rotate(-90deg); width: 450px; font-size: 20px; color: #737f73; }
.flowrighttitle, .flowlefttitle { overflow: hidden; }
.flowmiddle ul { display: block; padding: 0px; margin: 0px; list-style: none;  } .flowmiddle li { display: block; padding: 0px; margin: 0px; list-style: none; padding-bottom: 30px; }
.flowbottom { position: absolute; bottom: 75px; }
a.active, a:hover {
	/* border-bottom: 1px solid #737f73; */ 
	border-bottom: none; 
	cursor: hand; 
	cursor: pointer; 
}
.flowmiddle h2 { font-size: 16px; padding-bottom: 60px; font-weight: 400; }
.flowleft::-webkit-scrollbar, .flowright::-webkit-scrollbar, .flowmiddle::-webkit-scrollbar, html::-webkit-scrollbar { display: none; }
.flowleft, .flowright { -ms-overflow-style: none; scrollbar-width: none; }
.fixed-bottom { position: fixed; left: 0px; bottom: 0px; right: 0px; border-top: 1px solid #737f73; background: #fff; height: 80px; color: #737f73; }
.fixed-bottom a { color: #737f73; }
.fixed-bottom a:hover { opacity: 0.7; }
/**.bottom-left { left: 30px; position: absolute; top: 50%; transform: translateY(-50%); }
.bottom-right { right: 30px; position: absolute; top: 50%; transform: translateY(-50%); }**/
.fixed-bottom .in { margin: auto; padding-left: 25px; padding-right: 25px; position: relative; height: 100%; }
.fixed-bottom img { vertical-align: middle; }
.flowleft.expand {
	width: 80%;
}
.flowright.unexpand { 
	width: 11%;
}
.flowright.expand { 
	width: 80%;
}
.flowleft.unexpand { 
	width: 11%; 
}
.block-upper { cursor: hand; cursor: pointer; }
.block-extra { margin-top: 40px; font-size: 14px; transition: 0.3s all ease-in-out; height: inherit; opacity: 1; }
.page-template-page-program-php .block-extra { margin-top: 20px; }
.page-template-page-program-php .block-extra.hidden { margin-top: 0px; }
.block-picture { margin-bottom: 20px; }
.hidden { height: 0px; opacity: 0; margin-top: 0px; overflow: hidden; }
h1 { font-size: 20px; font-family: "Druk Wide Medium"; margin-top: 20px; margin-bottom: 20px; }
h2 { font-family: "Suisse Intl Mono", sans-serif !important; }
.menu { padding-top: 75px; }
.flowmiddle ul li a { border-bottom-width: 0px; }
.flowmiddle ul li.current-menu-item a, .flowmiddle ul li a:hover { border-bottom-width: 1px; }
.block-year h1 { padding: 30px; border-bottom: 1px solid #737f73; margin-bottom: 0px; }
.flowleft .block-year h1 { border-bottom: 1px solid #eaecde; }
.flowleft .small-block { border-bottom: 1px solid #eaecde; }
.flowright .small-block { border-bottom: 1px solid #737f73; }
.small-block { padding: 5px 30px; font-size: 14px;}
.small-block-upper { cursor: hand; cursor: pointer; width: 80vw; }
.small-block-date { width: 180px; float: left; }
.small-block-author { width: 300px; float: left; }
.small-block-title { font-weight: 700; }
.block-extra { text-align: unset; }
pre { overflow: visible !important; }
.block-extra { line-height: 115%; }
.page-template-page-history-php .flowleft, .page-template-page-history-php .flowright { line-height: 125%; font-size: 14px; text-align: unset; }
.page-template-page-contact-php .flowright, .page-template-page-artist-php .flowright { line-height: 150%; font-size: 14px; }
.block-author, .block-date { letter-spacing: 2px; }
h1, .block-title { letter-spacing: 0px; }

.person h1{
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.page-template-page-artist-php .person, .page-template-page-contact-php .person {
	margin-bottom: 30px;
}
.page-template-page-artist-php .gallery { margin-top: 20px; }
.page-template-page-program-php .gallery { margin-bottom: 3px; }
.page-template-page-archive-php .gallery  { margin-bottom: 20px; }
.page-template-page-pood-php .flowleft .small-block-upper { cursor: default; }
.page-template-page-pood-php .small-block { height: 100px; line-height: 90px; }
.page-template-page-pood-php .small-block-price { float: left; width: 70px; min-width:70px;}
.page-template-page-pood-php .small-block-picture { float: left; width: 82px; height: 85px; margin-right: 10px;	min-width: 82px; }
.page-template-page-pood-php .small-block-author { float: left; width: 150px; }
.page-template-page-pood-php .small-block-title, .page-template-page-pood-php .title { font-family: "Druk Wide Medium"; font-weight: 400; }
.page-template-page-pood-php .small-block-upper { width: 100%; }
.page-template-page-pood-php .small-block { overflow: hidden; }
.page-template-page-pood-php .block-year { transition: 1s all ease-in-out; position: relative; cursor: hand; cursor: pointer; border-bottom: 1px solid #737f73; }
.page-template-page-pood-php .block-expand { bottom: 12px; }
.page-template-page-pood-php .flowright h1 { border-bottom: 0px !important; }
.page-template-page-pood-php .flowleft .block-expand { display: none; }
.page-template-page-pood-php .flowright .small-block { height: fit-content; }
.page-template-page-pood-php .flowright .block-year .small-block:last-child { border-bottom: 0px; }
.page-template-page-pood-php .block-extra { display: flex; line-height: 125%; padding-bottom: 30px;}
.page-template-page-pood-php .blk { width: 50%; right-padding: 20px; } 
.page-template-page-pood-php .flowright .block-year { height: calc(33vh - 16px); overflow: hidden; }
.page-template-page-pood-php .flowright { position: relative; }
.page-template-page-pood-php .float-info { z-index: 10; background: #eaecde; position: sticky; left: 0px; right: 0px; bottom: 0px; padding: 10px 35px; padding-bottom: 10px; font-size: 14px; top: calc(100vh - 214px); bottom:-10px; line-height:16px;	border-top: 1px solid;}
.page-template-page-pood-php .flowright .block-year h1 { padding: 5px 30px; }
.page-template-page-pood-php .block-year.expand { height: initial; }
.page-template-page-pood-php center { width: 100%; }
.page-template-page-pood-php .sticky-title { position: sticky; top: 0px; padding-top: 1px; margin-bottom: 0px; padding-bottom: 10px; border-bottom: 1px solid #eaecde; background: #eaecde; transition: padding-top .3s linear, padding-bottom .3s linear;
;}
.page-template-page-pood-php .block-year.expand { overflow: auto; height: calc(100vh - 60px); padding-bottom: 120px; }
.page-template-page-pood-php .block-year.expand .close { display: block; }
.page-template-page-pood-php .block-year.expand .open { display: none; }
.page-template-page-pood-php .block-year.expand .sticky-title { border-bottom: 1px solid #737f73;transition: padding-top .3s linear, padding-bottom .3s linear; }
.page-template-page-pood-php .block-year::-webkit-scrollbar { display: none; }
.page-template-page-pood-php .block-year.shrink { height: 0px; border: 0px; }
.page-template-page-pood-php .flowright { overflow: hidden;}
.fixed-bottom { z-index: 11; }
.mobile { display: none; }
.block-picture { width: 500px; margin: auto; max-width: 100%; padding-top: 20px; padding-bottom: 20px; }
.flowmiddle { overflow-y: auto; padding: 0px; }
.flowmiddle .scrollable { position: relative; min-height: 100vh; padding: 30px; padding-top: 75px; padding-bottom: 150px;  }
.gallery .scroller { height: 100%; left: 0%; display: flex; flex-direction: row; flex-wrap: nowrap; position: relative; transition: 0.5s left ease-in-out; }
.gallery .scroller.dragging { transition: initial !important; }
.gallery .overflow { height: 100%; overflow: hidden; }
.gallery.empty { display: none; }
.picture { height: 100%; width: 100%; }
/** was 350 height  03.02.2022**/
.gallery { position: relative; margin-bottom: 50px; height: 650px; }
.gallery-left, .gallery-right { cursor: hand; cursor: pointer; z-index: 2; }
.gallery-left { position: absolute; top: 50%; left: -30px; transform: translateY(-50%) scale(2, 5); }
.gallery-right { position: absolute; top: 50%; right: -30px; transform: translateY(-50%) scale(2, 5); }
.gallery-left, .gallery-right { transition: 0.5s opacity ease-in-out; }
.flowbottom a { color: #737f73; }
.small-block-upper { display: flex; }
.gallery.noswipe { cursor: default; }
.noswipe .gallery-left, .noswipe .gallery-right { display: none; }
@keyframes hidemobilekeys { from { opacity: 1; } to { opacity: 0; } }
@keyframes appear { from { opacity: 0; } to { opacity: 1; } }
@keyframes appeargrow { from { opacity: 0; } to { opacity: 1; height: auto; min-height: min-content; } }
.page-template-page-archive-php .picture.empty { width: 20%; height: 20%; top: 50%; left: 50%; position: absolute; transform: translate(-50%, -50%); line-height: 100px; text-align: center; font-size: 100px; }
.page-template-page-archive-php .gallery { margin: auto; margin-bottom: 50px; width: 90%; }
.page-template-page-archive-php .flowleft, .flowright { padding-bottom: 8px; }
.page-template-page-archive-php .blk { width: 50%; }
.page-template-page-archive-php .blk:first-child { padding-right: 50px; }
.page-template-page-archive-php .text { display: flex; }
.page-template-page-archive-php .block-extra { min-width: 40vw; }
.page-template-page-artist-php .flowmiddle, .page-template-page-contact-php .flowmiddle, .page-template-page-press-php .flowmiddle { width: 15%; min-width:190px;}
.page-template-page-artist-php .flowrighttitle, .page-template-page-contact-php .flowrighttitle, .page-template-page-press-php .flowrighttitle { background: #fff; }
.page-template-page-artist-php .flowright, .page-template-page-contact-php .flowright, .page-template-page-press-php .flowright { width: 80%; background: #fff; border: 0px; padding: 30px; }
.page-template-page-artist-php .flowrighttitle .rot-text, .page-template-page-contact-php .flowrighttitle .rot-text, .page-template-page-press-php .flowrighttitle .rot-text { left: 26px; bottom: 300px; }
.page-template-page-artist-php .flowright .text, .page-template-page-contact-php .flowright .text, .page-template-page-press-php .flowright .text { padding: 20px; display: flex; flex-wrap: nowrap; width: 100%; }
.page-template-page-artist-php .flowright .text .blk, .page-template-page-contact-php .flowright .text .blk, .page-template-page-press-php .flowright .text .blk { width: 50%; padding-right: 70px; }
.page-template-page-artist-php .person, .page-template-page-contact-php .person { float: left; width: 220px; }
.page-template-page-artist-php .blk:first-child h1:first-child, .page-template-page-contact-php .blk h1:first-child { margin-top: 0px; letter-spacing:0px;}
.page-template-page-contact-php .picture { width: 200px; height: 200px; }
.page-template-page-history-php .text { padding: 30px; margin-top: 40px; padding-bottom: 70px; }
.page-template-page-history-php .flowleft, .page-template-page-history-php .flowright { border: 0px; }
.page-template-page-archive-php .flowleft, .page-template-page-archive-php .flowright, .page-template-page-program-php .flowleft, .page-template-page-program-php .flowright { padding-bottom: 30px; }
.page-template-page-home-php .flowleft, .page-template-page-home-php .flowright { position: relative; }
.page-template-page-home-php .text { width: 70%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.page-template-page-home-php .text h1 { font-family: "Suisse Intl Mono"; font-size: 40px; }
.page-template-page-home-php h1 + p { padding-left: 20px; padding-bottom: 20px; }
.block-expand .expand { display: block; } .block-expand.expanded .expand { display: none; }
.block-expand .close { display: none; } .block-expand.expanded .close { display: block; }
.flowleft { border-left: 0px; }
.flowright { border-right: 0px; }
.rot-text { white-space: nowrap; }
.page-template-page-program-php .gallery-left { left: -22px; opacity: 0; transition: 0.3s all; }
.page-template-page-program-php .gallery-right { right: -22px; opacity: 0; transition: 0.3s all; }
.page-template-page-program-php .gallery:hover .gallery-left, .page-template-page-program-php .gallery:hover .gallery-right { opacity: 1; }
.page-template-page-program-php .block { border-bottom: 0px; }
.page-template-page-program-php .block-extra { height: min-content; margin-bottom:3 0px; padding: 30px; transition: 0.3s opacity ease-in-out; animation-fill-mode: forwards; animation: appeargrow 0.3s ease-in-out forwards; }
.page-template-page-program-php .flowleft .block-extra { border-bottom: 1px solid #eaecde; }
.page-template-page-program-php .flowright .block-extra { border-bottom: 1px solid #737f73; }
.page-template-page-program-php .block-extra.hidden { animation-name: none; opacity: 1; height: 1px; padding-top: 0px; padding-bottom: 0px; }
.sticky-header { cursor: hand; cursor: pointer; position: sticky; font-size: 18px; top: 0px; margin: -30px; padding: 30px; margin-top: -150px; margin-bottom: 30px; padding-bottom: 37px; }
.flowleft .sticky-header { border-bottom: 1px solid #eaecde; background: #737f73; }
.flowright .sticky-header { border-bottom: 1px solid #737f73; background: #eaecde; }
.sticky-header .block-author { padding-top: 15px; }
.page-template-page-program-php .block-extra { margin-top: 0px; }
.block-expand-close { bottom: 37px; right: 60px; }
.page-template-page-pood-php .small-block-upper { /*flex-wrap: wrap;*/ }
.page-template-page-pood-php .small-block-title { opacity: 1; line-height: 100%; width: 50%; max-height: 90px; }
.page-template-page-pood-php .small-block-author { line-height: 100%; max-height: 90px; }
.page-template-page-pood-php .small-block-title div, .page-template-page-pood-php .small-block-author div { top: 50%; position: relative; transform: translateY(-50%); }
.page-template-page-press-php .flowright .text .blk { width: 100%; padding-right: 30px; }
.page-template-page-press-php .flowright h2 { font-size: 26px; margin-bottom: 30px; margin-top: 50px; }
.gallery { user-select: none; cursor: grab; }
/**.home .flowrighttitle .rot-text {
	top: 270px;
	text-align: right;
	bottom: inherit;
}**/
.flowrighttitle .rot-text {
	/**bottom: 430px;
	text-align: right;**/
}
.gallery-left {
	background-image:url("assets/nool_hele.svg");
	transform: rotate(90deg);
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	font-size: 0px;
	top:calc(50% - 30px);
	background-position: left;
	left: -50px;
}
.gallery-right {
	background-image:url("assets/nool_hele.svg");
	transform: rotate(270deg);
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	font-size: 0px;
	top:calc(50% - 30px);
	background-position: right;
	right:-50px;
}

.page-template-page-archive-php .flowright .gallery-left {
	background-image:url("assets/nool_tume.svg");
}
.page-template-page-archive-php .flowright .gallery-right {
	background-image:url("assets/nool_tume.svg");
}

.page-template-page-archive-php .flowleft .gallery-left:hover,.page-template-page-archive-php .flowleft .gallery-right:hover{
	background-image:url("assets/nool_hele.svg");
}

.gallery-left:hover,.gallery-right:hover{
	background-image:url("assets/nool_tume.svg");
}
.block-expand .open{
	background-image:url("assets/nool_tume.svg");
	width: 50px;
	height: 46px;
	background-repeat: no-repeat;
	font-size: 0px;
	display: inline-block;
	background-size: contain;
}
.block-expand .close{
	background-image:url("assets/rist_tume.svg");
	width: 57px;
	height: 47px;
	background-repeat: no-repeat;
	font-size: 0px;
	background-size: contain;
}
.block-expand .expand{
	background-image:url("assets/nool_tume.svg");
	width: 50px;
	height: 46px;
	background-repeat: no-repeat;
	font-size: 0px;
	background-size: contain;
}
.block-expand {
	transform: inherit;
}
.page-template-page-pood-php .block-expand {
	bottom: 0px;
}
.page-template-page-program .block-expand.block-expand-close{
	font-size:0px;
}
.page-template-page-program .block-expand .close {
	position: relative;
	z-index: 1;
}
.page-template-page-pood .block-year.expandable.expand .small-block {
	padding: 20px 30px;
	transition: 0.3s all ease;
}
.page-template-page-pood .block-year.expandable .small-block {
	transition: 0.3s all ease;
}
.page-template-page-archive-php .text {
	display: flex;
	padding-bottom: 25px;
}
.page-template-page-archive-php .block-year-title{
	font-size: 20px;
	letter-spacing:0px;
	white-space: nowrap;
}
.page-template-page-archive-php .flowleft.expand .small-block-title, .page-template-page-archive-php .flowright.expand .small-block-title  {
	font-family: "Druk Wide Medium";
	font-weight: 400;
}
.page-template-page-program .block-upper.no-pointer:hover{
	cursor:default;
}
.page-template-page-program .block.not-active .block-date,.page-template-page-program .block.not-active .block-author{
	color:#b8c4c6;
}
.page-template-page-program .flowleft .block-expand .expand {
	background-image: url(assets/nool_hele.svg);
}
.page-template-page-program .flowleft .block-expand .close {
	background-image: url(assets/rist_hele.svg);
}
.page-template-page-press .flowright .text .blk a {
	padding-bottom: 10px;
	display: inline-block;
	margin-top: 10px;
	color:#737f73;
	width:100%;
	font-size: 14px;
	line-height: 16px;
}
.page-template-page-press .flowright .text .blk a:hover {
	color:#eaecde;
}

.page-template-page-pood-php .small-block-picture {
	margin-top: 2px;
}
.page-template-page-press-php .flowright h2 {
	font-size: 20px;
	letter-spacing: 0px;
	font-family: "Druk Wide Medium" !important;
}

.page-template-page-press h1 {
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Druk Wide Medium";
}
.page-template-page-archive .small-block.small-block-sticky.expanded .small-block-upper .close {
	background-image: url(assets/rist_tume.svg);
	width: 30px;
	height: 24px;
	background-repeat: no-repeat;
	font-size: 0px;
	background-size: contain;
	margin-left: auto;
	position: absolute;
	right: 30px;
	top: -6px;
	width: 57px;
	height: 47px;
}

.page-template-page-archive .small-block.small-block-sticky.expanded .small-block-upper {

}

.page-template-page-archive .expand .small-block-upper-inner-wrapper{
	width: 72%;
	display: flex;
}


.page-template-page-archive-php .flowleft .small-block-upper .close{
	max-height:23px;
}
.page-template-page-program .sticky-header .block-author {
	padding-top: 5px;
}
.page-template-page-program .sticky-header {
	/*margin-top: -148px;*/
	margin-top: -90px;
}
.page-template-page-pood-php .float-info{
	opacity:1;
	transition: 0.5s all ease-in-out;
}
.page-template-page-pood-php .float-info.hide-info{
	opacity:0;
	transition: 0.2s all ease-in-out;
}
.page-template-page-press .flowrighttitle .rot-text br{
	display:none;
}
.page-template-page-archive  .small-block-author {
	letter-spacing: 2px;
}
.page-template-page-pood .shop-author-title-wrapper .small-block-author{
	letter-spacing: 2px;
}
.page-template-page-pood-php .block-extra .blk .author-title{
	letter-spacing: 2px;	
}

.page-template-page-pood-php .block-extra .blk .title{
	letter-spacing: initial;	
}
.page-template-page-press .flow .flowright .text .blk p{
	border-top: 1px solid var(--global--color-secondary);
}
.mailerlite-form-title, .mailerlite-form-description, .flow .mailerlite-form .mailerlite-form-field label {
	display:none;
}
.fixed-bottom .in {
	display: flex;
	align-items: center;
}
.bottom-center{
	margin-left: auto;
	margin-right: 8%;
	width: 232px;
}
.bottom-left{
	min-width: 400px;
	width:50%;
}
.bottom-right{
	width:50%;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-contact{
	margin-left: 5px;
}
.mailerlite-form .mailerlite-subscribe-submit{
	background:none;
	font-size:0px;
	background-image:url("assets/nool_tume.svg");
	transform: rotate(270deg);
}
.mailerlite-form .mailerlite-subscribe-submit:focus{
	background-color: transparent !important;
}
.mailerlite-form .mailerlite-subscribe-submit:focus-visible{
	outline:none;
}
.mailerlite-form .mailerlite-subscribe-submit:hover{
	background-color: transparent !important;
}
.mailerlite-form .mailerlite-subscribe-button-container {
	display: inline-block;
}
.mailerlite-form .mailerlite-form-field {
	display: inline-block;
	margin-bottom: 0px;
}
.mailerlite-form .mailerlite-form-inputs{
	display: flex;
	align-items: center;	
}
.mailerlite-form #mailerlite-1-field-email{
	border: none;
	border-bottom: 1px solid transparent;

}
.mailerlite-form #mailerlite-1-field-email:focus-visible::placeholder,.mailerlite-form #mailerlite-1-field-email:focus::placeholder {
  color: transparent;
}
.mailerlite-form #mailerlite-1-field-email:focus-visible{
	border:none;
	border-bottom: 1px solid #eaecde;
	outline: none;
}
.mailerlite-form #mailerlite-1-field-email:focus{
	border:none;
	border-bottom: 1px solid #eaecde;
	outline: none;
}
.mailerlite-form .mailerlite-form-response {
	margin-top: 0px;
	text-align: left;
	color: #00a154;
	font-family: "Suisse Intl Mono", sans-serif;
}
.page-template-page-program .gallery-left, .page-template-page-program .gallery-right{
	display:none;
}
.flowbottom .wpml-ls.wpml-ls-legacy-list-horizontal a{
	border-bottom: 1px solid #737f73;
	text-transform:uppercase;
	line-height: 24px;
	padding:0px;
}
.flowbottom .wpml-ls.wpml-ls-legacy-list-horizontal li:first-child:after{
	content:" / ";
	display:inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
.flowbottom .wpml-ls.wpml-ls-legacy-list-horizontal li{
	display: flex;
	align-items: center;
}
.flowbottom .wpml-ls.wpml-ls-legacy-list-horizontal ul{
	display: flex;
}
.flowbottom .wpml-ls-statics-shortcode_actions{
	padding:0px;
}
.page-template-page-program .block-extra p, .page-template-page-archive .blk p{
	margin-bottom:18px;
}
.mailerlite-form-response span{
	font-family: "Suisse Intl Mono", sans-serif;
	font-size: 20px;
}
.page-template-page-program .block.not-active, .page-template-page-program .block-extra.hidden.Hobusepea, .page-template-page-program .block-extra.hidden.Draakoni{
}

@media (min-width: 1200px) {
.page-template-page-history-php .flowleft .text {
	padding-right: 5%;
}
.page-template-page-history-php .flowright .text {
	padding-left: 5%;
}
}
/* Newly Added CSS */
.page-template-page-archive-php .blk.author-info {
	white-space: pre-line;
}

@media (min-width: 1001px) {
	.block-upper.hide .block-title, .block-upper.hide .block-author, .block-upper.hide .block-expand { display: none; }
	.block-extra .block-expand { background-image: url(assets/rist_hele.svg); bottom: 22px; width: 57px; height: 47px; background-repeat: no-repeat; font-size: 0px; background-size: contain; }
	.flowright .block-extra .block-expand { background-image: url(assets/rist_tume.svg); }
	.small-block-title { opacity: 0; transition: 0.5s all ease-in-out; }
	.flowleft.expand .small-block-title { opacity: 1; }
	.flowright.expand .small-block-title { opacity: 1; }
	.flowlefttitle .rot-text, .flowrighttitle .rot-text { font-size: 30px; letter-spacing: 4px; }
	.home .flowleft, .home .flowright { width: 50%; height: 100%; overflow-y: auto; height: calc(100vh - 100px); transition: 1s width ease-in-out; }
	.home .flowmiddle .scrollable { position: relative; min-height: calc(100vh - 80px); padding: 30px; padding-top: 36px; padding-bottom: 150px; min-width:190px; }
	/**.page-template-page-archive .flowrighttitle .rot-text {
		bottom: inherit;
		text-align: right;
		top: 265px;
	}
	.page-template-page-artist-php .flowrighttitle .rot-text{
		top: 20px;
		bottom: inherit;
	}
	.page-template-page-artist-php .flowrighttitle .rot-text {
		top: 362px;
		bottom: inherit;
		letter-spacing: 0px;
	}
	.page-template-page-contact .flowrighttitle .rot-text {
		top: 362px;
		bottom: inherit;
		letter-spacing: 0px;
	}
	.page-template-page-pood .flowrighttitle .rot-text {
		bottom: inherit;
		text-align: right;
		top: 265px;
	}
	.page-template-page-history .flowrighttitle .rot-text {
		bottom: inherit;
		text-align: right;
		top: 265px;
	}
	.page-template-page-press .flowrighttitle .rot-text {
		top: 362px;
		bottom: inherit;
		letter-spacing: 0px;
	}**/
	/**.page-template-page-pood .block-year.expandable.visible.expand .sticky-title{
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}**/
	.page-template-page-pood-php .flowright .block-year h1{
		margin-top: 50px;
	}
	.page-template-page-press .flowright .text .blk a::after{
		content:"";
	}
	.page-template-page-press .flowright .text .blk a{
		padding-left:50px;
	}
	.page-template-page-press-php .flowright, .page-template-page-press-php .flowright .text {
		padding-left:0px;
	}
	.page-template-page-press-php .flowright .text .blk h1,	.page-template-page-press-php .flowright .text .blk h2{
		padding-left:50px;
	}
	.page-template-page-history .flowmiddle{
	}
	.flowmiddle {
		overflow: hidden;
	}
	.mobile-fixed-homepage{
		display:none;
	}
	.page-template-page-pood-php .block-year.expand {
		height: 100vh;
	}
	.page-template-page-archive .flowright .small-block.expanded {
	}
	.page-template-page-archive .flowright .small-block.small-block-sticky.expanded {

	}
	.page-template-page-archive .flowright .gallery {
		margin-top: -10px;
	}
	.page-template-page-pood-php .shop-author-title-wrapper{
		display:flex;
	}
	.page-template-page-pood-php .small-block-author {
		min-width: 150px;
	}
	.page-template-page-pood-php .small-block-title{
		width:auto;
	}

	.page-template-page-press .flow{
	}
	.page-template-page-press .flow .flowmiddle.menu{
	}
	.page-template-page-press-php .flowmiddle {
		width: 15%;
		min-width:216px;
	}
	.page-template-page-press-php .flowmiddle .scrollable{
		padding-left: 30px;
		padding-right: 30px;
	}
	.page-template-page-press .flow .flowright{
		padding-right: 0px;
		width: 100%;
		margin-right: -50vh;
	}
	.page-template-page-press .flow .flowright .text, .page-template-page-press .flow .flowright .text .blk{
		padding-right: 0px;
	}
	.page-template-page-press .flow .flowright .text{
		padding-bottom: 0px;
	}
	.page-template-page-archive  .small-block-author {
		width:350px;
	}
	.page-template-page-pood .shop-author-title-wrapper .small-block-author{
		letter-spacing: 2px;
		min-width: 100px;
		width: 100px;
		margin-left: 30px;
		margin-right: 30px;
		line-height: 18px;
	}
	.home .block-upper .block-title{
		padding-bottom:0px;
	}
	.home .block-upper .block-expand {
		bottom: -10px;
	}
	.page-template-page-archive .gallery-left, .page-template-page-artist .gallery-left{
		width: 60px;
		height: 250px;
		top: calc(50% - 125px);
		left: -60px;
	}
	.page-template-page-archive .gallery-right, .page-template-page-artist .gallery-right{
		width: 60px;
		height: 250px;
		top: calc(50% - 125px);
		right: -60px;
	}
	.flowmiddle .scrollable{
		padding-top: 36px;
	}
	.page-template-page-artist-php .flowrighttitle .rot-text, .page-template-page-contact-php .flowrighttitle .rot-text, .page-template-page-press-php .flowrighttitle .rot-text {
		bottom: 35%;
	}
	.page-template-page-archive #flowleft .small-block.small-block-sticky.expanded .small-block-upper .close {
		background-image: url(assets/rist_hele.svg);
		position: absolute;
		left: 30px;
		top: -6px;
		width: 57px;
		height: 47px;
		max-height: initial;
	}
	.mobile-fixed-homepage{
		z-index: 100;
	}
	.page-template-page-archive-php .blk.author-content{
		width:530px;
	}
	.page-template-page-archive-php .blk.author-info{
		width:calc(100% - 530px);
		padding-right: 50px;
	}
	.page-template-page-archive-php .flowright .small-block .small-block-title{
		max-width: 35%;
	}
	/** 23.12.2021 home page fixes **/
	.page-template-page-program .sticky-header{
		padding-top: 20PX;
		margin-top:-80px;
		padding-bottom: 38px;
	}
	.page-template-page-program .sticky-header .block-author {
		padding-top: 4px;
	}
	.page-template-page-program-php .block-extra {
		animation: none;
	}
	.page-template-page-press .text-as-link:hover{
		cursor:default;
	}
	.home .flowleft, .home .flowright {
		height: calc(100vh - 80px);
	}
	.page-template-page-program .gallery {
		height:320px;
	}
	.page-template-page-program .block-author{
		max-width:80%;
		line-height: 30px;
	}
	.page-template-page-program .sticky-header .block-author {
		line-height: 30px;
		padding-top:0px;
	}
	.page-template-page-program .sticky-header .block-title {
		line-height: 22px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.page-template-page-program .block-picture{
		margin-left:0px;
		margin-right:0px;
		width: 100%;
	}
	.page-template-page-program .block-picture .picture{
		background-size: cover !important;
	}
	.page-template-page-artist .flowright .gallery {
		max-height: 300px;
	}
	.page-template-page-artist .flowright .gallery .picture{
		max-height: 300px;
	}
	.page-template-page-archive .expand .small-block-upper-inner-wrapper{
		width: 72%;
		display: flex;
	}
	.page-template-page-archive-php .flowleft.expand .small-block-title, .page-template-page-archive-php .flowright.expand .small-block-title {
		min-width: 220px;
	}
	.page-template-page-archive .small-block-author {
		min-width: 350px;
	}
	.page-template-page-archive .small-block-date {
		min-width: 180px;
	}
}


/** FIXES */
.page-template-page-pood .block-year.expand .sticky-title h1 { padding: 0px 30px; margin-top: 10px; }  
.flowlefttitle, .flowrighttitle, .flowleft, .flowright, .flowmiddle { height: calc(100vh - 32px); height:100vh; }
.small-block-sticky { position: sticky; top: 0px; display: none; z-index: 3; background: #eaecde; }
.flowleft .small-block-sticky { background: #737f73; }
.expand .small-block-sticky.expanded { display: block; }
.expand .small-block-sticky.expanded+.small-block .small-block-upper { display: none; }
.page-template-page-archive-php .flowleft .small-block-title, .page-template-page-archive-php .flowright .small-block-title { font-family: "Druk Wide Medium"; font-weight: 400; }
.page-template-page-program .block-title{
	letter-spacing:1px;
}
.home .block-upper .block-title {
	line-height: 22px;
	margin-bottom:5px;
}
.page-template-page-program .sticky-header .block-title {
	line-height: 22px;
	margin-bottom:5px;
}
.page-template-page-archive .small-block-author {
	text-transform: uppercase;
	margin-right: 40px;
}
@media (min-width: 1440px){
	.page-template-page-program .flow, .page-template-page-archive .flow, .page-template-page-pood .flow { max-width: inherit; }
	/*.page-template-page-program .block { max-width: 555px; width: 100%; }*/
	/*.flowpad { display: flex; }
	.flowpadleft { width: calc(100vw - 550px - 550px); }*/
}
/** FIXES */
@media (max-width: 1200px) {
	.page-template-page-pood .shop-author-title-wrapper .small-block-author {
		min-width: inherit;
		width: auto;
	}
	.page-template-page-archive .expand .small-block-upper-inner-wrapper {
		width: 65%;
		display: flex;
	}
}
/* mobile view START */
@media (max-width: 1000px) {
.sticky-header { display: none; }
.mobile-flowbottom { height: 100px; order: 5; line-height: 100px; text-align: center; }
.page-template-page-home-php .flowlefttitle, .page-template-page-home-php .flowrighttitle { display: none; }
.page-template-page-home-php .flowleft, .page-template-page-home-php .flowright { height: 50%; }
.page-template-page-home-php .flow h1 { font-size: 30px; }
.page-template-page-home-php { font-size: 14px; }
.page-template-page-home-php .flow .flowright .text { padding: 0px; }
.mobile { display: block; }
.page-template-page-archive-php .gallery, .page-template-page-program-php .gallery { width: calc(100vw); margin-left: -30px; margin-bottom: 20px; }
.page-template-page-program-php .block-picture { padding-bottom: 0px; width: 100%; }
.page-template-page-program-php .block-upper { display: flex; flex-flow: wrap; }
.page-template-page-program-php .block-picture { order: 1; width: 100%; }
.page-template-page-program-php .block-date { order: 2; width: 100%; }
.page-template-page-program-php .block-author { order: 3; width: 100%;	line-height: 18px;
	margin-bottom: 6px; }
.home .block-upper .block-title {
	line-height: 18px;
}
.page-template-page-program-php .block-date{
	margin-bottom:3px;
}
.page-template-page-program-php .block-title { order: 4; width: 100%; }
.page-template-page-program-php .block { padding-top: 0px; margin-top: -20px; }
.gallery-left, .gallery-right { animation-fill-mode: forwards; animation: hidemobilekeys 5s ease-in-out forwards; }
html.dragging .gallery-left, html.dragging .gallery-right { opacity: 0; display: none; }
.gallery-left { left: 30px; } .gallery-right { right: 30px; }
.mobile-expand-icon { position: absolute; top: 0px; right: 50px; transform: scale(4, 2); transition: 0.5s all ease-in-out; }
.flowlefttitle .mobile-expand-icon { color: #eaecde; }
.flowrighttitle .mobile-expand-icon { color: #737f73; }
.flowlefttitle, .flowrighttitle { position: relative; }
.flowmiddle .scrollable { padding: 0px; height: 100%; min-height: 650px; }
.flowleft, .flowright, .flowmiddle, .flowlefttitle, .flowrighttitle { width: 100% !important; height: inherit; }
.flowmiddle { padding: 30px; order: 1; } .flowlefttitle { order: 2; } .flowleft { order: 3; } .flowrighttitle { order: 4; } .flowright { order: 5; }
.flow { flex-direction: column; flex-wrap: nowrap; position: fixed; top: 50px; left: 0px; right: 0px; bottom: 0px; }
.flowmiddle h2 { display: none; }
.flowmiddle { padding-top: 10px; height: 50px; overflow: hidden; position: fixed; top: 0px; z-index: 12; }
.home .flowmiddle { padding-top: 10px; height: 50px; overflow: hidden; position: fixed; top: 0px; z-index: 12; }
.flowmiddle .mobile-title { float: left; }
.flowmiddle .mobile-menu { float: right; }
.menu-primary-menu-container { clear: both; padding-top: 50px; position: relative; left: 50%; width: 50%; transform: translateX(-25%); }
.rot-text { text-align: left; padding-left: 30px; border-bottom: 1px solid #eaecde; text-transform: uppercase; top: inherit !important; width: inherit !important; position: inherit !important; bottom: inherit !important; left: inherit !important; transform: inherit !important; }
.flowrighttitle .rot-text { border-color: #737f73; }
.fixed-bottom { display: none; }
.flowlefttitle, .flowrighttitle { height: 51px; line-height: 50px; border-left: 0px; border-right: 0px; }
.home .flowlefttitle, .home .flowrighttitle { height: 51px; line-height: 50px; border-left: 0px; border-right: 0px; }
.flowleft { height: calc(100vh - 50px - 50px - 50px); }
.flowleft.mobiledisexpand { height: 0px; }
.flowright.mobileexpand { height: calc(100vh - 50px - 50px - 50px); }
.flowright { height: 0px; }
#wpadminbar { display: none; }
.block-year h1 { padding-top: 0px; }
.flow .flowright .text { padding: 30px; }
.gallery + .text { padding: 0px !important; }
.blk:nth-child(2) { padding-top: 20px; }
.page-template-page-contact-php .flowright .text, .page-template-page-press-php .flowright .text, .page-template-page-artist-php .flowright .text { padding-top: 0px; }
.page-template-page-history-php .text { margin-top: 0px; padding: 30px; }
.page-template-page-press-php .rot-text, .page-template-page-artist-php .rot-text, .page-template-page-contact-php .rot-text { border: 0px; }
.page-template-page-contact-php .flowright, .page-template-page-artist-php .flowright, .page-template-page-press-php .flowright { height: calc(100vh - 50px - 50px); }
.page-template-page-contact-php .flowleft, .page-template-page-artist-php .flowleft, .page-template-page-press-php .flowleft { height: 0px; }
.flow .flowright .text { display: block; }
.page-template-page-contact-php .flowrighttitle, .page-template-page-artist-php .flowrighttitle, .page-template-page-history-php .flowrighttitle, .page-template-page-press-php .flowrighttitle { border-top: 1px solid #737f73; border-bottom: 1px solid #737f73; }
.flowleft .text .blk, .flowright .text .blk { width: 100% !important; padding-right: 0px !important; }
#menu-open, #menu-close { cursor: pointer; cursor: hand; font-size: 20px;}
#menu-open { font-size: 26px;}

.mobilehidden{ display: none; }
.flowmiddle { transition: 0.5s all ease-in-out; }
.flowleft, .flowright { transition: 0.5s all ease-in-out; padding: 0px !important; }
.flowmiddle.expand { height: 100vh; }
.flowbottom { bottom: 100px; opacity: 0; transition: 0.5s all ease-in-out; left: 50%; width: 50%; transform: translateX(-25%); }
.flowmiddle.expand .flowbottom { opacity: 1; }
.menu-primary-menu-container { opacity: 0; transition: 0.5s all ease-in-out; }
.flowmiddle.expand .menu-primary-menu-container { opacity: 1; }
.flowlefttitle, .flowrighttitle { cursor: hand; cursor: pointer; }
.page-template-page-archive-php .small-block-upper { flex-flow: wrap; width: inherit; }
.page-template-page-archive-php .small-block-upper div { width: 90% !important; } 
.block-year-title { display: none; }
.block-year { display: none; }
.block-year.visible { display: block; }
.flowlefttitle, .flowrighttitle { overflow: visible !important; }
.mobile-year { position: absolute; top: 0px; right: 0px; color: #737f73; }
.mobile-year-selected { position: absolute; top: 0px; right: 0px; width: 100px; background: #fff; text-align: center; }
.mobile-year-selection { max-height: 300px; flex-direction: column; width: 100%; background: #fff; left: 0px; right: 0px; display: flex; flex-wrap: wrap; position: fixed; margin-top: 50px; padding: 30px; }
.select-year { display: inline-block; width: 25%; }
.select-year.selected, .select-year:hover { text-decoration: underline; }
.mobile-year-selected span { pointer-events: none; }
.mobile-year-selected .display-year { display: block; } .mobile-year-selected.toggle .display-year { display: none; }
.mobile-year-selected .display-close { display: none; } .mobile-year-selected.toggle .display-close { display: block; }
.mobile-year-selection { cursor: default; }
.select-year { cursor: hand; cursor: pointer; }
.mobile-year-selection { display: none; animation-fill-mode: forwards; animation: appear 0.3s ease-in-out forwards; } .mobile-year-selected.toggle + .mobile-year-selection { display: flex; z-index: 10; }
.page-template-page-archive-php .block-extra { margin-top: 10px; }
.page-template-page-archive-php .block-extra.hidden { margin-top: 0px; }
.page-template-page-archive-php .text { display: block; }
.page-template-page-program-php .block { border-bottom: 0px; }
.page-template-page-program-php .block-extra { padding-top: 0px !important; }
.page-template-page-pood-php .blk:nth-child(2) { padding-top: 0px; }
.page-template-page-pood-php .float-info { position: fixed; display: none; left: 0px; right: 0px; bottom: 0px; top: inherit; height: fit-content; padding-bottom: 10px; }
.page-template-page-pood-php .flowright.mobileexpand .float-info { display: block; }
.page-template-page-pood-php .flowright .block-year { height: calc(33vh - 68px); }
.page-template-page-pood-php .flowright .block-year.shrink { height: 0px; }
.page-template-page-pood-php .flowright .block-year.expand { height: calc(100vh - 151px); }
.home .flowrighttitle .rot-text {
	text-align: left;
}
.mobile-expand-icon {
	background-image:url("assets/nool_tume_mobiil.svg");
	width: 34px;
	height: 21px;
	background-repeat: no-repeat;
	font-size: 0px;
	display: inline-block;
	background-size: contain;
	transform: scale(1);
}
.page-template-page-program .flowlefttitle .mobile-expand-icon {
	background-image:url("assets/nool_hele_mobiil.svg");
}
.page-template-page-pood .flowlefttitle .mobile-expand-icon {
	background-image:url("assets/nool_hele_mobiil.svg");
}
.page-template-page-pood .mobile-expand-icon {
	top: 5px;
	right: 30px;
}
.page-template-page-history .flowlefttitle .mobile-expand-icon {
	background-image:url("assets/nool_hele_mobiil.svg");
}
.page-template-page-history .mobile-expand-icon {
	top: 5px;
	right: 30px;
}
.page-template-page-history .flowrighttitle .rot-text {
	border: none;
}
.home .mobile-expand-icon {
	top: 15px;
	right: 30px;
}
.home .block {
	margin-top: 0px;
}
.home .block-upper .block-picture{
	padding-top: 0px;
}
.home .flow .block{
	padding-bottom: 10px;
}
.home .flow .block.not-active{
	padding-top: 10px;
}
.home .flow .block .block-expand .expand, .home .flow .block .block-expand .close{
	width: 34px;
	height: 21px;
}
.page-template-page-program .flowleft .block-expand .expand {
	background-image: url('assets/nool_hele_mobiil.svg');
}
.block-expand .expand {
	background-image: url('assets/nool_tume_mobiil.svg');
}
.home .flow .block .block-expand .expand, .home .flow .block .block-expand{
	right: 0px;
}
.flowmiddle .mobile-title {
	float: left;
	font-size: 20px;
}
.flowrighttitle .rot-text {
	text-align: left;
}
.page-template-page-contact .flow .flowright .text {
	padding-top: 20px;
}
.page-template-page-contact .flow h1{
	margin-top: 35px;
}
.page-template-page-contact .flowright .text .blk:last-child h1:first-child{
	margin-top: 35px;
}
.page-template-page-contact .flowright .text .blk:last-child .person h1{
	margin-top: 10px;
	margin-bottom:10px;
}
.page-template-page-contact .flowright .text .blk:last-child .person{
	margin-bottom: 30px;
}
.page-template-page-contact .flowright .text .blk:last-child{
	float:left;
}
.page-template-page-contact .flowright .text .blk:last-child .person{
	margin-bottom: 30px;
}
.page-template-page-artist-php .flowright .text .blk{
	margin-top:20px;
}
.page-template-page-pood-php .float-info {
	font-size: 10px;
	line-height: 12px;
}
.page-template-page-pood-php .flowright .block-year.expand {
	height: calc(100vh - 60px);
}
.page-template-page-pood-php .flowright .block-year h1 {
	margin-top: 10px;
}
.page-template-page-pood-php .block-expand {
	bottom: 3px;
}
.page-template-page-pood .block-year h1 {
	padding-top: 0px;
	padding-top: 10px;
}
.page-template-page-pood-php .small-block-picture {
	min-width: 82px;
}
.page-template-page-press-php .flowright h2 { margin-top: 20px; }

.page-template-page-pood .block-year h1{
		font-size: 16px;
}
.page-template-page-contact-php .blk h1:first-child {
		font-size: 16px;
}
.page-template-page-contact .flow h1 {
		font-size: 16px;
}
.page-template-page-press h1, .page-template-page-press-php .flowright h2{
		font-size: 16px;
}
#menu-open,#menu-close {
	font-size: 0px;
}
#menu-open::after {
	content:"";
	background-image:url('assets/burger_tume_mobiil.svg');
	display:inline-block;
	width: 30px;
	height: 21px;
	margin-top: 5px;
}
#menu-close::after {
	content:"";
	background-image:url('assets/rist_tume_mobiil.svg');
	display:inline-block;
	width: 21px;
	height: 21px;
	margin-top: 5px;
	margin-right: 5px;
}
.page-template-page-history-php .flowrighttitle  {
	border-top:none;
}
.page-template-page-archive .small-block.small-block-sticky.expanded .small-block-upper .close {
	width: 50px;
	height: 40px;
}
.home .flow .block .block-expand .close {
	width: 50px;
	height: 40px;
	right: -5px;
}
.page-template-page-pood .block-expand .close {
	width: 50px;
	height: 40px;
	top: 2px;
	position: relative;
}
.mobile-fixed-homepage{
	position: absolute;
	height: calc(100vh - 50px);
	width: 100vw;
	max-height: -webkit-fill-available;
	height: calc(100vh - calc(100vh - 100%));
	z-index: 1;
}
.mobile-fixed-homepage .hobusepea-mobile-frontpage{
	height: 50%;
	width: 100vw;
	background:#737f73;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #eaecde;
}
.mobile-fixed-homepage .draakoni-mobile-frontpage{
	height: 50%;
	width: 100vw;
	background:#eaecde;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #737f73;
}
.mobile-fixed-homepage h1{
	margin-top:0px;
	font-family: "Suisse Intl Mono", sans-serif;
	font-size: 26px;
}
.mobile-fixed-homepage p{
	line-height: 18px;
}
.mobile-fixed-homepage p.when-open{
	margin-left: 20px;
	margin-bottom: 25px;
}
.page-template-page-archive .small-block.small-block-sticky.expanded .small-block-upper .close {
	margin-left: inherit;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.page-template-page-archive .flowleft .small-block {
	padding-top:0px;
}
.page-template-page-archive-php .block-extra {
	margin-top: 0px;
}
.page-template-page-archive-php .flowlefttitle .mobile-expand-icon {
	background-image: url("assets/nool_hele_mobiil.svg");
}
.page-template-page-archive-php .mobile-expand-icon{
	top: 5px;
	right: 27px;
}
.flowmiddle ul li a {
}
.page-template-page-artist-php .flowright .gallery{
	width: calc(100vw);
	margin-left: -30px;
	margin-bottom: 20px;
}
.page-template-page-pood-php .small-block-picture {
	margin-right: 20px;
}
.page-template-page-pood-php .float-info{
	font-size: 14px;
	line-height: 16px;
}
.flow .flowright .text { padding-left: 0px; padding-right: 0px; }
.page-template-page-press .flowright .text .blk a {
	padding-left: 30px;
	padding-right: 30px;
}
.page-template-page-press h1, .page-template-page-press-php .flowright h2 {
	margin-left:30px;
}
.page-template-page-program .flowleft .block-expand .close {
	background-image: url(assets/rist_hele_mobiil.svg);
}
.home .flow .block .block-expand .close {
	width: 26px;
	height: 26px;
	right: 3px;
	background-image: url(assets/rist_tume_mobiil.svg);
}
.home .flow .block .block-expand .expand, .home .flow .block .block-expand {
	right: 0px;
	bottom: 30px;
}
.home .flow .flowleft .block .block-expand .close {
	background-image: url(assets/rist_hele_mobiil.svg);
}
.page-template-page-archive-php .mobile-expand-icon, .page-template-page-pood .flowlefttitle .mobile-expand-icon, .page-template-page-pood .flowrighttitle .mobile-expand-icon {
	top: 15px;
	right: 30px;
}
.page-template-page-archive .small-block.small-block-sticky.expanded .small-block-upper .close {
	right: 6px;
}
.page-template-page-archive .small-block.small-block-sticky.expanded .small-block-upper .close {
	background-image: url(assets/rist_tume_mobiil.svg);
	width: 50px;
	height: 40px;
	max-height: 23px;
}
.page-template-page-archive .flowleft .small-block.small-block-sticky.expanded .small-block-upper .close {
	background-image: url(assets/rist_hele_mobiil.svg);
}
.page-template-page-artist-php .flowright .text .blk, .page-template-page-contact-php .flowright .text .blk {
	padding-left: 30px;
	padding-right: 30px !important;
}
.page-template-page-pood .flowright.mobileexpand .block-year.expandable.visible .block-expand .open {
	top: 15px;
	right: 28px;
	width: 34px	;
	height: 21px;
	background-image: url(assets/nool_tume_mobiil.svg);
}
.page-template-page-pood .flowright.mobileexpand .block-year.expandable.visible .block-expand .close {
	background-image: url(assets/rist_tume_mobiil.svg);
	height: 24px;
	width: 24px;
}
.page-template-page-pood .flowright.mobileexpand .block-year.expandable.visible .block-expand {
	bottom: 22px;
}
.page-template-page-pood .flowright.mobileexpand .block-year.expandable.visible.expand .block-expand{
	right: 33px;
	top: 20px;	
}
.page-template-page-pood-php .block-year.expand .sticky-title{
	z-index:2;
}
.page-template-page-history .flow .flowright .text {
	padding-left: 30px;
	padding-right: 30px;
}
.page-template-page-history .mobile-expand-icon {
	top: 15px;
	right: 28px;
}
.page-template-page-archive-php .small-block-upper .small-block-date {
	margin-top: 5px;
}
.page-template-page-archive-php .small-block-upper .small-block-title{
	line-height: 16px;
	margin-bottom: 3px;
}
.page-template-page-pood .block-year h1 {
	padding-top: 0px;
	/* padding-top: 10px; */
	padding-bottom: 0px;
	margin-top: 0px;
	min-height: 51px;
	display: flex;
	align-items: center;
}
.page-template-page-pood .block-year.expandable.expand .small-block {
	padding-top: 0px;
}
.page-template-page-pood .flowright.mobileexpand.show-nb {
	height: calc(100vh - 50px - 50px - 70px);
}

.page-template-page-artist .gallery-left, .page-template-page-archive .gallery-left{
	left: 0px;
}
.page-template-page-artist .gallery-right, .page-template-page-archive .gallery-right {
	right: 0px;
}
.page-template-page-archive .small-block-author {
	line-height: 16px;
	margin-bottom: 4px;
}
.page-template-page-archive-php .small-block-upper .small-block-date {
	margin-top: 9px;
	margin-bottom: 2px;
}
.page-template-page-archive-php .small-block-upper .small-block-title {
	margin-bottom: 9px;
}
.page-template-page-program-php .block-title {
	width: 80%;
}

.mobile-year-selected.toggle .display-close {
	background-image: url(assets/rist_tume.svg);
	bottom: 20px;
	width: 57px;
	height: 50px;
	background-repeat: no-repeat;
	font-size: 0px;
	background-size: contain;
	font-size:0px;
}
.mobile-year-selected {
	width: 73px;
	height: 50px;
}
.page-template-page-pood-php .shop-author-title-wrapper {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.page-template-page-pood-php .small-block-title {
	line-height: 18px;
}
.page-template-page-program .gallery .scroller .picture{
	background-size: cover !important;
}
.page-template-page-program .gallery {
	height: 40vh;
}
.page-template-page-program-php .block-author {
	max-width: 80%;
}
.page-template-page-archive-php .gallery{
	max-height:40vh;
}
.page-template-page-archive-php .gallery .picture{
	background-size: cover !important;
	background-position: center center;
}
.page-template-page-pood-php .block-year.expandable.visible.expand .sticky-title {
	margin-bottom: 0px;
	max-height: 51px;
	display: flex;
	align-items: center;
}
.page-template-page-pood .block-year.expandable.visible.expand  .block-expand .close {
	width: 50px;
	height: 40px;
	top: -6px;
	position: relative;
}
.gallery, .gallery .overflow, .gallery .overflow .scroller, .gallery .overflow .picture{
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

}

@media (max-width: 430px) {
	.page-template-page-contact-php .flowrighttitle .rot-text{
		font-size: 16px;
	}
	.page-template-page-contact-php .flowmiddle .mobile-title {
		font-size: 16px;
	}
	.page-template-page-artist-php .flowrighttitle .rot-text{
		font-size: 16px;
	}
	.page-template-page-artist-php .flowmiddle .mobile-title {
		font-size: 16px;
	}
	.page-template-page-artist-php .flowright .text .blk h1{
		font-size: 16px;
	}
	.page-template-page-archive .flowleft.expand{
		overflow-x: hidden;
	}
	.page-template-page-archive .flowright .small-block {
		overflow-x: hidden;
	}
	.page-template-page-pood-php .flowright .small-block-upper{
		width: 100vw;
		left: -30px	;
		position: relative;
	}
	.page-template-page-pood-php .block-year .sticky-title{
		margin-bottom: 0px;
	}
	.page-template-page-pood-php .shop-author-title-wrapper{
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.page-template-page-pood-php .shop-author-title-wrapper .small-block-author{
		margin-bottom:10px;
	}
	.page-template-page-pood-php .small-block-title {
		line-height: 18px;
	}
	.page-template-page-pood-php .small-block-price {
		min-width: 70px	;
	}
	.page-template-page-press .flowrighttitle{
		height: 70px;
		display: flex;
		align-items: center;
	}
	.page-template-page-press .flowrighttitle .rot-text{
		white-space: break-spaces;
		line-height: 26px;
	}
	.page-template-page-press .flowrighttitle .rot-text br{
		display:inline-block;
	}
	.page-template-page-archive .flowright .small-block {
		padding-top:0px;
	}
}
@media (max-width: 500px) {
	.page-template-page-archive .expand .small-block-upper-inner-wrapper {
		display: block;
	}
/**	.page-template-page-archive-php .small-block-upper div.small-block-date{
		width:50px !important;
		margin-right: 20px;
	}
	.page-template-page-archive-php .small-block-upper div.small-block-author{
		margin-right: 20px;
		font-size: 12px;
		letter-spacing: 0px;
	}
	
	.page-template-page-archive-php .small-block-upper div {
		width: 100% !important;
		display: flex;
		align-items: center;
	}**/
}
@media (max-width: 400px) {
	.block {
		min-width: auto;

	}
}

@media (max-width: 350px) {
	.page-template-page-contact-php .flowrighttitle .rot-text{
		font-size: 14px;
	}
	.page-template-page-contact-php .flowmiddle .mobile-title {
		font-size: 14px;
		line-height: 30px;
	}
	.page-template-page-artist-php .flowrighttitle .rot-text{
		font-size: 14px;
	}
	.page-template-page-artist-php .flowmiddle .mobile-title {
		font-size: 14px;
		line-height: 30px;
	}
	.page-template-page-artist-php .flowright .text .blk h1{
		font-size: 14px;
	}
	.flowmiddle li {
		padding-bottom: 20px;
	}
}

.author-bio p{
	display:inline;
}