/* High Brass - 2022 */

/* Global Console */

html {
  scroll-behavior: smooth;
}

html body{
font-family: 'Jost', sans-serif;
font-weight: 500;
}

h1, h2, h3, h4, h5, h6{
font-family: 'Jost', sans-serif;
font-weight: 500;
}

.container{
max-width: 1270px;
}

/* Notice */

#notice{
  background: var(--brand);
  text-align: right;
  color: var(--light);
  padding: 20px;
}

#notice h2{
  font-size: 16px;
  margin-bottom: 0px;
}

/* Branding Variables */

:root{
  --brand: #1F3C21;
  --brand-alt: #C57129;
  --brand-alt-light: #FEEC93;
  --light: #FFFFFF;
  --dark: #1D1D1B;
  --mid: #626262;
}
  
 /* Styles */
 
.free-entry a{
  border: 2px solid var(--brand);
  border-radius: 4px;
  padding: 10px 15px 10px 15px;
  text-align: center;
  color: #888888 !important;
  text-decoration: none;
  display: block !important;
  margin-top: 30px !important;
}

/* About */

#About{
  padding: 60px 0px 60px 0px;
}

#About .intro{
  padding-bottom: 80px;
}

#About .intro p{
  font-size: 21px;
  font-weight: 400;
}

#About img{
  border-radius: 6px;
  margin-bottom: 30px;
}

#About p{
  text-align: center;
}

/* FAQ */

#FAQ .mb-0, .my-0 {
  margin-bottom: 0!important;
  margin-top: 0px !important;
}

#FAQ{
  padding-top: 90px;
  padding-bottom: 90px;
}

#FAQ .card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fffffff;
    background-clip: border-box;
    border: 0px;
    padding-bottom: 0px;
    margin-bottom: 30px;
}

#FAQ .card .card-body{
  margin-top: -18px;
  padding: 40px;
  font-size: 16px;
  border: 1px solid rgba(0,0,0,0.125);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  z-index: 1;
}

#FAQ .card .card-header{
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-radius: 6px;
    border: 1px solid #FEFEFE !important;
    color: #000000 !important;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,.125) !important;
    z-index: 2;
}

#FAQ .card .card-header .btn:before{
     content: ">";
     display: inline-block;
     padding-right: 8px;
     vertical-align: middle;
     font-weight: 900;
}

#FAQ .card .card-header .btn {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  color: #000000 !important;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  text-align: left !important;
}

#FAQ .card .card-header .btn:hover{
  text-decoration: none;
}

#FAQ .card .card-header .btn:not(:disabled):not(.disabled) {
  cursor: hand;
}

#FAQ .card .card-header .btn:focus,.btn:active {
     outline: none !important;
     box-shadow: none;
  }


/* WOO STYLES */


body .generic-content ul li{
  display: list-item;
}

#accordion {
  width: 100%;
  float: left;
}
#accordion h3 {
  color: #000;
  font-weight: 600;
  font-size: 26px;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #d9d9d9;
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
}
#accordion h3:focus {
  outline: none;
}
#accordion div {
  width: 100%;
  float: left;
  border-top: #d9d9d9;
  padding: 15px 0 30px 0;
}
#accordion h3.ui-state-active {
  color: #4a3867;
}

#accordion h3 span.openclose {
  border: 1px solid #cfcfcf;
  background-color: #f6f6f6;
  background-image: url('img/h3down.png');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 5px;
  float: right;
  display: inline-block;
  margin-top: -2px;
  padding: 15px;
}

#accordion h3.ui-state-active span.openclose {
  border: 1px solid #4a3867;
  background-color: #4a3867;
  background-image: url('img/h3up.png');
}

#accordion .toggle-content{
  font-family: 'Jost', sans-serif;
  font-size: 14px;
}

.competition-spec{
  width: 100%;
  float: left;
  margin: 0 0 60px 0;
}
.competition-spec ul {
  margin: 0;
  padding: 0;
}

