/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */



 .mod-box {
 	border: none;
 }
select {
padding: 8px;
}
 .wpcf7 input[type="text"],
.wpcf7 input[type="email"]
{
    width: 50%;
    height: 35px;
    font-size: 14px;
    border: 1px solid #999;
	border-radius: 5px;
}
.wpcf7 textarea {
	width: 50%;
    font-size: 14px;
    border: 1px solid #999;
	border-radius: 5px;
}
.wpcf7-form-control.wpcf7-quiz {
height: 35px;
   font-size: 14px;
    border: 1px solid #999;
	border-radius: 5px;
}

.wpcf7-form-control.wpcf7-submit {
background: #303030;
padding: 5px 30px;
height: 45px;
color: #fff;
font-size: 14px;
margin-top: 10px;
margin-left: 55px;
font-weight: bold;
}
.wpcf7-form-control.wpcf7-submit:hover {
background: #00a6de;
}