/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.cf-link-button {
    background: rgba(255, 255, 255, 0);
    border-radius: 4px;
    border: none;
    border: solid 2px white;
    color: #ffffff;
    display: inline-block;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 53px;
    text-align: center;
    text-decoration: none;
    width: 200px;
    -webkit-text-size-adjust: none;
    margin: auto;
}

.cf-select-field {
    background-color: #434343;
    color: #ffffff;
    width: 100%;
    padding: 10px 20px 10px 20px;
    text-align: center;
    text-transform: uppercase;
}

.cf-row {
    width: 100%;
    margin-bottom: 25px;
}
