/*
 Theme Name:   Asheville Naturals
 Theme URI:    https://webmaster.company
 Description:  Asheville Naturals - Based on Storefront (woocommerce)
 Author:       Patrick Crampton
 Author URI:   https://webmaster.company
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  storefront
*/
h1, h2, h3, h4, h5, h6, .font-mw {
	font-family: 'Merriweather', serif;
}

body.woocommerce #primary, body.single #primary   {
	float: none;
	width: 100%;
}

.woa-top-bar-wrap a, .woa-top-bar-wrap .widget_nav_menu li.current-menu-item > a {
	color: #ffffff !important;
}

.phone-top {
    float: left;
    font-size: 16px;
    font-weight: 600;
}

.phone-top:before {
	content:"\f095";
  font-family:"FontAwesome";
  margin-right: 6px;
  font-size: 14px;
}

.decorate {
	text-decoration: underline;
}

.g-recaptcha {margin:20px;}

/* Menu */

#menu-customer-menu li {
  display: inline-block;
  margin-right: 5px;
}

#menu-customer-menu li:after {
  margin-left:5px;
  content:"/";
  color:#000;
  opacity:.4;

}

#menu-customer-menu li:last-child:after { 
  content: ""; 
}

.quantity .qty {
  float:right;
  display:inline-block;
}

/* Search */
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  background-color:#bb5500 !important;
}

.dgwt-wcas-search-submit:before {
  border-color:transparent #bb5500 transparent !important;
}

.dgwt-wcas-search-wrapp {max-width:none !important;}

/* home, featured artisan */

#post-2.hentry {
	margin-bottom:1.2em;
}

.storefront-blog-section .section-title {
	text-align:center;
}

#featured-artisan-home {
	  border: 1px solid #d8cea1;
    background: #e1e1e1;
    background: radial-gradient(#ffffff, #eae3c5);
    padding: 10px;
  
}

.featured-artisan-badge {
  background:url('http://staging.ashevillenaturals.com/wp-content/uploads/2017/02/featured-artisan.png') no-repeat top right;
  background-size:contain;
  height:160px;
  width:160px;
  font-size:0px;
  float:right;
  margin: -110px -40px;
}

.section-title:after {
    content:' ';
    display:block;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(71, 46, 2, 0), rgba(71, 46, 2, .55), rgba(71, 46, 2, 0));
}

hr.featured{
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.featured:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}
/* footer */
.site-footer {
  text-align:center;
}
/* Product Loop */

.wcvendors_sold_by_in_loop {
	background: #EAE3D6;
  padding: 2px;
  display: block;
}

/* Additional Responsive */
@media (min-width: 768px) {
  .woocommerce-active .site-header .site-search {width:45%;margin-top: -10px;}
  .main-navigation ul li, .secondary-navigation ul li {margin-right:25px;}
  .site-header .site-branding {width:33%;}
}

@media (min-width: 940px) {
  .woocommerce-active .site-header .site-search {width:45%;}
  .main-navigation ul li, .secondary-navigation ul li {margin-right:35px;}
}