.redux-sidebar .redux-group-menu li a {
	background:#000;
	opacity:1;
	color:#FFF;
	border-bottom-color:rgba(255,255,255,0.4);
}

.redux-sidebar .redux-group-menu li a {
	opacity:1;
	color:#FFF;
	padding:19px 15px;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-o-transition:all .2s;
	-ms-transition:all .2s;
	transition:all .2s;
}

.admin-color-fresh .redux-sidebar .redux-group-menu li.active a,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild a,.wp-customizer .redux-sidebar .redux-group-menu li.active a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild a,.redux-sidebar .redux-group-menu li a:hover {
	background-color:#9C0010;
	color:#FFF;
}

.redux-sidebar .redux-group-menu li a > span {
	-webkit-transition:padding-left .2s;
	-moz-transition:padding-left .2s;
	-o-transition:padding-left .2s;
	-ms-transition:padding-left .2s;
	transition:padding-left .2s;
}

.redux-sidebar .redux-group-menu li a:hover > span {
	padding-left:35px;
}

.redux-sidebar .redux-group-menu li:last-child a {
	border-bottom: none;
}

#redux_save,
#redux-defaults-section,
#redux-defaults {
	border:none;
	margin-left: 5px;
	-webkit-box-shadow:none;
	box-shadow:none;
	text-shadow:none;
	padding:7px 10px;
	height:auto;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-o-transition:all .2s;
	-ms-transition:all .2s;
	transition:all .2s;
}

#redux_save,
#redux_save[disabled] {
	background-color:#9C0010 !important;
	color: #FFF !important;
}

#redux_save:hover {
	background-color:#79000d !important;
}

#redux-defaults-section,
#redux-defaults-section[disabled],
#redux-defaults,
#redux-defaults[disabled] {
	background-color:#bbb !important;
	color: #FFF !important;
}

#redux-defaults-section:hover,
#redux-defaults:hover {
	background-color:#aaa !important;
}

#redux_save[disabled],
#redux-defaults-section[disabled],
#redux-defaults[disabled] {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30) !important;
	-moz-opacity: 0.3 !important;
	-khtml-opacity: 0.3 !important;
	opacity: 0.3 !important;
}

.redux-main #redux-sticky #info_bar {
	height:44px;
}

.admin-color-fresh #redux-header::before {
	content:'';
	width:60px;
	height:60px;
	display:inline-block;
	background-image:url(../img/mr-apps-logo.png);
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	top:50%;
	left:25px;
	margin-top:-30px;
}

.redux-container #redux-header {
	padding-left:100px;
	background-color:#FFF;
	color:#3F3E40;
}

#redux-header h2,.admin-color-fresh #redux-header .display_header span,.wp-customizer #redux-header .display_header span {
	color:inherit;
}

.admin-color-fresh #redux-header,.wp-customizer #redux-header {
	border-color:#9C0010;
}

.redux-main::before {
	content: '';
	position: absolute;
	left: -202px;
	top: 0px;
	height: 100%;
}

.redux-sidebar .redux-group-menu li {
	overflow-x: hidden;
}

.redux-sidebar .redux-group-menu li a,
.redux-main::before {
	background:#3F3E40;
}

.redux-container .redux-sidebar {
	position: relative;
	z-index: 1;
}

.redux-container .redux-sidebar,
.redux-main::before {
	width: 201px;
}

.redux-container #redux-footer,
.redux-container #info_bar {
	background-color: transparent !important;
}

#footer-thankyou {
	display: none;
}

.vc_shortcode-param[data-param_type=dropdown] select.wpb_vc_param_value, .vc_shortcode-param[data-param_type=dropdown] select.wpb_vc_param_value option,
.vc-icons-selector .selector,
.vc_edit_form_elements input,
.vc-icons-selector .selected-icon i {
	height: 36px !important;
	line-height: 36px !important;
}

.vc_ui-panel-content-container .vc_link,
.vc_description {
    font-size: 12px;
}

.wpb_content_element>.wpb_element_wrapper {
    padding: 10px 10px 10px 55px !important;
}

.wpb_content_element>.wpb_element_wrapper>.wpb_element_title .vc_element-icon {
    margin-left: -45px;
}

.wpb_content_element small {
    margin-right: 10px;
}





