/*
Theme Name:  Brave Allstars
Text Domain:  Brave Allstars
Version: 1.0
Description: WordPress theme for  Brave Allstars
Author: StudioHub
Author URI: https://www.studiohub.co.uk

*/

/* Brave Allstars - 2023 */

/* Global Console */

html {
    scroll-behavior: smooth;
  }

html body{
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
}

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

.container{
  max-width: 1270px;
}

/* Branding Variables */

/* Product Content (Single Product) */

#Product-Content{
  padding: 80px 0px 80px 0px;
  border-bottom: 1px solid lightgrey;
}

#Product-Content .product_title.entry-title{
  
}

#Product-Content p.price span.woocommerce-Price-amount.amount{
  font-weight: 700;
  font-size: 28px;
  line-height: 105%;
  letter-spacing: -0.035em;
  color: var(--brand-color-highlight);
}

#Product-Content .woocommerce-product-details__short-description{
  font-weight: 400;
  font-size: 16px;
  line-height: 153%;
  letter-spacing: -0.03em;
  color: #6F7E8D;
  margin-bottom: 40px;
  padding-right: 10%;
}

#Product-Content .product_meta{
  margin-top: 20px;
  display: none;
}

#Product-Content .product_meta span.sku_wrapper{
  display: block;
}

#Product-Content .product_meta span.posted_in a{
  color: #353535;
  text-decoration: none;
}

#Product-Content .woocommerce-tabs{
  
}

#Product-Content h2.description{
  font-weight: 800;
  font-size: 22px;
  line-height: 105%;
  letter-spacing: -0.035em;
  color: #292F35;
  margin-bottom: 10px;
}

#Product-Content input{
  margin-bottom: 20px;
  
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  padding: 10px;
}

#Product-Content select{
  margin-bottom: 20px;
  margin-left: 15px;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  padding: 10px;
}

#Product-Content a.reset_variations{
  margin-left: 20px;
  color: #FFFFFF;
  background: #F00;
  padding: 8px;
  font-size: 12px;
  font-family: Barlow;
  text-transform: uppercase;
}

#Product-Content input.input-text.qty.text::before{
  content: "Quantity:"
}

.woocommerce-product-gallery__image img{
  width: 100%;
  height: auto;
}

#Product-Content label{
  font-weight: 500;
  font-size: 16px;
  line-height: 105%;
  letter-spacing: -0.035em;
  color: #292F35;
  margin-bottom: 20px;
}

#Product-Content button{
  background: #F00;
  padding: 15px 25px 15px 25px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  border: 0px;
}

#Product-Content a.button.wc-forward.wp-element-button{
  background: #F00;
  padding: 5px 10px 5px 10px;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  font-weight: 600;
  border: 0px;
}

.button.wc-forward, .checkout-button.button.alt.wc-forward, button.button.alt{
  background: #F00 !important;
  padding: 7px 15px 7px 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 0px;
  font-weight: 600;
  border: 0px;
}

input[type=text], input[type=tel], input[type=email]{
  border: 1px solid grey;
  padding: 3px;
  border-radius: 5px;
}

.checkout-button.button.alt.wc-forward:hover{
  background: #F00;
  padding: 7px 15px 7px 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 0px;
  font-weight: 600;
  border: 0px;
}

h3#order_review_heading{
  margin-top: 50px !important;
}

/* WooCommerce Overrides */

.form-row {
  display: block;
}

.woocommerce-result-count{
  display: none;
}

.woocommerce-ordering{
  display: none;
}

.woocommerce-breadcrumb{
  display: none;
}

.woocommerce-cart-form__cart-item.cart_item .product-name a{
  color: #353535;
  text-decoration: none;
}

.coupon input.input-text{
  width: 180px !important;
}

.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
  display: block;
}

.woocommerce-terms-and-conditions-wrapper a{
  color: #353535;
  text-decoration: underline;
}

#Generic-Content{
  padding: 60px 0px 60px 0px;
}

#Generic-Content .item-card a{
  text-decoration: none;
}

#Generic-Content .item-card ul{
  list-style-type: none;
  text-align: left;
  margin: 0;
  margin-top: 40px;
  padding: 0;
}

#Generic-Content .item-card ul li{
  background: #FFFFFF;
  border: 1px solid #BCC6CF;
  width: 31.5% !important;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
  margin-right: 20px;
}

