.litho-menu-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 3px 5px;
    background: #298ffc;
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    overflow: hidden;
    vertical-align: middle;
    margin: -4px -25px 0 5px;
    -webkit-transition: all 300ms cubic-bezier(0.31, 0.91, 0.51, 1);
    transition: all 300ms cubic-bezier(0.31, 0.91, 0.51, 1);
    opacity: 0;
}
.menu-item .menu-item-handle:hover .litho-menu-trigger {
    opacity: 1;
}
.litho-menu-trigger:hover {
    background: #206ff4;
}
.litho-menu-trigger .dashicons {
    float: left;
    font-size: 12px;
    line-height: 16px;
    width: 16px;
    height: 16px;
}
.litho-menu-popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    color: #96989a;
}
.litho-menu-popup.litho-hidden {
    top: auto;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}
.litho-menu-popup__overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.litho-menu-popup__content {
    background: #fff;
    display: inline-block;
    box-shadow: 0px 5px 21px rgba(0,0,0,0.3);
    box-sizing: border-box;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms linear 200ms;
    transition: all 300ms linear 200ms;
    position: relative;
    z-index: 2;
    width: 900px;
    height: 400px;
    max-width: 90vw;
    overflow: auto;
}
.litho-menu-popup__inner {
    height: -webkit-calc( 100% - 40px);
    height: calc( 100% - 40px);
}
.litho-settings-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}
.litho-settings-tabs__nav {
    width: 17%;
    min-width: 120px;
    border-right: 1px solid #e5e5e5;
    text-align: left;
    padding-top: 20px;
}
.litho-menu-tabs__nav-item:hover::after,
.litho-menu-tabs__nav-item.litho-active-tab::after {
    width: 3px;
    display: none;
}
.litho-menu-tabs__nav-item::after {
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    content: "";
    width: 0;
    background: #298ffc;
}
.litho-menu-tabs__nav-item:hover,
.litho-menu-tabs__nav-item.litho-active-tab {
    color: #232323;
    background-color: #fff;
}
.litho-menu-tabs__nav-item.litho-active-tab {
    margin-right: -1px;
}
.litho-menu-tabs__nav-item {
    cursor: pointer;
    line-height: 17px;
    font-weight: 700;
    font-size: 14px;
    color: #23282d;
}
.litho-menu-tabs__nav-item {
    cursor: pointer;
    line-height: 17px;
    padding: 15px 15px;
    font-weight: 700;
    font-size: 15px;
    color: #232323;
    position: relative;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    background-color: #F7F7F7;
    border-bottom: 1px solid #dcdcdd;
}
.litho-settings-tabs__nav {
    text-align: right;
}
.litho-hidden-tab{
    display: none;
}
.litho-menu-tabs__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.litho-menu-tabs__content-item {
    padding: 15px 30px;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
    position: relative;
}

.litho-menu-popup__close {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(255,255,255,0.3);
}
.litho-menu-popup__close:hover {
    color: rgba(255,255,255);
}
.litho-menu-popup__actions-save {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.litho-menu-settings-fields label {
    vertical-align: baseline;
}
.litho-menu-tabs__nav {
    width: 25%;
    min-width: 120px;
    border-right: 1px solid #e5e5e5;
    text-align: left;
    padding-top: 0;
}
.litho-menu-popup__actions {
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #495157;
}
.litho-menu-editor-wrap {
    display: none;
}
.litho-menu-editor-wrap.litho-editor-active {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.litho-menu-editor-wrap.litho-editor-active .litho-editor-frame {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
}
.litho-close-frame.litho-loaded {
    display: block;
}
.litho-close-frame { display: none; }
.litho-close-frame.litho-loaded { display: block; }
.litho-close-frame .back-arrow-top {
    position: absolute;
    z-index: 9999;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    cursor: pointer;
}
.litho-close-frame .back-arrow-bottom {
    position: absolute;
    z-index: 9999;
    width: 50px;
    height: 39px;
    left: 0;
    bottom: 0;
    cursor: pointer;
}
.litho-menu-editor-wrap.litho-editor-active iframe {
    width: 100%;
    height: 100%;
}
.elementor-panel .elementor-header-button .elementor-icon.eicon-menu-bar::before {
    content: '\E87E';
}
.elementor-panel #elementor-panel-footer-settings .eicon-cog::before {
    content: '\E87E';
}
#elementor-loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f1f3f5;
    z-index: 9999;
}
.elementor-loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px;
}
.elementor-loader-wrapper .elementor-loader {
    height: 90px;
    position: relative;
}
.elementor-loader-wrapper .elementor-loader-box:nth-of-type(1) {
    width: 23%;
    height: 100%;
    left: 0;
    top: 0;
}
.elementor-loader-wrapper .elementor-loader-box:not(:nth-of-type(1)) {
    right: 0;
    height: 20%;
    width: 60%;
}
.elementor-loader-wrapper .elementor-loader-box:nth-of-type(2) {
    top: 0;
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}
.elementor-loader-wrapper .elementor-loader-box:nth-of-type(3) {
    top: 40%;
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.elementor-loader-wrapper .elementor-loader-box:nth-of-type(4) {
    bottom: 0;
    -webkit-animation-delay: -1.35s;
    animation-delay: -1.35s;
}
.elementor-loading-title {
    color: #495157;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    letter-spacing: 7px;
    font-size: 10px;
    -webkit-animation: load-title 1.5s linear infinite;
    animation: load-title 1.5s linear infinite;
}
.elementor-loader-wrapper .elementor-loader-box {
    position: absolute;
    -webkit-animation: load 1.8s linear infinite;
    animation: load 1.8s linear infinite;
}
.elementor-loader-wrapper .elementor-loader-box {
    background-color: #495157;
}
.litho-menu-editor-active .litho-menu-popup__content {
    -webkit-transition: all 300ms cubic-bezier(0.31, 0.91, 0.51, 1);
    transition: all 300ms cubic-bezier(0.31, 0.91, 0.51, 1);
    width: 90vw;
    height: 90vh;
}
.litho-content-tab-wrap label, .litho-menu-tabs__content-item .title {
    width: 50%;
    font-weight: 600;
    color: #838383;
    font-size: 14px;
}
.litho-content-tab-wrap-box .select2-container,
.litho-content-tab-wrap-box .litho-menu-icons { 
    width: 50%;
}
.litho-menu-tabs__content label {
    cursor: unset;
}
    .litho-menu-tabs__content .litho-content-tab-wrap,
.litho-menu-tabs__content .litho-icon-tab-wrap,
.litho-menu-tabs__content .litho-one-page-navigation-tab-wrap
{    
    display: flex;
    flex-direction: column;
}
.litho-menu-tabs__content .content-tab-field-control .litho-content-tab-wrap-box {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.select2-container {
    z-index: 99999;
}

.select2-container--default .select2-results__option .select2-results__option span i,
.select2-container--default .select2-selection--single .select2-selection__rendered span i {
    margin-right: 5px;
}

.preloading-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 99999;
}
.preloading {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.litho-menu-popup__actions-save .spinner {
    float: none;   
    margin-top: 0;
    margin-right: 6px;
}
.litho-menu-popup__actions-save .dashicons {
    margin-right: 8px;
    margin-top: 2px;
}

.litho-menu-tabs__content-item.tab-loading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.litho-menu-popup-separator {
    margin: 15px 0;
    border-top: 1px solid #e5e5e5;
}
.litho-menu-tabs__content .litho-content-tab-wrap button {
    vertical-align: middle;
}