.itemView {
  background: linear-gradient(to bottom, white, #f9f9f9 300px);
}
.itemImageBlock {
  background: #f3f3f3;
  padding-bottom: 64%;
}

.itemHeader {
  text-align: center;
  padding: 30px 5% 10px;
}
.itemHeader .large-title {
  margin-bottom: 0;
  line-height: 1;
  font-size: 42px;
}

.itemFullText h2 {
  font-weight: 300;
  margin: 0;
  font-size: 18px;
}

.itemInfo {
  display: flex;
  font-weight: 300;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  line-height: 1;
  margin-top: 2px;
  flex-direction: column;
  font-size: 16px;
}

.itemrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.itemRegion {
  display: flex;
  align-items: center;
  gap: 4px;
}

.itemPrice {
  position: relative;
}

.itemPrice::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px dashed #999;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(3px);
}

.itemPrice:hover {
  cursor: help;
}

.tooltip {
  visibility: hidden;
  width: 200px;
  background-color: #fff;
  text-align: left;
  border-radius: 12px;
  position: absolute;
  z-index: 4;
  top: 30px;
  opacity: 0;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  padding: 22px;
  line-height: 1.4;
  box-shadow: 0 0 20px #ddd;
  font-weight: 300;
  font-size: 16px;
}
.tooltip:hover {
  cursor: default;
}
.itemPrice.active .tooltip {
  visibility: visible;
  opacity: 1;
}
.toolTitle {
  font-weight: 400;
  margin-bottom: 10px;
}
.itemStars {
  display: flex;
  gap: 6px;
  align-items: center;
}
.itemStars:hover {
  cursor: pointer;
}
.toolbarWrap.sticky {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.itemToolbar {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  padding: 12px 3%;
}
.itemToolbar li {
  list-style: outside none none;
  padding: 0;
  flex: 1;
}
.itemToolbar li a,
.itemToolbar li > span {
  background: #cc2564 none repeat scroll 0 0;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  transition: background 500ms linear 0s;
  letter-spacing: 1px;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-weight: 400;
  padding: 12px 2px;
  gap: 5px;
}
.itemToolbar li.show-nav span {
  background: #e7e7e9;
  color: #444;
}

.itemVideoLink.k2Anchor {
  background: #e7e7e9;
  color: #444;
}
.itemToolbar a.added,
.itemToolbar a.added:hover {
  background: #000;
}
.itemToolbar li a.add-band {
  background-color: #e7e7e9;
  color: #444;
}

.k2menu li {
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  border-bottom: 1px solid #eee;
}
.k2menu li span,
.k2menu li a {
  padding: 14px 0;
  display: block;
}

.k2menu li:last-child {
  border-bottom: none;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 3;
}
#mainContent {
  border-radius: 6px;
  position: relative;
  margin: 0 3% 0;
  overflow: hidden;
  align-items: stretch;
}
.bfhGalleryHero {
  display: flex;
}

a.view-gallery {
  background: #fff url(../images/icons/grid.svg) no-repeat scroll left 13px
    center/20px;
  position: absolute;
  font-size: 17px;
  padding: 5px 16px 7px 39px;
  right: 20px;
  bottom: 20px;
  border-radius: 5px;
}
#gallery {
  display: none;
}

.usp {
  padding: 5%;
}

.usp h3 {
  font-size: 11px;
  text-transform: uppercase;
  background: #ffdf35;
  display: inline-block;
  padding: 2px 6px;
  letter-spacing: 1px;
  margin-bottom: 16px;
  border-radius: 3px;
  color: #000;
}

.usp .bfhcheck {
  margin: 0;
}

.usp .bfhcheck li {
  background: transparent url(../images/icons/check.svg) no-repeat scroll left
    center / 17px 18px;
  padding: 8px 0 8px 32px;
  line-height: 1.3;
  display: block;
  align-content: center;
  font-size: 16px;
}

.section-pad {
  padding: 0 5%;
}
.itemBody h2,
div.itemIntroText {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: 300;
  text-align: left;
}

.fullbio {
  max-height: 220px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  position: relative;
}

.fullbio.expanded {
  max-height: 1000px;
}

