/*
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-wrapper,
.post-content .carousel-header-wrapper,
.carousel-header-wrapper {
  display:flex;
  justify-content: space-between;
  align-items: center;
}
#wrapper .post-content .carousel-header,
.post-content .carousel-header,
h3.carousel-header {
  font-size: 1.0rem;
  padding-top: 1.5rem;
  margin-bottom: 0.5rem;
}
#wrapper .post-content .carousel-footer,
.post-content .carousel-footer,
h3.carousel-footer {
  font-size: 1rem;
  padding-top: 0rem;
  margin-bottom: 0.5rem;
  text-align: right;
}
#wrapper .post-content .btn-see-all,
.post-content .btn-see-all,
.btn-see-all {
  font-family: 'Roboto', 'Prompt';
  text-align: right;
  color: #1193B1;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding-top: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: auto;
}

.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-warpper {
  padding: 0 15px;
}
.search-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 0.5rem;
  width: 100%;
  /* max-width: 600px; */
  margin: 0 auto 1rem;
}
.search-bar-title{
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border: none;
  border-radius: 0;
  background: #ffffff;
}
.searchform .fusion-search-form-content .fusion-search-field input{
  font-size:10px
}
.back-button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border: none;
  border-right: 1px solid gray;
  border-radius: 0;
  background: #ffffff;
  cursor: pointer;
}
#search-content-form {
  margin-bottom: 0!important;
  width:120px;
}
#search-content-form .fusion-search-field input.s {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid gray;
  padding-left: 15px;
  padding-right: 50px;
  height: 40px;
  font-size:10px
}
#search-content-form .searchform .fusion-search-button {
  right: 0;
}
#search-content-form .searchform .fusion-search-button input {
  color: #1193b1;
}
@media screen and (min-width: 768px) {
  #search-content-form {
    width:auto;
  }
  #search-content-form .fusion-search-field input.s {
    font-size:16px
  }
  .search-bar {
    padding: 1rem;
  }
}
/** 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 **/
.container-bs-post{
  max-width:600px !important;
}
.all-content-post {
  padding: 0.5rem 0;
  background: white;
  width: 100%;
  max-width: 600px;
  text-align: center;
  display: block;
}
/*** card start ***/
.section-content-card{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.section-content-card .content-card-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #181917;
  height: 100%;
  width: 100%;
}

