/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.3
Text Domain:  Avada
*/
.fusion-header-wrapper {
  z-index: 9000;
}
/** logo */
.fusion-logo {
  max-width: 86px;
}
/** end logo */
.fusion-header {
  box-shadow: 0 0 8px rgb(0 0 0 / 50%);
}
.fusion-text {
  transform: none!important;
}
.fusion-flyout-search-toggle {
  display: none!important;
}
/** helpers class */
.fusion-title-size-one, h1,
.fusion-title-size-two, h4,
.fusion-title-size-three, h4,
.fusion-title-size-four, h4,
.fusion-title-size-five, h4,
.fusion-title-size-six, h6 {
  margin-top: 0;
}

.fusion-footer .fusion-fullwidth {
  z-index: 0;
}

.no-padding {
  padding: 0!important;
}
.no-padding-vertical,
.no-padding-top {
  padding-top: 0!important;
}
.no-padding-vertical,
.no-padding-bottom {
  padding-bottom: 0!important;
}
.no-padding-horizontal,
.no-padding-left {
  padding-left: 0!important;
}
.no-padding-horizontal,
.no-padding-right {
  padding-right: 0!important;
}
.no-margin {
  margin: 0!important;
}
.no-margin-vertical,
.no-margin-top {
  margin-top: 0!important;
}
.no-margin-vertical,
.no-margin-bottom {
  margin-bottom: 0!important;
}
.no-margin-horizontal,
.no-margin-left {
  margin-left: 0!important;
}
.no-margin-horizontal,
.no-margin-right {
  margin-right: 0!important;
}

#main {
  font-family: 'Roboto', 'Prompt';
}
html {
  scroll-behavior: smooth;
}

html .page #main {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
html .single #main {
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
}

#main #content {
  margin-bottom: 0;
}

.fusion-form .fusion-layout-column:first {
  margin-bottom: 0;
}

#wrapper .post-content .carousel-header,
.post-content .carousel-header,
h3.carousel-header {
  font-size: 1.25rem;
  padding-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.popular-cruising,
.destinations,
.faqs-carousel {
  overflow: auto hidden;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 1rem;
}

.popular-cruising,
.destinations {
  margin-bottom: 0;
}

.trip-card {
  position: relative;
  width: 192px;
  height: 128px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  color: #eee;
  cursor: pointer;
}
.trip-card-wrapper {
  margin-right: 1rem;
}
.trip-card-wrapper:last-child {
  margin-right: 0;
}
.trip-card-title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  padding: 0 0.5rem 0.5rem;
  border-radius: 4px;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.trip-card .trip-card-name {
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 0;
}
.trip-card .trip-card-duration {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
.trip-card .trip-card-price {
  margin-bottom: 0;
}
.see-all-popular-cruise {
  display: flex;
  width: 192px;
  height: 128px;
  justify-content: center;
  align-items: center;
  background: #1193B1;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
}
.see-all-popular-cruise:hover {
  color: #ffffff;
}

.destinations .trip-card {
  width: 192px;
  height: 240px;
}

.faq-card {
  position: relative;
  width: 192px;
  height: 147px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  color: #eee;
}
.faq-card:hover {
  color: #fff;
}
.faq-card-title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.4);
}
.faq-card-title:hover {
  background: rgba(0, 0, 0, 0.5);
}
.faq-featured-img {
  max-width: 100%;
  width: 320px;
}

.dates-table-head,
.dates-table-row {
  display: grid;
  grid-template-columns: 70px 1fr 40px 60px 60px;
  font-size: 10px;
}
.dates-table-head {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid grey;
}
.dates-table-head .header-cell {
  flex: 1 0 auto;
  text-align: center;
}
.header-cell,
.row-cell {
  padding: 0 4px;
  text-align: center;
}
.row-cell:nth-child(2) {
  text-align: left;
}

.dates-table-button {
  display: flex;
  justify-content: center;
  padding: 1rem 0 0;
}
.modal-booking .modal-body {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.modal-booking .fusion-button {
  background: #FEBD11;
}
.modal-booking .fusion-button-text {
  color: #000000;
}

.booking-form.fusion-form-form-wrapper .fusion-form-field label {
  display: none;
}
.booking-form.fusion-form-form-wrapper .fusion-form-field .fusion-form-input-with-icon .fusion-form-input {
  padding-right: 2.5em!important;
  padding-left: 1em!important;
}
.booking-form.fusion-form-form-wrapper .fusion-form-field .fusion-form-input-with-icon>i {
  right: 1em;
  left: auto;
}
.booking-form .fusion-builder-row-inner .fusion-layout-column {
  width: 50%!important;
}
.booking-form .fusion-builder-row-inner .fusion-layout-column:first {
  padding-right: 0.5rem;
}
.booking-form .fusion-builder-row-inner .fusion-layout-column:last-of-type {
  padding-left: 0.5rem;
}

.booking-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 0.875rem;
}
.booking-form ::-moz-placeholder { /* Firefox 19+ */
  font-size: 0.875rem;
}
.booking-form :-ms-input-placeholder { /* IE 10+ */
  font-size: 0.875rem;
}
.booking-form :-moz-placeholder { /* Firefox 18- */
  font-size: 0.875rem;
}

.booking-form .fusion-button {
  line-height: 22px;
}

