/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Pro Child Theme
Template: phlox-pro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-pro-child
================================================================================= */
.wpcw-student-account .wpcw-student-account-navigation ul li.is-active a, .wpcw-student-account .wpcw-student-account-navigation ul li:hover, .wpcw-student-account .wpcw-student-account-navigation ul li a:hover {
    border-radius: 5px;
    background: #16b339;
    color: white;
}

#wpcw_fe_course_progress td.wpcw_fe_course_progress_detail {
    padding: 0;background: white}
#wpcw_fe_course_progress .wpcw_fe_course_progress_desc {padding:0!important}
.wp-image-660{max-width:250px}
#menu-item-2387 {
    background: #00800047;color:red;
    border-radius: 10px;border:1px solid red;
    padding:1px 7px 1px 7px;
}
/* =========================================
   PROFESSIONAL STUDENT DASHBOARD STYLING
   ========================================= */

/* 1. Main Container - Card Look */
.wpcw-student-account {
    max-width: 900px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); /* High-end soft shadow */
    overflow: hidden;
    font-family: 'Sora', sans-serif; /* Matching your theme font */
}

/* 2. Top Navigation Menu (The Tabs) */
.wpcw-student-account-navigation {
    background-color: #f8f9fa; /* Light grey header */
    border-bottom: 1px solid #eaeaea;
    padding: 0 20px;
}

