.footer-custom-text {
  font-size: 1rem;
	text-align: left;
}

.more-link-container {
 color: #737373;
}
.more-link-container .more-link {
  background-color: #f2f2f2 !important;
}
/* Shrinks font size used in sitemap widget */
#nav_menu-5 {
    font-size: .7em;
}

#nav_menu-7 {
    font-size: .7em;
}

/* Removed margin between menu items in sitemap widget */

#nav_menu-7 .widget ul li, .widget.widget_archive li, .widget.widget_categories li, .widget.widget_pages li, .widget.widget_nav_menu li, .widget.widget_recent_comments li, .widget.widget_meta li, .widget.widget_recent_entries li, .widget.widget_recent_comments tr, .widget.widget_links li, .widget.widget_authors ul > li, .widget.widget_goodreads div[class*="gr_custom_each_container"] {margin-top: 0px;
}

#nav_menu-5 .widget ul li, .widget.widget_archive li, .widget.widget_categories li, .widget.widget_pages li, .widget.widget_nav_menu li, .widget.widget_recent_comments li, .widget.widget_meta li, .widget.widget_recent_entries li, .widget.widget_recent_comments tr, .widget.widget_links li, .widget.widget_authors ul > li, .widget.widget_goodreads div[class*="gr_custom_each_container"] {margin-top: 0px;
}

/* #3670517-hc hide product category titles */
.product-category .woocommerce-loop-category__title {
    display: none;
}
/* #3670517-hc slight opacity effect when hovering product catagories */
.product-category img:hover {
    opacity: 0.8;
}
/* Reduce white space in header */
#masthead .header-inner {
    padding-top: 30px;
	padding-bottom: 30px;

}
  
  /* nav */
  .main-navigation{
    order: 3;
  }
	
	/* Make logo left-aligned */
	.header-inner {
		width: 100%;	
	}
	
	.header-inner .site-branding img {
		max-width: 80%;
	}
/* end move search bar -- 44260690-hc */
/*add spacing between space bar and menu bar*/
#masthead .top-bar {
	padding: 5px 0;
}
/* --- Make homepage slider full width / 1234793-zen (mS) --- */
.home #content > .container,
.home.inactive-sidebar.blog .site-main {
    max-width: 100%;
}
/*Makes homepage font larger here http://cld.wthms.co/vdrXXd HC 4583543*/
.wf-active .brief-text{
  font-size:20px; 
}
.featured-slide .post {
    display: none;
}

@media screen and (min-width: 1025px) {
#featured-content .featured-slide {
    padding: 300px 0;
}
}
@media screen and (min-width: 1025px) {
#featured-content .featured-slide {
    padding: 300px 0;
}
}
.footer-custom-text {
    text-align: center;
	font-weight: bold
}

/*Change font type and weight*/
h1.product_title.entry-title {
    font-family: "Exo 2",sans-serif;
    font-weight: bold;
	  line-height: normal;
}

h2.woocommerce-loop-product__title {
   font-family: "Exo 2",sans-serif;
   font-weight: bold;
}

/*Change font style and weight for headings on search resluts only*/
.search-results a {
   font-family: "Exo 2",sans-serif;
   font-weight: bold;
	 
}

.home #nf-field-34-wrap > div{
  text-align: center;
  width: 100%;
}

.home #nf-field-34-wrap .star {
  display: inline-block;
  float: none;
}

/* remove featured post overlay link on homepage slider | KW-29152305-hc */
.home .inner-hentry.th-stack--md.th-px-lg.th-py-xl.th-pl-0 {
    visibility: hidden;
}