/*!
Theme Name: Ateljeesäätiö
Author: La&La & Days Agency
Version: 0.0.1
Text Domain: lala

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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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 {
}

/**
 * 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


html {
	scroll-behavior: smooth;
}


/* Variables
--------------------------------------------- */

:root {	
	--width-page: 1320px;
	--width-content: 800px;
	--padding-page: 60px;
	--padding-header: 30px;
	--padding-menu: 20px;
	--gap-elements: 40px;
	--gap-header: 30px;
	--gap-flexible: 120px;
	--color-text: #000;
	--color-hover: #000;
	--color-submenu: #fff;
	--color-pink: #E7BFB3;
	--color-brick: #C35E41;
	--color-dark-brick: #68270D;
	--color-beige: #F3E9DF;
	--color-blue: #D2E8F6;
	--color-white: #fff;
	--color-blue-hover: #F0F7FC;
	--color-background: var(--color-pink);
	--border: solid 1px #000;
	
	
	--font-family-p: 'FooFont', sans-serif;
	--font-family-h: 'FooFont', sans-serif;
	
	--font-size-p: 1.9rem;	
	--line-height-p: calc(2.5 / 1.9);
	--letter-spacing-p: 0.03em;
	
	--font-size-h1: 6.5rem;	
	--line-height-h1: calc(6.9 / 6.5);
	--letter-spacing-h1: -0.02em;
	
	--font-size-h2: 3.2rem;	
	--line-height-h2: calc(3.7 / 3.2);
	--letter-spacing-h2: -0.02em;
	
	--font-size-h3: 2.6rem;	
	--line-height-h3: calc(3.0 / 2.6);
	--letter-spacing-h3: -0.02em;
	
}

/* mobile typography */
@media screen and (max-width: 920px) {	
	:root {
		--font-size-p: 1.5rem;	
		
		--font-size-h1: 5rem;	
		
		--font-size-h2: 3rem;	
		
		--font-size-h3: 2.4rem;	
	}
}


/* Typography
--------------------------------------------- */

/* Easy font sizes */
html {
	font-size: 62.5%; /* 1rem = 10px */
}

/* Webfonts */

@font-face {
   font-family: 'FooFont';
   src: url('fonts/foofont-regular.woff2') format('woff2'),
        url('fonts/foofont-regular.woff') format('woff');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'FooFont';
   src: url('fonts/foofont-regular-italic.woff2') format('woff2'),
		url('fonts/foofont-regular-italic.woff') format('woff');
   font-weight: normal;
   font-style: italic;
   font-display: swap;
}

@font-face {
   font-family: 'FooFont';
   src: url('fonts/foofont-bold.woff2') format('woff2'),
        url('fonts/foofont-bold.woff') format('woff');
   font-weight: 700;
   font-style: normal;
   font-display: swap;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color-text);
	font-family: var(--font-family-p);
	font-size: var(--font-size-p);
	line-height: var(--line-height-p);
	letter-spacing: var(--letter-spacing-p);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-family-h);
	clear: both;
}

h1 {
	font-size: var(--font-size-h1);
	line-height: var(--line-height-h1);
	letter-spacing: var(--letter-spacing-h1);
}

h2 {
	font-size: var(--font-size-h2);
	line-height: var(--line-height-h2);
	letter-spacing: var(--letter-spacing-h2);
}

h3 {
	font-size: var(--font-size-h3);
	line-height: var(--line-height-h3);
	letter-spacing: var(--letter-spacing-h3);
}

p {
	font-size: var(--font-size-p);
	line-height: var(--line-height-p);
	letter-spacing: var(--letter-spacing-p);
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
}

hr {
	background-color: var(--color-text);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
	padding: 0 0 0 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}
		
figure {
}

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

/* Links
--------------------------------------------- */
a {
	color: var(--color-text);
}

a:hover,
a:focus,
a:active {
	color: var(--color-hover);
}

/* keep deafult focus for accessibility but give it a bit more spece */
a:focus {
	outline-offset: 2px;
}

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

/* Social links */

