body { 
  min-width:300px;
}

.site-main .term {
  max-width: 100%;
}

.gh-article {
  margin-top:0;
}

.suomisaundi {
  display: inline-block;
  background: linear-gradient(0deg, rgba(184,214,255,1) 0%, rgba(149,194,255,1) 11%, rgba(0,161,255,1) 46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  
}

.suomisaundi:after {
  content:'💕';
}

.spugedelic {
  display: inline-block;
  animation: drunk2 2s ease-in-out infinite;
}

.spugedelic span {
  display: inline-block;
  animation: drunk 2s ease-in-out infinite;
  animation-direction: alternate-reverse;
}

.spugedelic span:nth-child(1) {
  animation-delay: 0s;
}
.spugedelic span:nth-child(2) {
  animation-delay: 0.1s;
}
.spugedelic span:nth-child(3) {
  animation-delay: 0.03s;
}
.spugedelic span:nth-child(4) {
  animation-delay: 0.14s;
}
.spugedelic span:nth-child(5) {
  animation-delay: 0.02s;
}
.spugedelic span:nth-child(6) {
  animation-delay: 0.15s;
}
.spugedelic span:nth-child(7) {
  animation-delay: 0.19s;
}
.spugedelic span:nth-child(8) {
  animation-delay: 0.08s;
}
.spugedelic span:nth-child(9) {
  animation-delay: 0.11s;
}
.spugedelic span:nth-child(10) {
  animation-delay: 0.01s;
}
.spugedelic span:nth-child(11) {
  animation-delay: 0.01s;
  width: 4px;
}
.spugedelic span:nth-child(12) {
  animation-delay: 0.15s;
}
.spugedelic span:nth-child(13) {
  animation-delay: 0.1s;
}
.spugedelic span:nth-child(14) {
  animation-delay: 0.25s;
}
.spugedelic span:nth-child(15) {
  animation-delay: 0.07s;
}
.spugedelic span:nth-child(16) {
  animation-delay: 0.21s;
}


@keyframes drunk {
  0% {
      transform: translateY(-3px);
  }
  50% {
      transform: translateY(+3px);
  }
  100% {
    transform: translateY(-2px);
  }
}

@keyframes drunk2 {
  0% {
      transform: translateX(-2px);
  }
  50% {
      transform: translateX(+2px);
  }
  100% {
    transform: translateX(-1px);
  }
}

/*
.suomisaundi:after {
  position: relative;
  display: inline-block;
  content: '🇫🇮';
  -webkit-text-fill-color: initial;
  top: -1.1em;
  left: -1em;
  font-size: 0.8em;
  transform: rotate(15deg);
}*/

.post-excerpt .suomisaundi, .post-excerpt .goatrance, .post-excerpt .psytrance, .post-excerpt .spugedelic, .post-excerpt .spugedelic span { 
  background: none;
  color: #fff;
  font-size:1em;
  text-shadow: none;
  -webkit-text-fill-color: #fff;
  animation: none;
}

.post-excerpt .suomisaundi:after, .post-excerpt .goatrance:after, .post-excerpt .psytrance:after, .post-excerpt .spugedelic:after {
content: none;
}

.psytrance, .goatrance, .suomisaundi {
  position: relative;
  display: inline-block;
  width: auto;
}

.psytrance:after, .goatrance:after, .suomisaundi:after {
  position: relative;
  display: inline-block;
  text-align: center;
  top: -2px;
  left: 2px;
  -webkit-text-fill-color: initial;
  font-size: 0.8em;
  margin-right: 3px;
}

.psytrance {
  color: rgb(89 43 43);
}
.psytrance:after {
  content: '💩';
}

.goatrance {
  color: #e856e5;
  -webkit-text-stroke: thin rgb(237 82 241 / 57%);
}

.goatrance:after {
  content: '💕';
}

#site-content .gh-content :not(.kg-button-card) a {
  display: inline-block;
  text-decoration: none;
  color: var(--ghost-accent-color);
  border-bottom: 1px solid hsl(301.23deg 76.04% 70% / 38%);
  font-weight: bold;
}