#Generic-Content .item-card ul li img{
  padding: 25px;
}

#Generic-Content .item-card ul li h2{
  font-weight: 500;
  font-size: 21px;
  line-height: 105%;
  letter-spacing: -0.035em;
  color: #292F35;
  margin-bottom: 15px;
  padding: 0px 20px 0px 20px;
}

#Generic-Content .item-card ul li span.woocommerce-Price-amount.amount{
  font-weight: 700;
  font-size: 28px;
  line-height: 105%;
  letter-spacing: -0.035em;
  color: #333333;
}

#Generic-Content .item-card ul li a.button{
  background: #F00 !important;
  padding: 15px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin-top: 30px;
  border-radius: 0px;
}

/* Section Styles */

#header{
  background: #000000;
  padding: 25px 0px 25px 0px;
}

#header img.logo{
  width: 197px;
  height: auto;
}

#header .main-navigation ul{
  list-style-type: none;
  margin: 0;
  margin-top: 25px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

#header .main-navigation ul li{
  display: inline;
}

#header .main-navigation ul li a{
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.91px;
  color: var(--light);
  text-decoration: none;
  text-transform: uppercase;
}

#header ul.socials{
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}

#header ul.socials li{
  display: inline;
  margin-right: 15px;
}

#header ul.socials li img{
  height: 14px;
  width: auto;
}

#header .contact{
  text-align: right;
}

#header .contact a{
  font-family: Barlow;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.195px;
  color: #F00;
  text-decoration: none;
}

#header .contact a img{
  height: 14px;
  width: auto;
  margin-right: 8px;
}

#header .contact a.headerButton{
  border-top: 1px solid #F00;
  border-right: 1px solid #F00;
  border-bottom: 3px solid #F00;
  border-left: 1px solid #F00;
  background: #000;
  padding: 8px 12px;
  margin-left: 20px;
}

/* Page Title */

#pageTitle{
  background: url('img/footer-background.jpg') no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 40px 0px;
  text-align: center;
}

#pageTitle h1{
  text-transform: uppercase;
  color: var(--light);
}

/* Hero */

#homeHero{
  background: url('img/brave-header-background.jpg') no-repeat;
  background-size: cover;
  background-position: center top;
}

#homeHero .heroIntro{
  padding: 120px 0px;
}

#homeHero .heroIntro p.welcome{
  color: #9C9C9C;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.17px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

#homeHero .heroIntro h1{
  color: #FFF;
  font-family: Barlow;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.6px;
  text-transform: uppercase;
}

#homeHero .heroIntro h2{
  color: #BDBDBD;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.27px;
  padding-right: 25%;
  margin-bottom: 30px;
}

#homeHero .heroIntro a{
  border-top: 1px solid #FFFF;
  border-right: 1px solid #FFFF;
  border-bottom: 3px solid #FFFF;
  border-left: 1px solid #FFFF;
  background: #000;
  padding: 8px 12px;
  margin-right: 20px;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.91px;
}

#homeHero .heroIntro a img{
  height: 16px;
  width: auto;
  margin-right: 9px;
}

/* Content Intro */

#contentIntro{
  background: #000;
  text-align: center;
  padding: 90px 0px;
}

#contentIntro h2{
  color: #FFF;
  font-family: Barlow;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

#contentIntro img{
  margin-bottom: 40px;
}

#contentIntro h3{
  color: #FFF;
  font-family: Barlow;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.75px;
  text-transform: uppercase;
  margin-top: 30px;
}

#contentIntro p{
  color: #BDBDBD;
  text-align: center;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 21.76px */
  letter-spacing: -0.24px;
}

/* Recreational */

#recreational{
  background: url('img/recreational-background.jpg') no-repeat;
  background-size: cover;
  border-top: 2px solid #FFF;
  padding: 90px 0px;
  text-align: center;
}

#recreational h2{
  color: #FFF;
  font-family: Barlow;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

#recreational h3{
  color: #FFF;
  font-family: Barlow;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.75px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#recreational h3 span{
  color: #F00;
}

#recreational a{
  border-top: 1px solid #FFFF;
  border-right: 1px solid #FFFF;
  border-bottom: 3px solid #FFFF;
  border-left: 1px solid #FFFF;
  background: #000;
  padding: 8px 12px;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.91px;
}

#recreational a img{
  height: 16px;
  width: auto;
  margin-right: 9px;
}

