/* 
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 */
@media only screen and (max-width: 1024px) {
#wrapper {
opacity: 1 !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
#top #mobileMenu_top-nav {
display: none !important;
}
}

#logo {
position: relative;
top: -42px;
}
#header {height:120px;}

#comments li.comment .comment-avatar img {
display: none;
}

#respond #commentform .comment-form-url {
display: none;
}



#bbpress-forums li {
background: none;
margin: 0;
list-style: none;
font-weight: 700;
font-size: 1.1em;
}

#bbpress-forums p.bbp-topic-meta span {
white-space: nowrap;
padding-left: 2em;
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
padding: 5px;
min-height: 26px;
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 */
}


#logo {
position: relative;
top: -70px;

#header { display: none; }

.home #header { display:block;
	

}