
@font-face {
    font-family: "Frutiger Black";
    font-display: swap;
    src: url("/themes/lottery/chha2020/fonts/NeueFrutigerWorld-Black.otf") format("opentype")
}
@font-face {
    font-family: "Fruitger";
    font-display: swap;
    src: url("/themes/lottery/chha2020/fonts/NeueFrutigerWorld-Medium.otf") format("opentype")
}

@font-face {
    font-family: "Frutiger 75 Black";
    font-display: swap;
    src: url("/themes/lottery/chha2020/fonts/FrutigerLTStd-Black.otf") format("opentype")
}

@font-face {
    font-family: "Frutiger LTD 55 Roman";
    font-display: swap;
    src: url("/themes/lottery/chha2020/fonts/FrutigerLTStd-Roman.otf") format("opentype")
}


body {
    margin-top: 30px;
    margin-bottom: 50px;
    background: #fff;
    transition: all 0.1s;
    font-family: "Fruitger", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #666666;
}
.header-fixed {
    margin-top: 50px;
}
h1, .h1 {
    font-family: "Frutiger 75 Black";
}
.lottery-logo {
    margin: 0px auto 30px auto;
    display: block;
    max-width: 312px;
    width: 100%;
}
.hpanel {
    border: none;
    box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.3);
    margin-bottom: 25px;
    border-radius: 10px;
}

.hpanel > .panel-heading {
    color: #fff;
    background: #b33674;
    padding-left: 20px;
    font-family: "Frutiger 75 Black";
    border-radius: 10px 10px 0px 0px;
}

.hpanel.hblue .panel-body {
    border: none;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
}
.hpanel.hbgblue .panel-body {
    background: #b33674;
}

.lottery-header-title {
    font-size: 33px;
}

.menu li a {
/*    padding: 20px 20px;*/
    color: #b33674;
    /*font-weight: 900;*/
    transition: all 0.1s;
}
.menu li a:hover {
    color: #3b579d;
}
.menu li.active a {
    border-bottom: 3px solid #b33674;
}
#mobile-menu > ul > li > a {
    color: #b33674;
    transition: all 0.1s;
}
#mobile-menu > ul > li > a:hover {
    color: #3b579d;
}
#menu-toggle span, #menu-toggle span:after, #menu-toggle span:before {
    background-color: #b33674;
}

.countdown-wrapper {
    width: 100%;
    text-align: center;
    height: auto;
    background-image: linear-gradient(98deg,#a11d55 0%,#b8557f 58%);
    background-color: #a11d55;
    border-radius: 10px;
    color: #fff;
    padding: 20px 0px;
    margin-bottom: 20px !important;
}
.countdown-wrapper .countdown-info {
    padding-top: 0px !important;
    font-size: 1.2em;
    font-weight: bold;
}
.countdown-wrapper .countdown {
    color: #fff;
    font-size: 1.75em;
    font-weight: 900;
    line-height: 0.8em;
}

.splash-screen:before {
    /*background: url('/themes/lottery/cl2019/bg.jpg') no-repeat center center fixed;
    background-size: cover;*/
}
.splash-cause {
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0,0,0,1);
}
.splash-inner-slider .splash-inner-caption {
    /*background: rgba(0, 0, 0, 0.4);*/
}
.splash-inner-slider .splash-inner-caption small {
    font-weight: normal;
}
.splash-inner-slide-cause {
    background-image: url(/themes/raffle/backgrounds/evan-kirby-101570.jpg);
}

.page-title-bar {
    /*background-image: url(/themes/lottery/cl2019/panel-bg.jpg) !important;
    background-position: center;
    background-size: cover;*/
}

.logic-or, .logic-and {
    background: #b33674;
}

.splash-inner-slider .splash-inner-slide:first-of-type .splash-inner-caption {
    display: none;
}

#nexus-raffle-logo-wrapper {
    /*display: none;*/
} 
form#checkoutForm {
    margin-bottom: 50px;
}

.btn-primary {
    font-family: 'Frutiger Black',Helvetica,Arial,Lucida,sans-serif;
    transition: all .4s ease-in-out;
    text-decoration: none;
    background: linear-gradient(-90deg,#A11D55,#B8537E);
    padding: 10px 30px 10px 30px;
    color: white!important;
    text-align: center;
    letter-spacing: 0.7px;
    font-size: 22px;
    border-radius: 10px;
    border: none;
}
.btn-primary:hover {
    background-image: linear-gradient(90deg,#a11d55 0%,#b8557f 100%)!important;
    background-color: #ffffff!important;
}
.form-control {
    padding: 3px 12px;
}
.credit-card-number {
    padding-left: 50px !important;
}
#order-status-info, h1.title, .lottery-logo {
    position: relative;
    z-index: 10;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 12px 16px 11px 16px;
    font-size: 21px;
}
.logic-and:before {
    line-height: 0.35em;
}

@media (min-width: 768px){
    #keyword {
        font-size: 2em;
        padding: 25px 10px 24px;
    }
    .page-winners .form-horizontal .control-label {
        padding-top: 15px;
    }
}