/*
Theme Name: PixelPanther Child
Theme URI: https://www.pixelpanther.eu
Description: Multi-Purpose Theme
Version: 4.9.9
Author: PixelPanther
Author URI: https://www.pixelpanther.eu
Template: pixelpanther
*/



.shadow{
	text-shadow: rgba(0, 0, 0, 0.85) 0px 2px 3px, rgba(0, 0, 0, 0.85) 0px 1px 1px, rgba(0, 0, 0, 0.8) 0px 8px 8px;
}

#header-section{
	display:none;
}

#main-content{
	background-color:rgba(255,255,255,0);
	background-image:url("https://rickyritmo.com/wp-content/uploads/2026/01/bg.webp");
}

#ut-header-placeholder{
	display:none;
	
}



/* COUNTDOWN */

.pp-countdown{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
  padding:14px 0;
  background:transparent;
  border:none;
  box-shadow:none;
}

.pp-countdown::before,
.pp-countdown::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  height:3px;
  background: linear-gradient(
    to right,
    rgba(237,223,212,0) 0%,
    rgba(237,223,212,0.25) 20%,
    rgba(237,223,212,0.65) 42%,
    rgba(237,223,212,1) 50%,
    rgba(237,223,212,0.65) 58%,
    rgba(237,223,212,0.25) 80%,
    rgba(237,223,212,0) 100%
  );

  filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.85))
          drop-shadow(0px 1px 1px rgba(0,0,0,0.85))
          drop-shadow(0px 8px 8px rgba(0,0,0,0.8));
}

.pp-countdown::before{ top:0; }
.pp-countdown::after{ bottom:0; }

.pp-cd-box{
  padding:4px 22px 0;
  text-align:center;
  min-width:90px;
}

.pp-cd-num{
  font-weight:800;
  font-size:44px;
  line-height:1;
  letter-spacing:1px;
  color:#eddfd4;
  font-variant-numeric: tabular-nums;
  text-shadow:
    rgba(0, 0, 0, 0.85) 0px 2px 3px,
    rgba(0, 0, 0, 0.85) 0px 1px 1px,
    rgba(0, 0, 0, 0.8)  0px 8px 8px;
}

.pp-cd-label{
  margin-top:6px;
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#eddfd4;
  text-shadow:
    rgba(0, 0, 0, 0.85) 0px 2px 3px,
    rgba(0, 0, 0, 0.85) 0px 1px 1px,
    rgba(0, 0, 0, 0.8)  0px 8px 8px;
}

.pp-cd-divider{
  width:1px;
  height:42px;
  background: rgba(237,223,212,0.7);
  filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.6));
}

@media (max-width: 640px){
  .pp-cd-box{
    padding:4px 14px 0;
    min-width:70px;
  }

  .pp-cd-num{ font-size:32px; }
  .pp-cd-divider{ height:34px; }
}











/* AUDIOPLAYER / HÖRPROBE */

.pp-audio{
  --pp-h: 66px;
  --pp-radius: 8px;
  --pp-text: rgba(255,255,255,.92);
  position: relative;
  display:flex;
  align-items:center;
  gap:12px;
  height: var(--pp-h);
  padding: 10px 12px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-radius: var(--pp-radius);
  overflow:hidden;
  background-image: url("https://rickyritmo.com/wp-content/uploads/2026/01/audioplayer.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow:
    0 14px 30px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.10),
    inset 0 -14px 20px rgba(0,0,0,.40);
}

.pp-audio::before{
  content:"";
  position:absolute;
  inset:6px;
  border-radius: calc(var(--pp-radius) - 4px);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.10),
    inset 0 0 22px rgba(0,0,0,.45);
  pointer-events:none;
}

.pp-audio__btn{
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  flex: 0 0 auto;
  cursor: pointer;
  border: none;
  background: transparent;
  overflow: visible;
  z-index: 2;
}

.pp-audio__btn::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:999px;
  background: linear-gradient(180deg, rgba(255,255,255,.20), rgba(0,0,0,.35));
  box-shadow:
    0 8px 14px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -1px 0 rgba(0,0,0,.55);
}

