/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */ /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.logo {
	width: 150px;
	height: 140px;
	background: transparent url( "/images/site-logo.jpg" ) no-repeat;
	background-size: 150px 150px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: -20px;
	z-index: 10;
	box-shadow: rgba( 0, 0, 0, 0.5) 1px 1px 4px;
	transition: top 200ms ease-in-out
}

.logo:hover {
		top: 0;
    }

.menu-open .logo {
        top: -150px;
    }

.logo a {
		position: absolute;
		width: 100%;
		height: 100%;
		display: block;
    }

@media screen and ( min-width: 600px ) {

.logo {
        width: 180px;
        height: 170px;
        background-size: 180px 180px;
        left: 20px;
        margin-left: 0;
}

        .menu-open .logo {
            top: -20px;
        }
    }

@media screen and ( min-width: 800px ) {

.logo {
        width: 220px;
        height: 210px;
        background-size: 220px 220px;
        left: 40px;
        margin-left: 0
}

        .logo:not(.is-home) {
            width: 180px;
            height: 170px;
            background-size: 180px 180px;
        }
    }

@media screen and ( min-width: 1100px ) {

.logo {
        left: 50%;
		margin-left: -500px
}

        .logo:not(.is-home) {
            margin-left: -470px;
        }
    }

.header {
	margin-top: -1px;
}

.header nav {
        position: relative;
        background-color: transparent;
        background-image: linear-gradient(to bottom, rgba(65,13,0,0.9) 0%,rgba(65,13,0,0.6) 100% ), url( "/images/wood-strip.jpg" );
        background-size: 200px 80px, 2320px 85.5px;
        background-position: 0 0, -20px 50%;
        box-shadow: inset 0 0 10px rgba( 0, 0, 0, 0.7);
        border-top: solid 1px rgba(178, 87, 0, 0.5);
        border-bottom: solid 1px rgb( 30, 6, 0 );
        box-shadow: rgba( 0, 0, 0, 0.5) 0 2px 5px;
        height: 50px;
        margin-top: 16px;
        display: block;
        z-index: 5
    }

.header nav:before {
            background-color: transparent;
            background-image: linear-gradient(
                to bottom,
                rgba(178, 87, 0, 0.6) 0%,
                rgba(178, 87, 0, 0.3) 100%
            ), url( "/images/wood-strip.jpg" );
            background-size: 200px 80px, 1160px 42.75px;
            background-position: 0 0, -20px 50%;
            border-top: solid 1px rgb(178, 87, 0);
            border-bottom: solid 1px rgb( 30, 6, 0 );
            position: absolute;
            top: -17px;
            left: 0;
            right: 0;
            height: 16px;
            width: 100%;
            content: "";
            display: block;
        }

@media screen and ( min-width: 600px ) {
    .header nav {
            height: auto
    }
        }

@media screen and ( min-width: 925px ) {
    .header nav {
            height: 50px
    }
        }

ul.primary {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 200px;
	height: 30px;
	display: none;
	font-family: "minion-pro", serif;
	text-transform: uppercase;
	font-size: 1em;
	position: relative;
    z-index: 5;
}

ul.primary > li {
        float: left;
        letter-spacing: 3px;
        display: block;
        border-right: solid 1px #7A2200;
    }

ul.primary > li > a {
            display: block;
            line-height: 48px;
            padding: 0 20px;
            text-decoration: none;
            color: rgba(247, 195, 142, 0.7);
            border-right: solid 2px #000;
            text-shadow: 1px 0 0 #000;

        }

ul.primary > li:not(.has-children) > a:hover {
                color: #F7C38E;
                background: transparent linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%)
            }

ul.primary > li:not(.has-children) > a:active {
                line-height: 50px;
                background: transparent linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%)
            }

ul.primary > li.is-active > a {
            color: #F7C38E;
            background: transparent linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%)	
        }

ul.primary > li.has-children:hover, ul.primary > li.has-children.is-open {
                position: relative;
                background-color: #fff;
            }

