/* Join the Village button custom CSS*/
element.style {
}
.menu-toggle, button, .ast-button, .ast-custom-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"], form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button, body .wp-block-file .wp-block-file__button {
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    color: #ffffff;
    border-color: #1a5380;
    background-color: #1a5380;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1;
    margin-top: 10px;
		margin-left: auto;
}

/* Join the Village Fields custom CSS*/
     .ast-button, .button, button, input, select, textarea {
    color: #808285;
    font-weight: 400;
    font-size: 100%;
    margin: 5px;
    vertical-align: baseline;
}

/* WooCommerce Button ADD TO CART custom CSS*/
.woocommerce div.product form.cart .button.single_add_to_cart_button {
    padding: 10px 40px;
    color: white;
}

/* WooCommerce Button SELECT OPTIONS custom CSS*/

.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    white-space: normal;
    line-height: 1.3;
    color: white;
}

/* WooCommerce Button VIEW CART custom CSS*/

.woocommerce a.button, .woocommerce button.button.alt, .woocommerce-page table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce a.button.alt, .woocommerce .woocommerce-message a.button, .ast-site-header-cart .widget_shopping_cart .buttons .button.checkout, .woocommerce button.button.alt.disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
    border: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-color: #1a5380;
    color: white;
}

/* WooCommerce Button PROCEED TO CHECK OUT custom CSS*/

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em;
    background-color: #1a5380;
}

/* WooCommerce Cart Button custom CSS*/

.xoo-wsc-sc-bki {
    font-size: 20px;
    color: 20;
    padding-left: 15px;
	margin-bottom: auto;
	margin-top: auto;
}

/* WooCommerce DONATION Button custom CSS*/

#wcdp .wcdp-right, .wcdp-right {
    float: right;
    color: white;
}

/* Membership Button custom CSS*/

.pmpro
.pmpro_level .pmpro_btn {
    display: block;
    text-decoration: none;
    background-color: #1a5380;
}