/*
Theme Name: Core
Version: 0.0.161
Author: Eppu
Author URI: https://eppu.me/ 
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

mark {
  background: none;
}

select {
  max-width: 100%;
}

/* variables --------------------------------------------------------------*/
:root {
  --mobile-search-height: 4.588125em;
  --header-height: 6.889em;
  --header-sticky: 2.889em;
  --header-in: 2.889em;
  --header-height-half-negative: calc(var(--header-height) / 2 * -1);
  --primary: #e6007e;
  --secondary: #082c4e;
  --third: #ffc602;
  --black: #0b0b09;
  --grey: #eeeeef;
  --white: #fff;
  --side-padding: 60px;
  --wide: 1600px;
  --content: 1100px;
  --video-header-height: 4.666666666666667em;
}

/* The Grid --------------------------------------------------------------*/

.col:after,
.clr:after,
.group:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}

.col {
  display: block;
  float: left;
  margin: 0 0 2em 2.441em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-0 {
  display: block;
  float: left;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*percent grid*/

.span_1_of_1 {
  width: 100%;
}

.span_2_of_2 {
  width: 100%;
}

.span_1_of_2 {
  width: calc(1 / 2 * 100% - 1.2205em);
}

.span_1_of_2-0 {
  width: 50%;
  max-width: 100%;
}

.span_3_of_3 {
  width: 100%;
}

.span_2_of_3 {
  width: 66.1%;
}

.span_1_of_3 {
  width: calc(1 / 3 * 100% - 1.6273em);
}

.span_4_of_4 {
  width: 100%;
}

.span_3_of_4 {
  width: 74.6%;
}

.span_2_of_4 {
  width: 49.2%;
}

.span_1_of_4 {
  width: calc(1 / 4 * 100% - 0.5625em);
}

.span_5_of_5 {
  width: 100%;
}

.span_4_of_5 {
  width: 79.68%;
}

.span_3_of_5 {
  width: 59.36%;
}

.span_2_of_5 {
  width: 39.04%;
}

.span_1_of_5 {
  width: 18.72%;
}

.span_6_of_6 {
  width: 100%;
}

.span_5_of_6 {
  width: 83.06%;
}

.span_4_of_6 {
  width: 66.13%;
}

.span_3_of_6 {
  width: 49.2%;
}

.span_2_of_6 {
  width: 32.26%;
}

.span_1_of_6 {
  width: 15.33%;
}

.span_7_of_7 {
  width: 100%;
}

.span_6_of_7 {
  width: 85.48%;
}

.span_5_of_7 {
  width: 70.97%;
}

.span_4_of_7 {
  width: 56.45%;
}

.span_3_of_7 {
  width: 41.92%;
}

.span_2_of_7 {
  width: 27.42%;
}

.span_1_of_7 {
  width: 12.91%;
}

.span_8_of_8 {
  width: 100%;
}

.span_7_of_8 {
  width: 87.3%;
}

.span_6_of_8 {
  width: 74.6%;
}

.span_5_of_8 {
  width: 61.9%;
}

.span_4_of_8 {
  width: 49.2%;
}

.span_3_of_8 {
  width: 36.5%;
}

.span_2_of_8 {
  width: 23.8%;
}

.span_1_of_8 {
  width: 11.1%;
}

.span_9_of_9 {
  width: 100%;
}

.span_8_of_9 {
  width: 88.71%;
}

.span_7_of_9 {
  width: 77.42%;
}

.span_6_of_9 {
  width: 66.13%;
}

.span_5_of_9 {
  width: 54.84%;
}

.span_4_of_9 {
  width: 43.55%;
}

.span_3_of_9 {
  width: 32.26%;
}

.span_2_of_9 {
  width: 20.97%;
}

.span_1_of_9 {
  width: 9.68%;
}

.span_10_of_10 {
  width: 100%;
}

.span_9_of_10 {
  width: 89.84%;
}

.span_8_of_10 {
  width: 79.68%;
}

.span_7_of_10 {
  width: 69.52%;
}

.span_6_of_10 {
  width: 59.36%;
}

.span_5_of_10 {
  width: 49.2%;
}

.span_4_of_10 {
  width: 39.04%;
}

.span_3_of_10 {
  width: 28.88%;
}

.span_2_of_10 {
  width: 18.72%;
}

.span_1_of_10 {
  width: 8.56%;
}

.span_11_of_11 {
  width: 100%;
}

.span_10_of_11 {
  width: 90.7%;
}

.span_9_of_11 {
  width: 81.47%;
}

.span_8_of_11 {
  width: 72.24%;
}

.span_7_of_11 {
  width: 63.01%;
}

.span_6_of_11 {
  width: 53.78%;
}

.span_5_of_11 {
  width: 44.55%;
}

.span_4_of_11 {
  width: 35.32%;
}

.span_3_of_11 {
  width: 26.09%;
}

.span_2_of_11 {
  width: 16.86%;
}

.span_1_of_11 {
  width: 7.63%;
}

.span_12_of_12 {
  width: 100%;
}

.span_11_of_12 {
  width: 91.46%;
}

.span_10_of_12 {
  width: 83%;
}

.span_9_of_12 {
  width: 74.54%;
}

.span_8_of_12 {
  width: 66.08%;
}

.span_7_of_12 {
  width: 57.62%;
}

.span_6_of_12 {
  width: 49.16%;
}

.span_5_of_12 {
  width: 40.7%;
}

.span_4_of_12 {
  width: 32.24%;
}

.span_3_of_12 {
  width: 23.78%;
}

.span_2_of_12 {
  width: 15.32%;
}

.span_1_of_12 {
  width: 6.86%;
}

/*clear float and remove left margin*/

.clr-margin {
  margin-left: 0;
}

.count-1 {
  clear: both;
  margin-left: 0;
}

.col-1,
.col.first {
  clear: both;
  margin-left: 0;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.grid > * {
  flex-basis: 100%;
  max-width: 100%;
  min-width: 0;
}

.span_1_of_2:nth-child(odd) {
  margin-left: 0;
}

/* Body & Main --------------------------------------------------------------*/

body {
  background: var(--white);
  color: var(--black);
  font: 18px/22px "", sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.5px;
  font-weight: 300;
  word-wrap: break-word;
}
body.single-video {
  background: var(--black);
  color: var(--white);
}
body a {
  transition: all 0.1666s ease;
  text-decoration: none;
}

.wp-block-group a,
.single-main-content a {
  color: var(--primary);
  text-decoration: underline;
}

.wp-block-group a:hover,
.single-main-content a:hover {
  color: var(--black);
}

.wp-block-group a[target="_blank"]:after,
.single-main-content a[target="_blank"]:after {
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e917";
}
.single-main-content {
  box-sizing: border-box;
  max-width: 960px !important;
}
#site-navigation-wrap a {
  color: var(--black);
  transition: all 0.1666s ease;
  text-decoration: none;
}

#site-navigation-wrap a:hover {
  color: var(--primary);
}

::selection {
  background: var(--third);
  color: var(--black);
}

::-moz-selection {
  background: var(--third);
  color: var(--black);
}

#main {
  margin-top: -1px;
  font-family: "Inter", sans-serif;
  position: relative;
  background: var(--white);
  top: 0;
  z-index: 3;
  min-height: 90vh;
}

.container {
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#primary {
  margin: 0 auto;
  position: relative;
}
.single-post #primary a {
  text-decoration: underline;
  color: var(--third);
}
.single-post #primary h2 {
  margin-top: 1.5em;
}
.single-post #primary h3 {
  font-size: 1.563em;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.single-post #primary a:hover {
  color: var(--black);
}

