/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/





/* Center the coupon input container */
#gamipress-coupons-redeem-coupon-form-code {
    text-align: center;  /* centers child inline elements */
}

/* Make the input neat and centered */
#gamipress-coupons-redeem-coupon-form-code-input {
    display: inline-block; /* prevents full-width */
    text-align: center;    /* centers text inside */
    max-width: 280px;      /* optional: controls width */
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
}








@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}