.wpb_wps_settings_area {
    position: relative;
}
.wpb_wps_pro_version_features {
    background: #fff;
    padding: 0 15px 15px;
    display: block;
    overflow: hidden;
    margin-top: 40px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}
.wpb_wps_pro_version_features ul {
    margin-bottom: 20px;
}
.wpb_wps_pro_version_features ul li {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 12px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}
.wpb_wps_pro_version_features ul li:before {
    content: "\f147";
    font-family: dashicons;
    font-size: 24px;
    color: #EB5E4C;
    position: relative;
    top: 7px;
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
}
.wpb_get_pro_btn,.wpb_get_pro_btn:hover,.wpb_get_pro_btn:focus,.wpb_get_pro_btn:active {
    outline: 0;
    box-shadow: none;
    color: #fff;
}
.wpb_get_pro_btn {
    display: inline-block;
    min-width: 200px;
    padding: 15px 0;
    background: #40BFF5;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-right: 40px;
    font-size: 15px;
    text-transform: uppercase;
}
.wpb_get_pro_btn:hover {
    background: rgba(64, 191, 245, 0.75);
}
@media screen and (max-width: 768px) {
    .wpb_wps_pro_version_features {
        position: inherit;
        width: 100%;
    }
}

.wpb-about-wrap {
    position: relative;
    margin: 25px 40px 0 20px;
    max-width: 960px;
    font-size: 15px;
}
.wpb-about-wrap input[type=text] {
    width: 100%;
    padding: 7px 10px;
}
.wpb-about-wrap ol {
    margin-bottom: 40px;
}
.wpb-about-wrap ol li b {
    display: inline-block;
    margin-bottom: 10px;
}
.wpb-about-wrap #wpb_wps_shortcode_parameters ol li b {
    display: block;
}
.wpb-about-wrap ol li {
    margin-bottom: 30px;
}
.wpb-about-wrap ol li:last-child {
    margin-bottom: 0;
}
.wpb-about-wrap h1 {
    margin: .2em 0 0 0;
    padding: 0;
    color: #32373c;
    line-height: 1.2em;
    font-size: 2.8em;
    font-weight: 400;
}
.wpb-about-wrap .wpb-about-text {
    margin: 1em 0 2em 0;
    min-height: 60px;
    color: #555d66;
    font-weight: 400;
    line-height: 1.6em;
    font-size: 19px;
}
.wpb-about-wrap .wpb-about-text p {
    line-height: 1.6em;
    font-size: 16px;
}
.wpb_wpbean_socials {
    margin-bottom: 15px;
    display: block!important;
    visibility: visible!important;
    overflow: hidden;
    margin-left: 20px;
    margin-top: 20px;
}
.wpb_wpbean_socials > a {
    margin-right: 10px;
    display: inline-block;
    line-height: 19px;
    text-decoration: none;
    color: #fff;
    padding: 6px 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.wpb_wpbean_socials > a:focus,
.wpb_wpbean_socials > a:active {
    outline: 0;
    box-shadow: none;
}

.wpb_wpbean_socials > a.wpb_facebook {
    background: #5D82D1;
}
.wpb_wpbean_socials > a.wpb_twitter {
    background: #40BFF5;
}
.wpb_wpbean_socials > a.wpb_googleplus {
    background: #EB5E4C;
}
.wpb_wpbean_socials > a.wpb_youtube {
    background: #cc181e;
}
.wpb_wpbean_socials > a.wpb_support {
    background: #3498db;
}
.wpb_wpbean_socials > a.wpb_facebook:hover {
    background: rgba(93, 130, 209, 0.75);
}
.wpb_wpbean_socials > a.wpb_twitter:hover {
    background: rgba(64, 191, 245, 0.75);
}
.wpb_wpbean_socials > a.wpb_googleplus:hover {
    background: rgba(235, 94, 76, 0.75);
}
.wpb_wpbean_socials > a.wpb_youtube:hover {
    background: rgba(204, 24, 30, 0.75);
}
.wpb_wpbean_socials > a.wpb_support:hover {
    background: #2980b9;
}

.wpb_button{
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;
    border: none;
    text-decoration: none;
}
.wpb_button i {
    line-height: inherit;
    font-size: inherit;
}
.wpb_button:hover {
    box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
}
.wpb_button_lg{
    height: 54px;
    line-height: 54px;
    text-align: center;
    letter-spacing: .5px;
    font-size: 1rem;
    outline: 0;
    border-radius: 2px;
    display: inline-block;
    padding: 0 2rem;
}
.wpb_button_success {
    background: #2196F3;
    color: #fff;
}
.wpb_button_success:hover,
.wpb_button_success:active,
.wpb_button_success:focus {
    background: #39a1f4;
    color: #fff;
    outline: 0;
}
.wpb_button_warning {
    background: #F44336;
    color: #fff;
}
.wpb_button_warning:hover,
.wpb_button_warning:active,
.wpb_button_warning:focus {
    background: #f55a4e;
    color: #fff;
    outline: 0;
}
.wpb_plugin_btns > .wpb_button:not(:last-child) {
    margin-right: 8px;
}