/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 31 2022 | 12:35:19 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

footer#colophon {
    display: none !important;
}

.form-popup-wrapper {
    background-image: url(https://wfimftco.com/wp-content/uploads/2022/01/bg-1.jpg);
    background-size: cover;
    background-position: center center;
    padding: 30px;
}

.popmake {
    padding: 0 !important;
}

.ginput_container.ginput_container_singleproduct {
    background: #fff;
    padding: 7px;
}

.ginput_product_price_wrapper span, .ginput_product_price_wrapper input {
    color: #000 !important;
}

span.ginput_product_price_label {
    color: #000 !important;
    font-weight: 500;
}

input#ginput_base_price_1_6 {
    color: #000;
    font-weight: 500;
}
.ginput_product_price {
    font-weight: 500;
}
.gform_button {
    display: block;
}

.gform_footer input[type="submit"] {
    display: block;
    margin: 0 auto;
    background: #000;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-weight: 599;
}

.gform_footer input[type="submit"]:hover {
    background: #ffcd00;
    color: #000;
}

.gform_wrapper form input::placeholder {
    color: #979797;
    font-weight: 500;
}