/**
 * EV Branded Assets v1.1
 *
 * Branded Parts of every drupal theme we start working with
 *
 * 1 - Ajax Loading Animation
 *
 * 2 - Drupal Messages
 *
 * 3 - Node Edit Tabs
 *
 * 4 - Contextual Links
 *
 * 5 - Admin Menu
 *
 * 6 - Login & user forms
 *
 * 7 - EV Admin Region
 *
 * ----------------------------------------------------------------------------
**/

/* Testing new Overlay Background */

.overlay-modal-background {
	background: rgba(255,255,255,0.66);
	animation-name: overlayFadeIn;
    animation-duration: 0.5s;
}

@keyframes overlayFadeIn {
    0%   {background: rgba(255,255,255,0);}
    100% {background: rgba(255,255,255,0.66);}
}


/**
 * 1 - Ajax Loading Animation
 * ----------------------------------------------------------------------------
**/

/* Spinner Version of Loader */
.ajax-progress {
	position: fixed !important;
	padding: 0 !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	opacity: 1;
	margin: auto;
	overflow: visible;
	background: rgba(255,255,255,0.75);
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-animation: ajax-cover 0s ease 1, ajax-appear 0.3s ease 1;
	        animation: ajax-cover 0s ease 1, ajax-appear 0.3s ease 1;
}

/* Spinner Animation */
.ajax-progress .throbber {
	width: 8px;
	height: 8px;
	position: relative;
	display: block !important;
	padding: 0 !important;
	vertical-align: middle;
	background: #333;
	font-size: 0;
	-webkit-animation: spinner 1s ease infinite;
	animation: spinner 1s ease infinite;
	animation-delay: .465s;
	-webkit-animation-delay: .465s;
}

.ajax-progress .message {
	display: none;
}

.ajax-progress:before,
.ajax-progress:after {
	content: '';
	display: block;
	position: relative;
	vertical-align: middle;
	width: 8px;
	height: 8px;
}

.ajax-progress:before {
	background: #a24d41;
	-webkit-animation: spinner 1s ease infinite;
	animation: spinner 1s ease infinite;
	animation-delay: .33s;
	-webkit-animation-delay: .33s;
}

.ajax-progress:after {
	background: #7a8166;
	-webkit-animation: spinner 1s ease infinite;
	animation: spinner 1s ease infinite;
	animation-delay: .63s;
	-webkit-animation-delay: .63s;
}

@-webkit-keyframes ajax-cover {
	0% { right: 100%; bottom: 100%; }
	100% { right: 0; bottom: 0; }
}

@keyframes ajax-cover {
	0% { right: 100%; bottom: 100%; }
	100% { right: 0; bottom: 0; }
}

@-webkit-keyframes ajax-appear {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes ajax-appear {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes spinner {
	0% { height: 10px; }
	33% { height: 25px; }
	66% { height: 10px; }
	100% { height: 10px; }
}

@-webkit-keyframes spinner {
	0% { height: 10px; }
	33% { height: 25px; }
	66% { height: 10px; }
	100% { height: 10px; }
}

.ajax-progress-bar {
	width: 100% !important;
}

.ajax-progress.progress .bar {
	min-width: 300px;
	border-radius: 0;
	border: none;
	background: #ccc;
}

.ajax-progress.progress .filled {
	background: #333;
	transition: 2s linear;
	position: relative;
}

.ajax-progress.progress .message,
.ajax-progress.progress .percentage {
	color: #000 !important;
}

.ajax-progress.progress .message {
	display: block;
	width: 100%;
	-webkit-order: 10;
	    -ms-flex-order: 10;
	        order: 10;
	text-align: center;
}

.ajax-progress.progress:before,
.ajax-progress.progress:after {
	display: none;
}


/**
 * 2 - Drupal Messages
 * ----------------------------------------------------------------------------
**/

.krumo-nest {
	color: #555 !important;
}

.krumo-nest a {
	color: #333 !important;
}

#messages {
	width: 100%;
	margin: 0;
	font-family: 'proxima-nova', Verdana, Helvetica, sans-serif;
	z-index: 200;
	font-size: 16px;
	clear: both;
}

div.messages {
	color: #fff;
	background: #333;
	margin: 0;
	border: none;
	min-height: 50px;
	padding: 15px 10px 10px 60px;
	background-size: 50px 50px !important;
	position: relative;
	word-wrap: break-word;
	box-sizing: border-box;
}

div.messages:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50px;
}

