/* Change Typography for Medium Devices and up  */
@media only screen and (min-width: 992px) {
	/* ----------------------
	TYPOGRAPHY 
	---------------------- */
	body{font-size:16px;}
	h1{font-size:2.5em;}
	h2{font-size:2em;}
	h3{font-size:1.7em;}
	h4{font-size:1.5em;}
	h5{font-size:1.3em;}
	h6{font-size:1.1em;}
}

/* customize size of sidebar text on layout */

.ts-fab-content, .custom-sidebar {
    font-size: .9em;
}

/* style breadcrumbs */

.breadcrumbs {
    font-size: .8em;
}

/* Style Smart Podcast Player */

body.spp .smart-track-player {
    margin-bottom: 20px !important;
}

/* Make Gravity Forms Post Visible */

#gform_wrapper_2{
    display : block !important;
}