#header-sidebar .widget_nav_menu ul.menu > li:last-child a{
  text-align: center;
  padding: 0.75em 1.5em;
  background: #f26423 !important;
  border: 1px solid #f26423;
  border-width: 1px 0;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  color: #ffffff !important;
}

#header-sidebar .widget_nav_menu ul.menu .menu-item-1577 a{

  text-align: center;
  padding: 0.75em 1.5em;
  border: 1px solid #f26423 !important;
  border-width: 1.8px 1.8px;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  color: #f26423 !important;
}

/*
Vantage Theme, remove max width/layer centering.
Usage: Copy and paste this code into Appearance > Custom CSS or your own Custom CSS module.
*/
body.responsive.layout-full #page-wrapper .metaslider .full-container,
.layout-full #page-wrapper .metaslider .full-container {
max-width: none;
}

.sku_wrapper {
    display:none !important;
}

.product_meta {
    display:none !important;
}

.woocommerce ul.products li.product a img {
    /* width: 100%; */
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}

.woocommerce div.product div.images img {
    display: block;
    width: 70%;
    height: auto;
    box-shadow: none;
}

/* Menu active page highlight */
.current-menu-item a {
    color:#f26423;
}
/* special rule for children in case parent element is selected */
li.current-menu-item ul li a {
	color: #1f9dc4 !important;
}

body.layout-full {
    background-color: rgb(252, 252, 252);
}

#masthead .hgroup {
    padding-top: 15px;
    padding-bottom: initial;
}

/* We consider 680px to be mobile resolution */
@media (max-width: 680px) {
  body.responsive #masthead .hgroup {
    text-align: left;
    padding-top: 15px;
    padding-bottom: initial;
  }}

/*SUNFLOWER BUTTON STYLES*/		
.btn.btn-sunflower{border: 1px solid #fff; border-radius: 4px; }
/*GENERAL BUTTON STYLES*/		
.btn {
    font-size: 18px;
    white-space: nowrap;
    width: 100%;
    padding: .8em 1.5em;
    font-family: Open Sans, Helvetica,Arial,sans-serif;
    display: inline-block;
    zoom: 1;
    color: #fff;
    text-align: center;
    position: relative;
    text-decoration: none;
}


/*SUNFLOWER BUTTON STYLES*/		
.btn-w.btn-sunflower{border: 1px solid #fff; border-radius: 4px; }
/*GENERAL BUTTON STYLES*/		
.btn-w {
    font-size: 11px;
    white-space: nowrap;
    width: 20%;
    padding: .8em 3em;
    font-family: Open Sans, Helvetica,Arial,sans-serif;
    display: inline-block;
    zoom: 1;
    color: #fff;
    text-align: center;
    position: relative;
    text-decoration: none;
  background-color: black;
}

.metaslider .flexslider {
    margin: 0px !important;
}


.main-navigation [class^="fa fa-"] {
    margin-right: 3px;
    margin-left: 3px;
    font-size: 18px;
}

/* Responsive menu button bigger and lower */
.mobile-nav-icon {
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 10px;
  margin-top: 14px;
}
.mobile-nav-icon:before {
  font-size: 24px;
  content: "\f0c9"; 
}

.mobile-nav-frame {
    position: absolute;
    top: 0px;
  left:	-100%;	
}

/* Logo size for mobile */
@media only screen and (max-device-width: 480px) {
  /* define mobile specific styles come here */
#masthead.masthead-logo-in-menu .logo > img {
    max-width: 134px !important;
}}

/* Pages - Entry Meta */
article.page .entry-content .entry-meta {
  display: block;
}

/* Remove once Vantage 2.4.3 is running */
.widget_siteorigin-panels-postloop article.post .entry-header h1.entry-title { margin-bottom: 0; }
.page .entry-content .entry-meta { display: block; }

#main .entry-meta a {
    color: #444444;
}

.post .panel-grid-cell .entry-meta .entry-date {
    display: block;
}

/* NEWS loop-grid date under title */
#main .entry-meta a {
    color: #000000;
    font-size: 11px;
    text-decoration: none;
}