/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */


/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

/* Cart */

p#shipping_notes_field {
  display: none;
}

/* Header */
body.has-top-nav #header {
  padding-top: 9.505em;
}
#header {
  margin: 0;
  padding: 5.847em 0 1.618em;
  clear: both;
  position: relative;
  text-align: center;
  background: #000000;
  border-bottom: 1px solid #dedede;
}
#header #logo,
#header #hgroup {
  display: block;
  margin-bottom: 2em;
}
#header .site-title,
#header .site-description {
  color: #000;
  display: none;
}
#header .site-title a,
#header .site-description a {
  color: #000000;
  text-transform: none;
  font-weight: normal;
  text-decoration: none;
}
#header .site-title a:hover,
#header .site-description a:hover {
  text-decoration: underline;
}
#header .site-description {
  color: #2b2b2b;
  font-family: "Bitter", sans-serif;
  font-style: italic;
}
#header p {
  font-weight: 700;
  color: #fff;
}
#header p a {
  color: #fff;
  text-decoration: underline;
}
#header p a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #header p {
    font-size: 1.25em!important;
    line-height: 1.25!important;
  }

/* Footer */
#footer-container{background: #7A716F;}

/* Typography */
/*
	All typography (and layout) based on a modular scale using 12 & 14 px values scaled in accordance the golden ratio (1.618)
	http://modularscale.com/scale/?px1=14&px2=12&ra1=1.618&ra2=0
	Remember to keep margins consistent and try to avoid margin-top. If everything has an appropriate margin-bottom we don't need one and vertical rhythm will be kept consistent
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bitter", sans-serif;
  color: #7a716f;
  margin: 0 0 .618em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 2.244em;
  line-height: 1.387em;
}
h2 {
  font-size: 1.618em;
  line-height: 1.387em;
}
h3 {
  font-size: 1em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.857em;
}


/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
}