#primary-in {
  margin: 0 auto;
  position: relative;
}

article {
  margin: 0 auto;
}

.left-content {
  float: left;
  width: 740px;
}

.sidebar-container {
  float: right;
  width: 360px;
}

#site-content {
  border: 1px #efefef solid;
  background: var(--white);
  padding-bottom: 30px;
  letter-spacing: 0.5px;
}

#site-content p {
  padding: 0 40px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.953rem;
}

.site-content {
  font-size: 1em;
}

.art-content {
  overflow: hidden;
}

.artwork-content {
  margin-bottom: 5.96em;
}
#content p {
  font-weight: 300;
  line-height: 1.953rem;
  letter-spacing: 0.5px;
}

.image-gallery {
  margin: 0 30px !important;
  text-align: center;
}

.image-gallery a img {
  width: 185px !important;
}

.image-gallery li {
  padding: 0 11px 20px 11px !important;
}

/* Commons --------------------------------------------------------------*/

.clr:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
}

img {
  height: auto;
  max-width: 100%;
  transition: all 0.1666s ease;
}

blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 33%;
}

blockquote.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}

pre {
  background: #ededed;
  padding: 20px;
  margin-bottom: 30px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-family: "Verdana";
  color: #666;
}

address {
  letter-spacing: 1px;
  margin: 20px 0;
}

.double-divider {
  display: block;
  width: 100%;
  height: 3px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 40px 0;
}

.heading {
  font-size: 1.167em;
  margin: 0 0 20px;
  padding-bottom: 3px;
  font-weight: 300;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
}


.page-thumbnail {
  margin-bottom: 30px;
}

.page-thumbnail img {
  display: block;
}

body.page-template-templatesfullwidth-php .page-thumbnail {
  margin: 0 0 30px;
}

.page-thumbnail img {
  display: block;
}

/* Lists --------------------------------------------------------------*/

.entry ul {
  margin: 10px 0 30px 20px;
}

.entry ul li,
.entry ol li {
  margin: 0 0 5px;
}

.entry ol {
  margin: 30px 0 30px 25px;
}

.entry ul {
  list-style: disc;
}

.entry ol {
  list-style: decimal;
}

ol {
  list-style: decimal;
}
/* Typography --------------------------------------------------------------*/

h1,
h2 {
  font-weight: 800;
  line-height: 1.25em;
  font-family: "Inter", sans-serif;
}
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
.entry h2,
.entry h4,
.entry h5,
.entry h6 {
  margin: 0px 0 16px;
}

.entry h3 {
  margin: 26px 0 16px;
}

h1 {
  font-size: 2.441em;
  margin: 3.052rem 0 1.953rem;
}

h2 {
  font-size: 1.953em;
  margin: 3.052rem 0 1.953rem;
}

.page-template-default h2,
.page-template-default h3,
.page-template-default h4,
.page-template-default h5 {
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.563em;
  margin: 3.052rem 0 1.953rem;
}

h4 {
  font-size: 1.25em;
  margin: 3.052rem 0 1.953rem;
}

h5 {
  font-size: 1em;
  margin: 3.052rem 0 1.953rem;
}

h6 {
  font-size: 1;
  margin: 3.052rem 0 1.953rem;
}

p {
  margin: 0 0 1.5em;
  line-height: 1.5em;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: var(--black);
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #f6d018;
  text-decoration: none;
}

p.lead {
  color: var(--black);
  font-size: 21px;
  line-height: 27px;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

hr {
  border: solid #eee;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 40px 0;
}

a {
  outline: 0;
}

.ptsColHeader span,
.ptsColHeader p {
  color: var(--white);
  font-weight: 500;
}

.ptsColDesc span,
.ptsColDesc p {
  font-weight: 500;
}

.ptsTableFrontedShell {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.ptsCol {
  margin-bottom: 2em !important;
}

.ptsColFooter {
  position: relative;
  border-top: 1px solid rgba(220, 220, 220, 0) !important;
  height: 25px !important;
}

.ptsActBtn {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0px;
}

blockquote {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0em;
  position: relative;
  color: var(--black);
}
quote p {
  padding-left: 1.75em;
  margin-bottom: 1em;
  font-weight: 600 !important;
}
/* Acces --------------------------------------------------------------*/
:focus:not(:focus-visible),
:focus:not(:focus-visible) i {
  outline: none;
}
a:focus,
button:focus i {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  outline: 2px solid var(--primary);
  z-index: 9999999;
  outline-offset: -2px;
}
/* Page Header --------------------------------------------------------------*/
.skip-to-content-link {
  position: fixed;
  top: -100%;
  display: block;
  background: var(--black);
  color: var(--white);
  z-index: 9999999;
  padding: 1em 2em;
  border-radius: 666em;
  left: 1rem;
  box-shadow: 0 0.2em 0.5em 0.2em #00000020;
}
.skip-to-content-link:focus {
  top: 1rem;
}
.single-post .page-header {
}

#archive-description,
#portfolio-template-content {
  margin-top: 10px;
}

#portfolio-template-content p:last-child,
#archive-description p:last-child {
  margin: 0;
}
/* Header --------------------------------------------------------------*/

/*header*/

#header-wrap {
  position: fixed;
  width: 100%;
  z-index: 99999;
  transition: all 0.2s ease;
  padding-top: 1em;
  padding-bottom: 1em;
  height: var(--header-height);
  background: var(--grey);
}
.archive #header-wrap,
.page-template-artists #header-wrap,
.error404 #header-wrap,
.search #header-wrap,
.page-no-img #header-wrap,
.single-artist #header-wrap {
  background: var(--white);
}
.bg-hd {
}

#header-wrap.sticky {
  background: var(--white);
  box-shadow: 0 0.2em 0.5em 0.2em #00000010;
  height: var(--header-sticky);
}

#header {
  text-align: left;
  position: relative;
  margin: 0 auto;
  display: flex;
  -webkit-box-align: center;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: var(--wide);
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
  box-sizing: content-box;
}

.sub-menu.sticky {
  margin-top: 7px !important;
  transition: all 0.2s ease;
}

#coming {
  text-align: center;
  color: var(--black);
  padding: 8em var(--side-padding) 2em;
}
/*logo*/

#logo {
}

#logo-icon {
}

.logolink svg {
  display: inline-block;
  max-width: 100%;
  padding: 6px 0 0;
  width: 220px;
  height: auto;
}
.main-logo {
  transition: all 0.2s ease;
  fill: var(--black);
}
.site-branding #logo a {
  transition: all 0s ease;
}
.main-logo:hover {
  fill: var(--primary);
  transition: all 0.2s ease;
}

.sticky .main-logo:hover {
  fill: var(--primary);
}
.logo-small {
  display: none;
  position: relative;
  top: -0.5em;
}
.sticky .logo-small {
  display: inline-block;
}
.logo-big {
  display: inline-block;
}
.sticky .logo-big {
  display: none;
}

.logolink {
  display: inline-block;
  height: 100%;
}

.site-branding {
  display: flex;
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: row;
  width: 23.333em;
}

.site-svg-logo svg {
  height: auto;
  width: 8.333em;
}
.sticky .site-svg-logo svg {
  width: 7.778em;
}
.site-text-logo a {
  display: block;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  color: var(--black);
  font-size: 36px;
  text-decoration: none;
}

.site-text-logo a:hover {
  color: #f6d018;
}

