//
// Utilities
//

.qazana-screen-only,
.screen-reader-text, // wp - common.css
.screen-reader-text span, // wp - common.css
.ui-helper-hidden-accessible // wp - common.css
{
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.qazana-clearfix:after{
	content: '';
	display: block;
	clear: both;
	width: 0;
	height: 0;
}
