/*
Theme Name: Ego (Menschen)
Theme URI: http://udthemes.com/ego-wordpress-theme
Description: Responsive Onepage WordPress Theme with Parallax. An UnlimitDesign and Farid Hadi production.
Author: UDTHEMES
Author URI: http://udthemes.com
Version: 2.2
Tags: one-column, two-columns, three-columns, four-columns, right-sidebar, fixed-width, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready

License: GPLv3
License URI: http://www.gnu.org/copyleft/gpl.html

Copyright: UDTHEMES (http://udthemes.com/)

*/

span.wpcf7-list-item {
	margin: 0 !important;
}

input[type="checkbox"] {
	display: inline !important;
	width: unset !important;
	height: unset !important;
	margin: 0 1em 0 0 !important;
	-webkit-appearance: checkbox !important;
	-moz-appearance: checkbox !important;
	-ms-appearance: checkbox !important;
	-o-appearance: checkbox !important;
	appearance: checkbox !important;
}

.section.odd input[type="email"] {
    background: #f6f6f6;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    color: #999;
    font: 14px/18px 'MikadoRegular', Arial, Helvetica, sans-serif;
	width: 300px;
	height: 45px;
    line-height: 45px;
    padding: 0 20px;
    margin-bottom: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.section.odd input[type="email"]:hover {
	background-color: #f9f9f9;
	color: #888;
	border: 1px solid #ddd;
}

.section.odd input[type="email"]:focus {
	background-color: #fff;
	color: #888;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

input[type="text"],
input[type="email"],
textarea {
    width: 100% !important;
}