/******************************************************************
Stylesheet: Main Stylesheet
******************************************************************/
/******************************************************************
Stylesheet: globals/normalize
******************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,600;1,400&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

figure {
  margin: 0;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

/******************************************************************
Stylesheet: globals/colors
******************************************************************/
/******************************************************************
Stylesheet: globals/breakpoints
******************************************************************/
.wrap {
  width: 89.5833333333%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  background: #FAF8F4;
  min-height: 100vh;
}

@media only screen and (min-width: 768px) {
  .wrap {
    width: 86.328125%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1080px) {
  .wrap {
    width: 89.5833333333%;
  }
}
@media only screen and (min-width: 1981px) {
  .wrap {
    max-width: 1981px;
    margin: 0 auto;
    overflow-y: hidden;
  }
}
/*
//usage:

@media only screen and (min-width: $large_mobile) {

	// large mobile

} // end of media query


@media only screen and (min-width: $tablet) {

	//tablet

} // end of media query


@media only screen and (min-width: $desktop) {

	//desktop

} // end of media query

@media only screen and (min-width: $ultrawide) {

	//ultrawide

} // end of media query

*/
/******************************************************************
Stylesheet: globals/typography
******************************************************************/
/*********************
IMPORT FONTS
*********************/
/*********************
TEXT CLASSES
*********************/
* {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #464646;
  letter-spacing: 0.5px;
}

b, strong {
  font-weight: 500;
}

h1, h2, h3, h4, h5 {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin: 0;
}

/******************************************************************
Stylesheet: globals/defaults
******************************************************************/
html {
  height: 100%;
}

body {
  min-height: 100%;
}

body.no-scroll {
  overflow: hidden !important;
}

img, .wp-block-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
}

