/*
Theme Name: Gerald Scarfe
Author: Seven Hills Creative
Author URI: https://www.sevenhillscreative.co.uk
Description: Another custom theme for a happy customer!
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2022.1
Requires at least: 5.2
Requires PHP: 7.0, 7.4 Advised.
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* ///// BASE ///// */
/* ///// BASE ///// */
/* ///// BASE ///// */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #1B1C1F;
    box-sizing: border-box;
    font-family: 'national bold', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    transition: all 0.4s ease;
    /*outline: 1px solid red !important;*/ 
}

html{
  overflow-x: hidden !important;
}

body{
  font-family: 'national bold', sans-serif;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  position: relative;
}


/* ///// NEW PRINTS BANNER ///// */
/* ///// NEW PRINTS BANNER ///// */
/* ///// NEW PRINTS BANNER ///// */

.newPrintsBanner {
  text-align: left;
}
.newPrintsBanner p{
  margin-left: 5%;
  text-align: left;
  padding: 0 15em 0 1em;
}
.newPrintsTitle {
  color: #d82525;
  margin: 1% 0 1% 4%;
  font-family: aAkhirtahun, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
  /* margin: 0.3em 0; */
}

.NewPrintsImage {
    width: 100%;
    height: 60%;
    object-fit: cover;
    object-position: center;
}

.newprintbuttton{
  background: #d82525;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
  justify-self: start;
  padding: 1.3em 0.5em;
  margin-left: 10%;
}

.newprintbuttton:hover{
  background: transparent;
  border: 1px solid #d82525;
  color: #d82525;
}


@media only screen and (max-width: 600px) {
  .newPrintsBanner p{
    margin-left: 5%;
    text-align: left;
    padding: 0 1em 0 1em;
  }

}


/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */

nav img{
  align-self: center;
  border-radius: 0;
  justify-self: center;
  max-width: 150px;
}

nav.scarfe-menu{
  align-self: start;
  background: url(https://www.geraldscarfe.com/wp-content/uploads/2022/09/menu.png) no-repeat center / cover;
  display: grid;
  font-family: aAkhirtahun, sans-serif;
  grid-template-columns: 1fr 150px 1fr 75px;
  padding: 0.5em 2em;
  width: 100%;
}


nav.scarfe-fixed-menu{
  align-self: start;
  background: url(https://www.geraldscarfe.com/wp-content/uploads/2022/09/menu.png) no-repeat center / cover;
  display: grid;
  grid-template-columns: 1fr 150px 1fr 75px;
  font-family: aAkhirtahun, sans-serif;
  height: 1px;
  opacity: 0;
  width: 100%;
  z-index: 999999;
}

nav.scarfe-fixed-menu a{
  color: #000;
}

nav.scarfe-fixed-menu a:hover{
  color: #d82525;
}

nav.scarfe-fixed-menu img{
  align-self: center;
  max-width: 150px;
}

nav.scarfe-fixed-menu .main-nav{
  align-self: center;
  margin: 0;
}

nav.scarfe-fixed-menu #nav-icon span {
  background-color: #000;
}

nav.scarfe-fixed-menu .nav-btn {
  justify-self: end !important;
}

.main-nav{
  justify-self: center;
}

.main-nav a{
  color:  #fff;
  font-family: aAkhirtahun, sans-serif;
  font-weight: 700;
  padding: 4px 1em;
  text-transform: uppercase;
}

.main-nav a span{
  color:  #fff;
}

.main-nav a:hover{
  color: #d82525;
}

.main-nav li{
  display: inline-block;
}

.nav-btn{
  display: none;
}

.side-nav {
  align-items: start;
  display: grid;
  color: #d82525;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0;
  background: linear-gradient(147.12deg, rgba(000, 000, 000, 0.5) 19.63%, #d82525 81.24%);
  overflow-x: hidden;
  transition: 0.4s;
  padding: 60px 0 0 0 !important;
  list-style-type: none;
  z-index: 9999;
}

.side-nav a {
  color: #fff !important;
  text-decoration: none;
  font-size: 1.5em;
  display: block;
  transition: 0.4s;
  text-align: center;
}

.side-nav a span {
  color: #fff !important;
}

.side-nav a:hover{
  border-bottom: 0;
  padding-bottom: 0;
}

.side-nav img{
  margin: 0 auto;
  height: auto;
  width: 200px;
}

.side-nav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 24px;
  margin-left: 50px;
  margin-top: 70px;
}

.nav-btn{
    color: #d82525;
    font-size: 1.5em;
    justify-self: end;
    cursor: pointer;
    padding: 10px 0;
    width: 61px;
}

#nav-icon {
  width: 61px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  background-color: #000;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  border-radius: 4px;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 8px;
}

#nav-icon span:nth-child(3) {
  top: 16px;
}

.sub-menu{
  display: none;
}

.menu-item-has-children{
  position: relative;
}

