/*
 Theme Name:     LU Hauswirth
 Theme URI:      
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         FW
 Author URI:     
 Template:       Divi
 Version:        1.0.0
*/
 


/* Menu */
.et-menu li li a {
    padding: 6px 20px;
    width: 250px !important;
}


/* Contact Form 7 */

.wpcf7-form {
    color: #fff !important;
    font-size: 16px;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    background: #ffffff;
    width: 90% !important;
    padding: 14px 24px;
    margin-bottom: 20px;
    font-size: 16px;
    border-radius: 10px;
	color: #666 !important;
}

.wpcf7-radio
{
    display: block;
    color: #fff;
    margin-top: 10px;
}

.wpcf7 input[type="submit"]
{
    background: #367c2b;
    width: 90% !important;
    padding: 14px 24px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 900!important;
    font-style: italic!important;
    text-transform: uppercase!important;
    letter-spacing: 5px;
    border-radius: 10px;
    color: #ffffff !important;
    border: none;
    box-shadow: 0px 12px 50px -12px #367c2b;
    transition-duration: .5s;
    margin-left: 0px;
}

.form-check
{
    width: 90%;
    text-align: justify;
    margin-bottom: 30px;
	line-height: 1.2em;
}

.form-check a
{
    color: #fff !important;
    text-decoration: underline;
}

.form-check a:hover
{
    opacity: 0.5;
}

.wpcf7 input[type="submit"]:hover
{
    box-shadow: none;
    letter-spacing: 6px;
    transition-duration: .5s;
}


.form-padding {
    padding: 15px 24px;
    margin-bottom: 30px;
}

span.wpcf7-list-item {
	margin: 0px;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #666 !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #666 !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #666 !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #666 !important;
opacity: 1;
}

@media all and (max-width: 980px) {
	
	.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
		width: 90% !important;
	}

	.wpcf7 input[type="submit"]
	{
		width: 90% !important;
	}

	.form-check
	{
		width: 90%;
	} 
}




