/*Text styles*/

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
  font-size: 200%;
  line-height: 150%;
  color:#737373;
  padding-bottom: 1em;
 	padding-top: 1em;
}

.entry-content blockquote {
    border-left: 0px;
}

p {
  font-size: 130%;
	padding-bottom:1em;
  line-height: 1.3em;
  font-weight:300;
}

h2 {
	padding-bottom:1em;
  line-height: 1.5em;
  color: #b00000;
}

/*Bullet style*/
.entry-content ul {
  font-size: 130%;
  font-weight:300;
  line-height: 1.3em;
  list-style-type: disc;
}

 /*Hide default info on products page*/
.woocommerce-ordering {
display:none;
}
 .woocommerce-result-count{
display:none;
}

 /*change size of prices on shop page and product page*/

.woocommerce ul.products li.product .price {
  font-size: 16px;
  color: #2f4f4f;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 18px;
  color: #b00000;
}

/*change size and colour of product name on shop page and product page*/

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
	font-size: 16px;
  color: #b00000;
}

/*quiz correct answer colour*/

.gfield_html_correct {
  padding-top: 25px;
  font-size: 16px;
  line-height: 150%;
  color: #009900;
}

/*quiz radio button text*/
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio {
	font-size: 18px;
}

/*quiz wrong answer colour*/
.gfield_html_wrong  {
 padding-top: 25px;
  font-size: 16px;
  line-height: 150%;
  color: #B00000;
}

/*reduce row padding*/
.panel-row-style .tenpx-bottom-padding {
  padding-bottom: 10px;
  padding-top: 5px;
}

/*style for dropdown*/
.blue-button {
background-color:#33bdef;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #057fd0;
display:inline-block;
cursor:pointer;
color:#ffffff;
padding:6px 24px;
text-decoration:none;
}

/*hide p tags in gravity forms*/
.gform_wrapper br {
display: none;
}

/*hide tags on product page*/
.tagged_as {
display: none !important;
}

/*change add to cart button if out of stock*/
.product_meta .tagged_as {
display:none;
}

#top .outofstock .ajax_add_to_cart {
    text-indent: -9999px;
}

#top .outofstock .ajax_add_to_cart:before {
    content: 'Out of Stock';
    display: block;
    position: absolute;
    color: #ffffff;
    width: 100%;
    height: 30px;
    z-index: 10000;
    top: 10px;
    left: 0;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    text-indent: 0;
}

/*show Submit button on Gravity Form*/
body .gform_wrapper form .gform_footer input[type=submit].button,
body .gform_wrapper form .gform_footer button {
	color: #790000;
	border: 2px solid #000
}

/*hide individual items on order in product bundles*/
tr.cart_item.bundled_table_item {
  display: none;
}

/*show only if out of stock on product page*/
.in-stock{
display: none;
}