.home-tour-tabs {
    display: flex;
}
.p-LTR .p-LinkAutofillPromptButton {
    display: none !important;
}

@media screen and (min-width: 1024px) {
/* Target only the email field in the footer form */
.footer-newsletter-form .gfield--type-email {
    width: 35% !important;
    display: inline-block;
    vertical-align: middle;
}

/* Target the submit button */
.footer-newsletter-form .gform_footer {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-left: 10px; /* space between field & button */
}

/* Remove unnecessary form breaks */
.footer-newsletter-form .gform_fields {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
}
.footer-newsletter-form .gform_fields {
    display: inline-flex !important;
}
.footer-newsletter-form #input_1_1 { width:100%;}
.footer-newsletter-form #field_submit { width:50%; }
.footer-newsletter-form #field_submit input {
    background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
}
@media screen and (max-width: 768px) {

.footer-newsletter-form #input_1_1 {font-size:10px;}
.footer-newsletter-form #field_submit { width:50%; font-size:10px !important;}
.footer-newsletter-form #field_submit input {
    font-size: 10px;
}

  .home-tour-tabs {
    flex-wrap: wrap; /* Allow wrap on smaller screens */
    align-items: center;
    gap: 10px;
  }
.home-hero-section span {
    font-size: 35px;
}
  .home-tour-tabs h6 {
    font-size: 14px;
    margin: 0;
    position: relative;
    top: 0;
  }

  span.home-patron-tour-tabs,
  span.home-destination-tour-tabs {
    font-size: 11px;
    padding: 8px 16px;
    text-align: center;
    border-radius: 20px;
    white-space: nowrap;
  }

  span.home-patron-tour-tabs {
    color: #4b5a83;
    background-color: #fff;
    border: 1px solid #4b5a83;
  }

  span.home-destination-tour-tabs {
    color: #723d1a;
    background-color: #fff;
    border: 1px solid #723d1a;
  }
}

.home-tour-link-left:hover .home-patron-tour-tabs span, .home-tour-link-right:hover .home-destination-tour-tabs span { 
    text-decoration: none !important;
}

.elementor-popup-modal .dialog-widget-content {
    background-color: #848484 !important;
    opacity: 0.5;
}

@media (min-width: 768px) {
    .row-sep-2 .elementor-loop-container {
      row-gap: 0 !important;  
    }
    .row-sep-2 .elementor-loop-container > .e-loop-item {
      padding-bottom: 15px;            
    }
    .row-sep-2 .elementor-loop-container > .loop-separator {
      grid-column: 1 / -1;             
      height: 0;
      border-bottom: 1px solid #88443C;   
      margin-bottom: 15px;           
    }
}


/*Ecomm Gravity Form*/
.gform-theme--framework form.ecom {
    padding: 20px;
    border: 1px solid;
    font-family: 'Palatino';
    margin: 20px 0px 40px 0px;
}

.gform-theme--framework form.ecom label.ginput_quantity_label.gform-field-label,
.gform-theme--framework form.ecom label.gfield_label.gform-field-label,
.gform-theme--framework form.ecom label.gfield_label.gfield_label_before_complex.gform-field-label,
.gform-theme--framework form.ecom span.gform-field-label.gfield_label_product,
.gform-theme--framework form.ecom legend.gfield_label.gform-field-label.gfield_label_before_complex {
    font-family: 'Palatino';
    font-size: 16px;
}

li.patron-menu-cat.menu-item:first-child a {
    padding-top: 0px !important;
}

li.patron-menu-cat.menu-item a {
    color: #2D939E !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-family: 'AauxPro-Bold' !important;
    text-decoration: unset !important;
    font-weight: bold !important;
    letter-spacing: 0.5px;
    cursor: unset !important;
    padding-top: 15px !important;
}

.gform-theme--framework form.ecom input.gform_button.button {
    background-color: #E28F26 !important;
    font-family: "AauxPro-Bold", Sans-serif !important;
    font-size: 16px !important;
    line-height: 1em !important;
    letter-spacing: 0.5px !important;
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    border-radius: 20px 20px 20px 20px !important;
    padding: 10px 23px 10px 23px !important;
}