/*
Theme Name: Quayola
Theme URI: https://quayola.com
Author: Digital Paths
Author URI: https://www.digitalpaths.it
Description: Description
Version: 1.7.1
Text Domain: lg_k
*/

@supports (padding-top: env(safe-area-inset-top)) {
  body {
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left) !important;
  }
  
  .nav-container:not(.hidden) {
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left) !important;
  }
}

body {
    overflow-x: hidden !important;
    margin-right: calc(-100vw + 100%) !important;
    background-color: var(--website-background);
}

.module,
.post-item {
	transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-webkit-transition: none !important;
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	-o-opacity: 1 !important;
	-webkit-opacity: 1 !important;
}

@font-face {
    font-family: "droidserif-bold";
    src: url(https://quayola.com/wp-content/themes/quayola/fonts/droidserif/bold/droidserif-bold.ttf);
    font-weight: normal;
}

.landscape-fit-height img,
.portrait-fit-height img,
.limitless-landscape-image img,
.limitless-landscape-reduced img,
.limitless-portrait-image img,
.limitless-portrait-reduced img,
.limitless-portrait-reduced-60 img,
.limitless-portrait-reduced-50 img {
	max-height: 100%;
}

.double-portrait-image img,
.double-landscape-image img,
.landscape-fit-height img,
.portrait-fit-height img {
    max-width: 100% !important;
    max-height: 90vh;
    object-fit: cover;
}

.limitless-landscape-reduced img,
.limitless-portrait-reduced img {
    max-width: 75% !important;
}

.limitless-portrait-reduced-60 img {
    max-width: 60% !important;
}

.limitless-portrait-reduced-50 img {
    max-width: 50% !important;
}

body.postid-2883 main.col-wrapper > article:nth-child(4) img {
	max-width: 100%;
}

body.postid-2883 main.col-wrapper > article:nth-child(6) img {
	max-width: 90%;
}

body.postid-2883 main.col-wrapper > article:nth-child(8) img {
	max-width: 80%;
}

body.postid-2910 article.limitless-landscape-image img {
	max-width: 90%;
}

body.postid-2901 article.limitless-landscape-image img {
	max-width: 80%;
}

.postid-2873 img {
	aspect-ratio: 16/9;
	object-fit: cover;
}

.page-id-6087 article.col img,
.page-id-6089 article.col img,
.page-id-6091 article.col img,
.page-id-6093 article.col img,
.page-id-6095 article.col img,
.archive article.col img {
	aspect-ratio: 16/9;
	object-fit: cover;
}

img.lazyloading:not(.placeholder-image) {
	/* display: none; */
	opacity: 0
}

img.lazyloaded:not(.placeholder-image) {
	transition: opacity 400ms;
	transition-delay: 0;
}

a > img.lazyloaded:not(.placeholder-image) ~ .placeholder-image,
figure > img.lazyloaded:not(.placeholder-image) ~ .placeholder-image {
    display: none;
}

.iub-link,
.iub-quayola-url {
    transition: none !important;
}

.text-block {
    color: var(--text-color-grey);
}

.text-block-black,
.text-block.all_black {
    color: var(--text-color-black);
}

.text-block-black p:first-child > strong,
.text-block.all_black p:first-child > strong {
    font-family: "droidserif-bold";
    font-weight: normal;
}

.simple-lightbox > .sl-image {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.simple-lightbox > .sl-image img {
    object-position: initial !important;
}

/*main.col-full {
    max-width: 1920px !important;
}*/



body.menu-open a.logo.base {
    opacity: 0;
    pointer-events: none;
}

body div.menu-container {
    opacity: 1;
    transition: none;
}

body.menu-open div.menu-container {
    opacity: 0;
}

.page[title="Contact"] p {
    color: var(--text-color-black);
}

.page[title="Contact"] a {
    text-decoration-line: underline;
}

.module.portrait-image img {
    object-position: 0;
}

header > .wrapper-inner
{
    padding: 0 !important;
}

header .logo {
    padding: 0 !important;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

.logo.base {
    color: var(--header-logo);
}

main.selected-works {
    max-width: 1680px !important;
    margin-bottom: 4rem;
}

#menu-item-2578 {
    pointer-events: none !important;
}

#menu-item-2578 > ul {
    pointer-events: auto !important;
}

div.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 1.3rem;
    color: var(--text-color-grey);
}

