body {
  background-color: #d88c4e;
  background-image: url(https://www.moshtix.com.au/directory/uploads/images/FALLS_2022_Moshtix_DesktopBookingSkin-BG_1080x1920New.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    background-attachment: scroll;
    background-size: auto 100%;

}

/* Remove access padding and margins around body wrapper */
#wrapper {
  margin: 0;
  padding: 0;
}

/* Container controls entire content block including header */

#wrapper > #container {
  padding: 0px;
  width: 1000px;
  overflow: hidden;
  background: transparent;
}

/* Container around the content (Event details) */
#container > #content {
  background: #fff;
  margin: 0;
  padding: 15px;
  border-radius: 0px ;
}

/* Header */
#container > #header, #header{
  height: 440px; /* You need to add 40px to this to make the nav banner not cover the image */
  background-image: url(https://www.moshtix.com.au/directory/uploads/images/FALLS_2022_Moshtix_DesktopHeader.png);
  /* Update if you need a solid background */
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  border: none!important;
}


[data-is-mobile="true"] > #wrapper > #container > #header, [data-is-mobile="true"] #header {height: 260px;}

/* Make header image 100% */
#header img {
  width: 100%!important;
  max-width: 1000px!important;
}

/* Footer */
#container > footer {
  margin-top: 0px;
  border: none;
  padding: 20px 15px;
  text-align: left;
  display: flex;
  align-items: center;
  min-height: 60px!important;
  /* to align logo left use flex-start to align center use center */
  justify-content: flex-end;
  background-image: url(https://www.moshtix.com.au/directory/uploads/images/FALLS_2022_Moshtix_DestopFooter.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  /* Update if you need a solid background */
  background-color: transparent;
  box-sizing: border-box;

}

/* Navigation */
nav {
  width: auto!important;
    position: relative;
  height: 100%;
padding: 0px!important;
}

/* Navigation elements */
header > nav > ul {
  width: 100%!important;
  box-sizing: border-box;

  border-radius: inherit;
  text-align: center; 
  display: inline-block; /* can't be flex because of the other hidden elements */
  padding: 10px 0px;
  /* If you need to change the navbar colour */
  background-color: rgb(24, 24, 24);
  /* Make the navbar at the bottom on the header */
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Make Nav items inline so that they can be aligned without float */
header > nav > ul > li {
  float: none;
  display: inline-block;
  width: auto!important;
  margin: 0px;
}

/* Navigation items - style links that look like buttons */
header > nav > ul > li > a, header > nav > ul > li > a:active, header > nav > ul > li > a:visited {
  background-color: inherit;
  color: #fff;
  text-align: center;
}

header > nav > ul > li > a:hover {
  background-color: inherit;
  opacity: 0.75;
}

/* Hide other menu items */
#nav_home,
#nav_whatson,
#nav_news,
#nav_gallery,
#nav_venues {
  display: none;
}

/* Set the padding and dimensions of Support and Login button */
#nav_support{
  padding: 4px 18px 2px 20px;
  height: auto;
  width: auto;}

/* Add word Content before Support */
#nav_support::before {
  content: "Contact ";
}

#nav_login {
  border-left: 2px solid #fff;
  padding: 4px 20px 2px 20px;
  height: auto;
  width: auto;
}

/* Mobile specific navigation */
header#mobile-nav {
  height: 40px!important;
  border: none!important;
}

#mobile-nav > nav > ul {
  padding: 8px 0px!important;}

#mobile-nav > nav > ul > li {
  float: none!important;
  padding-right: 0px!important;
}

/* Mobile navigation items - style links that look like buttons */
#mobile-nav > nav > ul > li > #nav_support,#mobile-nav > nav > ul > li > #nav_login {
  width: auto!important;
  padding: 4px 15px 2px 15px;
  margin-right: initial!important;
}

/* All button colours (excludes navigation) */
.button_orange {
  background: ; /* DO NOT MAKE BLACK */
}

/* Progress bar - remove repeat on x axis (needed for mobile)*/
#progress-bar {
  background-repeat: no-repeat;
  background-position-x: center!important;
}

/* Round event thumbnail corners */
#event-summary-block * img, #order-basket-image, #order-basket-vouchers-image {
  border-radius: 4px;
}

