.wpb-about-wrap,
.wpb-settings-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: block;
    margin-bottom: 10px;
}
.wpb-about-wrap ol li {
    margin-bottom: 30px;
}
.wpb-about-wrap ol li:last-child {
    margin-bottom: 0;
}
.wpb-about-wrap h1 {
    margin: .2em 200px 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 200px 2em 0;
    min-height: 60px;
    color: #555d66;
    font-weight: 400;
    line-height: 1.6em;
    font-size: 19px;
}
.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_documentation {
    background: #34495e;
}
.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_documentation:hover {
    background: #2c3e50;
}

.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;
}
.wpb_plugin_btns .alert {
    margin-top: 30px;
    margin-bottom: 30px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}