/*
Theme Name: TheLuxLife Theme
Description: Child theme for Gillion theme
Author: Shufflehound
Author URI: http://shufflehound.com
Template: gillion
*/

/* Add your custom CSS below */

@media only screen and (max-width: 1200px) {
    body #page-container {
        margin-top: 0px !important;
    }
}

.mc4wp-response p {
    background-color: white;
    max-width: 50%;
}

.post-switch-item .post-categories a {
    color: white !important;
}

@media only screen and (max-width: 620px) {
    .tribe-events-calendar thead th {
        font-size: 12px !important;
        padding: 7px !important;
    }
}

div.payment_box .wc-credit-card-form, .woocommerce-cart #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    width: 100% !important;
}

.textarea {
    width: 100%;
}