/*
Theme Name: SettingOff
Theme URI: https://settingoffpnp.com
Author: Joe Leiner
Author URI: https://joeleiner.com
Description: Based on the Blankslate WP theme.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 9999
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
*/

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"]{appearance:none;border-radius:0}input[type="search"]{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);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;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}

@font-face {
  font-family: Inter;
  src: url(src/Inter-Regular.woff2);
  font-weight: 400;
}

@font-face {
  font-family: Inter;
  src: url(src/Inter-SemiBold.woff2);
  font-weight: 600;
}

@font-face {
  font-family: Inter;
  src: url(src/Inter-Italic.woff2);
  font-weight: 400;
  font-style: italic;
}

html{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    background-color: #E6E6E6;
    color: #1A1A1A;
}

#container{
  min-height: 100vh;
}

/* CITRUS */
h1, h2, h3, h4, #menu ul{
    font-family: "citrus-gothic-rough", sans-serif;
    font-weight: 400;
    font-style: italic;
}

h1{
  color: #16C0F1;
  font-size: 70px;
}

h2{
  color: #16C0F1;
  font-size: 56px;
  text-align: center;
  padding: 24px;
}

.home h3{
  font-size: 40px;
  padding: 20px;
  background-image: url("src/menu-hl-2.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: max-content;
}

p{
  font-size: 18px;
  line-height: 1.4;
}

a{
  color: #1A1A1A;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

strong{
  font-weight: 600;
}

em{
  font-style: italic;
}

#header{
  position: fixed;
  width: 100%;
  height: 90px;
  background-color: #E6E6E6;
  display: flex;
  align-items: center;
  z-index: 99;
}

#so-logo{
  height: 90px;
  padding: 10px 10px 10px 30px;
}

#so-logo:hover{
  opacity: 0.8;
}

#menu{
  margin-left: auto;
  font-size: 24px;
  padding-right: 30px;
}

#menu ul{
  display: inline-flex;
}

#menu li{
  padding: 16px;
}

.menu-item-highlight{
  background-image: url("src/mechanic_1.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
/*
.menu-item-highlight:nth-of-type(odd){
  background-image: url("src/menu-hl-2.svg");
}
*/
#content{
  padding-top: 90px;
}

.wp-block-group{
  overflow: auto;
}

.hero{
  height: calc(100vh - 90px);
}

.hero a{
  color: #16C0F1;
  font-size: 32px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
}

.hero a:hover{
  text-decoration: none;
}

.hero .wp-block-cover__inner-container{
  width: 50%;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 1024px) {
  .hero .wp-block-cover__inner-container{
    width: 80%;
  }


}

#basics, #mechanics, #book, #team{
  padding: 18px;
  padding-bottom: 92px;
}

#basics{
  background-image: url("src/fishman.png");
  background-repeat: no-repeat;
  background-size: 280px;
  background-position: 90% 50%;
}

/*
#basics::after{
  content: "";
  display: block;
  background-image: url('src/wanderer.svg');
  background-size: 400px;
  z-index: 50;
  width: 400px;
  height: 244px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
  */

#mechanics{
  background-image: url("src/occult.png");
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: 95% 50%;
}

#basics .wp-block-group__inner-container,
#mechanics .wp-block-group__inner-container,
#team .wp-block-group__inner-container{
  max-width: 1280px;
  margin: 0 auto;
}

.cascading{
  width: 40%;
}

.cascading p{
  margin: 0;
  background-color: #E6E6E6;
}

.cascading:nth-of-type(2){
  margin: 0 auto;
}

.cascading:nth-of-type(2) h3{
  background-image: url("src/menu-hl-3.svg");
}

.cascading:nth-of-type(3){
  position: relative;
  float: right;
}

.cascading:nth-of-type(3) h3{
  background-image: url("src/menu-hl.svg");
}

#mechanics .cascading:nth-of-type(1) h3{
  background-image: url("src/mechanic_1.svg");
}

#mechanics .cascading:nth-of-type(2) h3{
  background-image: url("src/mechanic_2.svg");
}

#mechanics .cascading:nth-of-type(3) h3{
  background-image: url("src/mechanic_3.svg");
}

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

  .cascading{
    width: 70%;
  }

  #basics, #mechanics{
    background-size: 150px;
    background-position: 105% 20%;
  }

  #menu li{
    display: none;
  }

  .menu-item-highlight{
    display: block !important;
  }
}

#book, #team{
  background-color: #1A1A1A;
  color: #E6E6E6;
}

.wp-block-columns{
  max-width: 1280px;
  margin: 0 auto;
}

.wp-block-column:nth-of-type(2){
  align-items: center;
  display: flex;
  justify-content: center;
}

.wp-block-column:nth-of-type(2) img{
  max-width: 360px;
  display: block;
  margin: 0 auto;
}

#flexcol .wp-block-column{
  display: flex;
  flex-direction: column;
  min-height: 80vh;
}

@media screen and (max-width: 782px) {
  #flexcol .wp-block-column{
    min-height: unset;
  }

  #basics, #mechanics, #book, #team{
    padding-bottom: 36px;
  }

}

#flexcol .wp-block-column .wp-block-image{
  padding-right: 64px;
}

#flexcol .wp-block-column .wp-block-image:first-of-type{
  padding-left: 64px;
  padding-right: 0;
  margin-top: 24px;
}

#flexcol .wp-block-column:nth-of-type(2) .wp-block-image{
  padding-right: 0;
  padding-left: 0;
}

#flexcol .wp-block-image{
  margin-bottom: 48px;
  margin-top: 0;
}

#book p{
  padding-top: 72px;
}