@font-face {
  font-family: 'lala_social';
  src: url('fonts/lala_social.eot?1361915');
  src: url('fonts/lala_social.eot?1361915#iefix') format('embedded-opentype'),
	   url('fonts/lala_social.woff2?1361915') format('woff2'),
	   url('fonts/lala_social.woff?1361915') format('woff'),
	   url('fonts/lala_social.ttf?1361915') format('truetype'),
	   url('fonts/lala_social.svg?1361915#lala_social') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
	font-family: 'lala_social';
	src: url('fonts/lala_social.svg?1361915#lala_social') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before,
[class^="icon-"]:before, [class*=" icon-"]:before,
.icon-ext-link:before, a:not([href^="#"],[href^="/"],[href^=javascript],[href^=tel],[href*=localhost],[href*="domain.fi"]):after, a.wp-block-button__link:not([href^="#"],[href^="/"],[href^=javascript],[href^=tel],[href*=localhost],[href*="domain.fi"]):after  {
  font-family: "lala_social";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .5em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .5em;

  /* you can be more comfortable with increased icons size */
   font-size: 150%;

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-share:before { content: '\e800'; } 
.icon-tiktok:before { content: '\e803'; } 
.icon-link:before { content: '\e804'; } 
.icon-email:before, .icon-mail:before { content: '\e805'; } 
.icon-linkedin-1:before { content: '\e806'; } 
.icon-bluesky:before, .social a[href*="bsky.app"]:before  { content: '\e80c'; } 
.icon-threads:before, .social a[href*="threads.net"]:before { content: '\e80e'; } /* '' */
.icon-facebook-1:before, .icon-facebook:before, .social a[href*="facebook.com"]:before  { content: '\f09a'; }
.icon-youtube-play:before, .icon-youtube:before, .social a[href*="youtube.com"]:before { content: '\f16a'; } 
.icon-whatsapp:before { content: '\f232'; } 
.icon-snapchat-circled:before { content: '\f2ab'; } 
.icon-snapchat:before { content: '\f2ac'; } 
.icon-flickr:before, .social  a[href*="flickr.com"]:before { content: '\f303'; } 
.icon-flickr-circled:before { content: '\f304'; } 
.icon-vimeo-1:before, .icon-vimeo:before, .social  a[href*="vimeo.com"]:before { content: '\f306'; } 
.icon-vimeo-circled:before { content: '\f307'; } 
.icon-x-twitter:before { content: '\f309'; } 
.icon-facebook:before { content: '\f30c'; }
.icon-facebook-circled:before { content: '\f30d'; } 
.icon-pinterest-1:before, .icon-pinterest:before, .social a[href*="pinterest.com"]:before  { content: '\f312'; } 
.icon-pinterest-circled:before { content: '\f313'; } 
.icon-linkedin-2:before, .icon-linkedin:before, .social a[href*="linkedin.com"]:before { content: '\f318'; } 
.icon-linkedin-circled:before { content: '\f319'; } 
.icon-instagram:before, .social a[href*="instagram.com"]:before { content: '\f32d'; } 
.icon-behance:before, .social a[href*="behance.net"]:before { content: '\f34e'; } 

.icon-ext-link:before, a:not([href^="#"],[href^="/"],[href^=javascript],[href^=tel],[href*=localhost],[href*="dev.ateljeesaatio"]):after, a.wp-block-button__link:not([href^="#"],[href^="/"],[href^=javascript],[href^=tel],[href*=localhost],[href*="dev.ateljeesaatio"]):after { 
	content: '\e80d'; 
	font-size: 90%;
	text-decoration: none;
}

.lala-share-links a {
	text-decoration: none;
	margin-top: 1em;
	display: inline-block;
}


#lala-native-share-link,
#lala-share-links {
	display: none;
}

/* Forms
--------------------------------------------- */
a.lala-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: var(--color-text);
	border-radius: 3px;
	background: transparent;
	line-height: 1;
	padding: 0.2em 1em 0.2em;
	min-height: 33px;
	display: inline-flex;
	align-items: center;
	text-align: center;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: var(--color-hover);
}

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: var(--color-hover);
}

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: var(--color-text);
	border: 1px solid var(--color-text);
	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: var(--color-hover);
}

select {
	border: 1px solid var(--color-text);
}

