/*
Theme Name: A Sweet Game
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress child theme.
Author: Moromi Design
Author URI: https://moromidesign.com/
Template: oceanwp
Version: 1.0.15
Text Domain: asweetgame
*/

/* Logo SVG support */
#site-logo #site-logo-inner a img {
    width: 230px;
}
@media only screen and (max-width: 959px) {
    #site-logo #site-logo-inner a img {
        width: 150px;
        margin-top: -4px;
    }
}

.bbp-search-form input[type=submit] {
    background-color: rgba(46, 71, 186, 1);
        padding: 8px 3px;
    font-family: Asap, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
         border-radius: 2px;
      cursor: pointer;
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget-title {
    border-width: 0 0 0 0px;
        border-style: none;
    padding-left: 0px;
}

#content article .product_meta span a {
    text-underline-offset: 2px !important;
    text-decoration: underline 1px !important;
}

#content a:not(.wp-block-button__link):not(.wp-block-file__button):not(.woocommerce-product-gallery__trigger):not(.link--external):not(.brz-btn):not(.blog-entry-category a) {
    cursor: pointer;
    text-underline-offset: 4px;
    text-decoration: underline 1.5px #b6c1ff;
    text-decoration-skip-ink: all;
}

#content a:not(.wp-block-button__link):not(.wp-block-file__button):not(.woocommerce-product-gallery__trigger):hover {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: none;
}


/* Product page choose price label */
.cart.choose-price-label {
    font-size: smaller;
    text-transform: uppercase;
}

/* Custom pricing style changes */
.product .wrap .custom-price {
    max-width: 90px;
    text-align: right;
    font-size: large;
    background: #fff;
    border-radius: 3px;
    padding: 0px;
    margin: 10px;
    border-color: #b5b5b5;
    color: #4c4c4c;
}
.woocommerce button.button {
    padding: 14px 20px;
    border-radius:	4px;
}
body.single-product button.single_add_to_cart_button.button.alt {
    margin: 10px;
}
body.single-product .cart .wrap {
    float: left;
}
label.custom-min-price1 {
    font-weight: 200;
    font-size: large;
    color: #333;
}
small.description_product {/*removing the asterisk */
    display: none;
}

/* Donation remove gallery trigger spyglass */
#product-4976.product_cat-donation a.woocommerce-product-gallery__trigger {
    display: none;
}

#site-header a:focus {
    outline: solid #ffffff0a 1px !important;
}

