/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 21, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 31, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
/* line 42, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
/* line 52, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 82, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
/* line 90, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 102, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 112, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
/* line 125, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 130, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 135, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 140, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 145, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 150, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
/* line 159, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
/* line 168, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 172, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
/* line 180, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
/* line 188, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 198, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 210, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 220, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
/* line 230, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
/* line 239, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 244, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
/* line 254, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 261, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 265, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 280, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 284, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 294, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 303, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 318, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
/* line 327, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
/* line 339, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
/* line 351, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 359, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
/* line 371, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 387, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
/* line 400, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
/* line 417, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 428, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
/* line 440, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
/* line 453, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
/* line 465, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
/* line 474, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 484, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 497, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* line 510, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 517, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
b, strong, .strong {
  font-weight: bold;
}

/* line 519, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
dfn, em, .em {
  font-style: italic;
}

/* line 521, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
small, .small {
  font-size: 75%;
}

/* line 523, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
ul, ol {
  padding: 0;
  list-style-type: none;
}

/* line 528, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
dd {
  margin: 0;
}

/* line 534, C:/Users/ahazelwood/Desktop/SCSS/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* line 23, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 25, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 26, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.clearfix:after {
  clear: both;
}

/*********************
TOOLS
*********************/
/* line 34, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 41, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-torjr8");
  src: url("../fonts/icomoon.eot?#iefix-torjr8") format("embedded-opentype"), url("../fonts/icomoon.woff?-torjr8") format("woff"), url("../fonts/icomoon.ttf?-torjr8") format("truetype"), url("../fonts/icomoon.svg?-torjr8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 93, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 107, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.icon-youtube:before {
  content: "\e600";
}

/* line 109, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.icon-blog:before {
  content: "\e926";
}

/* line 111, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.icon-cart:before {
  content: "\e9fe";
}

/* line 113, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.icon-phone:before {
  content: "\ea1c";
}

/* line 115, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.icon-envelop:before {
  content: "\ea30";
}

/* line 117, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.icon-googleplus:before {
  content: "\eee4";
}

/* line 119, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.icon-facebook:before {
  content: "\eee8";
}

/* line 121, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.icon-twitter:before {
  content: "\eeed";
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 127, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* line 133, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.text-left {
  text-align: left;
}

/* line 134, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.text-center {
  text-align: center;
}

/* line 135, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.text-right {
  text-align: right;
}

/* line 139, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 145, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 151, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 157, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 163, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
BORDER RADIUS
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include border-radius(4px 4px 0 0);
*/
/*********************
TEXT SHADOWS
*********************/
/*********************
BOX SHADOWS
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include box-shadow(inset 0 0 4px rgba(0,0,0,0.22));
*/
/* @include box-shadow(5px, 5px, 10px, #000); */
/*BACKGROUND SIZE */
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
/* line 293, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.button, .button:visited, .gform_button, .btn-default {
  font-family: 'Open Sans Condensed', sans-serif!important;
  background: #eca901!important;
  color: #fff!important;
  padding: .75em!important;
  line-height: 1.12em!important;
  display: block;
  width: 100%;
  max-width: 350px;
  text-align: center;
  font-size: 1.25em!important;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  transition: ease-in .2s;
  border: none;
  margin: 0 auto;
}
/* line 312, C:/Users/ahazelwood/Desktop/SCSS/_mixins.scss */
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus, .gform_button:hover, .gform_button:focus, .btn-default:hover, .btn-default:focus {
  color: #fff!important;
  background: #ea2333!important;
}

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 18, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #242424;
  background: url(../images/bg-pat2.jpg);
}

