/* 
Theme Name: Flexform Child 
Theme URI: https://jonmires.com/
Description: Customizations for Maria Burtis.
Author: Jon Mires
Author URI: https://jonmires.com/
Template: flexform 
Version: 1.0.0  
*/

/* Hide "back to top" link on individual posts */
.beam-me-up {
	display: none;
}

/* Hide comments/likes from various pages */
.comments-likes {
	display: none;
}

/* Restore regular font-weight */
h1, h2, h3, h4 {
	font-weight: normal;
}

/* Don't hide masonry stuff initially, because it borks the dailies page in some browsers (this stuff never gets shown) */
.pagination-wrap.masonry-pagination {
	display: block;
}

.blog-items.masonry-items {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);	
}

/* Customize the slider a bit */
body .flexslider ul.slides {
	background: #fff;
}