.display-none {
    display: none !important;
}

.megamenu-close-widgets {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #444444;
    text-decoration: none;
    font-size: 30px;
    display: none;
}
.megamenu-widgets .megamenu-close-widgets{
    display: block;
}
.megamenu-close-widgets span {
    font-size: 30px;
}
#accordion-section-menu_locations {
    border-top: 0px !important;
}

.megamenu-drag {
    height: 7px;
    background: none transparent;
    position: absolute;
    top: -1px !important;
    left: 0px;
    z-index: 999;
    width: 100%;
    display: block;
    cursor:ns-resize;
}

.mega-stt {
    background: #ffffff;
    border: 1px solid #DDDDDD;
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 8px;
    display: none;
    line-height: 10px;
    font-weight: normal;
    border-radius: 2px;
}
.mega-active .mega-stt{
    background: #008CC0;
    border-color:#008CC0;
    color: #ffffff;
}

.button.megamenu-wp-btn {
    text-transform: uppercase;
    cursor: pointer;
    display: none;
}
.menu-item-depth-0.mega-active.mega-nav-active .mega-stt,
.menu-item-depth-0.mega-nav-active .megamenu-wp-btn
{
    display: inline-block;
}

.megamenu-wp-btn.active, .mega-active .megamenu-wp-btn {
    background: #008CC0;
    border-color:#008CC0;
    color: #ffffff;
}
.megamenu-wp-btn.active:hover, .mega-active  .button.megamenu-wp-btn:hover,
.megamenu-wp-btn.active:focus, .mega-active  .button.megamenu-wp-btn:focus {
	background: #008CC0;
	border-color:#008CC0;
	color: #ffffff;
}
.megamenu-wp {
    background: #EEEEEE;
    bottom: 0;
    left: 300px;
    padding: 0px;
    position: fixed !important;
    right: 0;
    border-top: 1px solid #ddd;
    transition: all .5s ease;
    transform: translateY( 100% );
}
.megamenu-wp .hide {
    display: none !important;
}
.megamenu-wp.active {
    transform: translateY( 0 );
    z-index: 9;
}
.wp-full-overlay.collapsed .megamenu-wp {
    left: 0px;
}
.megamenu-wp-inner {
    position: relative;
}
.close-mega-panel {
    color: #444;
    text-decoration: none;
    position: absolute;
    top: 9px;
    right: 20px;

}
.close-mega-panel span {
    font-size: 30px;
}
.panel-heading {
    margin: 0px;
    padding: 15px 20px 5px;
}
.panel-live-view {
    margin-left: 25px;
    opacity: .6;
}
.panel-live-view.viewing, .panel-live-view:hover {
    opacity: 1;
}
.panel-live-view .live-preview-toggle-icon:before {
    font-family: dashicons;
    content: "\f530";
	font-size: 17px;
	position: relative;
	top: 4px;
}
.panel-live-view.viewing .live-preview-toggle-icon:before {
    content: "\f177";
}
.megamenu-tabs {
    margin: 0px;
    padding: 10px 30px 0px;
    display: block;
    list-style: none;
    border-bottom: 1px solid #ddd;
}
.megamenu-tabs:after {
    clear: both;
    content: "";
    display: block;
}
.megamenu-tabs li {
    display: inline-block;
    line-height: 20px;
    border: 1px solid #ddd;
    padding: 7px 13px;
    margin-bottom: -1px;
    cursor: pointer;
    font-weight: bold;
}
.megamenu-tabs li.editing-current-menu {
	border: 0 none;
	font-size: 17px;
	font-weight: normal;
	padding-left: 0;
	padding-right: 30px;
	position: relative;
	top: -6px;
}
.megamenu-tabs li.no-action {
    border: 0 none;
    padding-left: 0;
    padding-right: 30px;
    position: relative;
    top: -2px;
}
.megamenu-tabs li.no-action  span {
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
}
.megamenu-tabs li.no-action  span span {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	margin-left: 3px;
}
.megamenu-tabs li.active {
    background: #fff;
}
.megamenu-contents {
    background: #fff;
    overflow: auto;
}
.megamenu-contents-inner {
    display: block;
    max-height: 350px;
}
.megamenu-content {
    display: none;
    min-height: 60px;

}
.megamenu-content.active {
    display: block;
}
.megamenu-content.tab-layout {
	padding: 25px;
}

.megamenu-layout-area,
.megamenu-layout-area * {
    box-sizing: border-box;
}

.megamenu-layout-area .row::after {
    content: " "; clear: both; display: block;
}