.visually-hidden {
  visibility: hidden;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.sep {
  margin-left: 5px;
  margin-right: 5px;
}

a, a:visited {
  color: #464646;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  /* on hover */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #BE643C;
  transition: all 0.25s ease-in-out;
}

/******************************************************************
Stylesheet: layout/grid
******************************************************************/
.col-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* Mobile Grid Styles */
@media (max-width: 480px) {
  .m-all {
    flex-basis: 100%;
  }
  .m-1of2 {
    flex-basis: calc(50% - 10px);
    margin-right: 20px;
  }
  .m-1of2:nth-child(2n) {
    margin-right: 0;
  }
  .m-1of3 {
    flex-basis: calc(33.3333333% - 13.3333333333px);
    margin-right: 20px;
  }
  .m-1of3:nth-child(3n) {
    margin-right: 0;
  }
  .m-2of3 {
    flex-basis: calc(66.6666666% - 13.3333333333px);
    margin-right: 20px;
  }
  .m-2of3:nth-child(3n) {
    margin-right: 0;
  }
  .m-1of4 {
    flex-basis: calc(25% - 15px);
    margin-right: 20px;
  }
  .m-1of4:nth-child(4n) {
    margin-right: 0;
  }
  .m-2of4 {
    flex-basis: calc(50% - 15px);
    margin-right: 20px;
  }
  .m-2of4:nth-child(4n) {
    margin-right: 0;
  }
  .m-3of4 {
    flex-basis: calc(75% - 15px);
    margin-right: 20px;
  }
  .m-3of4:nth-child(4n) {
    margin-right: 0;
  }
}
/* Mobile Grid Styles */
@media (min-width: 480px) and (max-width: 768px) {
  .lm-all {
    flex-basis: 100%;
  }
  .lm-1of2 {
    flex-basis: calc(50% - 10px);
    margin-right: 20px;
  }
  .lm-1of2:nth-child(2n) {
    margin-right: 0;
  }
  .lm-1of3 {
    flex-basis: calc(33.3333333% - 13.3333333333px);
    margin-right: 20px;
  }
  .lm-1of3:nth-child(3n) {
    margin-right: 0;
  }
  .lm-2of3 {
    flex-basis: calc(66.6666666% - 13.3333333333px);
    margin-right: 20px;
  }
  .lm-2of3:nth-child(3n) {
    margin-right: 0;
  }
  .lm-1of4 {
    flex-basis: calc(25% - 15px);
    margin-right: 20px;
  }
  .lm-1of4:nth-child(4n) {
    margin-right: 0;
  }
  .lm-2of4 {
    flex-basis: calc(50% - 15px);
    margin-right: 20px;
  }
  .lm-2of4:nth-child(4n) {
    margin-right: 0;
  }
  .lm-3of4 {
    flex-basis: calc(75% - 15px);
    margin-right: 20px;
  }
  .lm-3of4:nth-child(4n) {
    margin-right: 0;
  }
}
/* Tablet to Small Desktop (1280) */
@media (min-width: 768px) and (max-width: 1080px) {
  .t-all {
    flex-basis: 100%;
  }
  .t-1of2 {
    flex-basis: calc(50% - 10px);
    margin-right: 20px;
  }
  .t-1of2:nth-child(2n) {
    margin-right: 0;
  }
  .t-1of3 {
    flex-basis: calc(33.3333333% - 13.3333333333px);
    margin-right: 20px;
  }
  .t-1of3:nth-child(3n) {
    margin-right: 0;
  }
  .t-2of3 {
    flex-basis: calc(66.6666666% - 13.3333333333px);
    margin-right: 20px;
  }
  .t-2of3:nth-child(3n) {
    margin-right: 0;
  }
  .t-1of4 {
    flex-basis: calc(25% - 15px);
    margin-right: 20px;
  }
  .t-1of4:nth-child(4n) {
    margin-right: 0;
  }
  .t-2of4 {
    flex-basis: calc(50% - 15px);
    margin-right: 20px;
  }
  .t-2of4:nth-child(4n) {
    margin-right: 0;
  }
  .t-3of4 {
    flex-basis: calc(75% - 15px);
    margin-right: 20px;
  }
  .t-3of4:nth-child(4n) {
    margin-right: 0;
  }
  .t-1of5 {
    flex-basis: calc(20% - 16px);
    margin-right: 20px;
  }
  .t-1of5:nth-child(5n) {
    margin-right: 0;
  }
  .t-2of5 {
    flex-basis: calc(40% - 16px);
    margin-right: 20px;
  }
  .t-2of5:nth-child(5n) {
    margin-right: 0;
  }
  .t-3of5 {
    flex-basis: calc(60% - 16px);
    margin-right: 20px;
  }
  .t-3of5:nth-child(5n) {
    margin-right: 0;
  }
  .t-4of5 {
    flex-basis: calc(80% - 16px);
    margin-right: 20px;
  }
  .t-4of5:nth-child(5n) {
    margin-right: 0;
  }
  .t-1of6 {
    flex-basis: calc(16.6666665% - 16.6666666667px);
    margin-right: 20px;
  }
  .t-1of6:nth-child(6n) {
    margin-right: 0;
  }
  .t-2of6 {
    flex-basis: calc(33.3333332% - 16.6666666667px);
    margin-right: 20px;
  }
  .t-2of6:nth-child(6n) {
    margin-right: 0;
  }
  .t-3of6 {
    flex-basis: calc(49.9999995% - 16.6666666667px);
    margin-right: 20px;
  }
  .t-3of6:nth-child(6n) {
    margin-right: 0;
  }
  .t-4of6 {
    flex-basis: calc(66.6666665% - 16.6666666667px);
    margin-right: 20px;
  }
  .t-4of6:nth-child(6n) {
    margin-right: 0;
  }
  .t-5of6 {
    flex-basis: calc(83.3333325% - 16.6666666667px);
    margin-right: 20px;
  }
  .t-5of6:nth-child(6n) {
    margin-right: 0;
  }
}
/* Small Desktop and up */
@media (min-width: 1080px) {
  .d-all {
    flex-basis: 100%;
  }
  .d-1of2 {
    flex-basis: calc(50% - 15px);
    margin-right: 30px;
  }
  .d-1of2:nth-child(2n) {
    margin-right: 0;
  }
  .d-1of3 {
    flex-basis: calc(33.3333332% - 20px);
    margin-right: 30px;
  }
  .d-1of3:nth-child(3n) {
    margin-right: 0;
  }
  .d-2of3 {
    flex-basis: calc(66.6666665% - 20px);
    margin-right: 30px;
  }
  .d-2of3:nth-child(3n) {
    margin-right: 0;
  }
  .d-1of4 {
    flex-basis: calc(25% - 22.5px);
    margin-right: 30px;
  }
  .d-1of4:nth-child(4n) {
    margin-right: 0;
  }
  .d-2of4 {
    flex-basis: calc(50% - 22.5px);
    margin-right: 30px;
  }
  .d-2of4:nth-child(4n) {
    margin-right: 0;
  }
  .d-3of4 {
    flex-basis: calc(75% - 22.5px);
    margin-right: 30px;
  }
  .d-3of4:nth-child(4n) {
    margin-right: 0;
  }
  .d-1of5 {
    flex-basis: calc(20% - 24px);
    margin-right: 30px;
  }
  .d-1of5:nth-child(5n) {
    margin-right: 0;
  }
  .d-2of5 {
    flex-basis: calc(40% - 24px);
    margin-right: 30px;
  }
  .d-2of5:nth-child(5n) {
    margin-right: 0;
  }
  .d-3of5 {
    flex-basis: calc(60% - 24px);
    margin-right: 30px;
  }
  .d-3of5:nth-child(5n) {
    margin-right: 0;
  }
  .d-4of5 {
    flex-basis: calc(80% - 24px);
    margin-right: 30px;
  }
  .d-4of5:nth-child(5n) {
    margin-right: 0;
  }
  .d-1of6 {
    flex-basis: calc(16.6666665% - 25px);
    margin-right: 30px;
  }
  .d-1of6:nth-child(6n) {
    margin-right: 0;
  }
  .d-2of6 {
    flex-basis: calc(33.3333332% - 25px);
    margin-right: 30px;
  }
  .d-2of6:nth-child(6n) {
    margin-right: 0;
  }
  .d-3of6 {
    flex-basis: calc(49.9999995% - 25px);
    margin-right: 30px;
  }
  .d-3of6:nth-child(6n) {
    margin-right: 0;
  }
  .d-4of6 {
    flex-basis: calc(66.6666665% - 25px);
    margin-right: 30px;
  }
  .d-4of6:nth-child(6n) {
    margin-right: 0;
  }
  .d-5of6 {
    flex-basis: calc(83.3333325% - 25px);
    margin-right: 30px;
  }
  .d-5of6:nth-child(6n) {
    margin-right: 0;
  }
}
/******************************************************************
Stylesheet: layout/header
******************************************************************/
#header {
  min-height: 70px;
  border-bottom: 1px solid #BFBFC2;
  padding-top: 25px;
}
#header .brand {
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .header-link {
  vertical-align: top;
  display: none;
}
#header .header-link .icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: top;
  margin-right: 6px;
}
#header .header-link .icon svg {
  display: block;
  height: 24px;
  width: 24px;
}
#header .header-link .icon svg .st0 {
  stroke: #464646;
  transition: all 0.25s ease-in-out;
}
#header .header-link.admin {
  margin-bottom: 20px;
}
#header .header-link.logout {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
}
#header .header-link:hover .icon svg .st0 {
  stroke: #BE643C;
  transition: all 0.25s ease-in-out;
}