.competition-spec ul li {
  background-image: url(img/circle.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 3px 3px;
  list-style-type: none;
  display: block;
  float: left;
  width: 50%;
  margin: 0 0 10px 0;
  padding: 0 0 0 30px;
  font-size: 14px;
  font-family: 'Jost', sans-serif;
}
.competition-spec ul li p {
  margin: 0;
}

.product_title.entry-title{
  display: none;
}

.woocommerce-breadcrumb{
  display: none;
}

.woocommerce-Price-amount.amount{
  font-family: Jost !important;
  font-size: 36px;
  font-weight: 600;
  display: block;
  color: #FEC14E !important;
}

.woocommerce button.button.alt{
  background-color: var(--brand) !important;
  font-family: 'Jost', san-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  color: #ffffff !important;
  border-radius: 0px;
}

.woocommerce button.button.alt .amount{
  color: #000000 !important;
}

.woocommerce-notice.woocommerce-notice--info.woocommerce-info{
  font-size: 14px;
}

.woocommerce table.shop_table span.woocommerce-Price-amount.amount{
  font-size: 18px !important;
}

.quantity input{
  border: 1px solid #AEAEAE;
  padding: 10px;
}

.summary.entry-summary{
  text-transform: uppercase !important;
}

/* OVERWRITES TO WOO */

.woocommerce-MyAccount-navigation ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation ul li{
  padding: 10px;
  display: list-item;
}

.woocommerce-MyAccount-navigation-link a{
  font-family: 'Jost', sans-serif !important;
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}

.woocommerce-MyAccount-navigation-link a:hover{
  color: #000000;
}

.woocommerce-MyAccount-navigation ul li:hover{
  background-color: 000000;
  color: #000000!important;
  display: block;
}

.woocommerce-MyAccount-content{
  font-family: Jost !important;
  font-size: 16px;
}

.woocommerce-MyAccount-content a{
  color: #000000;
  font-weight: bold;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total span.woocommerce-Price-amount.amount, .woocommerce-table__product-total .product-total span.woocommerce-Price-amount.amount{
  font-size: 18px !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button .woocommerce-button button .view{
  background: var(--brand) !important;
  display: inline-block !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 29px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: var(--light) !important;
  letter-spacing: 0.01em !important;
  padding: 15px 25px 15px 25px !important;
  text-align: center !important;
}

.woocommerce-info {
  border: none !important;
}

.woocommerce-terms-and-conditions-link{
  color: #000000 !important;
}

.woocommerce-MyAccount-content .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button .woocommerce-button button .view{
  background: var(--brand) !important;
  display: inline-block !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 29px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: var(--light) !important;
  letter-spacing: 0.01em !important;
  padding: 15px 25px 15px 25px !important;
  text-align: center !important;
}

.woocommerce-MyAccount-content h2, .woocommerce-Address-title.title h3, .cart_totals h2, .woocommerce-billing-fields h3, .woocommerce-additional-fields h3{
  font-family: Jost;
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 30px !important;
}

.u-columns.woocommerce-Addresses.col2-set.addresses{
  margin-top: 40px !important;
}

.woocommerce-order-details, .woocommerce-customer-details{
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.woocommerce-customer-details address{
  padding: 30px !important;
}

.woocommerce-customer-details address .woocommerce-customer-details--phone{
  margin-top: 20px;
}

.woocommerce table.shop_table span.woocommerce-Price-amount.amount{
  font-size: 18px !important;
}

.form-row{
  display: block;
}

.woocommerce-MyAccount-content fieldset{
  margin-top: 60px !important;
  margin-bottom: 40px !important;
}

.coupon input{
  margin-right: 30px !important;
  width: 120px !important;
  font-family: Jost;
  font-size: 15px !important;
  padding: 9px !important;
}

.woocommerce-info{
  font-family: Jost !important;
}

#order_review_heading{
  font-family: Jost;
  margin-top: 60px !important;
  text-transform: uppercase;
  margin-bottom: 20px !important;
}

.woocommerce-checkout-payment{
  background-color: #f3f6f9 !important;
  border: 1px solid #c5d0dd;
  font-family: Jost;
  font-size: 14px;
}

.woocommerce-checkout-payment a{
  color: 000000 !important;
}

.payment_box.payment_method_stripe{
  background-color: #dfdcde !important;
  color: #ffffff !important;
}

.woocommerce-checkout input[type="checkbox"]:checked::before {
  content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E);
  position: absolute;
  display: inline-block;
  margin: 1rem 0 0 -1.1rem !important;
  height: 1.75rem;
  width: 1.75rem;
  margin-top: -10px;
  top: -20px;
  left: 12px;
}

/*#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  content: "" !important;
  display: block !important;
  border: 1em solid #000000 !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  position: absolute !important;
  top: -.75em; 
  left: 0;
  margin: -1em 0 0 2em;
}*/

.woocommerce-checkout .woocommerce-form__label-for-checkbox span {
  margin-left:10px;
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox .required {
  margin-left:0;
}

.woocommerce-checkout input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0;
  width: 1.5rem !important;
  min-width: 1.5rem !important;
  height: 1.5rem !important;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px !important;
  border-color: #dcd7ca;
  box-shadow: none;
  cursor: pointer;
}

.woocommerce-info a{
  color: #000000;
  font-weight: bold;
}

.shop_table.woocommerce-checkout-review-order-table{
  font-family: Jost;
}

.cart-subtotal, .order-total{
  font-family: Jost !important;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead{
  font-family: Jost !important;
  text-transform: uppercase;
}

.woocommerce-cart-form__cart-item.cart_item .product-name{
  font-family: Jost;
  text-transform: uppercase;
  font-size: 16px;
}

.woocommerce-cart-form__cart-item.cart_item .product-name a{
  color: #000000 !important;
}


.woo-links ul{
  float: right;
  margin: 0;
  padding: 0;
}
.woo-links ul li {
  background-image: url(images/trans.png);
  background-repeat: repeat;
  list-style-type: none;
  display: block;
  float: left;
  margin: 0 0 0 1px;
  padding: 0;
}
.woo-links ul li a {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  color: #fff;
  padding: 35px 30px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 100% !important; 
}

.col-2 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 100% !important; 
}

.woocommerce span.onsale{
  background-color: #09374e !important;
}

.woocommerce-message{
  margin-top: 90px !important;
}

/* ANSWER */

ul.lottery-pn-answers {
  margin: 0 0 30px 0 !important;
  padding-top: 0;
  clear: both;
  padding-left: 0px;
}

ul.lottery-pn-answers li{
  font-family: 'Jost', sans-serif;
  margin-left: 0px;
  text-transform: uppercase;
}

ul.lottery-pn-answers li.selected .false{
  background-color: var(--brand) !important;
  font-family: 'Jost', sans-serif;
  color: var(--brand-alt-light);
  text-transform: uppercase;
}

ul.lottery-pn-answers li.selected{
  background-color: var(--brand) !important;
  font-family: 'Jost', sans-serif;
  color: var(--brand-alt-light);
  text-transform: uppercase;
}

/* LOTTERY STYLES */


.comp-info{
  text-align: left;
  font-family: Jost;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}


.comp-info span{
  font-family: 'Jost', sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.comp-info img{
  
  width: 24px !important;
  height: auto;
}

.product_meta{
  display: none;
}

.form-row {
  display: block;
  margin-right: -5px;
  margin-left: -5px;
}

.summary.entry-summary .woocommerce-Price-amount.amount{
  display: none;
}

.summary.entry-summary .single_add_to_cart_button .woocommerce-Price-amount.amount{
  display: block !important;
  
}

.spec-bubble{
  background: #FFFFFF;
   box-shadow: -6px 6px 0px rgba(0, 0, 0, 0.06);
   border: 1px solid #D3D3D3;
   text-align: center;
   padding: 10px 25px 10px 25px;
   font-size: 11px;
   text-transform: uppercase;
}

.spec-bubble-live{
  background: var(--brand-alt-light);
   box-shadow: -6px 6px 0px rgba(0, 0, 0, 0.06);
   border: 1px solid var(--brand-alt);
   padding: 10px 25px 10px 25px;
   text-align: center;
   font-size: 11px;
   text-transform: uppercase;
}

.spec-bubble a, .spec-bubble-live a{
  color: var(--brand-alt);
  text-decoration: none;
}

.lottery-end, .min-pariticipants, .max-pariticipants, .cureent-participating, .max-pariticipants{
  display: none;
}
 
/** Header **/
 
 #Header{
   background: var(--brand);
   padding: 0px 80px 0px 80px;
   z-index: 20000;
   position: relative;
 }
 
 #Header a img.logo{
   width: 180px;
   height: auto;
   margin-bottom: -90px;
   margin-top: 20px;
 }
 
 #Header ul{
   list-style-type: none;
   margin: 0;
   padding: 0;
   float: right;
   padding-top: 44px;
 }
 
 #Header ul li{
   font-style: normal;
   font-weight: 600;
   font-size: 15px;
   line-height: 22px;
   letter-spacing: 0.035em;
   color: var(--light);
   display: inline;
   text-transform: uppercase;
   margin-right: 40px;
 }
 
 #Header ul li:last-child{
   margin-right: 0px;
 }
 
 #Header ul li a{
    text-decoration: none;
    color: var(--light);
  }
  
  #Header ul li a:hover{
    text-decoration: none;
    color: var(--brand-alt-light);
  }
  
  #Header ul.controls{
    list-style-type: none;
     margin: 0;
     padding: 0;
     float: right;
  }
  
  #Header ul.controls li{
    display: inline-block;
    margin: 0px;
    padding: 0;
  }
  
  #Header ul.controls li span{
    background: red;
    clip-path: circle(50%);
    height: 2em;
    width: 2em;
    padding: 0px 4px 4px 7px;
    color: #ffffff;
    font-size: 10px;
    margin-left: -15px;
    margin-top: -10px !important;
    position: absolute;
    display: inline-block;
  }
  
  #Header ul.controls li img.icon{
    height: 26px;
    width: auto;
    margin: 0px 10px 0px 10px;
  }
  
  
  #Header ul.controls li img.splitter{
    height: 110px;
    width: auto;
  }
  
  #Header-Splitter{
    background: linear-gradient(90.42deg, rgba(254, 236, 147, 0.58) 11.38%, rgba(254, 236, 147, 0) 82.71%), #C57129;
    padding: 4px 0px 4px 0px;
  }