.site-description {
  margin-top: 5px;
}
/*fixed header*/

.is-sticky #header-wrap {
  width: 100%;
  overflow: visible !important;
  z-index: 999;
}

.admin-bar .is-sticky #header-wrap {
  padding-top: 32px;
}
/* Add Menu ================================================== */

.menu-icon {
  height: 1.563em;
  display: block;
  float: right;
  margin: 0;
  cursor: pointer;
  color: var(--black) !important;
  font-weight: 600;
  position: relative;
  z-index: 9;
  text-decoration: none !important;
  font-size: 1.563em;
  margin-left: 1em;
  text-align: center;
  background: none;
  transition: all 0.2s ease;
  padding: 0;
  border-radius: 0;
}
.sticky .menu-icon {
  color: var(--black) !important;
}
.menu-icon:hover {
  background: none;
  color: var(--primary) !important;
  padding: 0;
}

#navigation-toggle {
  line-height: 1em;
  font-size: 1.563em;
  display: none;
}

button#toggle-search {
  line-height: 1em;
  font-size: 1.563em;
}

a#navigation-toggle .fa {
  margin-right: 0;
}

a#navigation-toggle:hover,
a#toggle-search:hover,
a#cart:hover,
a#user:hover {
  color: var(--third) !important;
}
#site-navigation-wrap .nav-cta {
  display: inline-block;
  padding: 0.675em 1.9em;
  vertical-align: middle;
  margin-top: 1em;
  font-size: 0.85em;
  background: var(--third);
  border-radius: 666em;
  color: var(--white);
  transition: all 0.2s ease;
}

#site-navigation-wrap .nav-cta:hover {
  display: inline-block;
  background: var(--secondary);
  color: var(--white);
}

#navigation-toggle {
  color: #8b8b8b;
}

#navigation-toggle:hover {
  color: var(--black);
}
/* Main Navigation --------------------------------------------------------------*/

#site-navigation-wrap {
  display: flex;
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: end;
}

#site-navigation .dropdown-menu li {
  display: block;
  float: left;
  margin-top: 20px;
  line-height: 30px;
}

#site-navigation .dropdown-menu > li {
  margin-left: 35px;
}

#site-navigation .dropdown-menu > li:first-child {
  margin-left: 0;
}

#site-navigation .dropdown-menu a {
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}

#site-navigation .dropdown-menu > li > a:hover,
#site-navigation .dropdown-menu > li.sfHover > a,
#site-navigation .dropdown-menu > .current-menu-item > a,
#site-navigation .dropdown-menu > .current-menu-item > a:hover {
  color: var(--black);
  border-bottom: 2px solid var(--black);
}
/*drop-down styles*/

#site-navigation .dropdown-menu ul {
  background: var(--white);
  font-size: 1em;
}

#site-navigation .dropdown-menu ul li a {
  display: block;
  height: auto;
  line-height: 1.7em;
  padding: 10px;
  margin: 0px;
  border: 0px;
  text-transform: none;
}

#site-navigation .dropdown-menu ul li a.sf-with-ul {
  padding-right: 23px;
}

#site-navigation .dropdown-menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  line-height: 1.4em;
  height: auto;
  float: none;
  display: block;
  margin-top: 0;
}

#site-navigation .dropdown-menu ul li > a:hover {
  color: var(--third);
}

#site-navigation .dropdown-menu ul li:first-child {
  margin-top: 15px;
}

#site-navigation .dropdown-menu ul li:last-child {
  border: none;
}
/*arrows*/

#site-navigation .dropdown-menu > li .fa-angle-down {
  margin-left: 5px;
}

#site-navigation .dropdown-menu > li ul li .fa-angle-right {
  position: absolute;
  top: 50%;
  right: 15px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
}

#menufade {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--black);
  display: none;
  z-index: 99998;
  opacity: 0.5;
  cursor: pointer;
}

.main-menu-title {
  margin-bottom: 0.6em;
}

.main-menu-link {
  margin-bottom: 1em;
  font-size: 1.25em;
}
.main-menu-bar-links {
  height: var(--header-in);
  line-height: var(--header-in);
  display: flex;
  flex-shrink: 0;
  -webkit-box-align: flex-start;
  align-items: center;
  text-align: right;
  -webkit-box-pack: end;
  justify-content: end;
  width: 23.333em;
}
.main-menu-bar-link {
  display: inline;
  padding: 0 0.75em;
}
.main-menu-bar-link:first-child {
  border-left: 2px solid var(--white);
  padding-left: 2.35em;
}
.sticky .main-menu-bar-link:first-child {
  border-left: 2px solid var(--black);
}
.the-bar-link {
  color: var(--white);
  text-decoration: none;
  transition: 0.2s ease all;
}
.the-bar-link:hover {
  text-decoration: underline solid 2px;
}
.sticky .the-bar-link {
  color: var(--black);
}
#mobile-menu-in {
  margin: 0 auto;
  padding: 1.953em var(--side-padding) 2.441em;
  overflow: hidden;
  display: block;
}

#mobile-menu {
  background: var(--white);
  overflow: hidden;
  border-top: solid 2px var(--grey);
  display: none;
}
#mobile-menu .menu-item {
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  margin-right: 1em;
  clear: both;
  margin-bottom: 1rem;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
#mobile-menu .menu-item:last-child {
  margin-bottom: 0;
}
#main-search {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: center;
  -webkit-box-flex: 1;
  flex-grow: 1;
  position: relative;
}
#main-search form {
  width: 100%;
  max-width: 426px;
  position: relative;
}
.main-search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.85em;
  pointer-events: none;
  font-size: 1.25em;
}
.display-block {
  display: block !important;
}
.relevanssi-live-search-results {
  left: auto !important;
  top: auto !important;
  padding-top: 1em;
  border-radius: 0.5rem !important;
}

#main-search .relevanssi-live-search-result-status p {
  padding-bottom: 0.5em;
}
.relevanssi-live-search-result a {
  color: var(--black);
  font-weight: 600;
  transition: all ease 0.2s;
}
.relevanssi-live-search-result a:hover {
  color: var(--primary);
}
.menu-show-off {
  height: auto !important;
}

.the-link {
  font-size: 1em;
  color: var(--black);
  font-weight: 500;
  transition: all 0.2s ease;
}

.main-menu-title {
  font-size: 1.953em;
}

.menu-arrow {
  padding-left: 0.5em;
  transition: all 0.2s ease;
}

.the-link:hover {
  text-decoration: none;
  color: var(--third);
}

.the-link:hover .menu-arrow {
  padding-left: 1em;
  color: var(--third);
}
.menu-item {
  display: inline-block;
  font-size: 1.25em;
  font-weight: 700;
  margin-right: 1em;
}
.menu-item a {
  color: var(--black);
}
.menu-item a:hover {
  text-decoration: underline;
}

.archive #primary {
}
.artwork-card-holder {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 0;
}
.artwork-card-holder .archive-card {
  margin-bottom: 2.441em;
}
.artwork-card-holder .archive-card:nth-child(5n + 1) {
  margin-left: 0;
}

.filter-link {
  margin-right: 1rem;
  padding: 0.5rem 1.5rem;
  font-size: 0.85em;
  background: var(--grey);
  display: inline-block;
  border-radius: 666em;
  color: var(--black);
  transition: all ease 0.2s;
}
.filter-active {
  background: var(--third);
}
.filter-link:hover {
  background: var(--black);
  color: var(--white);
}
.card-filter {
  margin-bottom: 3.052em;
}
/* Blocks --------------------------------------------------------------*/