@media only screen and (min-width: 480px) {
  #header .header-link {
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
  }
  #header .header-link.admin {
    float: right;
    margin-right: 30px;
    margin-top: 0;
  }
  #header .header-link.logout {
    float: right;
    margin-top: 0;
  }
  #header .header-link.login {
    float: right;
    margin-top: 0;
  }
}
/******************************************************************
Stylesheet: layout/footer
******************************************************************/
footer.site-footer {
  min-height: 80px;
  border-top: 1px solid #BFBFC2;
  padding-top: 25px;
  text-align: center;
  padding-bottom: 25px;
}
footer.site-footer .copyright {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  margin-bottom: 5px;
}
footer.site-footer .credit {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  footer.site-footer {
    text-align: left;
  }
  footer.site-footer .copyright {
    display: inline-block;
    margin-bottom: 0;
  }
  footer.site-footer .credit {
    display: inline-block;
    float: right;
  }
}
/******************************************************************
Stylesheet: layout/content
******************************************************************/
body .overlay {
  width: 0;
  height: 0;
  opacity: 0;
  /* OG version
  &.active { position: absolute; top: 0; left: 0; width: 100vw; height: 100vw; overflow: hidden; cursor: wait; background: $black; z-index: 99; opacity: 0.3; transition: opacity 0.25s ease-in-out;  }
  */
}
body .overlay.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
  cursor: wait;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
