/*
Theme Name:   Jeffleeder
Theme URL:       jeffleeder.com
Description:  jeff leeders website
Author:        Jeff Leeder
Author URL:   http://jeffleeder.com
Template:	blockstarter
Version:          1.0.0
License:          none
License URL:   none
Tags: jeffleeder
Text Domain:  blockstarter
*/
/* Header */
.site-header {
  box-shadow: 0 0px 0px transparent !important;
}
p.tagline {
  display: inline;
  margin-top: -19px;
  //margin: -19px 0px 0px 18px;
  margin: -25px 0px 0px 53px;
  font-size: 14px;
  @media only screen and (max-width: 890px) {
    font-size: 12px;
  }
}
@media only screen and (min-width: 600px) {
  .is-content-justification-space-between .site-meta {
    flex: 0 0 39% !important;
  }
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0rem !important;
  margin-block-end: 0 !important;
}
:root :where(.is-layout-flow) > * {
  margin-block-start: 0rem;
  margin-block-end: 0;
}
.wp-block-image {
  margin: 0 0 0em;
}
@media only screen and (max-width: 890px) {
  header section.mediumpadtp.darkgreenbk {
    padding: 5px 20px 0px !important;
  }
}
.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0;
  width: 250px;
}

:root {
  --grit-drift-x: 0px;
  --grit-drift-y: 0px;
  --grit-drift: 1;
  --grit-frame-ms: 150;
  --grit-density: 1400;
  --grit-opacity-min: 0.15;
  --grit-opacity-max: 0.2;
  --grit-blend-mode: normal;
  --paper-grain-density: 900;
  --paper-grain-scale: 0.62;
  --paper-grain-alpha-min: 0.06;
  --paper-grain-alpha-max: 0.18;
  --paper-grain-dark-bias: 0.7;
  --paper-grain-fiber-length: 18;
  --paper-grain-fiber-alpha: 0.085;
}

.site-grit-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
  z-index: 99999;
  opacity: var(--grit-opacity-min);
  mix-blend-mode: var(--grit-blend-mode);
  transform: translate(var(--grit-drift-x), var(--grit-drift-y));
}

.visible-mobile {
  display: none !important;
  visibility: hidden !important;
  @media only screen and (max-width: 880px) {
    display: inherit !important;
    visibility: visible !important;
  }
}

.hidden-mobile {
  display: inherit !important;
  visibility: visible !important;
  @media only screen and (max-width: 880px) {
    display: none !important;
    visibility: hidden !important;
  }
}
.visible-tablet {
  display: none !important;
  visibility: hidden !important;
  @media only screen and (min-width: 880px) and (max-width: 1200px) {
    display: inherit !important;
    visibility: visible !important;
  }
}
.hidden-tablet {
  display: inherit !important;
  visibility: visible !important;
  @media only screen and (min-width: 880px) and (max-width: 1200px) {
    display: none !important;
    visibility: hidden !important;
  }
}
.hidden-mobile.hidden-tablet {
  @media only screen and (max-width: 880px) {
    display: none !important;
    visibility: hidden !important;
  }
}

@media only screen and (max-width: 880px) {
  h1.maintitle {
    line-height: 35px;
  }
}
h1.maintitle {
  padding: 0px !important;
  margin: 0px !important;
  margin-bottom: 0px !important;
  font-weight: 200;
}

//text colours
.black {
  color: rgba(0, 0, 0, 1);
}
.dark {
  olor: rgba(30, 30, 30, 1);
}
.white {
  color: rgba(255, 255, 255, 1);
}
.medium {
  color: rgba(58, 61, 63, 1);
}
.orange {
  color: #dab761;
}
.green {
  olor: rgba(36, 78, 0, 1);
}
.darkgreen {
  color: rgba(21, 54, 0, 1);
}
