﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

img { max-width: 100%; }

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #dc2619;
}

.ZonaPro-Regular {
    font-family: ZonaPro-Regular;
    font-style: normal;
    font-weight: normal;
}

.ZonaPro-Light {
    font-family: ZonaPro-Light;
    font-style: normal;
    font-weight: normal;
}

.ZonaPro-Bold {
    font-family: ZonaPro-Bold;
    font-style: normal;
    font-weight: normal;
}

.ZonaPro-ExtraBold {
    font-family: ZonaPro-ExtraBold;
    font-style: normal;
    font-weight: normal;
}

.BlackDiamond {
    font-family: BlackDiamond;
    font-style: normal;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .hidden-md {
        display: none;
    }
}

.main {
    position: relative;
    z-index: 10;
    padding-top: 15px;
}

@media screen and (min-width: 768px) {
    .main {
        padding-top: 20px;
    }
}

@media screen and (min-width: 992px) {
    .main {
        padding-top: 25px;
    }
}

@media screen and (min-width: 1200px) {
    .main {
        padding-top: 30px;
    }
}

.button,
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #000;
    border: none;
    border-radius: 12px 0;
    color: #fff;
    display: inline-block;
    font-family: 'ZonaPro-Bold', Arial, sans-serif;
    font-size: 14px;
    min-width: 120px;
    padding: 13px 16px;
    text-align: center;
    transition: .2s ease;
}

.button--inverse {
    background: #ffffff;
    color: #000000;
}

.button:not(.disabled):hover,
.button:not(.disabled):active,
button:not(.disabled):hover,
button:not(.disabled):active {
    background-color: #585757;
    color: #fff;
    text-decoration: none;
}

.button--inverse:not(.disabled):hover,
.button--inverse:not(.disabled):active,
button:not(.disabled):hover,
button:not(.disabled):active {
    background-color: #000000;
    color: #fff;
    text-decoration: none;
}

.button--hoverRed:not(.disabled):hover,
.button--hoverRed:not(.disabled):active {
    background-color: #dc2619;
    color: #fff;
}

.intro_title {
    color: #000000;
    font-family: 'ZonaPro-Regular', Arial, sans-serif;
    font-size: 20px;
    margin-top: 10px;
}


@media screen and (min-width: 1024px) {
    .intro_title { font-size: 26px; }
}

.intro_subtitle {
    color: #dc2619;
    font-family: 'BlackDiamond', Arial, sans-serif;
    font-size: 38px;
}

@media screen and (min-width: 1024px) {
    .intro_subtitle { font-size: 48px; }
}

.intro_button { margin-top: 30px; }

.logo {
    text-align: center;
    padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .logo {
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 992px) {
    .logo {
        padding-bottom: 25px;
    }
}

@media screen and (min-width: 1200px) {
    .logo {
        padding-bottom: 30px;
    }
}

.logo--success { margin-bottom: 28px; }

.biteclub-icon {
    background: url('../img/bite-icon.png') 100% no-repeat;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 107px;
    width: 100px;
    background-size: 100px;
}

.return_home {
    color: #000;
    font-family: 'ZonaPro-Regular', Arial, sans-serif;
    margin-top: 60px;
    text-align: center;
}

.return_home a {
    color: #000;
    text-decoration: underline;
}

.form-group-label {
    font-family: 'ZonaPro-Bold', Arial, sans-serif;
    font-size: 18px;
}

@media screen and (min-width: 1024px) {
    .form-group-label { font-size: 26px; }
}

.form-check-label {
    font-family: 'ZonaPro-Regular', Arial, sans-serif;
    font-size: 14px;
}

.form-control {
    border: 0;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    color: #000000;
    font-family: 'ZonaPro-Regular', Arial, sans-serif;
    font-size: 16px;
    padding: 0.375rem 0;
}

@media screen and (min-width: 1024px) {
    .form-control { font-size: 18px; }
}

.form-control:focus {
    background-color: #fff;
    border-color: #000000;
    box-shadow: none;
    color: #000000;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #909;
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000000;
    opacity: 1;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000000;
    opacity: 1;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

.form-control::placeholder { /* Most modern browsers support this now. */
    color: #000000;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.success_title {
    color: #dc2619;
    font-family: 'BlackDiamond', Arial, sans-serif;
    font-size: 48px;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .success_title { font-size: 64px; }
}

.success_subtitle {
    font-family: 'ZonaPro-Regular', Arial, sans-serif;
    font-size: 18px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .success_subtitle {
        font-size: 32px;
    }
}

.tablet_text_success {
    background-color: #E8F3DB;
    border-radius: 50px;
    color: #69BC69;
    padding: 5px 10px;
    text-align: center;
}

.tablet_text_error {
    background-color: #FFEACC;
    border-radius: 50px;
    color: #000;
    padding: 5px 10px;
    text-align: center;
}

/* RESETS */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* VENDORS EXTENSIONS */
.alert-success {
    background-color: transparent;
    border: 0;
    padding-left: 0;
    margin-bottom: 0;
}
.text-danger.field-validation-error {
    background: #FFE0E1;
    padding: 15px;
    display: block;
    color: #ED5786 !important;
}