.has-secondary-background-color {
  color: var(--white);
  background-color: var(--secondary);
}

.has-black-background-color {
  color: var(--white);
  background-color: var(--black);
}

.has-white-background-color {
  color: var(--black);
  background-color: var(--white);
}

.has-grey-background-color {
  color: var(--black);
  background-color: #f3f3f3;
}

.has-primary-background-color {
  color: var(--white);
  background-color: var(--primary);
}
.has-third-background-color {
  color: var(--white);
  background-color: var(--third);
}
.wp-block-table {
  overflow: hidden;
  margin-bottom: 2em;
}

.alignfull
  > [class*="__inner-container"]
  > :not(.alignwide):not(.alignfull):not(.wp-block-separator),
.comments-area > :not(.alignwide):not(.alignfull):not(.wp-block-separator),
.site-content > :not(.alignwide):not(.alignfull):not(.wp-block-separator),
.entry-footer > :not(.alignwide):not(.alignfull):not(.wp-block-separator),
.entry-header > :not(.alignwide):not(.alignfull):not(.wp-block-separator),
.site-footer > :not(.alignwide):not(.alignfull):not(.wp-block-separator),
.alignnormal {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
}

.alignfull > [class*="__inner-container"] > .alignwide,
.comments-area > .alignwide,
.site-content > .alignwide,
.entry-footer > .alignwide,
.entry-header > .alignwide,
.site-footer > .alignwide {
  max-width: var(--wide);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
}

.alignwide {
  max-width: var(--wide);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
}

.slide-info {
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
}

.alignfull iframe {
  max-width: unset !important;
}

.wc-block-grid__products {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  background-clip: padding-box;
}

.wp-block-group__inner-container li {
  padding-bottom: 0.75em;
  list-style: disc;
  margin-left: 1.25em;
}

.wp-block-group__inner-container ol li {
  list-style: decimal;
}

.wp-block-group__inner-container ul li {
  list-style: disc;
}

.wp-block-group__inner-container ul {
  margin-bottom: 1em;
}

.wp-block-group__inner-container ol ul {
  margin-bottom: 0;
  margin-top: 1em;
}

.wp-block-group p:last-child {
  margin-bottom: 0;
}

.wp-block-image .alignright {
  float: right;
  margin: 0;
}

.wc-block-grid__product:first-child {
  margin-left: 0;
}

.wc-block-grid__product:hover {
  top: -0.5em;
  z-index: 11;
  box-shadow: 0 0.2em 0.6em 0.2em #00000020;
}

.wp-block-group {
  padding: 5.96em 0;
  overflow: hidden;
  box-sizing: content-box;
}

.site-content .wp-block-group__inner-container ul {
  list-style: disc;
  padding-left: 1.25em;
  margin-bottom: 1em;
}
.site-content . wp-block-group__inner-containerol {
  padding-left: 1.25em;
  margin-bottom: 1em;
}

.site-content ul {
  list-style: disc;
  padding-left: calc(var(--side-padding) + 2em);
  margin-bottom: 1em;
}
.site-content ol {
  padding-left: calc(var(--side-padding) + 2em);
  margin-bottom: 1em;
}
.site-content li {
  line-height: 1.5em;
  letter-spacing: 0.5px;
  margin-bottom: 0.5em;
}
.wp-block-image {
  max-width: 1220px !important;
  margin-bottom: 2em;
}
.wp-block-image figcaption {
  position: absolute;
  bottom: 0;
  background: var(--white);
  margin: 0;
  left: 0;
  padding: 0.5em 1em;
  font-size: 0.85em;
  color: var(--black);
}
th,
td {
  padding: 0.5em 0;
  border-bottom: 1px solid #dadada;
}
.theme-twentytwenty
  .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull)
  .wc-block-grid__product,
.theme-twentytwenty
  .wc-block-grid.has-5-columns.alignfull
  .wc-block-grid__product,
.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull)
  .wc-block-grid__product,
.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
  font-size: 1em;
}

.solo-button-holder {
  height: 3.444em;
  line-height: 3.444em;
  padding: 0 0 0;
  clear: both;
}

.solo-button {
  position: relative;
  margin: auto;
  padding: 0.8em 2.1em 0.8em 2.3em;
  transition: all 0.2s ease;
  text-decoration: none;
  color: var(--primary) !important;
  border-radius: 666em;
  vertical-align: middle;
  border: 3px solid;
}

.has-secondary-background-color .solo-button:before,
.has-primary-background-color .solo-button:before,
.has-third-background-color .solo-button:before {
  background: var(--white);
}

.solo-button span {
  position: relative;

  line-height: 1em;
  font-weight: 400;
  vertical-align: middle;
  z-index: 1;
  text-decoration: none;
}

.card-area-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-top: 2em;
}

.has-black-background-color .solo-button,
.has-black-background-color .solo-button span {
  color: var(--white) !important;
}

.lift-card-img-arrow {
  font-size: 1.25em;
  width: 2.25em;
  height: 2.25em;
  line-height: 2.25em;
  text-align: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--black);
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  transition: all 0.2s ease;
}

.lift-card {
  position: relative;
  background: var(--white);
}

.lift-card:hover .lift-card-title {
  text-decoration: underline;
}

.lift-card:hover .lift-card-img-arrow {
  background: #f6d018;
  width: 1.9em;
  padding-left: 0.35em;
}

.lift-card-title {
  font-size: 1.25em;
  margin-top: 0 !important;
  margin-bottom: 0.25em !important;
}

.lift-card-desc {
  font-size: 0.85em;
}

.lift-card-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.lift-card-content {
  padding: 1em 1.333em 2em;
}

.span_1_of_3:nth-child(3n + 1) {
  margin-left: 0;
}

.lift-card-img {
  height: 13em;
  background-size: cover;
  background-position: center;
}

.icon-card-content {
  padding: 1em 1.333em 2em;
  text-align: center;
}