ul.primary > li.has-children:hover > a, ul.primary > li.has-children.is-open > a {
                    color: #391800;
                    text-shadow: none;
                    background: transparent;
                }

@media screen and ( min-width: 600px ) {

ul.primary {
        display: block
}
    }

@media screen and ( min-width: 800px ) {

ul.primary {
		margin-left: 230px
}
    }

@media screen and ( min-width: 1100px ) {

ul.primary {
		width: 550px;
		margin: 0 auto
}
	}

ul.submenu {
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
	min-width: 200px;
	box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 5px;
	display: none;
    list-style: none;
}

ul.submenu li {
        float: none;
        line-height: 1.2;
        border-top: solid 1px rgba(191, 80, 0, 0.1);
    }

ul.submenu li a {
            text-transform: none;
            height: auto;
            line-height: 1.2;
            padding: 10px 20px;
            letter-spacing: 0;
            font-family: Helvetica, arial, sans-serif;
            color: rgba(102, 43, 0, 0.712);
            display: block;
            text-decoration: none
        }

ul.submenu li a:hover {
                color: rgba(57, 24, 0, 0.712);
                background: #eee
            }

li.has-children:hover ul.submenu,
    li.has-children.is-open ul.submenu {
        display: block;
    }

nav.mobile {
    margin: 0;
    padding: 20px;
    background: #240600;
    font-size: 1.1em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
    transform: translateY(-100%);
    transition: transform 300ms ease-in-out;
}

.menu-open nav.mobile {
        transform: translateY(0);
        transition: 300ms transform 200ms ease-in-out;
    }

@media screen and ( min-width: 600px ) {

nav.mobile {
        display: none
}
    }

nav.mobile ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 80%;
        text-align: center;
    }

nav.mobile a {
        color: #F7C38E;
        text-decoration: none;
        display: inline-block;
        line-height: 2em;
    }

nav.mobile li {
        margin-left: 0;
        margin-bottom: 1em;
        font-family: "minion-pro", serif;
        text-transform: uppercase;
        letter-spacing: 0.25em;
    }

nav.mobile li li {
            margin-bottom: 0;
            text-transform: none;
            letter-spacing: 0;
        }

.mobile-social li {
    margin-top: 10px;
}

.mobile-social li a {
        line-height: 1.2;
    }

.mobileMenuLink,
.mobile-close {
    background: transparent;
    border: none;
    position: absolute;
    color: rgba(247, 195, 142, 0.7);
    font-size: 1rem;
    top: 0;
    left: 0;
    padding: 0 10px;
    font-family: "minion-pro", serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    line-height: 48px;
    text-decoration: none
}

.mobileMenuLink:hover, .mobileMenuLink:active, .mobile-close:hover, .mobile-close:active {
        color: #F7C38E;
    }

@media screen and ( min-width: 600px ) {

.mobileMenuLink {
        display: none
}
    }

.mobile-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 7;
    visibility: hidden;
    transition: visibility 0s linear, 150ms opacity 200ms ease-in-out; 
    opacity: 0;
}

.menu-open .mobile-overlay {
        visibility: visible;
        opacity: 1;
        transition: 400ms visibility 0s linear, 150ms opacity 200ms ease-in-out; 
    }

@media screen and ( min-width: 600px ) {

.mobile-overlay {
        display: none
}
    }

ul.social {
	display: none;
	list-style: none;
    z-index: 4;
}

ul.social li {
        float: left;
        margin: 0;
        padding: 0;
        margin-left: 5px;
    }

ul.social a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        width: 25px;
        text-decoration: none;
        color: #F7C38E;
        font-size: 1.3em;
        text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
        transition: color 200ms ease-in-out
    }

ul.social a:hover {
            color: white;
        }

@media screen and ( min-width: 600px ) {

ul.social {
        position: relative;
        background: #240600;
        border-top: solid 1px #240600;
        display: block;
        clear: left;
        margin: 0;
        padding: 5px 0 5px 210px
}
    
        ul.social:after {
            content: "";
            display: block;
            clear: both;
            height: 0;
        }
    
        ul.social li {
            margin-right: 15px;
            opacity: 0.5;
        }
    }

