/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.tv_btn { display:flex; justify-content: start; align-items:center; box-sizing:border-box; }

.tv_btn .tv-container {
    width: 230px;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    background-image: linear-gradient(90deg, var(--e-global-color-3d202d7) 0%, var(--e-global-color-accent) 90%);
}

.tv_btn .tv-bezel{
  display:block;
  width:100%;
  border-radius:18px;
  padding:12px;
  background: #222222;
  text-decoration:none;
  position:relative;
  transition: transform .14s ease;
  cursor:pointer;
}

.tv_btn .tv-screen{
  width:100%;
  aspect-ratio: 16/6;
  border-radius:10px;
  overflow:hidden;
  box-shadow: inset 0 -12px 40px rgba(0,0,0,0.45);
  position:relative;
  background: #7a1e2b;
}

.tv_btn .tv-screen-inner{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  background-image: var(--screen-img, linear-gradient(180deg,#8e1b2a,#6b111c));
  background-size:cover;
  background-position:center;
}

.tv_btn .tv-screen-inner::before{
  content:"";
  position:absolute;
  left:-20%;
  top:-40%;
  width:60%;
  height:200%;
  transform: rotate(-20deg);
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02));
  filter: blur(10px);
  pointer-events:none;
  opacity:0.6;
}

.tv_btn .tv-screen-inner::after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  height:18%;
  width:100%;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), transparent);
  pointer-events:none;
}