/* select custom styles */
/*
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(img/arrow_down.svg);
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: calc(100% - 10px) center;
	background-color: transparent;
	box-sizing: border-box;
	max-width: 300px;
	width: 100%;
	padding-right: 25px;
	margin-right: 0.5em;
	color: black;
	border: 2px solid black;
	background-color: transparent;
	border-radius: 0;
	padding: 11px 15px;
	font-style: italic;
}
*/

textarea {
	width: 100%;
}

/* checbox & radio custom styles */

/*
input[type=radio],
input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

input[type=radio]+span,
input[type=checkbox]+span {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 2em;
}

input[type=radio]+span::before,
input[type=checkbox]+span::before {
	content: "";
	position: absolute;
	left: 0;
	height: 21px;
	width: 21px;
	background-color: transparent;
	border: solid 2px #000;
}

input[type=radio]+span::before {
	border-radius: 100%;
}

input[type=radio]+span::after,
input[type=checkbox]+span::after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	width: 11px;
	height: 11px;
	background-color: #000;
}

input[type=radio]+span::after {
	border-radius: 100%;
}

input[type=radio]:checked+span::after,
input[type=checkbox]:checked+span::after {
  display: block;
}

.wpcf7-list-item {
	display: block;
	margin: 0;	
}
*/

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

body {
	background-color: var(--color-background);
}

.site {
	position: relative;
}

/*
.site-header, .site-main, .site-footer {
	max-width: var(--width-page);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--padding-page);
	padding-right: var(--padding-page);
}
*/

.lala-page-width-section {
	max-width: var(--width-page);
	margin-left: auto;
	margin-right: auto;
	padding: var(--padding-page);
}

body:not(.home) .post-thumbnail,
.entry-header > *, .entry-content > *, .entry-footer > * {
	max-width: var(--width-content);
	margin-left: auto;
	margin-right: auto;
}

.lala-archive .post-thumbnail,
.lala-archive .entry-header > *, .lala-archive .entry-content > *, .lala-archive .entry-footer > * {
	max-width: var(--width-page);
}

.entry-content > .wp-block-image.alignwide, .entry-content > .wp-block-image.alignfull {
	max-width: none;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Generic */

.lala-flexible-bg-5,
.lala-bg-pink {
	background-color: var(--color-pink);
}

.lala-bg-brick {
	background-color: var(--color-brick);
}

.lala-flexible-bg-3,
.lala-bg-dark-brick {
	background-color: var(--color-dark-brick);
}

.lala-flexible-bg-4,
.lala-bg-beige {
	background-color: var(--color-beige);
}

.lala-flexible-bg-1,
.lala-bg-blue {
	background-color: var(--color-blue);
}

.lala-flexible-bg-2 {
	background-color: var(--color-white);
}

/* Header
--------------------------------------------- */

.site-header {
	display: flex;
	flex-direction: column;
	gap: var(--gap-header);
}

.site-header-upper {
	width: 100%	;
	display: flex;
	justify-content: space-between;
	padding: var(--padding-header);
}

.site-header-upper-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.site-logo img {
	width: 310px;
	max-width: 100%;
}

.site-title {
	margin: 0;
}

.search-form {
	display: flex;
}

.search-form label {
	display: block;
}

input[type="search"].search-field {
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance:none;
}

input[type="search"].search-field:not(:placeholder-shown),
input[type="search"].search-field:focus {
	border-bottom: 1px solid var(--main);
}

input[type="search"].search-field::placeholder {
	color: var(--color-text);
}

.site-languages ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-languages li {
	display: inline;
}

/* fixattu header joka ilmestyy kun skrollaa. kommentoi esiin myos navigation.js:ssa.  */
/*
.site-header {
	width: 100%;
	position: fixed;
	left: 0;
	z-index: 1;
	margin-top: calc(-1 * var(--header-height)); 
	transition: margin-top .2s ease-in-out, background-color .2s ease-in-out;
}

.lala-scrolled-up .site-header {
	margin-top: 0;
}
*/


/* Footer
--------------------------------------------- */

.site-footer {
}

.site-info-right,
.site-info {
	display: flex;
}

.site-info-right {
	width: 100%;
}

.site-footer .site-logo img {
	width: 48px;
	max-width: 100%;
}


/* Navigation v1
--------------------------------------------- */

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	background-color: var(--color-background);
}

