/* =Fonts
----------------------------------------------- */

/* Custom Web Fonts */
@font-face {
	font-family: 'TypewriterFSLightRegular';
	src: url('fonts/Typewriter-Light-webfont.eot');
	src: url('fonts/Typewriter-Light-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/Typewriter-Light-webfont.woff') format('woff'),
	     url('fonts/Typewriter-Light-webfont.ttf') format('truetype'),
	     url('fonts/Typewriter-Light-webfont.svg#TypewriterFSLightRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'TypewriterFSLightItalic';
	src: url('fonts/Typewriter-LightItalic-webfont.eot');
	src: url('fonts/Typewriter-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/Typewriter-LightItalic-webfont.woff') format('woff'),
	     url('fonts/Typewriter-LightItalic-webfont.ttf') format('truetype'),
	     url('fonts/Typewriter-LightItalic-webfont.svg#TypewriterFSLightItalic') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'TypewriterFSRegular';
	src: url('fonts/Typewriter-Regular-webfont.eot');
	src: url('fonts/Typewriter-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/Typewriter-Regular-webfont.woff') format('woff'),
	     url('fonts/Typewriter-Regular-webfont.ttf') format('truetype'),
	     url('fonts/Typewriter-Regular-webfont.svg#TypewriterFSRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}

body, input, textarea {
    color: #373737;
    font: 18px Georgia, "Times New Roman", Times, serif;
    font-weight: 300;
    line-height: 1.5;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}

.nav > li > a {
		font-size:20px;
}
.nav.header-nav.header-bottom-nav.nav-right.nav-size-large.nav-spacing-xlarge.nav-uppercase {
  font-family: 'TypewriterFSLightRegular';
  font-style: normal;
  font-weight: lighter;
}

#menu-secondary-navigation.links.footer-nav.uppercase {
  color: #444444;
  padding-top: 15px;
}
#menu-secondary-navigation li {
     padding: 0 9px;
     display: inline;
    border-left: 1px solid #908B7F; 
}
#menu-secondary-navigation li:first-child {
     padding-left: 0;
  border-left: none; 
}
.menu-secondary-navigation-container {
  background-image: url("wordpress/wp-content/themes/vida-woocommerce/images/stitch-line.png");
   background-repeat: repeat-x;
   background-position: center top; 
}
#site-description {
  float: right top;
  display: inline;
  position: absolute;
  font-size: 20px;
}
.row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover, .box-shadow-1, .box-shadow-1-hover:hover {
 box-shadow:none;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #5c4f00;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.8em;
}

/* Text elements */
p {
  margin-bottom: .75em;
}
ul, ol, dl {
  margin: 0 0 .75em 2.5em;
}
ul {
  list-style: square;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}
ul.no-bullets {
  list-style: none outside none;
  margin: 0 0 .75em 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: .75em;
}
strong {
  font-weight: bold;
}
cite, em, i {
  font-style: italic;
}
blockquote {
  font-style: italic;
  font-weight: normal;
  margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}
blockquote cite {
  color: #666;
  font: 10px Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  overflow: auto;
  padding: 0.75em 1.625em;
}
code, kbd {
  font: 12px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
address {
  display: block;
  margin: 0 0 1.625em;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
  background: #fafafa;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  border: 1px solid #ddd;
  color: #888;
}
input[type=text]:focus,
textarea:focus {
  color: #373737;
}
textarea {
  padding-left: 3px;
  width: 98%;
}
input[type=text] {
  padding: 3px;
}
input#s {
  background: url(images/search.png) no-repeat 5px 6px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  height: 22px;
  line-height: 1.2em;
  padding: 4px 10px 4px 28px;
}
input#searchsubmit {
  display: none;
}

/* Links */
a {
  color: #5c4f00;
  text-decoration: none;
}
a:focus,
a:active,
a:hover {
  color: #5c4f00;
  text-decoration: underline;
}

element.style {
    color: #5c4f00;
}