#site-content .gh-content :not(.kg-button-card) a:hover {
  border-bottom: 1px solid hsl(301.23deg 68.69% 45.22%)
}

#site-content .gh-content :not(.kg-button-card) a span {
  background: transparent !important;
  text-decoration: none;
  color: var(--ghost-accent-color);
  -webkit-text-fill-color: initial;
}

#site-content .gh-content :not(.kg-button-card) a span:after {
  text-decoration: none;
}

#site-content .gh-content :not(.kg-button-card) a:after {
  content: '🔗';
  position: relative;
  display: inline-block;
  text-align: center;
  top: -4px;
  left: 2px;
  -webkit-text-fill-color: initial;
  font-size: 0.5em;
  margin-right: 3px;
  opacity: 0.5;
}




.post-author {display: none !important;}
.gh-powered-by a {display: none !important;}
.gh-foot-menu .nav-sign-up {display: none !important;}
.gh-article-header .gh-article-meta {display: none !important;}
.gh-comments {display: none !important;}
.gh-portal-signup-logo {display: none !important;}

.post-feed .post {
    min-height: 380px;
    position: relative;
  }

  .post-feed .post .post-link::before {
    background: linear-gradient(0deg,rgba(0,0,0,.5),transparent);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 10;
  }

  .post-feed .post .post-wrapper {
    align-items: flex-end;
    display: flex;
  }

  .post-feed .post .post-header {
    margin-bottom: 0;
  }

  .post-feed .post .post-tag {
    color: var(--white-color);
    background: #000;
    padding: 5px;
  }

  .post-feed .post .post-title {
    padding: 5px;
    color: rgb(255 255 255);
    font-size: 20px;
    text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.8);
  }

  .gh-head-brand-wrapper {


  }
  .gh-head .nav {
    gap: 0rem;
  }


  .gh-head-menu .nav li {
    padding: 6px 12px;
    opacity: 1 !important;
  }

  .gh-head-menu .nav li.nav-current {
    
  }

  .gh-head-menu .nav li.nav-current {
    background: #000;
    color: #fff;
    padding: 6px 12px;
  }




.gh-head-menu .nav .nav-current-parent {
  background: #000;
  color: #fff;
  padding: 6px 12px;
}

.gh-head-menu .nav .nav-current-parent a {
 color :#fff;
}

  .gh-head-menu .nav li.nav-current a {
    color: #fff;
  }

  .gh-head-menu .nav li.nav-current a:hover {
    color: #fff;
    opacity: 1;
  }

  .gh-head-menu nav li:hover {
   
  }

/*  .gh-head .gh-search:hover {
    opacity: 1;
    margin-top: -12px;
    transition: margin-top 100ms;
} */

  .gh-head-actions .gh-btn:hover {
    background: #000;
    opacity: 1;
}

.gh-head-actions .gh-head-btn.gh-btn:hover {
    background: #000;
    opacity: 1;
  }

  .gh-head-brand-wrapper {
    transition: margin-top 250ms ease-in;
  }

  .gh-head-brand-wrapper:hover {
    margin-top:-5px;
  }

  .post-feed .post .post-excerpt, .post-feed .post .post-more, .post-feed .post .post-title {
    color: var(--white-color);
  }

  .post-feed .post .post-footer {
    color: hsl(0deg 0% 100% / 22%);
}

  .post-feed .post .post-footer, .post-feed .post .post-wrapper, .post-feed .post .u-placeholder {
    background-color: transparent;
    position: relative;
    z-index: 20;
  }

/* tästä alaspäin kyseenalaista */

.post-feed .post-feed img.featured {
    position: absolute;
}

.home-template .post-feed .featured {
    position: relative;
}

.home-template .post-feed img.featured {
    position: absolute;
}

.tag-template .post-feed .featured {
    min-height: 380px;
    position: absolute;
}

.home-template .post-feed .post {
    position: relative !important;
}

.home-template .post-feed .post.featured {
    position: relative !important;
}

.tag-template .post-feed .post {
    position: relative !important;
}

.tag-template .post-feed .post.featured {
    position: absolute !important;
}

