/*!
Theme Name: stream GIFA
Theme URI: http://streamhm.co.uk/projects/georgeirvinefineart
Description: Bespoke Theme
Author: streamHM
Author URI: http://streamhm.co.uk
Version: 6.0.1
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: variable archive image sizes, centered text, store
*/
* {
  margin: 0;
  padding: 0;
  font-family: inherit;
}

/* noto-sans-jp-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/noto-sans-jp-v53-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/noto-sans-jp-v53-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/noto-sans-jp-v53-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/noto-sans-jp-v53-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --colorText: #111111;
  --colorBg: #ffffff;
  --colorBgShadow: #ffffff;
  --colorHover: #666666;
  --colorShadow: rgba(0,0,0,0.1);
  --colorShadowHover: rgba(0,0,0,0.12);
  --colorButton: #968a58;
  --colorButtonText: #ffffff;
  --colorButtonHover: rgba(0,0,0,0.5);
}

:root {
  --gap: 1rem;
}

@media (prefers-color-scheme: dark) {
  img {
    filter: brightness(0.9) contrast(1.1);
  }
}
html {
  background-color: var(--colorBg);
}

body {
  background-color: var(--colorBg);
  min-height: 100vh;
  padding-top: 30px;
}

.wrapper, .wplegalpages_banner_content {
  padding: 0 5vw;
  max-width: 1540px;
  margin: 0 auto;
}

#header {
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  /*
  	display: flex;
  	flex-direction: row;
  	height: 80px;
  	margin: 0;
  	padding: 0;
  	justify-content: space-between;
  	align-items: center;
  */
}
#header .site-title {
  font-size: 1.5rem;
  position: absolute;
  line-height: 50px;
}
#header .site-title a {
  text-decoration: none;
  color: var(--colorText);
}
#header .site-title a:hover {
  color: var(--colorHover);
}
#header #mega-menu-wrap-header_menu .mega-menu-toggle {
  line-height: 50px;
  height: 50px;
}
#header #mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item a.mega-menu-link {
  color: var(--colorText);
  line-height: 50px;
  height: 50px;
  font-size: 16px;
}
#header #mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item a.mega-menu-link:hover {
  color: var(--colorHover);
}
#header #mega-menu-wrap-header_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #header #mega-menu-wrap-header_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #header #mega-menu-wrap-header_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background-color: var(--colorText);
}

#footer {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
  padding-top: 0.5rem;
}
#footer .menu-legal-container {
  width: 100%;
}
#footer .menu-legal-container #menu-legal {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
#footer .menu-legal-container #menu-legal .menu-item {
  padding-right: 0.5rem;
  font-size: 0.8rem;
}

body:has(.works-archive) {
  background: var(--colorBg);
}
@media (prefers-color-scheme: light) {
  body:has(.works-archive) {
    background: linear-gradient(98deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(237, 237, 237) 84%, rgb(224, 215, 215) 100%);
  }
}

.page-template-central #main {
  max-width: 700px;
  margin: 0 auto;
}
.page-template-central #main .content-wrapper {
  min-height: calc(100vh - 30px - 50px - 10px - 85px);
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.page-template-legal #main {
  max-width: 1024px;
  margin: 0 auto;
}
.page-template-legal #main .content-wrapper {
  min-height: calc(100vh - 30px - 50px - 10px - 85px);
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.page-template-legal #main .content-wrapper article {
  width: 100%;
}
.page-template-legal #main h1 {
  font-size: 1.4rem;
  margin-top: 0rem;
  margin-bottom: 1.3rem;
}
.page-template-legal #main h2 {
  margin-top: 1rem;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}
.page-template-legal #main h3 {
  margin-top: 0.5rem;
  font-size: 1rem;
  margin-bottom: 0.1rem;
}
.page-template-legal #main h4 {
  font-size: 0.9rem;
  margin-top: 0.2rem;
  margin-bottom: 0rem;
}
.page-template-legal #main p {
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
}
.page-template-legal #main ul {
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.9rem;
}
.page-template-legal #main hr {
  display: none;
}

body.home .frontcover-image {
  height: calc(100vh - 30px - 50px - 10px - 85px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  box-shadow: 0 1px 1px var(--colorShadow), 0 2px 2px var(--colorShadow), 0 4px 4px var(--colorShadow), 0 8px 8px var(--colorShadow), 0 16px 16px var(--colorShadow);
}

.content-wrapper article {
  width: 100%;
}

.theme-streamgifa .forminator-ui#forminator-module-32841.forminator-design--material .forminator-button-submit {
  background-color: var(--colorButton);
  color: var(--colorButtonText);
}

#mega-menu-wrap-header_menu {
  clear: both;
  padding-left: 175px;
}

