#rcp_submit_wrap{
  margin: 10px 0px 0px 0px;
}

#rcp_submit_wrap input[type="submit"]{
  font-size: 1em;
}

.rcp_login_link{
  display: none;
}

body .ec_details_add_to_cart_area .ec_details_add_to_cart.full_access_audio a{
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.full_access_audio{
  margin: 10px 0px 0px 0px;
}


#rcp_user_login_wrap{
  display: none;
}



.membership-promo-bar {
  flex-basis: 100%;
  order: -1;
  text-align: center;
  margin-bottom: 10px;
}

.full-membership-button {
  display: inline-block;
  background-color: #d41f49;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: bold;
  animation: fadeInOut 2.5s ease-in-out infinite;
}

.full-membership-button:focus{
  color: #fff;
}

.full-membership-button:hover{
  background-color: #2f5597;
  color: #fff;
  text-decoration: none;
}

@keyframes fadeInOut {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}


#site-header-extra .widget_text {
  position: absolute;
  top: -70px;
  right: 0%;
  transform: none;
}


.page-header-default #site-header-extra{
  position: relative;
}



@media screen and (max-width: 767px) {
  #site-header-extra .widget_text {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
  }
}






a.download-all-btn-fixed {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #f5bb22; /* Match your yellow button */
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: background 0.3s;
    z-index: 9999;
    font-size: 20px;
}

a.download-all-btn-fixed:hover {
    background-color: #2f5597;
}




/* Welcome Container */
.welcome-container {
  max-width: 800px;
  margin: 50px auto;
  padding: 40px;
  background: #f9f9f9;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Heading */
.welcome-container h1 {
  color: #333;
  font-size: 2.5em;
  margin-bottom: 20px;
}

/* Paragraph */
.welcome-container p {
  color: #555;
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Button */
a.back-to-store-btn {
  display: inline-block;
  background: #f5bb22;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

a.back-to-store-btn:hover {
  background: #e0a800;
}



.page-id-12204 .page-title{
  display: none;
}

.yt_channel {
  font-family: 'Lato', Arial, sans-serif !important;
  padding: 12px 20px;
  float: left;
  color: #FFF !important;
  cursor: pointer;
  border: none;
  text-decoration: none;
  text-shadow: none;
  font-size: 21px;
  line-height: 1.5em;
  border-radius: 0px;
  box-shadow: none;
  min-height: 42px;
  text-shadow: none;
  font-weight: normal;
  background-image: none;
  width: inherit;
  -webkit-appearance: none;
  border-radius: 6px;
  width: 100%;
  text-align: center;
  text-decoration: none !important;
  background-color: #2f5597;
}