#recreational p{
  color: #FFF;
}

/* Classes */

#classes-content{
  padding: 90px 0px;
}

#classes-content .row .col-md-6{
  display: inline-flex;
  width: 100%;
}

#classes-content .classBox{
  border: 1px solid grey;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
}

#classes-content .classBox h3{
  color: #000;
  font-family: Barlow;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#classes-content .timetableBox{
  background: url('img/home-hero-text-background.jpg') no-repeat;
  background-size: cover;
  padding: 30px;
  color: #FFF;
}

#classes-content .timetableBox h2{
  color: #FFF;
  font-family: Barlow;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#classes-content .timetableBox a{
    border-top: 1px solid #F00;
    border-right: 1px solid #F00;
    border-bottom: 3px solid #F00;
    border-left: 1px solid #F00;
    background: #000;
    padding: 8px 12px;
    color: #F00;
    text-decoration: none;
    margin-top: 20px;
    display: block;
}

/* Competitive */

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

#competitive h2{
  color: #000;
  font-family: Barlow;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

#competitive .competitiveBox{
  border-top: 2px solid #969696;
  border-right: 2px solid #969696;
  border-bottom: 5px solid #969696;
  border-left: 2px solid #969696;
  background: rgba(255, 255, 255, 0.52);
  padding: 50px;
}

#competitive .competitiveBox h3{
  color: #4E4E4E;
  text-align: center;
  font-family: Barlow;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.75px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

#competitive .competitiveBox a{
  border-top: 1px solid #717171;
  border-right: 1px solid #717171;
  border-bottom: 3px solid #717171;
  border-left: 1px solid #717171;
  background: #FFF;
  padding: 8px 12px;
  text-decoration: none;
  color: #717171;
  text-transform: uppercase;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.91px;
}

#competitive .competitiveBox a img{
  height: 16px;
  width: auto;
  margin-right: 9px;
}

/* Contact Form */

#contactForm{
  background: #000;
  padding: 90px 0px;
}

#contactForm .sidebar{
  text-align: center;
  margin-bottom: 40px;
}

#contactForm .sidebar h2{
  color: #FFF;
  font-family: Barlow;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.65px;
  text-transform: uppercase;
}

#contactForm .sidebar p{
    color: #FFF;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: -0.27px;
    margin-bottom: 30px;
    
}
#contactForm .sidebar hr{
  background: #232323 !important;
  margin-top: 60px;
}

#contactForm .sidebar a{
  border-top: 1px solid #F00;
  border-right: 1px solid #F00;
  border-bottom: 3px solid #F00;
  border-left: 1px solid #F00;
  background: #000;
  padding: 8px 12px;
  color: #F00;
  text-decoration: none;
}

#contactForm .mainArea{
  
}

#contactForm .mainArea h2{
  color: #FFF;
  font-family: Barlow;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
}

#contactForm label{
  color: #ffffff;
  color: #D1D1D1;
  font-family: Barlow;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.845px;
  text-transform: uppercase;
}

#contactForm .gfield_label, #contactForm .gfield_description{
  color: #fff;
  color: #D1D1D1;
  font-family: Barlow;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.845px;
  text-transform: uppercase;
}

#contactForm .gchoice{
  display: inline;
  width: 24%;
  margin-right: 25px;
}

#contactForm .gform_title{
  display: none;
}

#contactForm .gfield_required.gfield_required_text{
  display: none;
}

#contactForm .gform_button.button{
  border-top: 1px solid #F00;
  border-right: 1px solid #F00;
  border-bottom: 3px solid #F00;
  border-left: 1px solid #F00;
  background: #000;
  padding: 8px 12px;
  color: #F00;
  text-decoration: none;
}
/* Coaches */

#coaches{
  background: #232323;
  text-align: center;
  padding: 80px 0px;
}

#coaches h2{
  color: #FFF;
  margin-bottom: 60px;
}

#coaches h3{
  color: #FFF;
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 30px;
}

#coaches p{
  color: #FFF;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
}

#coaches .col-md-3{
  margin-bottom: 30px;
}

#coaches img{
  border-radius: 6000px;
  width: 200px;
  height: auto;
}

/* About Us */

#About-Content{
  padding: 90px 0px;
  text-align: center;
}

#About-Content p.large{
  font-size: 20px;
}

#About-Content h2{
  color: #000;
  font-family: Barlow;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 50px;
}