.main-navigation.toggled ul li.focus ul {
	float: none;
	margin-left: 1em;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li {
	display: none;	
}

.main-navigation ul li.focus > ul {
	display: block;
	position: static;
}

.main-navigation ul li.focus > ul li {
	display: list-item;
}

.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation li {
	position: relative;
	z-index: 1;
}

.main-navigation ul li {
	line-height: 1.75;
}

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

.main-navigation li.current-menu-item > a,
.main-navigation li.current-menu-ancestor > a {
	text-decoration: underline;
}

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

.main-navigation.toggled > div {
	position:absolute;
	top: 0;
	background-color: var(--color-background);
	width: 100%;
	left: 0;
	min-height: 100vh;
	padding-left: 0;
	padding-right: 0;
	z-index: 1;
}

.main-navigation.toggled ul ul a {
    width: 100%;
}

button.menu-toggle {
	position: relative;
	z-index: 3;
	border: none;
	border-radius: 0;
	background: 0 0;
	color: var(--color-text);
	line-height: inherit;
	padding: 0;
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	box-shadow: none;
	padding: var(--padding-header);
	cursor: pointer;
}

.menu-toggle:after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url(img/menu.svg);
}

.toggled .menu-toggle:after {
	background-image: url(img/close.svg);
}

.toggle-submenu {
  width: 16px;
  height: 16px;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  margin-left: 0.5em;
  display: inline-flex;
  justify-content: center;
}

 .icon-minus img, .icon-plus img,
 .icon-minus, .icon-plus {
	 width: 10px;
	 height: 10px;
	 display: block;
 }

.toggle-submenu[aria-expanded=true] .icon-minus,
.toggle-submenu[aria-expanded=true] .icon-minus, 
.toggle-submenu[aria-expanded=false] .icon-plus {
	display: block;
}

.toggle-submenu[aria-expanded=false] .icon-minus, 
.toggle-submenu[aria-expanded=true] .icon-plus {
	display: none;
}

.menu-item:hover > .toggle-submenu .icon-minus {
	display: block;
}
.menu-item:hover > .toggle-submenu .icon-plus {
	display: none;
}

@media screen and (min-width: 920px) {
	
	.menu-toggle  {
		display: none;
	}

	.main-navigation ul.nav-menu {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(9%, 1fr));
		width: 100%;
		border-top: var(--border);
	}
	
	.main-navigation ul.nav-menu > li {
		text-align: center;
		border-left: var(--border);
		border-bottom: var(--border);
	}
	
	.main-navigation ul.nav-menu > li:first-child {
		border-left: none;
	}
	
	.main-navigation ul.nav-menu > li:hover {
		
	}
	
	.main-navigation ul ul {
		opacity: 0;
		background-color: var(--color-submenu);
		min-width: 210px;
		padding: var(--padding-menu); 
		box-shadow: -7px 7px 10px var(--color-text);
		transition: opacity 250ms;
	}
	
	.main-navigation ul li:hover ul,
	.main-navigation ul li.focus ul {
		left: 0;
		opacity: 1;
		position: absolute;
	}
	
	.main-navigation ul li:hover > ul li,
	.main-navigation ul li.focus > ul li {
		display: list-item;
	}
}

/* Navigation v2
--------------------------------------------- */