@media screen and ( min-width: 800px ) {

ul.social {
        padding-left: 270px
}
    }

@media screen and ( min-width: 925px ) {

ul.social {
        background: transparent;
        border: none;
        position: absolute;
        top: 12px;
        right: 10px;
        margin: 0 0 0 0;
        padding: 0;
        list-style: none;
        right: 50%;
        margin-right: -425px;
        z-index: 10;
}
        
        ul.social li {
            margin-left: 15px;
            margin-right: 0;
            opacity: 1.0
        }
    }

.content .sticker-wall {
	background-color: #A47C55;
	background-image: url("/stickers/sticker-wall.jpg");
	background-size: cover;
	background-position: center center;
	max-width: 100%;
	height: 0;
	padding-bottom: 50%;
	border-top: solid 5px #765833;
	border-bottom: solid 5px #765833;
    position: relative
}

@media screen and (min-width: 600px) {

.content .sticker-wall {
        border-top: none;
        margin-top: -40px
}
    }

.sticker-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.dn-sticker {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 25%;
	height: auto;
	transform: translate(-50%,-50%);
}

.sticker {
	position: absolute;
	margin: 0;
	padding: 0;
}

.sticker svg a,
    .sticker svg a:visited {
        outline: none;
        border: none;
    }

.sticker img {
        height: auto;
    }

.sticker a,
    .sticker a:hover {
        border: none;
    }

.sticker.tip-left {
        transform: rotate(-3deg);
    }

.sticker.tip-right {
        transform: rotate(4deg);
    }

.sticker.rotate-left {
        transform: rotate(-10deg);
    }

.sticker.rotate-right {
        transform: rotate(10deg);
    }

.sticker-image {
    cursor: pointer
}

.sticker-image:hover {
        opacity: 0.8;
    }

/*.checkout-dialog {
    position: fixed;
    z-index: 100;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    overflow-y: auto;
    background: white;
    border-radius: 10px;
    padding: 20px;

    @media screen and ( min-width: $break-md ) {
        width: 500px;
        left: 50%;
        right: auto;
        margin-left: -250px;
    }

    @media screen and ( min-width: $break-lg ) {
        width: 700px;
        margin-left: -350px;
    }

    @media screen and ( min-height: 500px ) {
        height: 400px;
        top: 50%;
        bottom: auto;
        margin-top: -200px;
    }
}*/

.checkout-form {
    background: rgba(255, 255, 255, 0.5);
    padding: 0 20px;
	border-bottom: solid 1px rgba(102, 43, 0, 0.3);
	max-height: 0;
	overflow: hidden;
	transition: max-height 200ms ease-in-out;
}

.checkout-form .content {
		padding: 1px 0;
		margin-top: 0;
		margin-bottom: 0;
	}

.checkout-form .content h2 {
        margin: 20px auto 10px auto;
        padding: 0 0 0 0;
	}

.checkout-form .content p {
		margin: 0 auto 20px auto;
		padding: 0;
	}

.checkout-form form {
        padding: 0 0 20px 0;
    }

.checkout-form label {
        font-family: "filson-soft", "century gothic", sans-serif;
        font-weight: bold;
        color: rgba(102, 43, 0, 0.7);
        margin: 0 0 3px 0;
        display: block;
	}

.checkout-form label small {
            font-weight: normal;
        }

.checkout-form.is-visible {
		max-height: 600px;
	}

.checkout-field {
    margin: 0 0 10px 0;
}

.checkout-field ::-webkit-input-placeholder {
        color: #B7B4BE;
    }

.checkout-field :-ms-input-placeholder {
        color: #B7B4BE;
    }

.checkout-field ::-ms-input-placeholder {
        color: #B7B4BE;
    }

::-ms-input-placeholder {
        color: #B7B4BE;
    }

.checkout-field ::placeholder {
        color: #B7B4BE;
    }