div.breadcrumbs > a {
    color: var(--text-color-black);
}

div.breadcrumbs > a[href$="work"] {
    pointer-events: none !important;
}

.page-id-6087 main.wrapper-inner {
    max-width: initial !important;
}

.selected-work-container .series-name {
    margin: 1rem 0;
    color: var(--text-color-black);
}

main.col-wrapper {
    padding-top: 4.5rem !important;
}

img {
    max-height: 80vh;
    object-fit: contain;
    object-position: 0;
}

.subheader {
    position: sticky;
    top: -2px;
    z-index: 10000;
    background: var(--website-background);
	max-width: 100vw !important;
}

.action-icon-svg {
    height: 18px;
    width: 18px;
    transition: all .2s ease-in-out;
    user-select: none;
}

.sl-icon-svg {
    height:  38px;
    width:  38px;
}

.neg-ml {
    margin-left: -.5rem;
}

.hidden {
    opacity: 0;
    pointer-events: none;
}

.page-id-2676 .article-wrapper:not(:last-of-type) {
    margin-bottom: 0 !important;
}

.footer p {
    color:  var(--text-color-grey) !important;
}

.page-id-2676 p,
.page-id-2676 .article-wrapper span {
    color: var(--text-color-black);
}

.page-id-2676 .article-wrapper span {
    cursor: pointer;
}

.spacer-line {
    margin: 9px 0 !important;
}

.spacer-small {
    margin: 7.5px 0 !important;
}

.spacer-big {
    margin: 20px 0 !important;
}

.menu-open {
    overflow: hidden !important;
}

.menu-new-main-menu-container {
    margin-left: 24px;
}

.nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--menu-background);
    z-index: 100000;
    opacity: 0;
    transition: none;
}

.nav-container.hidden .nav-col-wrapper {
    display: none;
}

.nav-container a {
    transition: none !important;
}

.nav-container:not(.hidden) {
    opacity: 1;
    pointer-events: auto !important;
}

.menu-container {
    display: flex;
    align-items: center;
    column-gap: 4.6rem;
    row-gap: 1rem;
    padding: 1rem 0;
    flex-wrap: wrap;
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
	.menu-container > div:first-child {
		padding-right: 4.5rem;
	}
	
	.page-id-758 .menu-container > div:first-child {
    padding-right: 4.3rem;
}
	
	.menu-toggle > span {
		padding-left: 3px;
	}
	
	div.breadcrumbs a {
		padding-right: 14px;
}
	
	@media screen and (max-width: 767px) {
			.menu-container > div:first-child {
		padding-right: 3.6rem;
	}
	}
	
	@media screen and (min-width: 1280px) {
		    .menu-container > div:first-child {
        padding-right: 4.5rem;
    }

    .page-id-758 .menu-container > div:first-child {
        padding-right: 3.9rem;
    }

    .page-id-765 .menu-container > div:first-child,
    .page-id-2676 .menu-container > div:first-child {
        padding-right: 3.9rem;
    }
	}

	.footer>.col-wrapper>.col a {
		padding-left: 16px;
	}
  }

.page-id-758 .menu-container {
    column-gap: 4.3rem;
}

.menu-toggle {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--text-color-black);
    cursor: pointer;
    column-gap: 3px;
}

.menu-toggle > img {
    margin-left: -.2rem;
}

/* .menu-toggle > span {
    font-family: "droidserif-bold";
} */

.nav-container .button-container {
    cursor: pointer;
    margin-top: 5.5px;
    padding: 1rem 1rem .25rem 0;
    /* transition: all .4s ease-in-out; */
}

.nav-fullscreen {
    padding: 0 !important;
}

.nav-container .nav-fullscreen a {
    margin: 1rem 0;
    cursor: pointer;
}

.nav-fullscreen .current-menu-item > .sub-menu .menu-item a,
.nav-fullscreen .current-category-ancestor a {
    color: #999 !important;
}