div.messages em {
	font-weight: bold;
	font-style: normal;
}

div.messages a {
	color: #eee;
	text-decoration: none;
	text-decoration: underline \0/;
	box-shadow: inset 0 -1px 0 0;
	transition: .2s ease;
}

div.messages a:hover {
	color: #fff;
	text-decoration: none;
	text-decoration: underline \0/;
	box-shadow: inset 0 -1px 0 0 rgba(221, 221, 221, 0.75);
}

div.status {
	border-right: 12px solid #6bc661;
}

div.status:after {
	background: url(/sites/all/themes/ev_base/img/status-background.svg) no-repeat #6bc661;
	background: url(/sites/all/themes/ev_base/img/status-background.png) no-repeat #6bc661 \0/;
}

div.warning {
	border-right: 12px solid #ffe255;
}

div.warning:after {
	background: url(/sites/all/themes/ev_base/img/warning-background.svg) no-repeat #ffe255;
	background: url(/sites/all/themes/ev_base/img/warning-background.png) no-repeat #ffe255 \0/;
	color: #333;
}

div.warning a {
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.4);
	transition: .2s ease;
}

div.warning a:hover {
	color: #333;
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
}

div.error {
	border-right: 12px solid #fc3e35;
}

div.error:after {
	background: url(/sites/all/themes/ev_base/img/error-background.svg) no-repeat #fc3e35;
	background: url(/sites/all/themes/ev_base/img/error-background.png) no-repeat #fc3e35 \0/;
}

/* Devel Krumo Styles */

a.krumo-name {
	color: #333 !important;
}

/**
 * 3 - Node Edit Tabs
 * ----------------------------------------------------------------------------
**/

div.tabs {
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
	background-color: #eee;
	border: 1px solid #ddd;
	z-index: 90;
	margin-right: 0;
	transition: .33s ease;
	margin-bottom: 15px;
	clear: both;
}

.ev-tabs-description {
	float: left;
	line-height: 22px;
	height: 42px;
	padding: 10px 20px;
	color: #555;
	display: inline-block;
}

.ev-tabs-description em:first-child {
	font-size: 0.75em;
	color: #999;
	line-height: 22px;
	font-style: normal;
	padding-right: 10px;
	margin-right: 6px;
	display: inline-block;
	border-right: 1px solid #ccc;
}

/* Primary Tabs */
.tabs.primary {
	border-bottom: none;
	margin: 0;
	text-align: right;
}

.tabs.primary li {
	display: inline-block;
	margin: 0;
}

.tabs.primary li a {
	display: inline-block;
	line-height: 22px;
	padding: 10px 20px;
	margin: 0;
	border: none;
	color: #555;
	background-color: #eee;
	transition: .33s ease;
	border-left: 1px solid #ddd;
}

.tabs.primary li.active a {
	border: none;
	background-color: #fff;
	border-left: 1px solid #ddd;
	cursor: default;
}

.tabs.primary li.active a:hover {
	background: #fff;
}

.tabs.primary li a:hover {
	background-color: #fff;
	border-color: #ddd;
}

@media screen and (max-width: 980px) {

	.ev-tabs-description {
		float: none;
		display: block;
		text-align: center;
		height: auto;
	}

	.tabs.primary {
		padding: 0;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: space-around;
		    -ms-flex-pack: distribute;
		        justify-content: space-around;
	}

	.tabs.primary li {
		-webkit-flex-grow: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
	}

	.tabs.primary li a {
		display: block;
		text-align: center;
		border-top: 1px solid #ddd;
	}

	.tabs.primary li:first-of-type a {
		border-left: none;
		border-top: 1px solid #ddd;
	}

}

@media screen and (max-width: 740px) {

	.ev-tabs-description em:first-child {
		display: block;
		padding-right: 0;
		margin-right: 0;
		border: none;
		border-bottom: 1px solid #ccc;
		max-width: 8em;
		margin: 0 auto;
		margin-bottom: 10px;
		padding-bottom: 9px;
	}

}

/* Secondary Tabs */
.tabs.secondary {
	background: #fff;
	margin: 0;
	border: none;
	padding: 0;
	text-align: right;
}

.tabs.secondary li {
	padding: 0;
	margin: 0;
	border: none;
	display: inline-block;
	margin: 0;
}

.tabs.secondary li a {
	border: none;
	color: #777;
	display: block;
	padding: 8px 12px;
}