.menu-item-has-children:hover>.sub-menu{
  background-color: #d82525;
  display: block;
  position: absolute;
  width: 10em;
}

.sub-menu li{
  display: block;
  border-bottom: #dddddd 1px solid;
}

.sub-menu li:last-of-type{
  border: 0;
}

.sub-menu a{
  color: #d82525;
  display: block;
  font-size: 0.6em;
  padding: 8px 1em;
  text-transform: none;
}

.sub-menu a:hover{
  padding-left: 1.5em;
}

.sub-menu a:after{
  content: "";
}

.side-nav li ul li a{
  color: #d82525;
  font-size: 1em;
  padding: 4px 4px 4px 48px;
}

.side-nav li ul li a:hover{
  padding-left: 48px;
}

.side-nav li ul li{
  border: 0;
}

.scarfe-menu.shop-menu{
  background: #fff;
  grid-template-columns: 1fr !important;
  padding: 0.5em 1em;
}

.scarfe-menu.shop-menu a{
  color: #000 !important;
}

.scarfe-menu.shop-menu img,.scarfe-menu.shop-menu svg{
  justify-self: start;
  max-width: 150px !important;
}

.scarfe-menu.shop-menu ul.main-nav{
  border-top: 4px solid #000;
  justify-self: start;
  margin: 0;
  width: 100%;
}

.scarfe-menu.shop-menu li{
  font-size: 0.9em;
  border-right: 3px solid #6a6666;
  margin-top: 2px;
}

.scarfe-menu.shop-menu li a{
  color: #6a6666;
  padding: 0 0.6em;
}


/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */

main,body,article{
  display: grid;
}

section{
  display: grid;
  justify-self: center;
  padding: 5em 2em;
  max-width: 1300px;
  width: 100%;
}

footer{
  padding-top: 7em;
  position: relative;
  display: grid;
  width: 100%;
}

footer p{
  grid-column-start: span 2;
}

img#footersky{
  position: absolute;
  width: 100%;
  top: -17em;
  z-index: -10;
  position: relative;
}

svg#footerwall{
  position: absolute;
  bottom: 0;
  z-index: -10;
}

img.footer-character{
  position: absolute;
  left: 70%;
  bottom: 40%;
  max-width: 250px;
}

/* div.footer-menu-wrapper{
  position: absolute;
  top: calc(12% + 13.5em);
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 50%;
  margin-left: 5%;
} */

