/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

/* --- HEADER - BEGIN --- */

h1.penci-page-header-title {
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

body.single-post header#header {
    margin-bottom: 0px !important;
}

/* --- HEADER - END --- */

.number-counts h2 {
    margin-bottom: 10px;
}

.penci-gallery-ite {
    background-size: contain;
    background-color: transparent;
    pointer-events: none;
    -webkit-box-shadow: 5px 10px 30px 0px rgba(0,0,0,0.1) !important;
    -moz-box-shadow: 5px 10px 30px 0px rgba(0,0,0,0.1) !important;
    box-shadow: 5px 10px 30px 0px rgba(0,0,0,0.1) !important;
}

.penci-block_content {
    overflow: visible !important;
}

.penci-gallery-ite .penciicon-expand {
    display: none;
}

/* --- SINGLE PRODUCT BEGIN --- */

.product-labels .new {
    display: none;
}

.woocommerce-product-details__short-description ul {
    list-style-type: none;
    padding-left: 30px;
}

.woocommerce-product-details__short-description ul li {
    position: relative;
    list-style-type: none !important;
}

.woocommerce-product-details__short-description ul li::before {
    content: '✅';
    position: absolute;
    left: -30px;
    font-size: 18px;
    top: -3px;
}

/* --- SINGLE PRODUCT END --- */


/* --- CART BEGIN --- */

body.woocommerce-cart .penci_woo_pages_breadcrumbs {
    display: none;
}

body.woocommerce-cart .inner-post-entry > .woocommerce {
    margin-top: 40px;
}

.order-total .includes_tax {
    display: block;
}

.order-total .includes_tax .woocommerce-Price-amount {
    font-size: 12px !important;
}

button[name='update_cart'] {
    display: none !important;
}

/* --- CART END --- */


/* --- CHECKOUT BEGIN --- */

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    font-family: 'Open Sans', sans-serif;
}

.checkout_coupon > .form-row {
    width: 100% !important;
}

body.woocommerce-checkout .penci_woo_pages_breadcrumbs {
    display: none;
}

body.woocommerce-checkout .inner-post-entry > .woocommerce {
    margin-top: 40px;
}

.shop_table .product-name {
    word-break: break-word;
    hyphens: auto;
}

.wc_payment_methods .payment_box select {
    border-radius: 0;
    border: 1px solid #222;
    padding: 5px 10px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

/* --- CHECKOUT END --- */


/* --- FOOTER --- */

.footer-subscribe {
    padding: 10px 0;
}

.footer-subscribe > aside {
    max-width: 600px;
    margin: 0 auto;
}

.subscribe-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.subscribe-container h2 {
    width: 100%;
    margin-bottom: 25px;
    font-size: 22px;
}

.subscribe-container input {
    margin: 0 !important;
}

.subscribe-container span.wpcf7-not-valid-tip {
    margin: 0;
}

.subscribe-container .subscribe-send .wpcf7-submit {
    border: none;
    background-color: #313131;
    color: #fff;
}

.subscribe-container .subscribe-send .wpcf7-submit:hover {
    background-color: #000000;
}

.wpcf7 form .wpcf7-response-output {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    border: 2px solid #00a0d2; /* Blue */
}
 
.wpcf7 form.init .wpcf7-response-output {
    display: none;
}
 
.wpcf7 form.sent .wpcf7-response-output {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
 
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

#footer-copyright {
    display: none;
}

/* --- RESPONSIVE --- */
@media only screen and (max-width: 768px) {
    .partners-col {
        width: 33.333% !important;
    }
}

@media only screen and (max-width: 480px) {
    .penci-page-header-wrap {
        display: none !important;
    }

    .partners-col {
        width: 50% !important;
    }
}