/* line 26, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.desktop {
  display: none;
}

/* line 28, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.clear {
  clear: both;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/* line 75, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.wrap {
  width: 96%;
  margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
/* line 84, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
a, a:visited {
  color: #f01d4f;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 88, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #d10e3c;
}
/* line 98, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 112, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: 'Ultra', serif;
  text-rendering: optimizelegibility;
  color: #00041d;
  font-weight: 400;
  line-height: 1;
}
/* line 119, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 122, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
h1, .h1 {
  font-size: 2em;
}

/* line 124, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
h2, .h2 {
  font-size: 1.75em;
}

/* line 126, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
h3, .h3 {
  font-size: 1.5em;
}

/* line 128, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
h4, .h4 {
  font-size: 1.12em;
}

/* line 130, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
h5, .h5 {
  font-size: 1em;
}

/*********************
HEADER STYLES
*********************/
/* line 137, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.header {
  background: #fff;
  /*end #inner-header*/
}
/* line 140, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.header #inner-header {
  padding: 1.25em 0 0;
  /*end #logo*/
  /*end #address */
}
/* line 143, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.header #inner-header #logo {
  text-align: center;
}
/* line 147, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.header #inner-header #address {
  /*end #address-inner*/
}
/* line 149, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.header #inner-header #address #address-inner {
  text-align: center;
  padding: .5em;
  /*end p.social*/
  /*end p.location*/
}
/* line 153, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.header #inner-header #address #address-inner p.social {
  margin: 0;
  /*end a*/
}
/* line 156, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.header #inner-header #address #address-inner p.social a {
  background: #00041d;
  width: 28px;
  height: 28px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  /*end i*/
}
/* line 164, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.header #inner-header #address #address-inner p.social a i {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  display: block;
}
/* line 170, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.header #inner-header #address #address-inner p.social a i.icon-facebook {
  background: #3B5998;
}
/* line 173, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.header #inner-header #address #address-inner p.social a i.icon-facebook:hover, .header #inner-header #address #address-inner p.social a i.icon-facebook:focus {
  background: #fff;
  color: #3B5998;
}
/* line 180, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.header #inner-header #address #address-inner p.social a i.icon-googleplus {
  background: #dd4b39;
}
/* line 183, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.header #inner-header #address #address-inner p.social a i.icon-googleplus:hover, .header #inner-header #address #address-inner p.social a i.icon-googleplus:focus {
  background: #fff;
  color: #dd4b39;
}
/* line 190, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.header #inner-header #address #address-inner p.social a i.icon-envelop {
  background: #696b7a;
}
/* line 193, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.header #inner-header #address #address-inner p.social a i.icon-envelop:hover, .header #inner-header #address #address-inner p.social a i.icon-envelop:focus {
  background: #fff;
  color: #696b7a;
}
/* line 206, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.header #inner-header #address #address-inner p.location {
  margin: .5em 0 0;
  color: #010627;
  /*end span*/
}
/* line 210, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.header #inner-header #address #address-inner p.location span {
  font-family: 'Ultra', serif;
  font-size: 1.429em;
  /*end a*/
}
/* line 214, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.header #inner-header #address #address-inner p.location span a {
  text-decoration: none;
  color: #eca901;
}
/* line 218, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.header #inner-header #address #address-inner p.location span a:hover, .header #inner-header #address #address-inner p.location span a:focus {
  color: #eca901;
}
/* line 222, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.header #inner-header #address #address-inner p.location span a i {
  margin: 0 .25em 0 0;
  color: #eca901;
  font-size: 1.5em;
  vertical-align: bottom;
}

/*end .header*/
/*********************
NAVIGATION STYLES
*********************/
/* line 247, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#navwrapper {
  display: none;
}

/*SHIFT NAV STYLES*/
/* line 250, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#shiftnav-toggle-main {
  background: #00041d;
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 1em;
}

/* line 258, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#shiftnav-toggle-main:before {
  float: none;
}

/* line 262, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.shiftnav-main-toggle-content {
  display: none;
}

/* line 264, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.shiftnav {
  font-size: 1.12em!important;
  color: #fff;
}

/* line 270, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.shiftnav.shiftnav-skin-standard-dark,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
  background: #00041d;
}

/* line 272, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.shiftnav-target {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  /*end &:hover...*/
}
/* line 276, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.shiftnav-target:hover, .shiftnav-target:active, .shiftnav-target:focus {
  background: #ea2333!important;
  color: #fff!important;
  text-shadow: none !important;
}

/*end .shiftnav-target*/
/* line 284, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.sub-menu .shiftnav-target {
  padding-left: 4em !important;
}

/* line 286, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target {
  border-bottom: 1px solid #000;
  border-top: 1px solid #11173a;
}

/* line 296, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
  background: #eca901!important;
  border-bottom: 1px solid #c48a03;
  border-top: 1px solid #11173a;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 306, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#content {
  /*end #inner-content*/
}
/* line 308, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#content #inner-content {
  margin: 2em auto;
  /*FEATURED PRODUCTS*/
  /*end #featured-products-wrapper*/
}
/* line 311, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#content #inner-content.subpage-color {
  background: url(../images/white-trans2.png);
  padding: 1em;
}
/* line 317, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#content #inner-content #featured-products-wrapper {
  text-align: center;
  /*end .widget*/
}
/* line 322, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#content #inner-content #featured-products-wrapper .widget {
  margin-bottom: 2em;
  /*end .textwidget*/
}
/* line 325, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#content #inner-content #featured-products-wrapper .widget .textwidget {
  /*end p*/
}
/* line 327, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#content #inner-content #featured-products-wrapper .widget .textwidget p {
  margin: 0;
  /*end a*/
}
/* line 330, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#content #inner-content #featured-products-wrapper .widget .textwidget p a {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  /*end &:hover...*/
}
/* line 340, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#content #inner-content #featured-products-wrapper .widget .textwidget p a:hover, #content #inner-content #featured-products-wrapper .widget .textwidget p a:focus, #content #inner-content #featured-products-wrapper .widget .textwidget p a:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 345, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#content #inner-content #featured-products-wrapper .widget .textwidget p a img {
  width: 100%;
  height: auto;
}

/*end #content*/
/* end .hentry */
/* line 372, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.single-title,
.page-title {
  margin-top: 0;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 391, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.byline {
  color: #999;
}

/* entry content */
/* line 398, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
/* line 433, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.entry-content dd {
  margin-left: 0;
  margin-bottom: 1.5em;
}
/* line 438, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 454, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
/* line 459, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
/* line 467, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 473, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 479, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* line 489, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.gallery {
  margin: 0 auto 18px;
}

/* line 490, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

/* line 496, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.gallery-columns-2 .gallery-item {
  width: 50%;
}

/* line 497, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.gallery-columns-4 .gallery-item {
  width: 25%;
}

/* line 498, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.gallery img {
  box-shadow: 0px 0px 4px #999;
  border: 1px solid white;
  padding: 8px;
  background: #f2f2f2;
}

/* line 504, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.gallery img:hover {
  background: white;
}

/* line 507, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

/* line 511, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

/* line 515, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

/* line 520, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.gallery dl, .gallery dt {
  margin: 0;
}

/* line 521, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.gallery br + br {
  display: none;
}

/* end .gallery */
/* gallery caption styles */
/* line 546, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#blog {
  background: #fff;
  padding: 1em 1em 0;
  margin: 0 0 2em 0;
  /* end &.single */
  /*end article*/
}
/* line 551, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#blog.single {
  background: none;
  padding: 0;
  margin: 0;
}
/* line 557, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#blog article {
  /*end .article-header*/
  /*end .entry-content*/
}
/* line 559, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#blog article .article-header {
  /*end h1.h2, h3*/
  /*end p.vcard*/
}
/* line 561, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#blog article .article-header h1 {
  margin: 0;
}
/* line 563, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#blog article .article-header h1.h2, #blog article .article-header h3 {
  margin: 0;
}
/* line 566, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#blog article .article-header h1.h2 a, #blog article .article-header h3 a {
  color: #00041d;
}
/* line 570, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#blog article .article-header p.vcard {
  margin: 0;
  color: #666;
}
/* line 577, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#blog article .entry-content {
  /*end a.excerpt-read-more*/
}
/* line 579, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#blog article .entry-content a.excerpt-read-more {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
}

/*end #post*/
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 597, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

