@font-face {
  font-family: Lato;
  src: url(/Lato-Regular.ttf);

}

@font-face {
  font-family: Dream;
  src: url(/Dream-Orphans.woff);

}

@font-face {
  font-family: Yanone;
  src: url(/YanoneKaffeesatz-VariableFont_wght.ttf);

}

/* mini-reset */ *, *::before, *::after {
  box-sizing:border-box
}

html, body {
  padding:0;
  margin:0
}

body {
  min-height:100%
}

/* Fluid type and space sizes */ /* @link https://utopia.fyi/type/calculator?c=320,16,1.25,1440,18,1.151,10,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */ :root {
  --step--2: clamp(0.64rem, 0.5802rem + 0.2988vw, 0.8492rem);
  --step--1: clamp(0.8rem, 0.7493rem + 0.2534vw, 0.9774rem);
  --step-0: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
  --step-1: clamp(1.25rem, 1.2372rem + 0.0641vw, 1.2949rem);
  --step-2: clamp(1.4904rem, 1.5831rem + -0.103vw, 1.5625rem);
  --step-3: clamp(1.7155rem, 2.021rem + -0.3395vw, 1.9531rem);
  --step-4: clamp(1.9745rem, 2.5748rem + -0.667vw, 2.4414rem);
  --step-5: clamp(2.2726rem, 3.2744rem + -1.113vw, 3.0518rem);
  --step-6: clamp(2.6158rem, 4.1572rem + -1.7127vw, 3.8147rem);
  --step-7: clamp(3.0108rem, 5.2705rem + -2.5108vw, 4.7684rem);
  --step-8: clamp(3.4654rem, 6.6733rem + -3.5644vw, 5.9605rem);
  --step-9: clamp(3.9887rem, 8.4397rem + -4.9456vw, 7.4506rem);
  --step-10: clamp(4.591rem, 10.6624rem + -6.7461vw, 9.3132rem);
  /* @link https://utopia.fyi/space/calculator?c=320,16,1.25,1440,18,1.151,10,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */ --space-3xs: clamp(0.25rem, 0.2321rem + 0.0893vw, 0.3125rem);
  --space-2xs: clamp(0.5rem, 0.4821rem + 0.0893vw, 0.5625rem);
  --space-xs: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
  --space-s: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
  --space-m: clamp(1.5rem, 1.4464rem + 0.2679vw, 1.6875rem);
  --space-l: clamp(2rem, 1.9286rem + 0.3571vw, 2.25rem);
  --space-xl: clamp(3rem, 2.8929rem + 0.5357vw, 3.375rem);
  --space-2xl: clamp(4rem, 3.8571rem + 0.7143vw, 4.5rem);
  --space-3xl: clamp(6rem, 5.7857rem + 1.0714vw, 6.75rem);
  /* One-up pairs */ --space-3xs-2xs: clamp(0.25rem, 0.1607rem + 0.4464vw, 0.5625rem);
  --space-2xs-xs: clamp(0.5rem, 0.3929rem + 0.5357vw, 0.875rem);
  --space-xs-s: clamp(0.75rem, 0.6429rem + 0.5357vw, 1.125rem);
  --space-s-m: clamp(1rem, 0.8036rem + 0.9821vw, 1.6875rem);
  --space-m-l: clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem);
  --space-l-xl: clamp(2rem, 1.6071rem + 1.9643vw, 3.375rem);
  --space-xl-2xl: clamp(3rem, 2.5714rem + 2.1429vw, 4.5rem);
  --space-2xl-3xl: clamp(4rem, 3.2143rem + 3.9286vw, 6.75rem);
  /* Custom pairs */ --space-s-l: clamp(1rem, 0.6429rem + 1.7857vw, 2.25rem);
  /* specific header stuff */ --header-outer-height: 110px;
  --header-inner-height: 70px;
  --header-height-difference: calc( var(--header-outer-height) - var(--header-inner-height) );
  /* Colours */ --black: rgb(10, 10, 10);
  --header-bg: rgb(246, 246, 246);
  --body-bg: rgb(246, 246, 246);
  --panel-bg: rgb(248, 248, 238);
  --paneltwo-bg: rgb(240, 240, 240);
  --text-body: rgb(30, 30, 30);
  --text-em: rgb(70, 70, 70);
  --text-white: rgb(250, 250, 250);
  --button-grey: rgb(80, 80, 80);
  --border-grey: rgb(80, 80, 80);
  --grey-stripe: rgb(200, 206, 214);
  --pale-grey: rgb(234, 234, 234);
  --light-bluegrey: rgb(213, 226, 233);

}

html {
  font: var(--step-0) "Lato", "Arial", "Helvetica", sans-serif;
  line-height: 1.5;
  height: 100%;

}

body {
  margin: 0px;
  padding: 0px;
  background: var(--body-bg);
  color: var(--text-body);
  overflow-x: hidden;
  min-height: 100vh;

}

/* Need this for Artisan */ 
td.body_edit {
  margin: 0px;
  padding: 0px;
  background: var(--body-bg);
  color: var(--text-body);
  overflow-x: hidden;
  min-height: 100%;

}

img {  
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.responsive-wrapper {
  width: 98%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;

}

@media only screen and ( max-width: 640px ) {
  .responsive-wrapper {
    width: 98%;

  }

}

/* Sticky header */ 
.header-outer {
  /* Make it stick */ 
  height: var(--header-outer-height);
  position: sticky;
  top: calc( var(--header-height-difference) * -1 );
  /* Multiply by -1 to get a negative value */ 
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-align-items: center;

  -ms-align-items: center;

  align-items: center;
  /* Other */ 
  z-index: 10000;
  background-color: var(--header-bg);
  -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0, 0.2);

  -moz-box-shadow: 0 4px 10px 0 rgba(0,0,0, 0.2);

  box-shadow: 0 4px 10px 0 rgba(0,0,0, 0.2);

}

.header-inner {
  /* Make it stick */ 
  height: var(--header-inner-height);
  position: sticky;
  top: 0;
  color: var(--text-body);
  /* Other */ 
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-align-items: center;

  -ms-align-items: center;

  align-items: center;
  -webkit-justify-content: space-between;

  -ms-justify-content: space-between;

  justify-content: space-between;
  z-index: 10000;

}

/* Styling of other elements */ 
.header-logo img {
  display: block;
  height: calc(var(--header-inner-height) - 10px);

}

.header-navigation {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  flex-wrap: wrap;

}

#nav > a {
  display: none;

}

.header-navigation div > a, .header-navigation div > span {
  font-family: "Yanone", "Arial", "Helvetica", sans-serif;
  font-size: var(--step-1);
  margin: 0 var(--space-2xs);
  position: relative;
  font-weight: 300;  
  -webkit-transform: uppercase;
-ms-transform: uppercase;
text-transform: uppercase;
  color: var(--text-body);
  text-decoration: none;

}

