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

body {
    font-family: 'Roboto', sans-serif;
    margin-top: 145px;
    background: #fafafa;
    transition: all 0.1s;
}

.hpanel {
    border: none;
    box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.05);
    margin-bottom: 25px;
    border-radius: 5px;
}

.hpanel > .panel-heading {
    color: #666;
    background: #fff;
    padding-left: 20px;
}

.hpanel.hblue .panel-body {
    border: none;
    border-top: 2px solid #eda03d;
}
.hpanel.hbgblue .panel-body {
    background: #159eee;
}

.lottery-header-title {
    color: #1e477d;
    display: none;
    align-items : center;
}

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

.countdown-wrapper .countdown {
    color: #159eee;
}
.splash-screen:before {
    background: rgb(249,249,249);
    background: url('/themes/lottery/rcpb2021/bg.jpg') no-repeat center center fixed;
}

.splash-cause {
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}
.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/lottery/demo2018/rafflenexus.com-slide1.jpg);
}


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

.terms-of-use-acceptance-form-group .checkbox a {
    color: inherit;
    text-decoration: underline;
}

.page-title-bar {
    /* background: rgb(249,249,249); */
    /* background: linear-gradient(145deg, rgb(238 170 83) 0%, rgb(31 72 129) 100%) !important; */
    background: url(/themes/lottery/rcpb2021/bg.jpg) no-repeat center 80% fixed !important;
}

.menu-wrapper {
    border-top: none;
}
.menu li + li {
    border-left: none;
}
.menu li a > i {
    color: #222;
}
.lottery-header-order-button {
    box-shadow: 0px 3px 4px rgba(0,0,0,0.4);
    margin-top: 7px;
}
@media (max-width: 990px){
    .lottery-header-order-button {
         margin-top: 0px;
    }
}
.header {
    background: #f9f9f9;
}
.menu-wrapper {
    background: transparent;
}

.splash-inner {
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.5);
}
.splash-inner-slider .splash-inner-slide {
    border-radius: 6px 0px 0px 6px;
}

@media (max-width: 1200px){
    .splash-inner-slider .splash-inner-slide {
        border-radius: 6px 0px 0px 0px;
    }
}
@media (max-width: 768px){
    .splash-inner-slider .splash-inner-slide {
        border-radius: 8px 8px 0px 0px;
    }
}

.splash-inner-details-prices br {
    display: none;
}
@media (max-width: 768px){
    .splash-inner-details-prices br {
        display: initial;
    }
}

.splash-inner-details-side-description {
    margin-top: 5px;
}
.splash-inner-details-dates {
    margin-bottom: 0px;
    margin-top: 5px;
}
.jackpot-info {
    margin-bottom: 5px;
}

