/* cta one link */

.fusion-wrapper {
    overflow: visible;
}

.cta-one-link {
    border-radius: 10px;
    /* display: block;
    position: relative; */
    /*position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    */
    /*bottom: 0;
    */
    text-align: center;
    z-index: 9999;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.cta-one-link.fixed {
    position: fixed;
    bottom: 0;
    width: 100vw;
}

.cta-one-link a {
    padding: 10px 0px;
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
}

.cta-one-link a:hover {
    color: inherit;
}

.cta-one-link img {
    margin-right: 5px;
}

/* cta two links */

.cta-two-link {
    border-radius: 10px;
    padding: 10px 0px;
    text-align: center;
    /*position: relative;
    width: 100vw;
    z-index: 999;
    */
    -webkit-border-radius: 70px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.cta-block-fixed {
    position: fixed !important;
    bottom: 0;
    width: 100vw;
    z-index: 999 !important;
}

.cta-block-title p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 !important;
    line-height: 18px;
}

.cta-block-buttons {
    max-width: 400px;
    margin: 10px auto 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-button {
    display: block;
    padding: 0px 6px;
    width: 100%;
    border-radius: 50px;
    margin: 0px 10px;
    outline: none;
    border-color: transparent;
    font-size: 16px;
    text-transform: uppercase;
}


