.wpcf7-form-control {
	width: 85%;
}
span.wpcf7-list-item {
display:block;
border-radius: 9px;
}
textarea {
    padding: 4px;
    border-radius: 9px;
}
wpcf7 .wpcf7-form-control { max-width: 85%; }

input[type="text"] {
border-radius: 9px;
height: 40px;
width: 130px;
}
input[type="number"] {
border-radius: 9px;
height: 40px;
width: 130px;
}
input[type="tel"] {
border-radius: 9px;
height: 40px;
width: 130px;
}
input[type="textarea"] {
border-radius: 9px;
height: 100px;
width: 130px;
}
input[type="email"] {
border-radius: 9px;
height: 40px;
width: 240px;
}


input[type="url"] {
height: 40px;
width: 240px;
}
input[type="date"] {
height: 40px;
width: 130px;
}

input[type="submit"] {
height: 50px;
width: 120px;
}
.wpcf7 {
 
background-color: #F0F0F0;
 
border: 3px solid #82c338;
 border-radius: 9px;
}
.wpcf7-form {
 border-radius: 9px;
margin-left: 25px;
 
margin-right: 25px;
 
margin-top: 25px;
}
.wpcf7-submit {
 
background: #82c338;
border-radius: 9px;
 
color: #ffffff;
 
}

 #logo-under-header {padding: 0px; margin: 0px;}
    #logo-under-header img {margin-top:-105px; width: 150px; z-index: 1; position: relative;}

/*------------------------------------------------*/
/*-----------------[CTA Menu Item]----------------*/
/*-----------------[by GenoQuiroz]----------------*/
/*------------------------------------------------*/
 
/* style the get started cta button */
            .get-started {border-radius: 0px;}
            .get-started a {color: #fff!important;}
            li.get-started {
                background-color:#ed7818; 
                font-weight: 700; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 10px 10px 10px!important;
            border-radius: 3px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.get-started:hover {background-color:#c96310;}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .get-started a {
                        color: #fff!important;}
        .get-started li.current-menu-ancestor > a, .get-started li.current-menu-item > a {
                    color: #fff !important;}
 
 
 
    @media only screen and (min-width : 981px) {
            li.get-started {height: 33px;}}