html {
  font-size: 18px;
}

body {
  -webkit-text-size-adjust: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-transform: none;
  color: var(--colorText);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

h1, h2, h3, h4, .site-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-transform: none;
  font-size: 1rem;
}

.page-title, .entry-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-transform: none;
  font-size: 1rem;
  margin-bottom: 0.8rem;
}

p {
  font-size: 1rem;
  line-height: 1.4;
  padding-bottom: 1.5rem;
  margin: 0;
}

.page-for-sale h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-transform: none;
  text-align: right;
  margin: 0 var(--gap);
  text-transform: lowercase;
}

button {
  margin: 0;
  padding: 0.5rem 5rem;
  background-color: var(--colorButton);
  color: var(--colorBg);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-transform: none;
  font-size: 0.9rem;
  box-shadow: 0 1px 1px var(--colorShadow), 0 2px 2px var(--colorShadow), 0 4px 4px var(--colorShadow), 0 8px 8px var(--colorShadow), 0 16px 16px var(--colorShadow);
  border-radius: 0.5rem;
  border: 0;
}
button:hover {
  background-color: var(--colorButtonHover);
}
button.facetwp-flyout-open, button.facetwp-load-more {
  min-width: 250px;
}
button.mega-toggle-animated {
  box-shadow: none;
}

a {
  color: var(--colorText);
  text-decoration: underline;
}
a:hover {
  color: var(--colorHover);
}

