/*
Theme Name: Foundry Child - Ecommerce Disabled
Theme URI: 
Description: Child theme for the Foundry
Author: <a href="http://www.madeinebor.com">Tom Rhodes</a>
Author URI: 
Template: foundry
Version: 1.0.0
*/

@import url('../foundry/style.css');


/* WOOCOMMERCE Call to Action Masonary Tiles */



.woocommerce .inner-title .title .btn
{
	margin: 10px 0px 0px 0px;
}


/* Masonary Tiles - Improved usability on mobiles */

@media (max-width: 768px)
{
	.inner-title.hover-reveal .title
	{
		 opacity: 1;
    	transform: translateY(0px);
	}

	.inner-title.hover-reveal::before {
	    opacity: 1;
	}
}

/* Alternate Shop Product Styling      1.0.6    */

.alternate_shopstyle .title a {
    height: unset !important;
    margin: 0 2px !important;
    min-height: unset !important;
    min-width: unset !important;
    padding: 14px !important;
    width: unset !important;
	line-height: 16px;
	font-size: 18px;
	background: rgba(0,0,0,.5);
	vertical-align: middle;
}
.alternate_shopstyle .title
{
	bottom: 0px;
	height: 100%;
	width: 100%;
}

.verticalalign {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


/* WOOCOMMERCE - Quick View */

.quick-view-detail-button
{
	height: auto !important;
}


/*  Custom Header */

@media (min-width: 979px)
{
	.scrolled .custom-2-centered 
	{
	    display: none;
	}
}

.viewall li a {
    padding: 6px 30px;
    text-transform: uppercase;
    width: auto;
}