/*
Theme Name: Trawell Child
Theme URI: https://mekshq.com/theme/trawell
Description: The Sidecar Guys WordPress theme
Author: The Fourth Dev
Author URI: https://thefourth.dev
Template: trawell
Version: 0.1.0
*/

/* Theme */

blockquote:after {
  display: none;
}

.trawell-header,
.trawell-header a,
.trawell-action-close span,
.trawell-header.active a,
.sub-menu a {
  color: #20244c;
}

.trawell-item.item-overlay.post .entry-category {
  display: none;
}

.trawell-item.item-overlay.post .entry-title a,
.trawell-item.item-overlay.post .entry-meta {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1rem;
}

.trawell-footer .widget a,
.trawell-pre-footer a {
  font-size: 1em;
}

.trawell-footer .widget a:hover {
  color: #33baed;
}

.mc-field-group {
  margin-bottom: 1em;
}

.trawell-section:last-of-type {
  margin: 2em 0 6em 0;
  text-align: center;
}

.video-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.video-grid-video {
  flex: 100%;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.video-grid-video h3 {
  margin-top: 4rem;
}

.fluid-width-video-wrapper {
  margin-bottom: 0 !important;
}

.wp-caption-text {
  font-size: 1rem;
  text-align: center;
  margin: 1rem 0 -4rem;
}

.wp-caption-text:after {
  display: none;
}

@media screen and (min-width: 1200px) {

  .video-grid-video {
    flex: calc(50% - 2rem);
  }

}

/* Contact Form 7 */

.wpcf7-form-control-wrap {
  padding: 20px 0;
}

.wpcf7-form label {
  margin: 20px 0 0 0;
}

span.wpcf7-list-item {
  margin: 0;
}

input[type="submit"]:disabled {
  background-color: #cccccc;
}

/* WooCommerce */

p.woocommerce-store-notice.demo_store {
  position: fixed;
  bottom: 0;
  top: auto;
  background-color: #20244C;
}

/* Ticket Booth */

.ticket-booth-overlay {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100001;
  background-color: #20244cee;
}

.ticket-booth-hide {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3vh 3vw;
}

button.ticket-booth-hide-button {
  padding: 1rem 3rem;
  border: solid 2px #20244c;
  margin: 0;
  font-size: 2rem;
  background-color: #ffffff;
  border-radius: 0;
  color: #20244c;
  font-weight: 900;
}

button.ticket-booth-hide-button:hover {
  background-color: #20244c;
  color: #ffffff;
}

.ticket-booth {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow-y: scroll;
  gap: 4rem;
  height: 90vh;
  width: 90vw;
  padding: 4rem;
  background-color: #ffffff;
}

.ticket-booth a {
  text-decoration: underline;
}

.ticket-booth-image {
  width: 100%;
  height: 100%;
  min-height: 40vh;
  background-image: url('./assets/images/booth-310.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ticket-booth-image {
    background-image: url('./assets/images/booth-620.jpg');
  }
}

@media screen and (min-width: 1200px) {

  .ticket-booth-image {
    width: 60%;
  }

  .ticket-booth-form {
    width: 40%;
  }

}

@media screen and (min-width: 1200px) and (min-height: 880px) {

  .ticket-booth {
    flex-direction: row;
  }

  .ticket-booth-image {
    width: 60%;
    background-image: url('./assets/images/booth-620.jpg');
  }

  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ticket-booth-image {
      background-image: url('./assets/images/booth-1240.jpg');
    }
  }

  .ticket-booth-form {
    width: 40%;
  }

}

@media screen and (min-width: 1920px) {

  .ticket-booth-image {
    width: 60%;
    background-image: url('./assets/images/booth-1240.jpg');
  }

  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ticket-booth-image {
      background-image: url('./assets/images/booth-2480.jpg');
    }
  }

}

#custom_html-5 {
  position: relative;
  padding: 0;
  height: 596px;
}

#keis-iframe {
  border: none;
}

#keis-link {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
}

.comment-form .form-submit {
  margin: 10px auto;
  text-align: center;
  width: 100%;
}

.owl-carousel.owl-drag .owl-item {
  max-height: 240px;
}

.sponsors-list-item a {
  box-shadow: none !important;
}

.sponsors-list-item a:hover {
  background: transparent !important;
}