body #content main {
  padding: 30px 0;
}
body #content main .search-tools {
  width: 100%;
}
body #content main .search-tools form {
  width: 100%;
  display: flex;
}
body #content main .search-tools .search-field, body #content main .search-tools .search-button {
  flex-basis: calc(60% - 10px);
  height: 64px;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  box-shadow: 0;
  border: 1px solid #BFBFC2;
  margin-right: 10px;
  padding: 0 20px;
  transition: all 0.25s ease-in-out;
  min-width: 0;
}
body #content main .search-tools .search-field:focus, body #content main .search-tools .search-button:focus {
  border: 1px solid #BE643C;
  transition: all 0.25s ease-in-out;
}
body #content main .search-tools .search-button {
  flex-basis: 40%;
  margin-right: 0;
  background: none;
  transition: all 0.25s ease-in-out;
}
body #content main .search-tools .search-button:hover, body #content main .search-tools .search-button:focus {
  border: 1px solid #BE643C;
  color: #BE643C;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
body #content main .search-tools .tags-tray {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
body #content main .search-tools .tags-tray li.tag {
  display: inline-block;
  min-width: 160px;
  padding: 10px;
  border: 1px solid #FAE1D2;
  margin-right: 10px;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  border-radius: 8px;
}
body #content main .search-tools .tags-tray li.tag:hover {
  background: #BE643C;
  border: 1px solid #BE643C;
  transition: all 0.25s ease-in-out;
}
body #content main .search-tools .tags-tray li.tag span.close {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 6px;
  background: url("../images/close.svg");
  background-size: 10px;
  float: right;
}
body #content main .search-tools .filters-collapsible {
  overflow-y: hidden;
  max-height: 650px;
  transition: all 0.25s ease-in-out;
}
body #content main .search-tools .filters-collapsible.closed {
  max-height: 0;
  transition: all 0.25s ease-in-out;
}
body #content main .search-tools .filter.categories {
  flex-basis: 100%;
  margin-bottom: -10px;
}
body #content main .search-tools .filter.categories ul.cats-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
body #content main .search-tools .filter.categories ul.cats-list li.cat {
  flex-basis: calc(50% - 5px);
  min-height: 48px;
  background: #FAE1D2;
  margin-bottom: 10px;
  text-align: center;
  padding: 6px;
  margin-right: 10px;
  transition: all 0.25s ease-in-out;
  border: 1px solid transparent;
}
body #content main .search-tools .filter.categories ul.cats-list li.cat:nth-child(2n) {
  margin-right: 0;
}
body #content main .search-tools .filter.categories ul.cats-list li.cat:hover {
  cursor: pointer;
  border: 1px solid #BE643C;
  transition: all 0.25s ease-in-out;
}
body #content main .search-tools .filter.categories ul.cats-list li.cat.active {
  background: #00466E;
  border: 1px solid #00466E;
  color: #FAF8F4;
  transition: all 0.25s ease-in-out;
}
body #content main .search-tools .filter.categories ul.cats-list li.cat.active:hover {
  background: #BE643C;
  border: 1px solid #BE643C;
  transition: all 0.25s ease-in-out;
}
body #content main .search-tools .filter.tags {
  border: 1px solid #BFBFC2;
  margin-right: 0;
  position: relative;
  margin-right: 0;
  flex-basis: 100%;
}
body #content main .search-tools .filter.tags ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}
body #content main .search-tools .filter.tags ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #E0DAD7;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
body #content main .search-tools .filter.tags .tags-list-wrapper {
  padding: 15px 20px;
  padding-right: 15px;
  height: 100%;
}
body #content main .search-tools .filter.tags ul.tags-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
body #content main .search-tools .filter.tags ul.tags-list li.tag {
  line-height: 1.8;
  transition: all 0.25s ease-in-out;
}
body #content main .search-tools .filter.tags ul.tags-list li.tag:hover {
  color: #BE643C;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
