/*
Theme Name: Themify Flow Child
Theme URI: http://themifyflow.com
Template: themifyflow
Author: Themify
Author URI: http://www.themifyflow.com
Description: A free WordPress framework to create responsive themes within WordPress admin without coding any PHP or CSS. Created by Themify Flow.
Tags: themify,builder,featured-images,translation-ready,custom-menu,sidebar
Version: 1.2.1.1487961435
Updated: 2017-02-24 13:37:15

*/

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
}

li {
	margin: 0 1em;
}

.tf_widget li {
	clear: none;
}

.zoom-instagram-widget__items li {
	padding: 0;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
img, fieldset {
	border: 0;
	outline: none;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* audio */
audio {
	max-width: 100%;
}

/* iframes and objects max-width (for embed media) */
iframe, object, embed {
	max-width: 100%;
}

/* set all element box-sizing */
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}