
@font-face {
    font-family: 'geometr231_btbold';
    src: url('geo/geo231bd-webfont.woff2') format('woff2'),
         url('geo/geo231bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geometr231_btroman';
    src: url('geo/geo231rm-webfont.woff2') format('woff2'),
         url('geo/geo231rm-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'geometr231_btbold';
    src: url('geo/geometric_231_bold_bt-webfont.woff2') format('woff2'),
         url('geo/geometric_231_bold_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'geometr231_btroman';
    src: url('geo/geometric_231_bt-webfont.woff2') format('woff2'),
         url('geo/geometric_231_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.geometr231_btroman {
    font-family: 'geometr231_btroman';
}
.geometr231_btbold {
    font-family: 'geometr231_btbold';
}
.header ul a {
  color: #000;
  display: block;
  padding: 8px 6px;
}
.spacer-section {
    height: 20vh;
}
@media (min-width: 768px) {
  .header ul li a.nav-icon img {
    filter: none;
  }
}
.images-list a {
  display: inline;
  position: initial;
}
.guitar {
  background-size: 500px auto;
  background-image: url(https://www.frampton.com/ctl/bulb-OFF.png);
  left: 29%;
  bottom: 23%;
  /* width: 648px;
  height: 1078px; */
  z-index: 16;
  opacity: 1;
  height: 500px;
}
.video-section .decor {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 500px auto;
  background-image: url(https://www.frampton.com/ctl/bulb-OFF.png);
  right: 33%;
  top: 50%;
  width: 570px;
  height: 549px;
  z-index: 2;
      transform: rotate(-60deg);
    transform-origin: center center;
    will-change: transform;
}
    /* rotate counterclockwise 30deg */

/* Remove focus ring for mouse clicks but keep visible focus for keyboard users */
.guitar:focus:not(:focus-visible),
.video-section .decor:focus:not(:focus-visible),
.guy-inline:focus:not(:focus-visible),
.bulb1:focus:not(:focus-visible),
.bulb2:focus:not(:focus-visible) {
    outline: none !important; box-shadow:
    none !important;
}




/* .guitar:hover, .video-section .decor:hover,
.guitar.on, .video-section .decor.on {
    background-image: url(https://www.frampton.com/ctl/bulb-On.png) !important;
} */
.images-list::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background-color: transparent;
  content: "";
  display: none;
}

/* Replace CSS triangle play button with actual SVG control in ctl/ */
.images-list .btn-play {
        background-color: transparent !important;
        background-image: url("/ctl/Play-button.svg") !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: contain !important;
        border: none !important;
        width: 125px !important;
        height: 125px !important;
        border-radius: 50% !important;
        transform: translate(-50%,-50%) scale(.5) !important;
        box-shadow: none !important;
}
.images-list .btn-play:before {
        display: none !important;
        content: none !important;
}
.final-section::after {
  background-image: none;
}
.header ul {
  text-transform: none;
}
.final-section {
    height: 1px;
}
.final-section .decor {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 90vw auto;
  background-image: url(https://www.frampton.com/ctl/bulb-guy-ON.png);
  left: 0;
  bottom: 0;
  width: 90vw;
  height: auto;
  z-index: 3;
  display: none;
}
.final-section::after {
  position: absolute;
  background-image: none;
  right: 0;
  left: 0;
  bottom: 0;
  height: 0;
  z-index: 2;
  content: "";
}
body {
font-family: 'geometr231_btroman';
    }
body {
    background-color: black;
}
#background-l, #p-l {
    visibility: hidden;
}
p,
.section-title,
.title,
.slider-nav .decade {
    text-shadow: none;
}
a {
  transition: color .35s cubic-bezier(.3,.86,.36,.95),background-color .35s cubic-bezier(.3,.86,.36,.95),opacity .35s cubic-bezier(.3,.86,.36,.95);
  color: #fff;
}

.main {
        /* background: url(https://www.frampton.com/ctl/dunes.png) no-repeat fixed;
        background-size: cover; */
        /* position the main so inline dune image can be absolutely positioned at bottom */
        position: relative;
        background: linear-gradient(180deg,
    #65766C 0%,
    #778781 15%,
    #ADAB9A 52%
);
}

.content-wrapper {
    position: relative;
    z-index: 10;
}

/* Inline dune image centered at the bottom of the page.
   Add an element to your HTML somewhere inside the `.main` container:
   <img src="https://www.frampton.com/ctl/dunes.png" class="dune-inline" alt="dunes background">
*/
.dune-inline, .guy-inline {
    /* pinned to viewport bottom; start slightly off-screen */
    position: fixed;
    left: 0;
    right: 0;
    bottom: -300px; /* initial hidden state */
    margin: 0 auto;
    z-index: 0;
    pointer-events: none;
    display: block;
    width: 100vw;
    max-width: none;
    height: auto;
    object-fit: cover;
    will-change: bottom, transform;

}
.guy-inline {
    opacity: 0;
    bottom: 20px;
    z-index: 2;
    /* allow clicks and indicate interactivity */
    pointer-events: auto;
    cursor: pointer;
    transition: opacity .6s ease, bottom .6s ease;
    margin-left: -20vw;
}
.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}

/* Ensure header links are visible on the site's dark background */
.header ul a {
    color: #fff;
}
.header .button-menu {
    color: #fff ;
    background-color: transparent !important;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
.hvr-radial-out:before {
    background: #FFD247;
}
.header ul li a.nav-icon {
    width: 30px;
    height: 22px;
    float: right;
}

.slider-nav .slick-slide.slick-current.slick-active {
    text-shadow: none;
  }
.header ul {
    font-size: 18px;
}
.header ul a:hover, .header ul a:active, .header ul a:focus {
    color: #000;
}
.active a {
    color: #000 !important;
}
.header ul a.nav-email:hover {
    background-color: transparent;
}
.top-section,
.second-section,
.third-section,
.second-section:before,
.third-section:before {
    background-image: none;
    overflow: visible;

}

/* Override: force .second-section height to 30vh (override rules live here) */
.second-section {
    min-height: 30vh !important;
}

.second-section .container {
    height: 30vh !important;
}

/* something here prevents bio decades nav click */
.intro-night {
    position: fixed;
    top: 0;
    left: 0;
    background: url(https://www.frampton.com/ctl/stars.jpg) no-repeat fixed;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    z-index: 1;
}

.logo {
    margin: 20% 0 0;
    position: relative;
    z-index: 3;
}

main #top_section .container {
    align-items: flex-start;
}
.guitar, .flower {
    display: block;
}
.clouds {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 0;
}

.cloud {
    margin-left: -110%;
}

.cloud2 {
    margin-top: 30%;
    margin-left: -200%;
}
.logo {
    transform: scale(1.5);
    opacity: 0;
}
/* .draggable {
    cursor:url(https://wwwframpton-images.s3.us-east-2.amazonaws.com/britania-move-arrows-icon3.png), all-scroll !important;
} */

.cloud2 {
    margin-top: 60%;
}

.flower,
 .nav-node {
    opacity: 0;
}

.photos-list .title {
    font-size: small;
    line-height: normal;
}

.bio-section .decor {
    bottom: 0px;
    right: auto;
    left: 0;
}

.section-title {
    display: none;
}

.audio {
    min-height: auto;
}

.final-section .container {
    padding-top: 100px;
    color: #303841;
}

.slider-nav .slick-list {
    z-index: 10;
}

.slider-nav .decade {
    cursor: pointer;
}

#frampton {
    position: relative;
}

#peter {
    position: relative;
    z-index: 1;
}

#mouth_container,
#mouth,
#mouth_black {
    position: absolute;
}

#mouth_container {
    top: 45.1%;
    left: 55.6%;
    z-index: 2;
    width: 141px;
    height: 145px;
}

#mouth {
    z-index: 4;
}

