/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 2.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/



/* MyPetPeed Sticky Call To Action Bar */
#mpp_calltoaction_bar_container_outer {
    width: 100%;
    background-color: palegreen;
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: auto;
    border-top: solid 1px green;
    z-index: 999;
    color: #2f4f4f;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.75);
}

#mpp_calltoaction_bar_container_inner {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}

#mpp_calltoaction_bar_subleft {
    float: left;
    width: 50%;
    padding: 10px;
}

#mpp_calltoaction_bar_subright {
    float: left;
    width: 40%;
    padding: 10px;
    min-width: 360px;
}

#mpp_calltoaction_bar_actionbutton_container {
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#mpp_calltoaction_bar_actionbutton_span {
    background-color: green;
    color: whitesmoke;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    font-weight: bold;
    min-width: 300px;
}

#mpp_calltoaction_bar_actionbutton_span:hover {
    background-color: black;
}

#mpp_calltoaction_bar_container_outer div div.large-12 {
    padding: 0px;
}

#mpp_calltoaction_dialogbox div button.mfp-close {
    color: #ffffff;
}


@media screen and (max-width: 710px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    #mpp_calltoaction_bar_container_inner {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 14px;
    }


    #mpp_calltoaction_bar_subleft {
        float: left;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    #mpp_calltoaction_bar_subright {
        float: left;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    #mpp_calltoaction_bar_actionbutton_span {
        background-color: green;
        color: whitesmoke;
        padding: 5px 15px 5px 15px;
        border-radius: 5px;
        font-weight: bold;
        min-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

}


/*
 * Product Page Custom Modifications
 */

h1.entry-title {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 5px;
}


div.product-info div.social-icons, div.product-info div.share-row {
    padding-top: 0px;
    margin-bottom: 5px;
}

div.product-info div.next-prev-nav {
    margin-bottom: 5px;
}

/* Product Page Custom Modifications - Flat Theme 3.5 */
div.is-divider {
    background-color: #D3D3D3;
    margin-top: 0px;
    margin-bottom: 10px;
}

p.product-page-price, .price-on-sale{
    font-size: 19px;
}

p.stock, p.in-stock {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #777 !important;
    margin-bottom: 5px !important;
}

.woocommerce form.cart div.quantity input.button {
    background-color: #ffffff !important;
}

.woocommerce #respond input#submit, .woocommerce .single_add_to_cart_button {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-weight: normal !important;
}


/*
 * Cart Page Fixes - For Screwed Up Flat Theme 3.5 Themes
 */

/*Delete blue lines in cart total calculations and fic main call to action button to make sure it stands out*/
.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: 0px !important;
}

div.wc-proceed-to-checkout a.checkout-button {
    background-color: #20B0D6 !important;
    color: #FFFFFF !important;
    font-weight: normal;
}

/*Delete coupon form border */
.woocommerce div.cart-sidebar form.checkout_coupon {
    border: 0px;
}

/*item overview section - back to store into ghost button */
.woocommerce div.continue-shopping a.button-continue-shopping {
    background-color: #ffffff;
    color: #000000;
    font-weight: normal;
    border: 2px solid #000000;
}

form.woocommerce-cart-form table.woocommerce-cart-form__contents button.button {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-weight: normal !important;
}

.woocommerce tr.woocommerce-cart-form__cart-item div.quantity input.button {
    background-color: #ffffff;
    color: #000000;
}

.woocommerce div.cart-sidebar form.checkout_coupon div.coupon input[name="apply_coupon"] {
    background-color: #000000 !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0px #ffffff;

}

/*
 * wooComerce Checkout Page - Fixing Some Bad Flat 3.5 habbits
 */

/*Payment Gateway background color*/
.woocommerce div#order_review div#payment {
    background-color: #ffffff !important;
}

.woocommerce-checkout #payment div.payment_box::after {
    border-color: transparent transparent #ededed !important;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #ededed !important;
    padding: 10px;
}

.woocommerce .payment_box fieldset#wc-stripe-cc-form {
    border: 0px !important;
}

.woocommerce .payment_box div#stripe-payment-data p, .woocommerce div.payment_method_paypal p, .woocommerce div.payment_method_cod p, .woocommerce div.payment_method_cheque p{
    color: #000000;
    font-size: 14px;
}

.woocommerce .payment_box fieldset#wc-stripe-cc-form div.form-row-last {
   margin-left: 10px;
}

/*Address Selection ... hide duplicate and broken state selector combo box*/
.woocommerce .woocommerce-input-wrapper #billing_state + span.select2, .woocommerce .woocommerce-input-wrapper #shipping_state + span.select2 {
    display: none;
}

/* Payment Icon Re-Alignment For CC MX Merchant Icon -> won't apply -> modified in plugin css file directly*/
ul.wc_payment_methods li[class*="payment_method_mxmerchant"] img {
    position: relative !important;
    margin-left: 5px !important;
    margin-top: 20px !important;
}

/*
 *  Catalog Page - Flat-Theme 3.5 Style Fixes
 *
 */

div.shop-container .product-small .box-text div.title-wrapper p.product-title {
    font-size: 14px;
}

div.shop-container .product-small .box-text div.title-wrapper p.category {
    display: none;
}

div.shop-container .product-small .box-text div.add-to-cart-button a.add_to_cart_button {
    background-color: #ffffff !important;
    border: solid 2px #000000;
    color: #000000;
    font-weight: normal;
    font-size: 16px;
}

div.shop-container .product-small .box-text div.add-to-cart-button a.add_to_cart_button:hover {
    background-color: #000000 !important;
    color: #ffffff;
    font-weight: normal;
}

/*Make Sure invalid credit card error message stands out more*/
ul.wc-authnet-error {
    color: red !important; 
    font-size:20px !important; 
    font-weight: bold !important;
}

/*
 * Fix Alignment of Card Input Fields on Checkout-Page (Month and Year)
 */

 label span.required {
    padding-right: 50px !important;
}