/* 
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 */

p a  { text-decoration: underline;}
p a:hover { text-decoration: underline;}
#post-author,#post-entries,span.comments {display: none;}
div#tab-reviews,.reviews_tab { visibility:hidden;}
#home-header {margin: 0 0 10px 0;}
#main ul li {margin: 0 0 0 20px;}
p, ul, ol, dl, blockquote, .post-statement, .statement {-webkit-hyphens: none;-moz-hyphens: none;hyphens: none;}
.home-sidebar {
float: right;
width:40%;
height: 90%px;
color:#FFFFFF;
margin: 0 10px;
padding: .25em .7em .25em .7em;
   border: 1px solid #c9a6b4;
 background-color: #9b4239;}
.home-sidebar h2,.home-sidebar a {
color:#FFFFFF;
text-align:center;}
#main-nav a {
  font-size: .76em;
}
h1 {
    text-shadow: none !important;
    color:#000;
}
h3 { word-spacing:5px;}
.widget ul {
  list-style-type: disc;
margin-left: 20px; }
ul.products li.product .img-wrap {
   margin-top: 1.2em;}
#footer {padding-top: 0.2em;}
#header {padding-bottom: 0.2em;}
.clayworx-map {float:left; padding-left:8em;}
.clayworx-contact {float: left;}
form#contactForm{float:left;margin:90px 0 20px 0;width: 700px;padding:20px 30px 0 30px;
  background: url("images/crinkles.png") top no-repeat, url("images/post.png"), url("images/nav.gif");
  background-color: #f7f2ee;
  border: 1px solid #c4bfbb;
}
#commentsText {height:150px;}

.search_main fix {
vertical-align: top;
margin: 0;
padding:0;
float:right;
height:20px;
}
.custom-search{
float: right;
clear: right;
font-family: "Karla",sans-serif;
color: #AC744A;
font-size: 12px;
font-weight:normal;
height:20px;
margin: 0;
padding:0;
}
.custom-search .search-form input.s{
padding: 0px;
margin: 0px;
color:#666666;
}
.custom-search a{
padding: 0px;
margin: 0px;
border:1px solid red;
float:right;
height:20px;
}
.custom-search .glass{
padding: 0px;
margin: -13px 0 0 0px;
}

ul.products li.product .img-wrap {
  padding: 3em .618em 2.244em .618em;
 width:220px;
height:250px;
}
ul.products li.product img {
width:200px;
height:200px;
}

#wrapper ul.products li,
#wrapper ul.featured-products li {
  margin: 1em 1em 4em 1em;
width: 230px;
}

#wrapper ul.products li h3{
  font-size: 12px;
float:left;
padding-bottom: 15px; 
width: 100%;
}

#header a.cart-button,
#header a.checkout,
nav.col-full,
.woocommerce-page.product-columns-4 aside#sidebar.col-right,
.woocommerce-page  aside#sidebar.col-right,
div.related.products{
  display:none;
}
div#top{
height:25px;
}
#header {
  padding-top: 2.2em;
}

.custom-search{
margin-top:10px;
}
form.woocommerce-ordering select {
color: #AC744A;
padding: 3px;
}
.woocommerce-page.product-columns-4 div#main,
.woocommerce-page div#main.col-left{
width:100%;
}
.search-results img{
margin: 10px 5px 10px 5px;
}
.search-results li{
list-style:none;}

article#contact-page.page p.tick {
font-size: 20px;
color:#000;
}
/* 
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 */
}