@charset "utf-8";
/* CSS Document */

#contact-top{
    background-image:url("../img/contact.jpg");
}

.page-top-overlay h1:before{
    font-family:Arial, Helvetica, "sans-serif";
    font-size:64px;
    margin-bottom:20px;
    letter-spacing: 2px;
    content: 'Contact Us';
    display: block;
} 

#contact{
    width:68vw;
    margin:80px auto;
}

.contact-container{
	width:100%;
	margin:60px auto;
    text-align: center;
    font-weight:800;
}

.contact-container span,
.contact-container span a{
	font-size:38px;
	font-weight: bold;
    line-height:82px;
    margin:10px 0;
	color:#00BE3A;
	letter-spacing: 0.1vw;
	font-family: Arial, Helvetica, "sans-serif";
}

.form-7-wrapper .form-7 p{
    width: 100%;
}

.form-7-wrapper .form-7 p span{
    width: 100%;
    position: inherit;
    background-color: initial;
}

#description{
    text-align: center;
    font-weight:800;
    line-height: 26px;
    font-size:16px;
    margin-bottom:40px;
}

.form-7-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width:100%;
    padding-bottom:20px;
    padding-top:20px;
    margin:0 auto;
    border-bottom:1px solid #00BE3A;
}

.form-last{
    border-bottom:none;
}

.form-7-wrapper p{
    width:30%;
    font-weight:bold;
    line-height: 40px;
    padding-left:2vw;
    position:relative;
}

.form-7-wrapper p > span{
    width:60px;
    display:inline-block;
    line-height:30px;
    margin-right:10px;
    margin-top:10px;
    font-size:14px;
    background: #00BE3A;
    color:#fff;
    border-radius:2px;
    text-align: center;
    position:absolute;
    right: 0;
    top:-5px;
}

.wpcf7-not-valid-tip{
    margin:2px 0;
    color:#00BE3A;
}

.wpcf7-validation-errors{
    padding:20px!important;
    border:1px solid #00BE3A!important;
}

.form-7{
    width:60%;
    padding-right:2vw;
    text-align:left;
}

.form-7 input{
    width:100%;
    height:40px;
    padding:0 10px;
    font-size:18px;
}

.form-7 textarea{
    width:100%;
    height:200px;
    padding:10px;
    font-size:18px;
}

.accept{
    margin:60px auto 40px;
    width:100%;
    text-align: center;
}

.accept a{
    color:#000;
}


.accept:hover{
    opacity: 0.6;
}

.wpcf7-submit{
    width:240px;
    margin:0 auto;
    height:40px!important;
    line-height:40px!important;
    border-radius:1px!important;
    background:#00BE3A;
    color:#fff;
    border:1px solid #00BE3A;
    -webkit-appearance: none;
}

.wpcf7-submit:disabled{
    background:#B3B3B3;
}

.submit-container{
    width:100%;
    text-align: center;
}


@media screen and (max-width:1600px){

}

@media screen and (max-width:1366px){    

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:1024px){
    
    #contact-top{
        background-position:center left;
    }
    
    
    #contact{
        width:88vw;
        margin:20px auto;
    }
    
    .form-7-wrapper{
        display: block;
    }
    
    .form-7{
        width:100%;
        padding-right:0;
    }
    
    .form-7-wrapper p{
        width:100%;
        padding-left:0;
    }



	.contact-container span{
		font-size:32px;
	}
}

@media screen and (max-width:768px){
    .form-7 input{
        width:92%;

    }
    
    .form-7 textarea{
        width:92%;

    }
    
}