/* Remove cropping on event thumbnail */
.page_headleftimage {
  width: auto;
  height: auto;
}

.small-image-holder {
  max-width: 140px;
}

#order-basket-image, #order-basket-vouchers-image {
  padding-bottom: 0px!important;
  margin-bottom: 8px;
}

/* Modal popup/dialog */
.popup, .ui-dialog {
  width: 600px!important;
  max-width: 100%!important;
  top: 50%!important;
  left: 50%!important;
  margin-left: unset!important;
  margin-top: unset!important;
  transform: translate(-50%, -50%)!important;
}

/* Login page responsive behaviour */
#login-section .sub_col {
  width: 48%!important;
  padding-right: 4%!important;
}

#login-section #guest-login {
  padding-right: 0px!important;
}

#login-section .facebook-login-with-guest {
  width: 100%!important;
  padding-right: 0px!important;
}

#sectionRegisterNewCustomer section div div.sub_col {
  width: 48%!important;
  padding-right: 4%!important;
}

#sectionRegisterNewCustomer section div div.sub_col:last-child {
  padding-right: 0px!important;
}

#col_main_mobile * #order-basket-info-table {
  width: auto;
}

#col_main_mobile * #order-basket-image {
  margin-right: 15px;
}

#footer-order-amount-text {
  padding-left: 10px;
  padding-right: 10px;
}

/* RESPONSIVE CODE */ 

@media (max-width: 1000px) {
  [data-is-mobile="true"] > #wrapper > #container {
    width:100%;}

  [data-is-mobile="true"] > #wrapper > #container > #header{
    height: 30vh;
}

  #content > #col_main {
    width: 60%;
    padding-right: 1%;
  }

  #content > #col_context {
    width: 37%;
    padding-right: 0px;
  }

  #content > #col_context > div {
    width: 100%;
  }

  #login-section .sub_col {
    width: 48%!important;
    padding-right: 4%!important;
  }

  #login-section #guest-login {
    padding-right: 0px!important;
  }

  #login-section .facebook-login-with-guest {
    width: 100%!important;
    padding-right: 0px!important;
  }

/* Modal popup/dialog */
  .popup,.ui-dialog {
    width: 85%!important;
  }
}
/* End 1000px media query */


@media (max-width: 680px) {
  #wrapper > #container {
    width:100%;}

  #container > #header, #header{
    height: 22vh!important;
}

  .page_headtitle_withleftimage {
    padding: 10px 0px;
    min-height: unset!important;
    width: 100%!important;
    min-width: unset!important;
  }

  #event-summary-block .event-date-venue-info {
    position: unset;
  }

  .small-image-holder {
    max-width: unset;
  }

  #login-section .sub_col {
    width: 100%!important;
    padding-right: 0px!important;
  }

  #login-section #guest-login {
    padding-right: 0px!important;
  }
}
/* End 680px media query */

@media (max-width: 500px) {
body{
background-attachment: fixed;
}

  /* Header */
  #container > #header, #header{
    height: 150px;
    background-size: auto 100%;
 background-repeat: no-repeat;
background-position: center;
  }

  .ticket-links * .button_orange {
    width: 100%!important;
    margin-right: 0px!important;
  }



#container > footer{flex-direction: row;
  flex-wrap: wrap;
	    padding: 5px 15px;
    min-height: 50px!important;}

#container > footer > div > a > img {width:50%;
height:auto;}

#container > footer > #Client-Logo {
  flex: 0 1 25%;
}

#container > footer > #Client-URL {text-align:center;
  flex: 1 0 50%;
}

#container > footer > #Poweredby-Logo{text-align:right;
  flex: 0 1 25%;
}

}
/* End 500px media query */

@media (max-width: 350px) {
/* Reduce padding on mobile so they don't flow onto two lines */
  #mobile-nav > nav > ul > li > #nav_support, #mobile-nav > nav > ul > li > #nav_login {
    padding: 7px 10px 5px 10px;
    margin-right: 0px;
  }
}
/* End 350px media query */

#tickets-live > div:nth-child(2) > div:nth-child(1){max-height:290px;}
#tickets-live > div:nth-child(2) > div.hidden-xs{max-height:200px;}