.btn {
    cursor: pointer;
    margin: 0;
    padding: 0 2.5rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.25rem;
    border: 2px solid #000;
    height: 3.625rem;
    line-height: calc( 3.625rem - 4px );
    text-align: center;
    display: inline-block;
    font-weight: 700;
    font-family: inherit;
}


.btn i {
    font-size: 1rem;
}


.btn.btn-rounded {
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    border-radius: 4rem;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}


.no-mobile .btn.btn-rounded:hover {
    background-color: #000;
    color: #fff;
}

.loadmore {
    text-align: center;
    margin-top: 4.375rem;
}



.btn.btn-sm {
    font-size: 1rem;
    height: 3.4rem;
    line-height: calc( 3.4rem - 2px );
    border-width: 1px;
}