body #content main .filters.show-hide {
  display: block;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  height: 60px;
  padding-top: 21px;
}
body #content main .filters.show-hide .caret {
  display: inline-block;
  position: relative;
  margin-left: -20px;
  transform: scaleY(1);
  transition: all 0.25s ease-in-out;
}
body #content main .filters.show-hide .caret:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 10px solid #E0DAD7;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transition: all 0.25s ease-in-out;
}
body #content main .filters.show-hide .caret:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1.5px;
  border-bottom: 9px solid #FAF8F4;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
body #content main .filters.show-hide.closed .caret {
  transform: scaleY(-1);
  margin-top: 19px;
  transition: all 0.25s ease-in-out;
}
body #content main .filters.show-hide:before {
  content: "";
  display: block;
  width: calc(50% - 8.5px);
  position: absolute;
  left: 0;
  top: 30px;
  height: 1px;
  border-top: 1px solid #E0DAD7;
  transition: all 0.25s ease-in-out;
}
body #content main .filters.show-hide:after {
  content: "";
  display: block;
  width: calc(50% - 8.5px);
  position: absolute;
  right: 0;
  top: 30px;
  height: 1px;
  border-top: 1px solid #E0DAD7;
  transition: all 0.25s ease-in-out;
}
body #content main .filters.show-hide:hover .caret:before {
  border-bottom: 10px solid #BFBFC2;
  transition: all 0.25s ease-in-out;
}
body #content main .filters.show-hide:hover:before {
  border-top: 1px solid #BFBFC2;
  transition: all 0.25s ease-in-out;
}
body #content main .filters.show-hide:hover:after {
  border-top: 1px solid #BFBFC2;
  transition: all 0.25s ease-in-out;
}
body #content main .no-posts {
  height: 400px;
}
body #content main article.artwork {
  border: 1px solid #BFBFC2;
  margin-bottom: 30px;
  transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body #content main article.artwork h1 {
  display: block;
  padding-left: 10px;
  padding: 10px 15px 20px 15px;
  color: #464646;
  transition: all 0.25s ease-in-out;
}
body #content main article.artwork .image {
  position: relative;
  padding-top: 100%;
  width: 100%;
  border-bottom: 1px solid #BFBFC2;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
