/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
#mini-features .more-features a {
	display: none;
}

#main .widget h2:first-of-type, .home .home .widget h2:first-of-type, .layout-full.business .widget h2:first-of-type, #main #recent-products h2:first-of-type, .home .home #recent-products h2:first-of-type, .layout-full.business #recent-products h2:first-of-type, #main #component-widget h2:first-of-type, .home .home #component-widget h2:first-of-type, .layout-full.business #component-widget h2:first-of-type {
	display: none;
}

.fullwidth-widgets .widget, div.home .widget, div.business .widget {
	padding: 2.5em 0;
}

#footer-widgets {
	padding: 0 0 1em;
}

a.button, #commentform #submit, .submit, .added_to_cart, input[type="submit"], input.button, button.button, .wrapper .woo-sc-button, .slide-content .woo-sc-button {
	-moz-box-sizing: border-box;
	-moz-transition: all .3s ease 0;
	background: none repeat scroll 0 0 #77CB6D;
	border: 0 none;
	border-radius: 2px 2px 2px 2px;
	box-shadow: none;
	color: white !important;
	cursor: pointer;
	display: inline-block;
	font-family: "lato", sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	overflow: visible;
	padding: .875em 1.416em;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
	width: auto;
}

#navigation ul.nav ul li a:hover {
	color: #f7f7f7 !important;
}

#navigation {
	line-height: .4;
}

.home .flexslider li.slide .slide-content {
	display: block;
	left: 6%;
	position: absolute;
	top: 6em;
	width: 90%;
}

.home .flexslider li.slide .slide-content header, .home .flexslider li.slide .slide-content .entry {
	background: none repeat scroll 0 0 rgba(0,0,0,0.8);
	box-sizing: border-box;
	clear: left;
	color: #fff;
	display: block;
	float: left;
	margin-left: 2.08333%;
	margin-right: 90%;
	padding: 1.618em;
	width: 45%;
}

#footer-widgets hr {
	background: none repeat scroll 0 0 padding-box #e1e1e1;
	border-radius: 3px;
	display: inline;
	float: left;
	height: 4px;
	margin-bottom: 5.997em;
	margin-left: 2.08333%;
	margin-right: 2.08333%;
	width: 95.8333%;
}

#footer-widgets .widget h3 {
	font-size: 1.1em;
	text-align: center;
	text-transform: uppercase;
}

#menu-item-2676 {
	margin-left: 10px;
	width: 175px;
}

.home .flexslider li.slide .slide-content {
	display: block;
	left: 6%;
	position: absolute;
	top: 1em;
	width: 100%;
}

.home .flexslider li.slide .slide-content {
	display: block;
	left: -4em;
	position: absolute;
	top: 1em;
	width: 135%;
}

.home .flexslider li.slide .slide-content header, .home .flexslider li.slide .slide-content .entry {
	background: none repeat scroll 0 0 rgba(0,0,0,0.8);
	box-sizing: border-box;
	clear: left;
	color: #fff;
	display: block;
	float: left;
	margin-left: 6%;
	margin-right: 90%;
	padding: 1.6em;
	width: 42%;
}

table {
	background: none repeat scroll 0 0 #f7f7f7;
	border: 0 solid #e6e6e6;
	border-collapse: separate;
	border-radius: 4px;
	border-spacing: 0;
	width: 100%;
}

.header-button {
	margin-top: -2.6em;
}

#MyLiveChatContainer > img {
	margin-left: 22em !important;
	margin-top: 3.5em !important;
}

#header {
	margin-bottom: 20px;
	padding: 0;
}

.home .homepage-area {
	margin-bottom: 1em;
}

ul.nav ul {
	width: 14.089em;
}

#navigation ul.nav > li.current_page_item > a, #navigation ul.nav li.current_page_parent > a, #navigation ul.nav li.current-cat > a, #navigation ul.nav li.current-menu-item > a {
	box-shadow: none;
}