footer ul li{
  color: #d82525;
  font-size: 1em;
}
.footer-menu-wrapper{
  top: calc(12% + 13.5em);
  display: grid;
  grid-template-columns: repeat (2, 1fr);
  grid-template-rows: repeat (2, 1fr);
  margin-left: 5%;
  margin-top: -22%;
}
.overall-menus {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.menus {
  display: grid;
  grid-template-columns: repeat (2, 1fr);
}
.menu1{
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.menu2{
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.social-image, .social-image-facebook {
  margin-right: 20px;
  width: 40px;
  height: 40px;
}
.copyright{
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  margin-left: 2.5%;
  margin-top: 3%;
}
.social {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  justify-self: end;
  margin-right: 58px;
  margin-top: 3%;
}
.klarna_logo {
  width: 75px;
  height: 40px;
  margin-right: 15px;
}

@media only screen and (max-width: 630px) {
  .footer-menu-wrapper{
    display: grid;
    grid-template-columns:  2fr;
    grid-template-rows: auto auto auto auto;
    margin-left: 5%;
  }
  .social {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-left: 3%;
    margin-top: 5%;
    justify-self: start;
  }
  .menus {
    display: grid;
    grid-template-columns: repeat (1, 1fr);
  }
  .copyright{
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    margin-left: 3%;
    margin-top: 5%;
  }
  .social-image, .social-image-facebook {
    width: 35px;
    height: 35px;
    padding:0;
    margin-right: 10px;
  }
}

/* ///// TEXT ///// */
/* ///// TEXT ///// */
/* ///// TEXT //// */

h1, h2, h3, h4, h5, h6{
  color: #d82525;
  font-family: aAkhirtahun, sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0.3em 0;
}

h1{
  font-size: 4.5em;
  line-height: 1.2em;
  word-wrap: break-word;
}

h2{
  font-size: 3em;
}

h3{
  font-size: 2em;
}

h4{
  font-size: 1.4em;
}

h5{
  font-size: 1.2em;
}

h6{
  font-size: 1.1em;
}


p{
  color: #000;
  font-family: 'national bold', sans-serif;
  line-height: 1.5;
  margin-bottom: 0.8em;
  max-width: 660px;
}

label{
  color:#d82525;
}

ul,ol{
  font-family: 'national bold', sans-serif;
  margin: 1.2em 0;
  padding: 0 6%;
}

ul {
  list-style: none;
}

ul li::before {
  content: "\2022";
  color: #d82525;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

ul.post-categories{
  margin: 0;
  padding: 0;
}

ul.post-categories li::before, ul.main-nav li::before, footer li::before, ul.products li::before, ul.page-numbers li::before, nav.woocommerce-MyAccount-navigation ul li::before, ul#scarfe-side-nav li::before, li#wpmenucartli::before, .shipping_method li::before, ul.woocommerce-shipping-methods li::before {
  content: "";
  width: 0;
  margin-left: 0;
}

ul.main-nav{
  padding: 0;
}

ol{
  list-style-type: decimal;
}

li{
  color: #000;
}

strong{
  font-weight: 700;
}

em{
  font-style: italic;
}

.underline{
  text-decoration: underline;
}

a{
  color: #d82525;
  cursor: pointer !important;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}

hr{
  background-color: #000;
  border: 0;
  height: 4px;
  justify-self: center;
  margin: 2em 0;
  width: 80%;
}

/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

.sticky {
  height: auto !important;
  position: fixed;
  opacity: 1 !important;
  padding: 1em 2em;
  top: 0;
  width: 100%;
}

a.button{
  background: #d82525;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
  justify-self: start;
  padding: 1.3em 0.5em;
}

a.button:hover{
  background: transparent;
  border: 1px solid #d82525;
  color: #d82525;
}

a#pf-shop{
  position: absolute;
  right: 5%;
  bottom: 10%;
  max-width: 200px;
}

.about-primary{
  background: url('../img/gerald-studio.png') no-repeat center / cover;
  max-width: 100%;
  padding: 0 0 20em 0;
  position: relative;
}

.about-primary svg{
  margin-top: -17em;
}

.about-intro-section{
  background: rgba(255,255,255,0.5);
  padding: 6px;
  position: absolute;
  top: -3em;
  left: 5%;
  width: 90%;
}

.background-wall {
  background-image: url('https://www.geraldscarfe.com/wp-content/uploads/2022/09/background-wall.png');
  max-width: 100%;
  background-size: contain;
}

.background-wall-content{
  grid-column: 1 / 1;
  grid-row: 1 / 1;
}

svg#backgroundwall{
  grid-column: 1 / 1;
  grid-row: 1 / 1;
  z-index: -10;
  position: relative;
}

.bar-intro{
  position: relative;
}

.bar-intro p{
  position: absolute;
  top:  5em;
  left: 5%;
}

#bar-logo{
  box-shadow: 0px 6px 8px 5px rgba(0, 0, 0, 0.5);
  max-width: 200px;
  top: 30%;
  left: 10%;
  position: absolute;
}

.wall-navigation{
  display: grid;
  margin-top: -9em;
  grid-template-columns: 33.3% 43.3% 1fr;
  max-width: 100%;
  padding: 0;
  grid-template-rows: auto;
}

#skyone{
  grid-column: 1 / 4;
  grid-row: 1 / 3;
  width: 100%;
}

#skytwo{
  grid-column: 1 / 4;
  grid-row: 2 / 4;
  width: 100%;
}

#skythree{
  grid-column: 1 / 4;
  grid-row: 4 / 6;
  width: 100%;
}

#skyfour{
  grid-column: 1 / 4;
  grid-row: 6 / 7;
  width: 100%;
}

svg#standardwalltop{
  margin-top: -12em;
}

.item-wrap{
  display: grid;
}

.item-wrap img{
  object-fit: cover;
  object-position: center;
  width: 60%;
  max-height: 100%;
}

.item-wrap.shop{
  grid-column: 2 / 4;
  grid-row: 2 / 3;
}

.item-wrap.shop img{
  display: none;
}

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

.wall-link.shop:hover ~ .item-wrap.shop img{
  display: block;
  transition: all 1s ease;
  z-index: 450;
  position: relative;
}

.item-wrap.about{
  grid-column: 2 / 4;
  grid-row: 3 / 4;
}

.item-wrap.about img{
  display: none; 
}

.wall-link.about:hover ~ .item-wrap.about img{
  display: block;
  z-index: 450;
  position: relative;
}

.item-wrap.news{
  grid-column: 2 / 4;
  grid-row: 4 / 5;
}

.item-wrap.news img{
  display: none;
}

.wall-link.news:hover ~ .item-wrap.news img{
  display: block;
  z-index: 450;
  position: relative;
}

.item-wrap.originals{
  grid-column: 2 / 4;
  grid-row: 5 / 6;
}

.item-wrap.originals img{
  display: none;
}

.wall-link.originals:hover ~ .item-wrap.originals img{
  display: block;
  z-index: 450;
  width: 65%;
  position: relative;
}

.item-wrap.bar{
  grid-column: 2 / 4;
  grid-row: 6 / 7;
}

.item-wrap.bar img{
  display: none; 
}

.wall-link.bar:hover ~ .item-wrap.bar img{
  display: block;
  z-index: 450;
  position: relative;
}