@media only screen and ( max-width: 900px ) {
  .header-logo img {
     width: 75%;

  }

  .header-navigation div > a {
     font-size: var(--step-0);

  }

}

.header-navigation button {
  border: 0;
  background-color: transparent;
  padding: 0;

}

.header-navigation div > a:hover:after, .header-navigation button:hover:after {
  -webkit-transform: scalex(1);

  -ms-transform: scalex(1);

  transform: scalex(1);

}

.header-navigation div > a:after, .header-navigation button:after {
  -webkit-transition: 0.25s ease;

  -moz-transition: 0.25s ease;

  -o-transition: 0.25s ease;

  transition: 0.25s ease;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentcolor;
  -webkit-transform: scalex(0);

  -ms-transform: scalex(0);

  transform: scalex(0);
  position: absolute;
  bottom: -2px;
  left: 0;

}

@media only screen and ( max-width: 640px ) {
  .menu2, .menu3, .menu4, .menu5, .menu6, .menu7, .menu8, .menu9, .menu10 {
    width: 100%;

  }

.header-logo img {
    height: calc(var(--header-inner-height) - 20px);

  }

#nav {
    position: absolute;
    top: 70px;
    left: -1vw;
    margin: 0;
    width: 90%;
    z-index: 1000 !important;

  }

#nav > a {
    width: 3.125em;
    /* 50 */ height: 3.125em;
    /* 50 */ text-align: left;
    text-indent: -9999px;
    background-color: rgb(122, 122, 122);
    position: relative;
    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    border-radius: 3px;

  }

#nav > a:before, #nav > a:after {
    position: absolute;
    border: 2px solid #fff;
    top: 35%;
    left: 25%;
    right: 25%;
    content: '';

  }

#nav > a:after {
    top: 60%;

  }

#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
    display: block;

  }

/* first level */ #nav > div {
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000;

  }

#nav div a {
    float: none;

  }

#nav > div::after {
    content: '';
    display: table;
    clear: both;

  }

#nav:target > div {
    display: block;
    width: 130%;
    min-width: 200px;
    max-width: 200px;
    margin-top: 3.2em;

  }

#nav > div > a {
    width: 100%;
    display: block;
    position: relative;
    clear: both;
    z-index: 1000 !important;
    height: auto;
    text-align: center;
    font-size: 120%;
    padding: 0 0.833em;
    /* 20 (24) */ line-height: 200%;
    color: var(--black);
    background-color: rgb(248, 248, 248);
    border-bottom: 1px solid rgb(200, 200, 200);
    border-right: 1px solid rgb(200, 200, 200);

  }

#nav > div > a:first-child {
    border-top: 1px solid rgb(200, 200, 200);

  }

}

@media only screen and ( min-width: 640px ) {
  .mob-only {
    display: none;

  }

}

.header-search {
  background: var(--body-bg);
  position: relative;
  width: 200px;

}

.header-search input {
  width: 100%;
  padding: 10px 60px 10px 10px;
  display: block;
  text-decoration: none;
  border: 0px solid;

}

.header-search button {
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 20px;
  z-index: 2;

}

.header-search input:focus {
  outline: none;
  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

}

.header-search input:focus + button .fa-search {
  color: green;

}

.topbasket {
  margin: 0;
  padding:0;
  background-image: url("/graphics/monitor.svg");
  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;
  width: 42px;
  height: 46px;

}

.basket_link {
  display: block;
  margin: 0;
  font-size: 70%;
  text-align: center;
  padding: 10px 0px 8px 0px;
  text-decoration: none;
  color: var(--body-text);

}

.basket_total {
  display: block;
  margin: 0;
  font-size: 70%;
  text-align: center;
  padding: 12px 0px 6px 0px;

}

main {
  width: 100%;
  min-height: 80vh;
  margin: 0 auto;
  padding: 0;
  clear: both;
  z-index: -1;

}

.hpi {
  background-image: url("/graphics/Anglesey2016.jpg");
  position: relative;
  -webkit-background-size: 100%;

  -moz-background-size: 100%;

  -o-background-size: 100%;

  background-size: 100%;
  box-sizing: border-box;
  height: calc((579 / 1920) * 100vw);
  /* maintains image aspect ratio of 1920 x 579 */ 
  width: 100%;
  max-width: 1920px;
  margin: auto;

}

.hpi1 {
  animation-duration: 3s;
  animation-name: slide-right;
  width: calc((449 / 1920) * 100vw);
  position: absolute;
  padding: 0;
  margin: 0;
  top: calc((60 / 579) * 100%);
  left: calc((408 / 1920) * 100%);

}

@keyframes slide-right {
  from {
    translate: -50vw;
    scale: 200% 1;

  }

to {
    translate: 0;
    scale: 100% 1;

  }

}

.hpi2 {
  animation-duration: 3s;
  animation-name: slide-left;
  width: calc((487 / 1920) * 100vw);
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: calc((130 / 579) * 100%);
  right: calc((408 / 1920) * 100%);

}

@keyframes slide-left {
  from {
    translate: 150vw;
    scale: 200% 1;

  }

to {
    translate: 0;
    scale: 100% 1;

  }

}

@media only screen and ( max-width: 640px ) {
  .hpi {
    background-color: rgba(255, 255, 255, 0.31);
    background-blend-mode: overlay;

  }

.hpi1 {
    width: calc((649 / 1920) * 100vw);
    top: calc((60 / 579) * 100%);
    left: calc((208 / 1920) * 100%);

  }

.hpi2 {
    width: calc((687 / 1920) * 100vw);
    bottom: calc((130 / 579) * 100%);
    right: calc((208 / 1920) * 100%);

  }

}

.hp-text {
  padding: 2% 0;

}

.hp-slide {
  padding: 2% 0;

}