/*

.menu-button-container {
	display: none;
	justify-content: space-between;
	position: absolute;
	right: 17px;
}

.menu-button-container #primary-mobile-menu {
	display: flex;
	margin-left: auto;
	padding: 5px;
	margin-top: -4px;
	background-color: transparent;
	border: none;
	min-height: 25px;
}

.menu-button-container #primary-mobile-menu .dropdown-icon {
	display: flex;
	align-items: center;
}

.menu-button-container #primary-mobile-menu .dropdown-icon:after {
  display: block;
  content: '';
  width: 26px;
  height: 16px;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url(img/menu.svg);
}

.menu-button-container #primary-mobile-menu .dropdown-icon.close:after {
  background-image: url(img/close.svg);
	width: 18px;
	height: 18px;
}

.menu-button-container #primary-mobile-menu .dropdown-icon .svg-icon {
	
}

.menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon {
	position: relative;
	top: -1px;
}

.menu-button-container #primary-mobile-menu .dropdown-icon.close {
	display: none;
}

.menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.open {
	display: none;
}

.menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.close {
	display: flex;
}

.primary-navigation-open .menu-button-container {
	z-index: 500;
}

.primary-navigation-open .menu-button-container #primary-mobile-menu {
	position: static;
}

.primary-navigation {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1.15;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 1000;
}

.primary-navigation > .primary-menu-container {
	
	visibility: hidden;
	opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
@media (prefers-reduced-motion: no-preference) {

	.primary-navigation > .primary-menu-container {
		
	}
}

.primary-navigation-open .primary-navigation > .primary-menu-container {
	position: relative;
	visibility: visible;
	opacity: 1;

}

.primary-navigation-open .mobile {
	display:block;
}

@media only screen and (min-width: 1280px) {

	.primary-navigation {
		position: relative;
		margin-left: auto;
	}

	.primary-navigation > .primary-menu-container {
		visibility: visible;
		opacity: 1;
		position: relative;
		padding: 0;
		background-color: transparent;
		overflow: initial;
		transform: none;
	}

	.primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=false] ~ ul {
		display: none;
	}

	.primary-navigation #toggle-menu {
		display: none;
	}

	.admin-bar .primary-navigation {
		top: initial;
	}

	.admin-bar .primary-navigation > .primary-menu-container {
		top: initial;
	}
}

.primary-navigation > div > .menu-wrapper {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	max-width: 100%;
	padding-left: 0;
	position: relative;
}

.primary-navigation .sub-menu .menu-item > a {
	padding: 0 var(--padding-page);
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
}


.primary-navigation > div > .menu-wrapper li {
	display: block;
	width: 100%;
}
@media only screen and (min-width: 1280px) {

	.primary-navigation > div > .menu-wrapper li {
		margin-bottom: 0;
		width: inherit;
	}

	.primary-navigation > div > .menu-wrapper li:last-child {
		margin-right: 0;
	}
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
	display: flex;
	height: 54px;
	width: 44px;
	padding: 0;
	justify-content: center;
	align-items: center;
	background: transparent;
	border: none;
	font-size: 1.6rem;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle:focus {
	
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus,
.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus {
	height: 2px;
	display: flex;
	align-items: center;
	background-color: var(--color-brown);
	width: 14px;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus:before {
	height: 14px;
	width: 2px;
	content: "";
	background-color: var(--color-brown);
	position: absolute;
	right: calc(50% - 9px);
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus {
	display: none;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-minus {
	display: flex;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-plus {
	display: none;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu {
	position: relative;
}
@media only screen and (min-width: 1280px) and (prefers-reduced-motion: no-preference) {

	.primary-navigation > div > .menu-wrapper > li > .sub-menu {
		transition: all 0.5s ease;
	}
}
@media only screen and (min-width: 1280px) {

	.primary-navigation > div > .menu-wrapper > li > .sub-menu {
		left: auto;
		margin: 0;
		width: 250px;
		position: absolute;
		top: 100%;
		padding-top: 3px;
		z-index: 88888;
		padding-bottom: 40px;

	}

	.primary-navigation > div > .menu-wrapper:before { 
		opacity: 0;
		transition: opacity 0.5s ease;
		content: "";
		position: absolute;
		top: 88px;
		left: calc(-1 * var(--padding-page));
		width: calc(100% + 2 * var(--padding-page) );
		height: 0;
		background: rgb(249 240 165 / 95%);
	}
	
	.lala-submenu-open .primary-navigation > div > .menu-wrapper:before {
		opacity: 1;
		height: 100vh;
	} 

	.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
		margin-bottom: 10px;
	}

	.primary-navigation .sub-menu .menu-item > a {
		padding: 0 var(--primary-nav--padding);
	}


	.primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-left {

		left: 0;

		right: auto;
	}

	.primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-left:before,
	.primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-left:after {

		left: var(--global--spacing-horizontal);

		right: auto;
	}

	.primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-right:before,
	.primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-right:after {

		left: auto;

		right: var(--global--spacing-horizontal);
	}
}

.primary-navigation .primary-menu > .menu-item:hover > a {
	color: var(--color-black);
}
@media only screen and (min-width: 1280px) {

	.primary-navigation .primary-menu-container {
	}

	.primary-navigation .primary-menu-container > ul > .menu-item {
		display: flex;
	}

	.primary-navigation .primary-menu-container > ul > .menu-item > a {
		padding-left: 9px;
		padding-right: var(--primary-nav--padding);
	}

	.primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle {
		position: relative;
		top: 17px;
		left: -28px;
	}
}

@media only screen and (min-width: 1400px) {

	.primary-navigation .primary-menu-container > ul > .menu-item > a {
		padding-left: var(--primary-nav--padding);
		padding-right: var(--primary-nav--padding);
	}
}

.primary-menu-container a {
	display: inline-block;
	font-family: var(--font-family-h);
	font-size: 2.5rem;
	padding: var(--primary-nav--padding) 0;
	text-decoration: none;
	letter-spacing: 0.5px;
}

.primary-navigation a + svg {
	fill: var(--color-grey);
}

.primary-navigation a:hover,
.primary-navigation a {
	color: var(--color-lighter-grey);
}

.primary-navigation a:hover {
	color: var(--color-brown);
}

.primary-navigation a:focus {
	position: relative;
	z-index: 99999;
	outline-offset: 0;
	text-decoration-thickness: 2px;
}
.primary-navigation a:hover,
.primary-navigation .current-menu-item > a:first-child,
.primary-navigation .current_page_item > a:first-child,
.primary-navigation .current-menu-item > a:first-child:hover,
.primary-navigation .current_page_item > a:first-child:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	color: var(--color-brown);
}


.primary-navigation .menu-item .menu-item + .menu-item-has-children {
	margin-top: 35px;
}

.primary-navigation .menu-item .menu-item-has-children + .menu-item-has-children {
	margin-top: 15px;
}

.primary-navigation .sub-menu {
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
	margin-left: 0;
	background: transparent;
}

.primary-navigation .sub-menu .sub-menu {
	border: none;
	background: transparent;
}

.primary-navigation .sub-menu .sub-menu a,
.primary-navigation .sub-menu .menu-item.niputus > a {
	font-family: var(--font-family-p);
	font-size: 1.5rem;
}

.primary-navigation .sub-menu .menu-item.niputus {
	margin-bottom: 5px;
}

.primary-navigation .sub-menu li.niputus.first {
	margin-top: 10px;
}

.primary-navigation .sub-menu li.niputus.last {
	margin-bottom: 30px;
}

.primary-navigation .sub-menu .sub-menu .menu-item > a {
	margin-left: 0;
}

.primary-navigation .sub-menu .sub-menu .menu-item {
	margin: 5px 0;
}


.primary-navigation .menu-item-has-children > .svg-icon {
	display: none;
}
@media only screen and (min-width: 1280px) {

	.primary-navigation .menu-item-has-children > .svg-icon {
		display: inline-block;
		height: 100%;
	}

	.primary-navigation .menu-item-has-children .sub-menu .svg-icon {
		display: none;
	}
}

.primary-navigation .menu-item-description {
	display: block;
	clear: both;
	font-size: var(--global--font-size-xs);
	text-transform: none;
	line-height: 1.7;
}

.primary-navigation .menu-item-description > span {
	display: inline-block;
}

*/