a.wall-link{
  z-index:9999;
  color:#d82525;
  font-size: 4em;
  font-family: aAkhirtahun, sans-serif;
  line-height: 1;
  margin: 1em 0 0 8%;
  position: relative;
}

.wall-link.shop{
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.wall-link.about{
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}

.wall-link.news{
  grid-column: 1 / 2;
  grid-row: 4 / 5;
}

.wall-link.originals{
  grid-column: 1 / 2;
  grid-row: 5 / 6;
}

.wall-link.bar{
  grid-column: 1 / 2;
  grid-row: 6 / 7;
}

svg#wallone{
  grid-column: 1 / 4;
  grid-row: 1 / 2;
  z-index: 500;
  position: relative;
}

svg#walltwo{
  grid-column: 1 / 4;
  grid-row: 2 / 3;
  z-index: 500;
  position: relative;
}

svg#wallthree{
  grid-column: 1 / 4;
  grid-row: 3 / 4;
  z-index: 500;
  position: relative;
}

svg#wallfour{
  grid-column: 1 / 4;
  grid-row: 4 / 5;
  z-index: 500;
  position: relative;
}

svg#wallfive{
  grid-column: 1 / 4;
  grid-row: 5 / 6;
  z-index: 500;
  position: relative;
}

svg#wallsix{
  grid-column: 1 / 4;
  grid-row: 6 / 7;
  z-index: 500;
  position: relative;
}

.wall-sky{
  align-self: stretch;
  justify-self: stretch;
  grid-column: 1 / 4;
  grid-row: 1 / 7;
  z-index: 400;
  position: relative;
}

.news-container{
  background: url('https://www.geraldscarfe.com/wp-content/uploads/2022/09/sky.png') no-repeat center / cover;
  max-width: 100%;
  padding-top: 14em;
  margin-top: -14em;
}

.news-container.no-margin{
  margin-top: 0;
}

.news-container h2{
  color: #fff;
  text-align: left;
  padding-left: 5%;
}

.news-wrapper{
  display: grid;
  grid-gap: 2em;
  grid-template-columns: 1fr 1fr 1fr;
  justify-self: left;
  max-width: 1300px;
  width: 100%;
  padding-left: 4%;
}

.news-item{
  display: grid;
  border-radius: 20px;
  justify-self: center;
  max-width: 360px;
  width: 100%;
}

.news-item img{
  border-radius: 20px;
  max-width: 360px !important;
  width: 100%;
  height: auto;
}

.news-item a{
  font-size: 2em;
  text-align: center;
}

.news-main{
  position: relative;
}

.news-main svg{
  position: absolute;
  top: -12em;
  width: 100%;
}

.shop-categories{
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2em;
}

.shop-featured{
  align-content: start;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 3em;
}

.shop-featured h2, .shop-featured hr{
  grid-column-start: span 3;
  justify-self: center;
}

.shop-featured h2{
  color: #858080;
  font-size: 1.2em;
}

.shop-featured hr{
  background-color: #858080;
  border: 0;
  height: 4px;
  margin: 0 0 2em;
  max-width: 50px;
}

.shop-featured h3{
  color: #858080;
  font-size: 1.4em;
  text-transform: uppercase;
  text-align: center;
}

.shop-featured p{
  color: #858080;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
}

bdi{
  font-size: 1.4em;
  color: #287e17;
  text-align: center;
  display: block;
}


.split{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
}

.split-item img{
  border-radius: 20px;
}