h1.ill-title {
  text-align: center;
  font-family: "Yanone", "Arial", "Helvetica", sans-serif;
  font-weight: 300;
  -webkit-transform: uppercase;
-ms-transform: uppercase;
text-transform: uppercase;
  background-image: url("/graphics/h1bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0.7em 0 1em 0;
  margin-top: 0;

}

h1.hp {
  font: var(--step-6) "Yanone", "Arial", "Helvetica", sans-serif;
  font-weight: 300;
-webkit-transform: uppercase;
-ms-transform: uppercase;
text-transform: uppercase;
  text-align: center;
  background-image: url("/graphics/h1bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0.5em 0 0.7em 0;
  margin-top: 0;

}

h2 {
  font-family: "Yanone", "Arial", "Helvetica", sans-serif;
  font-weight: normal;
  font-size: var(--step-4);

}

@media only screen and ( max-width: 640px ) {
  h1.ill-title {
    font-size: var(--step-2);

  }

}

h3 {
  font-family: "Yanone", "Arial", "Helvetica", sans-serif;
  font-weight: normal;
  font-size: var(--step-3);

}

.hp-greystripe {
  width: 100%;
  height: 8em;
  background-color: var(--light-bluegrey);

}

.hp-greystripe p {
  padding: var(--space-m) 0 var(--space-2xl) 0;
  font: var(--step-2) "Dream", "Arial", "Helvetica", sans-serif;
  text-align: center;

}

.hp-tiles {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-justify-content: space-between;

  -ms-justify-content: space-between;

  justify-content: space-between;
  margin-top: -2.7em;

}

.hp-tiles div {
  width: 33%;
  position: relative;
  text-align: center;
  padding: 0 var(--space-l);

}

.hp-tiles div span {
  width: 8em;
  height: 8em;
  display: inline-block;
  position: relative;
  background-color: var(--body-bg);
  padding: var(--space-m);
  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;
  text-align: center;

}

.hp-tile {
  width: 100%;

}
.hp-text a, .hp-stext a {
  padding: 0px 2px;
  color: var(--black);
  text-decoration: underline;

}
.hp-text a:hover, .hp-stext a:hover {
  color: var(--text-white);
  background-color: var(--black);
  padding: 0px 2px;
  text-decoration: none;

}
.hp-stextwrap {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-justify-content: space-between;

  -ms-justify-content: space-between;

  justify-content: space-between;
  margin-bottom: var(--space-2xl);

}

.hp-stext {
  width: 45%;
  padding: var(--space-m) var(--space-l);
  background: linear-gradient(to right, black 2px, transparent 2px) 0 0, 
              linear-gradient(to left, black 2px, transparent 2px) 100% 100%, 
              linear-gradient(to bottom, black 2px, transparent 2px) 0 0, 
              linear-gradient(to top, black 2px, transparent 2px) 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 80px 80px;

  -moz-background-size: 80px 80px;

  -o-background-size: 80px 80px;

  background-size: 80px 80px;

}

.stext-box {
  width: 45%;
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

}

.hp-grey {
  padding: var(--space-m) var(--space-s);
  background-color: var(--light-bluegrey);

}

.hp-grey p {
  font: var(--step-2) "Dream", "Arial", "Helvetica", sans-serif;
  text-align: center;

}

.hp-callout {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-justify-content: space-between;

  -ms-justify-content: space-between;

  justify-content: space-between;

}

.hp-callout div {
  font-family: "Yanone", "Arial", "Helvetica", sans-serif;
  width: 45%;
  padding: var(--space-s) var(--space-xs);

}

.hp-contact {
  text-align: center;

}

.hp-contactlink {
  font-family: "Dream", "Arial", "Helvetica", sans-serif;
  display: inline-block;
  text-align: center;
  padding: var(--space-2xs) var(--space-xs) var(--space-2xs) var(--space-s);
  color: var(--text-body);
  border: 1px solid var(--text-body);
  text-decoration: none;

}

.hp-contactlink:hover {
  background-color: var(--text-body);
  color: var(--body-bg);

}

@media only screen and ( max-width: 640px ) {
  .hp-greystripe {
    height: 10em;

  }

.hp-tiles {
    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;
    margin-top: var(--space-s);

  }

.hp-tiles div {
    width: 98%;

  }

.hp-stextwrap {
    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

  }

.hp-stext {
    width: 98%;
    margin-bottom: var(--space-m);

  }

.stext-box {
    width: 98%;

  }

}

.illustrations-slider, .paintings-slider {
  width: 100%;
  margin: auto;

}

@media only screen and ( max-width: 850px ) {
  .illustrations-slider, .paintings-slider {
    width: 84%;

  }

h1.hp {
    font-size: var(--step-3);

  }

}

@media only screen and ( max-width: 640px ) {
  .illustrations-slider, .paintings-slider {
    width: 84%;

  }

h1.hp {
    font-size: var(--step-3);

  }

}

.illustrations-slider img {
  width: 90%;
  margin: auto;
  padding: 0 1%;

}

.paintings-slider img {
  width: 90%;
  max-width: 163px !important;
  margin: auto;
  padding: 0 1%;

}

@media only screen and ( max-width: 850px ) {
  .illustrations-slider img, .paintings-slider img {
    width: 70%;
    margin: auto;
    padding: 0 1%;

  }

}

.illustrations-art, .paintings-art {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-justify-content: space-between;

  -ms-justify-content: space-between;

  justify-content: space-between;

}

.feat-wrap {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}

.feat-left {
  width: 40%;
  padding: var(--space-m);

}

.feat-left img {
  max-width: 90%;

}

.feat-right {
  width: 50%;
  padding: var(--space-m);

}

@media only screen and ( max-width: 640px ) {
  .feat-wrap {
    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

  }

.feat-left {
    width: 100vw;
    padding: var(--space-xs);

  }

.feat-left img {
    width: 100%;

  }

.feat-right {
    width: 100vw;
    padding: var(--space-xs);

  }

}

.featuremore {
  font-family: "Dream", "Arial", "Helvetica", sans-serif;
  line-height: 1.5;
  display: inline-block;
  text-align: right;
  padding: var(--space-2xs) var(--space-xs) var(--space-2xs) var(--space-s);
  color: var(--text-body);
  border: 1px solid var(--text-body);
  text-decoration: none;

}

.featuremore:hover {
  background-color: var(--text-body);
  color: var(--body-bg);

}

.ill-wrapper {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  position: relative;

}

.ill-cats {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;
  position: sticky;
  top: 150px;
  align-self: flex-start;
  padding-right: 4em;
  padding-bottom: 3em;

}

.ill-cats a {
  font-family: "Dream", "Arial", "Helvetica", sans-serif;
  line-height: 1.5;
  display: block;
  width: 100%;
  padding: var(--space-2xs) var(--space-xs) var(--space-2xs) var(--space-s);
  color: var(--text-body);
  text-decoration: none;

}

.ill-cats a:hover {
  background-color: var(--text-body);
  color: var(--body-bg);

}

.cat_selected {
  font-family: "Dream", "Arial", "Helvetica", sans-serif;
  display: block;
  width: 100%;
  padding: var(--space-2xs) var(--space-xs) var(--space-2xs) var(--space-s);
  background-color: var(--text-body);
  color: var(--body-bg);

}

.cat-tooltip {
  position: relative;
  display: inline-block;

}

.cat-tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: var(--light-bluegrey);
  color: var(--text-body);
  text-align: center;
  -webkit-border-radius: 6px;

  -moz-border-radius: 6px;

  border-radius: 6px;
  padding: 10px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%;
  opacity: 0;
  -webkit-transition: opacity 1.5s;

  -moz-transition: opacity 1.5s;

  -o-transition: opacity 1.5s;

  transition: opacity 1.5s;

}

.cat-tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent var(--light-bluegrey) transparent transparent;

}

.cat-tooltip:hover .cat-tooltiptext {
  visibility: visible;
  opacity: 1;

}

.cat-ills, .paint-ills, .basket-ills {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-justify-content: space-between;

  -ms-justify-content: space-between;

  justify-content: space-between;
  flex-wrap: wrap;

}

