/*!////////////////////////////////////////////////
// BASE
/////////////////////////////////////////////////*/
@-o-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body,
iframe,
div,
section,
header,
p,
a,
ul,
ol,
li,
article,
footer,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #d92e3a;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #d92e3a;
  text-shadow: none;
  color: #fff; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle;
  max-width:100%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }


/*!////////////////////////////////////////////////
// LAYOUT
/////////////////////////////////////////////////*/
.wrap {
  max-width: 1130px;
  width: 92%;
  margin: 0px auto;
  position: relative; }

.row {
  clear: both; }

@media screen and (min-width: 480px) {
  .wrap {
    width: 98%; }

  .grid-1,
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-half,
  .grid-full,
  .grid-unit {
    float: left;
    width: 100%; }
    .grid-1:nth-child(n),
    .grid-2:nth-child(n),
    .grid-3:nth-child(n),
    .grid-4:nth-child(n),
    .grid-5:nth-child(n),
    .grid-6:nth-child(n),
    .grid-half:nth-child(n),
    .grid-full:nth-child(n),
    .grid-unit:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-1:nth-child(1n),
    .grid-2:nth-child(1n),
    .grid-3:nth-child(1n),
    .grid-4:nth-child(1n),
    .grid-5:nth-child(1n),
    .grid-6:nth-child(1n),
    .grid-half:nth-child(1n),
    .grid-full:nth-child(1n),
    .grid-unit:nth-child(1n) {
      margin-right: 0; }
    .grid-1:last-child,
    .grid-2:last-child,
    .grid-3:last-child,
    .grid-4:last-child,
    .grid-5:last-child,
    .grid-6:last-child,
    .grid-half:last-child,
    .grid-full:last-child,
    .grid-unit:last-child {
      margin-right: 0; }

  .grid-25,
  .grid-75 {
    float: left;
    width: 49.24242%; }
    .grid-25:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-25:nth-child(2n) {
      margin-right: 0; }
    .grid-25:last-child {
      margin-right: 0; }


  .gallery .grid-unit,
  .grid-half {
    width: 49.24242%; }
    .gallery .grid-unit:nth-child(n),
    .grid-half:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .gallery .grid-unit:nth-child(2n),
    .grid-half:nth-child(2n) {
      margin-right: 0; }
    .gallery .grid-unit:last-child,
    .grid-half:last-child {
      margin-right: 0; }

  .grid-flow-opposite {
    float: right; } }