/* HERO */

#Hero{
  z-index: 19000;
  padding: 400px 80px 120px 80px;
}

#Hero h1{
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 58px;
  letter-spacing: 0.01em;
  color: var(--light);
  text-transform: uppercase;
}

#Hero h2{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--brand-alt-light);
}

#Hero a{
  background: var(--brand);
  border: 2px solid var(--brand-alt-light);
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: var(--light);
  text-transform: uppercase;
  padding: 15px 20px 15px 20px;
  margin-top: 30px;
}

#Hero a img{
  width: 25px;
  height: auto;
  margin-right: 10px;
}


/* PAGE TITLE BAR */

#Page-Title-Bar{
  background: var(--brand);
  background-size: cover;
  background-position: top center;
  text-align: center;
  text-transform: uppercase;
  padding: 25px 0px 20px 0px;
  color: var(--brand-alt-light);
}

/* LATEST COMPETITIONS */

#Latest-Competitions progress{
  height: 2.1em;
  width: 100%;
  -webkit-appearance: none;
  border: none;
  margin-bottom: 0px;
  /* Set the progressbar to relative */
  position:relative;
}

#Latest-Competitions progress::-webkit-progress-bar, .wcl-progress-meter progress::-webkit-progress-bar{
background-color: #1F3C21 !important;
 border-radius: 0px !important;
 height: 40px;
}

