@charset "UTF-8";

/*html {
  scroll-padding-top: calc(4.5rem - 1px);
}*/

/* Fonts
-------------------------------------------------- */
@font-face {
  font-family: 'D Medium';
  src: url('/assets/fonts/D_Medium.woff2') format('woff2'),
  url('/assets/fonts/D_Medium.woff') format('woff'),
  url('/assets/fonts/D_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'F Bold';
  src: url('/assets/fonts/F_Bold.woff2') format('woff2'),
  url('/assets/fonts/F_Bold.woff') format('woff'),
  url('/assets/fonts/F_Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DTW Bold';
  src: url('/assets/fonts/DTW_Bold.woff2') format('woff2'),
  url('/assets/fonts/DTW_Bold.woff') format('woff'),
  url('/assets/fonts/DTW_Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DTW Medium';
  src: url('/assets/fonts/DTW_Medium.woff2') format('woff2'),
  url('/assets/fonts/DTW_Medium.woff') format('woff'),
  url('/assets/fonts/DTW_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'F Normal';
  src: url('/assets/fonts/F_Normal.woff2') format('woff2'),
  url('/assets/fonts/F_Normal.woff') format('woff'),
  url('/assets/fonts/F_Normal.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  padding: 0;
  color: #000;
  background-color: #fff;
  font-family: 'F Normal', sans-serif;
  min-height: 1000px
}

/*#insideHome{
  background: url("/assets/img/ROTDC_header.png"), url("/assets/img/background-colors.jpg");
  background-repeat: no-repeat, repeat;
  background-position: center top, center top;
  background-size: contain, cover;
}*/

#insideHome, #insideBody {
  background: url("/assets/img/background-colors_lg.jpg");
  background-repeat: repeat;
  background-position: center top;
  background-size: 100vw;
}

#homeNavSpecial {
  width: 100%;
  height: 110px;
}

#homeNewSingle {
  margin-top: 50px;
  margin-bottom: 20px;
  /*padding-left: 40px;
  padding-right: 40px;*/
  max-width: 800px;
}

#listenHere {
  margin: 20px 0;
  width: 100%;
}

#videoTippa {
  width: 975px;
  margin: 20px 0 30px 0;
}

#listenNow, #RHCP, #showAnnounce, #interactiveMap, #shopLocal, #newSingleDrummer{
  color: white;
  text-align: center;
  font-family: 'DTW Bold', sans-serif;
  font-size: 1.65rem;
  margin-bottom: 20px;
  font-style: italic;
  text-shadow:
          -5px 5px 0 #36499b,
          -1px -1px 0 #36499b,
          1px -1px 0 #36499b,
          -1px 1px 0 #36499b,
          1px 1px 0 #36499b;
}
#newSingleDrummer {
  margin-top: 16px;
  margin-bottom: 8px;
}
#textDrummer{
  max-width: 300px;
}
#listenNow {
  margin-top: 30px;
}
#showAnnounce {
  padding: 0 20px;
}
#shopLocal {
  /*color: #ffec88;*/
  margin-bottom: 1.25rem;
  text-decoration: none;
}
#videoDrummer {
  margin-top: 54px;
}

.sold-out{
  color: #ffeb88;
  text-align: center;
  font-family: 'DTW Bold', sans-serif;
  font-size: 1rem;
  /*margin-bottom: 20px;*/
  font-style: italic;
  text-shadow:
          -3px 3px 0 #36499b,
          -1px -1px 0 #36499b,
          1px -1px 0 #36499b,
          -1px 1px 0 #36499b,
          1px 1px 0 #36499b;
}

#preOrder, #shopLocalButton, #viewAll{
  display: inline;
  padding: 8px 24px;
  background-color: #ffec88;
  border: 1px solid #36499b;
  color: #36499b;
  text-align: center;
  font-family: 'DTW Bold', sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  text-transform: uppercase;
  box-shadow:
          0 10px 0 #36499b,
          -1px -1px 0 #36499b,
          1px -1px 0 #36499b,
          -1px 1px 0 #36499b,
          1px 1px 0 #36499b;
}
#viewAll {
  font-size: .75rem;
}

#shopLocalButton {
  font-size: 1.1rem;
}

/*@media(max-width: 1400px) {
  #shopLocalButton {
    font-size: .75rem;
  }
}*/

.button-rotdc{
  text-decoration: none;
}

#preOrder:hover{
  background-color: white;
}