.spill-header{
  background: url(https://www.geraldscarfe.com/wp-content/uploads/2022/09/splodge.png) no-repeat center / contain;
  width: 50%;
  min-height: 300px;
  position: relative;
}

.spill-header h2{
  color: #fff;
  position: absolute;
  top: calc(50% - 24px);
  left: 20%;
}

.sub-header{
  background: url(https://www.geraldscarfe.com/wp-content/uploads/2022/09/sub-blue-sky.png) no-repeat center / cover;
  max-width: 100%;
  padding: 0 0 17em;
}

.sub-header i.wpmenucart-icon-shopping-cart-0{
  color: #fff;
}

nav.scarfe-menu a, nav.scarfe-menu a span{
  color: #000;
}


.sub-header nav.scarfe-menu{
  background: transparent;
}

.sub-header nav.scarfe-fixed-menu{
  background: url(https://www.geraldscarfe.com/wp-content/uploads/2022/09/sub-blue-sky.png) no-repeat center / cover;
}

.sub-header.bar-header nav.scarfe-fixed-menu{
  background: url(https://www.geraldscarfe.com/wp-content/uploads/2022/09/sub-blue-sky.png) no-repeat center / cover;
}

.sub-header nav.scarfe-menu a, .sub-header nav.scarfe-fixed-menu a, .sub-header nav.scarfe-menu a span, .sub-header nav.scarfe-fixed-menu a span{
  color: #fff;
}

.sub-header h1{
  margin-left: 3%;
  color: #fff;
  text-align: left;
}

.timeline{
  padding: 0;
  max-width: 100%;
}

.holding-era-full{
  margin: 0;
  max-width: 70%;
  padding: 2em 0 2em 5%;
}

.holding-era-full p{
  max-width: 100%;
}

.timeline-item{
  background-repeat: no-repeat;
  background-size: cover;
}

.timeline-full-width{
  background-position: center;
}

.timeline-item.has-text{
  background-position: center 15%;
  min-height: 700px;
  position: relative;
}

.timeline-with-text{
  display: grid;
  position: absolute;
  top: 2em;
  left: 5%;
  width: 75%;
}

.timeline-with-text h2{
  text-shadow: 5px 5px 0px rgba(0, 0, 0, 1);
}

.timeline-with-text h2,.timeline-with-text p{
  color: #fff;
}

.timeline-era{
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  padding: 3em;
}

.timeline-era h2{
  color: #fff;
  text-align: right;
  text-shadow: 5px 5px 0px rgba(0, 0, 0, 1);
}

.timeline-full-width{
  min-height: 500px;
}

.timeline-item.split{
  padding: 2em 5%;
}

.timeline-split-item{
  display: grid;
  grid-gap: 15px;
}

.era-holding{
  padding: 1em 0;
}

.timeline-item.split .split-item img{
  justify-self: end;
  max-width: 60%;
}

.wall-parallax{
  background-attachment: fixed !important;
  padding: 17em 0;
  max-width: 100%;
  margin-top: -18em;
  z-index: 475;
  position: relative;
}

.wall-parallax.originals{
  min-height: 100vh;
  position: relative;
  margin-top: -2em;
}

svg#homecta{
  position: relative;
  z-index: 999;
  margin-top: -10em;
}

svg#originals-one{
  top: -10em;
  position: absolute;
  z-index: 999;
}

svg#originals-two{
  margin-top: -10em;
  position: relative;
  z-index: 999;
}

svg#originals-three{
  margin-bottom: -14em;
  position: relative;
  z-index: 999;
}

.wall-parallax-content{
  display: grid;
  grid-row-gap: 10px;
  max-width: 600px;
  width: 75%;
  justify-self: center;
  margin: 3em 0;
}

.wall-parallax h2{
  background: #000;
  color: #fff;
  font-size: 3em;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
}

.wall-parallax a.button{
  justify-self: center;
}

.banner{
  margin: 0;
  max-width: 100%;
  padding: 2em;
}

.banner h1{
  align-self: start;
}

.video-banner{
  min-height: 1vh;
  position: relative;
  padding: 0;
}

.video-banner h1{
  color: #fff;
  font-size: 6em;
  position: absolute;
  left: 5%;
  right: 5%;
  margin-right: 10%;
  margin-bottom: 0.5em;
  bottom: 5%;
  width: 100%;
  text-shadow: 5px 5px 0px rgba(0, 0, 0, 1);
}

#video-back {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -10;
}

#video-back source{
  object-fit: cover;
  object-position: center;
}

video{
  width: 100%;
}

/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */

.wpcf7-form 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"], select, textarea {width:100% !important;}

form{
  align-items: start;
  display: grid;
  grid-row-gap: 1.5em;
  justify-self: center;
  margin-top: 2em;
  width: 100%;
  z-index: 10;
}

form p{
  display: grid;
  grid-row-gap: 0.1em;
}

form label{
  color: #d82525;
  display: grid;
}

form.woocommerce-checkout label{
  display: inline-block;
}

input,textarea{
  background-color: #fff;
  border: 1px solid #000;
  padding: 1em;
}


input::placeholder, textarea::placeholder{
  color: #d82525;
  font-size: 1em;
  font-family: aakhirtahun, sans-serif;
  font-weight: #700;
  text-align: center;
}

input[type="submit"]{
  background-color: #d82525;
  border: 2px solid transparent;
  border-radius: 4px;
  color: #D9D9D9;
  font-family: aakhirtahun, sans-serif;
  justify-self: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.75em 2.5em;
}

input[type="submit"]:hover{
  background-color: #D9D9D9;
  border: 2px solid #d82525;
  color: #d82525;
}




/* ///// WP ///// */
/* ///// WP ///// */
/* ///// WP ///// */

.has-text-align-left{
  text-align: left !important;
}

.has-text-align-right{
  text-align: right !important;
}

.has-text-align-center{
  text-align: center !important;
}

body.page-id-70 .sub-header nav a, body.page-id-71 .sub-header nav a, body.page-id-70 .sub-header nav a span, body.page-id-71 .sub-header nav a span{
  color: #000 !important;
}

body.page-id-70 .sub-header, body.page-id-71 .sub-header{
  background: unset;
  padding-bottom: 0 !important;
}