body #content main article.artwork .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
  transform: scale(1);
  transition: all 0.25s ease-in-out;
}
body #content main article.artwork:hover {
  border: 1px solid #BE643C;
  transition: all 0.25s ease-in-out;
}
body #content main article.artwork:hover h1 {
  color: #BE643C;
  transition: all 0.25s ease-in-out;
}
body #content main article.artwork:hover .image {
  border-bottom: 1px solid #BE643C;
  transition: all 0.25s ease-in-out;
}
body #content main article.artwork:hover .image img {
  transform: scale(1.1);
  transition: all 0.25s ease-in-out;
}
body #content .pagination {
  margin-top: 30px;
  width: 100%;
}
body #content .pagination ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
}
body #content .pagination ul.page-numbers li {
  display: inline-block;
  margin-right: 8px;
  text-align: center;
}
body #content .pagination ul.page-numbers li a.page-numbers {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #BFBFC2;
  line-height: 48px;
  transition: all 0.25s ease-in-out;
}
body #content .pagination ul.page-numbers li a.page-numbers:hover {
  border: 1px solid #BE643C;
  transition: all 0.25s ease-in-out;
}
body #content .pagination ul.page-numbers li span.current {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #BFBFC2;
  line-height: 48px;
  color: #BFBFC2;
}
body #content .pagination ul.page-numbers li:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 480px) {
  body #content main {
    padding: 30px;
  }
  body #content main .search-tools .filter.categories ul.cats-list li.cat {
    padding: 12px;
  }
}
@media only screen and (min-width: 768px) {
  body #content main {
    padding: 30px;
  }
  body #content main .search-tools form {
    width: 100%;
    display: flex;
  }
  body #content main .search-tools .search-field, body #content main .search-tools .search-button {
    flex-basis: calc(80% - 10px);
  }
  body #content main .search-tools .search-button {
    flex-basis: 20%;
  }
  body #content main .search-tools .filter.categories {
    flex-basis: 66.6666%;
    padding-right: 30px;
  }
  body #content main .search-tools .filter.tags {
    flex-basis: 33.3333%;
  }
  body #content main .pagination {
    text-align: center;
  }
}
@media only screen and (min-width: 1080px) {
  body #content main .search-tools .filter.categories ul.cats-list li.cat {
    flex-basis: calc(33.3333% - 6.6666666667px);
    margin-right: 10px;
  }
  body #content main .search-tools .filter.categories ul.cats-list li.cat:nth-child(2n) {
    margin-right: 10px;
  }
  body #content main .search-tools .filter.categories ul.cats-list li.cat:nth-child(3n) {
    margin-right: 0;
  }
}
/******************************************************************
Stylesheet: layout/content
******************************************************************/
body {
  background: #BE643C;
  position: relative;
  transition: opacity 0.25s ease-in-out;
}
body #content main .single-artwork {
  padding-top: 20px;
  padding-bottom: 60px;
}
body #content main .single-artwork h1 {
  font-size: 24px;
  margin-bottom: 30px;
}
body #content main .single-artwork h3 {
  margin-bottom: 1em;
  margin-top: 30px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body #content main .single-artwork .info .comments {
  border-left: 1px solid #464646;
  padding-left: 10px;
}
body #content main .single-artwork .info .comments.private {
  border-left: 1px solid #FA4838;
  padding-left: 10px;
  color: #FA4838;
}
body #content main .single-artwork .post-cats-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 30px;
}
body #content main .single-artwork .post-cats-tags li {
  display: inline-block;
  min-width: 160px;
  padding: 10px;
  border: 1px solid #FAE1D2;
  margin-right: 10px;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 10px;
}
body #content main .single-artwork .post-cats-tags li a {
  color: #BE643C;
}
body #content main .single-artwork .post-cats-tags li:hover {
  border: 1px solid #BE643C;
  transition: all 0.25s ease-in-out;
}
body #content main .single-artwork ul.slider {
  list-style: none;
  padding-inline-start: 0;
  margin: 0;
}
body #content main .single-artwork ul.slider li.slide {
  display: block;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #content main .single-artwork ul.slider li.slide .inner {
  position: relative;
  display: block;
  max-height: 100%;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
body #content main .single-artwork ul.slider li.slide .inner img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.35s ease-in-out;
}
body #content main .single-artwork ul.slider li.slide .inner img:hover {
  transform: scale(1.05);
  transition: all 0.35s ease-in-out;
}
body #content main .single-artwork ul.slider.is-fullscreen li.slide {
  height: 100vh;
}
body #content main .single-artwork ul.slider.is-fullscreen li.slide .inner {
  position: relative;
  height: 90vh;
  width: 90vh;
  padding-bottom: 0;
}
body #content main .single-artwork ul.slider.is-fullscreen li.slide .inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body #content main .single-artwork ul.slider.is-fullscreen li.slide .inner img:hover {
  transform: scale(1) !important;
}

/******************************************************************
Stylesheet: pages/carousel
******************************************************************/
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #000000;
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button-icon {
  fill: none;
  stroke: #000000;
  transition: all 0.25s ease-in-out;
}
.flickity-button-icon:hover {
  stroke: #BE643C;
  transition: all 0.25s ease-in-out;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* vertically center */
  transform: translateY(-50%);
  transition: all 0.25s ease-in-out;
}
.flickity-prev-next-button:hover {
  border: 1px solid #BE643C;
  transition: all 0.25s ease-in-out;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: -2px;
  top: -1px;
  width: 100px;
  height: 100px;
}

