/* 
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 */

body.page-id-19 h1 {
display: none;
}

ul.page-numbers li a{
padding: .382em 1em;
}

ul.page-numbers li span{
padding: .382em 1em;
}

ul.page-numbers li{
width: auto;
padding:5px;
list-style: none;
display: inline-block;
color: white;
text-align: center;
text-decoration: none;
font-size: .857em;
font-family: "Cutive", sans-serif;
overflow: visible;
width: auto;
line-height: 1.618em;
background: url("images/leather.png"), url("images/noise.png");
background-color: #4a88a3;
border: 1px dashed #7dbbd6;
box-shadow: 0 0 0 0.327em #286681;
-webkit-box-shadow: 0 0 0 0.327em #286681;
cursor: pointer;
text-shadow: 0 1px 0 #286681;
position: relative;

}

ul.page-numbers {
text-align:center;
}

a.pagenumbers {
padding:5px;
}


.layout-right-content #main {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 15px;
}

.single-product .woocommerce_tabs ul.tabs li, .single-product .woocommerce-tabs ul.tabs li {
display:inline-block;
}

.single-product .woocommerce_tabs ul.tabs, .single-product .woocommerce-tabs ul.tabs {
width: 100%;
float: none !important;
}

.single-product .images, .single-product .summary {
  margin-bottom: 0px;
}

.single-product .woocommerce_tabs, .single-product .woocommerce-tabs {
  padding-top: 0px;
}

.single-product .woocommerce_tabs .panel {
    width: 100%;
    padding: .5%;
    border-top: none;
    padding-top-none;
    border-left: none;
    float: none;
}

.flexslider .slides img {
width: 100%; 
height:auto; 
display: block;
}
.flexslider {
margin: 0 0 0px; 
background: #fff; 
border: none;
}
/*Logo and Header Margin*/
#navigation {
margin-bottom: 5px;
}
#header {
    padding: 1em 0 0;
    margin-bottom: 0px !important;
}
#header #logo {
    margin-bottom: -52px !important;
    margin-right: 0px !important;
    max-width: 100%;
    z-index: 1;
}
#header .nav-toggle {
margin-top: 1em;
background: #fff;
}
#header hgroup {
    float: left;
    margin-bottom: 1.618em;
    max-width: 100%;
}

/*Container Background*/
.layout-right-content #main {
    background: #FFFFFF;
    padding: 10px;
}


/*Page Background*/
.post,
.type-page {
  background: url("images/crinkles.png") top no-repeat, url(""), url("images/nav.gif");
  border: 0px solid #c4bfbb;
  box-shadow: none;
}

/*Tape on Products*/
ul.products li.product .img-wrap:before {
  background: url("");
}

/*Dashes*/
#sidebar .widget .inner {
  border: 2px #d0c7c0;
}

a.button, #commentform #submit, .submit, input[type="submit"], input.button, button.button, .woo-pagination a {
    border: 1px #C9A6B4;
}


/* Sidebar Styling */
#menu {
width: 55%;
background: #b8e0f2;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
display:block;
margin: 0;
}

#menu h2 {
color: #fff;
background: #f3f1f0;
}

#menu a {
text-decoration: none;
background: #f3f1f0;
}

#menu a:hover {
background: #f3f1f0;
background: #fff;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

#menu ul li ul li ul li a{
background:#e7f1fd;
padding-left: 10px;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

</style>

<!--[if IE]>
 #menu ul li {float: left; width: 100%;}
</style>
<![endif]-->
<!--[if lt IE 7]>
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: 100%;
}


.facebook-icon {
    color: #000000;
}

a {
  color: rgb(36, 68, 82) !important;
  text-decoration: none;
}
/* Sidebar Contact */
.home #sidebar .email {
  -webkit-transform: none !important;
  /* Saf3.1+, Chrome */

  -moz-transform: none !important;
  /* FF3.5+ */

  -ms-transform: none !important;
  /* IE9 */

  -o-transform: none !important;
  /* Opera 10.5 */
  transform: none !important;
  zoom: 1;
  background: none !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  color: #000000;
  margin-bottom: 0 !important;
  padding: .53em .857em; !important;
  list-style: none;
  position: relative;
  text-shadow: none !important;
}

#menu-item-140 {
    padding: 0px !important;
}
/* 
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 */
.single-product .woocommerce-tabs .panel {
width: 99%;
padding-left: 10px;
border-left: none;
float: left;
margin-bottom: 1.618em;
border-top: none;
padding-top: 20px;
}


}