/*
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 */

#credit {display:none;}

.home .breadcrumb {display:none;}

.home #content.col-full {
	max-width: 100%;
	margin: 0;
}

body.home #content {
	padding-left: 0;
	padding-right: 0;
}

.home #woo_component-2 {
	max-width: 1600px;
	margin: 0 auto;

}

.home #woo_component-3, .home #text-10 {
	max-width: 980px;
	margin: 0 auto;
	padding-left: 1.618em;
	padding-right: 1.618em;
}

.home #text-10.widget .textwidget {
	margin-bottom:40px;
	font-size:20px !important;
}

.home .widget .textwidget {

}

@media only screen and (min-width: 768px) {
	.home #nav-container {margin: 0 0 0 0;}
}

.headerWidget {float:right;color: #304255;font-size:22px;font-weight:bold;text-align:center;}
.header-widget {width:220px;}
a.registerButton {margin-top:10px;display:block;float:right;padding:16px 24px;background-color:#ea1d2a;color:#fff;font-size:20px;text-decoration:none;border-radius: 3px;}
a.registerButton:hover {background-color:#c00511;text-decoration:none;}

#footer-widgets {
	border-top: none;
	max-width: 980px;
	margin: 0 auto;
}

#footer-widgets-container {
	
	background-color: #c2d0db;
}

#footer-container {
	border-top: none !important;
	background-color: #304255;
}

#sidebar .widget h3, .home #woo_component-3 h3 {
	background-color: rgba(48,66,80,0.3);
	border-bottom: none;
	padding: 12px;
}

.home #woo_component-3 h3 {
	margin-bottom: 30px;
}

#sidebar .widget > ul > li {
	border-top: 1px solid #96a5b2;
	list-style-type:none;
	padding: 12px 0;
}

#sidebar .widget > ul {
	border-bottom: 1px solid #96a5b2;
}

#sidebar .widget ul ul {
	padding-bottom:10px;
}

#sidebar .widget > ul > li.first-menu-item {
	border-top:none;
}

#sidebar .widget ul li a {

}

#sidebar .widget ul ul li a {

	font-size: 14px;
}

h1.entry-title {
    font: normal 38px/1.1em 'Bitter', arial, sans-serif !important;
}

a.button, a.comment-reply-link, #commentform #submit, .submit, input[type=submit], input.button, button.button, #wrapper .woo-sc-button {background: #428bca;font-family: 'Bitter', sans-serif;text-transform: none;}


/* MOBILE STYLES
-----------------*/
@media (max-width: 767px) {

.header-widget {width:100%;}
.headerWidget {float:none;width:100%;}
a.registerButton {float:none;width:100%;padding:16px 0;}
.flex-direction-nav {display:none;}
#logo {text-align:center;}
#loopedSlider .content {padding: 20px 0;background-color: #304255;}
.nav-toggle {background-color: rgba(48, 66, 85, 0.65);background-image: none;}
#navigation .nav-home, #navigation .nav-close, #navigation ul.rss li a, #navigation ul.cart a.cart-contents, #navigation ul.nav-search a.search-contents {background: #304255;}
#navigation h3 {display: none;}
ul.nav > li > a {color: #304255;font-weight:bold;font-family: "Bitter";font-size:16px;}

}

/* 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 */

ul.nav ul li a {
    font-size: 1.1em;
}

ul.nav li a {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
}
	
}

/* RANDOM
-----------------*/

@media only screen and (min-width: 768px) and (max-width: 930px) {
#wrapper #loopedSlider.business-slider .content {top: 0;}
#loopedSlider.business-slider .content h2.title a {font: normal 24px/1em 'Bitter', arial, sans-serif;}
#wrapper #loopedSlider.business-slider .content p {font: normal 14px/1.5em 'Open Sans', arial, sans-serif;}
#loopedSlider.business-slider .content h2 {font: normal 24px/1em 'Bitter', arial, sans-serif;}
}