.icon-card-title {
  font-size: 1.563em;
  margin-top: 0 !important;
  margin-bottom: 0.75em;
  letter-spacing: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.icon-card-icon {
  width: 5em;
  height: 5em;
  margin: 0 auto 0.5em;
  text-align: center;
  border: 0.2em var(--primary) solid;
  border-radius: 50%;
  position: relative;
  line-height: 5em;
}

.icon-card-icon i {
  color: var(--primary);
  vertical-align: middle;
  font-size: 1.5em;
}

.solo-btn-arrow {
  position: relative;
  transition: all 0.3s ease;
  padding-left: 0.15em;
}

a.solo-button {
  text-decoration: none;
}

.wp-block-columns {
  margin-bottom: 0;
}

a.solo-button:hover {
  text-decoration: none;
  color: var(--third) !important;
}

.has-black-background-color a.solo-button:hover {
  text-decoration: none;
  color: var(--white) !important;
}

.solo-btn-arrow-holder {
  display: inline-block;
  width: 1.5em;
  transition: all 0.2s ease;
  font-size: 1.2em;
}

.solo-btn-arrow {
  color: var(--primary) !important;
}

.solo-button:hover .solo-btn-arrow-holder .solo-btn-arrow {
  padding-left: 0.5em;
  color: var(--third) !important;
}

.has-black-background-color
  .solo-button:hover
  .solo-btn-arrow-holder
  .solo-btn-arrow {
  padding-left: 0.5em;
  color: var(--white);
}

.solo-button:hover:before {
  width: 100%;
  opacity: 1;
}

.width-100 {
  max-width: 100% !important;
  width: 100%;
}

.width-80 {
  max-width: 80% !important;
  width: 100%;
}

.width-70 {
  max-width: 70% !important;
  width: 100%;
}
.width-maxhalf {
  max-width: 900px;
  width: 100%;
  box-sizing: border-box;
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.wide-lift-content {
  position: relative;
}

.wide-lift-content-in {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.wide-img-text-lift {
  overflow: hidden;
  min-height: 38em;
  padding: 0 !important;
}

.wide-lift-image,
.wide-lift-content,
.fifty-fifty-lift {
  min-height: 35em;
}

.wide-lift-image {
  background-size: cover;
  border-radius: 1rem;
}

.wide-lift-title {
  margin-bottom: 0.5em;
}

.wide-lift-text {
  margin-bottom: 1.953em;
}
a.wide-lift-link {
  padding: 1em 1.953em;
  color: var(--white);
  background: var(--secondary);
  border-radius: 666em;
  display: inline-block;
  transition: all ease 0.2s;
  position: relative;
  text-decoration: none;
}
a.wide-lift-link:hover {
  color: var(--white);
  background: var(--black);
}
.wide-btn-arrow-holder {
  position: relative;
  left: 0;
  transition: all ease 0.2s;
}
a.wide-lift-link:hover .wide-btn-arrow-holder {
  position: relative;
  left: 0.25em;
  transition: all ease 0.2s;
}
.hero-block {
  padding: 0 !important;
  padding-top: var(--header-height) !important;
  width: 100%;
  max-width: 100% !important;
  background: var(--grey);
  position: relative;
}
.hero-area-content-in-right,
.hero-area-content-in-left {
  width: 100%;
  max-width: 50%;
}
.admin-bar .hero-block {
  padding-top: calc(var(--header-height) + 32px) !important;
}
.hero-area-content {
  z-index: 2;
  position: relative;
}
.hero-area-content-in-left {
  padding-top: 3em;
  padding-right: 3em;
  box-sizing: border-box;
}
.hero-area-content-in {
  padding-top: 2em;
  padding-bottom: 6em;
  display: flex;
  -webkit-box-align: center;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.hero-text {
  font-size: 1.25em;
  font-weight: 600 !important;
  margin: 0 0 2.5em;
}

.has-secondary-background-color a,
.has-primary-background-color a,
.has-third-background-color a {
  color: var(--black);
}
#bottomshape {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero-btn {
  padding: 1em 1.953em;
  color: var(--white);
  background: var(--secondary);
  border-radius: 666em;
  display: inline-block;
  transition: all ease 0.2s;
  position: relative;
}
.hero-btn:hover {
  background: var(--black);
}
.hero-btn-arrow-holder {
  position: relative;
  transition: all ease 0.2s;
  left: 0;
}
.hero-btn:hover .hero-btn-arrow-holder {
  position: relative;
  left: 0.25em;
  transition: all ease 0.2s;
}
.hero-lift-img {
  padding-top: 115%;
  transition: all ease 0.25s;
  background-size: cover;
  background-position: center;
  border-radius: 1rem 1rem 0 0;
  opacity: 1;
}
.hero-title {
  font-size: 3.052em;
  margin-top: 0;
  margin-bottom: 3.052rem;
}
.hero-lift {
  background: var(--secondary);
  border-radius: 1rem;
  position: relative;
}
.hero-lift-content {
  color: var(--white);
  padding: 1.563em 1.563em 1.563em 1em;
}
.hero-lifts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.hero-lift-content a {
  color: var(--white);
}
.hero-lift-content a:hover {
  color: var(--white);
}
.hero-lift-title {
  font-size: 1.25em;
  margin-bottom: 3.052em;
  margin-top: 0;
}
.hero-lift-type,
.hero-lift-artist {
  font-size: 0.8em;
  margin-bottom: 0.5em;
  line-height: 1.563em !important;
}
.hero-lift-type {
  position: absolute;
  bottom: 1.953em;
  left: 1.25em;
}
.hero-lift-arrow {
  transition: all ease 0.25s;
  background: var(--third);
  color: var(--black);
  width: 2.441em;
  height: 2.441em;
  display: block;
  border-radius: 50%;
  position: absolute;
  bottom: 1.25em;
  right: 0.8em;
  text-align: center;
  font-size: 1.25em;
}
.hero-lift-arrow-icon {
  transition: all ease 0.25s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-lift-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 1em;
  z-index: 2;
}
.hero-lift:hover .hero-lift-title {
  text-decoration: underline;
}
.hero-lift:hover .hero-lift-arrow {
  background: var(--white);
}
.hero-lift:hover .hero-lift-arrow-icon {
  left: 60%;
}
.hero-lift:hover .hero-lift-img {
  opacity: 0.75;
}

.art-card {
  width: calc(1 / 5 * 100% - 1.9528em);
  background: var(--grey);
  border-radius: 1rem;
  margin-bottom: 0;
  position: relative;
}
.art-card-title {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 3.815em;
  margin-top: 0;
}
.art-card-content {
  padding: 1.563em 1.563em 1.25em 1em;
}

.art-card-img {
  padding-top: 100%;
  transition: all ease 0.25s;
  background-size: cover;
  background-position: center;
  border-radius: 1rem 1rem 0 0;
  opacity: 1;
  border: var(--grey) 1px solid;
}
.art-card-type,
.art-card-artist {
  font-size: 0.8em;
  margin-bottom: 0.5em;
  line-height: 1.563em !important;
}
.art-card-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 1em;
  z-index: 2;
}
.art-card:hover .art-card-title {
  text-decoration: underline;
}
.art-card:hover .art-card-img {
  opacity: 0.75;
}
.art-card-type {
  position: absolute;
  bottom: 1.953em;
  left: 1.25em;
  margin-bottom: 0;
}
.art-card-type span {
background: var(--grey);
}
.title-button {
  overflow: hidden;
  clear: both;
}
.title-link {
  text-align: right;
}
.title-side h1,
.title-side h2,
.title-side h3,
.title-side h4,
.title-side h5 {
  margin-top: 0;
}
.title-link a.title-button-link {
  font-weight: 600;
  text-decoration: none;
  line-height: 2.441em;
  color: var(--black);
  transition: all ease 0.3s;
}

.title-link a.title-button-link:hover {
  color: var(--primary);
}

.title-link-arrow {
  display: inline-block;
  position: relative;
  top: 1px;
  color: var(--black);
  right: 0;
  transition: all ease 0.3s;
}
.title-link a.title-button-link:hover .title-link-arrow {
  right: -0.25em;
  color: var(--primary);
}

.float-left {
  float: left;
}
/* Flickity --------------------------------------------------------------*/

.flickity-resize .carousel-cell {
  min-height: 100%;
}
.flickity-button-icon path {
  display: none;
}
.carousel .flickity-prev-next-button.next::after {
  content: "\e912";
  font-family: "feather" !important;
  font-weight: normal;
}
.carousel .flickity-prev-next-button.previous::after {
  content: "\e910";
  font-family: "feather" !important;
  font-weight: normal;
}
.carousel .flickity-button:disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.carousel .flickity-button {
  position: absolute;
  background: var(--third);
  width: 44px !important;
  border: none;
  color: var(--black);
  padding: 0;
  height: 44px !important;
}
.carousel .flickity-button:hover {
  background: var(--black);
  color: var(--white);
  cursor: pointer;
}
.carousel .flickity-prev-next-button.next {
  right: -22px;
}
.carousel .flickity-prev-next-button.previous {
  left: -22px;
}
.flickity-page-dots {
  position: absolute;
  display: inline-flex;
  width: 100%;
  bottom: -3em !important;
  padding: 0;
  margin: 0 !important;
  list-style: none;
  text-align: center;
  line-height: 1;
  padding-left: 0 !important;
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: row;
  border-radius: 666em;
  overflow: hidden;
}
.carousel .flickity-page-dots .dot {
  width: 100%;
  height: 0.75em;
  margin: 0;
  padding: 0;
  background: var(--grey);
  list-style: none;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  background: #d0d0d1;
}

.carousel .art-card[aria-hidden="true"] a {
    display: none;
}

/* Posts --------------------------------------------------------------*/

.loop-entry {
}

.loop-entry.post-entry p:last-child {
  margin: 0;
}

.loop-entry-title {
  font-size: 1.75em;
  margin: 0;
}

.loop-entry-thumbnail,
.loop-entry-video,
.post-thumbnail {
  margin-bottom: var(--side-padding);
}

.loop-entry-thumbnail img {
  box-shadow: #000 0em 0em 0em;
  nowhitespace: afterproperty;
}

.loop-entry-thumbnail img:hover {
  opacity: 0.8;
}

.post-video {
  margin-bottom: 30px;
}

.entry-footer {
  margin-top: 40px;
}

.entry-footer .post-edit-link {
  float: right;
  display: block;
  border: 2px solid #ddd;
  padding: 2px 14px;
  color: #aaa;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.entry-footer a:hover {
  color: var(--black);
  border-color: var(--black);
  text-decoration: none;
}

.author-info {
  margin-top: 40px;
}

.author-info .author-info-inner {
  position: relative;
  padding-left: 100px;
}

.author-info .author-avatar {
  position: absolute;
  left: 0;
  top: 0;
}

.author-info .author-avatar img {
  border-radius: 2px;
}

#content-no-img {
  padding-top: calc(var(--header-height) + 2em);
}
.page-main-title {
  margin-bottom: -3.815rem;
}
#content-img {
  padding-top: 42%;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  border-radius: 1rem;
}
#content-img-wrap {
  padding-top: calc(var(--header-height) + 4em);
  margin-bottom: 3.5em;
}