.tabs.secondary li a.active {
	color: #444;
	font-weight: 700;
}

/**
 * 4 - Contextual Links
 * ----------------------------------------------------------------------------
**/



/**
 * 5 - Admin Menu
 * ----------------------------------------------------------------------------
**/

#admin-menu {
	box-shadow: none;
	background: #222;
}

#admin-close-button {
	display: none;
}

@media screen and (max-width: 980px) {

	/* General Responsive Admin Styles */
	#admin-menu {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		position: fixed;
	} 

	#admin-close-button {
		position: absolute;
		display: block;
		height: 40px;
		width: 40px;
		cursor: pointer;
		background: #999;
		color: #fff;
		text-align: center;
		line-height: 38px;
		font-size: 18px;
		z-index: 100;
		-webkit-touch-callout: none;
		    -webkit-user-select: none;
		    -khtml-user-select: none;
		    -moz-user-select: none;
		    -ms-user-select: none;
		    user-select: none;
	}

	#admin-close-button .close-icon {
		display: inline-block;
		line-height: 40px;
		font-size: 28px;
		transition: .5s ease;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}

	#admin-menu.admin-menu-open .close-icon {
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}

	#admin-menu-wrapper {
		height: 40px;
		margin-top: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding: 0;
		-webkit-flex-grow: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		transition: .8s ease;
	}

	#admin-menu.admin-menu-open #admin-menu-wrapper {
		height: calc(100vh - 40px);
		margin-top: 40px;
	}

	#admin-menu .dropdown a {
		min-height: 40px;
		line-height: 1.3;
		font-size: 14px;
		padding: 10px 20px;
		box-sizing: border-box;
	}

	#admin-menu .dropdown li,
	#admin-menu .dropdown li li {
		float: none;
		width: 100%;
	}

	#admin-menu .dropdown li,
	#admin-menu .dropdown li a,
	#admin-menu .dropdown li li a  {
		background: none !important;
		border-top: none;
		box-sizing: border-box;
	}

	#admin-menu .dropdown li ul {
		position: relative;
		display: block !important;
		left: 0 !important;
		width: 100%;
	}

	#admin-menu .dropdown li li.expandable ul {
		margin: 0;
	}

	#admin-menu .dropdown .admin-menu-toolbar-category > a, 
	#admin-menu .dropdown .admin-menu-action > a {
		border-radius: 0;
		box-sizing: border-box;
	}

	/* Home Icon Styles */
	#admin-menu-icon {
		background: #444;
	}

	#admin-menu .dropdown .admin-menu-icon > a {
		box-sizing: border-box;
	}

	#admin-menu .dropdown .admin-menu-icon > a span {
		width: 40px;
		height: 40px;
		line-height: 36px;
		background: none;
		text-indent: 0;
	}

	#admin-menu #admin-menu-icon .admin-menu-toolbar-category {
		position: absolute;
		top: 0;
		left: 40px;
		height: 40px !important;
		background: #444 !important;
		z-index: 10;
	}

	/* TEMP STYLE - COME BACK AND MAKE THESE ACCESSIBLE */
	#admin-menu-icon#admin-menu-icon .dropdown,
	#admin-menu-users,
	#admin-menu-search {
		display: none !important;
	}

	/* Primary Menu Styles */
	#admin-menu #admin-menu-menu {
		background: #222 !important;
		height: 100%;
		height: calc(100% - 40px);
		padding-top: 0;
		box-shadow: inset 200px 0 0 0 #333;
		transition: .3s ease;
		overflow: auto;
	}

	.admin-menu-open #admin-menu #admin-menu-menu {
		padding-top: 20px;
	}

	#admin-menu-menu.dropdown li.admin-menu-toolbar-category {
		height: auto;
		width: 200px;
	}

	#admin-menu-menu.dropdown li.admin-menu-toolbar-category.expandable .major-trigger {
		content: '';
		display: block;
		position: absolute;
		width: 200px;
		margin-top: 0;
		height: 40px;
		height: calc(1.3em + 28px);
		cursor: pointer;
	}

	#admin-menu-menu.dropdown li.admin-menu-toolbar-category.expandable:before {
		content: '➤';
		display: block;
		position: absolute;
		height: 40px;
		height: calc(1.3em + 28px);
		width: 40px;
		margin-left: 160px;
		cursor: pointer;
		line-height: calc(1.3em + 28px);
		text-align: center;
		transition: .3s ease;
		color: rgba(255,255,255,0.33);
		box-shadow: inset 1px -1px 0 0 rgba(0,0,0,0.33), inset 0 1px 0 0 rgba(0,0,0,0.33);
	}

	#admin-menu-menu.dropdown li.admin-menu-toolbar-category.expandable.cat-open:before {
		background: #222;
	}

	#admin-menu-menu.dropdown li.admin-menu-toolbar-category.expandable + li.admin-menu-toolbar-category.expandable:before {
		box-shadow: inset 1px -1px 0 0 rgba(0,0,0,0.33);
	}

	#admin-menu-menu.dropdown .admin-menu-toolbar-category > a {
		text-transform: uppercase;
		background: transparent !important;
		transition: .25s ease;
		padding: 12px 20px;
		margin-bottom: 0;
		box-sizing: border-box;
	}

	#admin-menu-menu.dropdown .admin-menu-toolbar-category.cat-open > a {
		background: #292929 !important;
	}

	#admin-menu .dropdown .admin-menu-toolbar-category li {
		padding-left: 20px;
	}

	#admin-menu .admin-menu-toolbar-category a.sub-menu-header {
		text-align: right;
	}

	.admin-menu-toolbar-category a.sub-menu-header:before {
		content: 'View ';
	}

	.admin-menu-toolbar-category a.sub-menu-header:after {
		content: ' ➤';
		display: inline-block;
		width: 40px;
		text-align: center;
		opacity: .2;
	}

	#admin-menu .dropdown .admin-menu-toolbar-category > ul > li {
		padding: 0 20px;
	}

	#admin-menu .dropdown .admin-menu-toolbar-category > .dropdown {
		display: block !important;
		position: absolute;
		top: 0;
		left: 200px !important;
		overflow: auto;
		top: 40px;
		padding: 0;
		background-color: #222;
		width: calc(100% - 200px);
		height: 100%;
		height: calc(100% - 80px);
		max-height: 0;
		opacity: 0;
		transition: opacity .3s ease, max-height 0s ease .3s;
	}

	#admin-menu .dropdown .admin-menu-toolbar-category > .dropdown > li:nth-of-type(1),
	#admin-menu .dropdown .admin-menu-toolbar-category > .dropdown > li:nth-of-type(2) {
		margin-top: 22px !important;
		box-sizing: border-box;
	}

	#admin-menu .dropdown .admin-menu-toolbar-category.cat-open > .dropdown {
		opacity: 1;
		max-height: 100%;
		transition: opacity .3s ease, max-height 0s ease 0s;
	}

	#admin-menu .dropdown .admin-menu-toolbar-category > .dropdown > li {
		padding-bottom: 20px;
		height: auto;
	}

	#admin-menu .dropdown .admin-menu-toolbar-category > .dropdown > li > a {
		font-weight: 700;
		text-transform: uppercase;
	}

	#admin-menu .dropdown .admin-menu-toolbar-category > .dropdown > li > a {
		padding-top: 18px;
	}

	#admin-menu .dropdown .admin-menu-toolbar-category > .dropdown > li > a,
	#admin-menu .dropdown .admin-menu-toolbar-category > .dropdown > li > ul {
		background: #333 !important;
	}

	#admin-menu .dropdown .admin-menu-toolbar-category > .dropdown > li:nth-of-type(odd) {
		width: 50%;
		float: left;
		clear: left;
		padding-right: 10px;
	}

	#admin-menu .dropdown .admin-menu-toolbar-category > .dropdown > li:nth-of-type(even) {
		width: 50%;
		float: right;
		clear: right;
		padding-left: 10px;
	}

	.little-trigger {
		float: right;
		height: 40px;
		width: 40px;
		color: rgba(255, 255, 255, 0.33);
		text-align: center;
		line-height: 40px;
		cursor: pointer;
		box-shadow: inset 1px -1px 0 0 rgba(0,0,0,0.33), inset 0 1px 0 0 rgba(0,0,0,0.33);
	}

	li.expandable + li.expandable > .little-trigger {
		box-shadow: inset 1px -1px 0 0 rgba(0,0,0,0.33);
	}

	#admin-menu-menu.dropdown .admin-menu-toolbar-category ul ul ul.cat-open .little-trigger {
		box-shadow: none;
	}

	.little-trigger .trigger-inner {
		display: block;
		transition: .3s ease;
		-webkit-transform: rotate(90deg);
		        transform: rotate(90deg);
	}

	.little-trigger.cat-open .trigger-inner {
		-webkit-transform: rotate(270deg);
		        transform: rotate(270deg);
	}

	#admin-menu-menu.dropdown .admin-menu-toolbar-category ul ul ul {
		overflow: hidden;
		max-height: 0;
		opacity: 0;
		transition: opacity .3s ease, max-height 0s ease .3s;
		background: #222;
	}

	#admin-menu-menu.dropdown .admin-menu-toolbar-category ul ul ul.cat-open {
		max-height: 1000vh;
		opacity: 1;
		transition: opacity .3s ease, max-height 0s ease 0s;
	}

	/* Account Info Styles */
	#admin-menu-account.dropdown {
		background: #444;
		position: relative;
		bottom: 0;
		right: 0;
		color: #fff;
		overflow: hidden;
		float: right;
	}

	#admin-menu #admin-menu-account .dropdown {
		display: none !important;
	}

	/* Yes, I know using two IDs is bad, but sometimes a theme needs to override a module */
	#admin-menu #admin-menu-account li.admin-menu-action {
		float: right;
		width: auto;
		padding-left: 0;
	}

	#admin-menu #admin-menu-account .admin-menu-action a {
		margin-bottom: 0;
		line-height: 34px;
		box-sizing: border-box;
	}

	#admin-menu.admin-menu-open #admin-menu-wrapper {
		box-shadow: inset 0 -40px 0 0 #444;
	}

	#admin-menu-menu.dropdown li.admin-menu-toolbar-category:first-child {
		margin-top: 20px !important;
	}

	#admin-menu #admin-menu-icon .admin-menu-toolbar-category {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#admin-menu-icon .dropdown .admin-menu-icon > a {
		width: 160px;
	}

	#admin-menu-icon#admin-menu-icon .dropdown {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		position: static;
		overflow: hidden;
		max-height: 40px;
		height: 40px;
		opacity: 1;
		background: none;
		width: calc(100% - 100px);
	}

	#admin-menu-icon#admin-menu-icon .dropdown .dropdown {
		display: none !important;
	}

	#admin-menu-icon#admin-menu-icon .dropdown li {
		width: auto !important;
		float: none !important;
		padding: 0 1px;
	}

	#admin-menu-icon#admin-menu-icon .dropdown li a {
		font-weight: 300;
		text-transform: none;
		padding: 4px 15px !important;
		line-height: 36px;
		overflow: hidden;
		opacity: 0;
		pointer-events: none;
		-webkit-transform: translateX(-20px);
		        transform: translateX(-20px);
		-webkit-transition: .75s ease;
		transition: .75s ease;
	}

	.admin-menu-open #admin-menu-icon#admin-menu-icon .dropdown li a {
		opacity: 1;
		pointer-events: inherit;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}

	#admin-menu-menu.dropdown li.admin-menu-toolbar-category.expandable .major-trigger,
	#admin-menu-menu.dropdown .admin-menu-toolbar-category > a {
		opacity: 0;
		-webkit-transition: .75s ease;
		transition: .75s ease;
	}

	.admin-menu-open #admin-menu-menu.dropdown li.admin-menu-toolbar-category.expandable .major-trigger,
	.admin-menu-open #admin-menu-menu.dropdown .admin-menu-toolbar-category > a {
		opacity: 1;
	}

	#admin-menu #admin-menu-icon .admin-menu-toolbar-category > .dropdown > li:nth-of-type(1), 
	#admin-menu #admin-menu-icon .admin-menu-toolbar-category > .dropdown > li:nth-of-type(2) {
		margin: 0 !important;
	}

}