.flickity-prev-next-button.next .flickity-button-icon {
  left: -50px;
  top: -50px;
}

.flickity-prev-next-button.previous {
  left: 20px;
}

.flickity-prev-next-button.next {
  right: 20px;
}

.flickity-enabled.is-fullscreen .flickity-button-icon {
  fill: none;
  stroke: #FAF8F4;
}
.flickity-enabled.is-fullscreen .flickity-button-icon:hover {
  stroke: #BE643C;
}
.flickity-enabled.is-fullscreen .flickity-prev-next-button {
  border: 1px solid #FAF8F4;
}
.flickity-enabled.is-fullscreen .flickity-prev-next-button:hover {
  border: 1px solid #BE643C;
  transition: all 0.25s ease-in-out;
}

/* Flickity fullscreen v1.0.1
------------------------- */
.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 20;
}

/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden;
}

/* ---- flickity-fullscreen-button ---- */
.flickity-fullscreen-button {
  display: block;
  right: 0px;
  top: 20px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.flickity-fullscreen-button-exit {
  display: none;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
  display: block;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
  display: none;
}

.flickity-fullscreen-button .flickity-button-icon {
  stroke: #FAF8F4;
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
}

/******************************************************************
Stylesheet: pages/user
******************************************************************/
#content.page-user main {
  display: flex;
  min-height: calc(100vh - 210px);
  justify-content: center;
}
#content.page-user main .user-profile {
  padding: 30px;
  width: 100%;
  max-width: 580px;
  border: 1px solid #BFBFC2;
  text-align: center;
}
#content.page-user main .user-profile h1 {
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  border-bottom: 1px solid #BFBFC2;
  padding-bottom: 30px;
}
#content.page-user main .user-profile .acf-required {
  color: #FA4838;
}
#content.page-user main .user-profile .acf-field {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 20px;
  color: #464646;
}
#content.page-user main .user-profile .acf-field .acf-label {
  order: 2;
  flex-basis: 100%;
}
#content.page-user main .user-profile .acf-field .acf-label label {
  display: none;
}
#content.page-user main .user-profile .acf-field .acf-input {
  order: 1;
  flex-basis: 100%;
}
#content.page-user main .user-profile .acf-field .acf-input input {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  height: 46px;
  width: 100%;
  flex-basis: 100%;
  color: #464646;
  letter-spacing: 0.5px;
  background: #ffffff;
  border-radius: 0;
  outline: 0;
  border: 1px solid #BFBFC2;
  padding-left: 15px;
  padding-right: 50px !important;
  margin: 0;
  margin-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.25s ease-in-out;
}
#content.page-user main .user-profile .acf-field .acf-input input:focus {
  transition: all 0.25s ease-in-out;
  border: 1px solid #BE643C;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
}
#content.page-user main .user-profile .acf-field .acf-input-wrap:before {
  display: block;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#content.page-user main .user-profile .acf-field[data-name=user_email] .acf-input-wrap:before {
  content: "Email address";
}
#content.page-user main .user-profile .acf-field[data-name=user_login] .acf-input-wrap:before {
  content: "Username";
}
#content.page-user main .user-profile .acf-field[data-name=user_pass] .acf-input-wrap:before {
  content: "Password";
}
#content.page-user main .user-profile .acf-field-password {
  border-bottom: 0;
  margin-bottom: 30px;
}
#content.page-user main .user-profile .acf-form-submit {
  text-align: center;
}
#content.page-user main .user-profile .acf-form-submit .button {
  display: inline-block;
  width: 180px;
  height: 54px;
  background: none;
  border: 1px solid #BFBFC2;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  -webkit-appearance: none;
  color: #464646;
  font-size: 16px;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  /* on hover */
}
#content.page-user main .user-profile .acf-form-submit .button:hover, #content.page-user main .user-profile .acf-form-submit .button:focus {
  color: #BE643C;
  border: 1px solid #BE643C;
  transition: all 0.25s ease-in-out;
}

@media only screen and (min-width: 768px) {
  #content.page-user main .user-profile {
    padding: 60px;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }
}
/******************************************************************
Stylesheet: pages/404
******************************************************************/