.page-head-img::before {
  background: var(--grey);
  content: "";
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  height: 50%;
  right: 0;
}
.page-head-img {
  background: var(--white);
  position: relative;
}
.blog-head::before {
  background: var(--grey);
  content: "";
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  height: 50%;
  right: 0;
}
.img-caption {
  background: var(--white);
  font-size: 0.8em;
  display: inline-block;
  padding: 0.64em 1.25em 0 0;
  border-radius: 0 0.64rem 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog-head {
  background: var(--white);
  position: relative;
}
.single-title {
  margin-bottom: 1rem;
  margin-top: 0;
}
.artwork-year {
  font-size: 1.25em;
  font-weight: 700;
  vertical-align: middle;
}
.single-meta {
  margin-bottom: 2rem;
}

.artwork-types a {
  display: inline-block;
  background: var(--grey);
  color: var(--black);
  padding: 0.25rem 1.5rem;
  font-size: 0.85em;
  text-decoration: none;
  border-radius: 666em;
  vertical-align: middle;
  transition: all ease 0.25s;
}
.artwork-types a:hover {
  background: var(--third);
}
.artwork-types {
  margin-left: 1rem;
}

.artwork-content {
  display: flex;
  -webkit-box-align: center;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.glossary-title {
  margin-top: 2.441rem;
}
.glossary-title:first-child {
  margin-top: 0;
}

.artists-content {
  padding: 5.96em 0;
}
.artist-card-holder {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.artist-card-holder .artist-card:nth-child(5n + 1) {
  margin-left: 0;
}
.artist-card {
  width: calc(1 / 5 * 100% - 1.9528em);
  background: var(--grey);
  border-radius: 1rem;
  margin-bottom: 0;
  position: relative;
  display: block;
  padding: 1.25em 1.563em 1.25em 1em;
}
.artist-card-title {
  font-size: 1em;
  font-weight: 700;
  color: var(--black);
  text-decoration: none;
}
.artist-card:hover .artist-card-title {
  text-decoration: underline;
}
.video-back {
  margin: 1.5em;
  display: inline-block;
  color: var(--white);
  border: 2px solid;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  border-radius: 666em;
  float: right;
  transition: all ease 0.2s;
}

.video-back:hover {
  color: var(--black);
  border: 2px solid var(--white);
  background: var(--white);
}
.video-content-row1,
.video-content-row3 {
  width: 100%;
  max-width: 260px;
}
.video-content-row2 {
  width: 100%;
  max-width: 1920px;
}
.single-artist-content {
  max-width: 257px !important;
  min-width: 217px;
  width: 100%;
  padding: 0 var(--side-padding) 0 0 !important;
  border-right: 3px solid var(--grey);
}

.single-artist-mobile-content {
  display: none;
}
.single-link-content {
  max-width: 260px !important;
  width: 100%;
  min-width: 220px;
  padding: 0 0 0 var(--side-padding) !important;
  white-space: nowrap;
}
.single-link-mobile-content {
  display: none;
}
.artwork-header .artwork-full {
  display: block;
}
.artwork-header .artwork-mobile {
  display: none;
}
.artwork-header .mobile-artist-header {
  color: var(--black);
  display: none;
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 1rem;
}
.artwork-main-link {
  display: inline-block;
  color: var(--black);
  background: var(--third);
  padding: 1em 2.441em;
  border-radius: 666em;
  font-weight: 600;
  text-align: left;
  box-sizing: border-box;
  float: right;
  transition: all ease 0.2s;
}
.artwork-main-link:hover {
  color: var(--white);
  background: var(--black);
}
.artwork-mobile-header-text {
  width: 100%;
}
.artwork-mobile-header-link {
  min-width: 240px;
}
.artwork-header .artwork-mobile {
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.single-main-content a[target="_blank"].artwork-mobile-link:after {
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
}
.artwork-mobile-link {
  display: inline-block;
  color: var(--black) !important;
  background: var(--third);
  text-decoration: none !important;
  padding: 1em 2.441em;
  border-radius: 666em;
  font-weight: 600;
  text-align: left;
  box-sizing: border-box;
  float: right;
  transition: all ease 0.2s;
}
.artwork-mobile-link:hover {
  color: var(--white) !important;
  background: var(--black);
}
.artist-arrow {
  color: var(--black);
  position: relative;
  left: 0;
  transition: all ease 0.2s;
}
.artwork-main-link:hover .artist-arrow {
  color: var(--white);
  left: 0.25em;
}
.single-artist-content h2 {
  margin-top: 0;
  font-size: 1.25em;
  margin-bottom: 1.25rem;
}
.single-artist-meta {
  margin-bottom: 1.953rem;
}
.single-artist-meta p {
  margin-bottom: 0;
}
.single-artist-links p {
  margin-bottom: 0;
}
.single-artist-links {
  margin-bottom: 1.953rem;
}
.single-artist-links a {
  color: var(--primary);
  text-decoration: underline;
}
.single-artist-links a:hover {
  color: var(--black);
  text-decoration: underline;
}

.artist-archive-meta {
}
.artist-archive-info {
  max-width: var(--content);
  margin-top: 1.25em;
}
.artist-archive-info p:last-child {
  margin-bottom: 0;
}
.artist-artworks {
  margin-top: 3.052em;
  margin-bottom: 6em;
}
.artist-meta-info {
  display: inline-block;
  margin-right: 1.563em;
  word-break: keep-all;
}

.artist-meta-info a {
  color: var(--primary);
  text-decoration: underline;
}
.artist-meta-info a:hover {
  color: var(--black);
  text-decoration: underline;
}
.artist-more {
  font-weight: 600;
  text-decoration: none;
  color: var(--black);
  transition: all ease 0.2s;
  display: inline-block;
}

.artist-more:hover {
  color: var(--primary);
}

.artist-more:hover .artist-arrow {
  color: var(--primary);
  left: 0.25em;
}

.video-error {
  position: relative;
  z-index: 0;
  color: var(--white);
  text-align: center;
}
.video-error a {
  text-decoration: none;
  color: var(--primary);
}
.video-error a:hover {
  text-decoration: underline;
}
.video-alert-icon {
  font-size: 3.052em;
  padding-bottom: 0.4em;
  display: inline-block;
}
.video-error-holder {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-header-back {
  min-width: 130px;
  font-size: 0.8em;
  padding: 1em 1.953em;
  color: var(--black);
  background: var(--third);
  border-radius: 666em;
  display: inline-block;
  transition: all ease 0.2s;
  position: relative;
  text-align: center;
  margin-right: 1rem;
  font-weight: 600;
}
.video-header-back:hover {
  color: var(--black);
  background: var(--white);
}
.video-header-back-arrow {
  position: relative;
  transition: all ease 0.2s;
  left: 0;
}

.video-header-back:hover .video-header-back-arrow {
  position: relative;
  left: -0.25em;
}
.video-header-info {
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}
.video-header-in-right {
  text-align: right;
}
.video-header-in-left {
  text-align: left;
}
.video-header-in {
  padding: 1em;
  height: var(--video-header-height);
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.video-content {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--video-header-height));
}
.video-holder {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 1em;
  bottom: 1em;
  right: 1em;
}
.video-artwork {
  z-index: 1;
}

/* Post Meta --------------------------------------------------------------*/

.post-meta {
  color: var(--black);
  display: block;
  float: none;
  font-size: 0.75em;
  line-height: 2em;
  margin-bottom: 1em;
}

.single-portfolio .post-meta,
.single-post .post-meta {
  margin-bottom: 2.5em;
  margin-top: 0.75em;
  font-size: 0.85em;
  color: var(--white);
}

.post-meta li {
  display: block;
  float: left;
  margin: 0;
}

.post-meta li .meta-seperator {
  margin: 0 15px;
  color: #bbb;
}

.post-meta a {
  color: var(--white);
  text-decoration: underline;
}

.post-meta a:hover {
  color: var(--third);
}
/* Search --------------------------------------------------------------*/

.search-results-holder {
  padding-bottom: 5.96em;
}
.search-entry-title {
  font-size: 1.563em;
  color: var(--black);
  margin-bottom: 1rem;
}
.search-url {
  display: block;
  margin-top: 0.85rem;
  color: var(--black);
}
.search-url:hover {
  text-decoration: underline;
}
.search-entry-title a:hover {
  color: var(--black);
  text-decoration: underline;
}
/* Pagination --------------------------------------------------------------*/

ul.page-numbers {
  list-style: none;
  margin: 1em 0 0 0;
  text-align: center !important;
  padding-left: 0 !important;
}

ul.page-numbers li {
  display: inline-block;
  text-align: center;
}

.page-numbers:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.page-numbers a,
.page-numbers span,
#edd_download_pagination .page-numbers {
  border: 0;
  cursor: pointer;
  display: block;
  float: left;
  text-align: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 100%;
  line-height: 2.2em;
  margin-right: 0.5em;
  text-decoration: none;
  color: var(--black);
  background: var(--grey);
}

.page-numbers a:hover,
.page-numbers span.current,
#edd_download_pagination .page-numbers:hover,
#edd_download_pagination .page-numbers.current {
  background: var(--black);
  color: var(--white);
  text-decoration: none;
  border-color: transparent;
}
/*next/prev*/

.single-post-pagination {
  position: absolute;
  right: 0;
  top: 0;
}

.single-post-pagination li {
  display: block;
  float: left;
  margin-left: 4px;
}

.single-post-pagination li:first-child {
  margin-left: 0;
}

.single-post-pagination li a {
  display: block;
  font-size: 1em;
  color: #bbb;
  background: var(--white);
  border: 1px solid #ddd;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
}

.single-post-pagination li a:hover {
  color: var(--black);
}
.load-more-holder {
  text-align: center;
  margin-bottom: 5.96em;
}
.loadmore {
  padding: 1em 1.953em;
  color: var(--white);
  background: var(--secondary);
  border-radius: 666em;
  display: inline-block;
  transition: all ease 0.2s;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  min-width: 8em;
  text-decoration: none;
}

/* Forms / Inputs / Buttons --------------------------------------------------------------*/

/*inputs*/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--black);
  box-sizing: border-box;
  color: var(--black);
  display: block;
  font-size: 1em;
  width: 100%;
  padding: 10px 12px;
  font-family: inherit;
}
.has-primary-background-color input[type="text"],
.has-primary-background-color input[type="password"],
.has-primary-background-color input[type="email"],
.has-primary-background-color input[type="url"],
.has-primary-background-color input[type="tel"],
.has-primary-background-color textarea {
  border-color: var(--white);
  color: var(--white);
}
.has-secondary-background-color input[type="text"],
.has-secondary-background-color input[type="password"],
.has-secondary-background-color input[type="email"],
.has-secondary-background-color input[type="url"],
.has-secondary-background-color input[type="tel"],
.has-secondary-background-color textarea {
  border-color: var(--white);
  color: var(--white);
}
.has-third-background-color input[type="text"],
.has-third-background-color input[type="password"],
.has-third-background-color input[type="email"],
.has-third-background-color input[type="url"],
.has-third-background-color input[type="tel"],
.has-third-background-color textarea {
  border-color: var(--white);
  color: var(--white);
}
.has-black-background-color input[type="text"],
.has-black-background-color input[type="password"],
.has-black-background-color input[type="email"],
.has-black-background-color input[type="url"],
.has-black-background-color input[type="tel"],
.has-black-background-color textarea {
  border-color: var(--white);
  color: var(--white);
}