#Latest-Competitions progress::-webkit-progress-bar{
  background-color: #1F3C21 !important;
   border-radius: 0px !important;
  }

#Latest-Competitions progress::-webkit-progress-value, .wcl-progress-meter progress::-webkit-progress-value{
background-color: #335F36 !important ;
border-radius: 0px !important;
}

#Latest-Competitions progress:before{
  content: attr(data-label);

  color: #000000 !important;
  font-size: 15px;
  font-weight: 700;

  text-align: center !important;
  
  /*Position text over the progress bar */
  position:absolute !important;
  left:0;
  right: 0;
  top: 120px !important;
z-index: 25000 !important;
  }

#Latest-Competitions{
  padding: 80px 0px 80px 0px;
  background: #F4F4F4;
  text-align: center;
}

#Latest-Competitions h2{
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 50px;
}

#Latest-Competitions .comp-card ul li{
 background: #FFFFFF;
 box-shadow: -6px 6px 0px rgba(0, 0, 0, 0.06);
 margin-bottom: 60px;
}

#Latest-Competitions .comp-card ul li img{
  margin-bottom: 0px;
}

#Latest-Competitions .comp-card ul li .draw-date-today{
  background: #E10000;
  text-align: center;
  color: var(--light);
  width: 95%;
  margin: 0 auto;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  padding: 10px 0px 10px 0px;
}

#Latest-Competitions .comp-card ul li .draw-date{
  background: var(--dark);
  text-align: center;
  color: var(--light);
  width: 95%;
  margin: 0 auto;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  padding: 10px 0px 10px 0px;
}

#Latest-Competitions .comp-card ul li h2{
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #1E1E1E;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 0px 25px 0px 25px;
}

#Latest-Competitions .comp-card ul li .woocommerce-Price-amount.amount{
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 52px;
  letter-spacing: -0.035em;
  color: #C57129 !important;
  text-align: left;
  padding: 0px 25px 0px 25px;
  margin-top: 20px;
}

#Latest-Competitions .comp-card span.draw{
  background: var(--brand-alt);
  padding: 8px 15px 8px 15px;
  position: absolute;
  width: 68%;
  left: 0;
  margin-top: -17px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: var(--brand-alt-light);
  text-transform: uppercase;
  display: inline-block;
}

