/* Enter Your Custom CSS Here */

/* HEADING 
*****************************************************************************************/

h2 {
  text-transform:uppercase;
}

h2.cufon_headings {
font-size: 22px;
}

h3.cufon_headings {
color:#1994e6;
font-size:18px;  
text-transform: none !important;
letter-spacing: normal !important;
}

/* BASIC TAGS */
/****************************************************************************************/

hr {
margin-bottom: 20px; 
display: block; 
width: 100%;
border-bottom: 1px solid #EEEEEE;
border-top: none;
}

/* CLASSES */
/****************************************************************************************/

a.bakeryButton {
background-image:url('http://bakeryengineers.com.au/wp-content/uploads/2013/10/enquireb-button-small.png');
background-repeat: no-repeat;
width:170px;
height:74px;
display:block;
text-indent:-2000em;
overflow:hidden;  
}

/* MAIN PRODUCTS PAGE */
/********************************************************************************************/

.productWindow h3 {
font-size:14px;
text-align:center;
}

.productWindow h3, .productWindow h3 a, .cufon_headings a {
color:#1994e6;
}

.productWindow h3:hover, .productWindow h3 a:hover, .cufon_headings a:hover {
color:#666 !important;
text-decoration:none;
}

.related ul.products li h3.cufon_headings, .entry-content ul.products li h3.cufon_headings {
color:#222;
text-align:center;
font-size:16px;
}

/* FORMS
********************************************************************************************/

.gform_body label {
color:#222;  
}

.gform_body input[type=text], .gform_body textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
padding: 5px 0px 5px 5px;
margin: 5px 1px 3px 0px;
border: 1px solid #DDDDDD;
background-color: #f9f9f9;
}
 
.gform_body input[type=text]:focus, .gform_body textarea:focus {
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
border: 1px solid rgba(81, 203, 238, 1);
background-color: #f9f9f9;
}

/* BLOG
**********************************************************************************************/

.template-single-blog h1 {
font-size:24px !important;
margin-bottom:10px;  
}

.template-single-blog h2 {
text-transform:none !important;
font-size:18px;
}
.woocommerce-page div.product div.summary {
  width:100% !important;
}

