/*
 Theme Name:     Therahome Lotterie
 Theme URI:      http://www.elegantthemes.com
 Description:  	 Therahome Lotterie Theme
 Author:         aceArt
 Author URI:     https://aceart.de
 Template:       Divi
 Version:        1.0.0
*/

body {
    font-weight: 200;
}

#main-header{
    display: none;
}
.fullwidth-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.halfwidth-form {
    width: 48%;
    float: left;
    margin-bottom: 20px;
}

.halfwidth-form input[type=email], 
.halfwidth-form input[type=tel], 
.halfwidth-form input[type=text],
.fullwidth-form input[type=text]{
    width: 100%;
    height: 40px;
    font-size: 20px;
    padding: 10px;
}

input[type=text].wpcf7-quiz{
    width: 60px;
}

.wpcf7-list-item-label, 
.halfwidth-form label,
.fullwidth-form a{
    font-size:20px;
}

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

.wpcf7-submit{
    border: none;
    padding: 10px 30px;
    cursor: pointer;
    background-color: #1fa11a;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    margin-top:20px;
}

.wpcf7-date{
    border: 1px solid #bbb;
    height: 40px;
    width: 100%;
    padding: 8px;
    font-size: 20px;
}

#footer-bottom{
    display:none;
}

body.admin-bar.et_fixed_nav #main-header{
    display: none;
}

#page-container{
    padding-top:0px!important;
}

.footer-section a{
    color: #fff;
}

.fullwidth-form a, a {
    color: #D3045E;
}
body.page-id-8 .fullwidth-form a, body.page-id-8 a {
	color: #97ad3e;
}
body.page-id-15 .fullwidth-form a, body.page-id-15 a {
	color: rgba(231,69,44,1);
}

@media(max-width:500px){
            
    .fullwidth-form{
        width: 100%;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .halfwidth-form{
        width: 100%;
    }
}