.cat-ills div, .paint-ills div {
  width: 20%;
  min-width: 210px;
  margin: var(--space-xs) var(--space-s);

}
.text-ill a {
  padding: 0px 2px;
  color: var(--black);
  text-decoration: underline;

}
.text-ill a:hover {
  color: var(--text-white);
  background-color: var(--black);
  padding: 0px 2px;
  text-decoration: none;

}
.basket-ills div {
  width: 20%;
  min-width: 210px;
  margin: 0 var(--space-s);

}

.cat-ills div img, .basket-ills div img {
  width: 160px !important;
  height: 120px !important;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0, 0.3);

  -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0, 0.3);

  box-shadow: 1px 1px 3px 2px rgba(0,0,0, 0.3);
  -webkit-transition: transform 250ms ease-out;

  -moz-transition: transform 250ms ease-out;

  -o-transition: transform 250ms ease-out;

  transition: transform 250ms ease-out;

}

.cat-ills div p {
  font-family: "Yanone", "Arial", "Helvetica", sans-serif;
  width: 160px !important;
  text-align: left !important;
  line-height: 1.25;
  padding: 0.3em;
  margin: 0.3em 0 0 0;

}

.basket-ills div p {
  font-family: "Yanone", "Arial", "Helvetica", sans-serif;
  font-size: var(--step-0);
  width: 160px !important;
  text-align: left !important;
  line-height: 1.25;
  padding: 0.1em;
  margin: 0;

}

.cat-ills a, .paint-ills a {
  color: var(--text-body);
  text-decoration: none;
  display: inline-block;

}

/*.cat-ills div:hover p, .paint-ills div:hover p {
  background-color: var(--text-body);
  color: var(--body-bg);

}

*/ .cat-ills div img:hover, .paint-ills div img:hover, .basket-ills div img:hover {
  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);
  -webkit-transform-origin: center;

  -moz-transform-origin: center;

  -ms-transform-origin: center;

  -o-transform-origin: center;

  transform-origin: center;

}

.wrapper-ill {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

}

.ill-page {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  position: relative;

}

.ill-image {
  padding: 0 2em 2em 0;
  max-width: 50%;
  position: relative;

}

.ill-image img {
  width: 100%;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0, 0.3);

  -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0, 0.3);

  box-shadow: 1px 1px 3px 2px rgba(0,0,0, 0.3);

}

.ill-desc {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  width: 44%;
  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;
  padding: 0 0 2em 2em;

}

.hover {
  display: none;

}

@media only screen and ( min-width: 1200px ) {
  .hover {
    display: block;

  }

}

@media only screen and ( max-width: 640px ) {
  .ill-page {
    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

  }

.ill-image {
    max-width: 99vw;
    text-align: center;
    padding: 0 !important;

  }

.ill-desc {
    width: 96vw;

  }

}

.checkout-wrap {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}

.checkout-ills {
  width: 60%;
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  flex-wrap: wrap;

}

.checkout-ills div {
  width: 200px;
  min-width: 180px;
  margin: 6px 10px;

}

.checkout-ills div img {
  width: 160px;
  height: 120px;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0, 0.3);

  -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0, 0.3);

  box-shadow: 1px 1px 3px 2px rgba(0,0,0, 0.3);
  -webkit-transition: transform 250ms ease-out;

  -moz-transition: transform 250ms ease-out;

  -o-transition: transform 250ms ease-out;

  transition: transform 250ms ease-out;

}

.checkout-ills div p {
  width: 160px !important;
  text-align: left;
  line-height: 1.25;
  padding: 0.3em;
  margin: 0.3em 0 0 0;

}

.checkout-ills div img:hover {
  -webkit-transform: scale(1.5);

  -ms-transform: scale(1.5);

  transform: scale(1.5);
  -webkit-transform-origin: center;

  -moz-transform-origin: center;

  -ms-transform-origin: center;

  -o-transform-origin: center;

  transform-origin: center;

}

.item-checkout {
  width: 36%;

}

.checkout-item {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-justify-content: space-between;

  -ms-justify-content: space-between;

  justify-content: space-between;
  margin: var(--space-xs) 0;

}

.checkout-country {
  display: none;

}

.checkout-item input {
  width: 70%;

}

.checkout-item textarea {
  width: 70%;
  height: 6rem;

}

div.listfoot {
  clear: both;
  padding: 30px 0px;

}

div.product_navlinks {
  position: relative;
  padding-bottom: 30px;

}

.product_navlinks p {
  margin: 10px 0px 20px 5px;

}

a.listfoot_navlink, a.listfoot_navlink_previous, a.listfoot_navlink_next, a.alt_contract {
  display: block;
  float: left;
  margin-left: 5px;
  padding: 4px 5px;
  text-decoration: none;
  color: rgb(20, 20, 20);
  background-color: var(--body-bg);
  border: 1px solid var(--grey-stripe);
  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

}

a.listfoot_navlink:hover, a.listfoot_navlink_previous:hover, a.listfoot_navlink_next:hover, a.alt_contract:hover {
  color: var(--text-body);
  background-color: var(--grey-stripe);

}

.product_navlinks span {
  display: block;
  float: left;
  margin-left: 5px;
  padding: 6px 4px 4px 4px;
  font-weight: bold;

}

.more-results {
  display: none;

}

.paint-ills div img {
  width: 163px !important;
  height: 163px !important;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0, 0.3);

  -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0, 0.3);

  box-shadow: 1px 1px 3px 2px rgba(0,0,0, 0.3);

}

.paint-ills div p {
  font-family: "Yanone", "Arial", "Helvetica", sans-serif;
  width: 163px !important;
  text-align: left !important;
  padding: 0.3em;
  margin: 0.3em 0 0 0;

}

.paint-form {
  font-family: "Dream", "Arial", "Helvetica", sans-serif;
  display: inline-block;
  background-color: var(--body-bg);
  text-align: center;
  font-size: var(--step-0);
  padding: var(--space-2xs) var(--space-xs) var(--space-2xs) var(--space-s);
  color: var(--text-body);
  border: 1px solid var(--text-body);
  text-decoration: none;

}

.paint-form:hover {
  background-color: var(--text-body);
  color: var(--body-bg);

}

@media only screen and ( max-width: 900px ) {
  .ill-cats {
    padding-right: 2em;

  }

.cat-ills div {
    width: 20%;
    min-width: 130px;

  }

.cat-ills div img {
    width: 120px !important;
    height: 100px !important;

  }

.cat-ills div p {
    width: 120px !important;

  }

}

@media only screen and ( max-width: 640px ) {
  .ill-cats {
    padding-right: 0.8em;
    max-width: 30%;

  }

.cat-ills div {
    width: 25%;
    min-width: 100px;
    margin: var(--space-xs) var(--space-2xs);

  }

.cat-ills div img {
    width: 100px !important;
    height: 75px !important;

  }

.cat-ills div p {
    width: 100px !important;

  }

.paint-ills div {
    width: 25%;
    min-width: 100px;

  }

.paint-ills div img {
    width: 100px !important;
    height: 100px !important;

  }

.paint-ills div p {
    width: 100px !important;

  }

}