#signUp{
  padding: 10px 26px;
  background: #ffec88;
  color: #36499b;
  text-align: center;
  font-family: 'DTW Medium', sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  display: inline;
  border: 1px solid #36499b;
  box-shadow:
          -5px 5px 0 #36499b,
          -1px -1px 0 #36499b,
          1px -1px 0 #36499b,
          -1px 1px 0 #36499b,
          1px 1px 0 #36499b;
}

#signUp > a {
  color: #36499b;
  text-decoration: none;
}

#listenNow > a{
  color: white;
  text-decoration: none;
}

#statement{
  margin-top: 20px;
  color: #36499b;
  text-align: center;
  font-family: 'DTW Bold', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin-bottom: 20px;
  font-style: italic;
}

.styled-text{
  margin-top: 20px;
  color: #36499b;
  text-align: center;
  font-family: 'DTW Bold', sans-serif;
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin-bottom: 20px;
  font-style: italic;
}

.styled-text > a{
  text-decoration: none;
  color: #36499b;
}

.styled-text > a:hover{
  color: #4c67da;
}

@media(max-width: 550px) {
  #insideHome, #insideBody {
    background-size: cover;
  }
}

.bg-color {
  position: relative;
  background: url(/assets/img/ROTDC_header.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media(max-width: 991px) {
  .bg-color {
    background-size: 140%;
  }
  #insideHome .video-bg{
    width: 140% !important;
    left: -20% !important;
  }
}

@media(max-width: 768px) {
  .bg-color {
    background-size: 210%;
  }
  #insideHome .video-bg{
    width: 210% !important;
    left: -55% !important;
  }
}

@media(max-width: 768px) {
  #listenNow, #RHCP{
    font-size: 1.15rem;
    margin-bottom: 10px;
    text-shadow:
            -3px 3px 0 #36499b,
            -1px -1px 0 #36499b,
            1px -1px 0 #36499b,
            -1px 1px 0 #36499b,
            1px 1px 0 #36499b;
  }

  #homeNewSingle {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  #videoTippa {
    width: 975px;
    margin: 10px 0 12px 0;
  }

  #statement{
    font-size: .85rem;
    line-height: 1.3rem;
    margin-bottom: 20px;
  }

}

@media(max-width: 768px) {
  .box-set{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#insideHome .bg-color:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -2;
  background: rgb(243,234,191);
  background: -moz-linear-gradient(0deg, rgba(243,234,191,1) 0%, rgba(249,190,193,1) 22%, rgba(101,130,185,1) 55%, rgba(101,130,185,1) 68%);
  background: -webkit-linear-gradient(0deg, rgba(243,234,191,1) 0%, rgba(249,190,193,1) 22%, rgba(101,130,185,1) 55%, rgba(101,130,185,1) 68%);
  background: linear-gradient(0deg, rgba(243,234,191,1) 0%, rgba(249,190,193,1) 22%, rgba(101,130,185,1) 55%, rgba(101,130,185,1) 68%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3eabf",endColorstr="#6e89c2",GradientType=1);
}

#insideHome .bg-color:after{
  /*max-height: 700px;*/
  min-height: 500px;
  height: 100%;
}
@media(max-width: 991px) {
  #insideHome .bg-color:after{
    max-height: none;
    height: 100%;
  }
}

