/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
button#slidePay{border:none;border-radius:5px 0 0 5px;padding:6px 15px;position:absolute;background-color:#fff;color:#fff;left:-50px;border:1px solid #b2c2dc;border-right:0}#paypal_main{transform:translateX(0);transition:all 1s}#paypal_main.hide{transform:translateX(170px)}#paypal_main button{height:50px;width:50px;background-image:url(wp-content/themes/pcso/images/close.png);background-repeat:no-repeat;background-size:25px 25px;background-position:center}#paypal_main.hide button{background-image:url(wp-content/themes/pcso/images/back.png);background-repeat:no-repeat;}.ui-datepicker-calendar .highlight a{background:#ff9;color:#000}#edit_profile{background:#23A455;padding-right:5px}.admin-bar #wppb_form_general_message{padding-top:6px!important}.lrm-user-modal{background:#c5eeff8c!important}.lrm-user-modal-container{top:15%}.lrm-user-modal p.lrm-form-bottom-message a{color:#000!important}p.lrm-form-bottom-message{text-transform:capitalize;font-size:12px!important;bottom:10px!important}.lrm-font-material [class^=lrm-ficon-]:before,.lrm-font-material [class*=" lrm-ficon-"]:before{font-size:15px!important}.lrm-form label.image-replace,.lrm-form .lrm-image-replace{display:none}.lrm-form button[type=submit],.lrm-form #buddypress input[type=submit],.lrm-form input[type=submit]{border-style:none!important}.lrm-user-modal-container-inner{box-shadow:0 0 10px rgb(0 0 0 / 47%)}.lrm-form button[type="submit"]{background:rgb(35 164 85 / 86%)!important}body:not(.logged-in){overflow-y:hidden}.mo-openid-app-icons>p{width:auto!important}.mobilelogin{font-weight:600}.mo-openid-app-icons>p{font-size:13px}.button-social-form{margin-left:auto;margin-right:auto;width:225px;text-align:center}

.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single {
    border-bottom: 1px solid var(--ast-border-color); !important
    margin: 0; !important
    padding: 1em 1em ;!important
}

/* Spanish landing page: hide Astra sidebar/widgets ("Recent Posts") as a safe fallback. */
body.page-plantilla-de-talon-de-pago-en-espanol #secondary,
body.page-plantilla-de-talon-de-pago-en-espanol .ast-sidebar,
body.page-plantilla-de-talon-de-pago-en-espanol .widget-area {
    display: none !important;
}

body.page-plantilla-de-talon-de-pago-en-espanol .site-content .ast-container {
    display: block;
}

/* Sidebar widget polish (blog + archives): make "Recent Posts" and other widgets look intentional. */
body.blog #secondary .widget,
body.archive #secondary .widget,
body.single-post #secondary .widget {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 14px;
    padding: 16px 16px;
    box-shadow: 0 6px 18px rgba(16,24,40,0.06);
}

body.blog #secondary .widget-title,
body.archive #secondary .widget-title,
body.single-post #secondary .widget-title {
    margin: 0 0 10px 0;
    font-weight: 700;
    letter-spacing: -0.01em;
}

body.blog #secondary ul,
body.archive #secondary ul,
body.single-post #secondary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.blog #secondary li,
body.archive #secondary li,
body.single-post #secondary li {
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid rgba(0,0,0,0.08);
}

body.blog #secondary li:first-child,
body.archive #secondary li:first-child,
body.single-post #secondary li:first-child {
    border-top: 0;
    padding-top: 0;
}

body.blog #secondary a,
body.archive #secondary a,
body.single-post #secondary a {
    color: #111827;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.35;
    display: inline-block;
}

body.blog #secondary a:hover,
body.archive #secondary a:hover,
body.single-post #secondary a:hover {
    text-decoration: underline;
}

/* Blog layout: widen the sidebar so widgets don't look cramped (Astra default is ~84/16). */
@media (min-width: 769px) {
    body.blog.ast-right-sidebar #primary,
    body.archive.ast-right-sidebar #primary,
    body.single-post.ast-right-sidebar #primary {
        width: 72% !important;
    }
    body.blog.ast-right-sidebar #secondary,
    body.archive.ast-right-sidebar #secondary,
    body.single-post.ast-right-sidebar #secondary {
        width: 28% !important;
    }

    body.blog.ast-left-sidebar #primary,
    body.archive.ast-left-sidebar #primary,
    body.single-post.ast-left-sidebar #primary {
        width: 72% !important;
    }
    body.blog.ast-left-sidebar #secondary,
    body.archive.ast-left-sidebar #secondary,
    body.single-post.ast-left-sidebar #secondary {
        width: 28% !important;
    }
}