.hero {
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0 100%);
}

#book, #team {
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
  padding-top: 48px;
}

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

  #book p{
    padding-top: 24px;
  }

    .hero {
      clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 100%);
    }

  #book, #team {
    clip-path: polygon(0 0, 100% 2%, 100% 98%, 0 100%);
    padding-top: 48px;
  }

  #header{
    position: relative;
  }

  #content{
    padding-top: 0;
  }

}

.image-bottom{
  margin-top: auto;
}

#team *{
  margin: 0;
}

#team h4{
  font-size: 22px;
  margin-top: -16px;
  z-index: 50;
  position: relative;
  background-color: #1C2D4A;
  width: fit-content;
  padding: 8px 8px 0 8px;
}

#team p{
  font-size: 15px;
  padding-left: 8px;
  padding-bottom: 8px;
  float: left;
  max-width: 145px;
}

.collaborator{
  background-color: #1C2D4A;
}

.ext-link{
  width: 40px;
  float: right;
  padding: 0 8px 8px 0;
  margin-top: -10px !important;
}

.ext-link:hover{
  opacity: 0.6;
}

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

  #team .wp-block-group-is-layout-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #team p:empty{
    display: none;
  }
}

#socials h2{
  margin-bottom: 60px;
}

#socials p{
  font-family: "citrus-gothic-rough", sans-serif;
  font-size: 28px;
}

#socials a{
  background-color: #E6E6E6;
}

#socials a:hover{
  text-decoration: underline !important;
}

#socials .wp-block-group__inner-container{
  max-width: 800px;
  margin: 0 auto;
}

#socials img{
  width: auto !important;
  height: 27px;
  margin-right: 8px;
}

#socials p:nth-of-type(1){

}

#socials p:nth-of-type(2){
  margin-left: 12.5%;
}

#socials p:nth-of-type(3){
  margin-left: 25%;
}

#socials p:nth-of-type(4){
  margin-left: 37.5%;
}

#socials p:nth-of-type(5){
  margin-left: 50%;
}

#socials p:nth-of-type(6){
  margin-left: 62.5%
}

#socials p:nth-of-type(7){
  margin-left: 75%
}

#socials p:nth-of-type(8){
  text-align: right;
}

#socials{
  background-image: url("src/beastfolk.png");
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: 95% 50%;
  padding-bottom: 92px;
}

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

  #socials p{
    text-align: center !important;
    margin-left: 0 !important;
  }

  #socials{
    background-size: 250px;
    background-position: 95% 50%;
    padding-bottom: 48px;
  }

}

footer{
  height: 100px;
}

footer p{
  font-size: 16px !important;
  float: left;
  line-height: 1.2;
}

footer a{
  text-decoration: underline;
  margin-left: 16px;
  line-height: 1.2;
}

footer ul{
  float: right;
  display: inline-flex;
}

#copyright{
  text-align: left;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 12px;
  height: 30%;
}

.subfooter{
  background-color: #1A1A1A;
  color: #E6E6E6;
  height: 70%;
  clip-path: polygon(0 0, 100% 32px, 100% 100%, 0 100%);
}

.subfooter p{
  text-align: left;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 12px 0;
  float: none !important;
}

.subfooter a{
  color: #E6E6E6;
  margin-left: 0;
}

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

  footer ul{
    float: left;
    margin-bottom: 16px;
  }

  footer{
    height: 130px;
  }

  #copyright{
    height: 50%;
    padding-top: 20px;
  }

  .subfooter{
    height: 50%;
  }

}

body:not(.home) .entry-content{
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.4;
}

/* SHOP */

.woocommerce-breadcrumb,
.woocommerce-products-header__title,
.woocommerce-result-count,
.woocommerce-ordering,
.related,
.wc-tabs,
.product_meta{
  display: none;
}

.products, .product{
  max-width: 1304px;
  padding: 18px !important;
  margin: 0 auto !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
  width: 25%;
}

.woocommerce h2{
  text-align: left;
  padding-left: 0;
}

.button{
  background-color: #16C0F1 !important;
  color: #1A1A1A !important;
  transition: all 0.4s;
}

.button:hover{
  background-color: #37d4ff !important;
}

.amount{
  color: #1A1A1A;
}

.wc-block-cart__submit{
  background-color: #16C0F1 !important;
  color: #1A1A1A !important;
  transition: all 0.4s;
  font-weight: 700;
}

.wc-block-cart__submit:hover{
  background-color: #37d4ff !important;
}

.wc-block-cart{
  padding: 18px;
}

.wc-block-checkout{
  padding: 10px;
}

.wc-block-components-sidebar{
  z-index: 99;
}

.wc-block-components-product-metadata__description p{
  font-size: 16px !important;
  display: none;
}

.woocommerce-loop-product__title{
  font-size: 28px !important;
}

.woocommerce-loop-product__title:hover{
  text-decoration: underline;
}

.attachment-woocommerce_thumbnail:hover{
  opacity: 0.7;
}

.woocommerce-product-details__short-description{
  margin: 36px 0;
}

.featured{
  width: 50% !important;
}

.menu-item-type-post_type{
  display: none;
}

.menu-item-highlight{
  display: inline;
}

.woocommerce-page .menu-item-type-post_type{
  display: inline !important;
}

.woocommerce-page .menu-item-type-custom{
  display: none;
}

.added_to_cart{
  background-color: #fff;
  padding: .618em 1em !important;
  line-height: 1;
  border-radius: 3px;
  margin-left: 8px;
}

.added_to_cart:hover{
  text-decoration: underline !important;
}

.quantity input{
  padding: .618em 1em !important;
  min-width: 80px;
}