/* Enter Your Custom CSS Here */
.page-title-block h1  
{
  color:#000;
  font-weight:bold;
}

/* START Creating tooltip for Instructor (Piyush Patel) in the course*/
.piyush {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.piyush .tooltiptext {
    visibility: hidden;
    width: 400px;
    background:#80bdc9;
    color: #fff;
    text-align: justify-left;
    border-radius: 6px;
    padding: 10px 10px;
  font-size:12px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.piyush:hover .tooltiptext {
    visibility: visible;
}
/* END Creating tooltip for Instructor (Piyush Patel) in the course*/


/* START Button color for button in the pages */
.simtech-button
{
  background-color:#48afdb;
}
.simtech-button:hover
{
  background-color:#0367bf;
}
/* END Button color for button in the pages */


/* START Slide show text color and background */ 
.slideshow .nivo-caption .title 
{
    background­:none; 
    color: #f1f5f8; 
  background-color: transparent; 
  background-image: none;
}
/* .slideshow .nivo-caption .description
{
    background­:none;  
  background-color: transparent; 
  background-image: none;
    color: #0b1217; 
}
*/
/* END Slide show text color and background */


/* START Set number of quick finders to display */
.quickfinder ul li {
    width: 340px;
  }
/* END Set number of quick finders to display */


/* START Setting product image to occupy 30% screen and product description to 70% screen on product detail page 
.one_half {
    width: 30%;
}
.one_half.last {
  width:70%;
}
/* END Setting product image to occupy 30% screen and product description to 70% screen on product detail page */


/* START remove breadcrumb from product detail page */
.woocommerce-breadcrumb
{display:none;
}
/* END remove breadcrumb from product detail page */

/* START reducing bottom space in product detail page */
#main .central-wrapper {
    padding-bottom: 10px;
}
/* END reducing bottom space in product detail page */

/* START changing Order Total font size on review and payment page of checkout */
.woocommerce table.checkout-cart-info-table tr.order-total td {
    font-size: 24px;
}
/* END changing Order Total font size on review and payment page of checkout */

/* START reduce credit card image size on checkout page */
#payment ul.payment_methods li img {
  vertical-align:middle;margin:-2px 0 0 .5em;max-height:40px;padding:0;position:relative;box-shadow:none
}
/* END reduce credit card image size on checkout page */

/* START removing "What is Paypal?" next to paypal in checkout page */
a.about_paypal {
display: none;
}
/* END removing "What is Paypal?" next to paypal in checkout page */

/* START wrapping content in mini cart */
#header #site-navigation ul.minicart .cart_list_item {
white-space:normal;
}
/* END wrapping content in mini cart */

/* START changing "View Cart", button background color and hover color 
#site-navigation ul.minicart .mini-cart-bottom .buttons .wc-forward {
    background-color: #48afdb;
}

#site-navigation ul.minicart .mini-cart-bottom .buttons .wc-forward:hover {
    background-color: #0367bf;
}*/

/* START making menu and submenu items lowercase */
#header #site-navigation ul.main_menu li a {
    text-transform: none;
}
/* END making menu and submenu items lowercase */

/* START wrap sub menu item name in mobile and tablet */
@media only screen and (max-width:799px) {
#header #site-navigation li a{
white-space:normal;
}
}
/* END wrap sub menu item name in mobile and tablet */

/* Start Change background color of news image on home page news listing */
.news_list .news_item a.image {
    background-color: #48afdb;
}
/* End Change background color of news image on home page news listing */

h1, h2, h3, h4, h5, h6, table thead th {
    text-transform: none;
}

/* Start Transparent button in the slides */
.button.outline-button {
background: transparent none repeat scroll 0 0;
border: 1px solid #48afdb;
color: #48afdb;
}
.button.outline-button:before {
border-color: #48afdb;
color: #48afdb;
}
/* End Transparent button in the slides */

/* Start making table in Training pages responsive in mobile */
@media (max-width: 767px) {
body.page-id-653 td,
body.page-id-276 td, 
body.page-id-310 td, 
body.page-id-260 td  {
display: block;
}
}
/* End making table in Training pages responsive in mobile */

/* Start to keep available or registration closed text in normalcase in product page */
.product-left-block .stock {
    text-transform: none;
}
/* End to keep available or registration closed text in normalcase in product page */


.gallery .preview li a {
    width: 560px;
}

  