/*
Theme Name: Empty CSS Theme
Author: Sebastian Haida
Description: This theme has no styles at all and should be used for integrating content to platforms.
Version: 0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emptycsstheme
*/

/*
styles for factfinder plugin
*/
@font-face {
font-family: ‘Ernest&Emily’;
src: url(‘fonts/Ernest&Emily.ttf/eot);
font-weight: normal;
font-style: normal; }

.wordpress_snippet_body{
	padding-left: 10px;
	padding-right: 10px;
}
.db_ff_product_container{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
}
.db_ff_product_tile{
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	padding:10px 5px;
	margin: 0 auto;
}
.db_ff_product_tile_col2{
	width:calc(100%/2 - 10px);
}
.db_ff_product_tile_col3{
	width:calc(100%/3 - 10px);
}
.db_ff_product_tile_col4{
	width:calc(100%/4 - 10px);
}
.db_ff_product_tile_col5{
	width:calc(100%/5 - 10px);
}
.db_ff_product_tile_col6{
	width:calc(100%/6 - 10px);
}
.db_ff_product_tile img{
	width:100%;
}

@media (max-width: 640px){
	.db_ff_product_tile_col3, .db_ff_product_tile_col4, .db_ff_product_tile_col5, .db_ff_product_tile_col6{
		width: 50%;
	}
}

.wp-block-columns{
	padding:10px;
}

.maxWidth1024{
	max-width:1024px;
	margin: 0 auto;
}