.card-flip{
  background-color: transparent;
  height: 300px;
  perspective: 1000px;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
}
.card-flip-inner{
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.card-flip:hover .card-flip-inner{
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.card-flip .front, .card-flip .back{
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.card-flip .back{
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.card-flip.callout-album{
  max-height: 400px;
}
@media(min-width: 992px) {
  .card-flip.callout-album{
      height: 22vw;
  }
}
@media(max-width: 991px) {
  .card-flip.callout-album{
      height: 42vw;
  }
}


@media(min-width: 992px) {
  .card-flip.merch-card{
      height: 20vw;
  }
}
@media(max-width: 991px) {
  .card-flip.merch-card{
      height: 36vw;
  }
}
@media(max-width: 575px) {
  .card-flip.merch-card{
      height: 66vw;
  }
}


/*#insideBody {
  background: url("/assets/img/background-inside-header.jpg"), url("/assets/img/background-colors.jpg");
  background-repeat: no-repeat, repeat;
  background-position: center top, center top;
  background-size: contain, cover;
}*/

#insideBody .bg-color {
  position: relative;
  background: url(/assets/img/background-inside-header2.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}


/* #insideBody .bg-color:after {
  background: rgb(249,190,193);
  background: -moz-linear-gradient(0deg, rgba(249,190,193,0) 0%, rgba(249,190,193,1) 26%, rgba(243,234,191,1) 48%, rgba(122,135,187,1) 77%, rgba(101,130,185,1) 92%);
  background: -webkit-linear-gradient(0deg, rgba(249,190,193,0) 0%, rgba(249,190,193,1) 26%, rgba(243,234,191,1) 48%, rgba(122,135,187,1) 77%, rgba(101,130,185,1) 92%);
  background: linear-gradient(0deg, rgba(249,190,193,0) 0%, rgba(249,190,193,1) 26%, rgba(243,234,191,1) 48%, rgba(122,135,187,1) 77%, rgba(101,130,185,1) 92%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9bec1",endColorstr="#6e89c2",GradientType=1);
  max-height: 100vh;
} */

.fontDMedium {
  font-size: 1rem;
  font-family: 'DTW Medium', sans-serif;
  color: #36499b;
}

#pageHeader {
  color: white;
  font-size: 2rem;
  font-family: 'DTW Medium', sans-serif;
  text-shadow:
          -1px -1px 0 #36499b,
          1px -1px 0 #36499b,
          -1px 1px 0 #36499b,
          1px 1px 0 #36499b;

}

#contentStart {
  padding-top: 41vw;
  padding-left: 0;
  padding-right: 0;
  border: none;
  /*padding-left: 20vw;
  padding-right: 20vw;*/
}
#contentStart .btn:hover, #contentStart .btn:active {
  border: none;
}
@media(max-width: 991px) {
  #contentStart {
    padding-top: 56vw;
  }
}

@media(max-width: 768px) {
  #contentStart {
    padding-top: 84vw;
  }
  /* #contentStart .btn {
    height: 45px;
  } */
}

#headerStart {
  /*margin-top: 12vw;*/
  padding-top: 10vw;
  margin-bottom: 40px;
}

#footerText > a {
  text-decoration: none;
  color: red;
}

.navbar{
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffff;
}

.navbar-nav > li {
  padding: 0 40px;
  font-size: 1.25rem;
}
@media(max-width: 1140px) {
  .navbar-nav > li {
    padding: 0 25px;
  }
}

.navbar-nav > li > a {
  color: white;
}

.icon-white {
  color: white;
}

.icon-peach {
  color: #f8b4b7;
}

.icons-home > a {
  text-decoration: none;
}

.icons-home > a > * {
  color: #3c53a0;
  padding: 0 16px;
  font-size: 2rem;
}

.icons-home.white > a > * {
  color: #fff;
}

.btn-white-w-outline {
  background: transparent;
  border-radius: unset;
  font-size: 1rem;
  color: white;
  border: 1px solid white;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 0.75rem 1.25rem;
  text-transform: uppercase;
}
.btn-white-w-outline:focus{
  color: #ffec88;
  border-color: #ffec88;
}

.btn-tickets {
  background: #ffdbdc;
  border-radius: unset;
  font-size: 0.75rem;
  color: #36499b;
  border: 1px solid #36499b;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 0.35rem 0.75rem;
  text-decoration: none;
  font-family: 'DTW Medium', sans-serif;

}
.btn-tickets:hover {
  color: white;
}

.btn-sold-out { 
  background: red;
  border-radius: unset;
  font-size: 0.75rem;
  color: white;
  transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  border: 1px solid white;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 0.35rem 0.75rem;
  text-decoration: none;
  font-family: 'DTW Medium', sans-serif;

}

.btn-blue-w-outline {
  background: transparent;
  border-radius: unset;
  font-size: 1rem;
  color: #36499b;
  border: 1px solid #36499b;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgb(0 0 0 / 10%) !important;
  padding: 0.75rem 1.25rem;
  text-transform: uppercase;
}

.btn-blue-w-outline:hover {
  color: white;
  border: 1px solid white;
}

.navbar-toggler {
  border: unset;
}

.navbar-toggler:focus {
  box-shadow: unset;
}

@media(min-width: 992px) {
  .navbar-light .navbar-nav .nav-link span{
    display: none;
  }
}
@media(max-width: 991px) {
  .navbar-light .navbar-nav .nav-link img{
    display: none;
  }
  .navbar-nav {
    background-color: #37499b !important;
    padding: 20px 0;
  }

  /* .btn-white-w-outline {
    font-size: 0.75rem;
    color: white;
    border: 1px solid white;
    box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
    padding: 0.5rem 1rem;
  } */
}