.works-archive {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
  row-gap: 3vh;
  -moz-column-gap: 1%;
       column-gap: 1%;
  margin-top: 3vh;
  margin-bottom: 3vh;
}
.works-archive .work {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36%;
}
.works-archive .work.small.wide {
  width: 82.5%;
}
.works-archive .work.small.landscape {
  width: 64%;
}
.works-archive .work.small.square {
  width: 50%;
}
.works-archive .work.small.portrait {
  width: 45%;
}
.works-archive .work.small.tall {
  width: 42.5%;
}
.works-archive .work.medium.wide {
  width: 107.25%;
}
.works-archive .work.medium.landscape {
  width: 83.2%;
}
.works-archive .work.medium.square {
  width: 65%;
}
.works-archive .work.medium.portrait {
  width: 58.5%;
}
.works-archive .work.medium.tall {
  width: 55.25%;
}
.works-archive .work.large.wide {
  width: 115.5%;
}
.works-archive .work.large.landscape {
  width: 89.6%;
}
.works-archive .work.large.square {
  width: 70%;
}
.works-archive .work.large.portrait {
  width: 63%;
}
.works-archive .work.large.tall {
  width: 59.5%;
}
.works-archive .work.x-large.wide {
  width: 132%;
}
.works-archive .work.x-large.landscape {
  width: 102.4%;
}
.works-archive .work.x-large.square {
  width: 80%;
}
.works-archive .work.x-large.portrait {
  width: 72%;
}
.works-archive .work.x-large.tall {
  width: 68%;
}
@media (min-width: 428px) {
  .works-archive .work {
    width: 36%;
  }
  .works-archive .work.small.wide {
    width: 42.9%;
  }
  .works-archive .work.small.landscape {
    width: 33.28%;
  }
  .works-archive .work.small.square {
    width: 26%;
  }
  .works-archive .work.small.portrait {
    width: 23.4%;
  }
  .works-archive .work.small.tall {
    width: 22.1%;
  }
  .works-archive .work.medium.wide {
    width: 52.8%;
  }
  .works-archive .work.medium.landscape {
    width: 40.96%;
  }
  .works-archive .work.medium.square {
    width: 32%;
  }
  .works-archive .work.medium.portrait {
    width: 28.8%;
  }
  .works-archive .work.medium.tall {
    width: 27.2%;
  }
  .works-archive .work.large.wide {
    width: 57.75%;
  }
  .works-archive .work.large.landscape {
    width: 44.8%;
  }
  .works-archive .work.large.square {
    width: 35%;
  }
  .works-archive .work.large.portrait {
    width: 31.5%;
  }
  .works-archive .work.large.tall {
    width: 29.75%;
  }
  .works-archive .work.x-large.wide {
    width: 62.7%;
  }
  .works-archive .work.x-large.landscape {
    width: 48.64%;
  }
  .works-archive .work.x-large.square {
    width: 38%;
  }
  .works-archive .work.x-large.portrait {
    width: 34.2%;
  }
  .works-archive .work.x-large.tall {
    width: 32.3%;
  }
}
@media (min-width: 1024px) {
  .works-archive .work {
    width: 18%;
  }
  .works-archive .work.small.wide {
    width: 26.4%;
  }
  .works-archive .work.small.landscape {
    width: 20.48%;
  }
  .works-archive .work.small.square {
    width: 16%;
  }
  .works-archive .work.small.portrait {
    width: 14.4%;
  }
  .works-archive .work.small.tall {
    width: 13.6%;
  }
  .works-archive .work.medium.wide {
    width: 31.35%;
  }
  .works-archive .work.medium.landscape {
    width: 24.32%;
  }
  .works-archive .work.medium.square {
    width: 19%;
  }
  .works-archive .work.medium.portrait {
    width: 17.1%;
  }
  .works-archive .work.medium.tall {
    width: 16.15%;
  }
  .works-archive .work.large.wide {
    width: 39.6%;
  }
  .works-archive .work.large.landscape {
    width: 30.72%;
  }
  .works-archive .work.large.square {
    width: 24%;
  }
  .works-archive .work.large.portrait {
    width: 21.6%;
  }
  .works-archive .work.large.tall {
    width: 20.4%;
  }
  .works-archive .work.x-large.wide {
    width: 42.9%;
  }
  .works-archive .work.x-large.landscape {
    width: 33.28%;
  }
  .works-archive .work.x-large.square {
    width: 26%;
  }
  .works-archive .work.x-large.portrait {
    width: 23.4%;
  }
  .works-archive .work.x-large.tall {
    width: 22.1%;
  }
}
.works-archive .work .work-item {
  position: relative;
}
@media (max-width: 700px) {
  .works-archive .work .work-item a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.works-archive .work .work-item .work-image {
  max-width: 100%;
  height: auto;
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  box-shadow: 0 1px 1px var(--colorShadow), 0 2px 2px var(--colorShadow), 0 4px 4px var(--colorShadow), 0 8px 8px var(--colorShadow), 0 16px 16px var(--colorShadow);
}
@media (min-width: 700px) {
  .works-archive .work .work-item a:hover .work-image {
    box-shadow: 0 1px 1px var(--colorShadowHover), 0 2px 2px var(--colorShadowHover), 0 4px 4px var(--colorShadowHover), 0 8px 8px var(--colorShadowHover), 0 16px 16px var(--colorShadowHover);
    filter: saturate(1.02) contrast(1.02) brightness(1.02);
  }
}
.works-archive .work .work-item .work-caption {
  text-align: left;
  padding-top: 0.7rem;
  display: block;
}
.works-archive .work .work-item .work-caption .work-title {
  font-size: 0.9rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-transform: none;
}
.works-archive .work .work-item .work-caption p {
  font-size: 0.85rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-transform: none;
}
@media (min-width: 428px) {
  .term-sale .works-archive .work {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18%;
  }
  .term-sale .works-archive .work.small.wide {
    width: 31.35%;
  }
  .term-sale .works-archive .work.small.landscape {
    width: 24.32%;
  }
  .term-sale .works-archive .work.small.square {
    width: 19%;
  }
  .term-sale .works-archive .work.small.portrait {
    width: 17.1%;
  }
  .term-sale .works-archive .work.small.tall {
    width: 16.15%;
  }
  .term-sale .works-archive .work.medium.wide {
    width: 41.25%;
  }
  .term-sale .works-archive .work.medium.landscape {
    width: 32%;
  }
  .term-sale .works-archive .work.medium.square {
    width: 25%;
  }
  .term-sale .works-archive .work.medium.portrait {
    width: 22.5%;
  }
  .term-sale .works-archive .work.medium.tall {
    width: 21.25%;
  }
  .term-sale .works-archive .work.large.wide {
    width: 59.4%;
  }
  .term-sale .works-archive .work.large.landscape {
    width: 46.08%;
  }
  .term-sale .works-archive .work.large.square {
    width: 36%;
  }
  .term-sale .works-archive .work.large.portrait {
    width: 32.4%;
  }
  .term-sale .works-archive .work.large.tall {
    width: 30.6%;
  }
  .term-sale .works-archive .work.x-large.wide {
    width: 66%;
  }
  .term-sale .works-archive .work.x-large.landscape {
    width: 51.2%;
  }
  .term-sale .works-archive .work.x-large.square {
    width: 40%;
  }
  .term-sale .works-archive .work.x-large.portrait {
    width: 36%;
  }
  .term-sale .works-archive .work.x-large.tall {
    width: 34%;
  }
}

.works-filters {
  width: 100%;
  text-align: right;
}
.works-filters .desktop-filters {
  display: none;
}
.works-filters .mobile-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.works-filters .facetwp-facet {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.facetwp-facet-load_more {
  width: 100%;
  text-align: center;
}

.facetwp-flyout {
  background-color: var(--colorBg) !important;
}

body .fancybox__backdrop {
  background: var(--colorBg);
}
body .fancybox-caption-text, body .fancybox-title {
  color: var(--colorText);
}

.woocommerce.post-type-archive-product ul.products {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
  row-gap: 3vh;
  -moz-column-gap: 1%;
       column-gap: 1%;
  margin-top: 3vh;
  margin-bottom: 3vh;
}
.woocommerce.post-type-archive-product ul.products li.product {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 95%;
}
.woocommerce.post-type-archive-product ul.products li.product.wide {
  width: 95%;
}
.woocommerce.post-type-archive-product ul.products li.product.landscape {
  width: 95%;
}
.woocommerce.post-type-archive-product ul.products li.product.square {
  width: 67%;
}
.woocommerce.post-type-archive-product ul.products li.product.portrait {
  width: 67%;
}
.woocommerce.post-type-archive-product ul.products li.product.tall {
  width: 67%;
}
@media (min-width: 428px) {
  .woocommerce.post-type-archive-product ul.products li.product.wide {
    width: 34%;
  }
  .woocommerce.post-type-archive-product ul.products li.product.landscape {
    width: 34%;
  }
  .woocommerce.post-type-archive-product ul.products li.product.square {
    width: 24%;
  }
  .woocommerce.post-type-archive-product ul.products li.product.portrait {
    width: 24%;
  }
  .woocommerce.post-type-archive-product ul.products li.product.tall {
    width: 24%;
  }
}
.woocommerce.post-type-archive-product ul.products li.product .woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: block;
  text-align: left;
}
.woocommerce.post-type-archive-product ul.products li.product img {
  box-shadow: 0 1px 1px var(--colorShadow), 0 2px 2px var(--colorShadow), 0 4px 4px var(--colorShadow), 0 8px 8px var(--colorShadow), 0 16px 16px var(--colorShadow);
  padding: 0rem;
  border-top: #efefef 1px solid;
  box-sizing: border-box;
  margin: 0;
  background-color: rgba(196, 194, 173, 0.1);
}
.woocommerce.post-type-archive-product ul.products li.product .button {
  display: none;
}
.woocommerce.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
  padding: 0.7rem 0px 0px 0px;
  margin: 0;
  font-size: 0.9rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-transform: none;
}
.woocommerce.post-type-archive-product ul.products li.product .price {
  font-size: 0.85rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-transform: none;
}

