/* 
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 {
    color: #1c1c1c;
    font-family: ColaborateMedium,Tahoma,Geneva,sans-serif;
}

h1 {
    color: #21823a;
    font-size: 1.8em;
}

h2 {
    font-size: 1.5em;
}

h3 {
	color: #0a89b3 !important;
	font-family: 'Bowlby One',Tahoma,Geneva,sans-serif;
}

.widget h3 {
	font-size: 1.4em !important;
}

.feature h3 {
	font-size: 1.2em !important;
}

#header {
	background: none;
}

#header #fixed-header.fixed {
    background: none repeat scroll 0 0 #f5fae7;
}

ul.nav li a {
	padding: 58px 8px 0;
}

ul.nav ul li a {
    padding: 12px 8px 8px;
}

#navigation {
	float: right;
}

#navigation ul.nav ul {
    background: none repeat scroll 0 0 #21823a;
    border: 4px solid #f5fae7;
}

#navigation ul.nav > li a {
    font-size: 1.1em;
}

#navigation ul.nav ul li a {
	color: #f5fae7 !important;
}

#navigation ul.nav ul li a:hover {
	color: #a1d5e6 !important;
}

ul.nav ul {
	width: auto;
}

#top {
    background: none repeat scroll 0 0 #0a89b3;
    border-bottom: 1px solid #f5fae7;
    top: 0px !important;
}

#top ul.nav li.parent > a:after {
	border-color: #f5fae7 transparent transparent !important;
}

#top ul.nav > li > a {
	border-color: #f5fae7 !important;
}

#top ul.nav a {
    color: #f5fae7 !important;
}

ul.nav ul li a {
    color: #f5fae7 !important;
}

#top ul.nav ul li a:hover {
	color: #a1d5e6 !important;
}

#top ul.nav ul {
    background: none repeat scroll 0 0 #21823a;
}

#featured-slider {
    background: none;
}

#featured-slider ul.slides li .slide-content {
    background: none repeat scroll 0 0 rgba(10, 137, 179, 0.85);
    margin: 1.53em;
    width: auto;
}

#intro-message {
    background: none repeat scroll 0 0 #21823a;
    color: #f5fae7;
}

#intro-message .left-section h2 {
    font-weight: bolder;
}

#intro-message .left-section p {
	font-size: 1.1em;
}

#intro-message .right-section .button {
	font-weight: bolder;
	color: #0a89b3 !important;
}

#intro-message a.button {
    background: none repeat scroll 0 0 #f5fae7 !important;
}

#home-gallery article .post .details {
    background: none repeat scroll 0 0 #f5fae7;
}

#home-gallery article .post .details:before {
    color: #0a89b3;
}

.button.view-all {
    color: #f5fae7 !important;
}

.read-more a {
    color: #f5fae7 !important;
}

#bottom-social-connect ul li a:before {
    color: #f5fae7;
}

#bottom-social-connect ul li a {
	color: #f5fae7 !important;
}

#bottom-social-connect {
    background: none repeat scroll 0 0 #21823a;
}

#bottom-social-connect {
    border-bottom: 1px solid #f5fae7;
}

#footer-widgets #connect .social a {
    color: #f5fae7 !important;
}

#footer-widgets h1, #footer-widgets h2, #footer-widgets h3, #footer-widgets h4, #footer-widgets h5, #footer-widgets h6 {
    color: #f5fae7 !important;
}

#footer-widgets a {
    color: #f5fae7 !important;
}

#footer-widgets {
    color: #f5fae7;
}

#footer-wrapper {
    background: none repeat scroll 0 0 #21823a;
    color: #f5fae7;
}

/* 
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 */
}