.tv_btn .tv-play {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #fff;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
    backdrop-filter: blur(4px) saturate(120%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 2;
    transition: transform .18s 
ease, box-shadow .18s 
ease, background .18s 
ease;
}

.tv_btn .tv-play-icon{
  display:inline-block;
  width:28px;
  height:28px;
  min-width:28px;
  border-radius:6px;
  background: linear-gradient(180deg,#ffdd33,#ffb100);
  color:#2a0a00;
  display:grid;
  place-items:center;
  font-weight:800;
  font-size:13px;
  box-shadow: inset 0 -4px 8px rgba(0,0,0,0.25);
}

.tv_btn .tv-play-text{ white-space:nowrap; }

.tv_btn .tv-play:hover, .tv_btn .tv-play:focus { background: rgba(0, 0, 0, 0.42);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 999px; }

.tv_btn .tv-speaker{
  position:absolute;
  top:18px;
  width:36px;
  height:40px;
  border-radius:6px;
  background: linear-gradient(180deg,#0a0a0a,#151515);
  box-shadow: inset 0 3px 6px rgba(255,255,255,0.02);
  opacity:0.9;
  filter: blur(0.2px);
}
.tv_btn .tv-speaker-left{ left:14px; transform:translateY(0); }
.tv_btn .tv-speaker-right{ right:14px; transform:translateY(0); }

.tv_btn .tv-stand{
	position: relative;
  width: 40px;
  height: 15px;
  background: #222;
  box-shadow: 0 2px 6px rgba(0,0,0,0.4); 
 }
 
 .tv-stand::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 100px;
  height: 10px;
  background: #222;
  border-radius: 4px;
  transform: translateX(-50%);
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

.comments-area a, .page-content a{
	text-decoration: none !important;
}

@media (max-width:420px){
  .tv_btn .tv-container { width:280px; }
  .tv_btn .tv-play { padding:8px 14px; font-size:13px; }
  .tv_btn .tv-play-icon{ width:24px; height:24px; min-width:24px; font-size:12px; }
  .tv_btn .tv-foot{ width:140px; }
}

@media (max-width:320px){
  .tv_btn .tv-container { width:240px; }
  .tv_btn .tv-play-text{ display:none; }
  .tv_btn .tv-play{ padding:8px 10px; border-radius:999px; }
}

/* ================================
   MemberPress Login Form Styling
   ================================ */

/* Container */
.mepr-login-form-wrap,
.mepr-login-form {
    max-width: 450px;
    margin: 40px auto;
    padding: 35px 30px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    font-family: "Inter", sans-serif;
}

/* Headings - match Elementor globals */
.mepr-login-form-wrap h2,
.mepr-login-form h2 {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-c69615f-font-family), sans-serif;
    font-size: var(--e-global-typography-c69615f-font-size);
    font-weight: var(--e-global-typography-c69615f-font-weight);
    text-transform: var(--e-global-typography-c69615f-text-transform);
    line-height: var(--e-global-typography-c69615f-line-height);

    margin-bottom: 25px;
    text-align: center;
}

/* Labels */
.mepr-login-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #374151;
    font-size: 14px;
}

/* Inputs */
.mepr-login-form input[type="text"],
.mepr-login-form input[type="email"],
.mepr-login-form input[type="password"] {
    width: 100%;
    padding: 13px 14px;
    margin-bottom: 18px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #f9fafb;
    font-size: 15px;
    transition: all 0.25s ease;
}

.mepr-login-form input:focus {
    border-color: var(--e-global-color-primary);
    background: #fff;
}

/* Login Button */
.mepr-login-form input[type="submit"] {
    width: 100%;
    padding: 14px;
    background: var(--e-global-color-primary);
    color: #fff !important;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s ease;
    margin-top: 10px;
}

.mepr-login-form input[type="submit"]:hover {
    background: #4f46e5; /* slightly darker shade */
}

/* Forgot Password & Links */
.mepr-login-form .mp-login-nav {
    text-align: center;
    margin-top: 18px;
}

.mepr-login-form .mp-login-nav a {
    color: var(--e-global-color-primary);
    font-weight: 500;
    text-decoration: none;
    transition: 0.25s ease;
}

.mepr-login-form .mp-login-nav a:hover {
    color: #4f46e5;
    text-decoration: underline;
}

/* Error Message */
.mepr-error {
    padding: 12px;
    background: #fee2e2;
    border-radius: 8px;
    color: #991b1b;
    margin-bottom: 15px;
    font-size: 14px;
}

/* Success Message */
.mepr-success {
    padding: 12px;
    background: #dcfce7;
    border-radius: 8px;
    color: #065f46;
    margin-bottom: 15px;
    font-size: 14px;
}
.mepr-unauthorized-message{
	text-align: center;
    margin: 20px;
    font-size: 20px;
    font-family: "Rubik";
    font-weight: 600;
}
.mp_wrapper{margin:20px 0;}

/* ================================
   MemberPress Account Page Styling
   ================================ */
.mepr-account-container *
{font-family: "Rubik";}
.mepr-account-container .dashicons {
    font-family: 'dashicons';
}
.mepr-account-container {
    max-width: 750px;
    margin: 30px auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    font-family: "Inter", sans-serif;
}

.mepr-account-container .mepr-submit{
	background: #0e1a2a !important;
    border-color: #0e1a2a !important;
    border-radius: 5px !important;
}
.mepr-account-container a, .mepr-login-actions a{color: #0e1a2a;}
.mepr-account-container .mepr-submit:hover{
	color: #0e1a2a !important;
}
.mepr-share-button:hover {
    border-color: #0e1a2a !important;
    color: #0e1a2a !important;
    border-radius: 5px !important;
}

/* Tabs */
.mepr-nav-item {
    display: inline-block;
    padding: 12px 25px;
    margin-right: 8px;
    border-radius: 8px;
    background: #0e1a2a;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    transition: 0.25s ease;
    border: 2px solid #0e1a2a;
}
nav#mepr-account-nav a {
    color: #FFFFFF;
}
.mepr-nav-item:hover a {
    color: #0e1a2a !important;
}
.mepr-nav-item:hover{
    background-color: #FFF0;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #0e1a2a;
}

/* Form Elements */
.mepr-form input[type="text"],
.mepr-form input[type="email"],
.mepr-form input[type="password"],
.mepr-form select {
    width: 100%;
    padding: 12px;
    margin: 8px 0 18px;
    font-size: 15px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background: #fafafa;
    transition: border 0.25s ease;
}

.mepr-form input:focus,
.mepr-form select:focus {
    border: 1px solid #2563eb;
    background: #fff;
}

/* Buttons */
.mepr-submit,
.mepr-form button,
input[type="submit"].mepr-share-button {
    width: 100%;
    padding: 12px;
    background: #0e1a2a;
    border: 2px solid;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s ease;
    margin-top: 10px;
}
.mepr-submit:hover a{
        color: #0e1a2a !important;
}
.mepr-submit:hover {
    background: #0000 !important;
    border: 2px solid;
    border-width: 2px 2px 2px 2px;
    border-color: #0e1a2a;
    border-radius: 5px !important;
}

/* Headings */
.mepr-form h3,
.mepr-account-container h2 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #111827;
}

/* Subscription table */
.mepr-account-subscriptions-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
}

.mepr-account-subscriptions-table th,
.mepr-account-subscriptions-table td {
    padding: 14px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
}

.mepr-account-subscriptions-table th {
    background: #f9fafb;
    font-size: 14px;
    font-weight: 600;
}

/* Messages */
.mepr-error,
.mepr-success {
    padding: 14px;
    margin-top: 10px;
    border-radius: 8px;
    font-size: 14px;
}

.mepr-error {
    background: #fee2e2;
    color: #991b1b;
}

.mepr-success {
    background: #dcfce7;
    color: #065f46;
}

/* Style MemberPress Welcome Heading using Elementor Global Settings */
.mepr-account-container #mepr-account-welcome-message p {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-c69615f-font-family), sans-serif;
    font-size: 32px;
    text-align: center;
    margin: 20px 0;
    font-weight: var(--e-global-typography-c69615f-font-weight);
    text-transform: var(--e-global-typography-c69615f-text-transform);
    line-height: var(--e-global-typography-c69615f-line-height);

    /* Extras for better presentation */
    margin-bottom: 20px;
    letter-spacing: 0.3px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--e-global-color-primary);
}

.button.mp-hide-pw{
    top: -15px;
}


.elementor-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.elementor-page footer {
    margin-top: auto;
}