.fullbio::after {
  content: "";
  height: 80px;
  left: 0;
  position: absolute;
  background: linear-gradient(180deg, #f9f9f900 0%, #f9f9f9ff 100%);
  right: 0;
  bottom: 0;
}
.fullbio.expanded::after {
  opacity: 0;
  display: none;
}
.toggle-bio {
  cursor: pointer;
  padding: 12px 11px 12px 14px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  margin-top: 20px;
  font-weight: 400;
  display: inline-flex;
  gap: 4px;
  background: #eee;
  align-items: center;
}
.arrow-icon {
  transition: transform 0.3s ease;
}
div.itemFullText a,
.item-page a {
  border-bottom: 1px solid #cc2564;
}

.user1 ul.customTags,
.user3 ul.customTags {
  display: flex;
  gap: 6px;
  margin: 20px 0;
  flex-wrap: wrap;
}
ul.customTags li {
  list-style: none;
  padding: 0;
}
ul.customTags a {
  font-weight: 300;
  font-size: 15px;
  padding: 7px 14px 8px 30px;
  border-radius: 20px;
  border: 0.5px solid #ccc;
  background: #f2f2f2 url(../images/icons/tag.svg) no-repeat scroll left 10px
    center / 14px;
}
ul.customTags a:hover {
  background-color: #ececec;
}

.itemView #reviewBlock {
  display: none;
}

.user1 ul,
.user3 ul {
  margin: 10px 0;
}
.user1 li,
.user3 li {
  list-style: inside disc;
}

#videoPlaylist {
  margin: 10px 0 0;
}
.itemAttachmentsBlock,
.itemExtraFields {
  margin: 20px 0 0;
  border-radius: 8px;
  overflow: hidden;
}
div.itemExtraFields.k2repertoire {
  position: relative;
  padding-bottom: 0;
}
.itemAttachmentsBlock ul#playlist li {
  padding: 0;
  position: relative;
}
div.itemVideoEmbedded {
  overflow: hidden;
  position: relative;
}
.bfhGalleryHero.is-video::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-image: url(../images/icons/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.vid-thumbnail {
  position: relative;
}
.vid-thumbnail::after {
  border-width: 8px 0 8px 13px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.controlblock {
  display: none;
}

.mp3player {
  overflow: hidden;
  margin-top: 20px;
}
.player-controls .loader {
  display: none;
  margin: -10px;
  font-size: 2px;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: 1.1s linear infinite spinner;
  animation: 1.1s linear infinite spinner;
}
.player-controls .loader,
.player-controls .loader::after {
  border-radius: 50%;
  height: 18px;
  width: 18px;
  position: absolute;
  left: 50%;
  z-index: 3;
  top: 50%;
}
.itemImageBlock #progressbar {
  display: none;
}
div#progressbar {
  cursor: pointer;
  height: 6px;
  margin: 0;
  background: #eaeaea;
  width: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
div#progressbar #progressbarinner {
  background: #cc2564;
  width: 0;
  height: 6px;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
li a.songdownload {
  margin: 0;
  padding: 0;
  width: 54px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(100, 100, 100, 0.05);
}
#videoPlaylist li.active {
  background: rgba(100, 100, 100, 0.05);
}
div.itemAttachmentsBlock ul.itemAttachments li a {
  display: inline-block;
}
div.itemAttachmentsBlock ul.itemAttachments li.active a.song {
  color: #fff;
}
#playlist li {
  position: relative;
  display: flex;
  background: rgba(100, 100, 100, 0.05);
  margin-bottom: 10px;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
}
#playlist li:last-child {
  border: 0;
  margin-bottom: 0;
}
#playlist span.song,
.playlist span.song {
  border: medium none;
  color: #555;
  cursor: pointer;
  display: block;
  text-indent: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#playlist li.active {
  border: 0;
}

#playlist li.active {
  border-bottom: 1px solid transparent;
}
#playlist span.song {
  padding: 12px 10px 12px 56px;
  font-size: 16px;
  flex: 1;
  line-height: 1.6;
}

span.artistname {
  display: block;
  font-size: 13px;
  color: #999;
  line-height: 1.2;
}

li .song::before,
li.active.paused .song::before {
  border-color: transparent transparent transparent #666;
  border-width: 8px 0 8px 10px;
  height: 0;
  width: 4px;
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
}
li.active .song::before {
  border-color: #666;
  border-width: 0 3px 0 3px;
  height: 12px;
}

.k2repertoire li {
  padding: 3px 0;
}

li.hide {
  display: none;
}
.reptools {
  text-align: left;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
#the-filter {
  padding: 7px;
  border-bottom: 0;
  background: #fff url(../images/icons/search-grey.svg) no-repeat scroll left
    7px center/22px 22px;
  padding-left: 34px;
  border-radius: 3px;
}
.expandsongs {
  color: #444;
  background: #eee;
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0;
}