.card--content-normal {
  display: block;
  border-radius: 4px;
  /* width: 192px; */
  text-decoration: none;
  color: inherit;
  font-family: 'Roboto';
  background: #fff;
  opacity: 1;
}
.card--content-normal:hover {
  opacity: 0.8;
}
.card--content-normal .card--header-content-normal {
  height: 190px;
  border-radius: 4px 4px 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card--content-normal .card--body-content-normal {
  padding: 0.5rem;
  display: flex;
  flex-flow: column nowrap;
  height: 90px;
}
.card--content-normal .title--content-normal,
.card--content-normal h3.title--content-normal {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
.card--content-normal .date--content-normal {
  text-align: right;
  color: #666666;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  margin-top: auto;
}
@media only screen and (max-width: 800px){
  .section-content-card{
    justify-content: center;
  }
  .section-content-card .col-12{
    max-width: 350px;
  }
}
@media screen and (min-width: 768px) {
  .card--content-normal {
    /* width: 320px; */
  }
  .card--content-normal .card--header-content-normal {
    height: 190px;
  }
  .card--content-normal .card--body-content-normal {
    padding: 1rem;
    height: 120px;
  }
  .card--content-normal .title--content-normal,
  .card--content-normal h3.title--content-normal {
    font-size: 1.25rem;
  }
  .card--content-normal .date--content-normal {
    font-size: 0.875rem;
  }
}

.card--popular-cruise {
  display: block;
  border-radius: 4px;
  /* width: 192px; */
  text-decoration: none;
  color: inherit;
  font-family: 'Roboto';
  background: #fff;
  opacity: 1;
}
.card--popular-cruise:hover {
  opacity: 0.8;
}
.card--popular-cruise .card--header-popular-cruise {
  height: 128px;
  border-radius: 4px 4px 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card--popular-cruise .card--body-popular-cruise {
  padding: 0.5rem;
  display: flex;
  flex-flow: column nowrap;
  height: 120px;
}
.card--popular-cruise .title--popular-cruise,
.card--popular-cruise h3.title--popular-cruise {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}
.card--popular-cruise .duration--popular-cruise {
  color: #666666;
  font-size: 0.8rem;
}
.card--popular-cruise .price--popular-cruise {
  text-align: right;
  color: #1193B1;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .card--popular-cruise {
    /* width: 320px; */
  }
  .card--popular-cruise .card--header-popular-cruise {
    height: 180px;
  }
  .card--popular-cruise .card--body-popular-cruise {
    padding: 1rem;
    height: 150px;
  }
  .card--popular-cruise .title--popular-cruise,
  .card--popular-cruise h3.title--popular-cruise {
    font-size: 1.25rem;
  }
  .card--popular-cruise .duration--popular-cruise {
    font-size: 0.875rem;
  }
  .card--popular-cruise .price--popular-cruise {
    font-size: 1.25rem;
  }
}

.card--cruises-by-destination {
  display: flex;
  flex-flow: row;
  flex-direction: column;
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
  font-family: 'Roboto';
  background: #fff;
  opacity: 1;
}
.card--cruises-by-destination .card--header-content-cbd {
  width: 100%;
  height: 200px;
  border-radius: 4px 0 0 4px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card--cruises-by-destination .card--body-content-cbd {
  padding: 0.5rem;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
.card--cruises-by-destination .card--search-content-cbd {
  text-align: left;
  color: #1193B1;
  font-size: 1.0rem;
  letter-spacing: 0.5px;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .card--cruises-by-destination {
    display: flex;
    flex-flow: row nowrap;
    flex-direction: none;
  }
  .card--cruises-by-destination .card--header-content-cbd {
    width: 25%;
    height: 250px;
  }
  .card--cruises-by-destination .card--body-content-cbd {
    width: 75%;
    padding: 1rem;
  }
  .card--cruises-by-destination .card--search-content-cbd {
    font-size: 1.250rem;
  }
}
@media screen and (min-width: 1024px) {
  .card--cruises-by-destination .card--header-content-cbd {
    width: 23%;
    height: 280px;
  }
  .card--cruises-by-destination .card--body-content-cbd {
    width: 77%;
    padding: 1rem;
  }
  .card--cruises-by-destination .card--search-content-cbd {
    font-size: 1rem;
  }
}
/*** card end ***/

.text-center{
  text-align:center;
}
.text-left{
  text-align:left;
}
.text-right{
  text-align:right;
}
.ml-auto,
.mx-auto{
  margin-left:auto;
}
.mr-auto,
.mx-auto{
  margin-right:auto;
}

.show-mobile{
  display: none;
}
.show-desktop{
  display: block;
}

/*****	navigation *****/
.navigation{ width:100%; float:left; height:auto; margin:10px 0; font-size: 1.2em; font-weight: bold;}
.navigation ul { margin:0;padding:0;list-style: none; }
.navigation li{ color: #1193B1 !important; }
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled { color: #319fb8 !important; text-decoration:none; }
.navigation li { display: inline; color: #fff; margin: 0 3px; }
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {  border: 0px; border-radius: 0px; cursor: pointer; padding: 12px; padding: 0.4rem 0.5rem; font-size: 1em; }
.navigation li a:hover,
.navigation li.active a { color: #0e6f85 !important; }

/* overwrite habosearch */
#habosearch .searchbox-block{
  padding: 15px 20px;
}
.container-bs .font-head-habo{
  font-family: 'Prompt', 'Roboto' ;
}

@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;
  }
  
  #wrapper .post-content .btn-see-all,
  .post-content .btn-see-all,
  .btn-see-all {
    font-size: 1.5rem;
  }

  .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 **/
  .show-mobile{
    display: none;
  }
  .show-desktop{
    display: block;
  }
}

@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;
  }
}
