#drupal-off-canvas {
  color: #ffffff;
}

.primary-menu__submenu {
  z-index: 1;
}

.primary-menu__link {
  z-index: 2;
}

.js-filter-wrapper {
  display: none;
}

.layout-builder-configure-block .js-filter-wrapper {
  display: none;
}

.layout-builder__section .hero .layout-builder__link--add,
.layout-builder__section .bg-gradient-dark-blue-to-light-blue .layout-builder__link--add,
.layout-builder__section .section--curved-gradient .layout-builder__link--add {
  border-color: #fff !important;
  color: #fff !important;
}

.layout-builder__section .hero .bg-white .layout-builder__link--add {
  border-color: rgb(50, 117, 224) !important;
  color: rgb(50, 117, 224) !important;
}


.layout-builder__section .hero [data-region="breadcrumbs"] {
  display: none;
}

.layout-builder__add-block a.layout-builder__link--add span.visually-hidden {
  position: unset !important;
}

.paragraph--type--accordion-group {
  margin-bottom: 2rem;
}

div:last-child > .paragraph--type--accordion-group {
  margin-bottom: 0;
}

.section .prose,
.node--article .prose {
  max-width: unset;
}

/** Style rules for "reusable content" node full view mode displays **/
div.affiliate img,
div.airline img,
div.destination img,
div.establishment img {
  width: auto;
  max-width: 250px;
}

article.contextual-region.affiliate,
article.contextual-region.airline,
article.contextual-region.destination,
article.contextual-region.establishment {
  margin-left: 15%;
  margin-right: 15%;
}
/** end Style rules for "reusable content" node full view mode displays **/

.webform-submission-form {
  margin-bottom: 25px;
}

.webform-submission-form fieldset:not(:first-child) {
  margin-top: 25px;
}

.webform-submission-form fieldset > legend {
  display: block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  font-size: 1.3em;
}

.webform-submission-form .form-actions,
.webform-submission-form .form-item {
  margin-top: 15px;
}

.webform-multiple-table--operations input.image-button {
  min-height: 30px;
  min-width: 30px;
}

.form-type-webform-terms-of-service > div {
  display: flex;
}

.form-type-webform-terms-of-service .form-checkbox {
  margin-right: 20px;
}

.webform-multiple-table td label.form-item {
  margin-bottom: 25px;
}

#company_vehicle_list_table thead {
  display: none;
}

#company_vehicle_list_table tbody tr {
  margin-bottom: 1rem;
}

.newsletter-signup > div {
  display: inline-block;
}

/**This is just a temporary fix for the Social Feeds block until we have access to the Elfsight widget **/
#eapps-facebook-feed-1 .eapps-facebook-feed-content-container {
  height: 400px !important;
}

.yottie-widget-feed-section-inner.swiper-container.swiper-container-vertical {
  height: 405px !important;
}

.eapps-twitter-feed-posts,
.eapps-twitter-feed-posts-container {
  max-height: 325px !important;
}

/** Filtered views tweaks */
#filtered-view--airlines .card .max-h-7 {
  height: 3.5rem;
}

/** Home page Flights Search input field formatting */
@media all and (min-width: 1280px) {
  #flyont-flights-flight-search input {
    padding-right: 6rem;
  }
}

@media all and (max-width: 600px) {
  #flyont-flights-flight-search input {
    padding-right: 1.25rem;
  }
}
/** End Home page Flights Seaarch input field formatting */

/* We hide img tags that are direct children of the body, because they are likely Meta pixel or similar */
body > img {
  display: none;
}

.glb-toolbar #edit-discard-changes {
  display: block !important;
}

.glb-toolbar #edit-revert {
  background-color: #ed4832 !important;
  border-color: #ed4832 !important;
  color: #fff !important;
}

.glb-toolbar a:not([class^="glb-button"]) {
  display: none !important;
}

