/* 
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 */

/*
Typography
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .618em;
 
}

/*
Search
*/
#top .wc-nav li.search {
display: none;
}


/*
Sale button
*/
.woocommerce
span.onsale {
position: absolute;
top: 45px;
right: 20px;
left: 57em;
background: #FF0000;
opacity: 0.75;
color: #fff;
font-weight: bold;
padding: 0 .857em;
line-height: 4.236em;
-webkit-border-radius: 100%;
border-radius: 100%;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
text-transform: uppercase;
}

/*Stock message*/
.woocommerce div.product .stock 
{
  color: #000000;
}

.woocommerce 
ul.products li.product .price
{
color: #000000;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Arial;
	font-weight: normal;
	color: #352929;
}

h1 {
	font-size: 1.4em;
	padding-bottom: 2px;
}

h2 {
	font-size: 1.2em;
	
}

h3 {
	font-size: 1em;
	font-weight: bold;
}


body {
font-size: 1.4em;
color: #000000;
font-family: "Open Sans", sans-serif;
background: #ffffff;
}


a {
color: rgb(0, 0, 0);
text-decoration: none;
font-weight: bold;
}

a:hover {
  color: #333;
  text-decoration: underline;
}


/* 2.3 Header */
#header {
  padding: 1.618em 0 0;
  margin-bottom: 10px;
  border-bottom: 4px double #e8e4e3;
  clear: both;
  position: relative;
}

.single .type-post p:first-child {
font-size: 1em;
}

/* Promotion Sliders */
.promo_slider img {
padding: 0;
border: 0px;
}

/* remove bullet from event calendar  */
li.post-category {
list-style-type: none;

}


.calendar {
background-color: #ffffff;
width: 90%;
margin: 5px auto;
margin-bottom: 20px;

border: 1px solid;
line-height: normal;

	}

.calendar h3 {
	background: #333333;
	font-size: .9em;
	font-weight: bold;	
	color: #ffffff;
	padding: 2px;
	
	}

.calendar li {
	
	list-style-type: none;
	padding-left: 10px;	
	}

.calendar li:hover {
	
	background-color: #E0E0E0;
	
	}


/*
clear content
*/
.clear {clear: both;}

/*remove date from blog */
span.day 
{
display: none;

}
/* 
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 */



}