/* 
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:#e1f0f8;}

#header { background:url(http://aptoschamber.nombat.com/wp-content/uploads/2012/12/header-cement-ship.png) no-repeat;  background-color:#e1f0f8; background-position:center top; }

#header #logo:active { padding-top: 0;}

.home #header { background: none; }
.home #featured-wrap { background: none; }
.home #navigation ul.nav > li a {
font: 300 1.1em/1.5em Podkova, 'Merriweather', arial, sans-serif;
color: #FFF;
}

#content { background: none;  }
#content-top { background: none; }

ul.nav li.current_page_item ul li a,
ul.nav li.current_page_parent ul li a,
ul.nav li.current-menu-ancestor ul li a,
ul.nav li.current-cat ul li a,
ul.nav li.li.current-menu-item ul li a { padding: .5em 1em; display: block; background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0px 9px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: inset 0 0px 9px 1px rgba(0, 0, 0, 0.11);}
#navigation ul, li {color: #275d96; }
#navigation ul.nav > li a { color: #235e98; }
#navigation { background: #75cae6; }


#featured .slide .slide-content-container { margin:20px 0 0 0; text-align:center;}

.widget_woo_newsfromblog h3:before { background: #e1f0f8; }
.widget_woo_newsfromblog h3 span { background: #e1f0f8; }

.post .post-category, .type-page .post-category, .type-features .post-category, .search-results .features .post-category, .search-results .page .post-category, .search-results .type-product .post-category, .search-results .type-portfolio .post-category { text-transform: capitalize; }

.post .post-meta .post-date,
.type-page .post-meta .post-date,
.type-features .post-meta .post-date,
.search-results .features .post-meta .post-date,
.search-results .page .post-meta .post-date,
.search-results .type-product .post-meta .post-date,
.search-results .type-portfolio .post-meta .post-date {
  display: none;
}
.post .post-meta,
.type-page .post-meta,
.type-features .post-meta,
.search-results .features .post-meta,
.search-results .page .post-meta,
.search-results .type-product .post-meta,
.search-results .type-portfolio .post-meta {
width: 4em;
}

.widget { font-size:1.1em; }
.widget h3 { text-transform: capitalize; margin: 0 0 0.3em;}

#footer { border-top:#fff; background: #e1f0f8; color: #275d96; padding:0; margin:20px 0; }

#sub-feature #features ul li h2 { margin: 0 0 0.5em; }
#sub-feature #features ul li .image { margin: 0.7em 1.1em 1.1em 0; }
#sub-feature #features ul li a.read-more { background-color: #68b4cc; }
#sub-feature #features ul li a.read-more:hover {  background-color: #e1f0f8; }

.home #navigation ul.nav > li a {
font: 300 1em/1.4em Podkova,'Merriweather', arial, sans-serif;
color: #225e97;
}

/* 
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 */
.home #navigation ul.nav > li a { font: bold 1.1em/1.5em 'Podkova', 'Merriweather', arial, sans-serif; color: #FFF; }

#navigation ul.nav > li a { text-shadow: none; }
#navigation ul.nav li.current_page_item ul li a, #navigation ul.nav li.current_page_parent ul li a, #navigation ul.nav li.current-menu-ancestor ul li a, #navigation ul.nav li.current-cat ul li a, #navigation ul.nav li.li.current-menu-item ul li a { color:#235E98; }
#navigation ul.nav ul li a { font-family: 'Podkova', "Open Sans", sans-serif; color: #235E98; font-size:1em; }

.post .article-inner, .type-page .article-inner, .type-features .article-inner, .search-results .features .article-inner, .search-results .page .article-inner, .search-results .type-product .article-inner, .search-results .type-portfolio .article-inner {
padding: 2.244em 2.244em 1.618em 7em; }

.wpbdp-listing-excerpt .listing-thumbnail { display: none; }

}