.google-places-autocomplete {
  width: 100% !important;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/themes/custom/wingsuit/source/default/tokens/fonts/montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype-variations');
  font-style: italic;
  font-weight: 1 999;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/themes/custom/wingsuit/source/default/tokens/fonts/montserrat/Montserrat-VariableFont_wght.ttf') format('truetype-variations') ;
  font-style: regular;
  font-weight: 1 999;
}

@media (min-width: 768px) {
  .section--curved-gradient {
    background-image: url("/themes/custom/wingsuit/dist/app-drupal/images/curved-gradient.svg") !important;
  }
}

input[type="date"]::after {
  background-image: url("/themes/custom/wingsuit/dist/app-drupal/images/datepicker-icon.svg") !important;
}

input.timepicker {
  background: url("/themes/custom/wingsuit/dist/app-drupal/images/timepicker-icon.svg") no-repeat calc(100% - 1.25rem) center;
  color: #303233 !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

input[type="checkbox"][type="checkbox"]:checked {
  background: url("/themes/custom/wingsuit/dist/app-drupal/images/checkbox-checkmark.svg") no-repeat;
  background-size: 10px 8px;
  background-position: 50%;
}

.media-object--image-left .contextual[data-contextual-id] {
  position: absolute;
  z-index: 500;
  top: 6px;
  left: 6px;
  right: unset;
}

.gt-current-lang {
  width: fit-content;
}

.gt_container--hich1m .gt_switcher .gt_option {
  position: absolute !important;
}

.gtranslate_wrapper .gt_switcher {
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(194, 203, 209);
  background-color: rgb(255, 255, 255);
  padding-left: 1rem;
}

.gtranslate_wrapper .gt_option {
  background-color: rgb(255, 255, 255);
  transform: translate(calc(-1rem - 1px), -1px);
}

.gtranslate_wrapper .gt_option a {
  padding-left: 1rem !important;
  background-color: rgb(255, 255, 255) !important;
}

.gtranslate_wrapper .gt_option a:hover {
  background-color: rgb(247, 250, 252) !important;
}

.gtranslate_wrapper a {
  border: none !important;
  font-size: 14px !important;
  font-family: Montserrat, sans-serif !important;
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgb(255, 255, 255) !important;
  background-image: none !important;
  background-origin: padding-box !important;
  background-position-x: 0% !important;
  background-position-y: 0% !important;
  background-repeat: repeat !important;
  background-size: auto !important;
  padding-left: 0 !important;
  color: rgb(16, 30, 43) !important;
}

.gt_switcher img {
  display: none !important;
}

.gtranslate_wrapper,
.gtranslate_wrapper * {
  line-height: 32px;
  width: min-content !important;
  min-width: 90px;
  background-color: rgb(255, 255, 255);
}

.gt_container--hich1m .gt_switcher .gt_selected a:after {
  color: rgb(109, 60, 151) !important;
}

@media (max-width: 768px) {
  .gtranslate_wrapper,
  .gtranslate_wrapper * {
    width: 90px !important;
  }

  .gtranslate_wrapper .gt_switcher,
  .gtranslate_wrapper .gt_option a {
    padding-left: 0.25rem;
  }

  .gtranslate_wrapper .gt_option {
    transform: translate(calc(-0.25rem - 1px), -1px);
  }
}

@media (max-width: 768px) {
  #recite-me-mobile {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
  }
  #recite-me-vertical-text {
    display: none;
  }
}
@media (min-width: 769px) {
  #recite-me-mobile {
    display: none;
  }
}

#recite-me-icon {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 60px;
  background-color: white;
  -webkit-backface-visibility: hidden;
}

#recite-me-vertical-text {
  position: fixed;
  left: 0;
  top: 66%;
  -webkit-transform-origin: 0 0;
  transform: rotate(270deg);
  font-size: 13px;
  text-orientation: upright;
  background-color: #6D3C97;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0.5em 1em;
  color: #FFF;
  -webkit-backface-visibility: hidden;
}

div.ck-source-editing-area > textarea {
  min-height: 160px !important;
}

.ws-lb-container {
  grid-template-columns: unset !important;
}

.glb-claro-details {
  margin-right: 25px !important;
}
