/* 
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
----------------
/* 2.3 Header */
#header {
  padding: 1em 0 0;
  margin-bottom: 1em;
  border-bottom: 4px double #e8e4e3;
  clear: both;
  position: relative;
}
#header #logo {
  float: left;
  margin-bottom: 0em;
}
#header .site-title,
#header .site-description {
  display: none;
  margin-bottom: 0;
}
#header .site-title a,
#header .site-description a {
  text-transform: none;
  font-weight: normal;
  text-decoration: none;
}
#header hgroup {
  position: relative;
  margin-bottom: 1.618em;
}
#header hgroup:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#header .nav-toggle {
  position: absolute;
  top: .53em;
  right: 0;
  width: 1.618em;
  height: 1.618em;
  cursor: pointer;
  font-family: sans-serif;
  background-color: #ff4800;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff4800), to(#ee3700));
  /* Saf4+, Chrome */

/* 2.6 Footer */
.footer-wrap #footer:first-child {
  border-top: 0;
}
#footer {
  padding: 0em 0;
  border-top: 1px solid #e8e4e3;
  color: #877c78;
}
#footer #credit img {
  vertical-align: middle;
}
#footer #credit span {
  display: none;
}
#footer-widgets {
  border-top: 0px solid #e8e4e3;
  padding: 1em 0;
}
/* 2.7 Breadcrumbs */
#breadcrumbs {
  display: none;
  margin-bottom: 1.5em;
  padding-bottom: 1.618em;
  color: #c1b8b5;
  font-size: .857em;
  font-weight: bold;
}
#breadcrumbs .sep {
  color: #e3dad7;
  padding: 0 .618em;
}

/* 
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 */
}