/**
 * Example how to customise the default AgeGate design.
 */

/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,300,700|Open+Sans:400,700,300,300italic,700italic);*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,700);
@import url(https://fonts.googleapis.com/css?family=Bitter:400,400i,700);

.agegate.agegate-back {
    background: url('https://www.horecasupport.nl/site/assets/img/agegate.jpg');
    background-size: cover;
    background-position: center center;
}

.agegate.agegate-back:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

.agegate.agegate-noscript {
    background: #000 !important;
    color: #fff !important;
    padding: 40px !important;
    font-size: 14px !important;
}

.agegate .agegate-content-spacer-top {
    height: 90px;
}

.agegate .agegate-content {
    background: rgba(255, 255, 255, 1);
    font-size: 14px;
    line-height: 20px;
}

.agegate a {
    /*color: #fff;*/
}

/*
.agegate .agegate-logo {
    background: url('https://www.hertogjan.nl/site/assets/img/logo-hertogjan-centered.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 120px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
}
*/

.agegate .agegate-header {
    font-family: 'Montserrat';
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #231f20;
    margin-bottom: 10px;
    font-weight: bold;
}

.agegate .agegate-subheader {
    font-family: 'Montserrat';
    font-weight: lighter;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 0;
    color: #231f20;
    margin-bottom: 20px;
}

.agegate .agegate-input {
    font-family: Montserrat;
    text-transform: uppercase;
    color: #231f20;
}

.agegate .agegate-button {
    background: #f49c00;
    font-family: 'Bitter', serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 26px;
    display: inline-block;
    padding: 10px 26px;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
}

.agegate .agegate-button,
.agegate .agegate-button:hover,
.agegate .agegate-button:focus,
.agegate .agegate-button:active,
.agegate .agegate-button:active:focus {
    /*color: #fff;*/
    box-shadow: none;
    outline: 0;
}

.agegate .agegate-button:hover,
.agegate .agegate-button:active {
    background: #f49c00;
}

.agegate .agegate-error {
    font-family: Montserrat;
    font-weight: lighter;
    background: rgba(255, 0, 0, 0.1);
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.agegate .agegate-checkbox-label {
    /*color: #fff;*/
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: lighter;
}

.agegate .agegate-cookie-info-link,
.agegate .agegate-remember-warning,
.agegate .agegate-cookie-info,
.agegate .agegate-bottom {
    font-family: Montserrat;
    font-weight: lighter;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    color: #231f20;
}

.agegate .agegate-cookie {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.agegate .agegate-bottom {
    font-size: 14px;
    line-height: 20px;
}

.agegate .agegate-bottom,
.agegate .agegate-bottom a {
    color: #aaa;
}

.agegate-cookie .agegate-checkbox-label,
.agegate-cookie .agegate-cookie-info-link,
.agegate-cookie .agegate-cookie-info,
.agegate-cookie .agegate-cookie-info a {
    color: #444;
}

.agegate-label-remember .agegate-checkbox-label {
    /*color: #FFF;*/
}

.agegate-error-cookies {
    color: #444;
}