/*
.prize-tier {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.prize-tier-2 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.prize-tier-3 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.prize-tier .hpanel {
    border: none;
    box-shadow: 0px 5px 14px 0px rgb(0 0 0 / 5%);
    border-radius: 5px;
    background: #fff;
    margin-bottom: 0px;
}
.prize-listing-list {
    display: none;
}
.prize-listing-list .hpanel ul {
    padding-left: 20px; 
}
.prize-listing-list .label-success {
    display: none;
}
.prize-listing-list .prize-tier .prize-image-wrapper {
    padding-bottom: calc(100% * 0.65);
    margin: -10px -20px 20px -20px;
}

.prize-listing-list .prize-sponsors .col-xs-8.col-sm-10 {
   display: none;
}
.prize-listing-list .prize-sponsors img {
    display: block;
    margin: 0px auto;
}
.prize-listing-list .prize-tier-1 .prize-sponsors {
    height: 150px;
}
.prize-listing-list .prize-tier-1 .prize-sponsors img {
    max-height: 100px;
}
.prize-listing-list .prize-tier-2 .prize-sponsors {
    height: 100px;
}
.prize-listing-list .prize-tier-2 .prize-sponsors img {
    max-height: 50px;
    max-width: 110px;
}
.prize-listing-list .prize-tier-2 .prize-sponsors h5 {
    margin-top: 10px;
}
.prize-listing-list .prize-tier-3 p {
    display: block !important;
    text-align: center;
}

.prize-listing-list .prize-tier-1 .hpanel.hblue .panel-body {
    border-top: 5px solid #50c878;
}
.prize-listing-list .prize-tier-2 .hpanel.hblue .panel-body {
    border-top: 5px solid #ffd700;
}
.prize-listing-list .prize-tier-3 .hpanel.hblue .panel-body {
    border-top: 0px solid #eda03d;
}

.prize-listing-list .prize-tier .hpanel .row .row .col-sm-12:nth-of-type(1) {
    display: none;
}
.prize-listing-list .prize-tier .panel-body p,
.prize-listing-list .prize-tier .panel-body ul {
    display: none;
}
.prize-listing-list .panel-body > div.row h5 {
    margin: 0px;
    font-weight: normal;
    background: #eda03d;
    display: inline;
    padding: 2px 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 0.8em;
}
.prize-listing-list .panel-body hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #ddd;
}
.prize-sponsors {
    border: 3px solid #f4f4f4;
    padding: 10px;
    margin: 10px -10px 0px;
    border-radius: 10px;
    height: 150px;
}
.prize-sponsors table td {
    width: 33% !important;
}
.prize-sponsors table td hr {
    border-top: 3px solid #fff !important;
}
.prize-sponsors h5 {
    text-align: center;
    margin-top: 35px;
    font-size: 1.5em;
    color: #3b3b3b;
}
.prize-listing-list .prize-tier .panel-body h3 {
    font-size: 1.5em;
    min-height: 45px;
    text-align: center;
    width: calc(100% + 20px);
    margin: 0px -10px 5px -10px;
}
.hpanel.hblue .panel-body {
    padding-bottom: 10px;
}
.prize-tier .panel-body > .row:first-of-type div.row:last-child {
    position: absolute;
    top: -25px;
    right: 10px;
}
.prize-placeholder {
    background: rgb(252,254,255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(252,254,255,1) 0%,rgba(229,220,222,1) 37%,rgb(250 250 250) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(252,254,255,1) 0%,rgba(229,220,222,1) 37%,rgb(250 250 250) 100%);
    background: radial-gradient(ellipse at center, rgba(252,254,255,1) 0%,rgba(229,220,222,1) 37%,rgb(250 250 250) 100%);
}
.prize-listing-list .prize-placeholder i.fa {
    color: rgb(237 160 61);
}
.jackpot-value {
    display: none;
}

.page-prize-list .container-raffle .checkout-content h1 {
    text-align: center;
    display: none;
}

.gaming-bar-sask td:nth-child(2) {
    width: 270px;
}

@media (max-width: 560px) {
    .lottery-header-logo {
        max-width: 150px;
    }
}

@media (max-width: 400px) {
    .lottery-header-logo {
        max-width: 115px;
    }
}
*/



/**********************************
	SPONSORS
**********************************/
.sponsors-container, .tier-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  background: white;
}
.sponsor-logos-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.sponsor-logos-container img {
  padding: 25px;
  align-self: center;
  max-height: 270px;
}
.tier-1 .sponsor-logos-container {
  flex-direction: row;
}
.tier-2 img {
  max-width: 200px;
  max-height: 200px;
}
.header-title-main {
  display: inline-block;
  margin-right: 25px;
}
.header-presented-text {
  display: none;
}
@media(min-width: 280px){
  .header-title-presented {
    display: none;
  }
}
@media(min-width: 768px){
  .header-title-presented {
    display: inline-block;
    font-size: 8px;
    color: black;
    font-weight: normal;
    position: relative;
    top: -10px;
  }
.header-title-presented img{
    max-width: 230px;
    margin-top: 5px;
  } 
}