.expandsongs span {
  display: none;
}

.expandsongs span,
div.itemExtraFields ul.options {
  width: 100%;
  box-sizing: border-box;
  padding-right: 3px;
}
div.itemExtraFields li {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.options li {
  white-space: normal;
  font-size: 18px;
  padding: 8px 0;
}

ul.options span {
  font-weight: 400;
}
.outer-box {
  overflow: auto;
  position: relative;
  width: 100%;
  height: 400px;
  transition: height 0.5s ease;
  mask-image: linear-gradient(to top, transparent, black 100px);
}
.outer-box.expanded {
  height: auto;
}
#collapseicon {
  display: none;
}
#videoPlaylist li {
  display: flex;
  align-items: center;
  padding: 0 20px 0 0;
  margin-bottom: 11px;
  line-height: 1.2;
  background: rgba(100, 100, 100, 0.05);
  border-radius: 4px;
  font-size: 15px;
  gap: 20px;
}
#videoPlaylist .vidpic {
  width: 90px;
  height: 66px;
  object-fit: cover;
  display: flex;
  border-radius: 4px 0 0 4px;
  min-width: 90px;
}
#mainWrap div.itemVideoBlock h4 {
  padding: 20px 20px 0;
  border-top: 0;
}
div.k2repertoire ul {
  padding: 0 0 40px 0;
}

.itemRelated .medium-title {
  margin-bottom: 30px;
  text-align: center;
}

.itemRelated .catItemTitle,
.cards-small h5 {
  font-size: 24px;
  margin-bottom: 3px;
}
div.itemRelHeading {
  margin-bottom: 10px;
}
li.sigProClear {
  clear: both;
  float: none !important;
  height: 0 !important;
  line-height: 0 !important;
  border: none !important;
  background: none !important;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
}
ul.sigProClassic {
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto auto;
  gap: 6px;
  overflow: hidden;
}
ul.sigProClassic.count-3,
ul.sigProClassic.count-6,
ul.sigProClassic.count-9,
#gallery ul.sigProClassic.count-4,
#gallery ul.sigProClassic.count-8 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  height: 100%;
  width: 100%;
}
#gallery ul.sigProClassic li.sigProThumb {
  height: 100%;
}
#gallery ul.sigProClassic li.sigProThumb a.sigProLink,
#gallery ul.sigProClassic li.sigProThumb a.sigProLink:hover {
  height: 100%;
  padding: 0;
}
ul.sigProClassic li.sigProThumb {
  padding: 0;
}
ul.sigProClassic li.sigProThumb a.sigProLink,
ul.sigProClassic li.sigProThumb a.sigProLink:hover {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding-bottom: 62.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  background: #fff;
  width: 100%;
}
ul.sigProClassic li.sigProThumb a.sigProLink:hover {
  opacity: 0.8;
  cursor: zoom-in;
}
ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg,
ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#info .flex {
  padding: 20px 0;
  gap: 40px;
}
.fancybox-container .fancybox-slide--html {
  padding: 0;
}
.fancybox-container .fancybox-content {
  padding: 0;
  position: relative;
  max-height: 100vh;
}
.fancybox-slide--html {
  padding: 0;
}
.fancybox-content h3 {
  margin-bottom: 0;
}
.fancybox-content .bfh-close {
  position: absolute;
  right: 40px;
  top: 38px;
  border-radius: 30px;
  background: #cc2564;
  margin: 0;
  padding: 10px 24px 10px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2px;
}
.bfh-close svg {
  width: 20px;
  vertical-align: middle;
  margin-right: 2px;
  height: 22px;
  padding-bottom: 2px;
}
.fancy-review {
  margin-bottom: 30px;
}
.review-author {
  font-weight: 400;
  margin-top: 10px;
}
.testimonials.testimonials-1 {
  grid-template-columns: 1fr;
  justify-items: center;
}
.testimonials-1 .testimonial,
.testimonials-2 .testimonial,
.testimonials-4 .testimonial {
  max-width: 500px;
}
.testimonials.testimonials-2,
.testimonials.testimonials-4 {
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.testimonial-image {
  background-color: #cc2564;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  min-width: auto;
}

.fancybox-container .fancybox-close-small {
  display: none;
}
.sigProLink.is-video,
.fancybox-thumbs__list a.is-video {
  position: relative;
}
.sigProLink.is-video::after,
.fancybox-thumbs__list a.is-video::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpolygon points='26,20 26,44 46,32' fill='%23ffffff'/%3E%3C/svg%3E")
    no-repeat center / 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
#k2Container .fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 120px;
}
#k2Container .fancybox-thumbs {
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
}
#k2Container .fancybox-thumbs__list {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
#k2Container .fancybox-thumbs__list a {
  max-width: 120px;
  flex: 0 0 auto;
}
#load-more-container {
  display: flex;
  gap: 10px;
  justify-content: center;
}
#load-more-container button {
  margin: 10px 0 0;
  border: none;
  background: #ececec;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-weight: 400;
  border: 0;
  width: 150px;
}
#load-more-container svg {
  width: 20px;
}
.toggle-cards.disabled {
  opacity: 0.3;
}
.button-wrap {
  text-align: center;
  margin: 10px 0;
}
.modal-title {
  padding: 40px 30px 20px;
  border-bottom: 1px solid #eee;
  position: sticky;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
}
.reviews {
  padding: 30px;
}
.expandreviews {
  background: #ececec;
  color: #444;
  display: flex;
  gap: 6px;
  margin: 0;
  padding: 12px;
  font-size: 11px;
}
#collapserevicon {
  display: none;
}
.fancybox-container .stars {
  position: static;
  text-align: left;
}