.sortable {
    min-height: 45px;
    display: block;
}

.megamenu-layout-area .row {
    border: 1px solid #ddd;
    position: relative;
    margin-top: 30px;
    background: #ffffff;
}
.row-actions {
    background: #ddd none repeat scroll 0 0;
    color: #333333;
    left: -1px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -28px;
    line-height: 24px;
}

.row-actions > li {
    display: inline-block;
    position: relative;
    margin: 0px 10px 0px 0px;
}
.row-actions > li:last-child {
    margin-right: 0px;
}
.row-inner .description{
    padding: 0px 10px;
    margin-bottom: 10px;
}

.megamenu-layout-area .row .col {
    position: relative;
}
.megamenu-layout-area .row .col:last-child .col-inner {
    margin-right: 12px;
}
.col.active .col-inner{
    background: #FFF;
    position: relative;
}
.col .col-inner {
    margin: 12px 0px 12px 12px;
    border: 1px solid #ddd;
    padding: 10px;
    min-height: 49px;
    position: relative;
    background: #F5F5F5;
}
.row .col {
    float: left;
}
.action-label {
    font-size: 12px;
    margin: 0px 10px;
}

.row-actions {
    font-size: 20px;
}
.row-actions .dashicons::before {
    line-height: 30px;
    font-size: 28px;
}
.row-actions .dashicons {
    display: inline-block;
    line-height: 30px;
    cursor: pointer;
    width: 28px;
    height: 28px;
}
.row-actions .dashicons:hover {
    background: #333333;
    color: #ffffff;
}
.row-actions li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.row-actions li ul {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100px;
}
.row-actions li.num-col ul {
    position: absolute;
    top: 100%;
    left: 0px;
}
.col-actions {
    font-size: 20px;
    background: #DDDDDD;
    position: relative;
}
.action-footer {
    display: block;
    padding: 0px 12px 0px;
    margin-bottom: 13px;
}

.action-footer a {
    margin-right: 15px;
}

.action-top {
    display: block;
    height: 28px;
    position: relative;
    width: auto;
    margin: -10px -10px 13px;
    border-bottom: 1px solid #DDDDDD;
}
.col .add-actions:after {
    clear: both; content: " "; display: block;
}
.col .action-top a {
    margin-right: 10px;
    float: left;
}
.heading-input {
    padding-left: 56px;
    display: block;
    width: 100%;
}
.col .col-actions input {
    border: medium none;
    box-shadow: none;
    margin: 0;
    width: 100%;
    padding: 5px;
}
.action-top .dashicons {
    position: absolute; top: 0px;
    left: 0px;
}
.action-top .dashicons.dashicons-arrow-right {
    left: 28px;
}
.action-top .dashicons:hover {
    background: #333333;
    color: #ffffff;
}
.col-actions .dashicons:before {
    height: 100%;
    display: block;
    font-size: 28px;
    justify-content: center;

}
.col-actions.action-top .dashicons {
    cursor: pointer;
    height: 28px;
    width: 28px;
}


.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    float: left;
}
.col-12 {
    width: 100%;
}
.col-11 {
    width: 91.66666667%;
}
.col-10 {
    width: 83.33333333%;
}
.col-9 {
    width: 75%;
}
.col-8 {
    width: 66.66666667%;
}
.col-7 {
    width: 58.33333333%;
}
.col-6 {
    width: 50%;
}
.col-5 {
    width: 41.66666667%;
}
.col-4 {
    width: 33.33333333%;
}
.col-3 {
    width: 25%;
}
.col-2 {
    width: 16.66666667%;
}
.col-1 {
    width: 8.33333333%;
}


.col[data-col="12"] {
    width: 100%;
}
.col[data-col="11"]  {
    width: 91.66666667%;
}
.col[data-col="10"]  {
    width: 83.33333333%;
}
.col[data-col="9"] {
    width: 75%;
}
.col[data-col="8"]  {
    width: 66.66666667%;
}
.col[data-col="7"]  {
    width: 58.33333333%;
}
.col[data-col="6"]  {
    width: 50%;
}
.col[data-col="5"]  {
    width: 41.66666667%;
}
.col[data-col="4"]  {
    width: 33.33333333%;
}
.col[data-col="3"]  {
    width: 25%;
}
.col[data-col="2"]  {
    width: 16.66666667%;
}
.col[data-col="1"]  {
    width: 8.33333333%;
}