body.page-id-70 .sub-header h1, body.page-id-71 .sub-header h1{
  color: #000 !important;
}

.post-70 svg#standardwalltop,.post-71 svg#standardwalltop{
  display: none;
}

#cn-notice-text{
  color: #fff;
}

/* ///// WOO ///// */
/* ///// WOO ///// */
/* ///// WOO ///// */

/* ///// WOO ///// */
/* ///// WOO ///// */
/* ///// WOO ///// */

/* GENERAL */

body.single-product h1 .price bdi{
  font-size: 1.5em;
  font-weight: 700;
}

button.button{
  color: #000;
  justify-self: start;
  padding: 0.6em 1.5em;
  text-transform: uppercase;
}

.woocommerce a.button{
   background-color: #000;
   border: 1px solid transparent;
   color: #fff;
   justify-self: center;
   -webkit-font-smoothing: antialiased;
}

.product-category a:hover, .kit-social a:hover{
  border-bottom: 0;
  padding-bottom: 0;
}

.dc-woo{
  padding: 2em;
}

.dc-woo h1{
  margin-bottom: 1em;
}

h1.woocommerce-products-header__title,h1.page-title,.dc-woo h1{
  color: #000;
}

nav.woocommerce-breadcrumb{
  background: transparent;
  display: block;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em !important;
}

form.cart{
  display: block;
  padding: 0;
}

.woocommerce-message{
  border-top-color: #000;
}

.variations_form p{
  text-align: center;
}

select#colour{
  padding:  0.5em 0.25em;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
  background-color: #000;
}

/* SHOP */

mark{
  background-color: transparent;
}

.woocommerce-loop-product__title{
  text-align: center;
}

p.woocommerce-result-count{
  color: #000;
  padding: 0;
}

select.orderby{
  border-radius: 0;
  color: #000;
  padding: 0.5em;
}

.attachment-woocommerce_thumbnail{
  margin-bottom: 0 !important;
}

h2.woocommerce-loop-product__title{
  color: #000;
  font-size: 1.1em !important;
  text-align: left;
  padding: 0 5px;
}

span.price{
  text-align: center;
}

a.added_to_cart{
  justify-self: center;
}

li.product{
  display: grid;
}

bdi{
  color: #000;
  font-size: 1em !important;
  text-align: left;
}

bdi span{
  color: #000 !important;
  font-weight: bold;
}

.qty{
  padding: 0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #000;
    border:  1px solid transparent;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background-color: #fff;
  border:  1px solid #000;
  color: #000;
}

.wc-tabs a:hover{
  border-bottom: 0;
}

.woocommerce .woocommerce-ordering{
  margin: 0  0 3em;
}

/* SINGLE */

div.quantity{
  float: none !important;
  margin-bottom: 0.5em !important;
  width: 3.631em !important;
}

div.quantity input[type="number"]{
  border: 1px solid #000 !important;
  color: #000 !important;
}

.product_title{
  color: #000;
  text-align: left;
}

p.price, .woocommerce-product-details__short-description p, p.woocommerce-noreviews,.comment-form-rating label,p.stars,p.comment-form-comment{
  padding: 0 !important;
}

p.price{
  justify-self: start;
  text-align: left;
}

span.posted_in{
  color: #000;
}

.woocommerce-tabs ul.tabs::before{
  border-bottom: 1px solid #000 !important;
  border-radius:  0 !important;
  box-shadow:  0 !important;
}

.woocommerce-tabs ul.tabs li{
  border: 1px solid #000 !important;
  border-radius:  0 !important;
  box-shadow:  0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  border-bottom: 1px solid #fff !important;
  border-radius:  0 !important;
  box-shadow:  0 !important;
}

.woocommerce-tabs ul.tabs li::before{
  border-bottom-right-radius: 0 !important;
  box-shadow:  0 !important;
}

.woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
  border: 0 !important;
  box-shadow:  0 !important;
  border-radius:  0 !important;
}

.woocommerce-product-details__short-description p{
  text-align: left;
}

.woocommerce-Tabs-panel--description{
  display: grid;
}

#comments p,.comment-form-rating p,.comment-form-comment{
  text-align: left;
}

#commentform{
  display: block;
}

table.shop_attributes th{
  color: #d82525;
  font-family: aAkhirtahun, sans-serif;
  text-align: left;
}

/* BASKET */

