/*
Theme Name: Butte Creek Mill 6
Theme URI: https://paraduxmedia.com/
Version: 1.0
Description: This custom theme is built on The Pond Builder Environment
Author: Paradux Media Group
Author URI: https://paraduxmedia.com/
template: bb-theme
*/

/* Add your custom styles here... */ 
#fl-main-content {
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(images/wheat-background.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
}
#fl-main-content a {
	text-decoration:underline;
}
#fl-main-content .uabb-button a,
#fl-main-content a .uabb-button-text,
#fl-main-content .uabb-infobox-button > div > a,
#fl-main-content a.pp-button {
	text-decoration:none !important;
}
.wp-block-columns.alignwide {
    max-width: 1200px;
	width:100%;
    display: block;
    margin: auto;
}
.wps-container {
	padding: 25px 0;
}
h1,
#collections_dropzone_collection_title > div > h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2c3b5b;
	font-family: arvo, serif;
	font-weight:700;
	text-transform: uppercase;
	line-height:1.4em;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

/* Fix ShopWP Embeds */

@media (max-width: 800px) {
	.swp-items-wrapper[data-items-type=collections]>.swp-items, .swp-items-wrapper[data-items-type=products]>.swp-items, .swp-items-wrapper[data-items-type=search]>.swp-items, .swp-items-wrapper[data-items-type=storefront]>.swp-items {
	
	   grid-template-columns: repeat(var(--product-itemsPerRow),1fr)!important;
	
	  }
	
	}
	
	@media (max-width: 552px) {
	.swp-items-wrapper[data-items-type=collections]>.swp-items, .swp-items-wrapper[data-items-type=products]>.swp-items, .swp-items-wrapper[data-items-type=search]>.swp-items, .swp-items-wrapper[data-items-type=storefront]>.swp-items {
	
	 grid-template-columns: repeat(var(--product-mobileColumns),1fr)!important;
	
	  }
	
	}