.woocommerce-breadcrumb {
  display: none;
}

.woocommerce.single-product div.product form.cart .variations select {
  padding-left: 0.5rem;
  font-size: 0.9rem;
}
.woocommerce.single-product div.product div.images img {
  box-shadow: 0 1px 1px var(--colorShadow), 0 2px 2px var(--colorShadow), 0 4px 4px var(--colorShadow), 0 8px 8px var(--colorShadow), 0 16px 16px var(--colorShadow);
  border-top: #efefef 1px solid;
}
.woocommerce.single-product div.product .summary p {
  font-size: 1rem;
}
.woocommerce.single-product div.product .summary .product_title {
  font-size: 1.6rem;
}
.woocommerce.single-product div.product .summary .product_limited {
  font-size: 1.1rem;
}
.woocommerce.single-product div.product .summary .product_meta .posted_in {
  display: none;
}
.woocommerce.single-product div.product .woocommerce-tabs #tab-description h2 {
  display: none;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel img.alignright {
  float: right;
}
@media (min-width: 700px) {
  .woocommerce.single-product div.product {
    display: grid;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 1rem;
  }
  .woocommerce.single-product div.product.portrait {
    grid-template-columns: 1fr 1fr;
  }
  .woocommerce.single-product div.product.portrait .woocommerce-product-gallery {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    width: 100%;
  }
  .woocommerce.single-product div.product.portrait .summary {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
    width: 100%;
  }
  .woocommerce.single-product div.product.portrait .woocommerce-tabs {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
    width: 100%;
  }
  .woocommerce.single-product div.product.landscape {
    grid-template-columns: 1fr 1fr;
  }
  .woocommerce.single-product div.product.landscape .woocommerce-product-gallery {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    width: 100%;
  }
  .woocommerce.single-product div.product.landscape .summary {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
    width: 100%;
  }
  .woocommerce.single-product div.product.landscape .woocommerce-tabs {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
    width: 100%;
    font-size: 1rem;
  }
  .woocommerce.single-product div.product.landscape .woocommerce-tabs p {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .woocommerce.single-product div.product.portrait .woocommerce-product-gallery {
    width: 70%;
  }
}
@media (min-width: 1600px) {
  .woocommerce.single-product div.product.portrait .woocommerce-product-gallery {
    width: 50%;
  }
}

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