#agency-tape {
    background-color: #fff;
    box-shadow: inset 0 1px 4px 0 rgba(153, 153, 153, 0.5);
    color: #004164;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
}
#agency-tape .agency-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 1248px;
    margin-left: calc(-4% / 2 );
    margin-right: calc(-4% / 2 );
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
#agency-tape .agency-inner>div {
    display: flex;
    align-items: center;
}
#agency-tape .agency-inner>div:last-child {
    margin-top: 0.25rem;
}
#agency-tape .agency-inner>div>span {
    color: #004164;
    font-size: 1.25em;
    font-weight: bold;
}
#agency-tape h2 {
    color: #004164;
    margin: 5px 0;
    text-align: center;
}
#agency-tape img {
    max-width: 300px;
}
#agency-tape a {
    color: #004164;
    margin: 0 1rem;
    font-size: 1rem;
    text-decoration: none;
}
#agency-tape a[href^="tel:"] {
    font-weight: bold;
}
#agency-tape a span {
    display: none;
}
#agency-tape i {
    margin-left: .25rem;
    margin-right: .25rem;
}
#agency-tape .divi {
    display: none;
}

@media (min-width: 800px) {
    #agency-tape .agency-inner {
        flex-direction: row;
        justify-content: space-between;
    }
    #agency-tape .agency-inner>div>span {
        padding-left:1rem;
    }
    #agency-tape .divi {
        display: inline-block;
        padding: 0 .25rem;
    }
}

@media (min-width: 1040px) {
    #agency-tape a span {
        display: inline-block;
    }
}

#hotel__form label ,
#vacation__form label {
    display: block;
}

#hotel__form select ,
#vacation__form select {
    width: 100%;
}

#hotel__form .loader ,
#vacation__form .loader {
    position: relative;
}

#hotel__form .loading:before ,
#vacation__form .loading:before {
    background: rgba(255,255,255,.75) url("/wp-includes/images/spinner.gif") center center no-repeat;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#hotel__form div[class*="col-"],
#vacation__form div[class*="col-"] {
    margin-top: .5em;
}

#hotel__form.vertical div[class*="col-"],
#vacation__form.vertical div[class*="col-"] {
    margin-bottom: 1em;
    margin-top: 0;
    width: 100%;
}

#hotel__form.vertical .hotel-actions,
#vacation__form.vertical .hotel-actions {
    flex-direction: column;
}

#hotel__form.vertical .hotel-option {
    margin-bottom: 1em;
}

#hotel__form .hotel-actions,
#vacation__form .hotel-actions {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: .5em 15px;
}

#hotel__form .hotel-actions .actions,
#vacation__form .hotel-actions .actions {
    display: flex;
    flex-direction: column;
}


#hotel__form .hotel-actions .reset,
#vacation__form .hotel-actions .reset {
    margin-right: .5em;
    font-size: 80%;
}

#hotel__form .hname input {
    border-color: #222;
    border-width: 1px;
    color: #222;
    width: 100%;
}
#hotel__form.vertical .hname input {
    max-width: 100%;
}

#hotel__form .hname div {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    margin: 1rem 0;
}

#hotel__form .hname div:after {
    border-top: 1px solid var(--form_border_color);
    content: '';
    display: block;
    flex: 1;
}

#hotel__form .hotel-option {
    align-items: center;
    display: none;
    font-size: 80%;
    margin-right: auto;
}

#hotel__form .hotel-option input {
    margin: 0 .5em 0 0;
}

#hotel__form div[data-lastpass-icon-root] {
    display: none;
}

@media (min-width: 992px) {
    #hotel__form.vertical div[class*="col-"],
    #vacation__form.vertical div[class*="col-"] {
        flex: none;
        max-width: 100%;
    }
}

@media (max-width: 1200px) {
    #hotel__form .hname input {
        max-width: 100%;
    }
}

#promo_panel ul {
    list-style: none;
    padding-left: 0
}

#signet_results_actual .card .table-borderless th {
    padding: 10px 0 10px 20px;
    padding-right: 0 !important;
    width: 80px;
}

#signet-share-page {
    display: flex;
    align-items: baseline;
    background: green;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    color: white;
    cursor: pointer;
    font-size: 1rem;
    gap: 0.5rem;
    padding: 0.5rem;
    position: fixed;
    right: 0;
    text-align: right;
    top: 15vh;
    z-index: 100000;
}

#signet-share-page div {
    position: absolute;
    transform: translateX(100%);
    white-space: nowrap;
    background: green;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    color: white;
    font-size: 1rem;
    padding: 0.5rem;
    top: 0;
    transition: transform .35s ease-in-out;
}

