/*
	Theme Name: Munio Child
	Theme URI: http://clapat.ro/themes/munio-wordpress/
	Description: Responsive Wordpress Theme
	Template: munio
	Version: 1.0
	Author: You
	Author URI: http://your site
	License: Themeforest
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: four-columns, custom-background, custom-colors, featured-images, full-width-template, theme-options
	Text Domain: munio-child
*/


/*------------------------------------------------------------------

Add here your own styles
-------------------------------------------------------------------*/

	.wpcf7-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;  
}

.flex-item {
    display: flex;
    flex-direction: column;
    flex-basis: 45%;
    margin: auto;
    background: #e3e3e3;
    border-radius: 6px;
}

input[type="submit"] {
    color: #000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 16px 33px;
    line-height: 14px;
    position: relative;
    z-index: 10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white;
    margin-left: 19px;
    border: 1px solid #000;
}
