main{
    padding-top: 100px;
}
h2.title{
	letter-spacing: 3px;
}

p.comment{
    text-align: center;
    margin-top: 30px;
}
.contact-form{
    margin-top: 30px;
}
.form-row{
    margin-bottom: 20px;
}
.form-row.form-row-margin{
    margin-top: 60px;
}
.form-row label span.required{
    color: #ff0000;
}
input[type="text"] {
  width: 500px;
    max-width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
}
input[type="email"] {
  width: 500px;
    max-width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
}
textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
}
dl dd {
    margin-top: 10px;
}

.form-submit {
	margin-top: 50px;
	text-align: center;
}

.form-submit p {
	position: relative;
	display: inline-block;
	margin: 0;
}

.wpcf7-submit {
	appearance: none;
	-webkit-appearance: none;
	min-width: 220px;
	height: 56px;
	padding: 0 40px;
	border: 1px solid #222;
	border-radius: 999px;
	background: #222;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .1em;
	cursor: pointer;
	transition: .3s ease;
}

.wpcf7-submit:hover {
	background: #fff;
	color: #222;
}

.wpcf7-submit:active {
	transform: scale(.98);
}

.wpcf7-submit:disabled {
	opacity: .6;
	cursor: not-allowed;
}

.wpcf7-spinner {
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
	margin: 0;
}
.sent_ok{
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
}
.wpcf7-list-item{
  margin-left: 0;
  margin-right: 1.5em;
}
@media (max-width:768px){
  .wpcf7-list-item{
    margin-bottom: 10px;
  }
	p.comment{
	    text-align: left;
	}

}