textarea {
  border: 2px solid var(--black);
  border-radius: 0.33rem;
}

.select2-container--default .select2-selection--single {
  background-color: var(--white);
  border: 1px solid #d3ced2;
  border-radius: 0.16em;
}

.gform_wrapper {
  margin-top: 2em !important;
  max-width: 100%;
}
.wide-img-text-lift .gform_wrapper {
  margin-bottom: 0 !important;
}

.wide-img-text-lift .gform_wrapper.gravity-theme .gform_footer,
.wide-img-text-lift .gform_wrapper.gravity-theme .gform_page_footer {
  padding-bottom: 0;
}
.gform_wrapper select {
  line-height: 1.5;
  border: 2px solid var(--black);
  border-radius: 0.33rem;
  padding: 0.5em !important;
}

.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
  font-family: "Inter";
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
  padding: 0.8em 2.2em;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
  margin-top: 0 !important;
}

input[type="text"],
input[type="email"] {
}

textarea {
  width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
  color: var(--black);
  outline: none;
  border-color: var(--third);
}
.gform_wrapper .gfield_required {
  color: var(--third) !important;
}
button,
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  background: var(--black);
  transition: all 0.2s ease;
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  border-radius: 666em;
  font-size: 1em;
  font-weight: 300;
  outline: none;
  padding: 1em 2.1em 1em 2.1em;
  font-family: "Inter", sans-serif;
}

