/* Meta Box */
.wpl-meta-box-framework {
    margin: -6px -12px -12px -12px;
}
.wpl-mb-element {
    position: relative;
    padding: 30px;
    border-bottom: 1px solid #eee;
}
.wpl-mb-element:hover {
    background-color: #f9f9f9;
}
.wpl-mb-element:last-child{
    border-bottom: 0;
}
.wpl-mb-element .wpl-mb-title label{
    margin: 0;
    color: #23282d;
    font-weight: 700;
    font-size: 13px;
}
.wpl-mb-element .wpl-mb-title {
    position: relative;
    width: 25%;
    float: left;
}
.wpl-mb-desc {
    font-style: italic;
    font-weight: 400;
    margin-top: 8px;
    color: #999;
}
.wpl-mb-element p:last-child {
    margin-bottom: 0 !important;
}
.wpl-mb-element .wpl-mb-field-set {
    margin-left: 30%;
}
.wpl-mb-field-text input {
    width: 340px;
    max-width: 100%;
}
.wpl-mb-select{
    min-width: 80px;
    height: 30px;
}
.clear {
    clear: both;
}

@media only screen and (max-width: 1200px) {
    .wpl-meta-box-framework .wpl-mb-element .wpl-mb-title {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .wpl-meta-box-framework .wpl-mb-element .wpl-mb-field-set {
        margin-left: 0;
    }
}

/* Settings */
input[type=number].regular-text{
    width: 70px;
    float: left;
    margin-right: 10px;
}

/* Help Support Area */
.help_support_area{
    padding: 12px;
}

/* Pro Info */
.text-center{
    text-align: center;
}
.text-uppercase{
    text-transform: uppercase;
}

/* col */
.wpl-col-lg-1,
.wpl-col-lg-2,
.wpl-col-lg-3,

.wpl-col-md-1,
.wpl-col-md-2,
.wpl-col-md-3,

.wpl-col-sm-1,
.wpl-col-sm-2,
.wpl-col-sm-3,

.wpl-col-xs-1,
.wpl-col-xs-2,
.wpl-col-xs-3{
    float: left;
    position: relative;
    min-height: 1px;
    margin-bottom: 30px;
}
.wpl-col-lg-1{
    width: 100%;
}
.wpl-col-lg-3{
    width: 26.222222%;
}
.wpl-product-features{
    padding: 25px;
    padding-bottom: 4px;
}
.wpl-all-features{
    background: #fff;
    display: inline-block;
    border: 1px solid #ddd;
}
.wpl-testimonial-pro-version span.dashicons-yes,
.wpl-testimonial-free-version span.dashicons-yes{
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 2px;
}
.wpl-testimonial-pro-version span.dashicons-yes{
    background-color: #f97352;
}
.wpl-testimonial-free-version span.dashicons-yes{
    background-color: #444444;
}
.wpl-testimonial-pro-version{
    border: 1px solid #f97352;
    background: #fffaf8;
    padding: 0 30px 20px 30px;
    margin-left: 2.5%;
}
.wpl-testimonial-pro-version h2{
    color: #fff;
    background: #f97352;
    padding: 13px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
}
.wpl-testimonial-pro-version ul li{
    color: #222222;
}
.wpl-testimonial-free-version{
    border: 1px solid #e2e2e2;
    background: #fdfdfd;
    padding: 0 30px 20px 30px;
}
.wpl-testimonial-free-version h2{
    color: #444444;
    background: #efefef;
    padding: 13px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
}
.wpl-header-text a.wpl-upgrade-button{
    background-color: #f97352;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 14px;
    letter-spacing: .5px;
    display: inline-block;
    border-radius: 5px;
    margin-left: 30px;
}
.wpl-header-text h1{
    display: inline-block;
}
.wpl-product-features h3{
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.wpl-footer-info .wpl-upgrade-button{
    background-color: #f97352;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    letter-spacing: .5px;
    display: inline-block;
    border-radius: 5px;
}
.wpl-footer-info{
    border-top: 1px solid #d3d3d3;
    padding-top: 30px;
    margin-top: 10px;
}
.wpl-footer-info h1{
    font-size: 26px;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
}
.wpl-footer-info h4{
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 22px;
}

/* md */
@media (min-width: 992px) and (max-width: 1392px) {
    .wpl-col-md-1{
        width: 100%;
    }
    .wpl-col-md-2{
        width: 40%;
    }
    .wpl-col-md-3{
        width: 33.22222222%;
    }
    .wpl-testimonial-pro-version{
        margin-left: 0;
    }
    .wpl-testimonial-free-version{
        margin-right: 2.5%;
    }
}

/* sm */
@media (min-width: 650px) and (max-width: 991px) {

    .wpl-col-sm-1{
        width: 90%;
    }
    .wpl-col-sm-2{
        width: 49.9%;
    }
    .wpl-col-sm-3{
        width: 33.22222222%;
    }
    .wpl-testimonial-pro-version{
        margin-left: 0;
    }
}

/* xs */
@media (max-width: 651px) {
    .wpl-col-xs-1{
        width: 85%;
    }
    .wpl-col-xs-2{
        width: 49.9%;
    }
    .wpl-col-xs-3{
        width: 33.22222222%;
    }
    .wpl-testimonial-pro-version{
        margin-left: 0;
    }

}