/*
Theme Name: Wolmart Child
Theme URI: https://wolmart.org/
Author: D-THEMES
Author URI: https://wolmart.org/about-me/
Description: Wolmart Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: wolmart
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.wpcf7-form>p  {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    margin-bottom: 0;
    font-size: 1.4rem;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-evenly;
}

.wpcf7-form span .wpcf7-form-control {
	display: block;
    width: 100%;
    min-height: 4.1rem;
    padding: 0.85rem 2rem;
    border: 1px solid #eee;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    color: var(--wolmart-body-color, #666);
    background-color: transparent;
    border-radius: 2px;
    box-shadow: none;
    outline: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}

.wpcf7-submit {
	border-radius: 3px;
    background-color: var(--wolmart-dark-color, #333);
	display: inline-block;
    outline: 0;
	font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
	margin-top: 10px;
}