/*
Theme Name: STAXX
Description: Simple. Affordable. Beautiful.
Author: integritive inc.
Version: 1.0
Template: enfold
*/



/*Add your own styles here:*/


/*Underneath "Edible Asheville Print Subscription," can we remove the price, Is it possible to get rid of the box around the "description" and then also remove both references to "Description"*/
.product-type-subscription .price,#top div.product.product-type-subscription .woocommerce-tabs ul.tabs,#top div.product.product-type-subscription .woocommerce-tabs h2 {
	display: none !important;
}

/*Is it possible to get rid of the box around the "description" and then also remove both references to "Description"*/
#top div.product.product-type-subscription .woocommerce-tabs .panel{
	border: none !important;
}


.woocommerce-checkout #payment div.payment_box .sv-wc-payment-gateway-payment-form-manage-payment-methods, #add_payment_method .sv-wc-payment-gateway-payment-form-manage-payment-methods {
	margin-right: 10px !important;
}

/* Remove the border around popups made by Popup Maker's 1.16.2 update */
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus,
.pum-overlay .pum-content
{
	outline: none !important;
}

@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
        .pum-overlay .pum-content {
            outline: none !important;
        }
    }
}

/*Fix AccessPress Social Share so social icons appear */
.apss-theme-4 .apss-icon-block {
    font-family: fontawesome;
}
.apss-theme-4 .apss-single-icon .fa, .apss-theme-4 .apss-single-icon .fas, .apss-theme-4 .apss-single-icon .fab {
    margin: 6px;
    top: 7px;
}