@media screen and (min-width: 640px) {
  .grid-1 {
    width: 15.40404%; }
    .grid-1:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-1:nth-child(6n) {
      margin-right: 0; }
    .grid-1:last-child {
      margin-right: 0; }

  .grid-2 {
    width: 32.32323%; }
    .grid-2:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-2:nth-child(3n) {
      margin-right: 0; }
    .grid-2:last-child {
      margin-right: 0; }

  .grid-3,
  .grid-half {
    width: 49.24242%; }
    .grid-3:nth-child(n),
    .grid-half:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-3:nth-child(2n),
    .grid-half:nth-child(2n) {
      margin-right: 0; }
    .grid-3:last-child,
    .grid-half:last-child {
      margin-right: 0; }

  .grid-4 {
    width: 66.16162%; }
    .grid-4:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-4:nth-child(1.5n) {
      margin-right: 0; }
    .grid-4:last-child {
      margin-right: 0; }

  .grid-5 {
    width: 82.74242%; }
    .grid-5:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-5:nth-child(1.20482n) {
      margin-right: 0; }
    .grid-5:last-child {
      margin-right: 0; }

  .grid-6,
  .grid-full {
    width: 100%; }
    .grid-6:nth-child(n),
    .grid-full:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-6:nth-child(1n),
    .grid-full:nth-child(1n) {
      margin-right: 0; }
    .grid-6:last-child,
    .grid-full:last-child {
      margin-right: 0; }

  /* If there are no margins */
  .grid-1.no-margin {
    width: 16.66667%; }
    .grid-1.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-1.no-margin:nth-child(6n) {
      margin-right: 0; }
    .grid-1.no-margin:last-child {
      margin-right: 0; }

  .grid-2.no-margin {
    width: 33.33333%; }
    .grid-2.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-2.no-margin:nth-child(3n) {
      margin-right: 0; }
    .grid-2.no-margin:last-child {
      margin-right: 0; }

  .grid-3.no-margin,
  .grid-half.no-margin {
    width: 50%; }
    .grid-3.no-margin:nth-child(n),
    .grid-half.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-3.no-margin:nth-child(2n),
    .grid-half.no-margin:nth-child(2n) {
      margin-right: 0; }
    .grid-3.no-margin:last-child,
    .grid-half.no-margin:last-child {
      margin-right: 0; }

  .grid-4.no-margin {
    width: 66.66667%; }
    .grid-4.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-4.no-margin:nth-child(1.5n) {
      margin-right: 0; }
    .grid-4.no-margin:last-child {
      margin-right: 0; }

  .grid-5.no-margin {
    width: 83.0%; }
    .grid-5.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-5.no-margin:nth-child(1.20482n) {
      margin-right: 0; }
    .grid-5.no-margin:last-child {
      margin-right: 0; }

  .grid-6.no-margin,
  .grid-full.no-margin {
    width: 100%; }
    .grid-6.no-margin:nth-child(n),
    .grid-full.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-6.no-margin:nth-child(1n),
    .grid-full.no-margin:nth-child(1n) {
      margin-right: 0; }
    .grid-6.no-margin:last-child,
    .grid-full.no-margin:last-child {
      margin-right: 0; }

  .grid-25 {
    width: 23.86364%; }
    .grid-25:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-25:nth-child(4n) {
      margin-right: 0; }
    .grid-25:last-child {
      margin-right: 0; }
	  
   .grid-75 {
	  float: left;
	  width: 74.623%; }

  .grid-25.no-margin {
    width: 25%; }
    .grid-25.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-25.no-margin:nth-child(4n) {
      margin-right: 0; }
    .grid-25.no-margin:last-child {
      margin-right: 0; }

  .gallery .grid-unit {
    width: 32.32323%; }
    .gallery .grid-unit:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .gallery .grid-unit:nth-child(3n) {
      margin-right: 0; }
    .gallery .grid-unit:last-child {
      margin-right: 0; }

  .content-pad-right {
    padding-right: 4%;
    /* Use (or don't) as necessary. */ }

  .content-pad-left {
    padding-left: 4%; } }
	
  .list-grid-2 {
	-webkit-column-count:2; 
	-moz-column-count: 2; 
	column-count: 2; 
	-webkit-column-gap: 40px; 
	-moz-column-gap: 40px; 
	column-gap: 40px; }
	@media screen and (max-width: 480px) {
      .list-grid-2 {
	    -webkit-column-count:1; 
	    -moz-column-count: 1; 
	    column-count: 1; 
	    -webkit-column-gap: 0px; 
	    -moz-column-gap: 0px; 
	    column-gap: 0px; }
	}
	
  .list-grid-3 {
	-webkit-column-count:3; 
	-moz-column-count: 3; 
	column-count: 3; 
	-webkit-column-gap: 40px; 
	-moz-column-gap: 40px; 
	column-gap: 40px; }
	@media screen and (max-width: 480px) {
      .list-grid-3 {
	    -webkit-column-count:1; 
	    -moz-column-count: 1; 
	    column-count: 1; 
	    -webkit-column-gap: 0px; 
	    -moz-column-gap: 0px; 
	    column-gap: 0px; }
	}
	
	
/*!////////////////////////////////////////////////
// THEME
/////////////////////////////////////////////////*/

body {
	background-color: #fffaf4;
	font-family: 'Open Sans', sans-serif; }

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  color: #9b251d;
  font-weight: 600; }