#Latest-Competitions .comp-card ul li a.button{
  background: var(--brand) !important;
  display: block !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 29px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: var(--light) !important;
  letter-spacing: 0.01em !important;
  padding: 15px 25px 15px 25px !important;
  text-align: left !important;
  border-radius: 0px !important;
}

#Latest-Competitions .comp-card h3{
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #A3A3A3;
  padding: 0px 25px 0px 25px;
  text-align: left;
}

.wc_lotery_countdown-row.wc_lotery_countdown-show4{
  font-family: "Jost";
  font-weight: 700;
  text-align: left !important;
}


#Latest-Competitions .comp-card ul li:hover a.button{
  background: #181818 !important;
  color: #ffffff !important;
}

#Latest-Competitions a.more{
  background: var(--brand);
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--light);
  letter-spacing: 0.01em;
  padding: 15px 25px 15px 25px;
  text-align: center;
}

/** How **/

#How{
  background: url('img/how-background.jpg') no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 100px 0px 100px 0px;
  text-align: center;
}

#How h2{
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--light);
}

#How h3{
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--brand-alt-light);
  margin-bottom: 50px;
}

#How img{
  width: 86px;
  height: auto;
  margin-bottom: 20px;
}

#How h4{
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--light);
}

#How p{
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--light);
}

/** Winners **/

#Winners{
  background: #F4F4F4;
  padding: 100px 0px 100px 0px;
  text-align: center;
}

#Winners h2{
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 60px;
}

#Winners .winners-card{
  background: #FFFFFF;
  box-shadow: -6px 6px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 60px;
  text-align: left;
}

#Winners a.more{
  background: var(--brand);
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--light);
  letter-spacing: 0.01em;
  padding: 15px 25px 15px 25px;
  text-align: center;
}

#Winners p.winning-ticket{
  margin-top: -45px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  padding-left: 25px;
  margin-bottom: 40px;
}

#Winners .winners-card h3{
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #1E1E1E;
  padding: 0px 25px 0px 25px;
  margin-top: 10px;
}

#Winners .winners-card h4{
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #A3A3A3;
  padding: 0px 25px 25px 25px;
}

/** Footer **/

#Footer{
  background: var(--brand);
  padding-bottom: 40px;
}

#Footer img.logo{
  width: 180px;
  height: auto;
  margin-top: -30px;
  margin-bottom: 50px;
}

#Footer .right{
  text-align: right;
}

#Footer ul.socials{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}

#Footer ul.socials li{
  display: inline-block;
  margin-left: 10px;
}

#Footer ul.socials li img{
  width: 30px;
  height: auto;
}

#Footer .footer-menu{
  margin-top: 30px;
  margin-bottom: 20px;
}

#Footer .footer-menu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#Footer .footer-menu  ul li{
  display: inline-block;
  margin-right: 10px;
}

#Footer .footer-menu  ul li:last-child{
  margin-right: 0px;
}

#Footer .footer-menu ul li a{
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--brand-alt-light);
}

#Footer .footer-menu ul li:after{
  content: "/";
  color: var(--brand-alt-light);
  margin-left: 10px;
}

#Footer .footer-menu ul li:last-child:after{
  content: "";
  margin-left: 0px;
}

#Footer .right p{
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 219.5%;
  text-align: right;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--light);
  margin-bottom: 3px;
}

#Footer .right p a{
  color: var(--light);
  text-decoration: underline;
}

/* How To Play Page */

#How-To-Play{
  padding: 90px 0px 90px 0px;
}

#How-To-Play .how-block{
  text-align: center;
  margin-bottom: 50px;

}

#How-To-Play .how-block .number{
    min-width: 70px !important;
    max-width: 70px !important;
    min-height: 70px !important;
    max-height: 70px !important;
    text-align: center;
    border-radius: 500px !important;
    background: var(--brand) !important;
    border: 3px solid var(--dark) !important;
    font-family: 'Josefin Sans' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 44px !important;
    line-height: 44px !important;
    padding: 13px 0px 0px 0px !important;
    letter-spacing: -0.01em !important;
    color: #FFFFFF !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
}

