/* Contact */

.summary {
	margin-bottom: 7.5em;
}
.summary h4.title {
	margin-top: 1.5em;
	margin-bottom: 0.75em;
}
.summary .note {
	margin-top: 1.5em;
	border-top: solid 1px #eee;
	font-size: 0.8em !important;
	color: #888;
}
.summary .note p {
	line-height: 1.6em !important;
	font-size: 0.85rem !important;
}
.summary .note a {
	color: #888 !important;
	text-decoration: underline;
}
.form {
	min-width: 650px;
	max-width: 750px;
	width: 60%;
}
#form_photographer li:not(:last-of-type){
	margin-bottom: 1.5em;
}
.form input[type="email"],
.form input[type="text"] {
	margin: 0.5em 0;
	width: 100% !important;
}
.form input[type="checkbox"] {
	margin-right: 0.5em;
}
.form h5.title {
	margin-top: 1em;
	margin-bottom: 0;
}
#form_files li {
	margin-bottom: 2em;
}
#form_disclaimer li {
	font-size: 0.9em;
}
#form_photographer .wpcf7-form-control-wrap {
	display: block;
	margin-top: 0em;
}
#form_files h5.title {
	margin-bottom: 0.5em;
}
.wpcf7-file {
	margin: 0.5em 0;
}
.wpcf7-not-valid-tip {
	margin-top: 0.15em;
	font-size: 0.9em !important;
	color: #c00 !important;
}
.wpcf7-radio .wpcf7-list-item {
	display: block;
	margin-left: 0 !important;
	margin-bottom: 0.15em;
	font-size: 0.95em;
}
.form .element {
	margin-bottom: 2em;
}
.form .field {
	margin-bottom: 1em;
}
.form h6 .label {
	font-size: 0.9rem;
}
.form h6 .label.only_pc.inline {
	display: inline;
}
.form h6 .note {
	margin-left: 0.5em;
	font-size: 0.75rem;
	font-weight: 400 !important;
}
.form select {
	display: block;
	margin-top: 0.35em;
	padding: 0.8em 1em;
	border: solid 1px #ccc;
	border-radius: 4px;
}

/* Sent */

#sent_page .content h4 {
	margin-bottom: 0.8em;
	font-size: 1.2em;
	font-weight: 500;
}
#sent_direct {
	margin-top: 5em;
	padding: 2.5em;
	background: #eee;
	border-radius: 10px;
}
#sent_direct h5 {
	margin-bottom: 1.5em;
	font-size: 1.15em;
	font-weight: 500;
}
.sent_direct_banner {
	float: left;
	width: 30%;
	border-radius: 5px;
	overflow: hidden;
}
.sent_direct_text {
	float: right;
	width: 65%;
}
.sent_direct_text h6 {
	margin-bottom: 0.8em;
	font-size: 1.05em;
	font-weight: 500;
}
.sent_direct_text dt,
.sent_direct_text dd {
	font-size: 0.9em;
	line-height: 1.5em;
}
.sent_direct_text dt {
	float: left;
	width: 8em;
	font-weight: 500;
}
.sent_direct_text dd {
	margin-bottom: 0.5em;
	padding-left: 9em;
}