/*
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");


/* 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;
}

/*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; }

.form-search .search-query {
	border: 1px solid #dd0000;
	color: #000000;
}
::-webkit-input-placeholder {
   color: #dd0000;
}
:-moz-placeholder { /* Firefox 18- */
   color: #dd0000;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #dd0000;  
}
:-ms-input-placeholder {  
   color: #dd0000;  
}
a h2:hover {
color: #dd0000;
}

.bop-nav-search input[type="text"] {
	border:0;
	padding: 4px 4px 4px 30px;
	margin: 0;
font-size:12px;
}
.form-search .bop-search-icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #777;
    cursor: pointer;
    display: block;
    font-family: FontAwesome;
    font-variant: normal;
    font-weight: 400;
    height: auto;
    left: 0;
    line-height: 1;
    margin: 0;
    padding: 5px 5px 5px 0;
    position: absolute;
    text-transform: none;
    top: 0;
    width: 30px;
}

/* google search */
.gsc-result .gs-title {
	height: 2.2em !important;
} 
.gsc-input-box {
	height: 35px !important;
}
.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
    height: 26px !important;
    margin-top: 0 !important;
    min-width: 13px !important;
    padding: 5px 26px !important;
    width: 68px !important;
} 