.burger, #mySidenav{
  display: none !important;
}

  /*Media Queries*/
  
  @media only screen and (max-width: 1200px) {
  /* For desktop: */
  }
  @media only screen and (max-width: 992px) {
  /* For desktop: */
  }
  @media only screen and (max-width: 768px) {
  /* For desktop: */
  
  #notice{
    background: var(--brand);
    text-align: center;
    color: var(--light);
    padding: 90px 0px 20px 0px;;
  }
  
  #notice h2{
    font-size: 13px;
    margin-bottom: 0px;
  }
  
  #Header a img.logo{
     width: 250px;
     height: auto;
     margin-bottom: -80px;
     margin-top: 20px;
   }
   
   #Header ul.controls{
     display: none;
   }
   
   #mySidenav{
     display: block !important;
   }
   
   /* The side navigation menu */
   .sidenav {
     height: 100%; /* 100% Full-height */
     width: 0; /* 0 width - change this with JavaScript */
     position: fixed; /* Stay in place */
     z-index: 250000; /* Stay on top */
     top: 0; /* Stay at the top */
     right: 0;
     background-color: var(--brand); /* Black*/
     overflow-x: hidden; /* Disable horizontal scroll */
     padding-top: 60px; /* Place content 60px from the top */
     transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
     
   }
   
   .sidenav ul{
     list-style-type: none;
     margin: 0;
     padding: 0;
   }
   
   /* The navigation menu links */
   .sidenav a {
     padding: 8px 25px 8px 32px;
     text-decoration: none;
     font-size: 18px;
     color: var(--brand);
     display: block;
     transition: 0.3s;
   }
   
   /* When you mouse over the navigation links, change their color */
   .sidenav a:hover {
     color: #f1f1f1;
   }
   
   /* Position and style the close button (top right corner) */
   .sidenav .closebtn {
     position: absolute;
     top: 0;
     right: 25px;
     font-size: 36px;
     margin-left: 50px;
     padding-right: 0px;
     color: #ffffff;
   }
   
   /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
   @media screen and (max-height: 450px) {
     .sidenav {padding-top: 15px;}
     .sidenav a {font-size: 18px;}
   }
   
   .burger{
       display: block !important;
       position: absolute;
       z-index: 2;
       top: -75px;
       right: -50px;
       width: 50px;
       height: auto;
     }
     
     #Header .main-nav{
       display: none;
     }
     
     #Hero{
       z-index: 19000;
       padding: 220px 15px 60px 15px;
       text-align: center;
     }
     
     #Hero h1{
       font-style: normal;
       font-weight: 600;
       font-size: 36px;
       line-height: 44px;
       letter-spacing: 0.01em;
       color: var(--light);
       text-transform: uppercase;
     }
     
     #Hero h2{
       font-style: normal;
       font-weight: 600;
       font-size: 20px;
       line-height: 29px;
       letter-spacing: 0.01em;
       text-transform: uppercase;
       color: var(--brand-alt-light);
     }
     
     #Hero a{
       background: var(--brand);
       border: 2px solid var(--brand-alt-light);
       display: inline-block;
       font-style: normal;
       font-weight: 600;
       font-size: 16px;
       line-height: 23px;
       letter-spacing: 0.01em;
       text-decoration: none;
       color: var(--light);
       text-transform: uppercase;
       padding: 15px 20px 15px 20px;
       margin-top: 30px;
     }
     
     #Hero a img{
       width: 25px;
       height: auto;
       margin-right: 10px;
     }
     
     .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
         width: 100%;
         float: left;
         clear: both;
         margin: 0 0 2.992em;
     }
     
     #Latest-Competitions .comp-card span.draw {
       background: var(--brand-alt);
       padding: 8px 15px 8px 15px;
       position: absolute;
       width: 80%;
       left: 0;
       margin-top: -17px;
       font-style: normal;
       font-weight: 600;
       font-size: 12px;
       line-height: 20px;
       letter-spacing: 0.01em;
       color: var(--brand-alt-light);
       text-transform: uppercase;
       display: inline-block;
   }
   
   #Footer{
     text-align: center;
   }
   
   #Footer .right{
     text-align: center;
   }
   
   #Footer .right p{
     text-align: center;
   }
   
   #Page-Title-Bar{
     padding-top: 90px;
   }
   
   #Page-Title-Bar h1{
     font-size: 24px;
   }
   
   .comp-info {
     text-align: left;
     font-family: Jost;
     font-size: 14px;
     text-transform: uppercase;
     font-weight: bold;
     width: 33%;
 }
  
  }
  @media only screen and (max-width: 590px) {
  /* For desktop: */
  }
  @media only screen and (max-width: 480px) {
  /* For desktop: */
  }
  @media only screen and (min-width: 320px) {
  /* For desktop: */
  }
  
