@font-face {
 	font-family: 'proxima-nova';
 	src: url('../fonts/proximanova.eot'); /* IE9 Compat Modes */
 	src: url('../fonts/proximanova.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/proximanova.woff') format('woff'), /* Modern Browsers */
		url('../fonts/proximanova.ttf')	format('truetype'), /* Safari, Android, iOS */
		url('../fonts/proximanova.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
 	font-family: 'bebas-neue';
 	src: url('../fonts/bebasneuebold.eot'); /* IE9 Compat Modes */
 	src: url('../fonts/bebasneuebold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/bebasneuebold.woff') format('woff'), /* Modern Browsers */
		url('../fonts/bebasneuebold.ttf')	format('truetype'), /* Safari, Android, iOS */
		url('../fonts/bebasneuebold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

#wp-inline-button-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 9999999;
	padding: 0;
	vertical-align: middle;
	line-height: 36px;
}

/* Prevent themes from overriding transition animation */
#wp-inline-button-wrapper a {
	transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-webkit-transition: all 0s ease 0s;
}

#wp-inline-button-wrapper:hover, #wp-inline-button-wrapper.stay-visible {
	height: 100px;
}

#wp-inline-button-wrapper a:hover {
	text-decoration: none;
}

#wp-inline-button {
	width: 50px;
	height: 50px;
	background: url(../img/wpi-icon-sprite.png) 0 0 no-repeat;
	cursor: pointer;
}

#wp-inline-button:hover, #wp-inline-button-wrapper:hover>#wp-inline-button:hover {
	background-position: 0 -50px;
}

body.wp-inline-active #wp-inline-button-wrapper:hover {
	height: 50px;
}

body.wp-inline-active #wp-inline-button {
	background-position: 0 -150px !important;
}

body.wp-inline-active #wp-inline-button:hover {
	background-position: 0 -200px !important;
}

#wp-inline-button-wrapper.stay-visible>#wp-inline-button, #wp-inline-button-wrapper:hover>#wp-inline-button {
	background-position: 0 -100px;
}

#wp-inline-button-wrapper.stay-visible:hover {
	background-position: 0 -50px;
}

#wpi-remote-panel-button {
	display: none;
	width: 50px;
	height: 50px;
	background: transparent url('../img/wpi-remote-panel-button.png') 0 0 no-repeat;
	outline: none;
}

#wpi-remote-panel-button:hover {
	background-position: 0 -50px;
}

#wp-inline-button-wrapper.stay-visible>#wpi-remote-panel-button {
	background-position: 0 -100px;
}

#wp-inline-button-wrapper:hover>#wpi-remote-panel-button, #wp-inline-button-wrapper.stay-visible>#wpi-remote-panel-button {
	display: block;
}

.wp-inline-active #wpi-remote-panel-button {
	display: none !important;
}

#wpi-remote-panel {
	display: none;
	position: relative;
	top: -50px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #FFF;
	cursor: default;
	font-family: 'proxima-nova';
	border-radius: 10px 0 10px 10px;
	-moz-border-radius: 10px 0 10px 10px;
	-webkit-border-radius: 10px 0 10px 10px;
}

.wp-inline-active #wpi-remote-panel {
	display: none !important;
}

#wpi-remote-panel.wpi-remote-logged-in {
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
}

#wpi-remote-log-in-credentials-wrapper {
	display: none;
	padding: 10px 20px;
}

#wpi-remote-log-in-credentials-wrapper h4 {
	color: #FFF;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: normal;
	line-height: 1.2;
	font-family: inherit;
}

.wpi-log-in-field-wrapper label, .wpi-log-in-field-wrapper input {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 36px;
	font-weight: normal;
	margin: 0;
}

.wpi-log-in-field-wrapper input {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 8px 10px 7px;
	color: #2b2b2b;
	box-sizing: border-box;
	line-height: normal;
	height: 39px;
}

#wpi-remote-log-in, #wpi-remote-log-in:hover, #wpi-remote-log-in:active, #wpi-remote-log-in:visited {
	background-color: #00AFFF;
	color: #FFF;
	display: inline-block;
	height: 36px;
	margin-top: 10px;
	padding: 0 15px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 16px;
	text-decoration: none;
	outline: none;
}

#wpi-remote-log-in-error-message {
	color: #FFF;
	display: none;
	float: right;
	height: 31px;
	margin-top: 10px;
	padding: 3px 15px 0 15px;
	border: 1px red solid;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 12px;
	font-style: italic;
	line-height: 13px;
	width: 240px;
	overflow: hidden;
	box-sizing: content-box;
}

#wpi-remote-user-details-wrapper {
	display: none;
}

#wpi-remote-user-details {
	float: left;
	padding: 7px 20px;
	font-size: 16px;
	color: #FFF;
	line-height: 36px;
	font-family: inherit;
}

#wpi-remote-log-out {
	display: block;
	width: 50px;
	height: 50px;
	background: transparent url('../img/wpi-logout-icon-white.svg') 18px 17px no-repeat;
	float: right;
}

#wpi-remote-log-out:hover {
	background: transparent url('../img/wpi-logout-icon-blue.svg') 18px 17px no-repeat;
}

#mouse-tip {
	display:none;
	background-color: #00AFFF;
	color: #FFF;
	padding: 5px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position:fixed;
	overflow:hidden;
	z-index: 9999998;
	font-size: 14px;
}

#feedback-highlighter-next-clone {
	display: none;
}

#feedback-overview {
	position: absolute;
	cursor: auto;
}

