/*!
Theme Name: katyschimert
Theme URI: https://agaveweb.com/
Author: AgaveWeb, LLC
Author URI: http://underscores.me/
Description: Bespoke theme build by AgaveWeb, Designed by Sarah Trigg
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: katyschimert
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

katyschimert is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


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


/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/*Main Styles*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Unica One', cursive;
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    background-color: transparent;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[hidden] {
    display: none;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #2b2b2b;
    font-family: 'Unica One', cursive;
    font-size: 16px;
    font-size: 1.25rem;
    line-height: 1.4;
}

h2 {
    font-size: 19pt;
    letter-spacing: 0.5px;
}

.post-type-archive-sculpture h2 a {
    font-size: 20px;
    color: #2b2b2b
}

.post-type-archive-sculpture h2 a:hover {
    color: #21baf8
}

.post-type-archive-drawings h2 a {
    font-size: 20px;
    color: #2b2b2b
}

.post-type-archive-drawings h2 a:hover {
    color: #21baf8
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0 0 8px;
}

h3 {
    font-family: 'Abhaya Libre', serif;
    letter-spacing: 1.86px;
    color: #2b2b2b;
}

h3.sectiontitle {
    font-size: 20px;
}

h4 {
    letter-spacing: 1.09px;
    color: #2b2b2b;
}

.page-id-13 h4 {
    font-size: 14pt;
}

.image-caption h4,
figcaption {
    font-size: 15px;
    font-family: 'Abhaya Libre';
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: 0.36px;
    color: #2b2b2b;
}

.single-sculpture .image-caption h4,
.single-drawings .image-caption h4 {
    margin-top: -50px;
    max-width: 80%;
}

h5 {
    letter-spacing: 1.7px;
    font-size: 19px;
}

p {
    margin-bottom: 10px;
    font-family: 'Abhaya Libre', serif;
    letter-spacing: 0.46px;
    font-size: 13pt;
    line-height: 17pt;
}

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

blockquote {
    margin: 0 1.5em;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #fff;
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

figure img {
    margin: 0;
}

figure {
    margin: 0;
    padding: 0;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

a {
    color: #21baf8;
    text-decoration: none;
    transition: all 0.3s
}

a:visited {
    color: #21baf8;
}

a:active {
    color: #757575;
}

a:hover,
a:focus {
    color: #082b39;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

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

.main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    list-style: none;
    margin: 0;
    padding-left: 0;
    max-width: 810px;
}

.main-navigation a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: #2b2b2b;
    text-transform: uppercase;
    letter-spacing: 0.73px;
}

.main-navigation a:hover,
.main-navigation li.current-menu-item a {
    border-bottom: 1px solid #21baf8
}

.main-navigation a:focus-within {
    color: #757575
}

.sitetitle a {
    font-family: 'Unica One', cursive;
    font-size: 32px;
    line-height: 1;
    border-bottom: 0 !important;
    letter-spacing: 0.88px;
    text-transform: none;
}

h1 {
    clear: both;
    text-transform: lowercase;
    margin: 10px 0 0;
    font-weight: normal;
}

.site-footer {
    text-align: right;
    margin-top: 90px;
}

.menu-toggle {
    display: none;
}

.site-footer p {
    color: #6b6a6a;
    text-align: left;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 30px;
}

.site-footer p a {
    color: #6b6a6a;
}

.site {
    max-width: 1600px;
    margin: 45px auto 0;
    padding: 0 80px
}

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

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

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

.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: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

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

.site-header:after {
    width: 100%;
    height: 40px;
    display: block;
    content: "";
}

.post-type-archive .site-header:after,
.single-exhibitions .site-header:after {
    height: 32px;
}

.home .site-header:after {
    display: none
}

.widget {
    margin: 0 0 1.5em;
}

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

.post,
.page {}

.page-template-default .entry-content {
    max-width: 680px;
}

.page-content,
.entry-content,
.entry-summary,
.home .site-content {
    margin: 1.25em 0 0;
}

.post-type-archive-press .site-content {
    margin: 2.45em 0 0;
}

.single-projects #content {
    margin: 2.45em 0 0;
}

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

embed,
iframe,
object {
    max-width: 100%;
}

.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

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

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

#homeslides img.mobslide {
    display: none;
}

#homeslides p.caption {
    font-size: 16px;
    font-family: 'Abhaya Libre';
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: 0.36px;
    color: #2b2b2b;
}

@media screen and (min-width: 780px) {
    #homeslides {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    #homeslides p.caption {
        max-width: 1600px;
        margin: 45px auto 0;
        padding: 0 80px;
    }
}

#singlegallery {
    margin: 20px auto;
}

#singlegallery .owl-item img {
    /* height: 70vh; */
    width: 80%;
    display: inline-block;
}

