﻿.standardBtn {
    text-transform: uppercase;
    font-family: 'MagallanesCondMedium';
    border: 0;
    -moz-border-radius: 18px;
    border-radius: 18px;
    margin: 0;
    padding: 12px 25px 10px 25px;
    text-decoration: none !important;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
}

    .standardBtn:hover {
        cursor: pointer;
        color: #fff !important;
    }

    .standardBtn.green {
        background-color: #D8C722;
        color: #60504d;
    }

        .standardBtn.green:hover {
            background-color: #E24301;
        }

    .standardBtn.red {
        background-color: #e24301;
        color: #fff;
    }

        .standardBtn.red:hover {
            background-color: #008fbe;
        }

    .standardBtn.blue {
        color: #fff;
        background-color: #008fbe;
    }

        .standardBtn.blue:hover {
            background-color: #e24301;
        }

    .standardBtn.orange {
        background-color: #f19f53;
        color: #fff;
    }

        .standardBtn.orange:hover {
            background-color: #008fbe;
        }

    .standardBtn.yellow {
        background-color: #eec200;
        color: #fff;
    }

    .standardBtn.lowercase {
        text-transform: capitalize;
    }

.secondaryBtn {
    display: block;
    font-size: 14px;
    font-style: italic;
    padding: 10px 0 0 0;
    color: #008FBE;
}

@media only screen and (min-width : 0px)and (max-width:1023px) {

    .standardBtn {
        padding: 14px 25px 10px 25px;
        -webkit-appearance: none;
    }
}