#wpi-loading-overlay {
	background-color: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999998;
}

#wpi-loading {
	position: fixed;
	width: 296px;
	height: 32px;
	padding-top: 68px;
	color: #FFF;
	background: transparent url('../img/loading.gif') 124px 0 no-repeat;
	background-size: 48px 48px;
	z-index: 99999999;
	font-size: 24px;
	font-weight: bold;
	font-family: Lato, sans-serif;
	text-align: center;
}

#wpi-button-drag-area {
	height: 10px;
	width: 50px;
	cursor: move !important;
}

/* Options page header */
#wpi-options-header {
	background-color: rgb(0, 175, 255);
	min-height: 120px;
	margin-left: -20px;
}

#wpi-logo-wrapper {
	float: left;
	width: 14.999083%;
	max-width: 180px;
	min-width: 160px;
	background: rgb(0, 175, 255);
	height: 120px;
}

#wpi-options-icon {
	float: left;
	width: 65%;
	max-width: 120px;
	min-width: 66px;
	margin: 0 0 14px 5%;
	max-height: 67px;
}

#wpi-logo {
	margin: 12px auto 0 auto;
	width: 65%;
	min-width: 117px;
	max-height: 20px;
}

#wpi-options-header-text-wrapper {
	float: left;
	height: 100%;
	width: 85%;
	padding: 32px 0 0 0;
}

#wpi-options-slogan {
	float: left;
	font-size: 2.5em;
	font-weight: 100;
	color: #FFF;
	font-family: 'bebas-neue';
	margin: 0;
}

#wpi-options-header-links {
	float: left;
	font-size: 18px;
	width: 85%;
	line-height: 18px;
	color: #FFF;
	margin: 0;
	clear: both;
	font-family: 'proxima-nova';
}

#wpi-options-header-links a {
	color: #FFF;
	text-decoration: none;
}

#wpi-options-header-links a:hover {
	text-decoration: underline;
}

#wpi-subdomain-saved {
	display: none;
}

#wpi-subdomain-saved a, #wpi-subdomain-saved a:hover, #wpi-subdomain-saved a:active {
	color: #0073AA;
}

@media (max-width: 1245px) {
	
	#wpi-logo-wrapper {
		width: 160px;
	}
	
	#wpi-options-header-text-wrapper {
		width: 885px;
	}
	
	#wpi-options-header-links {
		width: 835px;
	}

}

@media (max-width: 1220px) {
	
	#wpi-options-header-text-wrapper {
		width: 65%;
		padding-top: 17px;
	}
	
	#wpi-options-header-links {
		width: 490px;
		line-height: 22px;
	}
	
	#after-third-item {
		display: none;
	}

}

@media (max-width: 1050px) {

	#wpi-options-slogan {
		font-size: 2em;
	}
	
}

@media (max-width: 720px) {

	#wpi-options-header-text-wrapper {
		padding-top: 25px;
	}
	
	#wpi-options-slogan {
		font-size: 1.5em;
	}
	
	#wpi-options-header-links {	
		width: 400px;
	}
	
	#wpi-options-header-links a {
		font-size: 14px;
	}
	
}

@media (max-width: 600px) {
	
	#wpi-options-header-text-wrapper {
		padding-top: 30px;
	}
	
	#wpi-options-slogan {
		font-size: 1.3em;
	}
	
	#wpi-options-header-links {	
		width: 320px;
	}
	
	#wpi-options-header-links a {
		font-size: 11px;
	}
	
	#wpi-remote-log-in-error-message {
		width: 145px;
		font-size: 10px;
	}
	
}

@media (max-width: 480px) {
	
	#wpi-options-header {
		margin-left: -10px;
		min-height: 0;
	}
	
	#wpi-options-header, #wpi-logo-wrapper, #wpi-logo {
		height: 49px;
	}
	
	#wpi-logo-wrapper {
		background: none;
		width: 85%;
		max-width: none;
		margin: 10px;
		height: 29px;
	}
	
	#wpi-logo {
		margin: 0;
		width: 100%;
	}
	
	#wpi-options-icon {
		width: 36px;
		height: 29px;
		display: inline-block;
		min-width: 0;
		max-width: none;
		margin: 0;
	}
	
	#wpi-options-logo {
		display: inline-block;
		margin: 5px 0 0 15px;
	}
	
	#wpi-options-slogan {
		display: none;
	}
	
	#wpi-options-header-text-wrapper {
		display: block;
		padding: 0;
		height: 49px;
		width: 49px;
		background: transparent url('../img/menu-icon.svg') 12px 16px no-repeat;
		position: absolute;
		right: 0;
		overflow: visible;
	}
	
	#wpi-options-header-text-wrapper:hover {
		background-color: #0D97DB;
	}
	
	#wpi-options-header-text-wrapper:hover>#wpi-options-header-links {
		display: block;
	}
	
	#wpi-options-header-links {	
		display: none;
		position: absolute;
		background-color: #0D97DB;
		left: -271px;
		width: 320px;
		height: 300px;
		margin: 49px 0 0 0;
	}
	
	#wpi-options-header-links a {
		font-size: 18px;
		line-height: 64px;
		display: block;
		padding-left: 20px;
		height: 63px;
		border-bottom: 1px rgb(0, 175, 255) solid;
		text-decoration: none;
	}
	
	#wpi-options-header-links a:hover {
		text-decoration: none;
		background-color: rgb(0, 175, 255);
	}
	
	 #after-first-item, #after-second-item, #after-third-item {
		display: none;
	}
	
}