.tour-dates {
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: calc(715/ 1920 * 100%);
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  height: 0;
  overflow: hidden;
  position: relative;
}

.tour-dates.bg-center{
  background-position: center;
}
.tour-dates.bg-top-center{
  background-position: top center;
}
.tour-dates.bg-left-top{
  background-position: left top;
}

.tour-dates-1 { background-image: url('/assets/img/background_tour-area2.jpg'); }
.tour-dates-2 { background-image: url('/assets/img/tour-dates-slide-2-john.jpg'); }
.tour-dates-3 { background-image: url('/assets/img/tour-dates-slide-3.jpg'); }
.tour-dates-4 { background-image: url('/assets/img/tour-dates-slide-4-anthony.jpg'); }
.tour-dates-5 { background-image: url('/assets/img/tour-dates-slide-5-new.jpg'); }
.tour-dates-6 { background-image: url('/assets/img/tour-dates-slide-6.jpg'); }
.tour-dates-7 { background-image: url('/assets/img/tour-dates-slide-7.jpg'); }
.tour-dates-8 { background-image: url('/assets/img/tour-dates-slide-8-new.jpg'); }
.tour-dates-9 { background-image: url('/assets/img/tour-dates-slide-9.jpg'); }

@media(max-width: 1600px) {
  .tour-dates {
    padding-top: calc(550/ 1600 * 100%);
  }
}

@media(max-width: 992px) {
  .tour-dates {
    padding-top: calc(550/ 992 * 100%);
  }
}

@media(max-width: 768px) {
  .tour-dates {
    padding-top: calc(480/ 500 * 100%);
  }
  .icons-home > a > *{
    padding: 0 9px;
    font-size: 1.5rem;
  }
}
#bg-scale {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pre-order .btn:hover, .tour-dates .btn:hover {
  color: #ffec88;
  border: 1px solid #ffec88;
}

#merch a {
  text-decoration: none;
  color: #181818;
  font-size: 22px;

}

#merch-text p {
  margin-top: 5px;
}

.lity-sign-up {
  width: 450px;
  height: 650px;

}

.lity-album-rhcp {
  width: 450px;
  height: 750px;
  background-repeat: no-repeat;
  background-position: top;

}
.lity-album-rhcp h2 {
  text-align: center;
  color: white;
  font-size: 24px;
  padding: 450px 10px 0 10px;
  font-family: NightLightSquare,ui-sans-serif,system-ui,sans-serif;
}
.lity-album-rhcp h3 {
  text-align: center;
  color: white;
  font-size: 16px;
  padding: 10px 0 20px 0;
  line-height: 10px;
  border-bottom: 1px solid gray;
}
.lity-album-rhcp p {
  text-align: center;
  color: white;
  font-size: 16px;
  padding: 8px 0 0 0;
}
.lity-album-rhcp i {
  padding: 0 20px;
}

.lity-album-rhcp a {
  color: #fff;
}

.lity-album-rhcp a:hover {
  color: #bd0837;
}

.album-rhcp i {
  padding: 0 20px;
}

.album-rhcp a {
  color: #fff;
}

.album-rhcp a:hover {
  color: #bd0837;
}

.sm-popup{
  max-width: 100vw;
}

#album-edition {
  margin-bottom: 100px;
}

.rotdc-items {
  margin-bottom: 50px;
}

@media(max-width: 576px) {
  .rotdc-items {
    margin-bottom: 40px;
  }
}

.image-max {
  max-width: 800px;
  width: 100%;
}

.image-album-lg {
  max-width: 500px;
  width: 100%;
}

#newAlbum, #unlimitedLoveAlbum{
  max-width: 450px;
  width: 100%;
}

#guestsVary {
  max-width: 600px;
  width: 100%;
}

#buttonTickets {
  max-width: 220px;
  width: 100%;
  margin-top: 30px;
}

#upcomingTourDates, #specialGuestList, #newDatesAnnounced {
  max-width: 600px;
  width: 100%;
}

.siriusXM {
  max-width: 410px;
  width: 100%;
  margin: 20px 0;
}


#newShowsAU {
  max-width: 700px;
  width: 100%;
}

.tour-presale {
  width: 210px;
  display: inline-block;
}
.tour-p {
  margin-bottom: .3rem;
}
.tour-p-style {
  font-style: italic;
}

#musicROTDC, #musicUnlimitedLove {
  box-shadow: 0 0 20px black;
  width: 500px;
}
#shopLocalGraphic {
  width: 500px;
}
#visitMusicStore {
  width: 380px;
}