/* line 600, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}
/* line 602, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
/* line 606, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
/* line 613, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.bones_page_navi li a:hover, .bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
/* line 622, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
/* line 627, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}
/* line 638, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
/* line 641, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
/* line 650, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 693, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 697, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 708, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#comments {
  /* number of comments span */
}

/* line 725, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
/* line 727, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
/* line 735, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.commentlist li:last-child {
  margin-bottom: 0;
}
/* line 739, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 757, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
/* line 761, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 766, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
/* line 780, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.commentlist .odd {
  background: #eee;
}
/* line 783, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.commentlist .even {
  background: #fefefe;
}
/* line 798, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.commentlist .vcard {
  margin-left: 50px;
}
/* line 801, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 809, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.commentlist .vcard time {
  float: right;
}
/* line 812, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
/* line 816, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
/* line 826, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
/* line 851, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.commentlist .comment_content {
  margin-left: 50px;
}
/* line 854, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
/* line 863, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
/* line 875, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  opacity: 1;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 887, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
/* line 891, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.respond-form form {
  margin: 0.75em 0;
}
/* line 894, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
/* line 900, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.respond-form form li label,
.respond-form form li small {
  display: none;
}
/* line 908, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
/* line 914, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
/* line 919, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 932, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
/* line 937, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* comment submit button */
/* comment form title */
/* line 950, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 963, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
/* line 968, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 975, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper {
  margin: 2em 0 0;
  /*CART BUTTON*/
  /*end #woocom_cart*/
  /*MAIN SIDEBAR*/
  /*end .sidebar*/
  /* end .widget*/
  /*CONTACT FORM SIDEBAR*/
  /*end .cf-widget*/
}
/* line 979, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper #woocom_cart {
  margin: 0 0 2em;
  /*end a.cart-button-link*/
}
/* line 982, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper #woocom_cart a.cart-button-link {
  display: block;
  padding: .75em;
  color: #fff;
  background: #ea2333;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
  font-size: 1.25em;
  transition: ease-in .2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  /*end i*/
}
/* line 995, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper #woocom_cart a.cart-button-link:hover {
  background: #eca901;
}
/* line 997, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper #woocom_cart a.cart-button-link i {
  color: #fff;
  font-size: 1.5em;
  margin: 0 .12em 0 0;
  display: inline-block;
  vertical-align: top;
}
/* line 1010, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .sidebar {
  margin: 0 0 2em;
}
/* line 1013, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .sidebar .widgettitle {
  margin: 0;
}
/* line 1019, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .blog-widget {
  margin: 0 0 2em;
  background: #005a2b;
  padding: 1em;
  width: 100%;
  /*end .widgettitle*/
  /*end ul*/
  /*end .fes-default*/
}
/* line 1025, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .blog-widget .widgettitle {
  margin: 0 0 .75em;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.33;
  vertical-align: bottom;
  /*end i*/
}
/* line 1032, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .blog-widget .widgettitle i {
  color: #eca901;
  font-size: 1.12em;
  line-height: 1;
  margin: 0 .33em 0 0;
  vertical-align: top;
}
/* line 1042, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .blog-widget ul {
  list-style: square;
  color: #fff;
  padding-left: 1.5em;
  /*end li*/
}
/* line 1047, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .blog-widget ul li {
  margin: .5em 0;
  /*end a*/
}
/* line 1050, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .blog-widget ul li a {
  color: #fff;
  text-decoration: none;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
}
/* line 1056, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .blog-widget ul li a:hover, #sidebar-wrapper .blog-widget ul li a:active {
  color: #eca901;
}
/* line 1064, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .blog-widget .fes-default {
  display: block;
  width: 100%;
  /*end .form-group*/
}
/* line 1068, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .blog-widget .fes-default .form-group {
  /*end .sr-only*/
  /*end input.search-field*/
}
/* line 1071, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .blog-widget .fes-default .form-group .sr-only span.screen-reader-text {
  display: none;
}
/* line 1074, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .blog-widget .fes-default .form-group input.search-field {
  width: 100%!important;
  border: none!important;
  line-height: 1em;
  margin: 0 0 .75em;
  padding: .75em;
  background: #fff;
  font-size: .875em;
  text-transform: uppercase;
  color: #696969;
}
/* line 1088, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .blog-widget .fes-default .btn-default {
  width: 100%;
}
/* line 1096, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget {
  margin: 0 0 2em;
  background: #072c3c;
  padding: 1em;
  /*end .widgettitle*/
  /*end .gform_wrapper*/
}
/* line 1101, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .widgettitle {
  margin: 0 0 .75em;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.33;
  vertical-align: bottom;
  /*end i*/
}
/* line 1108, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .widgettitle i {
  color: #eca901;
  font-size: 1.35em;
  line-height: 1;
  margin: 0 .25em 0 0;
  vertical-align: bottom;
}
/* line 1118, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_confirmation_message {
  color: #fff;
}
/* line 1120, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper {
  max-width: 100%;
  margin: 0;
  padding: 0;
  /*end .gform_heading*/
  /*For General Styling of Inputs*/
  /*end .top_label*/
  /*For Form Button(input)*/
  /*end .gform_footer*/
  /* gform placeholders*/
  /* Firefox 18- */
  /* firefox 19+ */
  /* ie */
}
/* line 1125, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper li.no-label label {
  display: none;
}
/* line 1128, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper .gform_heading h3.gform_title {
  font-size: 2em;
}
/* line 1132, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper .top_label {
  /*end .gfield_label*/
  /*end .ginput_container*/
  /*end inputs*/
  /*For Custom HTML fields*/
  /*end .gfield html*/
}
/* line 1134, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper .top_label .gfield_label {
  font-weight: 400;
  color: #fff;
  font-size: .75em;
  padding: 0 .5em;
}
/* line 1140, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper .top_label .gfield_label span.gfield_required {
  color: #682510;
}
/* line 1144, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper .top_label .ginput_container {
  width: 100%!important;
  /*end ul.gfield_radio*/
}
/* line 1147, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper .top_label .ginput_container ul.gfield_radio {
  margin: 0;
  padding: .25em 0 .25em 1em;
  color: #fff;
  /*end li*/
}
/* line 1152, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper .top_label .ginput_container ul.gfield_radio li {
  font-size: .875em;
  width: 50%;
  display: inline-block;
}
/* line 1157, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper .top_label .ginput_container ul.gfield_radio li input {
  margin: 2px 0 0;
}
/* line 1165, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper .top_label input.large, #sidebar-wrapper .cf-widget .gform_wrapper .top_label input.medium, #sidebar-wrapper .cf-widget .gform_wrapper .top_label select.large, #sidebar-wrapper .cf-widget .gform_wrapper .top_label select.medium, #sidebar-wrapper .cf-widget .gform_wrapper .top_label textarea.textarea {
  width: 100%!important;
  border: none!important;
  line-height: 1em;
  margin: 0 0 .25em;
  padding: .75em;
  background: #fff;
  font-size: .875em;
  text-transform: uppercase;
  color: #696969;
}
/* line 1181, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper .top_label select.medium {
  padding: .35em .5em;
}
/* line 1183, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper .top_label textarea.textarea {
  height: 75px!important;
}
/* line 1185, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper .top_label input.gform_button_select_files {
  background: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  text-transform: inherit;
  color: #493393;
  padding: 0;
}
/* line 1194, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper .top_label input.gform_button_select_files:hover, #sidebar-wrapper .cf-widget .gform_wrapper .top_label input.gform_button_select_files:active {
  color: #000;
}
/* line 1198, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper .top_label .gfield_html {
  font-size: .688em;
  line-height: 1.3em;
}
/* line 1206, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}
/* line 1215, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper ::-webkit-input-placeholder {
  color: #696969;
}
/* line 1216, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper :-moz-placeholder {
  opacity: 1;
  color: #696969;
}
/* line 1217, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper ::-moz-placeholder {
  opacity: 1;
  color: #696969;
}
/* line 1218, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper :-ms-input-placeholder {
  color: #696969;
}
/* line 1219, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#sidebar-wrapper .cf-widget .gform_wrapper input:-moz-placeholder {
  color: #696969;
}

/*end #sidebar-wrapper*/
/***********************
HOME PAGE CALL TO ACTION
************************/
/* line 1231, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#call-to-action-wrapper {
  width: 100%;
  text-align: center;
  /*end .widget*/
}
/* line 1235, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#call-to-action-wrapper .widget {
  display: block;
  width: 100%;
  max-width: 800px;
  padding: 1em;
  margin: 0 auto;
  background: #010627;
  /*end .widgettitle*/
  /*end p*/
}
/* line 1243, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#call-to-action-wrapper .widget .widgettitle {
  text-align: center;
  color: #fff;
}
/* line 1248, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#call-to-action-wrapper .widget p {
  color: #fff;
  font-size: 1em;
}
/* line 1253, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#call-to-action-wrapper .widget .button {
  text-shadow: none;
  margin: 1em auto 0;
}

/*end #call-to-action-wrapper */
/* line 1260, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#pageslide {
  height: 10em;
}

/*********************
SECONDARY PROMO
*********************/
/* line 1267, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#secondary-promo-wrapper {
  background: url(../images/cabin.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  width: 100%;
  padding: 2em 0;
  color: #fff;
  font-weight: 700;
  /*end .widget*/
}
/* line 1276, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#secondary-promo-wrapper .first {
  float: none;
}
/* line 1278, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#secondary-promo-wrapper .widget {
  display: block;
  margin: 0 auto;
  padding: 1em;
  max-width: 800px;
  text-shadow: 0 0 3px #000;
  /*end .widgettitle*/
}
/* line 1285, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#secondary-promo-wrapper .widget .widgettitle {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 3px #000;
}
/* line 1291, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
#secondary-promo-wrapper .widget .button {
  text-shadow: none;
}

/*end #secondary-promo-wrapper*/
/*********************
FOOTER STYLES
*********************/
/* line 1302, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.footer {
  clear: both;
  background: #00041d;
  /*end #inner-footer*/
}
/* line 1306, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.footer #inner-footer {
  text-align: center;
  padding: 1em;
  /*end #credit-cards*/
  /*end ul#menu-footer-menu*/
  /*end p.copyright*/
}
/* line 1310, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.footer #inner-footer #credit-cards {
  /*end img*/
}
/* line 1312, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.footer #inner-footer #credit-cards img {
  width: 45px;
  height: auto;
  display: inline-block;
  margin: 1em .25em;
}
/* line 1321, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.footer #inner-footer ul#menu-footer-menu {
  text-align: center;
  /*end li*/
}
/* line 1324, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.footer #inner-footer ul#menu-footer-menu li {
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 1.25em;
  /*end a*/
}
/* line 1330, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.footer #inner-footer ul#menu-footer-menu li a {
  color: #fff;
  text-decoration: none;
  /*end &:hover*/
}
/* line 1334, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.footer #inner-footer ul#menu-footer-menu li a:hover {
  color: #eca901;
  transition: ease-in .3s;
}
/* line 1345, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.footer #inner-footer p.copyright {
  font-size: .875em;
  color: #696b7a;
  padding: 1em 0 0;
  border-top: 1px solid #696b7a;
}

/*end .footer*/
/*********************
WOOCOMMERCE OVERRIDES
**********************/
/* line 1360, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce table.shop_table {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -border-radius: 0;
  border-radius: 0;
}

/* line 1365, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce-cart table.cart img {
  width: 100%;
  max-width: 45px;
  height: auto;
  margin: 0;
}

/* line 1372, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce td.product-name dl.variation dd p:last-child {
  margin: 0;
}

/* line 1374, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce-cart table.cart td.actions .coupon {
  width: 100%;
  display: block;
}

/* line 1379, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 50%!important;
  padding: .5em .75em;
  line-height: 2.12em;
  margin: 0;
}

/* line 1386, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce-cart table.cart td.actions .coupon input.button {
  width: 50%!important;
  float: left!important;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  -border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 1392, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce-cart table.cart input[value="Update Cart"] {
  display: inline-block;
  width: 100%!important;
  max-width: 700px!important;
}

/* line 1400, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background: #005a2b!important;
}

/* line 1407, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce #payment #place_order:active,
.woocommerce-page #payment #place_order:active {
  background: #ea2333!important;
}

/* line 1409, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce-cart .cart-collaterals .cart_totals table th {
  padding-right: 10px;
}

/* line 1414, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce div.product form.cart .variations select,
.woocommerce .woocommerce-ordering select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  border: 1px solid #ccc!important;
  line-height: 1em;
  margin: 0 0 .25em;
  padding: .75em;
  font-size: .875em;
  text-transform: uppercase;
  color: #696969;
}

/* line 1424, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  padding: 1em;
}

/* line 1426, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.select2-container .select2-choice {
  border: 1px solid #ccc!important;
  line-height: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -border-radius: 0;
  border-radius: 0;
  margin: 0 0 .25em;
  padding: 1em;
  font-size: .875em;
  text-transform: uppercase;
  color: #696969;
}

/* line 1437, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.select2-drop {
  border-color: #ccc;
}

/* line 1439, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce div.product form.cart .variations td:first-child {
  padding: .75em .75em 0 0;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
}

/* line 1446, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
span.price span.amount,
p.price span.amount {
  color: #005a2b;
  font-weight: 700;
}

/* line 1451, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
span.price span.from, span.price span.to {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 12px!important;
  color: #999;
}

/* line 1459, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce ul.products li.product .price {
  font-size: 1em;
  font-weight: 700;
}

/* line 1464, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce div.product form.cart div.quantity {
  margin: 0 0 1em 0;
}
/* line 1467, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce div.product form.cart div.quantity input.input-text {
  border: 1px solid #ccc!important;
  line-height: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -border-radius: 0;
  border-radius: 0;
  margin: 0 0 .25em;
  padding: .75em;
  font-size: .875em;
  text-transform: uppercase;
  color: #696969;
  min-width: 75px;
}

/* line 1481, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  font-family: 'Open Sans Condensed', sans-serif;
  background-color: #e6e3c4;
  text-transform: uppercase;
}

/* line 1487, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #f7f6ec;
  border-bottom-color: #f7f6ec;
  -webkit-box-shadow: 0 0 0 #c6bf93;
  -moz-box-shadow: 0 0 0 #c6bf93;
  -ms-box-shadow: 0 0 0 #c6bf93;
  -o-box-shadow: 0 0 0 #c6bf93;
  -box-shadow: 0 0 0 #c6bf93;
  box-shadow: 0 0 0 #c6bf93;
}

/* line 1493, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  box-shadow: 2px 2px 0 #e6e3c4;
}

/* line 1494, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  box-shadow: -2px 2px 0 #e6e3c4;
}

/* line 1496, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  box-shadow: 2px 2px 0 #f7f6ec;
}

/* line 1497, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  box-shadow: -2px 2px 0 #f7f6ec;
}

/* line 1506, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product {
  text-align: center;
}

/* line 1508, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center;
}

/* line 1510, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.woocommerce ul.products li.product h3 {
  min-height: 45px;
}

/* line 1512, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
::-webkit-input-placeholder {
  color: #696969;
}

/* line 1513, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
:-moz-placeholder {
  opacity: 1;
  color: #696969;
}

/* Firefox 18- */
/* line 1514, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
::-moz-placeholder {
  opacity: 1;
  color: #696969;
}

/* firefox 19+ */
/* line 1515, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
:-ms-input-placeholder {
  color: #696969;
}

/* ie */
/* line 1516, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
input:-moz-placeholder {
  color: #696969;
}

/* line 1519, C:/Users/ahazelwood/Desktop/SCSS/_base.scss */
.fsred {
  color: red;
  font-size: 2em;
  font-weight: 700;
  margin: -5px;
}

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 480px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 480px and Up Stylesheet
  
  This stylesheet is loaded for larger devices.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 18, C:/Users/ahazelwood/Desktop/SCSS/_480up.scss */
  #content {
    /*end #inner-content*/
  }
  /* line 20, C:/Users/ahazelwood/Desktop/SCSS/_480up.scss */
  #content #inner-content {
    /*FEATURED PRODUCTS*/
    /*end #featured-products-wrapper*/
  }
  /* line 23, C:/Users/ahazelwood/Desktop/SCSS/_480up.scss */
  #content #inner-content #featured-products-wrapper {
    /*end .widget*/
  }
  /* line 25, C:/Users/ahazelwood/Desktop/SCSS/_480up.scss */
  #content #inner-content #featured-products-wrapper .widget {
    width: 50%;
    display: inline-block;
    padding: 0 .5em 2em;
  }

  /*end #content*/
  /*********************
  ALIGNMENT STYLES
  *********************/
  /* at this larger size, we can start to align images */
  /* line 42, C:/Users/ahazelwood/Desktop/SCSS/_480up.scss */
  .alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }

  /* line 48, C:/Users/ahazelwood/Desktop/SCSS/_480up.scss */
  .alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }

  /* line 54, C:/Users/ahazelwood/Desktop/SCSS/_480up.scss */
  .aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  /* line 24, C:/Users/ahazelwood/Desktop/SCSS/_grid.scss */
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 25, C:/Users/ahazelwood/Desktop/SCSS/_grid.scss */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 26, C:/Users/ahazelwood/Desktop/SCSS/_grid.scss */
  .threecol {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 27, C:/Users/ahazelwood/Desktop/SCSS/_grid.scss */
  .fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 28, C:/Users/ahazelwood/Desktop/SCSS/_grid.scss */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 29, C:/Users/ahazelwood/Desktop/SCSS/_grid.scss */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 30, C:/Users/ahazelwood/Desktop/SCSS/_grid.scss */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 31, C:/Users/ahazelwood/Desktop/SCSS/_grid.scss */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 32, C:/Users/ahazelwood/Desktop/SCSS/_grid.scss */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 33, C:/Users/ahazelwood/Desktop/SCSS/_grid.scss */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 34, C:/Users/ahazelwood/Desktop/SCSS/_grid.scss */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 35, C:/Users/ahazelwood/Desktop/SCSS/_grid.scss */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  /* line 38, C:/Users/ahazelwood/Desktop/SCSS/_grid.scss */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }

  /* line 44, C:/Users/ahazelwood/Desktop/SCSS/_grid.scss */
  .first {
    margin-left: 0;
  }

  /* line 48, C:/Users/ahazelwood/Desktop/SCSS/_grid.scss */
  .last {
    float: right;
  }

  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /* line 20, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  #container {
    background: url(../images/bg.jpg) no-repeat top left;
  }

  /* line 22, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .mobile {
    display: none;
  }

  /* line 24, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .desktop {
    display: block;
  }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 30, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .wrap {
    max-width: 1140px;
  }

  /*********************
  HEADER STYLES
  *********************/
  /* line 36, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .header {
    background: url(../images/trans-white.png);
    /*end #inner-header*/
  }
  /* line 39, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .header #inner-header {
    padding: 1.25em 0 0;
    /*end #address */
  }
  /* line 42, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .header #inner-header #logo {
    text-align: left;
  }
  /* line 44, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .header #inner-header #address {
    /*end #address-inner*/
  }
  /* line 46, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .header #inner-header #address #address-inner {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -border-radius: 10px;
    border-radius: 10px;
    float: right;
    text-align: right;
    padding: .5em;
    /*end p.social*/
    /*end p.location*/
  }
  /* line 52, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .header #inner-header #address #address-inner p.social {
    margin: 0;
    /*end a*/
  }
  /* line 55, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .header #inner-header #address #address-inner p.social a {
    background: #00041d;
    width: 28px;
    height: 28px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    /*end i*/
  }
  /* line 63, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .header #inner-header #address #address-inner p.social a i {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    display: block;
  }
  /* line 69, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .header #inner-header #address #address-inner p.social a i.icon-facebook {
    background: #3B5998;
  }
  /* line 72, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .header #inner-header #address #address-inner p.social a i.icon-facebook:hover, .header #inner-header #address #address-inner p.social a i.icon-facebook:focus {
    background: #fff;
    color: #3B5998;
  }
  /* line 79, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .header #inner-header #address #address-inner p.social a i.icon-googleplus {
    background: #dd4b39;
  }
  /* line 82, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .header #inner-header #address #address-inner p.social a i.icon-googleplus:hover, .header #inner-header #address #address-inner p.social a i.icon-googleplus:focus {
    background: #fff;
    color: #dd4b39;
  }
  /* line 89, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .header #inner-header #address #address-inner p.social a i.icon-envelop {
    background: #696b7a;
  }
  /* line 92, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .header #inner-header #address #address-inner p.social a i.icon-envelop:hover, .header #inner-header #address #address-inner p.social a i.icon-envelop:focus {
    background: #fff;
    color: #696b7a;
  }
  /* line 105, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .header #inner-header #address #address-inner p.location {
    margin: .5em 0 0;
    color: #00041d;
    text-shadow: none;
    font-weight: 700;
    line-height: auto;
    /*end span*/
  }
  /* line 112, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .header #inner-header #address #address-inner p.location span {
    font-family: 'Ultra', serif;
    font-size: 1.429em;
    /*end a*/
  }
  /* line 116, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .header #inner-header #address #address-inner p.location span a {
    text-decoration: none;
    color: #00041d;
  }
  /* line 120, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .header #inner-header #address #address-inner p.location span a:hover, .header #inner-header #address #address-inner p.location span a:focus {
    color: #eca901;
  }
  /* line 124, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .header #inner-header #address #address-inner p.location span a i {
    margin: 0 .25em 0 0;
    color: #eca901;
    font-size: 1.5em;
    vertical-align: bottom;
  }

  /*end .header*/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 149, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  #navwrapper {
    display: block;
    background: #00041d;
    /* end .nav */
  }
  /* line 153, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  #navwrapper ul.nav {
    border: 0;
    margin: 0;
    text-align: center;
    /* end .menu li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 158, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  #navwrapper ul.nav li {
    display: inline-block;
  }
  /* line 161, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  #navwrapper ul.nav li a {
    display: block;
    text-decoration: none;
    padding: .65em;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.429em;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    transition: ease-in .2s;
  }
  /* line 173, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  #navwrapper ul.nav li a:hover, #navwrapper ul.nav li a:focus {
    background-color: #ea2333;
  }
  /* line 185, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  #navwrapper ul.nav li ul.sub-menu li a,
  #navwrapper ul.nav li ul.children li a {
    padding-left: 30px;
  }

  /* end #navwrapper */
  /* line 218, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  #navwrapper ul.nav > li > a:after {
    content: url("../images/arrow.png");
    margin: 0 0 0 0.3em;
    position: relative;
  }

  /* line 224, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  #navwrapper ul.nav li > a:only-child:after {
    content: "";
    margin: 0;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 232, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  #content {
    /*end #inner-content*/
  }
  /* line 234, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  #content #inner-content {
    /*FEATURED PRODUCTS*/
    /*end #featured-products-wrapper*/
  }
  /* line 237, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  #content #inner-content #featured-products-wrapper {
    display: block;
    /*end .widget*/
  }
  /* line 240, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  #content #inner-content #featured-products-wrapper .widget {
    width: 22.9282%;
    padding: 0;
  }

  /*end #content*/
  /***********************
  HOME PAGE CALL TO ACTION
  ************************/
  /* line 255, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  #call-to-action-wrapper {
    width: 100%;
    text-align: center;
    /*end .widget*/
  }
  /* line 259, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  #call-to-action-wrapper .widget {
    display: block;
    width: 100%;
    max-width: 800px;
    min-height: 255px;
    padding: 1em;
    margin: 0 auto;
    background: none;
    /*end .widgettitle*/
    /*end p*/
  }
  /* line 268, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  #call-to-action-wrapper .widget .widgettitle {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 3px #000;
  }
  /* line 274, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  #call-to-action-wrapper .widget p {
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    text-shadow: 0 0 3px #000;
  }
  /* line 281, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  #call-to-action-wrapper .widget .button {
    text-shadow: none;
    margin: 1em auto 0;
  }

  /*end #call-to-action-wrapper */
  /*********************
  FOOTER STYLES
  *********************/
  /* line 291, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .footer {
    /*end #inner-footer*/
  }
  /* line 293, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .footer #inner-footer {
    /*end ul#menu-footer-menu*/
  }
  /* line 295, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .footer #inner-footer ul#menu-footer-menu {
    /*end li*/
  }
  /* line 297, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .footer #inner-footer ul#menu-footer-menu li {
    display: inline-block;
  }
  /* line 300, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .footer #inner-footer ul#menu-footer-menu li a {
    padding: 0 .5em;
  }

  /*end .footer*/
  /*********************
  WOOCOMMERCE OVERRIDES
  **********************/
  /* line 314, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 40%!important;
  }

  /* line 316, C:/Users/ahazelwood/Desktop/SCSS/_768up.scss */
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 46.2%;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /* line 12, C:/Users/ahazelwood/Desktop/SCSS/_1030up.scss */
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 22.05%;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 15, C:/Users/ahazelwood/Desktop/SCSS/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 23, C:/Users/ahazelwood/Desktop/SCSS/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 28, C:/Users/ahazelwood/Desktop/SCSS/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 33, C:/Users/ahazelwood/Desktop/SCSS/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 40, C:/Users/ahazelwood/Desktop/SCSS/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 44, C:/Users/ahazelwood/Desktop/SCSS/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 49, C:/Users/ahazelwood/Desktop/SCSS/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 53, C:/Users/ahazelwood/Desktop/SCSS/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 57, C:/Users/ahazelwood/Desktop/SCSS/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 65, C:/Users/ahazelwood/Desktop/SCSS/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 71, C:/Users/ahazelwood/Desktop/SCSS/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 80, C:/Users/ahazelwood/Desktop/SCSS/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