#mouth_black {
    z-index: 3;
}
.flower.flower3 {
    right: -1.5%;
    bottom: 145px;
  }
/* media queries */
@media (max-width: 767px) {
    .section-title {
        display: block;
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .table-list .date-col .day,
    .table-list .date-col .date,
    .table-list .date-col .year {
        display: inline-block;
        font-size: 24px;
    }

    .table-list .date-col .day::after,
    .table-list .date-col .date::after {
        content: ',';
    }

    .table-list h2,
    .table-list .ticket-col a {
        font-size: 24px;
    }

    .slick-slider.slider-nav.slick-initialized {
        margin-top: 20px;
    }

    .holder-arrows .slick-arrow {
        display: none !important;
    }
}

@media (min-width: 768px) {
    #decade .description div {
        position: absolute;
        top: 0%;
        left: 46%;
        font-size: 18px;
    }
    .slider-bio {
        position: absolute;
        top: 0;
    }
    .bio-section .description {
        margin: 2% 0 0 46%;
        font-size: smaller;
    }
    .holder-arrows .slick-arrow {
        bottom: auto;
        top: -40px;
        font-size: 24px;
    }
    .top-section .container {
        align-items: center;
    }
    .logo {
        margin: 15% 10% 0;
    }
    .top-section .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
    .header ul li a {
        background-color: transparent;
        color: #fff;
    }
    .header ul li.active a {
        background-color: #FFD247;
        color: #000;
    }
    /* .header ul li a.nav-icon img {
        filter: invert(1);
    } */
    .header ul li a.nav-icon {
        float: none;
        width: 30px;
        height: 27px;
        float: right;
        padding: 7px 8px;
    }
}

