/* Replace Leaf Icon 
.title-area {
    background: url(//natsup.squarepixelroundhole.com/wp-content/uploads/icon.jpg) top center no-repeat; 
    background-size: 47px 33px; 
    float: left; 
    margin: 20px 0; 
    padding: 50px 0 30px; 
    text-align: center; 
    width: 400px; 
 }
*/
/* Resize jeader logo - smaller */
.header-image .site-title > a {
  height: 150px;
}
.home-slider-overlay .wrap {
    background: rgba(255,255,255, 0.95);
    border: 1px solid #666;
    outline: 10px solid rgba(255,255,255, 0.95);
}
.front-page-1 .featured-content .entry-header {
    background: rgba(255,255,255,0.85);
}

/* theme fix - reduce size of blurry product images on home page */
#woocommerce_products-3 ul.product_list_widget li img {
  max-width: 180px;
}
/* since products are smaller change from 3 columns to 6 columns */
#woocommerce_products-3 ul.product_list_widget li {
  width: 16.65%;
}

h1 {
  text-align: center;
}

/* contact info format */
.cinfo li {
  text-align: left;
  line-height: 1.75;
  letter-spacing: 1.25px;
  margin-bottom: 0;
  font-weight: 500;
}

.footer-widgets .footer-widgets-1 .widget-title.widgettitle {
  text-align: left;
}
.footer-widgets .footer-widgets-3 .widget-title.widgettitle,
.footer-widgets .footer-widgets-3 ul.aligncenter {
  text-align: right;
}

/* replace top right banner */
.genesis-nav-menu li.shop a {
    background: url(//natsup.squarepixelroundhole.com///wp-content/uploads/market-tag.png);
    background-size: 103px 97px;
}

/* remove margin + padding around logo */
.site-header > .wrap {
 padding: 0; 
}
.site-header > .wrap .title-area {
 margin: 0; 
}

/* change color of masthead text */
.home-slider-overlay .secondary {
  color: #067902;
}
.home-slider-overlay .widget-title,
.widget-title.widgettitle {
    color: #8cbe45;
}
.home.front-page .site-inner .widget-title {
    color: #8cbe45 !important;
}


/* logo resize */
.header-image .site-title > a {
    height: 150px;
}

/* resize SM menu for room for made in usa */
.genesis-nav-menu .widget-area {
    width: 50%;
}
#simple-social-icons-2 {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
#simple-social-icons-2 .widget-title {
    margin-bottom: 3px;
}
#text-19 img {
  vertical-align: top;
}
#text-19 img.award {
  position: relative;
  top: -21px;
}

/* Product page - description on side */
.product-template-default .woocommerce-tabs.wc-tabs-wrapper {
  display: inline-block;
  width: 50%;
}
.products li {
  text-align: center;
}
.genesis-nav-menu > .search input {
    border: 1px solid #8cbe45;
    padding: 9px;
}
.search.right {
	position: relative;
    top: -17px;
}
.search.right:before {
  font-family: FontAwesome;
   content: "\f002";
   color: #8cbe45;
   position: relative;
   top: 24px;
   right: 22px;
   font-size: 16px;
}
.genesis-nav-menu > .search {
    padding: 15px 0 0;
}

#simple-social-icons-2 .widget-title,
#simple-social-icons-2 ul.aligncenter {
  display: inline;
}
#simple-social-icons-2 .widget-title {
  padding-left: 50px;
  margin-bottom: 10px;
  vertical-align: super;
  position: relative;
      top: -2px;
}
#simple-social-icons-2 ul li a {
  color: #8cbe45 !important;
  
}
.simple-social-icons svg[class^="social-"] {
  width: 2em;
  height: 2em;
}


.nav-primary {
    background: none;
}
/* image replacement for header logos o =n secondary navbar */
.gmp {
  width: 90px;
  height: 76px;
  background: url("//natsup.squarepixelroundhole.com///wp-content/uploads/logo-gmp-90w.png");
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 10px 5px 0 20px;
  vertical-align: top;
  opacity: 0.8;
  transition: opacity 0.5s ease-out;
}
.gmp:hover {
  opacity: 1;
}
.bos {
  width: 76px;
  height: 76px;
  background: url("//natsup.squarepixelroundhole.com///wp-content/uploads/logo-best-1.png");
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  opacity: 0.8;
  transition: opacity 0.5s ease-out;
}
.bos:hover {
  opacity: 1;
}
img.usa {
  opacity: 0.8;
  transition: opacity 0.5s ease-out;
  max-width: 92px;
}
img.usa:hover {
  opacity: 1;
}
.nav-primary #menu-secondary-navigation aside.widget-area {
  position: relative;
}
.nav-primary #menu-secondary-navigation aside.widget-area img {
  position: absolute;
  top: 12px;
  right: 15%;
}

.genesis-nav-menu {
    font-size: 14px;
    font-weight: 600;
}
/* remove testimonials from shop page */
.post-type-archive-product .footerwidgetheader-container {
  display: none;
}
.flexslider {
  margin: auto !important;
}

.page-id-5 .content article:nth-of-type(1) .home-featured-image {
  display: none;
}

.footerwidgetheader-container {
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #8cbe45), color-stop(100, #067902));
  background-image: -webkit-linear-gradient(top left, #8cbe45 0%, #067902 100%);
  background-image: linear-gradient(to bottom right, #8cbe45 0%, #067902 100%);
}
#gts-testimonials blockquote,
#gts_widget-3 .widget-title.widgettitle,
#gts-testimonials h5 {
  color: #fff !important;
}
#gts-testimonials blockquote {
  font-size: 22px;
}
.footerwidgetheader-container {
	padding-top: 50px;
    padding-bottom: 20px;
  box-shadow: inset 0 0px 40px 10px rgba(0,0,0,0.25);
}
.footerwidgetheader-container:before {
	padding-top: 75px;
    padding-bottom: 45px;
}
.footerwidgetheader-container:after {
	padding-top: 75px;
    padding-bottom: 45px;
}

div .simple-social-icons ul li a, 
div .simple-social-icons ul li a:hover, 
div .simple-social-icons ul li a:focus {
    background-color: transparent !important;
}
#simple-social-icons-3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget-title {
    line-height: 1.5;
}
.footer-widgets .icon-logo {
  margin-bottom:0;
  margin-left: -5px;
}
.footer-widgets .co-name {
    margin-left: -5px;
}
input:focus, textarea:focus {
    border: 1px solid #8cbe45;
}
.site-footer a:hover {
  color: #8cbe45;
}
@media only screen and (max-width: 960px) {
	.genesis-nav-menu .widget-area {
    	width: 80%;
	}
  #simple-social-icons-2 .widget-wrap {
    text-align: left;
  }
}
@media only screen and (max-width: 800px) {
	.nav-primary {
    	display: none;
	}
}