#singlegallery .galslide {
    text-align: center;
    width: 100%;
    background: #fff;
}

.thumbgallery a {
    text-decoration: none
}

.thumbgallery a:hover img {
    outline: 1px solid #ddd
}

.thumbgallery a img {
    height: 90px;
    width: auto;
    margin-right: 5px;
    margin-bottom: 3px;
}

.post-type-archive .sculpture:after,
.post-type-archive .drawings:after {
    content: "";
    clear: both;
    width: 25%;
    max-width: 490px;
    background: #2b2b2b;
    height: 1px;
    display: block;
    margin: 50px 0
}

.exhibitionz {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.exhibitionz a {
    color: #2b2b2b;
    margin: 0 0 2px;
    text-decoration-color: #21baf8;
    line-height: 1.5;
    font-size: 14px;
}

.exhibitionz a:hover {
    color: #21baf8;
    text-decoration: none
}

.exhibitionz:before {
    content: "Exhibition History";
    color: #5b5a5a;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 17px !important;
    display: block !important;
    ;
}

.exhiblock:after {
    content: "";
    clear: both;
    width: 100%;
    max-width: 1020px;
    background: #2b2b2b;
    height: 1px;
    display: block;
    margin: -50px 0 65px 0
}

@media screen and (max-width: 780px) {
    .site {
        max-width: 100%;
        padding: 0 20px;
    }
    #homeslides {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }
    #homeslides p.caption {
        padding-left: 20px;
        padding-right: 20px;
    }
    #homeslides img.mobslide {
        display: block;
    }
    #homeslides img.slide {
        display: none;
    }
    .sitetitle {
        display: none
    }
}

.exhiblock img {
    cursor: pointer;
}

.exhiblock img:hover {
    outline: 1px solid #ddd;
    outline-offset: 3px;
}

html {
    overflow-y: scroll
}

a[href] {
    word-wrap: break-word;
}

.kt-tabs-wrap .wp-block-kadence-tab {
    border: 0 !important;
    padding: 0 !important;
}