form.woocommerce-cart-form,form.woocommerce-checkout,form.woocommerce-EditAccountForm,form.woocommerce-ordering{
  max-width: 100%;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
  
  background: #000 !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: 1em !important;
  justify-self: center !important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover{
  background: transparent !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}

/* CHECKOUT */

.woocommerce-info {
    border-top-color: #000 !important;
}

.woocommerce-info::before{
  color: #000 !important;
}

.woocommerce-billing-fields h3,.woocommerce-additional-fields h3{
  color: #000 !important;
}

.woocommerce-billing-fields__field-wrapper label {
  padding: 0;
}

/* ACCOUNT */

nav.woocommerce-MyAccount-navigation{
  padding: 1em;
}

nav.woocommerce-MyAccount-navigation ul{
  list-style-type: none;
}

nav.woocommerce-MyAccount-navigation a{
  color: #000;
}

form.woocommerce-EditAccountForm{
  display: block;
  margin-top: 0;
}

form.woocommerce-EditAccountForm label,form.woocommerce-EditAccountForm p{
  padding: 0;
}

legend{
  padding: 3px;
}

div.page-description{
  display: grid;
  margin-bottom: 2em;
}


h1.product_title, .woocommerce-product-details__short-description h2, .woocommerce-Tabs-panel--description h2{
  font-weight: 700;
  text-transform: uppercase;
}


section.related.products{
  padding: 0;
}

h1.product_title, .woocommerce-product-details__short-description h2, .woocommerce-Tabs-panel--description h2{
  font-weight: 700;
  text-transform: uppercase;
}

h1.product_title{
  font-size: 1.2em;
}

section.related.products h2{
  font-size: 2em;
}

h2.featured-title{
  color: #000;
}

.sku_wrapper{
  display: none;
}

.includes_tax{
  display: none;
}

.woocommerce span.onsale{
   background-color: #d82525;
}

.woocommerce ul.products li.product .itsnew{
   left: 0;
   right: auto;
}

@media only screen and (max-width: 2400px) {

.wall-navigation{
  margin-top: -8em;
}

}

@media only screen and (max-width: 2300px) {

.about-primary svg{
  margin-top: -15em;
}

.sub-header{
  padding: 0 0 15em;
}

}

@media only screen and (max-width: 2100px) {

img.footer-character{
  bottom: 35%;
}

.wall-navigation{
  margin-top: -7em;
}

}

@media only screen and (max-width: 1800px) {

img#footersky{
  top: -13em;
}

.wall-navigation{
  margin-top: -6em;
}

}

@media only screen and (max-width: 1600px) {

.about-primary svg{
  margin-top: -10em;
}

img.footer-character{
  bottom: 30%;
}

.news-main svg{
  top: -10em;
}

.sub-header{
  padding: 0 0 10em;
}

}

@media only screen and (max-width: 1500px) {

.wall-navigation{
  margin-top: -5em;
}

}


@media only screen and (max-width: 1400px) {

img#footersky{
  top: -10em;
}

img.footer-character{
  left: 60%;
  bottom: 25%;
}

}

@media only screen and (max-width: 1200px) {

svg#homecta{
  margin-top: -10em;
}

svg#standardwalltop{
  margin-top: -8em;
}

footer{
  padding-top: 5em;
}

svg#originals-three{
  margin-bottom: -11em;
}

.wall-navigation{
  margin-top: -4em;
}

}

@media only screen and (max-width: 1100px) {

.main-nav, nav.scarfe-menu div.menu-basket-nav-container, nav.scarfe-menu ul#menu-basket-nav{
  display: none;
}

nav.scarfe-menu{
  grid-template-columns: 100px 1fr;
}

.scarfe-menu img{
  justify-self: start !important;
  margin-bottom: 0;
  width: 75px;
}

.main-nav.shop-menu{
  display: block;
}

.nav-btn{
  align-self: center;
  display: block;
  justify-self: end;
  z-index: 100;
  position: relative;
}

nav.scarfe-fixed-menu{
  grid-template-columns: 1fr 75px 75px;
}

nav.scarfe-fixed-menu svg{
  max-width:  150px;
}

.news-main svg{
  top: -7em;
}

.wall-parallax{
  margin-top: -7em;
}

.video-banner h1{
  max-width: 480px;
  line-height: 0.9;
}

a#pf-shop{
  bottom: 25%;
  max-width: 120px;
}

}


@media only screen and (max-width: 960px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */

a.wall-link{
  font-size: 2.5em;
}

div.footer-menu-wrapper{
  top: 12%;
}

/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

.about-primary svg{
  margin-top: -7em;
}

.about-intro-section{
  top: -2.7em;
}

img.footer-character{
  bottom: 45%;
  max-width: 150px;
}

.sub-header{
  padding-bottom: 7em;
}

svg#originals-one{
  top: -5em;
}

svg#originals-two{
  margin-top: -5em;
}

svg#originals-three{
  margin-bottom: -7em;
}

svg#homecta{
  margin-top: -6.5em;
}

.wall-navigation{
  margin-top: -3em;
}

img#footersky{
  top: -12em;
}

svg#footerwall{
  bottom: 4em;
}

}


