/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Header Login & Profile Buttons */
.btn-perfil {
  display: none !important;
}

.logged-in .btn-perfil {
  display: flex !important;
}

.logged-in .btn-login {
  display: none !important;
}

/*Social Icons Bar*/
.social-media-icons a{
  width: 31px;
  height: 31px;
}

/*Search Input */

.button-search .wp-block-search__inside-wrapper {
    position: relative;
    display: block;
}

.button-search .wp-block-search__inside-wrapper input {
    border-radius: 100px;
    min-height: 30px;
    display: flex;
    padding: 10px 15px 10px 35px;
    margin: 0;
    border: 1px solid #c5c5c5;
    font-size: 18px;
    width: 100%;
    transition: all 0.2s ease;
}

.button-search .wp-block-search__inside-wrapper input::placeholder {
    font-size: 15px;
    color: #777776;
    font-weight: 500;
	padding-left: 0px;
}

.button-search .wp-block-search__inside-wrapper input:focus {
  outline: none;
border: 2px solid #d64c90;
 
}

.button-search .wp-block-search__inside-wrapper::after {
    content: '';
    position: absolute;
    left: 12px; 
    top: 50%;
    transform: translateY(-50%); 
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

/*Single Clean*/
.single-clean {
	max-width: 1024px;
	margin: 0 auto;
	padding: 40px 20px;
}

.single-clean .entry-title {
	font-size: 2.2rem;
	line-height: 1.2;
	margin-bottom: 10px;
}

.single-clean .entry-meta {
	opacity: 0.6;
	font-size: 0.9rem;
	margin-bottom: 20px;
}

.single-clean .post-image img {
	border-radius: 12px;
}

.single-clean .entry-content {
	line-height: 1.7;
	font-size: 1.05rem;
}

.post-author{
  color:#cc3366;
}

.single-clean .inside-article img{
  border-radius: 15px;
}

.social-icon-white .icon-container {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 35px !important;
}

.social-icon-white svg {
  fill: #fff;
}

/*Checkout Style*/
.page-id-2364{ background-color: #170630;}

.page-id-2364 .learn-press-breadcrumb, #checkout-account-logged-in, .learn-press-checkout-comment, .lp-terms-and-conditions{
  display: none;
}

.page-id-2364 .lp-checkout-form{
  margin-top: 0px;
}

.page-id-2364 .lp-content-area,
.page-id-2364 h4 {
  color: white;
}

#checkout-payment h4{
  color: white;
}
#checkout-order *{
  color: white !important;
}


.lp-checkout-order__inner{
  border-radius: 15px !important;
}

.page-id-2364 .lp-archive-courses{
  margin-top: 50px;
}
#checkout-payment #checkout-order-action button {
    width: 100%;
    border-color: #ffffff !important;
    color: #fff;
    background: #794283 !important;
  }
  .learn-press-payment-method-offline-payment img {
  content: url("https://wordpress-343942-6188368.cloudwaysapps.com/wp-content/uploads/2026/04/poket-logo-default.svg") !important;
}

/*Checkout Style*/
#checkout-order .course-name a{
  -webkit-line-clamp: none !important;
}
    .custom-pago-qr-box {
        background: #f9f9f9;
        border-radius: 16px;
        padding: 24px;
        
        text-align: center;
        max-width: 420px;
        margin: 20px auto;
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    .qr-title {
        font-size: 20px;
        margin-bottom: 10px;
        color: #222 !important;
    }

    .qr-intro {
        font-size: 14px;
        color: #555;
        margin-bottom: 20px;
    }

    .qr-options {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .qr-label {
        font-size: 13px;
        color: #777;
        margin-bottom: 10px;
    }

    .qr-image {
        max-width: 180px;
        margin: 0 auto;
        display: block;
    }

    .qr-link {
        display: inline-block;
        padding: 10px 16px;
        border-radius: 8px;
        background: #4B346C;
        color: #fff !important;
        text-decoration: none;
        font-size: 14px;
        transition: all 0.3s ease;
    }

    .qr-link:hover {
        background: #E3486F;
    }

    .qr-divider {
        height: 1px;
        background: #eee;
        margin: 20px 0;
    }

    .qr-step {
        font-size: 14px;
        color: #555;
        margin-bottom: 10px;
    }

    .qr-whatsapp {
        display: inline-block;
        padding: 12px 18px;
        border-radius: 8px;
        background: #25D366;
        color: #fff !important;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .qr-whatsapp:hover {
        opacity: 0.85;
    }
    .qr-phone{
        font-family: 'Rubik';
    color: gray;
    margin-top: 10px;
    }

    .qr-final {
        font-size: 13px;
        color: #777;
        margin-top: 15px;
    }
    
    /*Course Style*/
    .viewing-course-item .gb-element-ee788a8d{
      display: none;
    }