@import url(font-awesome.css);

.mega_block_form_field_wrapper a:focus { box-shadow: none; -webkit-box-shadow: none; }

select#mega_theme_block_front_features_source_custom_icon,
select#widget-sarina_mega_theme_block_front_features_source_custom-3-icon,
select[name*="fa_icon"],
select[list*="mega_fa_icon_list"] {
	font-family: "FontAwesome", Arial !important;
	font-size: 16px;
}

input[readonly], textarea[readonly], select option[disabled] {
	background-color: #ECEFF1;/*#DFE4E7*/
	box-shadow: none !important;
}

.lock { display: none; }

.pro > .lock {
	width: 16px; height: 20px;
	margin: 0 5px 0 0;
	float: right;
	transition: none;

	display: inline-block;
	font: normal normal normal 22px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #4299D8;
}

.pro > .lock:hover { background-position: left bottom; }

a.lock:before { content: "\f023"; }

a.lock:hover:before { content: "\f13e"; }


.mega-customizer-cta {
	display: block;

	background: #61AFE8;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	border: 0;
	margin-top: 45px;
	padding: 12px 0 15px 15px;
	border-bottom: 1px solid #232324;
}

.mega-customizer-cta:hover { color: #FFF; background: #53A5E2; }

.mega-customizer-cta:focus { box-shadow: none; color: #FFF; }

.mega-customizer-cta:after {
	position: absolute;
	right: 0;
	top: -12px;
	float: right;
	background: #4399D8;
	font: 400 20px/1 dashicons;
	text-indent: 0;
	text-align: center;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none!important;

	content: "\f345";
	color: #FFF;
	width: 43px;
	height: 100%;
	line-height: 45px;
	border: 0;
}

.wp-full-overlay-sidebar .wp-full-overlay-sidebar-content { top: 91px; }

#widgets-right1 {
  top: 45px;
  position: relative;
  height: 100%;
}

.accordion-sub-container.control-panel-content { border-top: 45px solid #000; }