#widgets-left.megamenu-widgets, #widgets-left.megamenu-widgets *{
    box-sizing: border-box;
}
#megamenu-widget-modal-drop {
    position: fixed;
    top: 0px;
    left: 300px;
    bottom: 0px;
    right: 0px;
    background: rgba( 0,0,0, .4 );
    z-index: 9999;
    display: none;
}
.collapsed #megamenu-widget-modal-drop{
    left: 0px;
}
#megamenu-menu-modal-drop {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: none transparent;
    z-index: 9999;
    display: none;
}



/* WP Menu item */
.mega-menu-adding-items .megamenu-wp {
    right: 300px;
}
#available-menu-items.megamenu-menu-items {
    position: fixed;
    right: 0px;
    left: auto;
    z-index: 999999;
    visibility: visible;
    border-right: 0px;
    border-left: 1px solid #ddd;
}

.mega-col-widgets .menu-item-settings {
    display: none;
}
.mega-col-widgets .menu-item-settings.menu-item-edit-active {
    display: block;
}

.menu-item .field-title-attribute,
.menu-item .field-xfn,
.menu-item .field-description
{
    display: none;
}

.mega-style-field {
    position: relative;
    width: 450px;
    display: block;
}
.mega-style-field > .mega-style-field-inner {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.mega-style-field-inner {
    position: relative;
    padding: 30px 60px;
    display: block;
    background: #ffffff;
    border: 1px solid #EDEDED;
}

.mega-style-field .input-css {
    width: 50px;
    height: 20px;
    display: block;
    position: absolute;
    text-transform: lowercase;
    text-align: center;
}
.mega-style-field  .style_top {
    top: 5px;
    left:  50%;
    margin-left: -20px;
}
.mega-style-field  .style_bottom {
    bottom: 5px;
    left: 50%;
    margin-left: -20px;
}
.mega-style-field  .style_right {
    right: 3px;
    top:  50%;
    margin-top: -10px;
}
.mega-style-field  .style_left {
    left: 3px;
    top:  50%;
    margin-top: -10px;
}
.mega-style-label {
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 11px;
}
.media-item-preview {}
.media-item-preview img{
    max-width: 350px;
    height: auto;
}
.media-widget-buttons .remove-media,
.media-widget-buttons .change-media {
    display: none;
}
.attachment-added .media-widget-buttons .remove-media,
.attachment-added .media-widget-buttons .change-media {
    display: inline-block;
}
.attachment-added .media-widget-buttons .select-media {
    display: none;
}

/* Mega form */
.mega-form .field::after {
    clear: both; content: ""; display: block;
}
.mega-form .field label {
    display: block;

}
.mega-form .field {
    border-bottom: 1px solid #eeeeee;
	padding: 15px 12px;
	padding-left: 20%;
	position: relative;
}
.mega-form .field:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	background: #F9F9F9;
	border-color: #E1E1E1;
	border-style: solid;
	border-width: 0 1px 0 0;
	top: 0;
	bottom: 0;
	left: 0;
	width: 20%;
}

.mega-form .field_label {
	width: 23%;
	margin-left: -25%;
	padding: 0 12px;
	position: relative;
	z-index: 10;
}
.mega-form .field_label label {
	display: block;
	font-weight: 600;
	padding: 0;
	float: left;
}

.mega-form .field_input {
	width: 98%;
	padding-left: 15px;
}

.mega-form .field_input select,
.mega-form .field_input input[type="url"],
.mega-form .field_input input[type="text"]{
	min-width: 220px;
}

.mega-form .field_input input.input-css {
	min-width: auto;
}

.mega-form .field_desc {
	display: block;
	float: left;
	clear: both;
	margin: 4px 0px 0px;
}

.mega-form .field .label {
	display: block;
	font-weight: 600;
	padding: 0;
	float: left;
}
.mega-form .field .field-setting {
    float: left;
}
.mega-form .field .description {
    clear: both;
    display: block;
    margin-left: 15px;
    margin-top: 10px;
}

.list-sortable .item {
    border: 1px solid #DDDDDD;
    padding: 5px 10px;
    margin-bottom: 10px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
}
.list-sortable .item .handle{
    cursor: move;
}
.list-sortable .item .remove {
    color: red;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
}
.list-sortable .item .remove:before {
    font-family: dashicons;
    content: "\f335";
}

.megamenu-wp-msg {
    background-color: #fcf8e3;
    color: #8a6d3b;

    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #faf2cc;

}


#log {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999999;
    display: block;
}
.drag-helper {
    cursor: move;
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
