.main-cta-button{
    display: flex;
    text-decoration: none;
    background: var(--red);
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    
}

.icon-button-size{
  height: 56px;
  width: auto;
}

@media (max-width: 724px) {
  .icon-button{
    align-items: center;
    justify-content: center;

    
    }

  .icon-button-size{
    width: 56px;
  }
}

.button-body{
color: var(--white);
}

.button-text{
font-weight: bold;
  text-transform: uppercase;
  font-family: "futura-pt", "Helvetica Neue", Arial;
  color: var(--black);
  font-size: 1rem;
  display: block;
  padding: var(--medium-padding);
}

.svg-holder {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  overflow: hidden; 
  padding: 16px; 
  width:96px; 
  pointer-events: none;

}

#scroll-svg {
  grid-column:1/1;
  grid-row:1/1;
}
#scroll-arrow {
  grid-column:1/1;
  grid-row:1/1;
}

button {
  display: inline-block;
  border: none;
  padding: 1rem 2rem;
  margin: 0;
  text-decoration: none;
  background: #ffffff;
  color: var(--light-text);
  font-family: sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, transform; 
}

.share {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: width 500ms ease-in-out;
  
}

.share > a{
  padding-left: 8px;
  padding-right: 8px;
}

.shareinbar {
  order: 10;
}

.sharemargin {
  margin-left:1rem;
}

.socialicons{
  display: flex;
  align-items: center;
  padding: 0.5rem;
  margin-right: 1rem;
}

.itemshare {
  
  display: flex; 
  align-items: center;
}

@media (max-width: 724px) {

  .exhibit-information-container .medium-padding{
    order: 9;
  }
}

.row_reverse{
  flex-direction: row-reverse;
}

.ticket-text{
  display: auto;
  line-height: 1.5;
  padding: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.ticket-icon{
  display: none;
  
}

@media (max-width: 724px) {
  .ticket-text{
    display: none;
  }
  
  .ticket-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    max-height: 56px;
    max-width: 56px;
  }

  .ticket-button
  {
    height: 56px;
    width: 56px;
    display: flex;
    justify-content: center;
    background-color: var(--red);
  }
  #buy-tickets-button_mobile{
    order: -2;
  }
}

.small-button{
  padding: 0.5rem;
}

.alt{
  background-color: var(--cmh-red);
  color: white;
}

.alt > .ticket-button {
  background-color: var(--cmh-red);
}

@media (max-width: 724px) {
  .alt {
    order: 10;
    max-width: fit-content;
  }
}

.hidden-button {
  position: fixed;
  right:0rem;
  bottom: -4rem;
  z-index: 5;
  transition: transform 0.5s ease-out ;
  pointer-events: all;

}

.sticky-button {
  transform: translateY(-8rem);
}

.hidden-button:focus-visible {
  z-index: 1001;
}


@media (max-width: 724px) {
  .text-button {
    width: 100%;
  }
}

#membership-button {
  max-width: fit-content;
}