/*
Theme Name: Pillar Child
Theme URI: 
Description: Child theme for the pillar theme
Author: <a href="http://www.tommusrhodus.com">Tom Rhodes</a>
Author URI: http://www.tommusrhodus.com
Template: pillar
Version: 1.0.0
*/

@import url('../pillar/style.css');

.slider-thumbs ul.thumbs li
{
	list-style: none;
	float: left;
	width: 25%;
	padding: 5px 2.5px 0px;
}

.slider-thumbs ul.thumbs
{
	display: inline;

}

.slider-thumbs
{

	margin: 0px -2.5px;
}

.products .masonry-item .image-tile
{
	position: relative;

}

.products .masonry-item .image-tile .title
{
	position: absolute;
	width: 100%;
	bottom: 0px;
	opacity: 0;
	transition: .5s;
	transform: translateY(-20px);
}
.products .masonry-item:hover .image-tile .title
{
	opacity: 1;
	transform: translateY(0px);
}
.products .masonry-item .image-tile .title h5
{
margin-bottom: 15px;
 font-size: 25px;
}
.products .masonry-item .image-tile img
{
	width: 100%;
}

.nopadding
{
	padding: 0px;
}

/****** CUSTOM PRODUCT SIDEBAR ***/

.productSidebar li
{
	list-style: none;
}


.video-responsive {
    height: 0;
    min-height: 0;
    padding-top: 0px;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
    position: relative;
}

.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}