
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;300;400;700;900&display=swap');

body {
    margin-top: 30px;
    margin-bottom: 50px;
    background: #f2f0ed;
    transition: all 0.1s;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #666666;
}
.header-fixed {
    margin-top: 50px;
}
h1, .h1 {
    font-family: "Open Sans";
}
.lottery-logo {
    margin: 0px auto 30px auto;
    display: block;
    max-width: 312px;
    width: 100%;
}
.hpanel {
    border: none;
    box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 10%);
    margin-bottom: 25px;
    border-radius: 15px;
    background: transparent;
}

.hpanel > .panel-heading {
    color: #fff;
    background: #d2232a;
    padding-left: 20px;
    border-radius: 15px 15px 0px 0px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2em;
}

.hpanel.hblue .panel-body {
    border: none;
    /* border-top: none; */
    border-radius: 0px 0px 15px 15px;
}
.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,#333333 0%,#3498db 58%); */
    /* background-color: #ffffff; */
    /* border-radius: 10px; */
    color: #000;
    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: #d2232a;
    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: #a7151b;
}

.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: Helvetica,Arial,Lucida,sans-serif;
    transition: all .4s ease-in-out;
    text-decoration: none;
    background: linear-gradient(180deg,#d2232a,#680004);
    padding: 10px 30px 10px 30px;
    color: white!important;
    text-align: center;
    letter-spacing: 0.7px;
    font-size: 22px;
    border-radius: 3px;
    border: none;
}
.btn-primary:hover {
    background-image: linear-gradient(182deg,#333333 0%,#d2232a 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;
    font-family: 'Barlow Condensed', sans-serif;
    /* font-size: 3em; */
    font-weight: bold;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 12px 16px 11px 16px;
    font-size: 21px;
}
.logic-and:before {
    line-height: 0.35em;
    top: 37%;
}
    
@media (min-width: 768px){
    #keyword {
        font-size: 2em;
        padding: 25px 10px 24px;
    }
    .page-winners .form-horizontal .control-label {
        padding-top: 15px;
    }
}

#qtyA2, #qtyB2, #qtyA4, #qtyB4, #qtyA6, #qtyB6 {
    display: none;
}