/*
Theme Name: Lego Fun Fest Lima 2018
Theme URI: http://www.radar.pe
Author: Cristián Frenkel
Author URI: http://www.radar.pe
Version: 2018.01
*/

body {
font-family: arial;
color: #333333;
background: #ffd302;
padding: 0;
margin: 0;
font-size: 18px;
}

header {
	width: 100%;
	position: fixed;
	top: 0;
	text-align: center;
	padding: 30px 0;
	z-index: 9999;
	background: #ffd302;
}

header img {
	max-width: 150px;
	height: auto;
}

.wrapper {
	max-width: 600px;
	margin: 0 auto;
	line-height: 140%;
	padding: 200px 30px 40px 30px;
}

.wrapper input[type=text], .wrapper input[type=email], .wrapper input[type=number]{
	width: 95%;
	margin: 2px 0 5px 0;
	padding: 5px 2%;
	font-size: 18px;
	line-height: 140%;
}

.wrapper select {
	width: 100%;
	margin: 2px 0 5px 0;
	padding: 5px;
	font-size: 18px;
	line-height: 140%;
}

span.wpcf7-not-valid-tip {
	font-size: 12px !important;
    font-style: italic;
    margin-top: -6px;
    padding-left: 5px;
	color: #e1251a !important;
}

.wpcf7-submit {
background-color: #e1251a;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	max-width: 300px;
	padding: 10px 30px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 auto !important;
	border: 0 !important;
	float: none !important;
	display: block;
	cursor: pointer;
}
.wpcf7-submit:hover {
	background: #333333;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	background-color: #e1251a;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	max-width: 300px;
	padding: 10px 30px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 auto !important;
	border: 0 !important;
	float: none !important;
}

div.wpcf7-mail-sent-ok {
background-color: #398f14;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	max-width: 300px;
	padding: 10px 30px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 auto !important;
	border: 0 !important;
	float: none !important;
}

.ajax-loader {
	margin: 20px auto !important;
	float: none !important;
	display: block !important;
}

footer {
	width: 100%;
	padding: 10px 0;
	background: #000000;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

footer a {
	color: #ffffff;
	text-decoration: none;
}