/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.woocommerce,
.dark-font{
  color: rgb(114, 114, 114);
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: lightgray;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

.tribe-events-pro-week-grid__events-day .tribe-events-pro-week-grid__event .sk-card-design-freiraum{
  background-color: #9aa68d !important;
  color: white !important;
  text-align: center;
}
.tribe-events-pro-week-grid__events-day .tribe-events-pro-week-grid__event .sk-card-design-schwitzkasten{
  background-color: #2b2b2b !important;
  color: white !important;
  text-align: center;
}
.tribe-events-pro-week-grid__events-day .tribe-events-pro-week-grid__event .sk-card-design-online{
  background-color: #aa0606 !important;
  color: white !important;
  text-align: center;
}

/* week view - column height */
.tribe-events-pro .tribe-events-pro-week-grid__events-row,
.tribe-events-pro .tribe-events-pro-week-grid__multiday-events-row{
  height: 100%;
}

.sk-product-desc{
  width: 100%;
  margin: 2em 0em;
}

/* week view - event hour 1 height */
.tribe-events-pro .tribe-events-pro-week-grid__event--h-1{
  height: 72px !important;
}

/* week view - trainer label */
.sk-event-trainer{
  margin-top: 0.5em !important;
  font-size: 10px !important;
}


/* week view - header column width */
.tribe-events-pro .tribe-events-pro-week-grid__header-column,
.tribe-events-pro .tribe-events-pro-week-grid__events-day,
.tribe-events-pro .tribe-events-pro-week-grid__multiday-events-day{
  width: calc(15.07% - 9.14286px) !important;
}

/* guthaben shortcode */
.token-data-container{
  text-align: center;

}
.token-data{
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  margin-top: 2em;
}
.token-data div{
  background-color: #663c37;
  padding: 1em;
  font-family: "Montserrat",sans-serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  color: rgb(255,255,255);
  border-radius: 5px;
}
.token-data-sk,
.token-data-fr{

}
.token-data-flat{
  margin-top: 5px;
}
.logged-out-info{
  display: inline-block;
  text-align: center;
  margin: 1em;
}
.token-data-header{
  margin: 0 calc(0em * -1) 0 0;
  font-family: "Montserrat",sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: none;
  color: rgba(0,0,0,1);
}
.logged-out-btn-a{
  border-radius: 0.35em !important;
  font-size: 1em;
  background-color: rgb(0,0,0);
  box-shadow: 0em 0.15em 0.65em 0em rgba(0,0,0,0.25);
}
.logged-out-btn-a:hover{
  color: rgb(102,60,55);
  background-color: #663c37;
}
.logged-out-btn-content{
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.575em 0.85em 0.575em 0.85em;
}
.logged-out-btn-text-container{
  margin: 5px;
}
.logged-out-btn-text{
  font-family: "Montserrat",sans-serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  color: rgb(255,255,255);
}

.sk_field_woo{
  display: none;
}

@media only screen and (max-width: 600px) {
  .token-data{
    flex-direction: column;
  }
}
