/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
@font-face {
	font-family: HelveticaNeue;
	src: url("../../builder/font/helvetica.ttf");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: HelveticaNeue_med;
	src: url("../../builder/font/helvetica_med.ttf");
	font-weight: 500;
	font-style: normal
}

#karma-container {
	background: url("../media/tab-editor-bg.jpg") no-repeat;
	background-color: #fff;
	background-position: bottom;
	background-size: contain;
	display: none;
	flex-direction: column;
	font-family: HelveticaNeue;
	height: 100%;
	justify-content: center;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999;
}

#karma-container.karma-active {
	display: flex;
}

#karma-container .karma-tab-open-builder .karma-tab-title {
	color: #394959;
	font-family: inherit;
	font-size: 22px;
	line-height: 27px;
}

#karma-container .karma-tab-open-builder .karma-tab-button {
	background-color: #419CF8;
	border-radius: 2px;
	box-shadow: 0 17px 30px 0 rgba(65, 156, 248, 0.34);
	color: #FFFFFF;
	display: inline-block;
	font-family: HelveticaNeue_med;
	font-size: 15px;
	font-weight: 500;
	margin-top: 34px;
	padding: 13px 26px;
	text-align: center;
	text-decoration: none;
	transform: translateY(0);
	transition: all 0.3s;
}

#karma-container .karma-tab-open-builder .karma-tab-button:hover {
	box-shadow: none;
	transform: translateY(3px);
}

#wp-content-wrap.karma-active .wp-switch-editor {
	background: #ebebeb;
}

#wp-content-wrap.karma-active .switch-karma {
	background: #f5f5f5;
	border-bottom-color: #f5f5f5;
	box-shadow: none;
	color: #555;
}