/* 
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 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

p {
font-size: 1.1em;
}

/* Shortocodes */
.su-button-style-default span {
border: 1px solid #fff;
}

/* Team Features */

.team-flat .team-title {
font-size: 1.3em!important;
color: #f3773b!important;
text-align:center!important;
text-transform:uppercase!important;
}

.team-flat .team-position {
text-align:center!important;
font-weight:bold!important;
}

.post header h1 a:link {
color:#f3773b;
font-size: 1.5em;
}

.button.alt-1, a.button.alt-1 {
background:#f3773b;
border: 1px solid #333333;
}

.post img, .post img.thumbnail {
border: 1px solid #666666;
border-radius:0;
}

/* Post navigation */
#post-entries a {
background:#000000;
color:#ffffff;
}

#top-nav {
	text-align: right;
	float: right;
}
.col-left h1 {
	padding-bottom: 0;
	margin-bottom: 0;
}
.team-item img {
	height: 332px !important;
}
.team-content {
	height: 95px;
}
.comments.button {
	display: none;
}
.post-more-sep {
	display: none;
}

/* 
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 */

/* Page Background */
#wrapper {
background: #0d0d0d url(images/page-bgnd.png)!important;
background-position:center center!important;
background-size: cover!important; 
background-attachment:fixed!important;
}

/* Header */
#header {
padding: 1.1em 1.618em;
border-bottom:1px solid #333333;
}

/* Footer */
#footer {
background: #4a2311;
background-image:url(images/footer-bgnd.png);
background-size: cover!important; 
font-size: 0.8em;
}
	
/* Home Page Slider */
#featured.fade {
  padding:1em 0; 
}

#featured .flexslider .slide-content {
color: #ffffff;
font-size: 1.1em;
}
#featured.fade {
background:#262626;
/* background-image:url(images/slide-bgnd.png); */
background-image:url(images/page-bgnd.png);
background-position:bottom;
}


#featured .flexslider .slide-content {
padding-top: 4em;
}

#featured .slide-media img {
border: 1px solid #666666;
}

#featured {
  border-bottom: 1px solid #333333;
}

/* Navigation */

#navigation ul.nav {
padding: 3em 0 0 6em;
}

#navigation ul.nav li a {
text-transform:uppercase;
font-weight:bold;
letter-spacing:1px;
border-right: 1px dotted #666666;
border-radius:0;
text-align:center;
}

#navigation ul.nav > li > a:hover {
background: #000000;
text-decoration: none;
color:#f3773b!important;
border-bottom: 1px solid #f3773b;
padding-bottom: 5px;
}

#top ul.nav > li > a:hover {
background: #000000;
}
  
#top ul.nav li a {
border-right: 1px dotted #fb9d70;
font-size: 1.1em;
}

#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.li.current-menu-item > a {
background: #000000;
color:#f3773b!important;
}

/* Widgets */

.widget {
background:#0d0d0d;
border: 1px solid #333333;
}

}