.fade-in {
  animation: fadeIn 500ms ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.placeholderHeading {
  width: 90%;
  height: 34px;
  position: relative;
  overflow: hidden;
}

.placeholderText {
  width: 40%;
  height: 23px;
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  display: block;
}

/* Gradient animation */
.placeholderHeading::before,
.placeholderText::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(240, 240, 240, 0) 0%,
    rgba(240, 240, 240, 0.8) 50%,
    rgba(240, 240, 240, 0) 100%
  );
  animation: loadingAnimation 1.5s infinite linear;
}

@keyframes loadingAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

@media only screen and (min-width: 600px) {
  .itemHeader .large-title {
    font-size: 50px;
  }
  .itemFullText {
    max-width: 600px;
    margin: 0 auto;
  }
  .toolbarWrap {
    margin-bottom: 18px;
  }
  .itemToolbar {
    width: 400px;
    margin: 0 auto;
  }

  .usp .bfhcheck {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .itemImageBlock {
    padding-bottom: 56%;
  }

  .itemFullText h2 {
    font-size: 20px;
  }

  .section-pad {
    padding: 0 40px;
  }
  .mp3player {
    margin: 30px auto 0;
    max-width: 1100px;
  }

  ul#playlist li:hover,
  ul#videoPlaylist li:hover {
    background: #eee;
  }
  .bfhGalleryHero.is-video::before {
    transition: opacity 300ms;
  }

  .bfhGalleryHero.is-video:hover::before {
    opacity: 0.7;
    transition: opacity 300ms;
  }

  .itemToolbar > a:hover,
  .itemToolbar > span:hover,
  a#enquire-all:hover {
    background-color: #666;
    transition: background-color 500ms linear;
    cursor: pointer;
  }
  .itemToolbar .add-band:hover,
  .itemToolbar .itemVideoLink:hover {
    background-color: #ccc;
  }

  div.itemExtraFields.k2repertoire {
    position: relative;
    padding-bottom: 0;
    max-width: 1100px;
  }
  div.outer-box {
    height: 500px;
  }

  .bfhGalleryHidden {
    display: none;
  }

  .reptools {
    margin-bottom: 40px;
  }

  #the-filter {
    width: 260px;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 0;
    padding: 14px 14px 14px 40px;
    background-position: left 10px center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .expandsongs {
    padding: 0 22px 0 20px;
    width: auto;
    border-radius: 6px;
  }
  .expandreviews {
    margin: 0 auto;
    padding: 14px 22px 14px 20px;
    border-radius: 6px;
  }

  .expandsongs span {
    display: block;
  }

  .expandsongs span,
  ul.sigProClassic.count-4,
  ul.sigProClassic.count-8 {
    grid-template-columns: 1fr 1fr;
  }
  #info .small-title {
    margin-bottom: 20px;
  }
  #load-more-container button {
    margin: 40px 0 0;
  }
  .bfhGalleryHero.is-video::before {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (min-width: 993px) {
  #mainContent {
    margin: 30px 30px 0;
    flex-direction: row;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    display: flex;
    gap: 10px;
  }

  .k2Columns {
    max-width: 1250px;
    display: flex;
    gap: 60px;
    margin: 0 auto 60px;
  }
  .k2MainCol {
    width: 60%;
  }
  .k2SideCol {
    width: 40%;
  }
  #gallery {
    width: 50%;
    display: flex;
  }
  #gallery .itemImageGallery {
    flex: 1 1 auto;
    display: flex;
    width: 100%;
  }

  .fullbio {
    max-height: 997px;
    font-size: 19px;
  }
  .toggle-bio,
  .fullbio::after {
    display: none;
  }
  .itemView #reviewBlock {
    display: block;
  }
  .itemView .medium-title {
    font-size: 42px;
  }
  .itemInfo {
    flex-direction: row;
    font-weight: 400;
    gap: 30px;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 19px;
  }
  .itemrow {
    gap: 30px;
  }
  .tooltip {
    width: 300px;
  }
  .itemToolbar li:hover {
    cursor: pointer;
  }
  .itemPrice::after {
    transform: translateY(5px);
  }

  #info .flex {
    gap: 40px;
  }

  #info div:only-child {
    max-width: 800px;
    margin: auto;
  }

  .itemView .bfhshare {
    display: flex;
    margin-top: 20px;
  }

  #send-enquiry {
    margin-top: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    position: sticky;
    top: 80px;
    border: 1px solid #eee;
  }
  .itemRelated .medium-title {
    margin-bottom: 53px;
  }

  .itemRelated .catItemReadMore {
    left: 20px;
    bottom: 20px;
  }
  .itemVideoEmbedded {
    display: flex;
    max-width: 1250px;
    margin: 0 auto;
    background: #fff;
  }
  div.itemVideoEmbedded .video-container {
    flex: 0 0 68%;
    padding-bottom: 40%;
  }
  .itemVideoEmbedded.singlevideo .video-container {
    flex: 0 0 100%;
    padding-bottom: 54%;
  }
  .itemVideoBlock {
    width: 50%;
  }
  #vid-list-wrap {
    flex: 38%;
    padding: 3%;
    box-sizing: border-box;
  }
  #videoPlaylist {
    max-height: 290px;
    overflow-y: auto;
    margin: 0;
  }
  #videoPlaylist .vidpic {
    height: 70px;
  }

  .k2repertoire::after {
    bottom: 0;
  }

  .k2repertoire::after {
    margin: auto 60px 0 0;
  }

  #send-enquiry > .pretext {
    margin: 0 auto;
  }
  .bfhGalleryHero.is-video::before {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (min-width: 1100px) {
  #mainContent .itemImageBlock {
    width: 40%;
    padding-bottom: 40%;
  }
  #mainContent.bannerView {
    max-width: 1250px;
  }

  #mainContent.bannerView .itemImageBlock {
    width: 100%;
    padding-bottom: 50%;
  }
  #mainContent.bannerView .itemImageBlock img {
    object-position: top;
  }
  .usp {
    padding: 0 5%;
    box-sizing: border-box;
    align-self: center;
  }
  .usp .bfhcheck {
    display: block;
  }

  #videoPlaylist {
    max-height: 340px;
  }

  .itemHeader {
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
    background: none;
  }

  .itemFullText {
    width: 700px;
    margin: 0 auto 10px;
  }

  .itemHeader .large-title {
    font-size: 60px;
  }
  .toolbarWrap {
    margin-bottom: 28px;
  }
  .itemToolbar li a,
  .itemToolbar li > span {
    padding: 16px 2px;
    font-size: 12px;
  }
  .enquiryLink:hover {
    background: #444;
  }

  .itemToolbar {
    width: 300px;
  }

  .itemToolbar li.show-nav {
    display: none;
  }
  #k2nav {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-direction: column;
  }

  #k2menuWrap {
    transform: none;
    display: block;
    position: static;
    width: auto;
    max-width: fit-content;
    background: none;
    padding: 0;
    border-radius: 0;
    border: 0;
    margin: 0 30px;
  }

  #k2menuWrap .modalHeader {
    display: none;
  }

  #k2menuWrap.sticky {
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 3;
    max-width: none;
  }

  .k2menu span:hover {
    background: #eee;
    transition: background-color 300ms;
  }
  #k2menuWrap.sticky .contactLink {
    background: #cc2564;
    color: #fff;
  }
  #k2menuWrap.sticky .contactLink:hover {
    background: #444;
  }

  .k2menu {
    display: flex;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 1250px;
    margin: 0 auto;
    max-width: 100%;
    gap: 40px;
    justify-content: center;
  }
  #k2menuWrap.sticky .k2menu {
    border: 0;
  }
  .k2menu li {
    flex: 1;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #333;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    border: 0;
    max-width: 150px;
  }
  .k2menu li a,
  .k2menu li span {
    padding: 8px 0;
    display: block;
    margin: 10px 0;
    border-radius: 5px;
    transition: background-color 300ms;
  }
  #mainContent .itemImageBlock {
    width: 70%;
    padding-bottom: 40%;
    margin: 0;
    border-radius: 0;
  }
  .bfhGalleryHero.is-video::before {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (min-width: 1250px) {
  .itemHeader {
    padding: 64px 5% 10px;
  }
  .itemVideoEmbedded.singlevideo {
    max-width: 1100px;
  }
}

@media only screen and (min-width: 1300px) {
  #mainContent {
    margin: 40px auto;
  }

  .toolbarWrap {
    margin-bottom: 52px;
  }
  .itemHeader .large-title {
    font-size: 74px;
  }
  #k2menuWrap {
    margin: 0 auto;
  }
  #vid-list-wrap {
    padding: 3%;
  }
  #videoPlaylist {
    max-height: 390px;
  }
  #videoPlaylist .vidpic {
    height: 80px;
    width: 115px;
    min-width: 115px;
  }
  #mainWrap div.itemVideoBlock h4 {
    padding: 30px 30px 0;
  }
  .usp {
    padding: 0 4% 0;
    width: 620px;
  }
  div.itemHeader h1.itemTitle {
    font-size: 32px;
    padding: 30px 0 5px;
  }

  .mp3player #play,
  .mp3player #pause {
    background-color: rgba(118, 210, 246, 0.9);
    height: 70px;
    width: 70px;
    border-radius: 100px;
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    float: none;
    margin: 0;
    top: 50%;
  }
  .mp3player #play::after {
    left: 29px;
    top: 25px;
  }
  .mp3player #pause::after {
    left: 27px;
    top: 25px;
  }
  li .song::before,
  li.active.paused .song::before {
    left: 30px;
  }

  li a.songdownload {
    background-color: rgba(100, 100, 100, 0.05);
    width: 70px;
  }
  a.songdownload:hover {
    background-color: rgba(100, 100, 100, 0.1);
  }

  #playlist span.song {
    padding: 12px 70px 20px 64px;
  }
  div#progressbar {
    background: rgba(100, 100, 100, 0.05);
    width: calc(100% - 70px);
    border-radius: 0;
  }
  .controlblock {
    flex: 0 0 30%;
    position: relative;
  }
  .mp3player .itemImageBlock {
    padding-bottom: 100%;
    border-radius: 8px;
  }
  #player-wrap {
    padding: 0;
    flex: 1;
    background: 0;
    border: 0;
    border-radius: 0;
  }

  ul.sigProClassic {
    gap: 10px;
    margin: auto 0;
  }
  ul.sigProClassic li {
    overflow: hidden;
  }
  #send-enquiry {
    padding: 34px;
  }
}
@media only screen and (min-width: 1580px) {
  .itemVideoEmbedded {
    max-width: 1250px;
  }
  .section .moduletable {
    max-width: 1250px;
  }
  #mainContent .itemImageBlock {
    padding-bottom: 40%;
    border-radius: 0;
    width: 70%;
  }
  .testimonialswrap {
    position: relative;
  }
  #load-more-container {
    position: absolute;
    top: 281px;
    left: -100px;
    right: -100px;
    justify-content: space-between;
  }
  #load-more-container .toggle-cards {
    text-indent: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ffff;
    box-shadow: 1px 0px 13px #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  #load-more-container span {
    display: none;
  }
  #load-more-container svg {
    width: 28px;
  }
}

@media only screen and (min-width: 1620px) {
  #load-more-container {
    left: -120px;
    right: -120px;
  }
}

@media all and (min-width: 768px) {
  .fancybox-container .fancybox-content {
    border-radius: 0.3em;
    margin: 20px 0;
    box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, 0.3);
    max-height: calc(100vh - 40px);
  }
  #gotoreviews.cta {
    position: absolute;
    right: 9px;
    bottom: -8px;
    padding: 8px 34px 8px 21px;
    background-position: right 13px center;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .fancybox-container .fancybox-slide {
    padding: 0;
  }
  .fancybox-container .fancybox-slide--iframe {
    padding: 0;
  }
  .fancybox-slide--iframe .fancybox-content {
    height: calc(100vh - 120px);
    width: 100% !important;
    max-width: 100% !important;
  }
  .fancybox-iframe {
    height: 100%;
  }
}
.sigProPrintMessage {
  display: none;
}
#fancybox-buttons ul li {
  background: none;
}