.pp-audio__btn::after{
  content:"";
  position:absolute;
  inset:4px;
  border-radius:999px;
  background:
    radial-gradient(circle at 32% 28%,
      rgba(255,255,255,.22) 0%,
      rgba(255,255,255,.10) 22%,
      rgba(255,255,255,0) 55%),
    radial-gradient(circle at 50% 55%,
      rgba(0,0,0,0) 35%,
      rgba(0,0,0,.35) 78%),
    linear-gradient(180deg, #2a2a2a 0%, #121212 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    inset 0 -10px 14px rgba(0,0,0,.55);
  pointer-events:none;
}

.pp-audio__btn:focus{ outline:none; }

.pp-audio__icon{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  pointer-events:none;
  z-index:3;
}

.pp-audio__icon--play::before{
  content:"";
  width:0;height:0;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
  border-left:16px solid rgba(255,255,255,.96);
  transform: translateX(1px);
  filter: drop-shadow(0 1px 0 rgba(0,0,0,.35));
}

.pp-audio__icon--pause{
  opacity:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
}
.pp-audio__icon--pause::before,
.pp-audio__icon--pause::after{
  content:"";
  width:5px;
  height:20px;
  background: rgba(255,255,255,.96);
  border-radius:2px;
  filter: drop-shadow(0 1px 0 rgba(0,0,0,.35));
}

.pp-audio.is-playing .pp-audio__icon--play{ opacity:0; }
.pp-audio.is-playing .pp-audio__icon--pause{ opacity:1; }
.pp-audio__wavewrap{
  position:relative;
  flex: 1 1 auto;
  min-width: 0;
  height:44px;
  display:flex;
  align-items:center;
  z-index:1;
}

.pp-audio__wave{
  width:100%;
  height:44px;
  border-radius:7px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,0)),
    rgba(0,0,0,.30);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.07),
    inset 0 -10px 16px rgba(0,0,0,.35);
}

.pp-audio__time{
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: var(--pp-text);
  text-shadow: 0 1px 0 rgba(0,0,0,.35);
  z-index:1;
}

@media (max-width: 520px){
  .pp-audio{
    --pp-h: 60px;
    gap:10px;
    padding: 8px 10px;
    max-width: 100%;
  }

  .pp-audio__btn{
    width: 40px;
    height: 40px;
  }
  .pp-audio__btn::after{ inset: 3px; }

  .pp-audio__wavewrap{ height: 38px; }
  .pp-audio__wave{ height: 38px; }

  .pp-audio__time{
    font-size: 12px;
    min-width: 0;
  }

  .pp-audio::before{ inset: 5px; }
}

@media (max-width: 360px){
  .pp-audio__time{
    font-size: 11px;
    letter-spacing: 0;
  }
  .pp-audio{
    gap: 8px;
  }
}















/* STREAMINGLINKS */

.music-buttonbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 18px 24px;
  border-radius: 6px;
  flex-wrap: nowrap; 
}

.music-img-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.music-img-btn img {
  height: 34px;
  width: auto;
  display: block;
}

.music-img-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.15);
}

@media (max-width: 480px) {
  .music-buttonbar {
    gap: 20px; 
    padding: 16px 10px;
    flex-wrap: nowrap;
  }

  .music-img-btn img {
    height: 20px;
  }
}























/* NEWSLETTER */

body .tnp-subscription form {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  max-width: 980px !important;
  margin: 0 auto !important;
}

body .tnp-subscription label {
  display: none !important;
}

body .tnp-subscription input.tnp-email,
body .tnp-subscription input[type="email"]{
  flex: 1 1 auto !important;
  height: 56px !important;
  padding: 0 18px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  outline: none !important;

  background: rgba(40,40,40,0.45) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.25),
    inset 0 -2px 6px rgba(0,0,0,0.45),
    0 8px 20px rgba(0,0,0,0.6) !important;

  color: rgba(255,255,255,0.9) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-shadow: 0 1px 0 rgba(0,0,0,0.6) !important;
  transition: all 0.25s ease !important;
}

body .tnp-subscription input::placeholder{
  color: rgba(255,255,255,0.65) !important;
}

body .tnp-subscription input:focus{
  background: rgba(55,55,55,0.55) !important;
  box-shadow:
    inset 0 2px 1px rgba(255,255,255,0.3),
    inset 0 -3px 8px rgba(0,0,0,0.55),
    0 0 0 3px rgba(255,200,80,0.18),
    0 14px 28px rgba(0,0,0,0.75) !important;
}

