/* Produt Search Ion */

.widget-product-search .search-icon {
    color:#fff;
    display:none;
}


/* Header */

.logo.nav-bar.static-logo {
    padding-left: 12%;
    padding-right: 12%;
    margin-top: -60px;
    margin-bottom: -60px;
}


.widget-logo img {
    width: 500px!important;
    max-width: 500px!important;
    max-height: 100%!important;
}
 
/* Change Image URL to update header LOGO Background image */
.wrapper-bg-picture {
    background: url(https://nmrcdn.s3.amazonaws.com/optimized/370/assets/responsive/651000/651981/summer_leaves.jpg)center no-repeat,#eee!important;
    background-size: cover;
    z-index: 5!important;
}

/* End Header Stuff */

/* a-link Color Change */

.bb-item a, .email a, .loc-link, .media-body a:not(.btn) {
    color: #558b19;
}

.bb-item a:hover, .email a:hover, .loc-link:hover, .media-body a:not(.btn):hover {
    color: #416b11;
}


/* End a-link Color Change */


.widget-navigation.navbar {
    border: inherit;
    color: #fff;
}


.nav>li>a:focus, .nav>li>a:hover {
    background-color: #747474!important;
}



#pre_footer {
    background-image: url(https://s3.amazonaws.com/nmrcdn/static/sb2/themes/hgs/core/img/pre_footer_bg.jpg);
    display: none;
}


.content-block-featured-category {
    background: url(https://86cb8127dc14737f5057-7c0671222953158607ea93d5febd68b4.ssl.cf1.rackcdn.com/370/assets/responsive/528000/528293/parallax-peaceful-gardens--lawn-hgs.jpg)center/contain no-repeat,#eee;
}




/*Services*/

.widget-service-summary .service-image-wrap {
      border: 4px solid transparent;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .8s ease 0s;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1em;
  	padding-left: 0px;
    padding-right: 0px;
}

.widget-service-summary .service-image-wrap:hover {
  border: 4px solid #aac536;
	    transform: scale(1.1);
}

section.media-list.service-list {
    border: none;
}

.description.service-description {
    margin-bottom: 1em;
}

/*End Services*/


/*Add Padding to Bottom of Catalog Slider*/
.catalog-slider {
margin-bottom: 3%;
}


/*.gallery-widget .asset-row:nth-child(n+2) {
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}

.gallery-widget .asset-row:last-child {
	border-bottom: 1px solid #c8c2b2 !important;
  	padding-bottom: 24px;
}

.gallery-widget .asset-row:first-of-type {
	border-top: 1px solid #c8c2b2 !important;
  	padding-bottom: 0;
  	padding-top: 3em;
}*/



.widget-logo img {
 width: 100% !important;
   max-width: 100% !important;
 max-height: none !important;  
}

.category-link-widget .widget-footer-block {
  min-height: 120px;
}

/* YouTube Responsive iFrame */

.youtube-embed-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 10px;
}

.youtube-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* End YouTube Responsive iFrame */