.nav-fullscreen li a {
    display: block !important;
    color: var(--menu-inactive) !important;
}

.nav-fullscreen li.current-menu-item > a,
.nav-fullscreen a:hover {
    color: var(--menu-active) !important;
}

.menu-toggle-icon {
    position: relative;
    width: 18px;
    height: 8px;
    margin-bottom: 1.25px;
}

.menu-close-icon {
    position: relative;
    width: 18px;
    height: 8px;
}

.menu-toggle-icon .line {
    background-color: var(--text-color-black);
    width: 12px;
    height: 1px;
    position: absolute;
    left: 0;
}

.menu-close-icon .line {
    background-color: var(--menu-inactive);
    width: 14px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.menu-close-icon .line:first-child {
    transform: rotateZ(-45deg);
}

.menu-close-icon .line:last-child {
    transform: rotateZ(45deg);
}


.menu-toggle-icon .line:first-child {
    top: 0;
}

.menu-toggle-icon .line:nth-child(2) {
    top: 50%;
}

.menu-toggle-icon .line:last-child {
    top: 100%;
}

.button-container:hover > .menu-close-icon .line {
    background-color: var(--menu-active);
}

.nav-container .logo {
    color: var(--menu-logo);
}

.nav-container li.current-menu-parent:not(.no-menu-highlight) > a,
.button-container:hover {
    color: #fff !important;
}

.nav-fullscreen li.menu-item a {
    max-width: max-content;
}

.nav-fullscreen li.menu-item-has-children > ul {
    margin-left: 2rem;
}

.nav-fullscreen li.menu-item-has-children > ul.hidden {
    display: none;
}

.nav-fullscreen li.menu-item-has-children + li > a {
    margin-top: 0;
}

.col-wrapper > a,
.nav-col-wrapper > a {
    margin-bottom: 1.5rem !important;
}

div.image-grid-selected-work,
article.col figure {
    position: relative;
}

body.category-work .col-wrapper article.col {
    flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

.selected-work-container {
    padding: 1rem;
}

div.image-grid-selected-work {
    column-gap: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

div.image-grid-selected-work img {
    object-fit: cover;
}

.selected-work-single-image,
.selected-work-ultrawide-image {
    flex-basis: 100% !important;
    -webkit-flex-basis: 100% !important;
}

.selected-work-single-image img {
    aspect-ratio: 16/9;
}

div.image-grid-two-columns {
    width: 100%;
}

div.image-grid-two-columns img {
    object-fit: cover;
}

/* main > article:last-of-type,
div.image-grid-two-columns:last-of-type {
    padding-bottom: 8rem;
} */

main > article:last-of-type {
    padding-bottom: 8rem;
}

div.image-grid-two-columns > article.col {
    flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
}

article.selected-work-image-full img {
    aspect-ratio: 5/4;
}

article.selected-work-image-half {
    display: flex;
}

div.image-grid-selected-work > article.selected-work-image-half {
    margin-bottom: 0 !important;
}

article.selected-work-image-half img {
    height: 100%;
}

footer .col {
    padding: 0 !important;
}

.single-column > main.col-full > article:not(.spacer-small):not(.spacer-big):not(.article-wrapper):not(.module) {
    margin-bottom: 0 !important;
}

.image-grid-two-columns > article {
    margin-bottom: 0 !important;
}
	
.col-wrapper.col-quarters .col {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%
}

@media screen and (min-width: 641px) and (max-width: 767px) {
    .double-portrait-image {
        margin-bottom: 5.2rem;
    }
}

@media screen and (max-width: 640px) {
    footer .col {
        flex-direction: column !important;
        align-items: flex-start !important;
        row-gap: /* 16px; */ 12px;
    }

    footer .col p {
        line-height: 1;
    }

	.col-wrapper.increased-guttering .col.module:not(:last-of-type):not(.selected-work-container),
	.col-wrapper.increased-guttering article.right-image:last-of-type
	{
    	padding-bottom: 0;
    	margin-bottom: 2.6rem !important;
	}
	
	.col-wrapper.increased-guttering .col.module:not(:last-of-type).selected-work-container {
	    margin-bottom: 1.55rem !important;
	}

    .col-wrapper.increased-guttering article:last-of-type:not(.sel-work):not(.right-image):not(.series-name) {
        margin-bottom: 6rem !important;
    }
    	
    .selected-work-container:last-of-type .series-name {
        margin-bottom: 2.6rem !important;
    }

    .selected-work-container .series-name {
        margin-bottom: 0;
    }
    
	.col-wrapper.increased-guttering .col.module.article-wrapper {
    	margin-bottom: 2.6rem !important;
	}
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.6rem !important;
        line-height: 2.1rem !important;
    }

	.menu-container {
		column-gap: 3.6rem;
		flex-wrap: nowrap;
	}
	
	.page-id-758 .menu-container {
	    column-gap: 3.6rem !important;
	}
	
    .menu-new-main-menu-container {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    
    .action-icon-svg {
        height: 21px;
        width: 21px;
    }
    
    article.selected-work-image-full:first-of-type {
        flex-basis: 100% !important;
        -ms-flex-basis: 100% !important;
        -webkit-flex-basis: 100% !important;
    }

    article.selected-work-image-half {
        display: none !important;
    }

    div.image-grid-selected-work:after,
    article.col figure:after {
        height: 24px;
        width: 24px;
    }

    header > .wrapper-inner,
    .subheader,
    div.wrapper-outer.single-column,
    footer > .wrapper-inner
    {
        padding: 0 2rem !important;
    }
	
	.breadcrumbs span:not(.span-cat) {
		display: none;
	}

    main:not(.col-full) {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    main.col-full {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    div.image-grid-two-columns > .col.module {
        padding: 0 .75rem 3rem;
    }

    .footer>div.col-wrapper>.col>a {
        line-height: 16px;
    }
    
    .portrait-video {
        padding: 100% 0 0 0;
        position: relative;
    }
    
    .nav-container .button-container {
        margin-top: 9px;
        margin-left: -1px;
    }
    
    .menu-toggle-icon {
        width: 21px;
        height: 10px;
    }
    
    .menu-toggle-icon .line {
        width: 14px;
    }
    
    .menu-close-icon {
        width: 21px;
        height: 10px;
    }
    
    .menu-close-icon .line {
        width: 16px;
    }
}

@media screen and (max-width: 600px) {
    .double-portrait-image img,
    .double-landscape-image img,
    .landscape-fit-height img,
    .landscape-image img,
    .portrait-image img,
    .landscape-normal img,
    .portrait-normal img,
    .portrait-fit-height img,
    .limitless-landscape-reduced img,
    .limitless-portrait-reduced img,
    .limitless-portrait-reduced-60 img,
    .limitless-portrait-reduced-50 img,
    .limitless-landscape-image img,
    .limitless-portrait-image img {
        max-height: initial !important;
        max-width: initial !important;
    }
}

@media screen and (min-width: 768px) {
    .portrait-video {
        padding: 70% 0 0 0;
        position: relative;
    }

    .portrait-video iframe {
        left: -30.27% !important;
    }

    .text-block > section {
        max-width: 75%;
    }

    article.selected-work-image-full:first-of-type {
        flex-basis: 70% !important;
        -ms-flex-basis: 70% !important;
        -webkit-flex-basis: 70% !important;
    }

    article.selected-work-image-half {
        flex-basis: 30% !important;
        -ms-flex-basis: 30% !important;
        -webkit-flex-basis: 30% !important;
    }

    .spacer-small {
        margin: 20px 0 !important
    }

    main.col-full {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }

    .spacer-big {
        margin: 45px 0 !important
    }

    .image-grid-two-columns .left-image {
        padding-right: 20px !important;
    }

    .image-grid-two-columns .right-image {
        padding-left: 20px !important;
    }

    header > .wrapper-inner,
    .subheader,
    div.wrapper-outer.single-column,
    footer > .wrapper-inner
    {
        padding: 0 calc(4rem / 5 * 3) !important;
    }

    /* main:not(.col-full) {
        padding-left: 9.2rem !important;
        padding-right: 9.2rem !important;
    } */

    main:not(.col-full) {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }
}

@media screen and (max-width: 1023px) {
    article.selected-work-image-half:nth-child(n + 3) {
        display: none !important;
    }

    .sl-wrapper .sl-navigation button.sl-next,
    .sl-wrapper .sl-navigation button.sl-prev {
        font-size: 4rem !important;
    }
    
    /* Fix bug su scroll safari. */
    .sl-overlay {
        height: 100vh;
    }

}

@media screen and (min-width: 1024px) {
    article.selected-work-image-full:first-of-type {
        flex-basis: 50% !important;
        -ms-flex-basis: 50% !important;
        -webkit-flex-basis: 50% !important;
    }

    article.selected-work-image-half {
        flex-basis: 25% !important;
        -ms-flex-basis: 25% !important;
        -webkit-flex-basis: 25% !important;
    }

    header > .wrapper-inner,
    .subheader,
    div.wrapper-outer.single-column,
    div.wrapper-outer.multi-column,
    footer > .wrapper-inner
    {
        padding: 0 calc(4rem / 5 * 3) !important;
    }

    body.category-work .col-wrapper article.col {
        flex-basis: 50%;
        -ms-flex-basis: 50%;
        -webkit-flex-basis: 50%;
    }

    main:not(.col-full) {
        padding-left: 5.2rem !important;
        padding-right: 5.2rem !important;
    }
}

@media screen and (min-width: 1152px) {
    body.category-work .col-wrapper article.col {
        flex-basis: 33% !important;
        -flex-basis: 33% !important;
        -webkit-flex-basis: 33% !important;
    }
}

@media screen and (max-width: 1279px) {
    article.selected-work-image-half:last-of-type {
        display: none !important;
    }

    main.col-full > article {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .selected-work-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .image-grid-two-columns .left-image {
        padding-left: 0 !important;
    }

    .image-grid-two-columns .right-image {
        padding-right: 0 !important;
    }
}

@media screen and (min-width: 1280px) {
    article.selected-work-image-full:first-of-type {
        flex-basis: 40% !important;
        -ms-flex-basis: 40% !important;
        -webkit-flex-basis: 40% !important;
    }

    article.selected-work-image-half {
        flex-basis: 20% !important;
        -ms-flex-basis: 20% !important;
        -webkit-flex-basis: 20% !important;
    }

    body.page-id-6087 .col-wrapper article.col,
    body.category-work .col-wrapper article.col {
        flex-basis: 25% !important;
        -ms-flex-basis: 25% !important;
        -webkit-flex-basis: 25% !important;
    }

    .col-wrapper.col-quarters .col {
        flex-basis: 25%;
        -ms-flex-basis: 25%;
        -webkit-flex-basis: 25%;
    }

    header > .wrapper-inner,
    .subheader,
    div.wrapper-outer.single-column,
    div.wrapper-outer.multi-column,
    footer > .wrapper-inner
    {
        padding: 0 calc(4rem / 5 * 3) !important;
    }


    /* main.col-full {
        padding-left: 3vw !important;
        padding-right: 9vw !important;
    } */

    body:not(.single-post) main.col-full {
        padding-left: 4.5rem !important;
        padding-right: 9rem !important;
    }
    
    body.single-post main.col-full {
        padding-left: 5.2rem !important;
        padding-right: 9rem !important;
    }

    main.col-quarters:not(.loop) {
        padding-left: 3vw !important;
        padding-right: 3vw !important;
    }

    .menu-container {
        /* column-gap: calc(3vw - 12px) !important; */
        column-gap: 4.5rem;
    }

    .page-id-758 .menu-container {
        column-gap: 3.9rem;
    }

    .page-id-765 .menu-container,
    .page-id-2676 .menu-container {
        column-gap: 3.9rem;
    }
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

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

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

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: none
}

body {
    line-height: 1
}

li,
ol,
ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0
}

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

br {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0
}

img {
    -ms-interpolation-mode: bicubic;
    display: block;
    height: auto
}

a {
    hyphens: auto;
    -ms-word-break: break-all;
    -moz-hyphens: auto;
    word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto
}

a:focus {
    outline: thin dotted
}

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

h2,
h3,
h4,
h5,
h6 {
    font-smooth: always;
    font-style: normal;
    font-weight: 400;
    line-height: 100%
}

button,
input,
option,
select,
textarea {
    -webkit-appearance: none
}

.content:after,
.group:after,
.wrapper-inner:after,
.wrapper-outer:after,
article:after,
footer:after,
header:after,
main:after,
nav:after,
section:after,
ul:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

* html .group,
* html .wrapper-inner,
* html .wrapper-outer,
* html article,
* html footer,
* html header,
* html main,
* html nav,
* html section,
* html ul {
    height: 1%
}

html {
    font-size: 62.5%
}

iframe,
img,
svg {
    width: 100%;
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center
}

svg {
    height: 100%
}

.iframe-wrapper {
    height: 0;
    overflow: hidden;
    max-width: 100%;
    position: relative;
    padding-bottom: 56.25%
}

.iframe-wrapper embed,
.iframe-wrapper iframe,
.iframe-wrapper object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.desktop {
    display: none
}

*,
:after,
:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.col-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.col-wrapper .col {
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .col-wrapper.increased-guttering .col.module:not(:last-of-type) {
        padding-bottom: 0;
        margin-bottom: 5.2rem !important;
    }
    
    .selected-work-container:last-of-type .series-name,
    .col-wrapper.increased-guttering article:last-of-type:not(.sel-work):not(.right-image):not(.series-name) {
        margin-bottom: 6rem !important;
    }
}

@media only screen and (min-width:768px) {
    .col-wrapper.col-thirds .col {
        -webkit-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%
    }
	
	.col-wrapper.col-quarters .col {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%
	}
}

@media only screen and (min-width: 1280px) {
    .double-portrait-image {
        padding: 0 5rem 0;
    }
}

@media only screen and (min-width: 835px) and (max-width: 1279px) {
    .double-portrait-image {
        padding: 0;
    }
}

@media only screen and (min-width:835px) {
    .col-wrapper.col-halfs .col {
        -webkit-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%
    }

    .double-portrait-image .left-image,
    .double-landscape-image .left-image {
        padding-right: 0 !important;
        margin-right: 10px;
    }

    .double-portrait-image .right-image,
    .double-landscape-image .right-image {
        padding-left: 0 !important;
        margin-left: 10px;
    }

    .double-portrait-image .left-image {
        padding-left: 0 !important;
    }

    .double-portrait-image .right-image {
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 834px) {
    .double-portrait-image,
    .double-landscape-image {
        column-gap: 20px;
    }

    .double-portrait-image .left-image,
    .double-landscape-image .left-image {
        padding: 0 !important;
        margin: 0 !important;
    }

    .double-portrait-image .right-image,
    .double-landscape-image .right-image {
        padding: 0 !important;
        margin: 0 !important;
    }
}

@media only screen and (min-width:1024px) {
    .col-wrapper.col-quarters .col {
        -webkit-flex-basis: 33%;
        -ms-flex-basis: 33%;
        flex-basis: 33%
    }
	
	.col-wrapper.col-thirds .col {
        -webkit-flex-basis: 33.33%;
        -ms-flex-basis: 33.33%;
        flex-basis: 33.33%
    }
}

@media only screen and (min-width:768px) {
    .col-wrapper.col-fifths .col {
        -webkit-flex-basis: 20%;
        -ms-flex-basis: 20%;
        flex-basis: 20%
    }
}

.col-wrapper.col-center-x {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.col-wrapper.col-center-text {
    text-align: center
}

.col-wrapper.col-top-y .col {
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start
}

.col-wrapper.col-collapse .col {
    padding-left: 0;
    padding-right: 0;
    -webkit-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto
}

.wrapper-outer,
footer,
header,
main {
    width: 100%
}

.footer>.col-wrapper>.col {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 16px
}

footer>div.col-wrapper>.col>a {
    color: var(--text-color-grey);
    text-decoration-line: underline;
    transition: all .3s ease-in-out;
}

footer>div.col-wrapper>.col>a:hover {
    color: var(--text-color-black);
}

.wrapper-inner {
    margin: 0 auto;
    max-width: 1150px;
    width: 96%
}

.wrapper-inner.full-screen {
    max-width: 100%;
    width: 100%
}

footer .wrapper-inner.full-screen,
header .wrapper-inner.full-screen {
    padding-left: 2%;
    padding-right: 2%
}

@font-face {
    font-family: droidserif-regular;
    src: url('fonts/droidserif/regular/droidserif-regular.eot');
    src: url('fonts/droidserif/regular/droidserif-regular.eot?#iefix') format('embedded-opentype'), url('fonts/droidserif/regular/droidserif-regular.woff') format('woff'), url('fonts/droidserif/regular/droidserif-regular.ttf') format('truetype'), url('fonts/droidserif/regular/droidserif-regular.svg#droidserif-regular') format('svg');
    font-style: normal;
    font-weight: 400
}

body {
    font-family: droidserif-regular
}

body {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13.5px;
    line-height: 1.35rem
}

p {
    line-height: 18px;
    line-height: 1.8rem
}

strong {
    font-family: "droidserif-bold";
    font-weight: normal;
}

.secondary-navigation .current-menu-item a,
.secondary-navigation a:hover,
body,
footer,
nav a,
nav a:visited {
    color: #999
}

.h1,
.primary-navigation .current-category-ancestor a,
a,
a:hover,
a:visited,
h2,
h3,
h4,
h5,
h6,
nav .current-menu-item a,
nav a:hover,
strong {
    color: var(--text-color-black);
}

a {
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.wrapper-inner {
    max-width: 1800px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0 2rem
}

.col-wrapper.increased-guttering .col {
    padding: 0 1rem 3rem
}

.col-wrapper.increased-guttering .col.module {
    padding-bottom: 0;
    margin-bottom: /* 3rem */ 5.2rem;
}

.col-wrapper.increased-guttering .col.module.article-wrapper {
    margin-bottom: 4.5rem;
}

.col-wrapper.col-full {
    max-width: /* 1600px; */ 1464px;
}

@media only screen and (min-width:1600px) {
    .col-wrapper.col-thirds .col {
        -webkit-flex-basis: 25%;
        -ms-flex-basis: 25%;
        flex-basis: 25%
    }
}

@media only screen and (min-width: 629px) {
    .double-portrait-image,
    .double-landscape-image {
        flex-wrap: nowrap;
    }
}

footer .col-wrapper {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

footer .col-wrapper .col {
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center
}

header.header {
    margin-top: /* 4rem */ 2.5rem;
}

header.header .col-wrapper {
    width: fit-content;
}

header.header .logo {
    margin-bottom: 3rem;
    transition: none;
}

nav li {
    display: inline
}

nav.primary-navigation {
    margin-bottom: 3rem
}

nav.primary-navigation li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    margin-left: 2rem
}

nav.primary-navigation li:first-of-type a {
    margin-left: 0
}

nav.secondary-navigation:last-of-type {
    margin-bottom: 3rem
}

nav.secondary-navigation li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    margin-right: .2rem;
    margin-bottom: .5rem;
    padding: .7rem;
    background: #e4e4e4
}

nav.secondary-navigation li a:hover {
    background: #000
}

nav.secondary-navigation li:last-of-type a {
    margin-right: 0
}

nav.secondary-navigation li.current-category-ancestor a,
nav.secondary-navigation li.current-menu-item a {
    background: #000
}

.module.article-wrapper p {
    max-width: 700px;
}

.post-item {
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden
}

.post-item img {
    margin-bottom: 1rem
}

main .col {
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-opacity: 0
}

main .col.active {
    -moz-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-opacity: 1
}

footer.footer {
    margin-bottom: 3rem;
    opacity: 0;
    transition: opacity .05s ease-in;
}

footer.footer.show {
    opacity: 1
}

body.hidden-scroll {
    overflow: hidden
}

.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: .7;
    display: none;
    z-index: 10001;
}

.sl-wrapper {
    z-index: 10002;
}

.sl-wrapper button {
    border: 0 none;
    background: 0 0;
    font-size: 28px;
    padding: 0;
    cursor: pointer;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.sl-wrapper button:hover {
    opacity: .7
}

.sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 40px;
    top: 40px;
    z-index: 10005;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    color: #000;
    font-size: 4rem
}

.sl-wrapper .sl-close:focus {
    outline: 0
}

.sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 10005;
    color: #000;
    font-size: 1rem
}

.sl-wrapper .sl-navigation {
    width: 100%;
}

.sl-wrapper .sl-navigation button {
    position: fixed;
    /*top: 50%;*/
    /*margin-top: -22px;*/
    bottom: 5%;
    height: 44px;
    width: 38px;
    line-height: 44px;
    text-align: center;
    display: block;
    z-index: 10005;
    font-family: Arial, Baskerville, monospace;
    color: #000;
    margin: 0 -30px;
}

.sl-wrapper .sl-navigation button.sl-next {
    right: 50% !important;
    font-size: 2rem;
    transform: translateX(50%);
}

.sl-wrapper .sl-navigation button.sl-prev {
    left: 50% !important;
    font-size: 2rem;
    transform: translateX(-50%);
}

.sl-wrapper .sl-navigation button:focus {
    outline: 0
}

@media(min-width:35.5em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 10px;
        font-size: 3rem
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 10px;
        font-size: 3rem
    }
}

@media(min-width:50em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 20px;
        font-size: 3rem
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 20px;
        font-size: 3rem
    }
}

.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10005;
}

.sl-wrapper .sl-image img {
    margin: 0;
    padding: 0;
    display: block;
    border: 0 none
}

@media(min-width:35.5em) {
    .sl-wrapper .sl-image img {
        border: 0 none
    }
}

@media(min-width:50em) {
    .sl-wrapper .sl-image img {
        border: 0 none
    }
}

.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0 none
}

@media(min-width:35.5em) {
    .sl-wrapper .sl-image iframe {
        border: 0 none
    }
}

@media(min-width:50em) {
    .sl-wrapper .sl-image iframe {
        border: 0 none
    }
}

.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 0
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto
}

