/*icon-manager*/
#smile_icon_search {
	width: 96% !important;
	height: 136px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #ddd;
}

#smile_icon_search p {
	margin-left: 8px;
	margin-bottom: 7px;
	clear: both;
	padding-top: 7px;
}

.icons-list.smile_icon {
	margin-top: -10px;
}

.edit_form_line .search-icon {
	width: 350px !important;
}

.smile_icon li {
	float: left;
	width: 36px;
	height: 36px;
	text-align: center;
	display: block;
	box-shadow: 0 0 0 1px #ddd;
	margin: 0;
}

.smile_icon li > i {
	font-size: 18px;
	vertical-align: text-bottom;
	display: inline-block;
	line-height: 36px;
}

.smile_icon li label {
	display: none;
}

.preview-icon {
	display: block;
	width: 16%;
	height: 56px;
	line-height: 56px;
	font-size: 40px;
	float: left;
	text-align: center;
	margin-top: -10px;
}

.smile_icon li:hover i {
	z-index: 99;
	zoom: 1.3;
	font-size: 18px;
	top: -3px;
	left: -3px;
	position: relative;
	width: 36px;
	line-height: 36px;
	height: 36px;
	display: block;
	background: #4c4c4c;
	color: #fff;
	cursor: pointer;
}

.smile_icon li.selected {
	background: #0785e7;
	color: #fff;
}

/*Search box of Info Box*/
input.search-icon {
	padding: 5px 7px !important;
	font-size: 13px;
	line-height: 1.5 !important;
	border-radius: 0 !important;
	width: 80% !important;
}

.icon_type.none,
.icon_type option.none {
	display: block !important;
}

/* Aktina theme carousel navigation fix */
.wpb_el_type_slick_icon .icon-list li::before {
	display: none !important;
}

p:empty {
	display: none;
}
