/*
Theme Name: Storefront Child
Theme URI: http://example.com/storefront-child/
Description: Storefront child theme - by Brian
Author: Brian Haddock
Author URI: http://example.com
Version: 1.0.0
Template: storefront
*/

#container, article.hentry .article-inner,
.container .content-wrap,
article.hentry,.main .content-widget {
 overflow:unset !important;
}

h2.entry-title {
    font-size: 26px;
	  font-weigh: 900;
		margin-top: 45px;
}

#tab-description a {
		text-decoration: underline;
	  font-weight: 600;
}

// Common to all bbpress
#bbpress-forums {
background: transparent;
clear: both;
margin-bottom: 20px;
overflow: hidden;
font-size: 14px;
}
bbpress-forums .bbp-topic-content p,
bbpress-forums .bbp-reply-content p {
    font-size: 14px;
}

// bbpress header and footer
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
 background: #f3f3f3;
 border-top: 1px solid #eee;
 font-weight: bold;
 padding: 8px;
 text-align: center;
 font-size: 14px;
}
 
#bbpress-forums li.bbp-header {
 background: #eaeaea;
 font-size: 14px;
}

#bbpress-forums a.bbp-forum-title {
  font-size: 18px;
}

#bbpress-forums a.bbp-forum-link {
  font-size: 14px;
}

#container, article.hentry .article-inner,
.container .content-wrap,
article.hentry,.main .content-widget {
 overflow:unset !important;
}

.widget-area .widget {
    background-color: #ececee;
		padding: 20px;
}
.products > .product {
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff
}
.hentry {
    margin: 0 0 0em;
}
.post-29 {
    display: none;
}
.textwidget a a:link a:visited a:hover a:active {
	color: #ffffff;
}

/* Fix for Storefront theme. Aligns add-to-card buttons. Is still a bit quirky with some product listings though. */
li.type-product a:first-child {
    min-height: 355px;
    display: block;
}

/* Mark external links with glyph */
a[target="_blank"]:not([href*='geekslop.com']):not([href*='facebook.com']):not([href*='universeodon.com']):not([href*='twitter.com']):not([href*='pinterest.com']):not([href*='youtube.com']):not([href*='instagram.com']):not([href*='paypal.com']):not([href*='childfindofamerica.org']):after
{
	font-family: 'Font Awesome 5 Free';
    content: " \f201";
}

/* Mark shop tag links with glyph indicating the link is a sales/product type link*/
a[href*='shop-tag']:not([href*='/page/']):after
{
	font-family: 'Font Awesome 5 Free';
    content: " \f54e";
}

/* Mark shop tag links with glyph indicating the link is a sales/product type link*/
a[href*='/product/']:not([href*='/page/']):after
{
	font-family: 'Font Awesome 5 Free';
    content: " \f54e";
}

#film_strip li {
  float: left
}
#film_strip li img {
    padding: 5px;
  margin: 5px;
  }