@media screen and (max-width: 700px) {

	#admin-menu .dropdown .admin-menu-toolbar-category > .dropdown > li:nth-child(odd),
	#admin-menu .dropdown .admin-menu-toolbar-category > .dropdown > li:nth-child(even) {
		width: 100%;
		float: none;
		padding: 0 20px 20px;
		margin-top: 0 !important;
	}

	#admin-menu-icon a[href="/"],
	#admin-menu-icon .dropdown a[href="/admin/index"],
	#admin-menu-icon .dropdown a[href="http://drupal.org"] {
		display: none;
	}

}

@media screen and (max-width: 500px) {

	#admin-menu-menu.dropdown li.admin-menu-toolbar-category,
	#admin-menu-menu.dropdown li.admin-menu-toolbar-category.expandable .major-trigger {
		width: 100%;
	}

	#admin-menu-menu.dropdown li.admin-menu-toolbar-category.expandable:before {
		display: none;
	}

	#admin-menu-menu.dropdown .admin-menu-toolbar-category > a {
		text-align: center;
	}

	#admin-menu .dropdown .admin-menu-toolbar-category > .dropdown {
		position: relative;
		left: 0 !important;
		top: 0;
		width: 100%;
		height: auto;
	}

	#admin-menu .dropdown .admin-menu-toolbar-category.cat-open > .dropdown {
		max-height: 10000vh;
	}

	#admin-menu #admin-menu-menu {
		background: #333 !important;
		box-shadow: none;
	}

	#admin-menu-menu.dropdown .admin-menu-toolbar-category > a {
		border-bottom: 0px solid #333;
	}

	#admin-menu-menu.dropdown .admin-menu-toolbar-category.cat-open > a {
		border-bottom: 10px solid #333;
	}

}