.basket-wrap {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

}

.checkout {
  text-align: left;

}

.grey {
  background-color: var(--light-bluegrey);

}

.off-white {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--space-m);
  background-color: var(--body-bg);

}

.single {
  width: 100%;
  clear: both;
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}

.heading {
  width: 100%;
  font-weight: bold;
  font-size: var(--step-1);

}

.footer-wrap {
  width: 100%;
  margin: 0;
  padding: var(--space-m);
  background-color: var(--black);

}

footer {
  width: 100%;
  background-color: var(--black);
  color: var(--text-white);
  font-size: 80%;

}

footer a {
  color: var(--text-white);
  text-decoration: none;
  font-family: "Lato", "Arial", "Helvetica", sans-serif;
  display: inline-block;
  margin: 0 4px;

}

.sm-container a {
  color: var(--text-body);
  text-decoration: none;
  font-family: "Lato", "Arial", "Helvetica", sans-serif;

}

footer a, footer button {
  color: var(--text-white);
  position: relative;
  font-weight: bold;

}

.sm-container a {
  color: var(--text-body);
  position: relative;
  font-weight: bold;

}

footer button {
  border: 0;
  background-color: transparent;
  padding: 0;

}

footer a:hover:after, footer button:hover:after, .sm-container a:hover:after {
  -webkit-transform: scalex(1);

  -ms-transform: scalex(1);

  transform: scalex(1);

}

footer a:after, footer button:after, .sm-container a:after {
  -webkit-transition: 0.25s ease;

  -moz-transition: 0.25s ease;

  -o-transition: 0.25s ease;

  transition: 0.25s ease;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentcolor;
  -webkit-transform: scalex(0);

  -ms-transform: scalex(0);

  transform: scalex(0);
  position: absolute;
  bottom: -2px;
  left: 0;

}

.footer-links {
  width: 100%;
  text-align: center;

}

@media only screen and ( max-width: 640px ) {
  .footer-links {
    display: none;

  }

}

.footer-copy {
  width: 100%;
  margin-top: var(--space-s);
  text-align: center;

}

.footer-social {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-align-items: center;

  -ms-align-items: center;

  align-items: center;

}

.wgm {
  text-align: left;
  margin-top: var(--space-s);

}

.footer-social button {
  display: none;

}

.footer-social a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;

}

.footer-social a img {
  width: 30px;

}

.footer-social a:hover:after, .footer-social button:hover:after {
  display: none;

}

.footer-social a:hover img {
  width: 34px;
  -webkit-transition: width 0.5s ease;

  -moz-transition: width 0.5s ease;

  -o-transition: width 0.5s ease;

  transition: width 0.5s ease;

}

@media only screen and ( max-width: 640px ) {
  footer {
    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

  }

.footer-address {
    width: 100%;
    order: 2;
    padding-top: var(--space-s);

  }

.footer-links {
    width: 100%;
    order: 1;
    padding-top: var(--space-s);

  }

.ace {
    width: 100%;
    order: 3;
    padding-top: var(--space-s);

  }

}

.search-hilite {
  font-weight: bold;
  background-color: #efe65e;

}

.item-source-top {
  text-align: center;

}

.item-source {
  text-align: center;
  margin-top: var(--space-m);

}

.item-login {
  width: 50%;
  height: 100%;
  margin: var(--space-l) auto;
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;
  background-color: var(--light-bluegrey);
  border: 1px solid var(--light-bluegrey);
  padding: var(--space-s) var(--space-xl);

}

.form-Input_Wrapper {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-flex-direction: column-reverse;

  -ms-flex-direction: column-reverse;

  flex-direction: column-reverse;

}

.item-login fieldset {
  font-family: "Yanone", "Arial", "Helvetica", sans-serif;
  font-size: var(--step-1);

}

/*Submit button flipper*/ .form-Submit_Btn {
  width: 300px;
  height: 44px;
  display: block;
  color: var(--body-text);
  background-color: var(--body-bg);
  border: 1px solid var(--grey-stripe);
  padding: 0 var(--space-xl);
  margin: 1em 0;
  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;
  font-family: "Dream", "Arial", "Helvetica", sans-serif;
  font-size: var(--step-2);
  -webkit-transform: uppercase;
-ms-transform: uppercase;
text-transform: uppercase;
  cursor: pointer;

}

.form-Submit_Btn:hover {
  color: var(--text-white);
  background-color: var(--black);

}

@media only screen and ( max-width: 640px ) {
  .item-login {
    width: 100%;
    height: 110%;
    padding: var(--space-xs) var(--space-m);

  }

.form-Submit_Btn {
    width: 200px;

  }

}

.search-item {
  margin-top: var(--space-s);

}

.search-more {
  display: none;
  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  border-radius: 4px;
  background-color: var(--button-grey);
  border: none;
  color: var(--body-bg);
  text-align: center;
  font-size: var(--step-0);
  padding: var(--space-xs);
  width: 200px;
  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;
  cursor: pointer;
  margin: var(--space-m) auto;
  align-self: center;

}

.search-more span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  -o-transition: 0.5s;

  transition: 0.5s;
  font-size: 120%;

}

.search-more span:after {
  content: '\2b07';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  -o-transition: 0.5s;

  transition: 0.5s;

}

.search-more:hover {
  background-color: var(--black);

}

.search-more:hover span {
  padding-right: 25px;

}

.search-more:hover span:after {
  opacity: 1;
  right: 0;

}

@media only screen and ( max-width: 640px ) {
  .search-results {
    width: 96%;

  }

.more-results {
    width: 96%;

  }

}

/* Links page */ .link-head {
  font-family: "Dream", "Arial", "Helvetica", sans-serif;
  font-size: var(--step-2);
  font-weight: bold;
  margin-top: var(--space-m);
  width: 100%;
  text-align: center;

}

.link-wrap {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;
  margin-bottom: var(--space-l);

}

.link-item {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  margin-top: var(--space-s);

}

.link-title {
  width: 30%;
  margin-right: 3%;
  text-align: right;

}

.link-title a {
  position: relative;
  font-weight: bold;
  color: var(--text-body);
  text-decoration: none;

}

.link-title a:hover:after {
  -webkit-transform: scalex(1);

  -ms-transform: scalex(1);

  transform: scalex(1);

}

.link-title a:after {
  -webkit-transition: 0.25s ease;

  -moz-transition: 0.25s ease;

  -o-transition: 0.25s ease;

  transition: 0.25s ease;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentcolor;
  -webkit-transform: scalex(0);

  -ms-transform: scalex(0);

  transform: scalex(0);
  position: absolute;
  bottom: -2px;
  left: 0;

}

.link-description {
  width: 60%;

}

