/*
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 */

ul#main-nav {
 float: right;
	}

#navigation ul {
 line-height: 38px;
 margin-bottom: 0px;
 margin-right: -17px;
}

#navigation ul li
{
    list-style-type: none;
    display: inline;
}

#navigation ul li a {
	display: inline-block;
}

#navigation ul li:after {
	content: "|";
        color: #00aeef;
	float: right;
	line-height: 38px;
}

#navigation ul li:last-child:after {
	display: none;
}

.entry, .entry p {
 font: light 16px/1.5em 'Arvo', arial, sans-serif;
 color: #000000;
}
.entry ul, .entry ol {
 margin: 0 0 15px -9px;
 padding: 0 0 0 5px;
}

.entry ul li { list-style-type: none; background: url(http://www.wdrplastering.co.uk/wp-content/uploads/2016/05/bullet.png) no-repeat 5px 7px; margin: 6px 0 0 0; padding: 0 0 0 20px; vertical-align: middle;
}
.widget p, .widget .textwidget {
 font: italic 14px/1.6em Arial, sans-serif;
 color: #999999;
}
.widget p, .widget .textwidget span {
 font: italic bold 14px/1.6em Arial, sans-serif;
 color: #99cc00;
}
#footer, #footer p {
 font: normal 12px/1.1em 'Source Sans Pro', arial, sans-serif;
 line-height: 1.8em;
 color: #999999;

.entry, .entry p a:link, a:visited, #loopedSlider a.flex-prev:hover, #loopedSlider a.flex-next:hover {
 color: #99cc00;
}
#footer-widgets {
 border: none;
 padding: 10px 0;
 clear: both;
}
.entry img {
	padding: 0;
	border: 0 solid #000000;

@media only screen and (max-width: 768px) { 
/* mobile styles go below this line */ 
.nav li{ 
width:100%; 
text-align: left; 
} 


/* 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 below this line */


	
}