.checkout-customInput {
    background: transparent;
    border: none;
    padding: 0;
    font-size: 20px;
    color: #32325d;
    outline: none;
    width: 100%;
}

.checkout-input {
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    min-height: 20px;
    border: solid 1px rgba(102, 43, 0, 0.2);
}

.checkout-input--icon {
    padding-left: 50px;
    position: relative;
}

.checkout-input--icon .fa {
        position: absolute;
        top: 8px;
        left: 8px;
        color: #DBDBE3;
        font-size: 24px;
    }

@media screen and ( min-width: 600px ) {
	.checkout-dual-fields {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		    flex-direction: row;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
	
		.checkout-dual-fields > div {
			-ms-flex: 1 1 50%;
			    flex: 1 1 50%;
			max-width: 48%;
		}
}

.checkout-optIn {
	padding: 3px;
	display: inline-block;
}

.checkout-actions {
	margin-top: 20px;
}

.checkout-btn {
	border: none;
	background: #00AB67;
	color: white;
	border-radius: 5px;
	padding: 10px 20px;
	width: auto;
	text-align: center;
	font-size: 1.4em;
	font-family: "filson-soft", "century gothic", sans-serif;
	transition: background-color 200ms ease-in-out;
	box-shadow: #008D55 0 4px 0;
	position: relative;
	outline: none;
	margin: 0 auto 20px auto;
	max-width: 300px;
	display: inline-block;
	margin-right: 10px;
}

.checkout-btn small {
		display: block;
		font-size: 0.8em;
	}

.checkout-btn[disabled] {
		pointer-events: none;
		opacity: 0.5;
	}

.checkout-btn:hover, .checkout-btn:focus {
		background: #00D17E;
	}

.checkout-btn:active {
		top: 4px;
		box-shadow: none;
	}

.checkout-btn--cancel {
	background: #999;
	box-shadow: #777 0 4px 0
}

.checkout-btn--cancel:hover, .checkout-btn--cancel:focus {
		background: #aaa;
	}

.checkout-errors {
	border-left: solid 5px #AA0000;
	padding: 5px 10px;
	color: #AA0000;
	font-family: "filson-soft", "century gothic", sans-serif;
	margin-bottom: 10px
}

.checkout-errors:empty {
		display: none;
	}

.checkout-overlay {
	background: rgba(85, 85, 85, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 150;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	text-align: center;
}

.checkout-overlay > div {
		position: relative;
	}

.checkout-message {
	font-family: "filson-soft", "century gothic", sans-serif;
	font-size: 2em;
	color: #fff;
	margin: -15px 0 0 0;
	font-weight: normal;
	position: relative;
	z-index: 10;
}

.checkout-overlay .checkout-message-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -3em;
	margin-top: -3.5em;
	z-index: 5;
	color: rgba(0, 0, 0, 0.7);
	font-weight: normal
}

.checkout-overlay .checkout-message-icon:before {
		margin: 0;
		font-size: 6em !important;
		-webkit-font-smoothing: antialiased;
	}

* {
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	padding-top: 1px;
	position: relative;
	min-height: 100%;
	padding-bottom: 30px
}

.profile-pic {
	margin: 0 auto;
	display: block;
	width: 200px;
	height: auto;
	border-radius: 50%;
	border: solid 4px #fff;
}

.hero {
	height: 0;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 50%;
	position: relative;
}

.hero.is-home:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 2%;
	height: 0;
	content: "";
	background-color: rgba( 65, 13, 0, 0.5);
}

.hero h1 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background-color: rgba( 65, 13, 0, 0.5);
	font-family: "minion-pro", serif;
	text-transform: uppercase;
	color: rgba(240, 195, 147, 1.0);
	font-weight: normal;
	letter-spacing: 10px;
	font-size: 2em;
	text-shadow: #000 0 1px 0;
	padding: 10px 0;
}

.hero-item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 45%;
}