@media only screen and ( max-width: 440px ) {
  .link-item {
    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

  }

.link-title {
    width: 94vw;
    margin-right: 0 !important;
    text-align: left;

  }

.link-description {
    width: 94vw;
    margin-left: var(--space-m);

  }

}

/* Contact Page */ .contact-primary {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}

.cpimg01 {
  border: 40px solid var(--body-bg);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: 40px;

}

div.contact_form {
  clear: both;
  position: relative;
  width: 95%;
  max-width: 600px;
  box-sizing: border-box;
  margin: 30px auto 0px auto;
  padding: 30px 20px 30px 20px;

}

div.contact_element {
  clear: both;
  margin-top: 10px;
  font-weight: bold;
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}

div.contact_element_right {
  clear: both;
  margin-top: 10px;
  margin-left: 25%;
  padding-bottom: 24px;
  font-weight: bold;

}

span.contact_formhead {
  display: block;
  float: left;
  width: 25%;

}

.contact_form input, .find_form input {
  -webkit--webkit-appearance: none;
-moz-appearance: none;
appearance: none;
  -moz--webkit-appearance: none;
-moz-appearance: none;
appearance: none;
  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
  width: 70%;
  height: 25px;
  border: 1px solid #0099cb;
  padding-left: 10px;

}

.contact_form select {
  -webkit--webkit-appearance: none;
-moz-appearance: none;
appearance: none;
  -moz--webkit-appearance: none;
-moz-appearance: none;
appearance: none;
  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
  width: 70%;
  height: 25px;
  border: 1px solid #0099cb;
  font-weight: bold;
  font-size: 85%;
  padding-top: 4px;
  padding-left: 10px;

}

.contact_element_right span {
  display: block;
  float: left;
  width: 40%;
  max-width: 220px;

}

.required label:after {
  content: " *";
  color: red;

}

@media only screen and ( max-width: 440px ) {
  .contact-primary {
    -webkit-flex-direction: column-reverse;

    -ms-flex-direction: column-reverse;

    flex-direction: column-reverse;

  }

.cpimg01 {
    margin-left: 0;
    max-width: 98vw;

  }

.contact_element {
    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

  }

.contact_element_right span {
    float: none !important;

  }

}

.contact_form input[type="radio"] {
  display: block;
  float: right;
  margin-right: 50px;
  width: 15px;

}

.contact_form input[type="radio"]:checked {
  background-color: rgb(10, 241, 10);

}

.contact_form textarea {
  -webkit--webkit-appearance: none;
-moz-appearance: none;
appearance: none;
  -moz--webkit-appearance: none;
-moz-appearance: none;
appearance: none;
  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
  width: 70%;
  border: 1px solid #0099cb;
  padding: 10px;

}

.contact_form input[type="checkbox"] {
  display: block;
  float: left;
  margin-right: 10px;
  width: 15px;

}

span.contact_notes {
  display: block;
  width: 375px;
  float: left;
  font-size: 60%;

}

.contact_form input[type="submit"], .find_form input[type="submit"] {
  display: block;
  clear: both;
  width: 140px;
  height: 40px;
  text-decoration: none;
  text-align: center;
  color: white;
  font-size: 120%;
  font-weight: bold;
  margin: 50px 0px 0px 30%;
  padding: 0px 0px 0px 0px;
  background-color: black;
  -webkit-background-clip: content-box;

  -moz-background-clip: content-box;

  background-clip: content-box;
  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;
  border: 1px solid black;
  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

}

.contact_form input[type="submit"]:hover, .find_form input[type="submit"]:hover {
  cursor: pointer;

}

.contact_form textarea:focus, .contact_form input:focus, .find_form input:focus {
  border: 1px solid white;

}

/* the honey - do not change! */ .mand-show {
  display: none !important;

}

/* About Page */ .about-primary, .about-secondary, .about-tertiary {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  margin-bottom: var(--space-l);

}

.ap-txt {
  width: 50%;

}

.ap-img {
  width: 50%;
  position: relative;
  text-align: center;

}

.ap-img img {
  border: 40px solid var(--body-bg);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  max-width: 100%;

}

.ap-primarytop {
  background-image: url("/graphics/quote_left.png"), url("/graphics/quote_right.png");
  background-position: 4% 4%, 96% 96%;
  background-repeat: no-repeat, no-repeat;
  font-family: "Dream", "Arial", "Helvetica", sans-serif;
  font-size: var(--step-1);
  padding: var(--space-xl) var(--space-3xl);
  margin-bottom: 1.5em;

}

.ap-primaryimgtop {

}

.apimg01 {
  border: 40px solid var(--body-bg);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  max-width: 100%;

}

.lbg100 {
  background: linear-gradient(to bottom, var(--light-bluegrey) 14.0em, transparent 14.0em);

}

.lbgs100 {
  background: linear-gradient(to bottom, var(--light-bluegrey) 2.5em, transparent 2.5em);

}

.ap-secondarytop {
  font-family: "Dream", "Arial", "Helvetica", sans-serif;
  font-size: var(--step-0);
  padding-top: 0.4em;
  margin-left: -6em;

}

.apimg02 {
  border: 40px solid var(--body-bg);
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  max-width: 100%;

}

.ap-tertiarytop {
  font-family: "Dream", "Arial", "Helvetica", sans-serif;
  font-size: var(--step-0);
  padding-top: 0.4em;
  margin-left: 0em;

}

.apimg03 {
  border: 40px solid var(--body-bg);
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  max-width: 100%;

}

@media only screen and ( min-width: 1100px ) {
  .ap-primarytop {
    font-size: var(--step-2);
    padding: var(--space-xl) var(--space-3xl);

  }

.ap-secondarytop {
    font-size: var(--step-1);
    padding-top: 0.1em;
    margin-left: -8em;

  }

.ap-tertiarytop {
    font-size: var(--step-1);
    padding-top: 0.1em;
    margin-left: 0;

  }

}

@media only screen and ( max-width: 640px ) {
  .about-primary, .about-secondary, .about-tertiary {
    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;
    margin-left: 0;

  }

.ap-txt {
    width: 98%;

  }

.ap-img {
    width: 98%;
    text-align: center;

  }

.lbg100 {
    background: linear-gradient(to bottom, var(--light-bluegrey) 15.0em, transparent 15.0em);

  }

.apimg01 {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

  }

.ap-secondarytop {
    background-color: var(--light-bluegrey);
    padding-top: 0.1em;
    margin-left: 0;
    text-align: center;

  }

.apimg02 {
    border: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

  }

.ap-tertiarytop {
    background-color: var(--light-bluegrey);
    padding-top: 0.1em;
    margin-left: 0;
    text-align: center;

  }

.apimg03 {
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

  }

}

.about-primary a, .about-secondary a, .about-tertiary a {
  padding: 0px 2px;
  color: var(--black);
  text-decoration: underline;

}

