/* Redux section & field locking */
.redux-section-locked {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0px;
    left: 0px;
    text-align: center;
    color: #fff;
    z-index: 9999;
    transition: all 1s ease;
}
.wp-customizer .redux-section-locked {
    top: 70px;
}

.redux-section-locked .redux-locked-inner {
    height: 80px;
    margin-top: -40px;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
}

.redux-section-locked .redux-locked-inner .el {
    font-size: 40px;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.redux-section-locked .redux-locked-inner strong {
    text-transform: capitalize
}

#accordion-section-evl-tab-17 > ul > .redux-section-locked {
    height: 560px;
}
#accordion-section-evl-tab-16 > ul > .redux-section-locked {
    height: 1020px;
}
#accordion-section-evl-tab-19 > ul > .redux-section-locked {
    height: 1110px;
}
#accordion-section-evl-tab-12 > ul > .redux-section-locked {
    height: 1340px;
}

.redux-field-locked {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0px;
    left: 0px;
    text-align: left;
    color: #fff;
}

.redux-field-locked a, .redux-section-locked a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dashed;
}

.redux-field-locked .redux-locked-inner {
    height: 40px;
    margin-top: -20px;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    padding: 0px 15px;
    line-height: 44px
}

.redux-field-locked .redux-locked-inner .el {
    font-size: 25px;
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
}

.redux-field-locked .redux-locked-inner.empty {
    text-align: center;
    padding: 0;
}

.redux-field-locked .redux-locked-inner.empty .el {
    font-size: 35px;
    width: 45px;
    height: 45px;
    border: 0;
}

.redux-field-locked .redux-locked-inner strong {
    text-transform: capitalize
}

.form-table td .redux-field-locked {
    margin-top: -10px;
}

#customize-theme-controls .redux-field-locked {
    margin-top: 10px;
}

#customize-theme-controls .redux-field-locked .redux-locked-inner.empty .el {
    font-size: 25px;
    width: 35px;
    height: 35px;
}

#customize-theme-controls .redux-section-locked .redux-locked-inner .el {
    width: auto;
    height: auto;
    display: block;
}

#customize-theme-controls .redux-section-locked .redux-locked-inner {
    text-align: center;
    max-width: 100%;
    width: auto;
    top: 10%;
    padding: 0 10px;
}

.redux-main .redux-field-container {
    position: relative;
}
.redux-main.expand .redux-section-locked, .redux-main.closing .redux-section-locked {
    display: none;
}