  /*
	Theme Name: Rivier Primary
	Author: Fastspot
	Author URI: https://www.fastspot.com
	Version: 1.0.0
	Text Domain: fs-boilerplate
	Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, theme-options
*/

a.custom-button-block {
    color:#fff;
    box-shadow:none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    -webkit-box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding: 1em .5em;
    height: auto;
    width: 100%;
    position: relative;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #dbdbdb;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: .75em;
    padding-right: .75em;
    text-align: center;
    white-space: nowrap;
    background-color: #4790da;
    font-weight: 600;
    font-family: Calibre, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    font-size: 18px !important;
    text-transform: uppercase;
    transition: all .3s ease;
}
.custom-button-block:hover {
    background-color: #000; color: white !important;
}

.form-submit-button-text {
    color:#fff;
}

#tlh-form {
  max-width: 600px;
  margin: 2em;
}

#tlh-form.form-submit {
  margin-top: 1em;
}


