/*  HTML5 Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #ccc; color:#fff; text-shadow: none; }
::selection { background:#ccc; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

em {
font-style: italic;
}

/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body.page-template-little-heirloom {
color: #000 !important;
background: #ded1c0 !important;
margin: 0;
padding: 0;
font-size: 0.9em;
line-height: 1.4em;
font-family: 'Montserrat', sans-serif !important;
}

/***** Headings *****/

.page-template-little-heirloom h1, .page-template-little-heirloom h2, .page-template-little-heirloom h3, body.page-template-little-heirloom h4 {
line-height: 1.1em;
color: #000;
font-family: wf_928b53e4d5024105b80ca7ec5 !important;
}

.page-template-little-heirloom h1 {
padding: 20px 0;
letter-spacing:-1px;
font-size: 2.2em;
font-weight: normal;
text-transform: uppercase;
margin: 0;
}

.page-template-little-heirloom h2 {
margin: 20px 0;
font-size:1.7em;
font-weight: normal;
text-transform: uppercase;
color: #c68d75;
}

.page-template-little-heirloom h3 {
font-size:1.8em;
text-transform: uppercase;
font-weight: normal;
margin: 10px 0;
padding: 0;
color: #c68d75;
letter-spacing: 1px;
}

.page-template-little-heirloom h4 {
font-size:1.4em !important;
text-transform: uppercase;
font-weight: normal !important;
margin: 10px 0 0 !important;
padding: 0px !important;
letter-spacing: 1px !important;
font-family: wf_928b53e4d5024105b80ca7ec5 !important;
}

p {
padding: 0 0 16px 0;
}

/***** Links *****/

a {
	text-decoration: underline; 
	color: #800000;
}

a:hover {
	text-decoration: none; 
}

a img {
	border: none;
}

/***** Body *****/
	
#content {
	width:100%;
	padding: 20px 0 20px 0;
	}

#rap {
	margin: 0 auto;
	max-width:650px;
	display: block;
	float: none;
}

/***** Header *****/

#header {
	padding: 0px 60px;
}

#header h1 {
display:block;
margin: 23px 0 0 0;
text-indent:-2000px;
padding: 0;
float: left;
width: 30%;
}
	
	#header h1 a {
	width:155px;
	height:54px;
	display:block;
	background: url(images/little-heirloom.png) no-repeat top left;
	background-size: 100%;
	}

#navigation {
text-transform: uppercase;
font-size: 1.2em;
float: left;
display: block;
margin: 30px 0 0 0;
font-family: wf_928b53e4d5024105b80ca7ec5;
width: 70%;
}

#navigation a {
color: #000;
padding: 0 25px;
text-decoration: none;
}

#navigation a:hover {
color: #fff;
}

#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}

#navigation li {
list-style: none;
float: left;
display: block;
}

#navigation ul ul {
display: none;
}

/***** Body ****/

h1.storytitle {
	font-size: 3em !important;
	letter-spacing: 1px;
	padding-bottom: 30px;
}

article.storycontent ul li {
	float: left;
	display: block;
	width: 46%;
	padding: 5px 1%;
	margin: 0 1% 1%;
	background: #a28676;
	color: #ded1c0;
}

article.storycontent ul {
	clear: both;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 20px;
	display: flex;
    flex-wrap: wrap;
}

.page-template-little-heirloom article.storycontent hr.wp-block-separator {
	border-bottom: #a99f92 solid 1px !important;
	border-top: 0px !important;
	background: none !important;
	margin-bottom: 30px;
	width: 100%;
	padding: 0px;
}

.page-template-little-heirloom .gform-body {
	border: none !important;
	padding: 0px;
	margin: 0;
}

p.gform_required_legend {
	display: none;
}

.page-template-little-heirloom .gform_wrapper input[type="email"], .page-template-little-heirloom .gform_wrapper input[type="text"] {
	background: none;
	border: none !important;
	border-bottom: 1px solid #000 !important;
	padding: 5px 10px;
	margin: 3px 0 30px;
	width: 100%;
	border-radius: 0px !important;
}

.page-template-little-heirloom .gform_wrapper textarea {
	background: none;
	border: 1px solid #000 !important;
	padding: 5px 10px !important;
	margin: 15px 0 30px;
	width: 100%;
	height: 100px;
	resize: none;
	border-radius: 0px !important;
}

