/* 
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 */

.textwidget ul.products li.product {
  width:80% !important;
}

#featured-slider .slide-content {
  top:auto !important;
  bottom:50px !important;
}
#featured-slider .slide-content footer {
  display:none !important;
}

aside.post-meta {
  display:none !important;
}
.post .article-inner {
  float:left;
  width:100%;
}

/* 
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 */


}

/* 2.3 Header */
#header {
  padding: 2em 0 .382em;
  clear: both;
  position: relative;
}
#header #logo {
  float: none;
  margin-bottom: 1.244em;
  margin-top: .10em;
}
#header #logo img {
  margin: 0 auto;
  display: block;
}
#header #logo:active {
  padding-top: .236em;
  -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;
}
#header .site-title,
#header .site-description {
  color: #000;
  display: none;
}
#header .site-title a,
#header .site-description a {
  color: #191919;
  text-transform: none;
  font-weight: normal;
  text-decoration: none;
}
#header .site-title a:hover,
#header .site-description a:hover {
  text-decoration: underline;
}
#header hgroup {
  position: relative;
  top: -0.618em;
}
#header hgroup:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#header hgroup h1,
#header hgroup h2,
#header hgroup h3 {
  margin: 0;
  float: left;
  clear: left;
}
#header .nav-toggle {
  float: right;
  width: 100%;
  padding: .202em 0;
  margin: 2em 0 1em;
  position: relative;
  cursor: pointer;
  font-family: sans-serif;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  background-color: #4a4a4a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4a4a4a), to(#363636));
  /* Saf4+, Chrome */

/* 9. MAIN SLIDER */
/*-------------------------------------------------------------------------------------------*/
#featured-slider {
  background: none;
  margin: 0 0 2.618em;
  padding: 0;
  border: 0;
  box-shadow: 0 0 0 0 #888888;
  -webkit-box-shadow: 0 0 0 0 #888888;
}
#featured-slider .slide {
  padding: 0;
  border: 0;
  background: #fff;
  -webkit-border-radius: 0.202em;
  border-radius: 0.202em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
#featured-slider .slide.no-image .slide-content {
  position: static;
}
#featured-slider .slide:first-child {
  display: block;
}
#featured-slider .slide-media {
  float: none;
  padding: .327em .387em 0;
  border: 1px solid #eaeaea;
  border-width: 1px 1px 0;
}
#featured-slider .slide-content .slide-content-inner {
  padding: 0 .387em .387em;
  border: 1px solid #eaeaea;
  border-width: 0 1px 1px;
}
#featured-slider .slide-content header,
#featured-slider .slide-content footer {
  background: #002E4D;
  padding: .618em .857em 0;
}
#featured-slider .slide-content header h1,
#featured-slider .slide-content footer h1 {
  font-size: 1em;
  margin: 0;
}
#featured-slider .slide-content header h1 a,
#featured-slider .slide-content footer h1 a {
  color: #fff;
}
#featured-slider .slide-content footer {
  padding-top: .302em;
  padding-bottom: .618em;
}
#featured-slider .slide-content footer p {
  margin: 0;
  font-size: .857em;
}
#featured-slider .flex-direction-nav a {
  position: static;
  opacity: 1;
  filter: alpha(opacity=@opacity * 100);
  width: 31px;
  height: 31px;
  margin: 0 2px 0 0;
}
#featured-slider .flex-direction-nav li {
  display: inline-block;
}
#slider-pagination {
  overflow: hidden;
  background: none;
  margin: 0 0 2.244em;
  box-shadow: 0 0 0 0 #888888;
  -webkit-box-shadow: 0 0 0 0 #888888;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: .327em;
  border: 1px solid #eaeaea;
}
#slider-pagination ol li {
  margin: 0 .327em 0 0;
}
#slider-pagination ol li a {
  cursor: pointer;
}
#slider-pagination ol li a img {
  height: auto;
  opacity: 0.5;
  filter: alpha(opacity=@opacity * 100);
  margin: 0 0 0.01em;
}
#slider-pagination ol li.flex-active-slide img {
  opacity: 1;
  filter: alpha(opacity=@opacity * 100);
}
#slider-pagination .flex-direction-nav {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=@opacity * 100);
}
#slider-pagination .flex-direction-nav a {
  z-index: 2;
  top: 41%;
  left: .5em;
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=@opacity * 100);
  width: 26px;
  height: 26px;
  margin: 0;
  background: url('images/bg_direction_nav_slider.png') no-repeat 0 0;
  cursor: pointer;
}
#slider-pagination .flex-direction-nav .flex-next {
  right: .5em;
  left: auto;
  background-position: 100% 0;
  margin: 0;
}
#slider-pagination .flex-direction-nav li {
  display: inline-block;
}
#slider-pagination .flex-direction-nav .flex-disabled {
  opacity: .6 !important;
  filter: alpha(opacity=60) !important;
}
#slider-pagination:hover .flex-direction-nav {
  opacity: 1;
  filter: alpha(opacity=@opacity * 100);
}
#slider-pagination .flex-viewport {
  z-index: 1;
}
.has-horizontal-slider-pagination #featured-slider {
  margin: 0 0 1.387em;
}
.has-vertical-slider-pagination #featured-slider {
  float: left;
  width: 74%;
}
.has-vertical-slider-pagination #slider-pagination {
  overflow: hidden;
  padding: .327em;
  float: right;
  width: 25%;
  clear: right;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
.has-vertical-slider-pagination #slider-pagination ol li {
  margin: 0 0 .327em;
}
.has-vertical-slider-pagination #slider-pagination ol li img {
  margin: 0;
  height: auto;
}
.has-vertical-slider-pagination #slider-pagination .flex-direction-nav {
  padding: .53em 0.327em .236em 0.53em;
}
.has-vertical-slider-pagination #slider-pagination .flex-direction-nav a {
  width: 19px;
  height: 8px;
  margin: 0 0 .327em;
  background: url('images/bg_direction_nav_home_vertical.png') no-repeat 0 0;
}
.has-vertical-slider-pagination #slider-pagination .flex-direction-nav .flex-next {
  background-position: 0 100%;
}
.has-vertical-slider-pagination #slider-pagination .flex-direction-nav li {
  display: block;
}
#featured-slider .slide-content {
  float: none;
  top: 18em;
}
#featured-slider .flex-direction-nav {
  position: absolute;
  padding: .327em;
  top: 1em;
  right: -3em;
  margin: 0 3.618em -1.5em;
}