/** Filter Form */
.itin-form {
  display: grid;
  grid-template-columns: 1fr 1fr 36px;
  gap: 10px;
  position: relative;
  font-size: 10px;
}
.form-field {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #aaaaaa;
  height: min-content;
  display: flex;
  align-items: center;
}
.form-field input {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  display: block;
  color: #4a4e57;
  font-size: 10px;
  height: 15px;
}
.dropdown-toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.dropdown-toggle:hover {
  text-decoration: none;
}
.zones {
  display: grid;
  width: 320px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, auto);
}
.zone {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border: 1px solid #eee;
  border-bottom: 0;
  padding: 0.25rem;
  text-align: center;
  cursor: pointer;
}
.zone.selected {
  background: #1193B1;
  color: #ffffff;
}
.zone:nth-child(even) {
  border-left: 0;
}
.zone:nth-last-child(-n+2) {
  border-bottom: 1px solid #eee;
}
.zone small {
  margin-top: 0.5rem;
  font-size: 10px;
  text-align: center;
  padding: 0 1rem;
}
.form-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  width: 2.25rem;
  height: 2.25rem;
  background: #1193B1;
  color: #fff;
  cursor: pointer;
}
.filter-fields {
  display: flex;
  align-items: center;
  font-size: 10px;
}
.filter-field {
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  border: 1px solid #aaa;
  display: flex;
}
#port_input {
  border: none;
  border-bottom: 1px solid #333;
  border-radius: 0;
  padding: 0.25rem;
  font-size: 14px;
  height: min-content;
  color: #111;
}
.dropdown-toggle.no-icon::after {
  display: none;
}
.dropdown-toggle .fas {
  margin-left: 0.25rem;
}

/** faqs **/
#main .post-content .faq-page {
  width: 100%!important;
}
/** Search bar */
.search-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 1rem;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 1rem;
}
.back-button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border: none;
  border-right: 1px solid gray;
  border-radius: 0;
  background: #ffffff;
  cursor: pointer;
}
#faq-form {
  margin-bottom: 0!important;
}
#faq-form .fusion-search-field input.s {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid gray;
  padding-left: 15px;
  padding-right: 50px;
  height: 40px;
}
#faq-form .searchform .fusion-search-button {
  right: 0;
}
#faq-form .searchform .fusion-search-button input {
  color: #1193b1;
}
/** end search bar */
h1.question-page-title {
  font-size: 1.75rem;
  text-align: center;
}
.faqs {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.question {
  background: #ffffff;
  padding: 1.5rem 1rem;
  margin-bottom: 1rem;
  width: 600px;
  max-width: 100%;
}
.question .question-title {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.question .question-date {
  opacity: 0.85;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.question .question-excerpt {
  font-size: 14px;
  color: #181917;
}
.readmore {
  text-decoration: underline;
  color: #0275D8;
}
.all-faqs {
  padding: 0.5rem 0;
  background: white;
  width: 100%;
  max-width: 600px;
  text-align: center;
}
/** end faqs **/

/** help center icons **/
.help-contents .fusion-accordian .panel-title a .fa-fusion-box:before {
  content: "\f107";
}
.help-contents .fusion-accordian .panel-title .active .fa-fusion-box:before {
  content: "\f106";
}
/** end help center icons **/

@media screen and (min-width: 768px) {
  /** logo */
  .fusion-logo {
    max-width: 171px;
  }
  /** end logo */
  /** modal */
  
  .dates-table-head,
  .dates-table-row {
    grid-template-columns: 100px 1fr 90px 90px 100px;
    font-size: 14px;
  }
  .row-cell {
    padding: 4px;
  }
  /** end modal **/
  #main ::-webkit-scrollbar {
    height: 10px;
  }
  
  #main ::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
  }
  
  #main ::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
  }
  
  #main ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.2);
  }

  #wrapper .post-content .carousel-header,
  .post-content .carousel-header,
  h3.carousel-header {
    font-size: 1.75rem;
  }

  .trip-card,
  .see-all-popular-cruise {
    width: 320px;
    height: 180px;
  }
  .destinations .trip-card {
    width: 320px;
    height: 412px;
  } 
  .faq-card {
    width: 320px;
    height: 245px;
  }
  .faq-card-title {
    font-size: 1.5rem;
  }

  .trip-card-title {
    font-size: 1.125rem;
  }
  
  .itin-form {
    font-size: 14px;
  }
  .form-field input {
    font-size: 14px;
    height: 21px;
    cursor: pointer;
  }
  .zones {
    width: 360px;
  }
  .zone {
    padding: 0.5rem;
  }
  .filter-fields {
    font-size: 14px;
  }
  .dropdown-toggle .fas {
    margin-left: 0.5rem;
  }
  .modal-booking .modal-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /** faqs **/
  .back-button {
    font-size: 1.25rem;
  }
  #faq-form .fusion-search-field input.s {
    height: 50px;
  }
  .faq-featured-img {
    width: 420px;
  }
  /** end faqs **/
}

@media screen and (min-width: 1024px) {
  .itin-form {
    font-size: 16px;
  }
  .form-field input {
    font-size: 16px;
    height: 24px;
  }
  .zones {
    width: 400px;
  }
  .filter-fields {
    font-size: 16px;
  }
}
