@media screen and (min-width: 769px) and (max-width: 992px) {
	.hometory-tablet-hide{display:none !important;}
}
@media screen and (max-width: 768px) {	
	.hte-editor-bottom-box1,.hte-editor-bottom-box2,.hte-editor-bottom-box3{width:100% !important;text-align:center !important;border-right:0 !important;overflow:auto;white-space: nowrap;}
	.hte-editor-bottom-box2,.hte-editor-bottom-box3{border-top:1px solid #eee;}
	.hometory-mobile-hide{display:none !important;}
}

@media (min-width: 540px) and (max-width: 1160px) {
	.hometory-editor .hte-toolbar-wrap{
		min-height:70px !important;
	}
	.hometory-editor .hte-open-box3 .hte-toolbar-wrap{
		min-height:140px !important;
	}
	.hometory-editor #hte_canvas_link_img_url, 
	.hometory-editor #hte_canvas_media_url{
		width:200px !important;
	}
}
@media (max-width: 540px) {
	.hometory-editor .hte-toolbar-wrap{
		min-height:108px !important;
	}
	.hometory-editor .hte-open-box3 .hte-toolbar-wrap{
		min-height:174px !important;
	}
	.hometory-editor .hte-responsive-block2{
		display:block !important;
		margin:0 !important;
		padding-top:8px !important;
	}
	.hometory-editor .hte-responsive-block3{
		display:block !important;
		margin:0 !important;
		white-space: nowrap;
	}
	.hometory-editor .hte-responsive-block3 button{
		margin-right:0 !important;
	}
	.hte-admin-media .hometory-editor .hte-toolbar-panel .hte-btn-wp-media1{
		display:none !important;
	}
	.hte-admin-media .hometory-editor .hte-toolbar-panel .hte-btn-wp-media2{
		display:inline-block !important;
		position:absolute;
		top:-35px;
		right:2px;
		min-height: 29px !important;
		height: 29px !important;
	}
	.hometory-editor #hte_canvas_link_img_url, 
	.hometory-editor #hte_canvas_media_url{
		width:calc(100% - 81px) !important;
	}
	.hometory-editor #hte_canvas_link_url1{
		width:100% !important;
	}
	#hte_source_panel {
	    white-space: normal !important;
	}
	#hte_source_panel .hte-source-item-list{
		width:100% !important;
		margin-right:0 !important;
		margin-bottom:-1px !important;

	}
	#hte_source_panel .hte-source-code-wrap{
		width:100% !important;
	}

}
@media (max-width: 470px) {
	.hometory-editor .hte-responsive-block4{
		display:block !important;
		margin:0 !important;
	}
}
@media (max-width: 1160px) {	
	.hometory-editor .hte-responsive-block1{
		display:block !important;
		margin:0 !important;
	}
	.hometory-editor .hte-responsive-space1{display:none !important;}
}