@media (min-width: 1024px) {
    .header ul {
        font-size: 22px;
    }
    .header ul li {
        padding: 0 16px;
    }
    .header ul li a.nav-icon {
        width: 34px;
        height: 31px;
        padding: 7px 6px;
    }
    .header ul li a.nav-icon img {
        margin-top: -3px;
    }
    .final-section .visual,
    #mouth,
    #mouth_black {
        max-width: 85%;
    }
    .final-section .decor {
        background-size: cover;
      }
      .flower.flower1 {

        left: 61.4%;

      }
}



/* tmp below?
.slider-bio {
    display: none;
}
*/

.bio-section .container > .slick-slider {
    margin-bottom: 0px;
  }
  section {
    padding: 30px 0;
  }
section#final {
    padding-bottom: 0;
}
.photos-section, .video-section, .bio-section, .tour-section, .home-section {
    padding-top: inherit;
    padding-bottom: inherit;
  }


.slider-bio .slick-list,
.slider-bio .slick-track,
.slider-bio .slick-slide {
    min-height: 250px !important;
}


/* Responsive css */

@media(max-width:575px) {
     .top-section{ min-height: 400px;}
    main #top_section .container{ max-height: 400px;}
    .guitar { max-width: 100%; background-size: 270px auto; left: 0; height: 750px; }
    section { padding: 15px 0; }
    .section-title { margin-top: 0;}
    .images-list li { padding: 0 0 30px; }
    .bit-widget-container { margin: 0 auto 20px; }
    .content-wrapper .pin-spacer { display: none !important;}
    .clouds { display: none;}
    .final-section { min-height: inherit; max-height:500px !important;}


}
@media (min-width: 768px) {
  .images-list li:nth-child(2n+1) {
    transform: translateY(-124px);
  }
}
.tour-section, .photos-section, .home-section {
    margin-top: 200px;
}
.images-list .btn-play {
  top: 34%;
}
.gp-player {
  margin-top: 400px;
}
.tour-section, .final-section  {
    min-height: auto;
}




/* Mobile nav overrides: remove gray background, default text black, active black bg/white text, remove yellow hover */
@media (max-width: 767px) {
    .navigation,
    .navigation ul,
    .navigation ul li {
        background: white;
        box-shadow: none !important;
    }

    .navigation li a,
    .navigation a.nav-node,
    .navigation .nav-opener {
        color: #000 !important;
        background-color: transparent !important;
    }

    /* Active menu item: black background, white text */
    .navigation li.active > a,
    .navigation li.active > .nav-node,
    .header ul li.active a {
        background-color: #000 !important;
        color: #fff !important;
    }

    /* Remove yellow hover/click states and ensure hovers are neutral */
    .navigation li a:hover,
    .navigation li a:active,
    .navigation li a:focus,
    .hvr-radial-out:before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
    }

    /* Ensure the menu toggle uses visible dark text on open */
    .header .button-menu {
        color: #000 !important;
    }
.tour-section, .photos-section, .home-section {
  margin-top: 50px;
}
    .decor, .intro-night, .bulb1, .bulb2, .btn-play {
        display: none !important;
    }
}



*:focus:not(:focus-visible), *:focus-visible {
    outline: none !important;
}
#Frampton.custom .gp-player-wrapper, #Frampton.custom .gp-playlist-item.active {
  background: black !important;
  color: white !important;
}
#Frampton.custom .gp-playlist-item.active {
    border-bottom-color: #ccc  !important;
}
#Frampton.custom .gp-playlist-item:hover {
  background: #fff  !important;
  border-bottom-color: #ccc  !important;
  color: #000  !important;
}

#Frampton.custom .gp-playlist-item {

  border-bottom-color: #ccc !important;
}
