/* ######################################## *\
    HELPER
\* ######################################## */
#debug-device {
	padding: 6px 0;
	text-align: center;
	background: #464646;
	color: #fff;
	position: fixed;
	right: 0;
	bottom: 0;
	height: 24px;
	padding: 0 10px;
	z-index: 999;
	line-height: 24px;
	display: block;
	font-size: 12px;
}

.nowrap {
	white-space: nowrap;
}

html.js .js-hide {
	display: none;
}

.ir {
	font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.hide {
	display: none;
}

.element-invisible,
.no-title .widget-inner > .widget-title {
	border: 0;
  clip: rect(1px, 1px, 1px, 1px); /* IE6, IE7 */
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
	clip: auto;
	height: auto;
	overflow: visible;
	position: static !important;
	width: auto;
}

.offscreen {
  position: absolute;
  top: -99999em;
  width: 1px;
  height: 1px;
  overflow: hidden;
  outline: 0;
}

.clear:before,
.clear:after {
  content:' ';
  display:table;
}

.clear:after {
  clear:both;
}

.clear {
  *zoom:1;
}

.clearer {
	clear: both;
	display: block;
}

.display-block {
	display: block;
}

.display-inline {
	display: inline;
}

.display-inline-block {
	display: inline-block;
}

.text-overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.full-width {
	max-width: none !important;
}

video { 
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.wp-video{
	width: 100% !important;
}
