/* 
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 */

#intro-message {
  background: #000000;
  margin: 0 0 2.618em;
  padding: 2.244em 0;
  color: #E4E4E4;
}

#footer-wrapper {
  background: #000000;
  color: #E4E4E4;
  font-size: .95em;
}

#featured-slider ul.slides li .slide-content {
    opacity: 0;
    filter: alpha(opacity=@opacity * 100);
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    position: absolute;
    bottom: 0;
    width: 24.883em;
    background: #464747;
    background: rgba(70, 71, 71, 0.85);
    padding: 1.387em 2.244em;
    margin: .53em;
    font-size: .857em;
}

#navigation ul.nav ul {
    background: #464747;
    border: 4px solid #000100;
    left: -1px;
  }
  #navigation ul.nav ul li {
    border-bottom: 1px dashed #000100;
    margin: 0 1em;
}

#navigation ul.nav li.parent > a:after {
    font-family: 'FontAwesome';
    font-size: 100%;
    margin-left: .618em;
    line-height: 1em;
    width: 1em;
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    speak: none;
    width: 1.5em;
    display: inline-block;
    text-align: right;
    line-height: 1;
    content: "\f179";
    content: "\f078";
    position: relative;
    top: -2px;
    left: -3px;
    font-size: .8em;
    width: 1.387em;
    color: #ff0000;
}

a.button,
a.comment-reply-link,
#commentform #submit,
.submit,
input[type=submit],
input.button,
button.button,
#wrapper .woo-sc-button {
  display: inline-block;
  padding: .53em 1em;
  border: 0;
  background: #ff0000;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-size: 1em;
  /* Make inputs the same size as normal text */
  font-family: "Lato", sans-serif;
  cursor: pointer;
  /* Inputs need pointers! */
  overflow: visible;
  /* IE fix */
  width: auto;
  /* IE fix */
  line-height: 1.618em;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  white-space: nowrap;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-border-radius: 0.387em;
  border-radius: 0.387em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 0 0 0 #888888;
  -webkit-box-shadow: 0 0 0 0 #888888;
  -webkit-appearance: none;
  /* Remove iOS glare */
}

#header .nav-toggle:after {
  font-family: 'FontAwesome';
  font-size: 100%;
  margin-left: .618em;
  line-height: 1em;
  width: 1em;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  display: inline-block;
  text-align: right;
  line-height: 1;
  content: "\f179";
  content: "\f0c9";
  background: #d5151d;
  height: 1.5em;
  width: 1.5em;
  text-align: center;
  line-height: 1.75;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
  font-size: 1.387em;
}

/* 
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 */
}