.page-template-little-heirloom .gform_wrapper .gfield_description {
	font-size: 0.9em;
	color: #5e5a53 !important;
	line-height: 1.25em;
}

.page-template-little-heirloom .gform_wrapper .gsection_description {
	border-bottom: 1px solid #a99f92 !important;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.page-template-little-heirloom .gform_wrapper.gravity-theme .gsection, .page-template-little-heirloom h3.gsection_title {
	border: none !important;
}

.page-template-little-heirloom .gfield_label {
	font-family: wf_928b53e4d5024105b80ca7ec5;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 1px !important;
}

.page-template-little-heirloom legend.gfield_label {
	padding-bottom: 15px;
}

.page-template-little-heirloom span.gfield_required {
	color: #c68d75 !important;
	font-size: 1.2em;
}

.page-template-little-heirloom div.gform_wrapper .gfield_checkbox {
	margin: 0px !important;
	padding: 0px !important;
	display: flex;
  width: 100%;
	margin-left: 0px;
	flex-wrap: wrap;
	border-radius: 0px !important;
}

.page-template-little-heirloom div.gform_wrapper .gchoice {
	list-style-type: none !important;
	display: flex;
	border-radius: 0px !important;
}

.page-template-little-heirloom div.gform_wrapper .gchoice label {
	border: 1px solid #000;
	padding: 15px !important;
	width: 100% !important;
	margin: 0 5px 5px 0;
	font-weight: normal !important;
	border-radius: 0px !important;
}

.page-template-little-heirloom div.gform_wrapper .gchoice label:hover, .page-template-little-heirloom div.gform_wrapper .gchoice input[type="checkbox"]:checked+label {
	background: #a28676;
	color: #ded1c0;
}

.page-template-little-heirloom div.gform_wrapper .gchoice input[type="checkbox"] {
	display: none;
	width: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
	border-radius: 0px !important;
}

.page-template-little-heirloom .ginput_container_checkbox {
	
}

.page-template-little-heirloom .gform-body .ginput_container_fileupload .gfield_description {
	margin: 0px !important;
	padding: 0px !important;
}

.page-template-little-heirloom .gform-body .ginput_container_fileupload.ginput_container input {
	border: none;
	padding: none !important;
	margin-bottom: 0px !important;
}

.page-template-little-heirloom .ginput_container_fileupload {
	margin-bottom: 30px;
}

.page-template-little-heirloom div.gform_wrapper input[type="submit"].gform_button {
	background: #a28676 !important;
	border: none !important;
	padding: 15px 20px !important;
	color: #ded1c0 !important;
	margin: 0px  !important;
	width: auto !important;
	height: auto !important;
	font-size: 1.2em !important;
	font-family: wf_928b53e4d5024105b80ca7ec5 !important;
}

.page-template-little-heirloom div.buttonizer {
	display: none !important;
}


/***** Footer *****/

#footer {
	color: #ded1c0;
	font-size: 0.9em;
	padding: 0px;
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
	background: #a28677;
	font-weight: 200;
}

#footer a {
	color: #ded1c0;
	text-decoration: underline;
}

#footer a:hover {
text-decoration: none;
}

/***** Global Classes *****/

.wrap {
max-width: 960px;
margin: 0 auto;
padding: 40px 0;
}

.alignleft {
float: left;
display: block;
margin: 0 15px 10px 0;
}

.alignright {
float: right;
display: block;
margin: 0 0 10px 15px;
}

.aligncenter {
margin: 0 auto;
text-align: center;
display: block;
}

/***** More Global Classes *****/

.ie6 .clearfix {
height: 0px;
overflow: hidden;
margin: -5px 0 0 0;
padding: 0;
display: block;
}

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media only screen and (max-width: 960px) {

.wrap {
max-width: 960px;
padding: 0 40px 40px;
margin: 0 auto;
}
#header h1 {
	float: none;
	margin: 0 auto;
	padding-top: 23px;
	width: 155px;
}
#navigation {
	float: none;
	width: 100%;
	display: flex;
  justify-content: center;
}
#navigation a {
padding: 0 10px;
}

}
