/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Trending block: fix product title hover on red background */
.ct-trending-block .ct-post-title:hover {
    color: #ffffff !important;
}

/* Cart: even spacing between Proceed to Checkout, PayPal, and Venmo buttons */
.wc-proceed-to-checkout a.checkout-button {
    display: block !important;
    margin-bottom: 14px !important;
}

#ppc-button-ppcp-gateway {
    margin-top: 0 !important;
}

#ppc-button-ppcp-gateway .paypal-button-row + .paypal-button-row {
    margin-top: 14px !important;
}