#signet-share-page.copied div {
    transform: translateX(-65%);
}

#signet_hotel_promos {
    margin-bottom: 2rem;
}

#signet_hotel_promos .the-promos {
    display: flex;
    flex-wrap: wrap;
}

#signet_hotel_promos .the-promos  .promo {
    background: #ccc;
    border: 5px solid #fff;
    display: flex;
    flex-direction: column;
    width: 280px;
}

#signet_hotel_promos .the-promos .promo div:first-child {
    background-size: cover;
    height: 180px;
    border-bottom: 1px solid;
}

#signet_hotel_promos .the-promos .promo div:last-child {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: 160px;
    padding: .5em;
    text-align: center;
}

#signet_hotel_promos .the-promos .promo div:last-child p {
    margin: 0;
}

#signet_hotel_promos .the-promos .promo div:last-child p:first-child {
    font-size: 80%;
}

#signet_results h3.price {
    margin: 1em 0;
}

#vacation-detail__tabs {
    border-bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0;
    padding: 0;
}

#vacation-detail__tabs li {
    text-align: center;
}

#vacation-detail__tabs li a {
    background: #ccc;
    border-radius: 0;
    border: 0;
    display: block;
    margin-right: 1px;
    padding: .75em 1rem;
    text-decoration: none;
}

#vacation-detail__tabs li.active a {
    background: #fff;
}

#vacation-detail__tabs li:last-child a {
    margin-right: 0;
}

#map_panel #map {
    margin: 2em 0;
    height: 100%;
    min-height: 400px;
}

#map_panel #map #content {
    width: 100%;
}

#map_panel #map #content h3 {
    margin: 10px 0;
}

#dates_panel tbody td {
    vertical-align: middle;
}

#offerMSG {
    border: 1px solid #e5e4e3;
    margin: 1rem 0;
    padding: 1rem;
}

#pageit {
    border-radius: 4px;
    display: flex;
    list-style: none;
    overflow: hidden;
    padding-left: 0;
}

#pageit .page-item.active .page-link {
    background-color: #222;
    border-color: #222;
    color: #fff;
    z-index: 3;
}

#pageit .page-item:first-child .page-link {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}

#pageit .page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #222;
    cursor: pointer;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: 0.5rem 0.75rem;
    position: relative;
}

#pageit .page-link:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #222;
    text-decoration: none;
    z-index: 2;
}

