/*
CTC Separate Stylesheet
Updated: 2025-08-06 05:44:29
Theme Name: VidoRev Child
Theme URI: https://beeteam368.net/vidorev/
Template: vidorev
Author: BeeTeam368
Author URI: http://themeforest.net/user/beeteam368
Description: Video WordPress Theme
Tags: translation-ready,one-column,two-columns,three-columns,right-sidebar,custom-menu,editor-style,featured-images,theme-options,rtl-language-support
Version: 2.9.9.9.9.9.7.1754473469
*/

.pmpro-levels table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;  
}

.pmpro-levels table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.pmpro-levels table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.pmpro-levels table th,
.pmpro-levels table td {
  padding: .625em;
  text-align: center;
}

.pmpro-levels table th {  
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
.pmpro-levels table {
    border: 0;
  }

.pmpro-levels table caption {
    font-size: 1.3em;
  }
  
.pmpro-levels table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
.pmpro-levels table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
.pmpro-levels table td {
    border-bottom: 1px solid #ddd;
    display: block;   
    text-align: center;
  }
  
.pmpro-levels table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
.pmpro-levels table td:last-child {
    border-bottom: 0;
  }
}
/* general styling */
.pmpro-levels body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}


#pmpro_actionlink-logout a{
	  font-size: 20px !important;
    font-weight: 600 !important;
    color: red !important;
}


/* Full-width horizontal search form */
.custom-search-form {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0.5rem;
    background: #fff;
    border-radius: 5px;
    gap: 10px; /* spacing between input and button */
    box-sizing: border-box;
}

/* Input field */
.custom-search-input {
    flex: 1;
    font-size: 16px;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    caret-color: #000;
    box-sizing: border-box;
}

/* Submit button with text */
.custom-search-button {
    font-size: 16px;
    padding: 10px 16px;
    background-color: #222;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
    white-space: nowrap;
}

.custom-search-button:hover {
    background-color: #444;
}