/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.wpcf7 input[type="text"]
{
    background-color: transparent;
    color: #000;
    width: 350px !important;
    border: none;
    border-bottom: 1px solid black;
}
.wpcf7 input[type="email"]
{
    background-color: transparent;
    color: #000;
    width: 350px !important;
    border: none;
    border-bottom: 1px solid black;
}
.wpcf7-form input[type="tel"]
{
    background-color: transparent;
    color: #000;
    width: 350px !important;
    border: none;
    border-bottom: 1px solid black;
}
.wpcf7-form select
{
    background-color: transparent;
    color: #000;
    width: 350px !important;
		margin: 0px;
    border: none;
    border-bottom: 1px solid black;
}
.wpcf7 textarea
{
		width: 350px !important;
    height: 100px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid black; 
}
input.wpcf7-submit
{
    background-color: #5a4641;
		width: 350px !important;
    border: none;
    box-shadow: none;
    color:#fff;
    border-radius: 10px 0px;
    text-transform: uppercase
}
input.wpcf7-submit:hover
{
    background-color: #FAE3C6;
		width: 350px !important;
    border: none;
    box-shadow: none;
    color:#000;
    border-radius: 0px 0px;
    letter-spacing: 3px;
    text-transform: uppercase
input.wpcf7-submit:focus
{
    background-color: #FAE3C6;
		width: 500px !important;
    border: none;
    box-shadow: none;
    color:#000;
    border-radius: 0px 0px;
    letter-spacing: 3px;
    text-transform: uppercase
}
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.wpcf7 input[type="text"]
{
    background-color: transparent;
    color: #000;
    width: 400px !important;
    border: none;
    border-bottom: 1px solid black;
}
.wpcf7 input[type="email"]
{
    background-color: transparent;
    color: #000;
    width: 400px !important;
    border: none;
    border-bottom: 1px solid black;
}
.wpcf7-form input[type="tel"]
{
    background-color: transparent;
    color: #000;
    width: 400px !important;
    border: none;
    border-bottom: 1px solid black;
}
.wpcf7-form select
{
    background-color: transparent;
    color: #000;
    width: 400px !important;
		margin: 0px;
    border: none;
    border-bottom: 1px solid black;
}
.wpcf7 textarea
{
		width: 400px !important;
    height: 100px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid black; 
}
input.wpcf7-submit
{
    background-color: #5a4641;
		width: 400px !important;
    border: none;
    box-shadow: none;
    color:#fff;
    border-radius: 10px 0px;
    text-transform: uppercase
}
input.wpcf7-submit:hover
{
    background-color: #FAE3C6;
		width: 400px !important;
    border: none;
    box-shadow: none;
    color:#000;
    border-radius: 0px 0px;
    letter-spacing: 3px;
    text-transform: uppercase
input.wpcf7-submit:focus
{
    background-color: #FAE3C6;
		width: 500px !important;
    border: none;
    box-shadow: none;
    color:#000;
    border-radius: 0px 0px;
    letter-spacing: 3px;
    text-transform: uppercase
}
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.wpcf7 input[type="text"]
{
    background-color: transparent;
    color: #000;
    width: 500px !important;
    border: none;
    border-bottom: 1px solid black;
}
.wpcf7 input[type="email"]
{
    background-color: transparent;
    color: #000;
    width: 500px !important;
    border: none;
    border-bottom: 1px solid black;
}
.wpcf7-form input[type="tel"]
{
    background-color: transparent;
    color: #000;
    width: 500px !important;
    border: none;
    border-bottom: 1px solid black;
}
.wpcf7-form select
{
    background-color: transparent;
    color: #000;
    width: 500px !important;
		margin: 0px;
    border: none;
    border-bottom: 1px solid black;
}
.wpcf7 textarea
{
		width: 500px !important;
    height: 100px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid black; 
}
input.wpcf7-submit
{
    background-color: #5a4641;
		width: 500px !important;
    border: none;
    box-shadow: none;
    color:#fff;
    border-radius: 10px 0px;
    text-transform: uppercase
}
input.wpcf7-submit:hover
{
    background-color: #FAE3C6;
		width: 500px !important;
    border: none;
    box-shadow: none;
    color:#000;
    border-radius: 0px 0px;
    letter-spacing: 3px;
    text-transform: uppercase
}
input.wpcf7-submit:focus
{
    background-color: #FAE3C6 !important;
		width: 500px !important;
    border: none;
    box-shadow: none;
    color:#000;
    border-radius: 0px 0px;
    letter-spacing: 3px;
    text-transform: uppercase
	}
}
}