/* Mobile version, Navigation v2
--------------------------------------------- */

/*
@media only screen and (max-width: 1279.98px)  {

	.menu-button-container {
		display: flex;
	}

	.primary-navigation > .primary-menu-container {
		z-index: 499;
	}

	.primary-navigation-open .primary-navigation {
		width: 100%;
		z-index: 2;
		height: 100vh;
		overflow-y: scroll;

	}

	.primary-navigation-open .site-main {
		display: none;
	}

	.primary-navigation > div > .menu-wrapper {
		padding-bottom: var(--element-margin);
	}

	.primary-navigation > div > .menu-wrapper ul {
		padding-left: 0;
	}

	.sub-menu-toggle[aria-expanded=false] + ul.sub-menu {
		display: none;
	}

	.primary-navigation .sub-menu .menu-item > a {
		padding: 3px 0;
	}

	.primary-navigation .sub-menu .sub-menu .menu-item > a {
		padding: 0;
	}

	.primary-navigation > div > .menu-wrapper li {
		position: relative;
	}

	.primary-navigation > div > .menu-wrapper > li {
		border-bottom: 1px solid var(--color-brown);
		padding: 3px 0;
	}

	.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
		position: absolute;
		right: -14px;
		top: 0;
	}

	.primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=false] ~ ul {
		display: none;
	}

	.primary-navigation .menu-item .menu-item-has-children + .menu-item-has-children {
		margin-top: 5px;
	}
	
	.primary-navigation .sub-menu .menu-item.niputus {
		margin-bottom: 0px;
	}
	
	.primary-navigation .sub-menu li.niputus.first {
		margin-top: 20px;
	}
	
	.primary-navigation .sub-menu li.niputus.last {
		margin-bottom: 20px;
	}

	.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus:before {
		right: calc(50% - 9px);
	}
	
}
*/


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.lala-breadcrumbs ol {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	list-style: none;
	gap: 0.5em;
	margin: 0;
	padding: 0;
}