.related-posts img.post-image.featured {
    position: absolute;
}

.site-main .navigation {
  display: none;
}

.post-feed .post .post-wrapper {
  flex-direction: column;
  justify-content: space-between;
}

.post-feed .post .post-wrapper .post-header {
  width: 100%;
}
  
.post-feed + h1 {
  opacity:0;
}

.tag-template .post-feed .post:hover .post-more {
  color: #ffffff;
}

.tag-template .post-feed .post .post-more {
  color: #ffffff;
  margin-top: -3px;
}

.post-feed .tag-template .post-feed .post:hover .post-footer, .post-feed .post:hover .post-footer {
  border-top: 1px solid #f4f4f45e;
}

.tag-template .post-feed .post:hover .post-footer, .post-feed .post:hover .post-footer {
  background: rgb(255 0 254 / 11%);
}

.tag-template .post-feed .post:hover .post-more, .post-feed .post:hover .post-more {
  margin-top: -7px;
  transition: margin-top 250ms ease-in-out;
}

.tag-template .post-feed .post:hover .post-more .post-footer, .post-feed .post:hover .post-more .post-footer {
  color: #ff00dd;
}

.post-feed .post .post-footer {
  border-top: 1px solid rgb(255 255 255 / 14%);
}

.gh-burger span {
  visibility: hidden;
}

/* Mobile menu
/* ---------------------------------------------------------- */

.gh-burger {
  position: relative;
  display: none;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-right: -3px;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

.gh-burger::before,
.gh-burger::after {
  position: absolute;
  left: 3px;
  width: 24px;
  height: 1px;
  content: "";
  background-color: var(--color-darker-gray);
  transition: all 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.gh-burger::before {
  top: 11px;
}

.gh-burger::after {
  bottom: 11px;
}

.is-head-open .gh-burger::before {
  top: 15px;
  transform: rotate(45deg);
}

.is-head-open .gh-burger::after {
  bottom: 14px;
  transform: rotate(-45deg);
}

#Saundishirts {
position: fixed;
    top: 13px;
    right: 15px;
    bottom: auto;
    left: auto;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    border-radius: 100px;
    padding: 10px 25px;
    gap: 2px;
}

#Saundishirts:hover {
  background: #000;
}

@media (max-width: 1000px) {

  #Saundishirts {
    top: auto;
    bottom: 15px;
    right: 15px;
    left: auto;
    z-index:999999;
  }

  body.tag-template.page-template .site-content {
    padding-top: 94px;
  }

  body.page-template .site-content {
    padding-top: 34px;
  }
  
  .is-head-open:not(.is-head-brand):not(.is-head-dark):not(.is-head-transparent) #gh-head {
    background-color: var(--color-white);
  }
  .is-head-open:not(.is-head-brand):not(.is-head-dark):not(.is-head-transparent) #gh-head {
    background-color: var(--color-white);
  }

  #gh-head .nav a {
    font-size: 2.6rem;
    font-weight: 600;
    text-transform: none;
  }

  #gh-head {
    height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.41);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.41);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.41);
  }

  .is-head-open #gh-head {
    height: 100%;
  }

  #gh-head .gh-head-brand {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-column-start: 1;
    align-items: center;
    height: 64px;
    min-height: unset;
  }
  .gh-burger {
    display: block;
  }
  .site-content {
    padding-top:94px;
  }
  #gh-head .gh-head-inner {
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr;
    gap: 48px;
    height: auto;
  }
  #gh-head .gh-head-menu {
    background :#fff;
    transition: none;
    transform: translateY(0);
    justify-content: center;
  }

  .is-head-open #gh-head .gh-head-menu, .is-head-open #gh-head .gh-head-actions {
    visibility: visible;
  }
  
  #gh-head .nav {
    gap: 20px;
    align-items: center;
    line-height: 1.4;
  }

  .is-head-open #gh-head .gh-head-menu, .is-head-open #gh-head .gh-head-actions {
    position: static;
    visibility: visible;
    opacity: 1;
    margin-top: 12px;
  }

  #gh-head .gh-head-menu, #gh-head .gh-head-actions {
    position: fixed;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
  }

  .is-head-open #gh-head .nav {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  #gh-head .nav {
    gap: 10px;
    align-items: center;
    line-height: 1;
  }

  .is-head-open #gh-head .gh-head-menu #navigation {
    width:100%;
  }

  .is-head-open #gh-head .nav li {
    text-align:center;
    padding:0;
    width:100%;
  }
    
  .is-head-open #gh-head .nav li a {
    display:block;
    width:100%;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);

  }

  .is-head-open .gh-head-menu .gh-search.gh-icon-btn {
    display: none;
  }

  .is-head-open #gh-head .gh-head-actions {
    display: none !important;
  }

}


