/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Oct 30 2017 | 01:07:34 (pm)
/*
/******* Do not edit this file *******/

/*-----------------------------------------------------------------------------------*/
/*	X.	Forms & contact form 7 style
/*-----------------------------------------------------------------------------------*/

.input-text,
.input-textarea{
    border: 1px solid #E2E2E2;
    background-color: rgba(255, 255, 255, .2);
}

.wpcf7-form-control-wrap {
    border-bottom:1px solid #000;
    display: block !important;
}

.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="text"],
.input-text input[type="text"]{
	background-color:transparent !important;
	border:0;
	color: #000;
	height:38px;
	width:98%;
	padding:0 2%;
}

.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="text"]{
    font-size:17px;
    line-height:17px;
}

.wpcf7-form-control-wrap textarea,
.input-textarea textarea{
	background-color:transparent !important;
	border:0;
	padding:10px 1%;
	color:#000;
	width:98%;
	max-width: 98%;
	min-width: 98%;
}

.wpcf7-form-control-wrap textarea {
    text-align:center;
    height:75px;
    font-size:17px;
    line-height:17px;
}

/* Footer CF7 Style */
#mail , #name , #subject {
    width: 32%;
    float: left;
}

#bidname , #bidmail {
	text-align:center;
    width: 48%;
    float: left;
}
#bid {
	float:left;
	width:30%;
	margin-top:50px;
    padding:1px 260px;
	text-align:center;
}

#bid input {
	width: 80px;
	font-size:20px;
	background-color: rgba(0, 0, 0, 0);
    border-radius:5px;
	text-align:center;
	margin-bottom:5px;

}

#mail, #subject, #bidmail {
	margin-left:2%;
}

#comment-text {
	float:left;
	width:100%;
	margin-top:40px;
}

#comment-text input[type="submit"] {
    margin:0 auto;
    display:table;
    height:50px;
    line-height:20px;
    padding:13px 50px;
    color:#000;
    border-radius:5px;
    border:2px solid #000;
    font-size:20px;
    font-weight:300;
    text-transform:uppercase;
    margin-top:40px;
}

#comment-text input[type="submit"]:hover {
    background-color:#000;
    color:#fff;
}

/* content form 7Place holder  */
#comment-text textarea::-webkit-input-placeholder  , #comment-text textarea:-moz-placeholder ,#comment-text textarea:-ms-input-placeholder  {
   color:#df3030;
   opacity:  1;
}

#name input::-webkit-input-placeholder ,#name input:-moz-placeholder , #name input:-ms-input-placeholder {
    color:#bfbfbf !important;
}

.wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
    color:#000 !important;
}

.wpcf7-form-control-wrap input::-webkit-input-placeholder {
    color:#000 !important;
}

.wpcf7-form-control-wrap textarea:-moz-placeholder {
    color:#000;
    opacity:1;
}

span.wpcf7-not-valid-tip-no-ajax{
	position: absolute;
	top:50%;
	right:1%;
	color: #ff4c2f;
	width:13px;
	height:20px;
	display: block;
	overflow: hidden;
	margin-top:-10px;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 10px;
	right: 12px;
	left:auto;
	text-indent: -9999px;
	z-index: 5;
	background: transparent url(../img/form_error.png) no-repeat center center;
	height:14px;
	width:14px;
	border: none !important;
	font-size: 10pt;
	padding: 2px;
}

.wpcf7-not-valid-tip-no-ajax:before{
	font-family: 'icomoon';
	content:"\e0c5";
}

div.wpcf7-validation-errors{
	color: #ff4c2f;
	border: none !important;
	font-size: 14px;
	font-weight: 400;
	text-indent: -9999px;
}

div.wpcf7-response-output{
	margin:0;
	padding:10px 0;
}

div.wpcf7-mail-sent-ng {
	border: none;
    color:#000;
    font-weight:700;
}