.wp-block-kadence-tabs .kt-tabs-title-list li a.kt-tab-title {
    font-size: 12pt !important;
    border: 0 !important;
    padding-left: 0 !important;
    background: transparent !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.wp-block-kadence-tabs .kt-tabs-title-list .kt-tab-title-active a {
    color: #21baf8 !important
}

.single-exhibitions h1 {
    margin: 0;
    padding: 0;
    font-size: 19pt;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.single-exhibitions .entry-content {
    margin-top: 0;
}

.single-exhibitions .blocks-gallery-item figure {
    max-width: 880px;
    width: 100%;
}

.single-exhibitions .kt-tab-inner-content-inner {
    padding-top: 50px;
}

.single-exhibitions .kt-tab-inner-content-inner>p {
    max-width: 780px;
}

.single-exhibitions .kt-tab-inner-content-inner>h2 {
    display: none
}

.post-type-archive-exhibitions .kt-tab-inner-content-inner img {
    height: 65px !important;
    width: auto!important;
    float: left;
    margin: 10px 8px 0px 0;
}

.post-type-archive-exhibitions .kt-tab-inner-content-inner:after {
    content: "";
    display: block;
    clear: both;
}

.post-type-archive-exhibitions .kt-tab-inner-content-inner {
    clear: both;
    margin-bottom: 20px;
}

.post-type-archive-exhibitions .kt-tabs-wrap .wp-block-kadence-tab[role="tabpanel"] {
    display: block;
    clear: both;
}

.post-type-archive-exhibitions .kt-tabs-content-wrap {
    margin: 0 0 50px 0
}

.post-type-archive-exhibitions .kt-tabs-wrap .kt-tab-inner-content-inner>*,
.post-type-archive-exhibitions .kt-tabs-wrap .kt-tab-inner-content-inner figcaption,
.post-type-archive-exhibitions .kt-tabs-wrap .kt-tab-inner-content-inner hr.wp-block-separator {
    display: none;
}

.post-type-archive-exhibitions .kt-tabs-wrap .kt-tab-inner-content-inner>figure.wp-block-gallery,
.post-type-archive-exhibitions .kt-tabs-wrap .kt-tab-inner-content-inner>figure.wp-block-image {
    display: inline-block;
    float: left;
}

.post-type-archive-exhibitions .kt-tabs-wrap .kt-tab-inner-content-inner .blocks-gallery-grid {
    display: inline-block;
}

.post-type-archive-exhibitions .blocks-gallery-grid .blocks-gallery-image figure,
.post-type-archive-exhibitions .blocks-gallery-grid .blocks-gallery-item figure,
.post-type-archive-exhibitions .wp-block-gallery .blocks-gallery-image figure,
.post-type-archive-exhibitions .wp-block-gallery .blocks-gallery-item figure,
.post-type-archive-exhibitions li.blocks-gallery-item {
    display: inline-block;
    float: left !important;
    /* float:left; */
    width: auto !important;
    margin: 0;
}

.post-type-archive-exhibitions .kt-tabs-wrap .kt-tab-inner-content-inner>h2 {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    width: 100%;
}

.post-type-archive-exhibitions .kt-tabs-title-list {
    display: none !important;
}

.post-type-archive-exhibitions header.invertlinks {
    margin-bottom: 45px;
}

.post-type-archive-exhibitions h2.page-title,
.post-type-archive-exhibitions .kt-tab-inner-content-inner {
    max-width: 1080px;
}

.single-exhibitions .kt-tab-inner-content-inner p {
    line-height: 26px !important;
    letter-spacing: 0.4px;
    font-size: 16px;
}

.single-exhibitions .kt-tab-inner-content-inner p a {
    color: #2b2b2b;
    text-decoration: none
}

.single-exhibitions .kt-tab-inner-content-inner h4 {
    color: #7a7a7a;
    font-size: 12pt;
}

.single-exhibitions .kt-tab-inner-content-inner h3 {
    font-family: 'Unica One', cursive
}

.single-exhibitions figure.previewimage {
    display: none;
}

.invertlinks a,
.invertlinks {
    color: #2b2b2b;
}

.invertlinks a:hover {
    color: #21baf8
}

.post-type-archive-exhibitions h3 {
    font-family: 'Unica One', cursive;
    font-size: 15pt;
    letter-spacing: 0.5px;
}

.post-type-archive-exhibitions .blocks-gallery-grid .blocks-gallery-image figcaption,
.post-type-archive-exhibitions .blocks-gallery-grid .blocks-gallery-item figcaption,
.post-type-archive-exhibitions .wp-block-gallery .blocks-gallery-image figcaption,
.post-type-archive-exhibitions .wp-block-gallery .blocks-gallery-item figcaption {
    display: none;
}

.single-exhibitions .wp-block-gallery .blocks-gallery-item figure {
    flex-direction: column;
}

.single-exhibitions .blocks-gallery-grid .blocks-gallery-image figcaption,
.single-exhibitions .blocks-gallery-grid .blocks-gallery-item figcaption,
.single-exhibitions .wp-block-gallery .blocks-gallery-image figcaption,
.single-exhibitions .wp-block-gallery .blocks-gallery-item figcaption {
    bottom: auto;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 20px 0 30px;
    color: #2b2b2b;
    background: none;
    text-align: left;
    position: relative;
    clear: both;
    display: block;
    float: left;
    font-size: 13pt;
    font-family: 'Abhaya Libre';
    letter-spacing: 0.3px;
}

.single-exhibitions .is-vertically-aligned-bottom .wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 13px
}

.wp-block-embed__wrapper,
.wp-block-image img {
    max-width: 880px;
    width: 100%;
}

.video-container {
    width: 100%;
    max-width: 1024px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 880px;
    height: 100%;
}

#singlegallery .owl-wrapper {
    display: flex !important;
}

#singlegallery .owl-item img {
    width: auto;
    max-height: 63vh;
    object-fit: cover;
    max-width: initial;
}


/* Styling the menu button */

.menu-btn {
    position: absolute;
    z-index: 3;
    right: 10px;
    top: 20px;
    cursor: pointer;
    transition: all 0.5s ease-out;
}


