button span {
    color: #ffffff;
}

.btn,
.wp-block-button.btn a {
    background: #F16405;
    padding: 11px 24px;
    border-radius: 6px;
    color: #FFFFFF;
    font-family: 'Londrina Solid', cursive;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.btn:hover,
.wp-block-button.btn a:hover {
    background: #ffffff;
    border: 1px solid #F16405;
    color: #F16405;
}

.btn-yellow {
    background: #FEDA2E;
    color: #01496D;
}

.btn-yellow:hover {
    background-color: #01496D;
    color: #FEDA2E;
    border: 1px solid #FEDA2E;
}

.btn-pdf,
.btn-pdf-blue,
.wp-block-button.btn.btn-pdf a {
    font-family: 'Source Sans Pro-Bold';
    font-size: 14px;
    padding: 14px 10px 14px 40px;
    margin-bottom: 16px;
    background: #ffffff;
    color: #01496D;
    border: 1px solid #01496D;
}

body.single main #single-content article .post-content p a.btn-pdf,
body.single main #single-content article .post-content p a.btn-pdf-blue {
    color: #01496D !important;
}

body.single main #single-content article .post-content p a.btn-pdf:hover,
body.single main #single-content article .post-content p a.btn-pdf-blue:hover {
    color: #fff !important;
}

.btn-pdf-blue {
    padding: 11px 10px 11px 40px;
}

.btn-pdf:hover,
.wp-block-button.btn.btn-pdf a:hover {
    color: #fff !important;
    background-color: #01496D;
    border: 1px solid transparent;
}

.btn-blue,
.btn-pdf-blue,
.btn-primary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info {
    color: #fff;
    background-color: #01496D;
}

.btn-blue:hover,
.btn-pdf-blue:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover {
    color: #01496D;
    background-color: #fff;
    border: 1px solid #01496D;
}

.btn-white {
    background: #ffffff;
    color: #01496D;
}

.btn-white:hover {
    color: #fff;
    background-color: #01496D;
    border: 1px solid #ffffff;
}

body.page article .entry-content p a.btn-blue {
    color: #ffffff !important;
    font-weight: normal !important;
}

body.page article .entry-content p a.btn-blue:hover {
    color: #01496D !important;
    text-decoration: none !important;
}

body.page article .entry-content p a.btn-pdf:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

body.single main #single-content article .post-content p a.btn-blue,
body.single main #single-content article .post-content p a.btn-yellow:hover {
    color: #fff;
}

body.single main #single-content article .post-content p a.btn-yellow,
body.single main #single-content article .post-content p a.btn-blue:hover {
    color: #01496D;
}

.nf-form-content input[type=submit] {
    font-weight: bold;
    border-radius: 8px !important;
}
