/*
Theme Name: Divi Child By WaterMark Design
Theme URI: http://gowatermarkdesign.com/
Description: A Custom Child Theme For Divi
Author: Mark Haugstad
Author URI: http://gowatermarkdesign.com/
Template: Divi
Version: 4.2
*/

@import url(../Divi/style.css);

/* =Theme customization starts here
------------------------------------------------------- */

.variation_name {
    text-transform: capitalize;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    display: flex;
    margin: 40px 0px;
}
form #help-form .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-bottom: 15px;
}
form #help-form .row .col-100, form #help-form .row .col-50 {
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
}
form #help-form .row .col-100 {
    width: 100%;
}
form #help-form .row .col-50 {
    width: 50%;
}
form #help-form {
    max-width: 800px;
    width: 100%;
    margin: auto;
}
form #help-form input[type="text"], 
form #help-form input[type="tel"], 
form #help-form input[type="email"],
form #help-form input[type="date"],
form #help-form select,
form #help-form textarea {
    width: 100%;
    max-width: 100%;
    height: 50px;
    border-radius: 7px;
    box-shadow: 0px 12px 18px -6px rgba(255,255,255,0.15);
    color: #544F50;
    font-size: 14px;
    padding: 16px;
    border: 0;
	background: #F5F5F5;
}
form #help-form textarea {
    height: 150px;
}
form #help-form input[type="file"] {
    color: #000;
}
form #help-form p {
    width: 100%;
}
form #help-form .row.btn {
    text-align: center;
}
form #help-form .row.btn input[type="submit"] {
    background: #edc702;
    border: 2px solid #edc702;
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 30px;
    color: #000000;
    margin-left: 0;
    cursor: pointer;
    transition: 0.5s all ease;
    font-weight: 600;
    width: 100%;
    border-radius: 0;
}
form #help-form .row.btn input[type="submit"]:hover {
    background: #544F50;
    color: #fff;
    border: 2px solid #fff;
}
form #help-form label {
    color: #1b4459;
    margin-right: 10px;
}