.main {
	padding-bottom: 70px;
	background: transparent linear-gradient(to bottom, rgb(238,216,193) 0%,rgba(238,216,193,0) 100% )
}

.content > *,
.project-image .project-caption {
	max-width: 900px;
	margin: 0 auto;
	padding: 10px 20px;
}

.page-header {
	padding-top: 50px;
	text-align: left;
}

.page-header .content {
	max-width: 900px;
	margin: 0 auto;
	padding: 15px 20px;
}

.page-header h1 {
	font-family: "minion-pro", serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 10px;
	font-size: 1.7em;
	text-shadow: #000 0 1px 0;
	color: rgb(98, 39, 14);
	text-align: center;
}

@media screen and (min-width: 600px) {
	.page-header h1 {
		text-align: inherit;
	}
}

.content {
	padding-top: 1px;
}

.content a {
		text-decoration: none;
		color: #662B00;
		border-bottom: dotted 1px #662B00
	}

.content a:hover {
			color: #480300;
			border-bottom-style: solid;
		}

.content h1,
	.content h2 {
		font-family: "gooddog-new", serif;
		font-size: 3em;
		font-weight: normal;
		color: rgb(98, 39, 14);
		margin-top: 1em;
		margin-bottom: 0.25em;
		padding-top: 0;
		padding-bottom: 0;
		text-rendering: optimizeLegibility;
	}

.content h2 {
		font-size: 2em;
	}

.content p {
		line-height: 1.8em;
		margin-top: 0;
		margin-bottom: 1em;
		padding-top: 0;
		padding-bottom: 0;
		color: #444;
		font-family: helvetica, arial, sans-serif;
		font-size: 1.1em;
	}

.content ol,
	.content li {
		font-size: 1.1em;
		color: #444;
		line-height: 1.8em;
	}

.content ol li {
		margin: 0 0 10px 40px;
		font-size: 1em;
	}

.content li li {
		font-size: 1em;
	}

.content blockquote {
		margin: 20px auto;
		padding: 0 0 0 20px;
		border-left: solid 10px rgba(98, 39, 14,0.2);
		max-width: 840px;
		font-style: italic;
	}

.content > ul li {
		margin-left: 30px;
	}

.content p.intro,
.blog-content p:first-of-type {
	font-family: "filson-soft", "century gothic", sans-serif;
	font-size: 1.6em;
	line-height: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: rgb(178, 87, 0);
}

.sidebar p.intro {
		font-size: 1.1em;
		color: #333;
		font-weight: normal;
	}

.sidebar p.intro-pic {
		z-index: 15;
		position: relative
	}

@media screen and ( min-width: 600px ) {

	.sidebar p.intro-pic {
			float: left
	}
		}

@media screen and ( min-width: 800px ) {

	.sidebar p.intro-pic {
			float: none;
			margin-top: -50px
	}
		}

.sidebar .profile-pic {
		float: none;
		display: block;
		margin: 0 auto 25px auto;
		box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px;
	}

.project-thumbnail {
	height: 0;
	width: 100%;
	padding-bottom: 40%;
	background-size: cover;
	background-position: 50% 50%;
	transition: opacity 200ms linear;
}

.project-thumbnail--video {
	padding-bottom: 56.25%;
}

.project-image {
	margin: 0.5em auto;
	margin-bottom: 2em;
	padding: 0;
}

.project-image + .project-image {
	margin-top: 3em;
}

img,
.project-image img {
	max-width: 100%;
	height: auto;
}

.project-image .project-caption {
	font-style: italic;
	font-family: serif;
	text-align: center;
	color: #777;
}