.wpcw-student-account-navigation ul {
    display: flex;
    justify-content: center; /* Center the tabs */
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wpcw-student-account-navigation-link {
    margin: 0 !important;
}

.wpcw-student-account-navigation-link a {
    display: block;
    padding: 20px 5px;
    color: #777;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-bottom: 3px solid transparent; /* Prepare for hover/active */
    transition: all 0.3s ease;
}

/* Hover & Active State for Menu */
.wpcw-student-account-navigation-link a:hover,
.wpcw-student-account-navigation-link.is-active a {
    color: #000000;
    border-bottom-color: #e24848; /* Your Brand Red */
}

/* 3. Content Area Styling */
.wpcw-student-account-content {
    padding:0;
    text-align: center;
}

/* 4. "Hola Name" Heading */
.wpcw-student-account-content p:first-of-type {
    font-size: 28px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

/* 5. "Not you? Log out" Text */
.wpcw-student-account-content p:first-of-type a {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #999 !important;
    margin-left: 10px;
    text-decoration: underline;
    vertical-align: middle;
    text-transform: none;
}

.wpcw-student-account-content p:first-of-type a:hover {
    color: #e24848 !important;
}

/* 6. Description Text */
.wpcw-student-account-content p:nth-of-type(2) {
    font-size: 16px;
    color: #555;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* 7. THE BIG "VER MIS CURSOS" BUTTON */
/* This fixes the "tusCursos" issue by making it a block button */
.wpcw-student-account-content p:nth-of-type(2) a[href*="cursos"] {
    display: table; /* Centers the button naturally */
    margin: 30px auto;
    background: #e24848; /* Brand Red */
    color: #fff !important;
    padding: 15px 50px;
    border-radius: 50px; /* Pill shape */
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(226, 72, 72, 0.25); /* Red Glow */
    transition: all 0.3s ease;
}

.wpcw-student-account-content p:nth-of-type(2) a[href*="cursos"]:hover {
    background: #000;
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

/* 8. Hide the Edit Password link or make it subtle */
.wpcw-student-account-content p:nth-of-type(2) a[href*="Editar"] {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: #aaa;
    text-decoration: none;
}
.wpcw-student-account-content p:nth-of-type(2) a[href*="Editar"]:hover {
    color: #333;
}
/* FORMULARIO MODERNO Y BONITO 💕 */
.wpcf7 form {
  padding:30px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  font-family: 'Helvetica Neue', sans-serif;
}
.wpcf7 form label {
    max-height: 70px;
   }
.wpcf7 form label {
  display: block;
  margin-bottom: 15px;
  color: #444;
  font-weight: 600;
  font-size: 15px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 15px;
  margin-top: 5px;
  box-sizing: border-box;
  transition: border 0.3s;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #0073e6;
  outline: none;
}

.wpcf7-submit {
  background: #0073e6;
  color: white;
  padding: 14px 30px;
  font-size: 16px;
  border: none;
  border-radius: 12px!important;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 20px;
  display: block;
}

.wpcf7-submit:hover {
  background: #005bb5;
}

.wpcf7-checkbox {
  margin: 15px 0;
  font-weight: 500;
  font-size: 15px;
}

.wpcf7-response-output {
  margin-top: 20px;
  padding: 12px;
  border-radius: 6px;
  background-color: #e6f7ff;
  border: 1px solid #b3e0ff;
  color: #005bb5;
  font-size: 14px;
}

.wpcw_fe_quiz_box_pending {
    background-color: #f7f7f7;
    border-color:black;
}
.wpcw-student-account-navigation-link.wpcw-student-account-navigation-link-achievements, .wpcw-student-account-navigation-link.wpcw-student-account-navigation-link-edit-account{display:none!important}
.entry-content h1, .comment-body h1 {color: #eb1411}
.fas.fa-minus{color:red!important}
.fas.fa-plus{color:green!important;}
.aux-content-top-margin .aux-primary {padding-top: 0}

.wpcw_checkmark, .wpcw_circle {background:#e2484891}
@keyframes soft-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}
figure {
    margin: 0;
}
a.fe_btn_navigation, a.fe_btn_navigation:hover {
    padding: 20px;
    background-color: green;
}a.fe_btn_navigation {
    border: 1px solid #e24848;
}
.wpcw-unit-wrapper {max-width:1000px;margin:0 auto}
#wpcw_fe_course {
    max-width: 1000px;
    margin: 0 auto;
   }
.menu-item-1257 {
    background: #00800045;
    padding: 5px;
    color: white !important;
border-radius:5px;}
#wpcw_fe_course_progress th, #wpcw_fe_course .wpcw_fe_module th {
    color: white;
    background-color: #e24848;width:100%!important
}
a {color: black;}a:hover {color: #e24848}
.wpcw_fe_module_title_header ,.wpcw_fe_unit_title{display:none}
.whatsappbutton {
  position: fixed;
  right: 10px;
  bottom:10px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center}
.whatsappbutton::before {
  content: "Chat Online";
  position: absolute;
  right: 55px;
  top:70%;
  transform: translateY(-50%);
  background-color: #4caf50;
  color: white;
  padding: 3px 7px;
  border-radius: 20px 20px 20px 20px;
  font-size: 14px;font-weight:bold;
  white-space: nowrap;
  font-family: sans-serif;
  animation: soft-blink 1s infinite} 
.aux-price-table-container .aux-price-table.aux-table-header-section div.aux-table-header-description {color:red}.whatsappbutton{position:fixed; right:10px;bottom:10px;width:50px!important;z-index:99999}
.aux-price-table-container .aux-price-table .aux-table-feature {
    padding: 10px;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    font-size: 17px;
}
.page-title-section .page-header {
	border:none;
	max-width:1270px;
	
}
.page-title-section{
	z-index:6;
}

.page-title-section .aux-breadcrumbs {
	font-size:14px;
}
.single-post .aux-breadcrumbs span:nth-child(2){
	padding-left:0
}
.aux-breadcrumbs span:nth-child(4), .aux-breadcrumbs span:nth-child(3){
color:var( --e-global-color-800f6bb );
}
.single-portfolio .aux-primary{
	max-width:870px;
	padding-left:35px;
	padding-right:35px;
	margin:170px auto;
}
.single-portfolio .type-portfolio.aux-side-bottom .entry-side{
	padding:0;
	margin:0;
	display:flex;
	flex-direction:column;
}
.single-portfolio .hentry .entry-media{
	margin-bottom:50px;
}
.single-portfolio .entry-meta-data-container{
	order:1;
}
.single-portfolio .entry-overview-container{
	order:3;
	margin-bottom:0!important
}
.single-portfolio .entry-side-title{
	order:2;
}
.single-portfolio dl{
	display:flex;
	margin-bottom:10px!important;
}
.single-portfolio .entry-meta-data dd{
margin-left:20px;
}
@media only screen and (max-width:414px){
	.single-portfolio .aux-primary{
		margin:70px auto!important;
	}
}
.aux-breadcrumbs span a:hover{
	text-decoration:none;
	color:var(--e-global-color-secondary);
}
.type-portfolio .entry-meta-data .entry-tax  a:hover {
    color: var(--e-global-color-secondary);
}
.tax-portfolio-cat .aux-elementor-header.aux-overlay-header,.search .aux-elementor-header.aux-overlay-header,.tax-portfolio-tag .aux-elementor-header.aux-overlay-header{
	position:relative;
}
.list-portfolio.aux-template-type-default .aux-primary .entry-title a {
    color: black;
}
.aux-widget-recent-portfolios .aux-portfolio-columns .entry-tax  a {
    color: var( --e-global-color-accent );
}
.list-portfolio.aux-template-type-default .aux-primary .entry-title a:hover ,.hentry .entry-info .entry-tax a:hover{
    color:var(--e-global-color-secondary)!important;
}
.aux-pagination li.page.active a, .aux-pagination li.page.active span {
    background-color: #020303;
    color: white;
    border-color: #020303;
}

.aux-pagination li  a:hover ,.aux-pagination li.page a:hover {

    color: white;
    background-color: var(--e-global-color-secondary);
}


.aux-primary .content .aux-pagination {
    margin-bottom: 20px;
    margin-top: 0;
}

@media screen and (max-width:767px){
	.elementor-449 .elementor-element.elementor-element-51dc77a .aux-modern-heading-description {
    text-shadow: 1px 1px 1.5px white}
	.aux-widget-recent-portfolios .aux-portfolio-columns .entry-title {
    font-size: 25px !important;
}
	.aux-search.aux-advanced-search .aux-primary .aux-show-all-results {
    float: unset;
    display: block;
	}
}

.error404 .aux-container,.search{
	max-width: 1270px!important;
	margin:auto;
}
.not-found .message404{
	color:black;
	transition:all 0.5s;
	    text-decoration: none;
}

.error404 .aux-container {
    height: 69vh;
    display: flex
;
	    align-items: center;
}
.search-no-results main#main .aux-container {
    height: 50vh;
    display: flex
;
	    align-items: center;
}
.error404 .entry-content{
	color:black!important;
	
}
.not-found .entry-content h2{
	font-family: 'Playfair Display'!important;
}
.not-found input:focus,.not-found input:hover{
	border-color:var(--e-global-color-secondary);
}
.not-found .aux-back-to-home:hover{
	color:var(--e-global-color-secondary);
}
.aux-search.aux-advanced-search .aux-primary .aux-search-from a {
    font-size: 25px;
    font-family: "Playfair Display";
    color: black;
	transition:all 0.5s;
	
}
.aux-search.aux-advanced-search .aux-primary .aux-show-all-results{
	text-decoration:none;
}
.aux-search.aux-advanced-search .aux-primary .aux-search-from a:hover{
	color:var(--e-global-color-secondary);
}
.tax-portfolio-cat .aux-fold,.tax-portfolio-tag .aux-fold{
	max-width: 1270px!important;
}
.tax-portfolio-cat .aux-primary .content .aux-pagination,.tax-portfolio-tag .aux-primary .content .aux-pagination {
    margin-bottom: 70px;

}
.not-found .entry-content h2{
	padding-top: 22px;
}
.not-found.no-results .entry-title,p.message404,.not-found .aux-back-to-home{
	color:black;
}
.search  article a:after,.tax-portfolio-tag  article .entry-media a:after,.tax-portfolio-cat  article .entry-media a:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #E530304d;
    opacity:0;
    transition: all 300ms ease-out;
}
.search  article:hover .entry-media a:after,.tax-portfolio-tag  article:hover .entry-media a:after,.tax-portfolio-cat  article:hover .entry-media a:after{
    opacity: 1;
}
.search  article:hover .aux-media-image,.tax-portfolio-tag  article:hover .aux-media-image,.tax-portfolio-cat  article:hover .aux-media-image{
    transform: scale(0.9);
}
.search  article .aux-media-image,.tax-portfolio-tag  article .aux-media-image,.tax-portfolio-cat  article .aux-media-image{
    transition: all 0.5s;
}

.type-portfolio .entry-media img{
	aspect-ratio: 1 / 1;
    object-fit: cover;
}
.wpcw-form .wpcw-form-row input.wpcw-input-text, .wpcw-form .wpcw-form-row textarea {
	padding: 3px;}.wpcw-form .wpcw-form-row label {
    padding: 0;
    font-size: 12px;
    line-height: 0;
}
.wpcw-form .wpcw-form-row-first,.wpcw-form .wpcw-form-row {
    width: 100%;
}
a.button, button, input[type="button"], .aux-button
 {background: #baddba;
    padding: 5px 15px 5px 15px!important;
    margin-bottom:5px;
  }