.entry input[type="submit"] {
  margin-top: 10px;
}

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

a.view-all {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #eeeeee;
  border-radius: 3px;
  padding: 8px 20px;
  text-align: center;
  width: 100%;
  color: #808080;
}
/* Lang Menu --------------------------------------------------------------*/

#lang-button {
  background: none;
  color: var(--black);
  font-weight: 600;
  font-size: 1.25em;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  padding: 0;
  width: max-content;
  text-align: right;
  padding-left: 0.5em;
}
.lang-menu-anchor {
  position: relative;
}
.lang-menu-in {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: var(--white);
  padding: 0.25em 0.65em;
  z-index: 10;
  font-size: 1em;
  border-radius: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 0.2em 0.5em 0.2em #00000010;
}
.lang-link {
  color: var(--black);
  text-decoration: none;
  transition: all 0.15s ease;
  text-decoration-thickness: 2px;
}
.lang-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

/* Attention --------------------------------------------------------------*/

#attention {
  height: 60px;
}

.admin-bar .attention-banner {
  top: 32px;
}

.attention-banner {
  position: fixed;
  top: 0;
  z-index: 99999;
  height: 60px;
  left: 0;
  right: 0;
  background: var(--third);
}

.attention-banner-in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 9999;
}

.attention-banner-in-in {
  padding: 0 56px 0 20px;
  color: var(--white);
}

.attention-banner-in-in strong {
  color: var(--white);
}

.attention-banner-in-in a {
  color: #ffdf20;
  transition: all ease 0.2s;
  text-decoration: underline;
}

.attention-banner-in-in a:hover {
  color: var(--black);
}

.attention-banner-in-in p {
  display: inline;
}

#attention-close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  font-size: 1.2em;
  transition: all ease 0.2s;
}

#attention-close:hover {
  color: #ffdf20;
}
/* Search --------------------------------------------------------------*/

input[type="search"] {
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  background: none;
  border: 2px solid var(--black);
  border-radius: 666em;
  box-sizing: border-box;
  color: #0b0b09;
  outline: none;
  padding: 0.5em 1.25em;
  font-size: 1em;
  font-weight: 600;
  width: 100%;
  height: var(--header-in);
  font-family: "Inter", sans-serif;
  transition: all ease 0.2s;
}
input[type="search"]::placeholder {
  color: #0b0b09;
}
input[type="search"]:focus {
  border: 2px solid var(--primary);
  background: #fff;
}

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

input[type="search"]::-webkit-search-decoration {
  display: none;
}

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

.footer-logo {
  height: auto;
  width: 260px;
  padding-bottom: 1em;
}

#footer-wrap {
  background: var(--black);
  padding: 4em 0;
  line-height: 1.5em;
  color: var(--white);
}

.ballink {
  font-size: 1.5em;
  margin: 0 0.75em 1em 0;
  border-radius: 100%;
  color: var(--white);
  transition: all 0.2s ease;
}

.ballink:hover {
  color: var(--third);
}

#footer-wrap input[type="text"],
#footer-wrap input[type="search"] {
  border: none;
}

#footer-wrap select {
  width: 100%;
}

#footer-wrap a {
  color: var(--white);
  text-decoration: underline;
}

#footer-wrap a:hover {
  color: var(--third);
}

#footer {
  max-width: var(--wide);
  box-sizing: content-box;
}

#footer-widgets .widget-title {
  color: var(--black);
  font-size: 1.953em;
  display: inline-block;
  margin: 0 0 0.75em;
  font-weight: 700;
}

#footer-widgets .widget-title span {
  background: #222;
  padding-right: 10px;
  font-weight: 300;
}

.footer-widget {
  margin-bottom: 1.25em;
  color: var(--white);
  font-weight: 400;
}

#footer-widgets .span_1_of_3.col-1 {
}

#footer-widgets .span_1_of_3.col-2 {
}

#footer-widgets .span_1_of_3.col-3 {
}

.footer-widget > ul > li {
  padding: 0px 0;
}

.footer-widget > ul > li:first-child {
}

#footer-widgets .widget_nav_menu ul > li {
  padding: 0px 0;
}

#footer-widgets .widget_nav_menu ul > li:first-child {
}

#footer-widgets .widget_nav_menu ul > li li a:before {
  content: "-";
  padding: 0 10px;
  color: #555;
}

#footer-widgets .widget_nav_menu ul > li.menu-item-has-children {
  border-bottom: none;
}

#footer-fng {
  background: #000;
  padding: 1.25em 0;
  border-top: 1px solid #ffffff20;
}
.kiasma-logo {
  max-width: 180px;
  max-height: 53px;
  transition: all 0.2s ease;
}
.kiasma-logo:hover .logo-kiasma-fill {
  transition: all 0.2s ease;
}
.kiasma-logo:hover .logo-kiasma-fill {
  fill: var(--primary);
}
.follow-title {
  font-weight: 600;
}

.fng-in {
  display: flex;
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: row;
}

.fng-menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 1em;
}
.fng-menu ul li a {
  color: var(--white);
  text-decoration: underline;
  transition: all ease 0.2s;
  font-weight: 400;
}
.fng-menu ul li a:hover {
  color: var(--third);
}
.footer-fng-logo {
  opacity: 1;
  margin-right: 4em;
  transition: all ease 0.2s;
}
.footer-fng-logo:hover {
  opacity: 0.6;
}

/* 404 Page --------------------------------------------------------------*/

#error-page {
  text-align: center;
  padding: calc(var(--header-height) + 4.768em) var(--side-padding);
}

#error-page-title {
  border: none;
  font-size: 5.96em;
  line-height: 1em;
  margin: 0 0 1.953rem;
}

#error-page-text {
  font-size: 1.25em;
}
/* WordPress Styles --------------------------------------------------------------*/

.sticky {
}

.bypostauthor {
}
/*aligns*/

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
/*floats*/

.floatleft {
  float: left;
}

.floatright {
  float: right;
}
/*text style*/

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

.textleft {
  text-align: left;
}
/*captions*/

.wp-caption {
  max-width: 100% !important;
}

.wp-caption p.wp-caption-text {
  box-sizing: border-box;
  text-align: center;
}

.wp-caption img {
  display: block;
  border: 0 none;
  margin: 0;
  width: 100%;
  padding: 0;
}
/*smiley reset*/

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
/*img attachment*/

#img-attch-page {
  overflow: hidden;
  text-align: center;
}

#img-attch-page img {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 100%;
}
/*gallery*/

.gallery {
  margin: 0 0 30px !important;
}

.gallery-icon img {
  border: none !important;
}

.gallery-caption {
}
/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px)!important;
  position: absolute !important;
  height: 1px!important;
  width: 1px!important;
  overflow: hidden!important;
}

/*hide responsive elements --------------------------------------------------------------*/

#mobile-search {
  display: none;
  background: var(--grey);
  padding: 0.85em var(--side-padding);
  position: relative;
}
#mobile-search.sticky {
  box-shadow: 0 0.2em 0.5em 0.2em #00000010;
}
#mobile-search .main-search-icon {
  right: calc(var(--side-padding) + 0.85em);
}
a#navigation-toggle {
  display: block;
  float: right;
}

a#navigation-toggle:hover {
  color: var(--third) !important;
}

.main-navigation {
  float: right;
  margin-right: 2em;
}