/*!
Theme Name: hb-theme
Theme URI: http://underscores.me/
Author: Sound Development Company
Author URI: https://sounddevelopmentcompany.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hb-theme
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.

hb-theme is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 300;
}

h1 {
  font-weight: 300;
  font-size: 28px;
  color: #000;
}

* {
  font-weight: 300;
}

p {
  margin-bottom: 1.5em;
  line-height: 1.6666666667;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  padding: 8px 16px;
  background: transparent;
  border: 1px solid #ddd;
  align-self: stretch;
  border-radius: 4px;
  cursor: pointer;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
#masthead {
  width: 100%;
  margin: auto;
  position: absolute;
  z-index: 1000;
  overflow-x: clip;
}
#masthead .site-header-inner {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 73.4375%;
}
#masthead .site-header-inner .site-branding {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin: 39px 0;
  height: 36px;
}
#masthead .site-header-inner .site-branding .site-logo {
  font-family: program, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  margin: 0 2px 0 0;
  padding: 0;
  line-height: 1;
}
#masthead .site-header-inner .site-branding .site-logo a {
  color: #fff;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  margin: 0;
  top: 1px;
}
@-moz-document url-prefix() {
  #masthead .site-header-inner .site-branding .site-logo a {
    top: 2px;
  }
}
#masthead .site-header-inner .site-branding .breadcrumb-separator,
#masthead .site-header-inner .site-branding .page-breadcrumb {
  color: #fff;
  font-weight: 300;
  position: relative;
}
#masthead .site-header-inner .site-branding .breadcrumb-separator a,
#masthead .site-header-inner .site-branding .page-breadcrumb a {
  color: inherit;
  text-decoration: none;
  position: relative;
}
#masthead .site-header-inner .site-branding .breadcrumb-separator {
  font-size: 28px;
  height: 42px;
}
#masthead .site-header-inner .site-branding .page-breadcrumb {
  font-size: 32px;
  top: 1px;
}
#masthead .site-header-inner .site-branding .site-logo,
#masthead .site-header-inner .site-branding .breadcrumb-separator,
#masthead .site-header-inner .site-branding .page-breadcrumb {
  line-height: 42px;
}
#masthead .site-header-inner .main-navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.5s ease;
}
#masthead .site-header-inner .main-navigation #menu-toggle {
  width: 34px;
  height: 34px;
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
  top: -6px;
}
#masthead .site-header-inner .main-navigation #menu-toggle:hover {
  box-shadow: none;
  background: transparent;
}
#masthead .site-header-inner .main-navigation #menu-toggle span {
  transition: transform 0.5s ease, opacity 0.1s ease;
  position: absolute;
  opacity: 1;
  width: 26px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
}
#masthead .site-header-inner .main-navigation #menu-toggle span:nth-child(1) {
  top: 4px;
  left: 1px;
}
#masthead .site-header-inner .main-navigation #menu-toggle span:nth-child(2) {
  top: 13px;
  left: 1px;
}
#masthead .site-header-inner .main-navigation #menu-toggle span:nth-child(3) {
  top: 22px;
  left: 1px;
}
#masthead .site-header-inner .main-navigation .menu-wrapper {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: calc(-70px - 13.28125vw);
  width: calc(70px + 13.28125vw);
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  #masthead .site-header-inner .main-navigation .menu-wrapper {
    right: -20px;
    width: 200px;
  }
}
#masthead .site-header-inner .main-navigation .menu-wrapper .menu-main-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 100px 38px 20px 38px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #masthead .site-header-inner .main-navigation .menu-wrapper .menu-main-menu-container ul {
    padding-right: 5vw;
  }
}
#masthead .site-header-inner .main-navigation .menu-wrapper .menu-main-menu-container ul li a {
  display: inline-block;
  margin-right: 0;
  font-size: 18px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  padding: 0;
  margin-bottom: 8px;
  line-height: 24px !important;
  font-weight: 300;
  color: #fff;
  position: relative;
}
#masthead .site-header-inner .main-navigation .menu-wrapper .menu-main-menu-container ul li a:hover {
  opacity: 0.7;
}
#masthead .site-header-inner .main-navigation .menu-wrapper .menu-main-menu-container ul li a:hover:after {
  content: "";
  background-color: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
}
#masthead .site-header-inner .main-navigation .search-container .search-form {
  display: flex;
  gap: 8px;
  margin: 8px 38px 32px 38px;
  border-bottom: 1px solid #ddd;
}
#masthead .site-header-inner .main-navigation .search-container .search-form button {
  padding: 0;
  border: none;
}
#masthead .site-header-inner .main-navigation .search-container .search-form button:hover {
  background: none;
  box-shadow: none;
}
#masthead .site-header-inner .main-navigation .search-container .search-form input {
  background: transparent !important;
  width: 100%;
  color: white;
  border: none;
}
#masthead .site-header-inner .main-navigation .search-container .search-form input:focus {
  border: none;
  outline: none;
}
#masthead .site-header-inner .main-navigation.toggled ul {
  display: flex;
}
#masthead .site-header-inner .main-navigation.toggled #menu-toggle {
  z-index: 300;
}
#masthead .site-header-inner .main-navigation.toggled #menu-toggle span {
  top: 50%;
  top: 50%;
  background-color: #fff !important;
  transition: transform 0.5s ease, opacity 0.2s ease 0.3s, background-color 0.5s ease;
}
#masthead .site-header-inner .main-navigation.toggled #menu-toggle span:nth-child(odd) {
  transform: rotate(45deg);
}
#masthead .site-header-inner .main-navigation.toggled #menu-toggle span:nth-child(even) {
  transform: rotate(-45deg);
}
#masthead .site-header-inner .main-navigation.toggled #menu-toggle span:nth-child(3) {
  opacity: 0;
}
#masthead .site-header-inner .main-navigation.toggled .menu-wrapper {
  opacity: 1;
  visibility: visible;
  right: 0;
}
#masthead .site-header-inner .main-navigation a {
  display: block;
  text-decoration: none;
}
#masthead:has(~ main .prefers-dark-header) .site-branding .site-logo a,
#masthead:has(~ main .prefers-dark-header) .site-branding .breadcrumb-separator,
#masthead:has(~ main .prefers-dark-header) .site-branding .page-breadcrumb a {
  color: #000;
}
#masthead:has(~ main .prefers-dark-header) .main-navigation #menu-toggle span {
  background: #000;
}
#masthead:has(~ main .prefers-dark-header) .main-navigation .menu-wrapper {
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 768px) {
  #masthead .site-header-inner {
    width: 92vw;
  }
  #masthead .site-header-inner .site-branding {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  #masthead .site-header-inner .site-branding .site-logo {
    font-size: 28px;
  }
  @-moz-document url-prefix() {
    #masthead .site-header-inner .site-branding .site-logo a {
      top: 4px;
    }
  }
  #masthead .site-header-inner .site-branding .breadcrumb-separator,
  #masthead .site-header-inner .site-branding .page-breadcrumb {
    color: #fff;
    font-weight: 400;
  }
  #masthead .site-header-inner .site-branding .breadcrumb-separator a,
  #masthead .site-header-inner .site-branding .page-breadcrumb a {
    color: inherit;
    text-decoration: none;
  }
  #masthead .site-header-inner .site-branding .breadcrumb-separator {
    font-size: 24px;
    top: 1px;
  }
  #masthead .site-header-inner .site-branding .page-breadcrumb {
    font-size: 28px;
  }
  @-moz-document url-prefix() {
    #masthead .site-header-inner .site-branding .page-breadcrumb {
      top: 2px;
    }
  }
  #masthead .site-header-inner .main-navigation #menu-toggle {
    right: 0;
    width: 28px;
    height: 28px;
    background: transparent;
    border: none;
    padding: 0;
    position: relative;
    top: 2px;
  }
  #masthead .site-header-inner .main-navigation #menu-toggle:hover {
    box-shadow: none;
    background: transparent;
  }
  #masthead .site-header-inner .main-navigation.toggled #menu-toggle {
    z-index: 300;
  }
  #masthead .site-header-inner .main-navigation.toggled #menu-toggle span {
    top: 50%;
    background-color: #fff !important;
    transition: transform 0.5s ease, opacity 0.2s ease 0.3s, background-color 0.5s ease;
  }
  #masthead .site-header-inner .main-navigation.toggled #menu-toggle span:nth-child(odd) {
    transform: rotate(45deg);
  }
  #masthead .site-header-inner .main-navigation.toggled #menu-toggle span:nth-child(even) {
    transform: rotate(-45deg);
  }
  #masthead .site-header-inner .main-navigation.toggled #menu-toggle span:nth-child(3) {
    opacity: 0;
  }
  #masthead .site-header-inner .main-navigation.toggled .menu-wrapper {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
}
.single-image .image-container-wrapper {
  margin: auto;
  padding-top: 130px;
  max-width: 1720px;
}
.single-image .image-container-wrapper .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.single-image .image-container-wrapper .image-container .image-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: min(80.15625%, 1210px);
  overflow: hidden;
}
.single-image .image-container-wrapper .image-container .image-wrapper img {
  max-width: 100%;
  height: auto;
  cursor: zoom-in;
  position: relative;
  transition: transform 0.1s ease-out;
}
.single-image .image-container-wrapper .image-container .image-wrapper img:not(:first-child) {
  display: none;
}
.single-image .image-container-wrapper .image-container .nav-arrow {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  align-self: unset;
}
.single-image .image-container-wrapper .image-container .nav-arrow svg {
  width: 100%;
  height: 100%;
  fill: gray;
}
.single-image .image-container-wrapper .image-container .nav-arrow.disabled {
  opacity: 0;
  cursor: not-allowed;
  pointer-events: none;
}
.single-image .image-container-wrapper .image-container .nav-arrow:not(.disabled):hover {
  opacity: 0.6;
  box-shadow: none;
}
.single-image .image-container-wrapper .zoom-controls {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.single-image .image-container-wrapper .zoom-controls .controls-row {
  display: flex;
  align-items: center;
  gap: 54px;
}
.single-image .image-container-wrapper .zoom-controls .controls-row span {
  font-size: 12px;
}
.single-image .image-container-wrapper .zoom-controls .controls-row .zoom-slider-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.single-image .image-container-wrapper .zoom-controls .controls-row .zoom-slider-container .zoom-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.single-image .image-container-wrapper .zoom-controls .controls-row .zoom-slider-container input[type=range] {
  width: 142.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 1px;
  padding: 1px;
  border: 1px solid #666;
}
.single-image .image-container-wrapper .zoom-controls .controls-row .zoom-slider-container input[type=range]::-webkit-slider-thumb,
.single-image .image-container-wrapper .zoom-controls .controls-row .zoom-slider-container input[type=range]::-moz-range-thumb,
.single-image .image-container-wrapper .zoom-controls .controls-row .zoom-slider-container input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #666;
  width: 26px;
  height: 26px;
  border-radius: 100%;
}
.single-image .image-container-wrapper .zoom-controls .controls-row button {
  padding: 0.5rem 1rem;
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.3s ease;
  font-size: 12px;
}
.single-image .image-container-wrapper .zoom-controls .controls-row button:hover {
  opacity: 0.7;
  box-shadow: none;
}
.single-image .image-details {
  max-width: min(80.15625%, 1210px);
  padding-top: 36px 0;
  margin: auto;
}
.single-image .image-details .image-title {
  font-size: 32px;
  margin-bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
}
.single-image .image-details .short-desc,
.single-image .image-details .price {
  margin: 0;
  font-size: 21px;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
}
.single-image .image-details .price {
  margin: 0;
}
.single-image .image-details .purchase-options {
  margin-top: 40px;
}
.single-image .image-details .purchase-options #size-select {
  background: none;
  border: 1px solid #000;
  appearance: none;
  font-size: 16px;
  font-weight: 300;
  border-radius: 6px;
  padding: 12px 48px 12px 16px;
  position: relative;
  margin-right: 28px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMSAxTDYgNkwxMSAxIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  background-position: calc(100% - 24px) center;
  background-size: 14px;
  background-repeat: no-repeat;
  font-family: "Source Sans Pro", sans-serif;
}
.single-image .image-details .purchase-options .purchase-button {
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 300;
  background: black;
  color: #fff;
  min-width: 222px;
  text-align: left;
  transition: 0.1s all ease;
  font-family: "Source Sans Pro", sans-serif;
}
.single-image .image-details .purchase-options .purchase-button:hover {
  background: #666;
  box-shadow: none;
}
.single-image .image-details .about-section {
  margin-top: 52px;
  padding: 8px;
}
.single-image .image-details .about-section h2 {
  font-weight: 500;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}
.single-image .image-details .about-section p {
  font-size: 23px;
  line-height: 1.6;
  font-weight: 300;
  max-width: 1200px;
  letter-spacing: -0.2px;
  font-family: "Source Sans Pro", sans-serif;
}
.single-image .image-details .about-section .about-properties > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-center;
  padding: 8px 0;
}
.single-image .image-details .about-section .about-properties > div > span:first-child {
  font-family: Montserrat;
  font-size: 11.5px;
  width: 120px;
  flex-shrink: 0;
}
.single-image .image-details .about-section .about-properties > div > span:last-child {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13.5px;
}
.single-image .image-details .entry-footer {
  padding-top: 64px;
}
.single-image .image-details .entry-footer .cat-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 700px;
  margin: auto;
  padding: 0 32px;
  justify-content: space-between;
}
.single-image .image-details .entry-footer .cat-links a {
  background: transparent;
  font-size: 16px;
  border: 1px solid black;
  border-radius: 0;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  cursor: pointer;
  width: fit-content;
  color: black;
}
.single-image .image-details .entry-footer .cat-links a:visited {
  color: black;
  text-decoration: none;
}
.single-image .image-details .entry-footer .cat-links a:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.single-image .image-details .entry-footer .edit-link {
  display: none;
}
.single-image .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-image .modal.active {
  visibility: visible;
  opacity: 1;
}
.single-image .modal .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  z-index: 10000;
}
.single-image .modal .close-modal svg {
  width: 100%;
  height: 100%;
  fill: black;
}
.single-image .modal .close-modal:hover {
  opacity: 0.7;
  box-shadow: none;
}
.single-image .modal#zoom-view-modal {
  display: flex;
  flex-direction: column;
  padding: 8dvh 10dvw;
  gap: 24px;
  background: rgba(0, 0, 0, 0.9);
}
.single-image .modal#zoom-view-modal .close-modal svg {
  fill: #fff;
}
.single-image .modal#zoom-view-modal .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.single-image .modal#zoom-view-modal .modal-content .image-container {
  cursor: zoom-in;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-image .modal#zoom-view-modal .modal-content .image-container img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.single-image .modal#zoom-view-modal .modal-content .zoom-controls {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.single-image .modal#zoom-view-modal .modal-content .zoom-controls .controls-row {
  display: flex;
  align-items: center;
  gap: 54px;
}
.single-image .modal#zoom-view-modal .modal-content .zoom-controls .controls-row span {
  font-size: 12px;
}
.single-image .modal#zoom-view-modal .modal-content .zoom-controls .controls-row .zoom-slider-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.single-image .modal#zoom-view-modal .modal-content .zoom-controls .controls-row .zoom-slider-container .zoom-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.single-image .modal#zoom-view-modal .modal-content .zoom-controls .controls-row .zoom-slider-container input[type=range] {
  width: 142.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 1px;
  padding: 1px;
  border: 1px solid #666;
}
.single-image .modal#zoom-view-modal .modal-content .zoom-controls .controls-row .zoom-slider-container input[type=range]::-webkit-slider-thumb,
.single-image .modal#zoom-view-modal .modal-content .zoom-controls .controls-row .zoom-slider-container input[type=range]::-moz-range-thumb,
.single-image .modal#zoom-view-modal .modal-content .zoom-controls .controls-row .zoom-slider-container input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #666;
  width: 26px;
  height: 26px;
  border-radius: 100%;
}
.single-image .modal#zoom-view-modal .modal-content .zoom-controls .controls-row button {
  padding: 0.5rem 1rem;
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.3s ease;
  font-size: 12px;
}
.single-image .modal#zoom-view-modal .modal-content .zoom-controls .controls-row button:hover {
  opacity: 0.7;
  box-shadow: none;
}
.single-image .modal#room-view-modal {
  background: rgba(0, 0, 0, 0.6);
}
.single-image .modal#room-view-modal .close-modal svg {
  fill: white;
}
.single-image .modal#room-view-modal .modal-content {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.single-image .modal#room-view-modal .modal-content .background {
  position: absolute;
  top: 4vw;
  width: 90vw;
  height: auto;
  left: calc(50% - 45vw);
}
.single-image .modal#room-view-modal .modal-content .foreground-container {
  position: absolute;
  top: 10vw;
  width: 100%;
  left: calc(50% - 30vw);
  max-width: 60vw;
  max-height: 26vw;
  height: 100%;
}
.single-image .modal#room-view-modal .modal-content .foreground-container .foreground {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-image .modal#purchase-modal {
  background: white;
}
.single-image .modal#purchase-modal .modal-content {
  display: flex;
  width: 74.5%;
  padding-top: 64px;
}
.single-image .modal#purchase-modal .modal-content > div {
  width: 50%;
  padding-right: 180px;
}
.single-image .modal#purchase-modal .modal-content > div h2 {
  font-size: 36px;
  letter-spacing: 3px;
}
.single-image .modal#purchase-modal .modal-content > div p {
  font-size: 22px;
  letter-spacing: 1px;
}
.single-image .modal#purchase-modal .modal-content > div input,
.single-image .modal#purchase-modal .modal-content > div textarea {
  background: white;
  border-radius: 4px;
}
.single-image .modal#purchase-modal .modal-content .purchase-form {
  padding-top: 48px;
}
@media screen and (max-width: 1200px) {
  .single-image .modal#purchase-modal .modal-content > div {
    padding-right: 100px;
  }
  .single-image .modal#purchase-modal .modal-content > div:last-child {
    padding-right: 40px;
  }
  .single-image .modal#purchase-modal .modal-content > div h2 {
    font-size: 32px;
    margin: 16px 0;
  }
  .single-image .modal#purchase-modal .modal-content > div p {
    font-size: 18px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 991px) {
  .single-image .modal#purchase-modal .modal-content {
    flex-direction: column;
    max-height: 90vh;
    overflow-y: scroll;
  }
  .single-image .modal#purchase-modal .modal-content > div {
    width: 100%;
    padding-right: 0;
  }
  .single-image .modal#purchase-modal .modal-content > div h2 {
    font-size: 32px;
    margin: 16px 0;
  }
  .single-image .modal#purchase-modal .modal-content > div p {
    font-size: 18px;
    margin: 10px 0;
  }
}

@media screen and (max-width: 1600px) {
  .single-image .image-container-wrapper .image-container .nav-arrow {
    width: 48px;
    height: 48px;
  }
  .single-image .image-container-wrapper .zoom-controls .controls-row {
    gap: 40px;
  }
  .single-image .image-details {
    margin: auto;
  }
  .single-image .image-details .image-title {
    font-size: 28px;
    margin-bottom: 0;
  }
  .single-image .image-details .short-desc,
  .single-image .image-details .price {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
  }
  .single-image .image-details .price {
    margin: 0;
  }
  .single-image .image-details .purchase-options #size-select {
    font-size: 16px;
    font-weight: 300;
  }
  .single-image .image-details .about-section h2 {
    font-weight: 500;
    font-size: 16px;
  }
  .single-image .image-details .about-section p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    max-width: 1200px;
  }
  .single-image .image-details .about-section .wp-block-columns .wp-block-column p {
    font-size: 16px !important;
    margin: 14px 0;
  }
  .single-image .image-details .about-section .wp-block-group .wp-block-columns .wp-block-column {
    flex-shrink: 0;
  }
  .single-image .image-details .about-section .wp-block-button {
    min-width: 200px;
    border: 1px solid #000;
    border-radius: 0;
    background: none;
  }
  .single-image .image-details .about-section .wp-block-button a {
    border: none;
    border-radius: 0;
    background: none;
    color: #000;
    font-weight: 300;
  }
}
@media screen and (max-width: 992px) {
  .single-image .image-container-wrapper .image-container .nav-arrow {
    width: 48px;
    height: 48px;
  }
  .single-image .image-container-wrapper .zoom-controls .controls-row {
    gap: 40px;
  }
  .single-image #room-view-modal.modal .close-modal {
    width: 24px;
    height: 24px;
  }
  .single-image #room-view-modal.modal .modal-content .background {
    top: 34vw;
  }
  .single-image #room-view-modal.modal .modal-content .foreground-container {
    top: 40vw;
  }
  .single-image .image-details {
    margin: auto;
  }
  .single-image .image-details .image-title {
    font-size: 28px;
    margin-bottom: 0;
  }
  .single-image .image-details .short-desc,
  .single-image .image-details .price {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
  }
  .single-image .image-details .price {
    margin: 0 0 40px 0;
  }
  .single-image .image-details .purchase-options #size-select {
    font-size: 18px;
    font-weight: 300;
  }
  .single-image .image-details .purchase-options .purchase-button {
    margin-top: 20px;
    min-width: 252px;
  }
  .single-image .image-details .about-section h2 {
    font-weight: 500;
    font-size: 16px;
  }
  .single-image .image-details .about-section p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    max-width: 1200px;
  }
  .single-image .image-details .about-section .wp-block-columns .wp-block-column p {
    font-size: 16px !important;
    margin: 14px 0;
  }
  .single-image .image-details .about-section .wp-block-group .wp-block-columns .wp-block-column {
    flex-shrink: 0;
  }
  .single-image .image-details .about-section .wp-block-button {
    min-width: 200px;
    border: 1px solid #000;
    border-radius: 0;
    background: none;
  }
  .single-image .image-details .about-section .wp-block-button a {
    border: none;
    border-radius: 0;
    background: none;
    color: #000;
    font-weight: 300;
  }
}
@media screen and (max-width: 575px) {
  .single-image #room-view-modal.modal .modal-content .background {
    top: 54vw;
  }
  .single-image #room-view-modal.modal .modal-content .foreground-container {
    top: 60vw;
  }
  .single-image .image-container-wrapper .image-container {
    gap: 0.5rem;
  }
  .single-image .image-container-wrapper .image-container .nav-arrow {
    width: 32px;
  }
  .single-image .image-container-wrapper .image-container .image-wrapper {
    max-width: 84vw;
  }
  .single-image .image-container-wrapper .zoom-controls {
    padding: 0 20px;
  }
  .single-image .image-container-wrapper .zoom-controls .controls-row {
    gap: 8px;
  }
  .single-image .image-container-wrapper .zoom-controls .controls-row span {
    display: none;
  }
  .single-image .image-container-wrapper .zoom-controls .controls-row .zoom-slider-container #zoom-slider {
    width: 100px;
  }
  .single-image .image-container-wrapper .zoom-controls .controls-row .zoom-slider-container button {
    font-size: 16px;
  }
  .single-image .image-details {
    max-width: 84vw;
  }
  .single-image #purchase-modal.modal .close-modal {
    width: 24px;
    height: 24px;
  }
}
.single-post main {
  padding-top: 114px;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1340px) {
  .single-post main {
    padding: 114px 32px 0 32px;
  }
}
@media screen and (max-width: 575px) {
  .single-post main {
    padding: 114px 32px 0 20px;
  }
}
.single-post main .entry-title {
  text-align: center;
}
.single-post main .hr {
  width: 54px;
  margin: auto;
  height: 3px;
  background: #000;
}
.single-post main .entry-meta {
  margin: 24px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.4px;
}
.single-post main .entry-content {
  padding-top: 64px;
  font-size: 16px;
  line-height: 32px;
  max-width: 700px;
  margin: auto;
}
.single-post main .entry-footer {
  padding-top: 64px;
}
.single-post main .entry-footer .cat-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 700px;
  margin: auto;
  padding: 0 32px;
  justify-content: space-evenly;
}
.single-post main .entry-footer .cat-links a {
  background: transparent;
  border: 1px solid black;
  border-radius: 0;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  cursor: pointer;
  width: fit-content;
  color: black;
}
.single-post main .entry-footer .cat-links a:visited {
  color: black;
  text-decoration: none;
}
.single-post main .entry-footer .cat-links a:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.single-post main .entry-footer .edit-link {
  display: none;
}

@media screen and (max-width: 768px) {
  .single-post .entry-content {
    padding-top: 32px;
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  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;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

.wp-block-gallery {
  gap: 0 !important;
}

@media screen and (max-width: 440px) {
  .wp-block-gallery .wp-block-image {
    width: 100% !important;
  }
}
.wp-block-latest-posts__list.wp-block-latest-posts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  gap: 30px;
}
.wp-block-latest-posts__list.wp-block-latest-posts li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wp-block-latest-posts__list.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.wp-block-latest-posts__list.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
  object-fit: cover;
  width: min(483px, 100vw);
  height: 274px;
}
.wp-block-latest-posts__list.wp-block-latest-posts li a {
  text-decoration: none;
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.wp-block-latest-posts__list.wp-block-latest-posts li a:visited {
  color: #000;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #2ea3f2;
}
a:visited {
  color: #2ea3f2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 40px;
  margin-bottom: 24px;
}

.wp-block-separator {
  width: 64px;
  border: none;
  height: 3px;
  background: #000;
}

input,
textarea {
  background: #fff !important;
  border-radius: 4px !important;
}

input[type=submit] {
  background: #000 !important;
}

.nf-field-label label {
  font-size: 14px;
}

.nf-before-form-content .nf-form-fields-required {
  display: none;
}

#nf-field-21-wrap {
  display: none;
}

@media screen and (max-width: 767px) {
  .masonry-grid-block .pagination,
  .masonry-grid-block-text .pagination,
  .masonry-grid-block-unified .pagination {
    flex-wrap: wrap;
  }
}
.nf-response-msg p {
  color: #e80000;
}

.acf-innerblocks-container:has(.nf-response-msg > p) > div > p {
  display: none;
}

/*# sourceMappingURL=style.css.map */
