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

}
.nocomments {
display: none;
}
.woo-menu-cart {
    display: none !important;
}
.page .title {
display: none;
}

.entry img, img.thumbnail {
  background: none;
  border: medium none;
  padding: 0px;
}
.home #content {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden
}
.panel-row-style {
    width: 100% !important

}
#comments {
  position: relative;
  margin: 0px 0 0;
  padding: 0px 0 0 0;
  border-top: 0px solid #e6e6e6;
  border-top: 0px solid rgba(0, 0, 0, 0.07); }

#logo .site-title a {
    color: #222222;
    font: bold 0px/0em Arial,sans-serif;
}
#footer-widgets {
  border-top: 0px solid #e6e6e6;
  padding: 0px 0;
  clear: both; }



.alignright {
  float: right;
  margin: 0px 0 0px 0px;
  margin-right: -35px;
  width: 480px;
}
.header-widget {
    clear: none;
    float: right;
    margin: 0;
    width: 55%;
}
.entry, .entry p {
    color: #555555;
    font: 300 18px/1.5em Helvetica,Arial,sans-serif;
    margin-top: 0;
    margin-bottom: 0px;
}
.nocomments {
display: none;
}
	
.widget ul {
    clear: both;
    list-style-position: outside;
    list-style-type: disc;
    font-size: 14px;
    width: 90%;
}
.widget ul ul {
  padding: 0 0 0 15px;
  border-top: none;
}
.widget h3 {
  margin: 0 0 0.8em 0;
  padding: 0 0 0.8em;
  font: normal bold 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  border-bottom: none; 
  text-align: center;
}



/* 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 below this line */