.lala-breadcrumbs ol li + li::before {
	content: '\2192';
	margin-right: 0.5em;
}

ul.lala-sub-menu {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.lala-sub-menu .lala-sub-menu {
	margin-left: 1em;
}


/* Posts and pages
--------------------------------------------- */

.lala-archive {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--gap-elements);
}

/* Front page elements */

.lala-hero {
	position: relative;
}

.lala-hero-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lala-hero-text > div {
	max-width: 720px;
}

.lala-hero-image .post-thumbnail {
	margin: 0;
}

.lala-hero-image .post-thumbnail img {
	width: 100%;
	height: 525px;
	display: block;
	object-fit: cover;
	object-position: center;
	mix-blend-mode: multiply;
}

.lala-recent-posts .post-thumbnail img {
	width: 100%;
}

.lala-flexible {
	display: flex;
	gap: var(--gap-flexible);
}

.lala-flexible > * {
	flex-basis: 100%;
}

.lala-flexible-outer:nth-of-type(2n) .lala-flexible > *:first-child {
	order: 1;
}

.lala-flexible-image img {
	width: 100%;
	display: block;
}


.sticky {
	display: block;
}

.post,
.page {
	
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

/* Consistent top and bottom margin */

.entry-content > *:last-child,
.entry-content > *:last-child > *:last-child,
.entry-content > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.entry-content > *:first-child,
.entry-content > *:first-child > *:first-child,
.entry-content > *:first-child > *:first-child > *:first-child {
  margin-top: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Load more functionality */
/*
.lala-load-more .lala-load-more-load,
.lala-load-more .lala-load-more-loading,
.lala-load-more .lala-load-more-no-more {
	display: none;
}

.lala-load-more:not(.lala-loading):not(.lala-loading-all-loaded) .lala-load-more-load {
	display: inline;
}

.lala-load-more.lala-loading .lala-load-more-loading {
	display: inline;
}

.lala-load-more.lala-loading-all-loaded .lala-load-more-no-more {
	display: inline;
}
*/

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption, figcaption {
	margin-bottom: 1.5em;
	max-width: 100%;
	margin: 0.8075em 0;
}

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

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: none;
	color: inherit;
	margin-bottom: 0;
	max-height: none;
	overflow:initial;
	padding: 10px 0 0 0;
	position: static;
	text-align: left;
	text-shadow: none;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image figcaption {
	position: absolute;
	background: #fff;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
	display: none;
}



/* Galleries
--------------------------------------------- */
.gallery, .wp-block-gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 60px 40px !important;
}

/* Classic gallery */
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Block gallery */

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	width: calc(50% - 40px);
}

.wp-block-gallery.columns-2, .columns-default {
	grid-template-columns: repeat(2, 1fr);
}

.wp-block-gallery.columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.wp-block-gallery.columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.wp-block-gallery.columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.wp-block-gallery.columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.wp-block-gallery.columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.wp-block-gallery.columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.wp-block-gallery.columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.wp-block-gallery.caption {
	display: block;
}

.wp-lightbox-overlay .scrim {
	background-color: var(--color-yellow) !important;
	opacity: 0.9 !important;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.screen-reader-text:focus {
	background-color: var(--color-background);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: var(--color-text);
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Mobile version
--------------------------------------------- */

@media screen and (max-width: 920px) {
	
}
