/*
Theme Name: Longevity Now Blog
Theme URI: http://pixelgrade.com/demos/heap
Author: PixelGrade Team
Author URI: http://pixelgrade.com
Template: heap
Description: Theme made for the http://www.longevitywarehouse.com/blogs
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: heap_txtd
Tags: black, orange, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
*/

/* Add your custom CSS rules that overwrite the ones in the main Lens theme here */

/* to display related products side by side in posts*/

div#product1,
div#product2,
div#product3,
div#product4,
div#product5,
div#product6 {
    	float: left;
    	width: 33%;
	padding-right: 15px; 
}

div#product4 {
    clear:both;
}

footer.article__footer.push--bottom {
        clear: both;
}

/* realign header logo/text to left side */

.site-title--image img {
	margin: 0;
}
.site-title {
	text-align: left;
}
.search-trigger span {
	color: #919191;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: 4px;
}
body.header--small .search-trigger span {
	vertical-align: 0px;
}
.container {
	padding-top: 140px;
}

@media (max-width: 640px) {
	div#product1,
	div#product2,
	div#product3,
	div#product4,
	div#product5,
	div#product6 {
	    	float: left;
	    	width: 100%;
		padding-right: 0px; 
	}
	
	div#products p {
    		text-align: center;
	}
}

@media screen and (min-width: 900px) {
	.header {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}
