/*
 Theme Name:   Blossom Recipe Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Blossom Recipe Child Theme
 Author:       James Maier and Blossom Themes
 Author URI:   http://jmaier.info/
 Template:     blossom-recipe
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         food-and-drink, blog, one-column, two-columns, right-sidebar, left-sidebar, footer-widgets, custom-background, custom-header, custom-menu, custom-logo, featured-images, threaded-comments, full-width-template, rtl-language-support, translation-ready, theme-options, e-commerce
 Text Domain:  blossom-recipe-child
*/
figure.post-thumbnail {
	text-align: center;
}

main.bleen .article-group {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2em;
}

@media (min-width: 600px) {
	main.bleen .article-group {
	  grid-template-columns: 1fr 1fr;		
	}
}
@media (min-width: 900px) {
	main.bleen .article-group {
	  grid-template-columns: 1fr 1fr 1fr;
	}
}

main.bleen article figure.post-thumbnail img.wp-post-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

main.bleen article figure.post-thumbnail > a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

main.bleen article figure.post-thumbnail {
	padding-top: 100%;
	position: relative;
}

div.toc {
    border: 1px solid black;
    padding: 1em 3em 1em 1em;
    display: block;
	  max-width: 12em;
    margin: auto;
}
div.toc > ul {
    margin: 0;
    display: inline-block;
    padding-left: 1em;
}

html {
    scroll-behavior: smooth;
}
