.post-single-content{
	width: 80%;
	margin: 10% auto;
}
.post-title{
	font-weight: 800;
	font-size: 2rem;
	margin-bottom: 3%;
	text-align: center;
}
.post-date{
	font-size: 1.2rem;
	margin-bottom: 10%;
	text-align: center;
	color: #ccc;
}
.post-material{
	font-size: 1.4rem;
	line-height: 2;
	max-width:980px;
	margin:0 auto;
}
.post-material a{
	text-decoration: underline;
}
.post-material a:hover{
	text-decoration: none;
}

.post-material .attachment-post-thumbnail{
	width: 100%;
	height: auto;
	margin-bottom: 3%;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 1.8;
}
table tr:nth-of-type(even){
	background-color: #f5f5f5;
}
table tr{
	border-bottom: 1px dotted #ccc;
}
table th{
	width: 140px;
	text-align: left;
	padding: 10px;
}
table td {
	padding: 10px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
	background-color: #f6ede4;
	color: #333;
	width: 100%;
	border: 0;
	font-size: 1.2rem;
	padding: 1.6em 1em;
	border-radius: 0;
	box-sizing: border-box;
	margin: 10px 0;
}
.wpcf7 input[type="number"]{
	margin-right: 1%;
	background-color: #f6ede4;
	border: 0;
	font-size: 1.2rem;
	padding: 1em;
	border-radius: 0;
	box-sizing: border-box;
}
.wpcf7 textarea {
	margin-bottom: 0;
	height: 274px;
}
.wpcf7 input[type="submit"] {
	font-size: 1.4rem;
	padding: 1.6em 1em;
	background: #eee;
	color: #333;
	width: 30%;
	border-radius: 0;
	cursor: pointer;
	border: 0;
	text-align: left;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.wpcf7 input[type="submit"]:hover {
	background-color: rgb(245,245,240);
}
.wpcf7-response-output {
	font-size: 1.4rem;
	border: 0 !important;
	margin: 20px 0 0 0 !important;
	padding: 0 !important;
}
.single .wpcf7 select{
	width: 39px;
	height: 40px;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 1%;
	border-radius: 0;
	vertical-align: middle;
}
.single .wpcf7 textarea {
	margin-bottom: 0;
	margin-top: 20px;
	height: auto;
}
.line4{
	width: 100px;
	height: 1px;
	background-color: #000;
	margin-bottom: 20px;
}
.single .wpcf7 p{
	margin-top: 20px;
}

/* interviews */
.post_custom{
	display: flex;
	display: -webkit-flex;
	margin-top: 40px;
}
.post_custom .post_photo,.post_custom .post_custom_fields{
	width: 50%;
	padding: 4%;
}
.post_custom .post_photo img{
	width: 100%;
	height: auto;
}
.post_custom .post_name{
	font-size: 1.6rem;
	font-weight: 800;
	margin-bottom: 2%;
}
.post_profile_title{
	font-size: 1rem;
	margin-bottom: 4%;
}
.post_custom .post_profile_txt{
	margin-bottom: 4%;
}
.post_custom_fields a{
	padding: 1%;
}



@media (max-width: 414px) {
table tr{
	width: 100%;
	display: block;
}
table th{
	background-color: #ccc;
}
table td,table th{
	display: block;
	width: 100%;
	max-width: 100%;
	font-size: 1.2rem;
}
table tr:nth-of-type(even){
	background-color:inherit;
}
.single .wpcf7 select{
	width: 34px;
	height: 28px;
	margin: 0 1% 0 0;
	-webkit-appearance:none;
}
.post-material img{
	width: 100%;
	height: auto;
}
.wpcf7 input[type="number"]{
	padding: .6em;
}

.post_custom .post_photo,.post_custom .post_custom_fields{
	padding: 2%;
}
.post_custom .post_name{
	font-size: 1.4rem;
}
.post_custom .post_profile_txt{
	font-size: 1rem;
}

}