.about-primary a:hover, .about-secondary a:hover, .about-tertiary a:hover {
  color: var(--text-white);
  background-color: var(--black);
  padding: 0px 2px;
  text-decoration: none;

}

/* Portfolio Groups */ 
.pg-ptext a {
  padding: 0px 2px;
  color: var(--black);
  text-decoration: underline;

}
.pg-ptext a:hover {
  color: var(--text-white);
  background-color: var(--black);
  padding: 0px 2px;
  text-decoration: none;

}

.pg-grouplist {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

}

.pg-groupitem {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-justify-content: space-between;

  -ms-justify-content: space-between;

  justify-content: space-between;
  margin-bottom: var(--space-l);

}

.pg-itemimage {
  width: 50%;
  position: relative;

}

.pg-itemimage img {
  width: 100%;

}

.pg-itemdescription {
  width: 40%;

}

.pg-itemtitle {
  font-family: "Dream", "Arial", "Helvetica", sans-serif;
  font-size: var(--step-2);
  margin-top: 0 !important;

}

.pg-itemtitle a {
  position: relative;
  font-weight: bold;
  color: var(--text-body);
  text-decoration: none;

}

.pg-itemtitle a:hover:after {
  -webkit-transform: scalex(1);

  -ms-transform: scalex(1);

  transform: scalex(1);

}

.pg-itemtitle a:after {
  -webkit-transition: 0.25s ease;

  -moz-transition: 0.25s ease;

  -o-transition: 0.25s ease;

  transition: 0.25s ease;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentcolor;
  -webkit-transform: scalex(0);

  -ms-transform: scalex(0);

  transform: scalex(0);
  position: absolute;
  bottom: -2px;
  left: 0;

}

@media only screen and ( max-width: 440px ) {
  .pg-groupitem {
    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

  }

.pg-itemimage {
    width: 96vw;

  }

.pg-itemdescription {
    width: 96vw;

  }

}

/* Portfolio pages - Projects */ .pt-wideimg {
  margin-bottom: 3em;

}

.pt-wideimg .ppimg01 {
  width: 100%;

}

.project-topwrap {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}

.pt-left {
  width: 50%;
  text-align: right;
  padding-right: 4em;

}

.pt-left img {
  max-width: 55%;

}

.pt-right {
  width: 50%;
  background: linear-gradient(to bottom, var(--light-bluegrey) 6em, transparent 6em);
  padding: 0.4em 0 0 2em;

}

.pt-head {
  font-family: "Dream", "Arial", "Helvetica", sans-serif;
  font-size: var(--step-3);
  padding: 0;
  margin: 0;

}

.pt-sub {
  font-family: "Yanone", "Arial", "Helvetica", sans-serif;
  font-size: var(--step-1);
  padding: 0;
  margin: 0;

}

.pt-bulletwrap {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;
  margin: 4em 0 0 0;

}

.pt-bullet {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  font-family: "Yanone", "Arial", "Helvetica", sans-serif;
  font-size: var(--step-2);

}

.pt-bulletleft {
  text-align: right;
  width: 10%;

}

.pt-bulletright {
  padding-left: 1em;
  color: var(--text-em);

}

@media only screen and ( max-width: 900px ) {
  .pt-left img {
    max-width: 95%;

  }

.pt-bullet {
    font-size: var(--step-1);

  }

.pt-bulletleft {
    width: 20% !important;

  }

.pt-bulletright {
    width: 75% !important;

  }

}

@media only screen and ( max-width: 640px ) {
  .project-topwrap {
    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

  }

.pt-left {
    width: 100%;
    text-align: center;
    padding: 0;

  }

.pt-left img {
    max-width: 98%;
    margin: 0 auto;

  }

.pt-right {
    width: 100%;
    padding-left: 0.5em;

  }

.pt-head {
    font-size: var(--step-2);

  }

.pt-bulletleft {
    width: 20%;

  }

}

.pt-midwrap {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-justify-content: space-between;

  -ms-justify-content: space-between;

  justify-content: space-between;
  margin: 3em 0;

}

.pm-left {
  width: 50%;

}

.pm-titleleft {
  font-family: "Dream", "Arial", "Helvetica", sans-serif;
  font-size: var(--step-4);
  font-weight: 100;
  background-color: var(--light-bluegrey);
  text-align: right;
  padding: 0.5em 5em 0.5em 0;

}

.pt-ptext {
  text-align: right;
  margin-left: 40%;

}

.pm-right {
  width: 40%;

}

.pt-stext {
  margin-right: 36%;

}

.pm-titleright {
  font-family: "Dream", "Arial", "Helvetica", sans-serif;
  font-size: var(--step-4);
  font-weight: 100;
  background-color: var(--light-bluegrey);
  padding: 0.5em 0 0.5em 4em;

}

@media only screen and ( max-width: 900px ) {
  .pm-titleleft, .pm-titleright {
    font-size: var(--step-2);
    padding: 0.5em;
    text-align: center;

  }

.pt-ptext {
    margin-left: 0;

  }

.pt-stext {
    margin-right: 0;

  }

}

@media only screen and ( max-width: 640px ) {
  .pt-midwrap {
    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

  }

.pm-left, .pm-right {
    width: 100%;

  }

.pm-titleleft, .pm-titleright {
    font-size: var(--step-2);
    text-align: center;
    padding: 0.5em 0;

  }

.pt-ptext {
    text-align: left;
    width: 96%;
    margin: 0 auto;

  }

.pt-stext {
    margin: 0 auto;
    width: 96%;

  }

}

.pt-greystripe {
  background-color: var(--light-bluegrey);
  padding: var(--space-xs) 0;
  margin: 0;

}

.cropped {
  margin: 3em 0 0 0;
  padding: 0.7em 0 0.2em 0 !important;

}

.slider-nav {
  width: 610px;
  margin: 0 auto;

}

.slider-for {
  width: 800px;
  margin: 0.5em auto 3em auto;

}

@media only screen and ( max-width: 640px ) {
  .slider-nav {
    width: 85%;

  }

.slider-nav img {
    max-width: 96%;
    padding-bottom: var(--space-m);

  }

.slider-for {
    width: 95%;

  }

.pt-greystripe {
    padding-bottom: var(--space-m);

  }

}

.legal-primary {
  margin-left: var(--space-3xl);
  margin-bottom: var(--space-l);

}

.legal-primary a {
  padding: 0px 2px;
  color: var(--black);
  text-decoration: underline;

}

.legal-primary a:hover {
  color: var(--text-white);
  background-color: var(--black);
  padding: 0px 2px;
  text-decoration: none;

}

@media only screen and ( max-width: 640px ) {
  .legal-primary {
    margin-left: 0;

  }

}

.info-primary, .info-secondary, .info-tertiary, .info-quaternary {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  margin-left: var(--space-3xl);
  margin-bottom: var(--space-l);

}

.info-pimg, .info-simg, .info-timg, .info-qimg {
  margin-left: var(--space-l);

}

