.redux-container .ui-icon{display: none;}
i[class^="fn-icon-"]{
	background-color: #ececec;
	color: #444;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	float: left;
	margin-right: 5px;
	border-radius: 8px;
	font-size: 10px;
}
#profile-page i[class^="fn-icon-"]{
	color: #ececec;
	background-color: #444;
	border-radius: 50%;
}
p.elonissa_fn_social_paragraph{
	display: flex;
	margin: 10px 0;
	padding: 0;
	flex-direction: row;
}
p.elonissa_fn_social_paragraph label{
	min-width: 100px;
	margin-right: 10px;
}
.elonissa_fn_width100{
	width: 100%;
	margin-bottom: 10px;
}
.elonissa_fn_widget_bh_days{
	width: auto;
	margin-left: -10px;
}
.elonissa_fn_widget_bh_days:after{
	content: '';
	display: table;
	clear: both;
}
.elonissa_fn_widget_bh_days > p{
	width: 50%;
	float: left;
	padding-left: 10px;
	
	box-sizing: border-box;
}
.redux-notice,.redux-message,.rAds{display: none !important;}

/* SORTER */
#footer_sorter_top_full{
	width: 85%;
	margin-right: 0;
}
ul.sortlist_footer_sorter,
ul.sortlist_one_sorter{
	width: 25%;
	margin-bottom: 20px;
	min-height: 215px;
	margin-right: 3%;
}
ul.sortlist_footer_sorter[data-group-id="disabled"]{opacity: .7;}
ul.sortlist_one_sorter[data-group-id="disabled"]{opacity: .7;}
ul.sortlist_three_lines_sorter[data-group-id="disabled"]{opacity: .7;}
ul.sortlist_two_lines_sorter[data-group-id="disabled"]{opacity: .7;}
ul.sortlist_two_lines_sorter,
ul.sortlist_three_lines_sorter{
	width: 25%;
	margin-bottom: 20px;
	min-height: 160px;
}
#info-mega_menu_info{
	margin-bottom: 20px;
}
#info-sticky_nav_info{
	margin-top: 30px;
}
body.admin-bar .rwmb-select.rwmb-select{
	padding-right: 25px;
	padding-left: 10px;
}
body.admin-bar .edit-post-meta-boxes-area #poststuff h2.hndle{
	background-color: #23282d;
    border: none;
    box-shadow: 0px 10px 8px #23282d26;
    border-radius: 5px;
	color: #fff;
}
body.admin-bar .edit-post-meta-boxes-area .postbox>.inside{
	padding: 20px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 0 3px 4px rgba(0,0,0,0.3);
}

.codernelson_checkbox {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
}
.codernelson_checkbox input {
	opacity: 0;
	position: absolute;
	visibility: hidden;
	width: 0;
	height: 0;
}
.codernelson_checkbox .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	-webkit-transition: .4s;
	transition: .4s;
	border: 1px solid #ccd0d4;
	border-radius: 30px;
}
.codernelson_checkbox .slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 2px;
	bottom: 2px;
	background-color: #cbced2;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}
.codernelson_checkbox input:checked + .slider:before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
	background-color: #5473e8;
}

.oih-admin-notice{
	display: none !important;
}