*[class^="button"] {
	margin-top: .5em;
	display: inline-block;
	line-height: 1;
	text-align: center;
	padding: 1em;
	color: white ;
	background-color: #9b251d;
	text-transform: uppercase;
	font-family: 'Lora', serif;
	font-size: 22px;
	font-weight: 700;
	border: none;
	border-radius: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out; }
  *[class^="button"]:hover,
  *[class^="button"]:focus {
	  background-color: #ebac68; }

hr {
	border-top: 3px solid #ebac68;
	margin: 2em 0; }

/*! Header
//////////////////////////////////////////////*/

header[role=banner] { }

	header[role=banner] .header__top {
		padding: 1em 0; }
		header[role=banner] .header__top *[class^="grid"] {
			width: 100%;
			text-align: center;
			margin-bottom: 1em; }
		header[role=banner] .header__top *[class^="grid"]:first-of-type {
			font-family: 'Lora', serif;
			font-size: 20px;
			color: #5e2824; }
			header[role=banner] .header__top *[class^="grid"]:first-of-type a {
				color: inherit; }
				header[role=banner] .header__top *[class^="grid"]:first-of-type a:hover {
					color: #9b251d; }
		header[role=banner] .header__top *[class^="grid"]:nth-of-type(2){}
		header[role=banner] .header__top *[class^="grid"]:last-of-type {
			margin-bottom: 0;
			font-size: 20px;
			color: #5e2824; }
		@media screen and (min-width: 640px) {
			header[role=banner] .header__top *[class^="grid"] {
				display: inline-block;
				vertical-align: middle;
				float: none;
				margin-bottom: 0; }
			header[role=banner] .header__top *[class^="grid"]:first-of-type {
				display: inline-block;
				width: 20%; }
			header[role=banner] .header__top *[class^="grid"]:nth-of-type(2) {
				width: 60%; }
			header[role=banner] .header__top *[class^="grid"]:last-of-type {
				width: 20%; } }

	header[role=banner] .ribbon__wrap {
		position: relative;
		padding: 0 5.5em; }
	header[role=banner] nav[role=navigation] {
		display: none;
		background-color: #a93b32;
		max-width: 1130px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		text-align: center;
		margin-bottom: -5em;
		z-index: 1; }
		header[role=banner] nav[role=navigation] ul {
			position: relative;
			z-index: 2;
			list-style: none;
			background-color: #a93b32; }
			header[role=banner] nav[role=navigation] ul li {
				display: inline-block;
				vertical-align: middle; }
				header[role=banner] nav[role=navigation] ul li a {
					font-family: 'Lora', serif;
					font-size: 16px;
					color: #ebac68;
					display: block;
					position: relative;
					overflow: hidden;
					margin: 0;
					font-weight: 400;
					padding: 1.75em .35em; }
					@media screen and (min-width: 795px) {
						header[role=banner] nav[role=navigation] ul li a {
							margin: 0 .5em; } }
					@media screen and (min-width: 945px) {
						header[role=banner] nav[role=navigation] ul li a {
							font-size: 20px;
							padding: 1.25em .35em; } }
					@media screen and (min-width: 1135px) {
						header[role=banner] nav[role=navigation] ul li a {
							margin: 0 1em;
							padding: 1.25em .6em; } }
				header[role=banner] nav[role=navigation] ul li a:hover {
					color: #f6e0c1; }
					header[role=banner] nav[role=navigation] ul li a:after {
						content: "";
						position: absolute;
						z-index: 1;
						left: 0;
						right: 0;
						bottom: 0;
						background: #ebac68;
						height: 6px;
						-webkit-transform: translateY(6px);
						transform: translateY(6px);
						-webkit-transition-property: transform;
						transition-property: transform;
						-webkit-transition-duration: 0.3s;
						transition-duration: 0.3s;
						-webkit-transition-timing-function: ease-out;
						transition-timing-function: ease-out; }
					header[role=banner] nav[role=navigation] ul li a:hover:after {
						-webkit-transform: translateY(0);
						transform: translateY(0); }
		header[role=banner] nav[role=navigation]:before,
		header[role=banner] nav[role=navigation]:after {
			content: "";
			position: absolute;
			display: block;
			top: -.75em;
			border: 2.45em solid #98352e;
			z-index: 0;
			filter: drop-shadow(0 0 3px rgba(0,0,0,1));
			-webkit-filter: drop-shadow(0 0 3px rgba(0,0,0,1)); }
		header[role=banner] nav[role=navigation]:before {
			left: -4em;
			border-right-width: 11em;
			border-left-color: transparent; }
		header[role=banner] nav[role=navigation]:after {
			right: -4em;
			border-left-width: 11em;
			border-right-color: transparent; }
	
	
	
	@media screen and (min-width: 690px) {
		header[role=banner] nav[role=navigation] {
			display: block; } }

.mobile__button p {
	font-family: 'Lora', serif;
	font-size: 20px;
	color: #ebac68;
	display: block;
	padding: 1.25em 1em;
	background-color: #a93b32;
	cursor: pointer; }
  @media screen and (min-width: 690px) {
    .mobile__button p {
      display: none; } }

.mobile__nav {
  display: none;
  background-color: #98352e; }
  .mobile__nav a {
	  color: #f6e0c1;
	  display: block;
	  padding: .75em 1em;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .mobile__nav a:hover,
	.mobile__nav a:focus {
      }
  @media screen and (min-width: 690px) {
    .mobile__nav {
      display: none; } }


/*! Content Area
//////////////////////////////////////////////*/

.home__slider {
	background-image: url(../img/wood_pattern.png);
	padding: 1em;
	overflow: hidden; }
	@media screen and (min-width: 690px) {
		.home__slider {
			padding: 6em 0 1em 0; } }

.page__hero {
	background-image: url(../img/wood_pattern.png);
	padding: 5em 0; }
	@media screen and (min-width: 690px) {
		.page__hero {
			padding: 9.5em 0 5em 0; } }
	.page__hero h1 {
		font-family: 'Lora', serif;
		text-align: center;
		color: white; }

.main__content {
	overflow: hidden;
	padding: 2em 0;
	background-color: white; }
	.main__content *[class^="grid"] {
		margin-bottom: 1em; }
		.main__content *[class^="grid"]:last-of-type {
			margin-bottom: 0; }
	@media screen and (min-width: 640px) {
		.main__content *[class^="grid"] {
			display: inline-block;
			vertical-align: middle;
			float: none;
			margin-bottom: 0; }
		.main__content .no-vertical-align *[class^="grid"]{
			vertical-align: top; } }
	
	.main__content h1 {
		font-family: 'Lora', serif;
		color: #9b251d;
		font-size: 32px; }
	.main__content h2 {
		font-family: 'Lora', serif;
		color: #9b251d;
		font-size: 28px; }
	.main__content h3 {
		font-family: 'Lora', serif;
		font-size: 22px;
		color: #ebac68; }
	.main__content p, 
	.main__content li {
		font-size: 16px;
		color: #754c24;
		line-height: 1.75;
		margin-bottom: 1em; }
	.main__content li {
		margin-bottom: 0; }
	.main__content p:last-of-type {
		margin-bottom: 0; }
	.main__content p.tagline {
		font-family: 'Lora', serif;
		font-size: 18px;
		color: #ebac68;
		font-weight: 700; }
	.main__content ul,
	.main__content ol {
		margin-left: 2em; }
	.main__content .hidden__overflow {}
	@media screen and (min-width: 640px) {
		.main__content .hidden__overflow {
			margin-bottom: -5em; } }
	.main__content .quote {}
		.main__content .quote p {
			font-family: 'Lora', serif;
			font-size: 14px;
			font-weight: 700;
			font-style: italic;
			color: #ebac68; }
			
.main__content.secondary__content {
	background-color: #fffaf4; }
.main__content.secondary__content.no-padding {
	padding: 0; }
	@media screen and (min-width: 640px) {
		.main__content.secondary__content .the__content,
		.main__content.secondary__content .the__image {
			display: table-cell; } }
	.main__content.secondary__content .the__content {
		text-align: right; }
		.main__content.secondary__content .the__content .content__wrap {
			display: inline-block;
			text-align: left;
			padding: 2em 1em; }
			@media screen and (min-width: 640px) {
				.main__content.secondary__content .the__content .content__wrap {
					display: inline-block;
					text-align: left;
					max-width: 810px;
					padding: 2em 5em 2em 0;
					width: 98%; } }
	.main__content.secondary__content .the__image {
		background-position: center right;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative; }
		.main__content.secondary__content .the__image:before {
			content: "";
			top: 0;
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			background: -moz-linear-gradient(top, rgba(255,250,244,1) 0%, rgba(255,255,255,0) 100%);
			background: -webkit-linear-gradient(top, rgba(255,250,244,1) 0%,rgba(255,255,255,0) 100%);
			background: linear-gradient(to bottom, rgba(255,250,244,1) 0%,rgba(255,255,255,0) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfead0', endColorstr='#00ffffff',GradientType=0 ); }
			@media screen and (min-width: 640px) {
				.main__content.secondary__content .the__image:before {
					top: 0;
					left: -1px;
					background: -moz-linear-gradient(left, rgba(255,250,244,1) 0%, rgba(255,255,255,0) 100%);
					background: -webkit-linear-gradient(left, rgba(255,250,244,1) 0%,rgba(255,255,255,0) 100%);
					background: linear-gradient(to right, rgba(255,250,244,1) 0%,rgba(255,255,255,0) 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfead0', endColorstr='#00ffffff',GradientType=1 ); } }
		.main__content.secondary__content .the__image img {
			    opacity: 0; }
				
.home__ctas {}
	.home__ctas .single__cta {
		width: 100%;
		position: relative;
		overflow: hidden;
		display: block;
		min-height: 170px;
		font-family: 'Lora', serif;
		font-size: 30px;
		font-weight: 700;
		color: white;
		text-shadow: 1px 2px 2px rgba(0,0,0,.56);
		border: 4px solid #ebac68;
		margin-bottom: 0 !important; }
		@media screen and (min-width: 640px) {
			.home__ctas .single__cta {
				display: inline-block;
				width: 50%; } }
	.home__ctas .single__cta:first-of-type {
		background-color: #a93b32;
		border-bottom: 2px solid #ebac68; }
		@media screen and (min-width: 640px) {
			.home__ctas .single__cta:first-of-type {
				border-right: 2px solid #ebac68;
				border-bottom: 4px solid #ebac68; } }
	.home__ctas .single__cta:last-of-type {
		background-color: #3d1c14;
		border-top: 2px solid #ebac68; }
		@media screen and (min-width: 640px) {
			.home__ctas .single__cta:last-of-type {
				border-left: 2px solid #ebac68;
				border-top: 4px solid #ebac68; } }
		.home__ctas .single__cta .group {
			position: absolute;
			left: 0;
			right: 0;
			top: 50%;
			transform: translateY(-50%); }
			.home__ctas .single__cta *[class^="grid"] {
				display: inline-block;
				vertical-align: middle;
				float: none;
				margin-bottom: 0; }
			.home__ctas .single__cta *[class^="grid"]:first-of-type {
				width: 32.32323%;
				text-align: right;
				padding-right: .5em; }
				.home__ctas .single__cta *[class^="grid"]:first-of-type img {
					max-height: 80px; }
			.home__ctas .single__cta *[class^="grid"]:last-of-type {
				width: 66.16162%; }
				.home__ctas .single__cta *[class^="grid"]:last-of-type span {
					color: #ebac68; }
	
.single__product {
	border-bottom: 3px solid #ebac68;
	padding: 2em 0; }
.single__product:last-of-type {
	border-bottom: 0;
	padding-bottom: 0; }
	.single__product *[class^="grid"] {
		margin-bottom: 1em; }
		.single__product *[class^="grid"]:last-of-type {
			margin-bottom: 0; }
		@media screen and (min-width: 640px) {
			.single__product *[class^="grid"] {
				display: inline-block;
				vertical-align: middle;
				float: none; 
				margin-bottom: 0; } }
		.single__product .product_description {
			margin-bottom: .5em !important; }
		.single__product .quantity {
			display: none !important; }
		.single__product .single_variation_wrap {
			text-align: center;
			margin-top: 1em; }
			@media screen and (min-width: 480px) {
				.single__product .single_variation_wrap {
					margin-top: 0;
					float: right;  } }
		.single__product table.variations {
			width: 100%; }
			@media screen and (min-width: 480px) {
				.single__product table.variations {
					float: left;
					width: auto; } }
			.single__product table.variations tr {}
				.single__product table.variations tr td {}
					.single__product table.variations tr td label {
						margin-bottom: 0; }
					.single__product table.variations tr td a.reset_variations {
						display: none !important; }
		.single__product .single_add_to_cart_button,
		.single__product .add_to_cart_button {
			/*margin-top: .5em !important;*/
			margin: 0 auto !important;
			max-width: 160px;
			display: block !important;
			background-color: #9b251d !important;
			text-transform: uppercase;
			font-family: 'Lora', serif;
			color: white !important;
			font-size: 18px !important;
			font-weight: 700 !important;
			border-radius: 0 !important; }
			@media screen and (min-width: 480px) {
				.single__product .single_add_to_cart_button,
				.single__product .add_to_cart_button {
					margin: 0 !important; }
				.single__product .add_to_cart_button {
					float: right; } }
		.single__product .price {
			font-weight: 600;
			color: #77a464;
			display: block;
			margin-bottom: .5em; }
			
.main__content form {
	text-align: left; }
	.main__content form *[class^="grid"] {
		position: relative;
		display: block;
		float: left;
		margin-bottom: 1em !important; }
		.main__content form label {
			display: block;
			font-size: 18px;
			margin-bottom: .25em; }
		.main__content form label[for=ship-to-different-address-checkbox] {
			display: inline-block;
			margin-bottom: 0; }
		.main__content form input[type=text],
		.main__content form input[type=tel],
		.main__content form input[type=email],
		.main__content form input[type=url],
		.main__content form textarea,
		.main__content form select {
			width: 100%;
			height: 45px;
			border: 1px solid #CCC;
			background-color: white;
			border-radius: 0;
			padding: .75em; }
		.main__content form textarea {
			height: 100%;
			max-height: 125px; }
		.main__content form input[type=submit],
		.main__content .checkout-button {
			display: inline-block;
			line-height: 1;
			text-align: center;
			padding: 1em !important;
			color: white !important;
			background-color: #9b251d !important;
			text-transform: uppercase;
			font-family: 'Lora', serif;
			font-size: 22px;
			font-weight: 700;
			border: none;
			border-radius: 0 !important;
			-webkit-transition: 0.3s ease-in-out;
			-moz-transition: 0.3s ease-in-out;
			-o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out; }
			.main__content form input[type=submit]:hover,
			.main__content form input[type=submit]:focus,
			.main__content .checkout-button:hover,
			.main__content .checkout-button:focus {
				background-color: #ebac68 !important; }
		.main__content form img {
			width: auto !important; }
		.main__content form .wpcf7-list-item {
			display: block; }
			@media screen and (min-width: 640px) {
				.main__content form .wpcf7-list-item {
						display: inline-block; } }
			.main__content form .wpcf7-list-item-label {
				font-size: 18px;
				display: inline-block;
				margin-right: .5em;
				margin-left: .125em; }
		.main__content form .wpcf7-not-valid-tip {
			position: absolute;
			right: .5em;
			bottom: 1.5em;
			background: white;
			padding: .25em;
			border: 1px solid #ccc;
			font-size: 14px !important;
			padding: .25em .35em;
			-webkit-filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.25));
			filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.25)); }
			.main__content form .wpcf7-not-valid-tip:before {
				position: absolute;
				display: block;
				content: "";
				border-color: #ccc transparent transparent transparent;
				border-style: solid;
				border-width: 11px;
				height: 0;
				width: 0;
				left: 1.4em;
				bottom: -22px; }
			.main__content form .wpcf7-not-valid-tip:after {
				position: absolute;
				display: block;
				content: "";
				border-color: #fff transparent transparent transparent;
				border-style: solid;
				border-width: 10px;
				height: 0;
				width: 0;
				left: 1.5em;
				bottom: -20px; }

/*! Footer
//////////////////////////////////////////////*/

footer[role=contentinfo] {}
	footer[role=contentinfo] .footer__top {
		text-shadow: 1px 2px 2px rgba(0,0,0,.47);
		padding: 2em 0; 
		color: white;
		background-image: url(../img/wood_pattern.png); }
		footer[role=contentinfo] .footer__top *[class^="grid"]:first-of-type {}
			footer[role=contentinfo] .footer__top *[class^="grid"]:first-of-type p {
				font-size: 14px;
				font-weight: 600;
				line-height: 2; }
				footer[role=contentinfo] .footer__top *[class^="grid"]:first-of-type p strong {
					font-family: 'Lora', serif;
					font-size: 20px;
					color: #ebac68; }
				footer[role=contentinfo] .footer__top *[class^="grid"]:first-of-type p a {
					color: inherit; }
		footer[role=contentinfo] .footer__top *[class^="grid"]:last-of-type {}
			footer[role=contentinfo] .footer__top *[class^="grid"]:last-of-type ul {
				list-style: none; }
				footer[role=contentinfo] .footer__top *[class^="grid"]:last-of-type ul li {
					display: inline-block; }
					footer[role=contentinfo] .footer__top *[class^="grid"]:last-of-type ul li a {
						font-family: 'Lora', serif;
						font-size: 16px;
						color: inherit;
						font-weight: 700;
						display: inline-block;
						margin: 0 1em;
						line-height: 2; }
					footer[role=contentinfo] .footer__top *[class^="grid"]:last-of-type ul li:last-of-type a {
						margin-right: 0; }
	footer[role=contentinfo] .footer__bottom {
		font-size: 14px;
		padding: 1.5em 0; }
		footer[role=contentinfo] .footer__bottom *[class^="grid"]:first-of-type {}
			footer[role=contentinfo] .footer__bottom *[class^="grid"]:first-of-type p {
				color: #9b251d;
				font-weight: 600; }
				footer[role=contentinfo] .footer__bottom *[class^="grid"]:first-of-type p a {
					color: inherit; }
		footer[role=contentinfo] .footer__bottom *[class^="grid"]:last-of-type {}
			footer[role=contentinfo] .footer__bottom *[class^="grid"]:last-of-type a {
				display: inline-block;
				color: #ebac68;
				font-weight: 700; }
			footer[role=contentinfo] .footer__bottom *[class^="grid"]:last-of-type a:last-of-type {
				margin-left: 1em; }
	footer[role=contentinfo] *[class^="grid"] {
		text-align: center;
		margin-bottom: 1em; }
		@media screen and (min-width: 640px) {
			footer[role=contentinfo] *[class^="grid"] {
				display: inline-block;
				vertical-align: middle;
				float: none;
				margin-bottom: 0; }
			footer[role=contentinfo] *[class^="grid"]:first-of-type {
				text-align: left; }
			footer[role=contentinfo] *[class^="grid"]:last-of-type {
				text-align: right; } }
 

/*!////////////////////////////////////////////////
// STATES
/////////////////////////////////////////////////*/

/*! ==========================================================================
// Clearfix
// =========================================================================*/
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

/*! ==========================================================================
// Print styles
// =========================================================================*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