/* Styling the hamburger lines */

.menu-btn .btn-line {
    width: 32px;
    height: 2px;
    margin: 0 0 6px 0;
    background: #2b2b2b;
    transition: all 0.5s ease-out;
}

.menu-btn.close {
    transform: rotate(180deg);
    transform-origin: 16px 10px;
}

#mobileheader {
    display: none
}

.site-header {
    position: sticky;
    top: 45px;
    z-index: 100;
}

.single-exhibitions .entry-header {
    position: sticky;
    top: 140px;
    z-index: 100;
}

.wp-block-kadence-tabs .kt-tabs-title-list {
    position: sticky;
    top: 193px;
    z-index: 100;
}

body #headershadow {
    position: absolute;
}

body.scrolled #headershadow {
    z-index: 99;
    background: #fff;
    content: "";
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 105px;
    box-shadow: 0 6px 4px 4px rgba(181, 178, 178, 0.5);
}

body.single-exhibitions.scrolled #headershadow {
    height: 235px;
}

#seriesnav {
    text-align: right;
    clear: both;
    font-size: 15px;
    color: #2a2a2a
}

#seriesnav a {
    display: inline-block;
    padding: 3px 5px;
    line-height: 1;
    font-size: 18px;
    vertical-align: top;
    letter-spacing: -3px
}

@media (max-width: 780px) {
    .site {
        margin: 20px auto 0;
    }
    #mobileheader {
        display: block;
        position: sticky;
        top: 20px;
        z-index: 100;
    }
    #mobileheader h1 a {
        color: #2b2b2b;
        font-size: 22pt
    }
    #mobileheader h1 {
        font-size: 2em;
    }
    .main-navigation a {
        font-size: 14px;
    }
    #singlegallery {
        margin: 10px -20px;
        width: calc( 100% + 40px)
    }
    h2 {
        font-size: 1.3em;
        line-height: 1em
    }
    h2.page-title {
        font-size: 1.2em;
        line-height: 1.2
    }
    .galslide {
        width: calc( 100% + 40px)
    }
    .single-exhibitions .blocks-gallery-item figure {
        margin: 10px -20px;
        width: calc( 100% + 40px) !important
    }
    .menu-main-nav-menu-container {
        visibility: hidden;
        height: 0;
        opacity: 0;
        transition: all 0.5s ease-out;
    }
    .menu-main-nav-menu-container.show {
        visibility: visible;
        opacity: 1;
        height: auto
    }
    .kt-tabs-mobile-layout-vtabs .kt-tabs-title-list,
    .kt-tabs-mobile-layout-vtabs .kt-tabs-content-wrap {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .single-exhibitions .entry-content {
        margin-top: 10px;
    }
    .wp-block-kadence-tabs .kt-tabs-title-list li .kt-tab-title {
        padding: 0px !important;
        margin: 0 0 2px !important
    }
    .thumbgallery a img {
        height: 80px;
    }
    #singlegallery .owl-item img {
        height: 100%;
        width: 100%;
    }
    .site-header {
        top: 65px;
    }
    body.scrolled #headershadow {
        height: 95px;
    }
    body.scrolled.showing #headershadow {
        height: 115px;
    }
    body.single-exhibitions.scrolled #headershadow {
        height: 235px;
    }
    .single-exhibitions .entry-header {
        top: 90px;
    }
    .single-exhibitions h1 {
        font-size: 15pt
    }
    .single-exhibitions .wp-block-gallery .blocks-gallery-item figcaption {
        padding: 10px 20px
    }
    .single-exhibitions h1 {
        line-height: 1.1
    }
    .single-sculpture .image-caption h4,
    .single-drawings .image-caption h4 {
        margin-top: 0px;
        max-width: 100%;
    }
    #seriesnav {
        text-align: center;
        margin-top: 50px;
    }
}

@media (max-width: 580px) {
    .thumbgallery a img {
        height: 60px;
    }
}

html {
    scroll-behavior: smooth;
}

.blocks-gallery-item__caption code {
    display: block;
    width: 100%;
    background: #000;
    height: 1px;
    overflow: hidden;
    margin-top: 20px;
}

.single-exhibitions .wp-block-columns.are-vertically-aligned-bottom {
    width: 100%;
    max-width: 880px
}