body .tnp-subscription input.tnp-submit,
body .tnp-subscription button.tnp-submit,
body .tnp-subscription input[type="submit"]{
  position: relative !important;
  height: 56px !important;
  padding: 0 28px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
  cursor: pointer !important;

  background: linear-gradient(180deg,
    rgba(255, 210, 110, 0.85),
    rgba(205, 145, 40, 0.85)
  ) !important;

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.45),
    inset 0 -2px 6px rgba(0,0,0,0.35),
    0 8px 20px rgba(0,0,0,0.6) !important;

  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  text-shadow: 0 1px 0 rgba(0,0,0,0.45) !important;

  transition: all 0.25s ease !important;
  overflow: hidden !important;
}

body .tnp-subscription input.tnp-submit::before,
body .tnp-subscription button.tnp-submit::before,
body .tnp-subscription input[type="submit"]::before{
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  height: 55% !important;
  background: linear-gradient(to bottom,
    rgba(255,255,255,0.45),
    rgba(255,255,255,0.05)
  ) !important;
  border-radius: inherit !important;
  pointer-events: none !important;
}

body .tnp-subscription input.tnp-submit:hover,
body .tnp-subscription button.tnp-submit:hover,
body .tnp-subscription input[type="submit"]:hover{
  transform: translateY(-2px) !important;
  box-shadow:
    inset 0 2px 1px rgba(255,255,255,0.4),
    inset 0 -3px 8px rgba(0,0,0,0.45),
    0 14px 28px rgba(0,0,0,0.75) !important;
}

body .tnp-subscription input.tnp-submit:active,
body .tnp-subscription button.tnp-submit:active,
body .tnp-subscription input[type="submit"]:active{
  transform: translateY(0) !important;
  box-shadow:
    inset 0 4px 10px rgba(0,0,0,0.6),
    0 6px 14px rgba(0,0,0,0.6) !important;
}

@media (max-width: 640px){
  body .tnp-subscription form{
    flex-direction: column !important;
    gap: 14px !important;
    padding: 0 12px !important;
  }
  body .tnp-subscription input.tnp-submit,
  body .tnp-subscription button.tnp-submit,
  body .tnp-subscription input[type="submit"]{
    width: 100% !important;
  }
}






















/* SOCIAL MEDIA LINKS */


.pp-social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.pp-social-btn {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: rgba(40, 40, 40, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.25),
    inset 0 -2px 6px rgba(0,0,0,0.4),
    0 8px 20px rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  overflow: hidden;
}

.pp-social-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.35),
    rgba(255,255,255,0.05)
  );
  border-radius: inherit;
  pointer-events: none;
}

.pp-social-btn svg {
  width: 22px;
  height: 22px;
  fill: rgba(255,255,255,0.85);
  filter:
    drop-shadow(0 1px 1px rgba(0,0,0,0.6));
}

.pp-social-btn:hover {
  background: rgba(55, 55, 55, 0.55);
  transform: translateY(-2px);

  box-shadow:
    inset 0 2px 1px rgba(255,255,255,0.3),
    inset 0 -3px 8px rgba(0,0,0,0.5),
    0 14px 28px rgba(0,0,0,0.75);
}

.pp-social-btn:active {
  transform: translateY(0);
  box-shadow:
    inset 0 4px 10px rgba(0,0,0,0.6),
    0 6px 14px rgba(0,0,0,0.6);
}

@media (max-width: 480px) {
  .pp-social-btn {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .pp-social-btn svg {
    width: 20px;
    height: 20px;
  }
}





/* SEPERATOR */

.pp-separator{
  --line: #eddfd4;
  --glow: rgba(255,255,255,.10);

  position: relative;
  height: 80px;
  width: 80%;
  margin: 24px auto;
  margin-bottom: -60px;
}

.pp-separator::before{
  content:"";
  position:absolute;
  left: 0; right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  background:
    linear-gradient(to right,
      transparent 0%,
      var(--glow) 8%,
      var(--line) 18%,
      var(--line) 46%,
      transparent 50%,
      var(--line) 54%,
      var(--line) 82%,
      var(--glow) 92%,
      transparent 100%);
}

.pp-separator--orn::after{
  content:"";
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 64px;
  height: 18px;
  background: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 32'%3E%3Cg fill='none' stroke='%23eddfd4' stroke-opacity='.45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M60 16c-6-10-16-12-24-8 6 0 12 4 14 10-6-2-12 0-16 6 10-2 18 0 26-8z'/%3E%3Cpath d='M60 16c6-10 16-12 24-8-6 0-12 4-14 10 6-2 12 0 16 6-10-2-18 0-26-8z'/%3E%3Cpath d='M60 8v16'/%3E%3C/g%3E%3C/svg%3E");
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.7));
  opacity: .95;
}
