/* =WordPress Core
-------------------------------------------------------------- */

.post-preview .text-holder *{
	display: none;
}

.post-preview .text-holder > *:first-child{
	display: block;
}

.post-preview .slide > *:first-child{
	display: none;
}

.two-widget .widget iframe{
	width: 100% !important;
}