/*
 Theme Name:   Ongkorn
 Description:  Plant Child Theme by SeedThemes.com
 Author:       SeedThemes
 Template:     plant
 Version:      0.9.0
*/

.widget-area.-rightbar h3{
  padding: 0 18px 1px;
  background-color: #f2f2f2;
}
.widget-area.-rightbar .widget-title h3{
  margin-bottom: 10px;
  margin: 0 -18px 15px;
  padding: 6px 18px 5px;
  background-color: #e6e6e6;
 
}

body.page-id-12 #content > .main-header{
  display: none;
}

body.page-id-166 .site-canvas,
body.page-id-166 .site-content,
body.page-id-241 .site-canvas,
body.page-id-241 .site-content{
  background-color: #333;
}

.home-banner {
	background-color:#FFF;
}

/* WooCommerce */
.woocommerce .product .woocommerce-tabs ul.tabs {
  display: none;
}

/* Visually hide site title & tagline but keep in DOM for SEO/Google & screen readers
   (screen-reader-only technique — NOT display:none, so text stays crawlable) */
.site-title,
.site-description {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
