/* 
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 */

html {background-color: #33A166}

body { 
	background: url('https://s3.amazonaws.com/rezgo/13963/media/bgd1.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



h1, h2, h3, h4, h5, h6 {font-family: 'Oswald';}  h1 {text-transform:uppercase; font-weight:bold;}

#wrapper {margin: 0 auto;  max-width: 71.250em; padding: 0px; overflow:hidden;}

#wrapbgd {padding-top:1.875em; overflow: hidden;}

#content {width: 100%;}

#top ul.nav > li.parent > a::after {content:";"; font-family: 'WebSymbolsRegular'; display: inline-block; margin-left: 0.313em; font-size: 0.688em; vertical-align: baseline;}

#top ul.nav > li a {text-transform:uppercase; color:#99BB6F;} #top ul.nav > li a:hover {color:#000;}

/*
#top {background-color: #000000; margin:0px; padding: 0px;}



#top ul.nav > li a {text-transform:uppercase; color:#fff;} #top ul.nav > li a:hover {color:#000;}

#top ul.nav ul li a {color: #000;}

#top ul.nav ul a:hover {background: #ccc; color: #333;}
*/


/* #header {padding: 15px 0; margin-bottom: 5px; border-bottom:none;} */

#header hgroup {margin-bottom: 0;}

#header #logo {margin-bottom: 0;}

#top {margin: 0; padding-left: 1em; padding-right: 1.8em;}

#top .wc-nav li.search form {padding-top:0.938em;}

.homepage-banner {margin-bottom: 1.2em;}

.home #content.with-banner {border-top:none;}

input.input-text {box-shadow:none; -webkit-box-shadow:none;}

#header #navigation {margin-bottom:1.8em; margin-top:1.8em; text-transform:uppercase;}

.widget h3 {border-bottom:none; padding: 0;}

.footer-wrap {background: #ededed; margin: 0; width: 94%; padding-left: 3%; padding-right: 3%;}

#footer {border-top: 1px solid #ccc;}

#footer-widgets {padding-top: 2.1em; padding-bottom: 0;}

.wooslider {border:none; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: none; -moz-box-shadow: none;  -o-box-shadow: none; box-shadow: none; margin:-1.875em 0 0 0 ; background:none; }

body .wooslider .slide-content {margin: 0px;}

.wooslider:hover .wooslider-prev {left:1.250em;} .wooslider:hover .wooslider-next {right:1.250em;}

#contentBlocks {float:left; width:100%; margin-top: 0.938em 0;}

.contentBlock {float: left; width: 30.75%; margin-right:3.8%; margin-bottom: 2.188em;}



#right.contentBlock {margin-right: 0;}

.horizontalBlock {width:100%; margin-bottom:1.313em; overflow:hidden;}

.horizontalBlock p {padding:0; margin:0;}

.horizontalBlock img {max-width:50%;}

.entry img {width: 100%;}

#tagline { margin-top: 3.938em; position:absolute; right:0;}

#socialBlock {
     background: none repeat scroll 0% 0% #99BB6F;
     float: right;
     margin-top: -15px;
     overflow: hidden;
     padding: 0.250em 0.750em;
     vertical-align: middle;
}

.ie7 #socialBlock {width: 7.500em;}

.socialIcons {
     font-family: 'WebSymbolsRegular';
     font-size: 1.250em;
}

#socialBlock li {
     display: inline-block;
     float: right;
     list-style: none outside none;
     padding: 0.188em;
}

#socialBlock li a {
     font-weight: normal; color: #000;
}

#socialBlock li a:hover {
     color:#666;
}

#tribe-events-content {padding:0;}


@media only screen and (max-width: 768px) {
body {padding: 0px; background-image: none;}
/* #wrapbgd {padding-left: 0.625em; padding-right: 0.625em;} */
.contentBlock{width: 100%;} 
.nav-toggle {display: none;}
#header {padding-left: 1.250em;}
#tagline {display: none;}
#socialBlock {display: none;}
#top {padding-left:3.125em; padding-right: 3.125em; padding-top: 0; padding-bottom: 1em;}
/* .footer-wrap {padding-left:1.250em; padding-right:1.250em;} */
.post img, .type-page img {border:none; background:none;padding:0;}
#top select {margin-top: 1.1em;}
#header img {width: 80%;}
#content {margin-top: -0.7em;}
#top .wc-nav li.search {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 */
}