header { background-color: #FFFFFF; max-width: 1200px;  }
header .sb_content .sitelogo { 
  display: block;
  z-index: 0;
}
header .sb_content .sitelogo a { 
  width: auto; 
  height: auto; 
}

header .sb_content {
  padding: 0px;
}

a { text-decoration: none }

.breadcrumbs, .breadcrumbs a { font-size: .8em}

header .sb_content h1 {
  display: table;
  width: 100%;
  height: 100%;
  margin: 20px 0 20px 0;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

header .sb_content h1, .sitelogo { font-family: 'Playfair Display SC', serif; padding-left: 0px;padding-right: 0px;}

.viewcartbox, .searchbox { 
  z-index: 99; 
}
.sidebar_left { background-color: #FFFFFF !important; }
@media screen and (min-width: 801px) {
    header .sb_content .sitelogo { text-align: center; }
    header .sb_content .sitelogo img.logo_img { display: block;max-width: 1190px;text-align: center; margin: auto;  }
  }


footer { background-color: #FFFFFF;}
#overwrap {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(20%, #FFFFFF), color-stop(20%, #FFFFFF), color-stop(100%, #FFFFFF));
      background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF 20%, #FFFFFF 20%, #FFFFFF 100% );
      background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF 20%, #FFFFFF 20%, #FFFFFF 100% );
      background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF 20%, #FFFFFF 20%, #FFFFFF 100% );
      background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF 20%, #FFFFFF 20%, #FFFFFF 100% );
      background-image: linear-gradient(left, #FFFFFF, #FFFFFF 20%, #FFFFFF 20%, #FFFFFF 100% );
  }



/*@media screen and (min-width: 801px) {
    .sb_hpages { display: none; }
  }*/
ul.mobile-menu li { width: 24%; }

@media screen and (min-width: 801px) {
	  section.sidebar_left { width: 20%; max-width: 20%;}
      section.mainwrap { width: 78%; }
      .hide-on-full { display: none;}
  }
  @media screen and (max-width: 800px) {
    #overwrap { background: #FFFFFF; }
    .sidebar_left { background-color: #FFFFFF; }
  }
@media screen and (min-width: 400px) {
	  #sb_overbox {
		background-color: #FFFFFF;
		max-width: 1200px;
		margin: auto;
		padding: 5px;
	  }
	  header { 
		margin-top: 0; 
	  }
  }
@media screen and (min-width: 801px) {
  #sb_overbox { margin-top: 20px; }
  }