#About-Content img{
  width: 720px;
  height: auto;
  margin: 0 auto;
  margin-top: 40px;
}

/* Gallery */

#gallery{
  padding: 90px 0px;
  text-align: center;
}

#gallery .col-md-4{
  margin-bottom: 40px;
}

/* Contact */

#contact{
  padding: 90px 0px;
}

#contact h2{
  color: #000;
  font-family: Barlow;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* Footer */

#footer{
  background: url('img/footer-background.jpg') no-repeat;
  background-size: cover;
  background-position: top center;
  border-top: 10px solid #F00;
  padding: 90px 0px 40px 0px;
}

#footer img.logo{
  width: 197px;
  height: auto;
}

#footer ul.socials{
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  margin-top: 35px;
}

#footer ul.socials li{
  display: inline;
  margin-right: 15px;
}

#footer ul.socials li img{
  height: 18px;
  width: auto;
}

#footer h2{
  color: #D1D1D1;
  font-family: Barlow;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.845px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

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

#footer ul li{
  margin-bottom: 10px;
}

#footer ul li a{
  color: #FFF;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 136%; /* 21.76px */
  letter-spacing: -0.24px;
  text-decoration: none;
}

#footer ul.footerSecond{
  margin-top: 55px;
}

#footer p{
  color: #AAA;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 19.04px */
  letter-spacing: -0.21px;
}

#footer .copyright{
  padding: 80px 0px 0px 0px;
}

#footer .copyright p{
  color: #AAA;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 19.04px */
  letter-spacing: -0.21px;
  margin-bottom: 0px;
}

#footer .copyright a{
  color: #F00;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: -0.21px;
  text-decoration: none;
}

#footer .copyright .credit p{
  float: right !important;
}

#header .mobile-nav{
  display: none;
}

#newToBrave{
  background: #232323;
  padding: 50px 0px 40px 0px;
}

#newToBrave h2{
  color: #F00;
}

#newToBrave a{
  border-top: 1px solid #FFFF;
  border-right: 1px solid #FFFF;
  border-bottom: 3px solid #FFFF;
  border-left: 1px solid #FFFF;
  background: #000;
  padding: 8px 12px;
  margin-left: 20px;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.91px;
  float: right;
}

#newToBrave a img{
  height: 16px;
  width: auto;
  margin-right: 9px;
}

/*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: */


/* Responsive Header */

#homeHero{
  background: url('img/footer-background.jpg') no-repeat;
  background-size: cover;
  background-position: center top;
}

#header{
  text-align: center;
}

#header img.logo{
  width: 260px;
  height: auto;
}

#header .socials, #header .contact, #header .main-navigation{
  display: none;
}

/* Responsive Hero */

#homeHero{
  padding: 0px 0px;
  text-align: center;
}

#homeHero .heroIntro {
  padding: 50px 0px 20px 0px;
}

#homeHero .heroIntro p.welcome {
  color: #9C9C9C;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.17px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

#homeHero .heroIntro h2 {
  color: #BDBDBD;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.27px;
  padding-right: 0px;
  margin-bottom: 30px;
}

#homeHero .heroIntro a{
  margin-left: 10px;
  margin-right: 10px;
}

#homeHero .heroVideo video{
  width: 300px !important;
  height: 240px !important;
}

/* Recreational */

#recreational .col-md-3{
  margin-bottom: 40px;
}

/* Competitive */

#competitive .col-md-4{
  margin-bottom: 40px;
}

/* Contact Form */

#contactForm .sidebar{
  margin-bottom: 40px;
}

/* Footer */

#footer img.logo{
  display: block;
}

#footer ul.socials{
  margin-bottom: 40px;
}

#footer .credit{
  text-align: left;
}

#footer .copyright .credit p {
  float: left !important;
}

/* About Content */

#About-Content iframe{
  width: 320px !important;
}

/* Mobile Nav */

#header .mobile-nav{
  display: block;
}

#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: #000; /* 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: #FFF;
   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;}
 }

 #header img.burger{
   float: right;
   position: absolute;
   top: -110px;
   right: 15px;
 }

 #Generic-Content .item-card ul li {
   background: #FFFFFF;
   border: 1px solid #BCC6CF;
   width: 100% !important;
   text-align: center;
   margin-bottom: 30px;
   display: inline-block;
   margin-right: 20px;
}

}
@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: */
}

