/* Loading custom fonts */
@font-face {
    font-family: 'Lovelo';
    src: url('../../../themes/wazoku/fonts/lovelo_black.otf');
}

.wazoku-page-cta {
    position: relative;
}

.wazoku-cta-text {
    position: absolute;
    top: 15%;
    color: #003f5d;
    z-index: 1;
    text-shadow: 2px 2px 5px #fff;
    width: 90%;
    margin: 0 5%;
    text-align: center;
    font-size: 3em;
    font-family: 'Lovelo', 'proxima-nova', "Helvetica Neue", Helvetica, sans-serif;
}

.wazoku-cta-image {
    position: relative;
}

.wazoku-cta-image img {
    width: 100%;
    margin: 0 auto;
}

.wazoku-cta-buttons {
    position: absolute;
    bottom: 15%;
    width: 100%;
}

.wazoku-cta-button-list {
    display: table;
    overflow: auto;
    margin: 0 auto;
}

.wazoku-cta-button {
    float: left;
    margin: 0 10px;
}

.wazoku-cta-single {
    width: 100%;
}

@media only screen
and (min-width: 1440px) {
    .wazoku-cta-text {
        font-size: 4em;
    }
}

@media only screen
and (max-width: 992px) {
    .wazoku-cta-text {
        top: 7.5%;
    }
}

@media only screen
and (max-width: 767px) {
    .wazoku-cta-text {
        font-size: 1.25em;
        width: 95%;
        margin: 0 2.5%;
    }

    .wazoku-cta-buttons {
        bottom: 12.5%;
    }

    .wazoku-cta-button {
        width: 180px;
        width: 40vw;
    }
}
