/*
Theme Name: Selo Child Theme
Theme URI: https://selo.peerduck.com
Author: Duck-Themes
Author URI: https://peerduck.com
Description: Blank Child Theme for Selo
Template: selo
Version: 1.00
Requires at least: 5.0
Requires PHP: 7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, custom-colors, featured-images, theme-options
Text Domain: selo
*/
.wpcf7-form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.wpcf7-submit {
    background-color: #00c853;
    color: #fff;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
}

.wpcf7-form-control-wrap {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
}

.wpcf7-form-control-wrap:last-child {
    margin-right: 0;
}
