input:not([type="submit"]), textarea, select {
    border: 0px;
    line-height: 50px !important;
	width: 100%;
	height: 50px;
	padding-left: 10px;
	font-size: 18px;
}

input[type="checkbox"]{
 
	width: inherit;
	height: inherit;

}


textarea {

    height: 150px !important;
}

label{width:100%;
padding-right:60px;
font-size: 15px;
}

span.wpcf7-list-item {

    padding-right: 5px;
}

.s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.select {
    cursor:pointer;
    display:inline-block;
    position:relative;
    /*font:normal 11px/22px Arial, Sans-Serif;*/
    color:black;
   /* border:1px solid #ccc;*/
	width:100%;
}
.styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:white;
    padding: 0px 5px;
    /*font-weight:bold;*/
	height:50px;
	line-height: 50px;
	padding-left: 10px;
	font-size: 18px;
}
.styledSelect:after {
content: "";
    background: url(../svg/dropdown.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 19px;
    transform: rotate(180deg);
    right: 20px;

}
.styledSelect:active, .styledSelect.active {
    background-color:#ccd0d4;
}
.options {
    /*display:none;*/
    position:relative;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:10px 0px 10px 0px;
    list-style:none;
font-size: 18px;
background-color: #ebe1d7;

}
.options li {
    margin:0 0;
    padding: 10px;
	background-color: #ebe1d7;
}
.options li:hover {
    background-color:#ffffff;
}

span.wpcf7-list-item {

    margin: 0 !important;
}

input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    /* top: 5px; */
}

.wpcf7-list-item-label{
	padding-bottom:10px;
}


.wpcf7-not-valid-tip{display:none !important;}

.wpcf7-not-valid{
	border:1px solid #D0364D !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #D0364D !important;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #D0364D !important;
}


.wpcf7-form-control-wrap ul li:first-child {
  display:none;
}