.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #000;
    z-index: 1060
}

.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite
}

.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@-webkit-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@-moz-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@-o-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@-ms-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

.sl-wrapper .sl-counter {
    display: none !important
}

.sl-wrapper .sl-close {
    right: 3rem;
    top: 3rem
}

@media only screen and (min-width:1024px) {
    .sl-wrapper .sl-close {
        right: 5rem;
        top: 5rem
    }
}

.sl-overlay {
    -moz-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-opacity: 1
}

@media only screen and (min-width:768px) {
    .col-wrapper.increased-guttering {
        padding: 0 4rem
    }
    .col-wrapper.increased-guttering .col {
        padding: 0 5rem 4rem
    }
    header.header .hamburger-wrapper .caption {
        display: inline
    }
    .module.image-grid .col:nth-child(odd) {
        padding-right: 4rem
    }
    .module.image-grid .col:nth-child(even) {
        padding-left: 4rem
    }
}

@media only screen and (min-width:1024px) {
    .wrapper-inner {
        padding: 0 4rem
    }
    .col-wrapper.increased-guttering .col {
        padding-bottom: 8rem
    }
    .col-wrapper.increased-guttering .col.module:not(:last-of-type) {
        padding-bottom: 0;
        margin-bottom: 5.4rem !important;
    }
    .selected-work-container:last-of-type .series-name,
    .col-wrapper.increased-guttering article:last-of-type:not(.sel-work):not(.right-image):not(.series-name) {
        margin-bottom: 8rem !important;
    }
    .col-wrapper.increased-guttering .col.module.article-wrapper {
        margin-bottom: 4.5rem;
    }
    header.header {
        margin-top: calc(4rem / 5 * 4);
    }
    header.header .logo {
        margin-bottom: 8rem
    }
    nav.primary-navigation {
        margin-bottom: 8rem
    }
    nav.secondary-navigation:last-of-type {
        margin-bottom: 8rem
    }
    footer.footer {
        margin-bottom: 5rem
    }
}