/*
Theme Name: Sherline Theme
Theme URI: http://www.sherline.com/
Description: Skeleton Child Theme. Use this child theme to safely make modifications to the existing theme. Using a child theme ensures that you do not lose the modifications with theme updates.
Version: 0.0.2
Author: SD
Author URI: http://www.echodell.com
Template: virtue
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

@import url("../virtue/style.css");
/* TEST */

/* main navbar */
#nav-main  {
	background: #dd0000;
	margin-top: 3px !important;
	color: #ffffff;
}

.sf-menu a {
	color: #ffffff;
	
}
.sf-menu a:hover {
	color: #bbbbbb !important;	
}
.sf-menu li {
	border-right: 1px solid #ffffff;
}
.sf-menu li:last-child {
	border-right: none;
}
#nav-main  ul.sf-menu ul li a:hover {
	color: #dd0000 !important;
}

/*body*/
.contentclass {
	padding-top: 3px;
}
/* Product title font */
.products .product h3 {
	text-transform: capitalize;
	}

/*footnote*/
	
.footnote {
	font-size: 75%;
	line-height: 1.5;
}

/* product_details */
.product_details {
	min-height: 60px;
}

.woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th { width: auto; }
.instructions_tab img { margin-right: 1em; }
.entry-meta .byline, .entry-meta .cat-links { display: none; }
.entry-meta .posted-on { display: none; }

/* remove images from cart */
.woocommerce table.cart .product-thumbnail { display:none; }

/* Hide title on Shop page */
.page-id-4 .entry-title 
{ display: none; }

/* Breadcrumb style */
.breadcrumbs span[property="name"]:hover {
    max-width: none;
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home .breadcrumbs { 
	display: none; 
}

.breadcrumbs  {
    color: #858A8E;
	font-size: 90%;
}

.cat_back_btn  {
	display: none;
}

