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


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

h1	{
color: #46A3DA;
}

/* reduce space at top of page */
#header  	{
padding-top: 0em;

}
/* No bullets on feature content lists */
.feature-content ul li	{
list-style-type: none;
}

/* replace site title with image */
#header .site-title a {
display: none;

}
/* float site description to right */
#header h2.site-description	{
float: right;
width: 12em;
padding: 1em;
color:#94C84E;
}
/* reduce width of main nav bar */
#navigation {
margin-bottom: 1em;
line-height: 0.5;
}
/*  */
ul.slides li.wooslider-active-slide, ul.slides li.slide {
background: #fff;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}

#main, .fullwidth {
margin-bottom: 0.5em;
}
/* class to add drop shadow to images  */
img.shadow {
margin: 10px 5px 10px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-shadow: 2px 5px 5px #aaa;
-moz-box-shadow: 2px 5px 5px #aaa;
-webkit-box-shadow: 2px 5px 5px #aaa;
}
/* change bulletted lists to arrows */

ul.arrow li {
background: url(images/arrow.png) no-repeat 0 8px ;
margin: 5px 0;
padding: 0px 0 0 10px;
left: 10px;
list-style: none;
vertical-align: top;
}
/* indent numbered lists */
ol li	{
margin-left: 20px;
}

/* create new class to contain widgets in green box - opening hours */
div.shaded-box	{
padding: 10px;
background: #4692BA;
color: #fff;
}

div.shaded-box ul li	{
list-style-type: none;
}
/* reduce padding on features area */
.fullwidth-widgets .widget, div.home .widget, div.business .widget{
padding: 1em 0;
}
/* change color of page titles */
h3.feature-title	{
color: #068DD5;
font-size: 1.2em;
text-transform: uppercase;

}
/*change input box colours on contact form */
textarea, input {
background-color: #F7F7F7;
}

/* fix line height on sub-menu items */
ul.nav li a {
line-height: 1.2em;
}

/* get rid of black line above active sub-menu items */

#navigation ul.sub-menu li.current-menu-item > a {

box-shadow:  0 0 0 0 #474747;
-webkit-box-shadow:  0 0 0 0 #474747;
}

#footer-widgets hr {
margin-bottom: 3em;
  }