@media only screen and (max-width: 760px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */



/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */

footer{
  padding-top: 1em;
  min-height: 190px;
}

/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

img.footer-character{
  bottom: 25%;
}

.news-container h2{
  text-align: center;
}

.news-wrapper{
  grid-template-columns: 1fr;
  margin-top: 2em;
}

.news-main svg{
  top: -5em;
}

.shop-categories,.shop-featured{
  grid-template-columns: 1fr;
}

.shop-featured h2, .shop-featured hr{
  grid-column-start: span 1;
}

.shop-categories img,.shop-featured img,.shop-item{
  justify-self: center;
}

.spill-header{
  width: 80%;
}

.spill-header h2{
  left: 10%;
}

.split{
  grid-template-columns: 1fr;
}

.timeline-era{
  padding: 2em;
}

svg#standardwalltop{
  margin-top: -5em;
}

img#footersky{
  top: -5em;
}

svg#footerwall{
  bottom: 3em;
}

.footer-menu-wrapper{
  min-width: 70%;
}

.footer-menu-wrapper ul{
  margin: 0
}

/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */




}


@media only screen and (max-width: 660px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */



/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */





/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

a#pf-shop{
  max-width: 120px;
}

.about-primary svg{
  margin-top: -4.3em;
}

.about-intro-section{
  top: -1.2em;
}

.sub-header{
  padding-bottom: 4.3em;
}


svg#originals-one{
  top: -5em;
}

svg#originals-two{
  margin-top: -5em;
}

svg#originals-three{
  margin-bottom: -4em;
}

.bar-intro p{
  background-color: rgba(255,255,255,0.5);
  position: static;
  padding: 10px
}

svg#homecta{
  margin-top: -4.5em;
}

.video-banner h1{
  font-size: 3em;
  bottom: 10%;
}

img#footersky{
  top: -8em;
}


/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */


}


@media only screen and (max-width: 630px) {

  img#footersky{
    top: 1em;
  }

}

@media only screen and (max-width: 560px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */

a.wall-link{
  font-size: 1.5em;
}

/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */



/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

h1{
  font-size: 2em;
}

h2{
  font-size: 1.6em;
}

h3{
  font-size: 1.4em;
}

h4{
  font-size: 1.2em;
}

h5{
  font-size: 1.1em;
}

h6{
  font-size: 1em;
}

img#footersky{
  top: 2em;
}

img.footer-character{
  bottom: 28%;
  max-width: 75px;
}

.timeline > p{
  max-width: 100%;
  padding: 2em 5%;
}

.timeline-era{
  padding: 1.5em;
}

.news-main svg{
  top: -4em;
}

.wall-navigation{
  margin-top: -2em;
}

/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */




}

@media only screen and (max-width: 460px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */




/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */


/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

a#pf-shop{
  max-width: 70px;
}

.about-primary svg{
  margin-top: -3em;
}

.about-intro-section{
  top: -0.5em;
}

img.footer-character{
  bottom: 22%;
}

.sub-header{
  padding-bottom: 3em;
}

svg#originals-one{
  top: -3em;
}

svg#originals-two{
  margin-top: -3em;
}

svg#originals-three{
  margin-bottom: -3em;
}

svg#standardwalltop{
  margin-top: -3em;
}

.wall-parallax{
  margin-top: -5em;
}

svg#homecta{
  margin-top: -3em;
}

.video-banner h1{
  font-size: 2em;
}

img#footersky{
  top:3em;
}
/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */


}

@media only screen and (max-width: 380px) {

  img#footersky{
  top: 4em;
}

img.footer-character{
  bottom: 20%;
}

svg#originals-three{
  margin-bottom: -2em;
}

.news-main svg{
  top: -3em;
}

}

@media only screen and (max-width: 341px) {
  img#footersky{
    top: 4em;
  }
}

@media only screen and (max-width: 319px) {

    body, header, main, section, footer {
    width: 320px;
    
    }

    img.footer-character{
  bottom: 15%;
}

img#footersky{
  top: 3em;
}

}

@supports (-webkit-overflow-scrolling: touch) {
  .wall-parallax {
  background-attachment: scroll !important;
  background-size: cover;
  background-position: center;
  }
}

/* HIGHER WIDTH SCREENS */

@media only screen and (min-width: 1400px) {

  section.news-container{
    margin-top: -18em;
  }


}

@media only screen and (min-width: 1700px) {

  #bar-logo{
    top: 50%;
  }


}

@media only screen and (min-width: 1800px) {

  section.news-container{
    margin-top: -22em;
  }


}



@media only screen and (min-width: 2200px) {

  section.news-container{
    margin-top: -26em;
  }


}

@media only screen and (min-width: 2500px) {

  nav,section,svg{
    justify-self: center;
    max-width: 2500px !important;
  }

  body {
  background-image: url('https://www.geraldscarfe.com/wp-content/uploads/2022/09/background-wall.png');
  max-width: 100%;
  background-size: contain;
}

.background-wall{
  background: transparent !important;
}

img#footersky,svg#footerwall{
  display: none;
}

footer ul{
  position: static;
}


}



