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

/* header nav bar color background */

#content-top {
  background: #898f9f;
}

/* 2.3 Header */
#header {
  padding: 1.544em 0 1.544em !important;
  clear: both;
  position: relative;
}

/*2.4.1 slider */

.has-slider #featured .slide.has-overlay .slide-content { 
background: rgba(0, 0, 0, 0.65);
}

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

/* custom layout for blog display and widgets to remove date and make content run full-width  */

/* didn't get exact result desired - removed to file for later customization */