.api-get {
    position: relative;
}
.api-get:before {
    background: rgba(255,255,255,.7);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.card.hotel .hotel__address {
    font-size: .825rem;
}

.card.hotel .card-header {
    align-items: center;
    background: #ddd;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}


.check-availability {
    background-color: #ddd;
    padding: 1rem;
}

.check-availability:after {
    content: '';
    display: table;
    clear: both;
}

.check-availability h3 {
    margin-top: 0;
}

.check-availability .form-row {
    margin-left: -15px;
    margin-right: -15px;
}

.check-availability .form-group {
    margin-bottom: 1rem;
}

.check-availability .form-group label {
    display: block;
    margin-bottom: .25rem;
}

.check-availability .form-control {
    height: auto;
    padding: 5px;
    width: 100%;
}

.check-availability .form-control .btn,
.check-availability .form-row .form-group .btn {
    float: right;
    padding: 10px 20px !important;
    text-transform: uppercase !important;
}

.float-right, .pull-right {
    float: right;
}

.tab-content > .active {
    opacity: 1;
}

.horizontal-tabs .tab-content {
    padding: 0;
}

.horizontal-tabs .tab-content > .tab-pane {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: 0;
}

.horizontal-tabs .tab-content table thead {
    border: 0;
}

.horizontal-tabs .tab-content table thead th {
    border-bottom: 2px solid #e5e4e3;
    text-align: center;
}

.hotel-image {
    position: relative;
}

.hotel-image img {
    height: auto;
    width: 100%;
}

.hotel-image span {
    background: #222;
    bottom: 0;
    color: #fff;
    padding: .25rem .5rem;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.image-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.mb-2 {
    margin-bottom: .5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.ml-2 {
    margin-left: .5rem;
}

.mt-3 {
    margin-top: 1rem;
}

/* Destination List Shortcode */
.dest-list {
    columns: 1;
    list-style: none;
    padding: 0;
}

.itbsignet-dest-list .fusion-tabs {
    margin-bottom: 50px;
}

.itbsignet-dest-list .fusion-tabs .nav {
    display: none;
}

.itbsignet-dest-list .fusion-tabs .nav a {
    text-decoration: none;
    box-shadow: none!important;
}

.itbsignet-dest-list .fusion-tabs .nav-tabs {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    border: 1px solid #f1f2f2;
    border-bottom: none;
    background-color: #fff;
}
.itbsignet-dest-list .fusion-tabs .nav-tabs:after,
.itbsignet-dest-list .fusion-tabs .nav-tabs:before {
    content: " ";
    display: table;
}

.itbsignet-dest-list .nav-tabs li {
    display: block;
    position: relative;
    float: none;
    text-align: center;
    margin: 0;
}

.itbsignet-dest-list .nav-tabs li a.tab-link {
    background-color: #f9f9fb;
    border-top: 3px solid #f9f9fb;
    color: #747474;
    cursor: pointer;
    display: block;
    line-height: normal;
    margin: 0;
    outline: 0;
    padding: 11px 0;
    position: relative;
    transition: all .2s;
}

.itbsignet-dest-list .fusion-tabs .nav-tabs li .fusion-tab-heading {
    margin: 0;
}

.itbsignet-dest-list .nav-tabs {
    background-color: #ffffff;
}
.itbsignet-dest-list .nav-tabs li.active a.tab-link,
.itbsignet-dest-list .nav-tabs li.active a.tab-link:hover,
.itbsignet-dest-list .nav-tabs li.active a.tab-link:focus {
    border-right-color: #ffffff;
    background-color: #ffffff;
    border-top-width: 3px;
    border-top-style: solid;
}
/*.itbsignet-dest-list .nav-tabs li.active a.tab-link,
.itbsignet-dest-list .nav-tabs li.active a.tab-link:hover,
.itbsignet-dest-list .nav-tabs li.active a.tab-link:focus {
}*/
.itbsignet-dest-list .nav-tabs li a:hover {
    background-color: #ffffff;
    border-top-color: #ffffff;
}
.itbsignet-dest-list .tab-pane {
    background-color: #ffffff;
}
/*.itbsignet-dest-list .nav,
.itbsignet-dest-list .nav-tabs,
.itbsignet-dest-list .tab-content .tab-pane {
    border-color: rgba(226,226,226,0);
}*/

@media (min-width: 480px) {
    .dest-list {
        columns: 2;
    }
}

@media (min-width: 480px) {
    .dest-list {
        columns: 3;
    }
}

@media (min-width: 800px) {
    .itbsignet-dest-list .fusion-tabs .nav {
        border-bottom: 1px solid #e2e2e2;
        display: block;
    }

    .itbsignet-dest-list .fusion-tabs .nav-tabs {
        border-bottom: 0 none;
        display: inline-block;
        margin: 0 0 -1px;
        vertical-align: middle;
        width: 100%;
    }

    .itbsignet-dest-list .nav-tabs li {
        display: table-cell;
        width: 1%;
    }

    .itbsignet-dest-list .nav-tabs li a.tablink {
        margin-right: 1px;
    }

    .itbsignet-dest-list .fusion-tabs .fusion-mobile-tab-nav {
        display: none;
    }
}

@media (min-width: 1024px) {
    .dest-list {
        columns: 4;
    }
}
@media (min-width: 1280px) {
    .dest-list {
        columns: 5;
    }
}

@media (max-width: 800px) {
    #hotel__form .hotel-actions {
        flex-direction: column;
    }

    #hotel__form .hotel-option {
        margin-bottom: 1em;
    }
}

/* Autocomplete things */
.ui-autocomplete-loading {
    background: white url("/wp-includes/images/spinner.gif") right center no-repeat;
}
.ui-autocomplete {
    border: 1px solid #ddd;
    display: block;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    border-radius: 0 6px 6px 6px;
}

.match-hl, .match-hl.ui-state-active {
    padding: 0 !important; font-weight: bold;
}
.ui-autocomplete .ui-menu-item {
    border-bottom:  1px solid #ddd;
    color: #222;
    cursor: pointer;
    padding: .2rem .5rem
}
.ui-autocomplete .ui-menu-item:first-child {
    padding-top: .5rem;
}
.ui-autocomplete .ui-menu-item:last-child {
    border-bottom:  0;
    padding-bottom: .5rem;
}
.ui-autocomplete .ui-menu-item:hover {
    background: #ddd;
}

/* Multi Offers Stuff  */
.itbsignet-mo-intro {
    border-bottom: 1px solid var(--form_border_color);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.signetapi-tour-offers {
    margin-bottom: 2rem;
    width: 100%;
}

.signetapi-tour-offers th {
    border-bottom: 1px solid;
    font-weight: 700;
    padding: 0 1rem .5rem .5rem;
    text-align: left;
    white-space: nowrap;
}

.signetapi-tour-offers td {
    border-bottom: 1px solid var(--form_border_color);
    padding: 0.5rem 1rem .5rem .5rem;
    text-align: left;
}

.signetapi-tour-offers tr:last-child td {
    border-bottom: 0;
}

.signetapi-tour-offers tbody tr:nth-child(odd) {
    background-color: var(--form_border_color);
}

.signetapi-tour-offers td.tac {
    text-align: center;
}

.signetapi-tour-offers td.dates span {
    display: block;
    margin-bottom: 0.25rem;
}

.signetapi-tour-offers td.dates span:last-child {
    margin-bottom: 0;
}

.signetapi-mo-impress {
    border-top: 1px solid var(--form_border_color);
    margin-bottom: 2rem;
    padding-top: 2rem;
}

.signetapi-mo-impress h4 {
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.signetapi-mo-impress p {
    font-size: 90%;
}

/* New agent details card for contact page */
.agent-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 2rem;
  width: 90%; }
  .agent-details .col-a {
    display: flex;
    flex-direction: column;
    flex: 0 0 40%;
    gap: 2rem; }
    @media (max-width: 620px) {
      .agent-details .col-a {
        flex: 100%; } }
    .agent-details .col-a .agent-actions {
      align-items: flex-start;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem; }
      .agent-details .col-a .agent-actions a {
        align-items: center;
        color: inherit;
        display: flex;
        flex-direction: column;
        font-size: .75rem;
        gap: .5rem;
        text-align: center;
        text-decoration: none !important;
        text-transform: uppercase;
        width: 30%; }
        .agent-details .col-a .agent-actions a:after {
          content: '';
          border-bottom: 1px solid; }
        .agent-details .col-a .agent-actions a i {
          font-size: 1.25rem; }
    .agent-details .col-a .agent-actions.aa4col a {
        width: 22%;
    }
    .agent-details .col-a .img-box {
      position: relative; }
      .agent-details .col-a .img-box .agent-socials {
        align-items: center;
        backdrop-filter: blur(3px);
        background: rgba(255, 255, 255, 0.35);
        bottom: 0;
        display: flex;
        gap: 1rem;
        justify-content: center;
        padding: 1.5rem;
        position: absolute;
        width: 100%; }
        .agent-details .col-a .img-box .agent-socials a {
          align-items: center;
          border-radius: 50%;
          border: 1px solid #fff;
          display: flex;
          height: 25px;
          justify-content: center;
          width: 25px; }
          .agent-details .col-a .img-box .agent-socials a:before {
            color: #fff; }
  .agent-details .col-b {
    flex: 0 0 calc(60% - 2rem); }
    @media (max-width: 620px) {
      .agent-details .col-b {
        flex: 100%; } }
    .agent-details .col-b > div {
      padding-right: 1.5rem; }
      .agent-details .col-b > div:first-child {
        display: flex;
        gap: 1rem;
        justify-content: space-between;
        padding-right: 0; }
    .agent-details .col-b h3 {
      font-weight: 600;
      margin: 0; }
    .agent-details .col-b h4 {
      font-size: 1.125rem;
      margin: 0;
      text-transform: uppercase; }
      .agent-details .col-b h4 + p {
        font-size: .875rem; }
    .agent-details .col-b .agent-review-stars {
      font-size: .813rem;
      font-weight: 600;
      margin-top: 0.5rem;
      padding-right: 1.5rem;
      text-align: center;
      text-transform: uppercase; }
      .agent-details .col-b .agent-review-stars a {
        color: inherit; }
      .agent-details .col-b .agent-review-stars p {
        line-height: 1;
        margin-bottom: 0.25rem; }
      .agent-details .col-b .agent-review-stars .agent-stars {
        display: flex;
        flex-wrap: nowrap;
        font-size: 1rem;
        gap: .5rem;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.5rem; }
    .agent-details .col-b .profile-status {
      font-size: .875rem;
      margin-top: 0; }
    .agent-details .col-b .profile-title {
      font-weight: 800;
      color: #03a9f4;
      margin: 0; }
    .agent-details .col-b .agent-contact {
      align-items: center;
      display: flex;
      font-size: .875rem;
      gap: 1rem;
      margin: .5em 0; }
      .agent-details .col-b .agent-contact:last-child {
        margin-bottom: 1.5rem; }