/**
 * 6 - Login & user forms
 * ----------------------------------------------------------------------------
**/

*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.ev-logo-img {
  max-width: 300px;
  margin: 100px auto;
  text-align: center;
}

.ev-logo-img img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

#page.ev-light {
  background: #fff;
  color: #777;
  margin-top: 20px;
  margin-bottom: 80px;
  box-shadow: inset 0 0 300px #eee;
}

#page.ev-light a:hover {
  background: #fff;
  border-color: #ccc;
}

#page.utility-page {
	box-sizing: border-box;
	min-height: 100vh;
	padding: 30px;
	margin: 0;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.admin-menu #page.utility-page {
	min-height: calc(100vh - 30px);
}

.ev-light a.ev-button,
.ev-light .ev-button a {
	color: #444;
	background: none;
	display: inline-block;
	padding: 15px 30px;
	border: 1px solid transparent;
	-webkit-transition: .33s ease;
	transition: .33s ease;
	margin: 15px 0;
	background: none;
	text-decoration: none;
}

@media all and (max-width: 980px) {

	.admin-menu #page.utility-page {
		min-height: calc(100vh - 40px);
	}

}

.ev-user-form {
	display: block;
	margin: 0 auto;
	max-width: 350px;
	position: relative;
}

.ev-logo-img {
	position: relative;
	max-width: 350px;
	margin: 0 auto;
}

