.ibanwpf-welcome-wrapper {
    max-width: 800px;
    margin: auto;
    margin-top: 50px;
    box-sizing: border-box;
}

.ibanwpf-welcome-wrapper a {
    color: #0073aa;
    text-decoration: underline;
}

/* Intro Section */

.ibanwpf-about-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.ibanwpf-left-logo-cont {
    display: inline-block;
    width: 128px;
    margin-right: 20px;
    vertical-align: top;
}

.ibanwpf-left-logo-cont img {
    width: 100%;
}

.ibanwpf-right-logo-text-cont {
    display: inline-block;
    width: calc(100% - 152px);
    vertical-align: top;
}

.ibanwpf-welcome-wrapper h2,
.ibanwpf-admin-addon-wrap h2 {
    color: #222;
    font-size: 24px;
    margin: 0px 0px 10px;
    line-height: 1.4;
}

.ibanwpf-welcome-wrapper h5,
.ibanwpf-admin-addon-wrap h5 {
    font-size: 18px;
    color: #222;
}

.ibanwpf-welcome-wrapper p,
.ibanwpf-admin-addon-wrap p {
    font-size: 18px;
    line-height: 1.5;
    color: #444;
    margin-top: 0px;
    margin-bottom: 10px;
}

.ibanwpf-section {
    padding: 25px;
    border: 2px solid #dedcdc;
    background: #fff;
}



.ibanwpf-section-spacing {
    margin-top: 40px;
}

.ibanwpf-center-text {
    text-align: center;
}

.ibanwpf-video-section {
    border: 2px solid #dedcdc;
    border-top: 0px;
    height: 420px;
    transition: all 0.16s;
    background: #000;
}

.ibanwpf-video-section:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    transform: scale(1.03);
}

.ibanwpf-video-section:hover img {
    opacity: 0.8;
}

.ibanwpf-video-section:hover::after {
    content: "Click for Video";
    display: inline-block;
    font-size: 40px;
    text-align: center;
    color: #fff;
    width: 300px;
    font-weight: bold;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 5px;
    margin: auto;
}

.ibanwpf-feature-info-container {
    margin-top: 60px;
}

.ibanwpf-feature-info-container h5 {
    margin: 0 0 8px;
    margin-left: 68px;
}

.ibanwpf-feature-info-container p {
    font-size: 16px;
    margin-left: 68px;
}

.ibanwpf-feature-info-container img {
    float: left;
    max-width: 54px;
}

/* Feature flex */
.ibanwpf-feature-info-container {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 20px 4%;
    align-items: start;
}

.ibanwpf-testimonial-section h2 {
    text-align: center;
}

.ibanwpf-testimonial-first {
    margin-top: 25px;
}

.ibanwpf-testimonial-text {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 2px solid #efefef;
}

.ibanwpf-support-section {
    padding: 25px;
}

.ibanwpf-support-section h2,
.ibanwpf-support-section p {
    color: #fff;
}

.ibanwpf-welcome-wrapper .ibanwpf-wel-page-button {
    background-color: #e27730;
    border-color: #e27730;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 28px;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 3px;
}

.ibanwpf-welcome-wrapper .ibanwpf-wel-page-button:hover {
    background-color: #b85a1b;
    border-color: #b85a1b;
    color: #fff;
}

.ibanwpf-support-left {
    width: 400px;
}

.ibanwpf-welcome-wrapper .ibanwpf-donation-button {
    color: #2a9b39;
    background: transparent;
}

.ibanwpf-welcome-wrapper .ibanwpf-donation-button:hover {
    background: #2a9b39;
    color: #fff;
}

.ibanwpf-donation-sec {
    padding: 40px 25px;
    text-align: center;
    border: 2px solid #dedcdc;
    border-top: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.ibanwpf-follow-text {
    border-bottom: 1px dashed #2a9b39;
    padding-bottom: 2px;
}

.ibanwpf-addon-bundle {
    display: grid;
    grid-template-columns: 60% 33%;
    background: #111;
    gap: 0 6%;
    padding: 25px;
}


.ibanwpf-update-left {
    text-align: left;
}

.ibanwpf-update-right {
    text-align: center;
    color: #fff;
}

.ibanwpf-wel-addon-price .ibanwpf-wel-amount {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.ibanwpf-wel-addon-price .ibanwpf-wel-amount::before {
    content: "$";
    position: absolute;
    top: -8px;
    left: -16px;
    font-size: 18px;
}

.ibanwpf-wel-addon-price .ibanwpf-wel-term {
    font-size: 12px;
    display: inline-block;
}

.ibanwpf-addon-bundle h2 {
    color: #fff;
}

.ibanwpf-wel-addon-price {
    padding: 26px 0;
}

.ibanwpf-update-right h2 span {
    display: inline-block;
    border-bottom: 1px solid #555;
    padding: 0 15px 12px;
}

.ibanwpf-update-right h2 {
    margin-bottom: 0px;
}

.ibanwpf-wel-addon-feature h2 {
    font-size: 20px;
}

.ibanwpf-update-left ul li .dashicons {
    color: #2a9b39;
    margin-right: 5px;
}

/* css for addons page */

.ibanwpf-box {
    background: #fff;
    border: 2px solid #dedcdc;
    padding: 10px;
    box-sizing: border-box;
}

.ibanwpf-box img {
    width: 100%;
}

.ibanwpf-addon-clearfix {
    clear: both;
}


.ibanwpf-admin-addon-wrap {
    max-width: 1020px;
    width: 100%;
    margin: auto;
}

.ibanwpf-admin-addon-wrap h5 {
    margin: 0 0 15px 0px;
}


.ibanwpf-no-margin {
    margin-right: 0px;
}


/* wpforms builder */
.ibanwpf-custom-btn {
    color: #ffffff;
    background: none;
    border: none;
    border-bottom: 1px solid #444444;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 11px;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.ibanwpf-custom-btn:hover {
    background-color: #444444;
}

.ibanwpf-custom-btn i {
    color: #999999;
    display: block;
    font-size: 30px;
    margin: 0 auto 5px auto;
    text-align: center !important;
}

.ibanwpf-custom-btn span {
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 17px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ibanwpf-welcome-wrapper .ibanwpf-white-text {
    color: #fff;
}

/* ultimate page builder */
.wpforms_page_sfwf_wpforms_ultimate #wpforms-header,
.wpforms_page_sfwf_wpforms_ultimate #wpforms-notice-bar,
.wpforms_page_sfwf_wpforms_ultimate #adminmenumain,
.wpforms_page_sfwf_wpforms_ultimate #wpforms-flyout,
.wpforms_page_sfwf_wpforms_ultimate #wpfooter {
    display: none;
}