.info-primary a, .info-secondary a, .info-tertiary a, .info-quaternary a {
  padding: 0px 2px;
  color: var(--black);
  text-decoration: underline;

}

.info-primary a:hover, .info-secondary a:hover, .info-tertiary a:hover, .info-quaternary a:hover {
  color: var(--text-white);
  background-color: var(--black);
  padding: 0px 2px;
  text-decoration: none;

}

@media only screen and ( max-width: 640px ) {
  .info-primary, .info-secondary, .info-tertiary, .info-quaternary {
    -webkit-flex-direction: column-reverse;

    -ms-flex-direction: column-reverse;

    flex-direction: column-reverse;
    margin-left: 0;

  }

.info-pimg, .info-simg, .info-timg, .info-qimg {
    max-width: 96%;
    margin-left: 0;

  }

}

.tab {
  position: relative;
  border-bottom: 1px solid var(--body-bg);

}

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;

}

.tab__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s;

  -moz-transition: all 0.35s;

  -o-transition: all 0.35s;

  transition: all 0.35s;
  padding-left: var(--space-s);

}

.tab input:checked ~ .tab__content {
  max-height: 500vh;
  -webkit-transition: max-height .75s;

  -moz-transition: max-height .75s;

  -o-transition: max-height .75s;

  transition: max-height .75s;
  margin: var(--space-xs) 0;

}

/* Visual styles */ .accordion {
  color: var(--button-grey);
  border: 2px solid;
  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;
  overflow: hidden;

}

.tab__label, .tab__close {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  color: var(--text-white);
  background: var(--button-grey);
  cursor: pointer;

}

.tab__label {
  -webkit-justify-content: space-between;

  -ms-justify-content: space-between;

  justify-content: space-between;
  padding: 1rem;

}

.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  transform: rotate(90deg);
  -webkit-transition: all 0.35s;

  -moz-transition: all 0.35s;

  -o-transition: all 0.35s;

  transition: all 0.35s;

}

.tab input:checked + .tab__label::after {
  -webkit-transform: rotate(270deg);

  -ms-transform: rotate(270deg);

  transform: rotate(270deg);

}

.tab__content span {
  display: inline-block;
  margin: var(--space-2xs) 0 0 0;

}

.tab__close {
  -webkit-justify-content: flex-end;

  -ms-justify-content: flex-end;

  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;

}

.ender {
  font-size: 80%;

}

.greyed-out {
  color: var(--button-grey);

}

.archive-categories {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;

  -ms-justify-content: center;

  justify-content: center;

}

.archive-category {
  display: inline-block;
  -webkit-flex: 0 0 150px;

  -ms-flex: 0 0 150px;

  flex: 0 0 150px;
  font-weight: bold;
  text-align: center;
  margin: var(--space-3xs);
  padding: var(--space-3xs);
  color: var(--text-body);
  text-decoration: none;
  border: 2px solid var(--button-grey);
  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

}

.archive-category:hover {
  color: var(--text-white);
  background-color: var(--black);

}

@media only screen and ( max-width: 640px ) {
  .archive-text {
    margin-left: 0;

  }

.archive-issue {
    width: 46%;

  }

.ender {
    display: none;

  }

}

.sm-container {
  margin-left: var(--space-3xl);
  margin-bottom: var(--space-m);

}

@media only screen and ( max-width: 640px ) {
  .sm-container {
    margin-left: 0;

  }

}

.shop-form_Wrapper {
  width: 60%;
  background-color: var(--pale-grey);
  border: 1px solid var(--border-grey);
  padding: var(--space-xs);
  margin-bottom: var(--space-m);

}

.wide {
  width: 100%;

}

.shop_list {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;

}

.flex1 {
  flex-basis: 5%;

}

.flex2 {
  flex-basis: 40%;

}

.flex3 {
  flex-basis: 15%;

}

.merchant {
  width: 50%;

}

@media only screen and ( max-width: 640px ) {
  .shop-form_Wrapper {
    width: 100%;

  }

.shop_list {
    border-bottom: 1px solid var(--border-grey);

  }

.flex1 {
    flex-basis: 10%;

  }

.flex2 {
    flex-basis: 90%;

  }

.flex3 {
    flex-basis: 25%;
    margin-left: auto;

  }

.merchant {
    width: 100%;

  }

}

.index-list {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;
  width: 80%;
  margin: 0 auto;

}

.index-entry {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  padding: var(--space-3xs) 0 var(--space-3xs) var(--space-3xl);

}

.index-person {
  width: 48%;
  padding: 0 var(--space-3xs);

}

.index-work {
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  width: 48%;
  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;
  -webkit-align-items: flex-start;

  -ms-align-items: flex-start;

  align-items: flex-start;
  padding: 0 var(--space-3xs);

}

@media only screen and ( max-width: 640px ) {
  .index-entry {
    padding-left: 0;

  }

.index-list {
    width: 100%;

  }

.index-person {
    width: 48%;
    padding-left: 0;

  }

.index-work {
    width: 48%;

  }

}

.car-year {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-style: italic;
  font-size: var(--step-1);
  margin: 0;
  padding: 0 var(--space-l) 0 0;

}

.product-img--main {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 30px;
  */ width: 500px !important;
  max-width: 500px;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0, 0.3);

  -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0, 0.3);

  box-shadow: 1px 1px 3px 2px rgba(0,0,0, 0.3);

}

.product-img--main__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: transform .5s ease-out;

  -moz-transition: transform .5s ease-out;

  -o-transition: transform .5s ease-out;

  transition: transform .5s ease-out;

}

.round-loope {
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0, 0.3);

  -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0, 0.3);

  box-shadow: 1px 1px 3px 2px rgba(0,0,0, 0.3);
  display: none;

}
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    background-color: var(--light-bluegrey);
    color: var(--text-body);
    position: absolute;
    padding: 4px 6px 6px 6px;
    bottom: -2.6em;
    left: -300%;
    white-space: nowrap;
    text-align: center;
    box-shadow: 1px 1px 3px rgba(30, 30, 30, 0.5);
    opacity: 0;
    border: 1px solid var(--text-body);
    border-radius: 3px;
    z-index: 99999;
    visibility: hidden;
}
[data-title] {
    position: relative;
}

/* Arrow animation .tab input:not(:checked) + .tab__label:hover::after {
  -webkit-animation: bounce .5s infinite;

  -moz-animation: bounce .5s infinite;

  -o-animation: bounce .5s infinite;

  animation: bounce .5s infinite;

}

@keyframes bounce {
  25% {
    -webkit-transform: rotate(90deg) translate(.25rem);

    -ms-transform: rotate(90deg) translate(.25rem);

    transform: rotate(90deg) translate(.25rem);

  }

75% {
    -webkit-transform: rotate(90deg) translate(-.25rem);

    -ms-transform: rotate(90deg) translate(-.25rem);

    transform: rotate(90deg) translate(-.25rem);

  }

}

*/