.ev-logo-img img {
	display: block;
	margin: 0 auto;
	width: 200px;
	max-width: 100%;
	height: auto;
}

.ev-user-form .form-item input {
	width: 100%;
	padding: 10px;
	margin: 0;
	height: auto;
	border: 1px solid #aaa;
	transition: border .2s ease, box-shadow .2s ease;
}

.ev-user-form .form-item input:hover {
	border-color: #999;
}

.ev-user-form .form-item input:focus {
	box-shadow: #06F 0 0 0;
	border-color: #555;
}

.ev-user-form .form-item input[type="radio"] {
	display: inline;
	    vertical-align: middle;
	    width: 20px;
}

.ev-user-form .form-item input[type="radio"] + label {
	display: inline;
	vertical-align: middle;
}

.ev-user-form .form-type-radio.form-item-have-pass {
	padding: 10px !important;
}

.ev-user-form .form-item {
	margin: 0;
	padding: 0 0 15px;
}

.ev-user-form .form-item:first-child {
	padding-top: 30px;
}

.ev-user-form .form-item .description,
.ev-user-form .form-item .form-required {
	display: none;
}

.ev-user-form .form-item label {
	font-weight: normal;
	padding-bottom: 5px;
}

.ev-user-form .form-actions {
	margin: 15px 0 0;
}

.ev-user-form .form-actions input {
	width: 100%;
	background: #333;
	border: 1px solid #111;
	border-top: 0;
	color: #fff;
	text-shadow: none;
	display: inline-block;
	font-weight: normal;
	border-radius: 0;
	padding: 15px 30px;
	margin: 0;
	font-size: 16px;
	transition: .33s ease;
	text-transform: uppercase;
}

.ev-user-form .form-actions input:hover,
.ev-user-form .form-actions input:focus {
	background: #111;
}

#user-pass-reset {
	text-align: center;
}

/**
 * 7 - EV Admin Region
 * ----------------------------------------------------------------------------
**/

.zone-ev-admin-testing-wrapper {
	background: #222;
	color: #fff;
}

.container-12 .region.region-ev-admin-testing {
	width: 100%;
	padding: 20px 0;
}

.zone-ev-admin-testing-wrapper .block {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}