@charset "UTF-8";
/* CSS Document */

#nav {
	background-color: #D2F4DC;
}
.contact_wrapper {
	overflow: auto;
	margin-top: 30px;
}
.contact_details, .contact_main, .order_tips {
	display: block;
}
.contact_left_photo {
	margin-bottom: 25px;
}
.contact_left_photo img {
	width: 100%;
	height: auto;
	border-radius: 3px;
}
.contact_photonote {
	font-size: 10px;
	color: #aaaaaa;
	margin-top: 5px;
}
.contact_main, .contact_main_submit {
	line-height: 1.5;
}
.contact_form {
	margin-top: 20px;
}
.contact_form_row {
	margin: 20px 0 0;
}
.contact_form_label {
	display: inline-block;
	width: 70px;
}
.wide_label {
	width: 150px !important;
}
.text_input {
	margin-top: 2px;
	font-weight: 500;
}
.text_input input, .text_input textarea {
	background-color: transparent;  
    outline: 0;
	font-family: 'calluna', serif;
	font-weight: 300;	
	-webkit-transition: border-color 0.25s; /* Safari */
    transition: border-color 0.25s;
}
.text_input input[type="text"]:disabled {
    visibility: hidden;
}
.text_input input {
	font-size: 16px;
}
.text_input textarea {
	font-size: 14px;
	margin: 10px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.contact_fileset, .paymentoption {
	background-color: #f5f5f5;  
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 3px;
	margin-top: 10px;
}
.contact_fileset {
	font-size: 10px;
	padding: 5px;
}
.contact_label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999999;
	font-weight: 500;
	margin-right: 3px;
}
.contact_row {
	display: table;
	margin-bottom: 15px;
	line-height: 1.6;
}
.contact_item a {
	color: inherit;
}
.contact_item a:hover {
	color: black;
}
.contact_social_handle {
	font-weight: 500;
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
}
.contact_social svg {
	height: 18px;
	margin: 0 7px 0 0;
}
.contact_social svg path {
	fill: #555555;
	-webkit-transition: fill 0.25s; /* Safari */
    transition: fill 0.25s;
}
.contact_social svg:hover path {
    fill: #000000;
}
.contact_appt {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	color: #999999;
	font-weight: 500;
	margin-top: 2px;
}
.contact_page_button {
	display: inline-block;
	font-family: 'calluna', serif;
	font-weight: 300;
	color: #bbbbbb;
	-webkit-transition: color 0.25s, background-color 0.25s, border-color 0.25s; /* Safari */
    transition: color 0.25s, background-color 0.25s, border-color 0.25s;
	line-height: normal;
	border-bottom: 3px solid white;
}
.contact_page_button:hover {
	color: #555555;
	border-bottom: 3px solid #eeeeee;
}
.active_button {
	color: #555555 !important;
	border-bottom: 3px solid #D2F4DC !important;
}
form input[type="button"], form input[type="submit"] {
	padding: 7px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: color 0.25s, background-color 0.25s; /* Safari */
    transition: color 0.25s, background-color 0.25s;
	display: inline-block;
	border-radius: 3px;
	border: 0;
	background-color: #D2F4DC;
	color: #555555;
	cursor: pointer;
}
form input[type="button"]:hover, form input[type="submit"]:hover {
	background-color: #ADE3B5;
	color: black;
}
.graynote {
	color: #999999;
	font-size: 11px;
	font-weight: 400;
}
.asterisk {
	color: #bbbbbb;
}
.submit_confirm {
	font-family: 'calluna', serif;
	font-weight: 300;
	font-size: 15px;
}

/* ORDER FORM */

.contact_details, .order_tips {
	width: 100%;
}
.tips_title {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.order_introtext {
	font-family: 'calluna', serif;
	font-weight: 300;
	font-size: 14px;
}
.ordering_section {
	font-family: 'calluna', serif;
	font-weight: 300;
	margin-bottom: 20px;
}
.ordering_subhead {
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	display: inline-block;
	padding-right: 2px;
}
.orderform_section {
	padding: 15px 0 0;
	margin-bottom: 10px;
}
.tips_title, .section_title {
	font-family: 'calluna', serif;
	font-weight: 300;
	font-size: 20px;
	border-bottom: 3px solid #D2F4DC;
}
.radioset {
	font-weight: 400;
	margin-top: 5px;
}
.radionote {
	margin-top: 5px;
	font-size: 12px;
	color: #999999;
}
.paymentoption {
	padding: 15px;
}

.sectionOFF {display:none;}

#uploadnote {
	color: #999999;
	display: none;
}
#errors, #errornotesection, #captchasection {
	color: #ff7775;
	display: none;
}

#ccnote {color:#ff7775;}

#wordingemail-details {display:none;}
#wordingpaste-details {display:none;}
#wordingupload-details {display:none;}

#uploads {display:none;}

#cconline-details {display:none;}
#ccphone-details {display:none;}
#check-details {display:none;}
#paypal-details {display:none;}
