/*-- -------------------------- -->
<---       Breadcrumbs         -->
<--- -------------------------- -*/

@media only screen and (min-width: 0px) {
  #breadcrumbs{
    padding: var(--sectionPadding);
    padding-top: 0.75rem;
    margin-top: 96px;
    padding-bottom: 0.75rem;
    border-top: 1px solid #292929;
    border-bottom: 1px solid #292929;
  }
  #breadcrumbs .cs-container{
    max-width: 1280px;
    display: flex;
    margin: auto;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  #breadcrumbs .arrow{
    width: 12px;
    height: 12px;
  }
  #breadcrumbs a{
    color: #bfbfbf;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
  }
  #breadcrumbs a:hover{
    color: var(--primary);
  }
  #breadcrumbs .current:hover{
    color: #e0e0e0;
  }
  #breadcrumbs .current{
    color: #e0e0e0;
  }
}
@media only screen and (min-width: 1024px) {
  #breadcrumbs{
    margin-top: 88px;
  }
}
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-246 {
        padding: 0 1em;
        position: relative;
        z-index: 1;
    }

    #sbs-246 .info::before {
      position: absolute;
      top: -17px;
      height: 16px;
      background-color: #0a0a0a;
      content: '';
      left: -1px;
      width: calc(100% + 2px);
    }
    #sbs-246 .info {
      position: absolute;
      bottom: -100px;
      width: 100%;
      background-color: #191919;
      border: 1px solid #292929;
      padding: 12px;
    }
    #sbs-246 .list {
      display: grid;
      grid-template-columns: 1fr;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
    #sbs-246 .cta-item {
      display: flex;
      gap: 12px;
      align-items: center;
      font-size: 16px;
    }
    #sbs-246 .cta-item:last-of-type {
      margin-bottom: 0;
    }

    #sbs-246 .cta-item::before {
      content: url('/assets/images/tick.svg');
      width: 16px;
      height: 16px;
    }
    #sbs-246  .highlight-box { 
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      margin-bottom: 40px;
    }
    #sbs-246  .button-box { 
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      gap: 24px;
    }
    #sbs-246.hour-section  .cs-button-solid{ 
      width: 100%;
    }
    #sbs-246.hour-section  .cs-button-transparent{ 
      width: 100%;
    }
    #sbs-246  .hours { 
      font-size: 200px;
      font-family: 'Barlow', 'Roboto', Arial, sans-serif;;
      text-align: center;
      color: var(--primary);
      line-height: 1em;
    }
    #sbs-246  .grey { 
      color: #292929;
    }
    #sbs-246  .white { 
      color: #E0E0E0;
    }
    #sbs-246  .highlight-box.mt { 
      margin-top: 40px;
      margin-bottom: 0;
    }
    #sbs-246  .highlight {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
      overflow: hidden;
    padding: 3px 12px;
    background: #191919;
    border: 1px solid rgba(57, 211, 83, 0.2);

    clip-path: polygon(
        0 0,
        calc(100% - 8px) 0,
        100% 8px,
        100% 100%,
        8px 100%,
        0 calc(100% - 8px)
    );
    }
    #sbs-246  .highlight p{
      color: #E0E0E0;
    }
    #sbs-246  .highlight::before {
      position: absolute;
      width: 1px;
      height: 14px;
      transform: rotate(-45deg);
      content: '';
      background-color: #292929;
      left: 4px;
      bottom: -6px;
    }
    #sbs-246  .highlight::after {
      position: absolute;
      width: 1px;
      height: 14px;
      transform: rotate(-45deg);
      content: '';
      background-color: #292929;
      right: 4px;
      top: -5px;
    }
    #sbs-246 .cs-container {
        width: 100%;
        /* changes to 1280px on tablet */
        max-width: 34.375rem;
        padding: var(--sectionPadding);
        padding-left: 0;
        padding-right: 0;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 108px */
        gap: clamp(3rem, 8vw, 6.75rem);
        position: relative;
    }
    #sbs-246 .cs-lines {
        display: none;
    }
    #sbs-246 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 100%;
        /* changes at tablet */
        max-width: 27.125rem;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
    }

    #sbs-246 .cs-title {
        max-width: none;
        color: var(--bodyTextColorWhite);
    }
    #sbs-246 .cs-text {
        margin-bottom: 20px;
    }
    #sbs-246 .margin {
      margin-top: 1rem;
      margin-bottom: 0;
    }
    #sbs-246 .cs-picture {
        width: 100%;
        max-width: 27.125rem;
        margin: 0;
        position: relative;
        display: block;
        /* width divided by height */
        aspect-ratio: 1;
        /* prevents border from adding to height and width */
        box-sizing: border-box;
    }
    #sbs-246.list .cs-picture {
      margin-bottom: 100px;
    }
    #sbs-246 .cs-picture.hour-box {
      height: 200px;
      aspect-ratio: auto;
    }
    #sbs-246 .cs-picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
      #sbs-246 .topper {
      font-weight: 600;
      margin-bottom: 0.25rem;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #sbs-246 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    #sbs-246.list .cs-container {
        align-items: flex-start;
    }
    #sbs-246 .info {
      top: 150px;
      height: fit-content;
    }
    #sbs-246 .cs-container.reverse {
      flex-direction: row-reverse;
    }
    #sbs-246 .cs-picture {
        /* 344px - 434px */
        width: 40%;
        max-width: 511px;
        max-width: none;
        flex: none;
        aspect-ratio: 1.18;
    }
    #sbs-246.list .cs-picture {
      margin-bottom: 0;
    }
    #sbs-246 .cs-content {
      max-width: 665px;
        width: 60%;
        margin: 0;
    }
    #sbs-246.hour-section .cs-picture { 
      width: max-content;
    }
    #sbs-246.hour-section .cs-container { 
      justify-content: center;
    }
    #sbs-246  .info { 
      bottom: -250px;
      top: auto;
    }
}
@media only screen and (min-width: 870px) {
    #sbs-246  .hours { 
      font-size: 250px;
      font-family: 'Barlow', 'Roboto', Arial, sans-serif;;
      text-align: right;
      color: var(--primary);
    }
    #sbs-246 .cs-picture.hour-box {
      height: 250px;
    }

}
@media only screen and (min-width: 1300px) {
    #sbs-246  .list { 
      grid-template-columns: 1fr 1fr;
    }
    #sbs-246  .cta-item:nth-of-type(1) { 
      width: 250px;
    }
    #sbs-246  .info { 
      bottom: -150px;
    }
}
