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

.options_landing_button {
	font-family: 'calluna', serif;
	font-weight: 300;
	font-size: 24px;
	padding: 15px 0 15px;
	text-transform: capitalize;
	width: 200px;
	color: #555555;
	-webkit-transition: color 0.25s, background-color 0.25s; /* Safari */
    transition: color 0.25s, background-color 0.25s;
	display: block;
}
.options_landing_button:hover {
	color: black;
	background-color: #f5f5f5;
}
.options_border {
	border-top: 1px solid #eeeeee;
}
.option_button {
	font-family: 'calluna', serif;
	font-weight: 300;
	text-transform: capitalize;
}
.option_button a {
	-webkit-transition: color 0.25s, border-color 0.25s; /* Safari */
    transition: color 0.25s, border-color 0.25s;
	color: #999999;
}
.option_current a {
	border-bottom: 3px solid #D2F4DC !important;
	color: #555555 !important;
}
.optionsbox_header {
	font-size: 24px;
}
.optionsbox_separator {
	display: block;
	border-bottom: 1px solid #dddddd;
	margin: 20px 0;
	max-width: 50%;
}
.small_separator {
	width: 200px;
}
.options_section_header {
	font-family: 'calluna', serif;
	font-weight: 300;
	font-size: 24px;
	margin-top: 30px;
}
.options_section_note {
	font-family: 'calluna', serif;
	font-weight: 300;
	margin-top: 10px;
	padding: 0 60px;
	max-width: 500px;
}

.paperbox, .envelopebox, .extrasbox {
	margin-top: 10px;
}

/* INK */

.palette, .motif_wrapper {
	text-align: center;
	max-width: 750px;
	margin: 15px 0 30px;
}
.inkswatch_border {
	background-color: white;
	border: 1px solid #eeeeee;
	margin-bottom: 6px;
}
.inkswatch, .inkswatch_border {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.inkswatch {
	background-position: center;
	background-size: 100%;
}
.inkswatch_wrapper {
	display: inline-table;
	margin: 10px;
}


/* PAPER */

.type_wrapper, .paperbox_wrapper, .envelopebox_wrapper, .extrasbox_wrapper {
	background-color: #f5f5f5;
	margin-top: 30px;
	margin-bottom: 15px;
	overflow: hidden;
}
.paperbox, .envelopebox, .extrasbox {
	font-family: 'calluna', serif;
	font-weight: 300;
}
.paperbox_list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: 'Gotham', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.5;
}
.paperbox_list_pad {
	padding-bottom: 7px;
}
.example_text {
	color: #999999;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 8px;
}
.example_text ul {
	padding: 0;
	margin-top: 3px;
}
.example_text li {
	margin-top: 2px;
	list-style: none;
	text-transform: none;
	font-weight: normal;
}
.paper_palette {
	font-family: 'Gotham', sans-serif;
	font-size: 11px;
	color: #999999;
}
.paperswatch_border {
	background-color: white;
	border: 1px solid #eeeeee;
	margin-bottom: 6px;
}
.paperswatch, .paperswatch_border {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.paperswatch_wrapper {
	display: inline-table;
	margin: 10px;
}
.paperswatch_name {
	font-size: 13px;
	font-weight: 500;
	color: #555555;
	padding-bottom: 4px;
}

/* ENVELOPES */

.envelopebox_grid {
	list-style: none;
	padding: 0;
	margin: 20px 0;
	text-align:center;
	font-family: 'Gotham', sans-serif;
	font-size: 11px;
	color: #999999;
}
.envelopebox_grid li {
	display: inline-table;
	padding: 12px 15px;
}
.envelopebox_grid img {
	margin-bottom: 6px;
}
.envelope_name {
	font-size: 13px;
	font-weight: 500;
	color: #555555;
	padding-bottom: 4px;
}
.envelope_note {
	font-size: 12px;
	color: #999999;
}

/* TYPE */

.type_row {
	display: block;
	align-self: center;
	padding-top: 3px;
}
.type_name {
	display: table-cell;
	text-transform: uppercase;
	vertical-align: bottom;
	padding-right: 10px;
	font-size: 11px;
	letter-spacing: 1px;
	color: #999999;
}
.type_img img {
	width: 300px;
	height: auto;
}

/* MOTIFS */

.motif {
	display: inline-table;
	font-size: 11px;
	color: #999999;
}
.motif_img {
	display: block;
	height: auto;
	padding-bottom: 5px;
	opacity: 0.5;
}

/* ENVELOPMENTS */

#envelopments_note {
	font-size: 16px;
	max-width: 450px;
	line-height: 1.8;
}

/* EXTRAS */

.extras_cost_note {
	font-family: 'Gotham', sans-serif;
	color: #999999;
	line-height: 1.7;
}
.extras_price, .extrassubhead {
	font-weight: 500;
	color: #555555;
}
.extrassubhead {
	padding: 15px 0 3px;
}