/* =============================== */
/* PRELOADER */
/* =============================== */

.preloader {
  background-image: url('../images/home-background.jpg');
  background-size: cover;
  background-position: center;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #323fa5;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* =============================== */
/* GLOBAL */
/* =============================== */

.list-terms-minimal dt:after {
  content: none;
}

.page .button-gray-light-outline:before {
  background-color: #fff;
  z-index: -100;
}

.page .button-gray-light-outline:hover span {
  color: #000;
}

.page .call-now-button {
  margin: 10px;
  border: #fff solid 1px;
}

/* =============================== */
/* NAV BAR */
/* =============================== */

.img-thumbnail-text .button-gray-light-outline,
.context-dark .button-gray-light-outline,
.bg-accent .button-gray-light-outline,
.bg-secondary-7 .button-gray-light-outline,
.bg-gray-dark .button-gray-light-outline,
.bg-black .button-gray-light-outline,
.bg-gray-darker .button-gray-light-outline,
.bg-image-4 .button-gray-light-outline,
.bg-image-6 .button-gray-light-outline,
.rd-navbar-static-linked
  .rd-navbar-nav-wrap__element
  .button-gray-light-outline,
.rd-parallax-light .button-gray-light-outline,
.page .button-gray-light-outline {
  box-shadow: none;
  background-color: #313ea4;
  color: #fff;
}

.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_transparent,
.rd-navbar-static.rd-navbar--is-clone.rd-navbar_transparent {
  background: rgba(0, 0, 0, 0.5);
}

.rd-navbar-static .rd-navbar-nav > li {
  padding: 0 20px;
}

.rd-navbar-fixed .rd-navbar-panel {
  color: #000;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.5);
}

.rd-navbar-fixed .rd-navbar-brand img {
  height: 50px;
}

.rd-navbar-toggle {
  background: #323fa5;
}

.page-header .rd-navbar-brand {
  width: 80%;
  display: flex;
  justify-content: space-around;
}

@media only screen and (min-width: 1200px) {
  .mobile-order-button {
    display: none;
  }
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
  background: rgb(255 255 255 / 75%);
}

.rd-navbar-fixed .rd-navbar-nav li > a {
  font-size: 1rem;
  text-align: center;
  border-bottom: 1px solid #323fa5;
  padding: 10px 0;
}

.rd-navbar-fixed .rd-navbar-nav > li + li {
  margin-top: 0;
}

.rd-navbar-fixed .rd-navbar-nav li.active > a,
.rd-navbar-fixed .rd-navbar-nav li:hover > a {
  background: #323fa5;
}

.rd-navbar-fixed .rd-navbar-nav-wrap__element {
  display: none;
}

@media only screen and (min-width: 576px) {
  .page-header .rd-navbar-brand {
    justify-content: space-between;
    width: 90%;
  }
}

/* =============================== */
/* ABOUT US PART 2 SECTION */
/* =============================== */

#about .figure-inline img {
  width: 150px;
}

/* =============================== */
/* FINEST HAITIAN CUISINES */
/* =============================== */

#finest-haitian-cuisines h5 {
  padding: 0 10px;
}

#catering h5 {
  padding: 0 10px;
}

/* =============================== */
/* GALLERY (FOOD) SECTION */
/* =============================== */

#gallery-food .thumb-modern img {
  width: 100%;
}

/* =============================== */
/* ISLAND SPECIALS SECTION */
/* =============================== */

.label-main-menu {
  display: none;
}

.tassot-container img {
  margin-bottom: 25px;
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 75%);
}

.tassot-title {
  font-size: 2rem;
}

.island-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#island-specials .menu-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#island-specials hr {
  color: #000;
}

.island-509-specials figure img {
  width: 100%;
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 75%);
}

@media only screen and (max-width: 1200px) {
  #island-specials .order-food-online {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .island-logo-container {
    display: none;
  }

  .tassot-title {
    font-size: 26px;
  }
}

/* =============================== */
/* CATERING SECTION */
/* =============================== */

.thumb-modern__overlay {
  background: rgb(0 0 0 / 50%);
}

/* =============================== */
/* GOOGLE MAP SECTION */
/* =============================== */

.google-map-section {
  background-color: #323fa5;
}

/* =============================== */
/* FOOTER SECTION */
/* =============================== */

.footer-minimal {
  background: url(../images/wings-wide.jpg);
  background-size: cover;
  background-position: center;
}

.footer-minimal li,
.footer-minimal a,
.footer-minimal p {
  color: #fff;
}

.footer-minimal img {
  width: 250px;
}

/* =============================== */
/* UI-TO-TOP */
/* =============================== */

.ui-to-top,
.ui-to-top:active,
.ui-to-top:focus {
  color: #fff;
  background: #323fa5;
}
