/*

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 */
body {background-repeat: no-repeat !important;background-position: center center !important;background-attachment: fixed !important;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;
	
}
.entry img, img.thumbnail{padding:0;border:none;}
img.thumbnail.alignright{margin:0 0 10px 0;}
a{text-decoration:none !important;}
/*typography*/
.page .title {}
h1{ border-top: 1px solid #dcdcdc;border-bottom: 1px solid #dcdcdc;line-height: 1.42857;padding: 8px 0;width: 100%;}
.widget.widget_woothemes_features{margin-bottom:0;}
.jb_author{float:right;}
.jb_greenbox {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fafafa;
    border-color: #ddd #ddd #ddd #cdd452;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 8px;
    margin: 10px 0 20px;
    padding: 8px;
}
.jb_bluebox {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fafafa;
    border-color: #ddd #ddd #ddd #417378;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 8px;
    margin: 10px 0 20px;
    padding: 8px;
}
.jb_yellowbox {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fafafa;
    border-color: #ddd #ddd #ddd #f2f096;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 8px;
    margin: 10px 0 20px;
    padding: 8px;
}
/*slider*/
#loopedSlider.business-slider .content {background:none !important; }
#loopedSlider.business-slider .content .title h2{background:#8ab839;padding:0.5em;width:auto;font-weight:normal;}
.woo-sc-quote p {font-family: georgia;font-size: 1.5em;font-style: italic;}

.header-widget{margin-top:30px;}

/*navigation*/
#navigation, #nav-container{}
ul.nav li a, #navigation ul.rss a, #navigation ul.cart a.cart-contents, #navigation .cart-contents #navigation ul.rss, #navigation ul.nav-search, #navigation ul.nav-search a {}
/*hover*/



/*top nav*/
#top-nav {float: right; margin-right:0;}
#top ul.nav > li a:hover{}
/*button color*/
a.button, a.comment-reply-link, #commentform #submit, .submit, input[type="submit"], input.button, button.button, #wrapper .woo-sc-button {}
a.button:hover, a.comment-reply-link:hover, #commentform #submit:hover, .submit:hover, input[type="submit"]:hover, input.button:hover, button.button:hover, #wrapper .woo-sc-button:hover { background:#23292f;color:#fff !important;}

a.button, a.comment-reply-link, #commentform #submit, .submit, input[type="submit"], input.button, button.button {background: #8ab838;color:#fff !important;}

/*category list*/

/*footer*/
#footer-widgets .widget ul li a {color:#6a9cff;}
#footer-widgets .widget ul li a:hover {color:#2d549f;}
.widget ul{list-style:none;}
#footer-widgets-container{}

/*header search*/


/*sidebar nav*/
#sidebar .widget, #sidebar .widget h3{}

/*woocommerce*/
ul.products li.product img{}


/* 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 */
/* Hide old navigation from desktop (still used for mobile navigation) */
#navigation { display: none !important; }

/* Style header navigation */
#header #navigation { 
	display: block !important;
	float: right; 
	width: auto; 
	clear:none; 
	margin-top:2em;
	margin-bottom:0;
	max-width: 100%; 
	background: none;		
}
#navigation ul.nav > li:last-child {border-right:none;}
#navigation ul.nav > li:hover{background:none !important;}
ul.nav li a {border-bottom: 6px solid #fff;height:50px;}
ul.nav li a:hover {border-bottom: 6px solid #8ab839;}
ul.nav > li a:hover{ color: #444444;background:#fff !important;}
ul.nav li.current_page_item a, ul.nav li.current_page_parent a, ul.nav li.current-menu-ancestor a, ul.nav li.current-cat a, ul.nav li.current-menu-item a {background:#fff !important;color: #444444;border-bottom: 6px solid #434f5b;}
/*visited and current*/
#navigation ul.nav li.current_page_item a, #navigation ul.nav li.current_menu_item a, #navigation ul.nav li.current_page_item a, #navigation ul.nav li.current_page_parent a, #navigation ul.nav li.current-menu-ancestor a, #navigation ul.nav li.current-cat a, #navigation ul.nav li.current-menu-item a  {color:#444444;background:none !important;}  
#navigation ul.nav li.current_page_item a:hover, #navigation ul.nav li.current_page_parent a:hover, #navigation ul.nav li.current-menu-ancestor a:hover, #navigation ul.nav li.current-cat a:hover, #navigation ul.nav li.current-menu-item a:hover{ border-bottom: 6px solid #8ab839;}
/*submenu*/

 #navigation ul.nav ul,  #navigation ul.nav ul li:hover a {background:rgba(138, 184, 57, 1) !important ;}
#navigation ul.nav ul li a{border-bottom:none;height:auto;color:#fff !important;}
#navigation ul.nav ul li a:hover{border-bottom:none;color:#444444 !important;}
/*slider*/

}
@media only screen and (max-width: 767px) {
    /* Hide new navigation from mobile */
/*    #header #navigation { display: none !important; }*/
} 
/*header widget*/

	

@media only screen and (min-width: 768px) and (max-width: 1040px) {

	
}

	/* Desktop styles go below this line */





	