@media (max-width: 767px) {
  #gh-head {
      height: 64px;

  }

  #gh-head .gh-head-inner {
      grid-template-rows: auto 1fr auto;
      grid-template-columns: 1fr;
      gap: 0px;
  }

  #gh-head .gh-head-brand {
      display: grid;
      grid-template-columns: 1fr auto auto;
      grid-column-start: 1;
      align-items: center;
      height: 64px;
  }

  #gh-head .gh-head-logo {
      font-size: 2.2rem;
  }

  .gh-burger {
      display: block;
  }

  #gh-head .gh-head-menu,
  #gh-head .gh-head-actions {
      position: fixed;
      justify-content: center;
      visibility: hidden;
      opacity: 0;
  }

  #gh-head .gh-head-menu {
      transition: none;
      transform: translateY(0);
  }

  #gh-head .nav {
      gap: 20px;
      align-items: center;
      line-height: 1.4;
  }

  #gh-head .nav a {
      font-size: 2.6rem;
      font-weight: 600;
      text-transform: none;
  }

  #gh-head .nav li {
      opacity: 0;
      transform: translateY(-4px);
  }

  #gh-head .gh-head-actions {
      text-align: center;
  }

  #gh-head :is(.gh-head-btn, .gh-head-link) {
      opacity: 0;
      transform: translateY(8px);
  }

  #gh-head .gh-head-btn {
      width: 100%;
      font-size: 1.8rem;
      text-transform: none;
  }

  #gh-head .gh-head-btn:not(.gh-btn) {
      font-size: 2rem;
  }

  #gh-main {
      transition: opacity 0.4s;
  }

  .is-head-open #gh-head {
      position: fixed;
      inset: 0;
      z-index: 3999999;
      height: 100%;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
  }

  .is-head-open:not(.is-head-brand):not(.is-head-dark):not(.is-head-transparent) #gh-head {
      background-color: var(--color-white);
  }

  .is-head-open.is-head-transparent #gh-head,
  .is-head-open:is(.is-head-transparent, .is-head-brand) #gh-head .gh-head-actions {
      background-color: var(--ghost-accent-color);
  }

  .is-head-open.is-head-dark #gh-head,
  .is-head-open.is-head-dark #gh-head .gh-head-actions {
      background-color: var(--color-darker-gray);
  }

  .is-head-open #gh-head .gh-head-menu,
  .is-head-open #gh-head .gh-head-actions {
      position: static;
      visibility: visible;
      opacity: 1;
  }

  .is-head-open #gh-head .nav {
      display: flex;
      flex-direction: column;
  }

  .is-head-open #gh-head .nav li {
      opacity: 1;
      transition: transform 0.2s, opacity 0.2s;
      transform: translateY(0);
  }

  .is-head-open #gh-head .gh-head-actions {
      position: sticky;
      right: 0;
      bottom: 0;
      left: 0;
      display: inline-flex;
      flex-direction: column;
      gap: 12px;
      align-items: center;
      padding: var(--gap) 0 calc(var(--gap) + 8px);
      background-color: var(--color-white);
  }

  .is-head-open #gh-head :is(.gh-head-btn, .gh-head-link) {
      opacity: 1;
      transition: transform 0.4s, opacity 0.4s;
      transition-delay: 0.2s;
      transform: translateY(0);
  }

  .is-head-open #gh-head .gh-head-link {
      transition-delay: 0.4s;
  }

  .is-head-open #gh-main {
      opacity: 0;
  }
}