.page-listing {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.project-listing {
	width: 100%;
	box-shadow: rgba( 0, 0, 0, 0.5) 0 0 2px;
	border-radius: 3px;
	margin-bottom: 5%;
}

.project-listing-solo {
	width: 100% !important;
}

.project-listing a,
.project-listing a:hover {
	border: none;
	text-decoration: none;
}

.project-listing img {
	width: 100%;
	height: auto;
	background: white;
	display: block;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.project-listing h3 {
	margin: 0;
	padding: 10px 10px;
	text-align: center;
	font-family: "minion-pro", serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 3px;
	color: #fff;
	background-color: transparent;
	background-image: linear-gradient(
		to bottom,
		rgba(178, 87, 0, 0.4) 0%,
		rgba(178, 87, 0, 0.2) 100%
	), url( "/images/wood-strip.jpg" );
	background-size: 200px 80px, 1160px 42.75px;
	background-position: 0 0, -20px 50%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.project-listing a:hover .project-thumbnail {
	opacity: 0.5;
}

body > footer {
	margin: 0 auto;
	color: #999;
	font-size: 0.8em;
	border-top: solid 1px #aaa;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background-color: transparent;
	background-image: linear-gradient(
		to bottom,
		rgba(178, 87, 0, 0.6) 0%,
		rgba(178, 87, 0, 0.3) 100%
	), url( "/images/wood-strip.jpg" );
	background-size: 200px 80px, 2320px 85.4px;
	background-position: 0 0, 50% 0;
	border-top: solid 1px rgb(178, 87, 0);
	border-bottom: solid 1px rgb( 30, 6, 0 );
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

body > footer p {
	margin: 0;
	padding: 0;
	color: rgba( 255, 255, 255, 0.5);
}

body > footer a {
	color: rgba(255,255,255,0.8);
}

@media screen and ( min-width: 600px ) {
	.hero {
		padding-bottom: 34%;
	}

	.page-header {
		background: rgba(168, 137, 103, 0.2);
		background-image: url( "/images/wood-strip.jpg" );
		background-size: 2320px 85.4px;
		border-bottom: solid 1px rgb(80, 27, 8);
		box-shadow: rgba( 0, 0, 0, 0.5) 0 2px 6px;
		text-align: right;
		padding-top: 0;
	}

	.page-header h1 {
		color: rgba(240, 195, 147, 1.0);
	}

	.page-header + .content {
		padding-top: 40px;
	}

	.page-listing .project-listing {
		max-width: 47%;
	}

	.profile-pic {
		float: right;
		margin: 0 0 0 20px;
	}

	.project-list-full .project-listing {
		max-width: 100%;
	}
}

@media screen and ( min-width: 1100px ) {
	.hero {
		padding-bottom: 0;
		padding-top: 0;
		height: 400px;
	}
}

.video-player {
	width: 100%;
	position: relative;
}

.video-container {
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	margin-bottom: 20px;
	position: relative;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-gallery-smaller {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.image-gallery-smaller .project-image {
	width: 48%;
	margin:0 0 15px 0;
	border: solid 1px rgba(102, 43, 0, 0.3);
}

.image-gallery-smaller .project-image img {
		display: block;
	}

.normal-list {
	padding-left: 100px;
	margin-bottom: 20px;
	margin-top: -20px
}

.taxonomy-more-link {
	position: relative;
	top: -20px;
	margin-bottom: -20px;
	text-align: right;
	justify-self: right;
	width: 100%;
}

@media screen and ( max-width: 600px ) {
	.taxonomy-more-link {
		top: -10px;
		margin-bottom: -10px;
	}
}

.meta {
	margin-top: -15px;
}

.meta > span {
	border-left: dotted 1px rgb(98, 39, 14);
	padding-left: 5px;
}

.meta > span:first-child {
	border-left: none;
	padding-left: 0;
}

.orderDetails {
	font-size: 1.2em;
}

.orderDetails header {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		    flex-direction: row;
	}

.orderDetails .orderDetails-orderNumber,
	.orderDetails .orderDetails-orderDate {
		-ms-flex: 1 1 50%;
		    flex: 1 1 50%;
	}

.orderDetails .orderDetails-orderDate  {
		text-align: right;
	}

.orderDetails table {
		font-size: 1em;
		width: 100%;
		border: solid 1px rgba(102, 43, 0, 0.3);
		margin: 20px 0;
	}

.orderDetails table th {
			padding: 10px;
			text-align: left;
		}

.orderDetails table td {
			padding: 10px;
			border-top: solid 1px rgba(102, 43, 0, 0.3);
		}

.two-column-layout--reverse {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column-reverse;
	    flex-direction: column-reverse;
}

@media screen and ( min-width: 800px ) {
	.two-column-layout {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		    flex-direction: row;
		max-width: 1100px;
		margin: 0 auto;
		padding: 10px 20px;
	}

		.product-main .two-column-layout {
			max-width: 1000px;
		}

	section.site-content {
		-ms-flex: 1 1 auto;
		    flex: 1 1 auto;
		-ms-flex-preferred-size: 70%;
		    flex-basis: 70%;
	}

	aside.sidebar {
		-ms-flex: 1 1 auto;
		    flex: 1 1 auto;
		-ms-flex-preferred-size: 30%;
		    flex-basis: 30%;
		border-left: solid 1px rgba(191, 80, 0, 0.2);
	}

	aside.sidebar--wider {
		-ms-flex: 1 1 auto;
		    flex: 1 1 auto;
		-ms-flex-preferred-size: 40%;
		    flex-basis: 40%;
		border-left: solid 1px rgba(191, 80, 0, 0.2);
	}
}

.icon-header {
	margin: 20px 0 0 0;
	padding: 1px 0;
	text-align: center;
	position: relative;
	display: block;
	text-decoration: none;
	border: none !important;
	font-size: 1rem;
	line-height: 3rem
}

.icon-header:before,
	.icon-header:after {
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -70px;
		width: 30px;
		height: 1px;
		top: 1.5em;
		border-bottom: solid 2px rgba(102, 43, 0, 0.3);
	}

.icon-header:hover:before, .icon-header:hover:after {
			border-bottom-color: rgba(102, 43, 0, 0.6);
		}

.icon-header:hover i:before {
			color: rgba(102, 43, 0, 0.6);
		}

.icon-header:after {
		margin-left: 40px;
	}

.icon-header i:before {
		font-size: 3.5em;
		color: rgba(102, 43, 0, 0.3);
		margin-left: 0;
	}

.icon-header h2 {
		margin: -15px 0 0 0;
		font-size: 1.4em;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-family: "filson-soft", "century gothic", sans-serif;
	}

.icon-header.icon-header--splitText:before, .icon-header.icon-header--splitText:after {
			display: none;
		}

.icon-header.icon-header--splitText h2 {
			position: absolute;
			top: 45%;
			left: 0;
			right: 0;
			margin-top: -10px;
		}

.icon-header.icon-header--splitText .icon-textLeft,
		.icon-header.icon-header--splitText .icon-textRight {
			position: absolute;
			top: 0;
			border: solid 1px #662B00;
			border-width: 1px 0;
			padding: 2px 0;
		}

.icon-header.icon-header--splitText .icon-textLeft {
			text-align: right;
			right: 50%;
			margin-right: 40px;
		}

.icon-header.icon-header--splitText .icon-textRight {
			text-align: left;
			left: 50%;
			margin-left: 40px;
		}

.icon-header-list {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	border-bottom: solid 1px rgba(102, 43, 0, 0.1);
	border-right: solid 1px rgba(102, 43, 0, 0.1);
	clear: both;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
}

.icon-header-list li {
		-ms-flex: 1 1 100%;
		    flex: 1 1 100%;
		margin-left: 0 !important;
		padding: 1px 0;
		border-top: solid 1px rgba(102, 43, 0, 0.1);
	}

@media screen and ( min-width: 600px ) {

.icon-header-list {
		-ms-flex-direction: row;
		    flex-direction: row
}
	}

@media screen and ( min-width: 800px ) {

.icon-header-list {
		-ms-flex-direction: column;
		    flex-direction: column
}
	}

/*
<a class="icon-header icon-header--splitText" href="/tools">
	<i class="flaticon-screwdriver-5"></i>
	<h2>
		<span class="icon-textLeft">Shop</span>
		<span class="icon-textRight">Tools</span>
	</h2>
</a>
*/

.u-textCenter {
	text-align: center;
}

.email-signup {
	border: solid 1px rgba(102, 43, 0, 0.2);
	border-width: 1px 0;
	padding: 20px 20px;
}

.email-signup h2 {
		margin: 0;
	}

.email-signup input[type=submit] {
		background: #BF5000;
		color: white;
		border: none;
		padding: 10px 15px;
		font-size: 1.2em;
		border-radius: 3px;
		font-family: "minion-pro", serif;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 1em;
		letter-spacing: 3px;
		background-image: linear-gradient(
			to bottom,
			rgba(178, 87, 0, 0.4) 0%,
			rgba(178, 87, 0, 0.2) 100%
		), url( "/images/wood-strip.jpg" )
	}

.email-signup-email {
	position: relative;
}

.email-signup-email label {
		display: none;
	}

.email-signup-email input {
		font-size: 1.5em;
		padding: 10px;
		border-radius: 3px;
		border: none;
		background: white;
		display: block;
		width: 100%;
		margin: 10px 0 20px 0
	}

.email-signup-email input::-webkit-input-placeholder {
			color: #ccc;
			font-weight: normal;
		}

.email-signup-email input:-ms-input-placeholder {
			color: #ccc;
			font-weight: normal;
		}

.email-signup-email input::-ms-input-placeholder {
			color: #ccc;
			font-weight: normal;
		}

input::-ms-input-placeholder {
			color: #ccc;
			font-weight: normal;
		}

.email-signup-email input::placeholder {
			color: #ccc;
			font-weight: normal;
		}

#mc_embed_signup .email-signup-email div.mce_inline_error {
		position: absolute;
		top: 100%;
		right: 0;
		padding-right: 0;
		color:#AA0000;
		background: transparent;
	}

#mc_embed_signup div.response {
	margin: 20px 0 10px 0;
	padding: 10px;
	top: -1.5em;
	z-index: 1;
	border: solid 1px rgba(102, 43, 0, 0.3);
	text-align: center;
}

#mc_embed_signup #mce-error-response { display:none; }

#mc_embed_signup #mce-success-response {
	background-color: #529214;
	color: white;
	display:none;
}

.purchase-container {
	padding: 20px;
}

.purchase-button {
	border: none;
	background: #00AB67;
	color: white;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
	text-align: center;
	font-size: 1.4em;
	font-family: "filson-soft", "century gothic", sans-serif;
	transition: background-color 200ms ease-in-out;
	box-shadow: #008D55 0 4px 0;
	position: relative;
	outline: none;
	margin: 0 auto 20px auto;
	max-width: 300px;
	display: block;
}

.purchase-button small {
		display: block;
		font-size: 0.8em;
	}

.purchase-button:hover, .purchase-button:focus {
		background: #00D17E;
	}

.purchase-button:active {
		top: 4px;
		box-shadow: none;
	}

.purchase-button.is-disabled {
		opacity: 0.5;
		pointer-events: none;
	}

.product-details-small {
	text-align: center;
	font-size: 0.9em;
	color: #444;
}

.product-photos {
	border-bottom: solid 1px rgba(102, 43, 0, 0.5);
}

.product-photo-full {
	height: 300px;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
	position: relative
}

@media screen and ( min-width: 1300px ) {

.product-photo-full {
		height: 400px
}
	}

.related-videos {
	padding: 20px;
	display: none;
}

.related-videos > h2 {
		font-family: "gooddog-new", serif;
		margin: 0 0 10px 0;
		color: #662B00;
	}

@media screen and (min-width: 800px) {

.related-videos {
		display: block
}
	}

.orderDetails-thankYou {
	background: rgba(174, 254, 180, 0.5);
	padding: 20px;
	margin: 20px 0;
}

.orderDetails-thankYou h2 {
		margin: 0;
		font-size: 1.3em;
	}

.orderDetails-thankYou p {
		font-size: 1em;
		margin-bottom: 0;
	}

