/* ------------------------------------------------------------ *\
    Top bar changes
\* ------------------------------------------------------------ */

#sp-header {
  height: max-content;
}

#sp-logo > div > img {
  max-width: 150px;
}

body > div.offcanvas-menu.border-menu > div.d-flex.align-items-center.p-3.pt-4 > .close-offcanvas,
.close-offcanvas {
  background: transparent !important;
  background-color: transparent !important;
}

/* ------------------------------------------------------------ *\
    Hero Banner
\* ------------------------------------------------------------ */
.mod-image {
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 680px; 
  width: 100vw;
}

.travel-resources .mod-image, 
.weekly-specials .mod-image,
.about-us .mod-image {
  height: 280px; 
}

.hero-heading {
  font-size: 75px;
  line-height: 90px;
  color: #ffffff;
  letter-spacing: 1px;
  font-family: Rajdhani;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
}

.hero-subheading {
  color: #f9e351;
  font-size: 45px;
  line-height: 45px;
  font-weight: 500;
  font-family: Caveat;
}

/* ------------------------------------------------------------ *\
    About Page
\* ------------------------------------------------------------ */

@media (min-width: 768px) {
  .sppb-col-sm-6:first-of-type > .bio-section {
    margin-right: 2rem;
  }

  .bio-module {
    display: flex;
    justify-content: center;
    margin: 0 4rem 4rem;
  }
  .one-bio {
    max-width: 80vw;
  }
}

.bio-section {
  background-color: #f4f6fa;
  padding: 2rem;
}

@media (min-width: 1200px) {
  .one-bio {
    max-width: 70vw;
  }
}

@media (min-width: 1400px) {
  .one-bio {
    max-width: 60vw;
  }
}

@media (min-width: 1600px) {
  .one-bio {
    max-width: 50vw;
  }
}

.bio-photo {
  display: flex;
  justify-content: center;
}

.bio-photo img {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  object-fit: cover;
  margin-bottom: 2rem;
}

/* ------------------------------------------------------------ *\
    Specials Page
\* ------------------------------------------------------------ */

.specials-section {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  padding-top: 2.5rem;
}

.specials-item {
  box-shadow: 0 0 0 0 #ffffff;
  border-width: 1px;
  border-color: #ddd;
  border-style: solid;
  padding: 25px 30px 25px 25px;
  margin: 0px 0px 35px 0px;
  width: 90vw;
}

.specials-image-wrap {
  display: flex;
  justify-content: center;
}

.specials-image, .specials-image-wrap img {
  width: 400px;
  height: 238px;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0px 0px 20px #00000029;
}

.specials-title-wrap {
  margin-left: -15%;
}

.specials-title{
  font-family: "Rajdhani";
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  background: #ffffff;
  box-shadow: 12px 0 0 #ffffff, -12px 0 0 #ffffff;
}

.specials-title span {
  color: #0345bf;
  float:right;
}

.specials-link {
  background: white;
  border: 1px solid #ddd;
  color: #6c717a;
  padding: 10px 25px 10px 25px;
  box-shadow: 0px 0px 20px #00000029;
}

.specials-link a {
  color: #6c717a;
}

.specials-link:hover {
  border-color: #0345bf;
  color: #0345bf;
}

@media (max-width: 768px) {
  .specials-item {
    margin: 0px 15px 25px 15px;
    width: 100vw;
  }

  .specials-title-wrap {
    margin-left: auto !important;
  }

  .specials-title {
    display: inline;
  }

  .specials-title span {
    float: none;
    display: block;
    line-height: 25px;
  }
}

/* ------------------------------------------------------------ *\
    Home Specials Module
\* ------------------------------------------------------------ */

#home-specials .specials-section {
  padding: 2.5rem;
}

.home-specials-item {
  padding: 25px 30px 25px 25px;
}

.wrap {
  background-color: white;;
  box-shadow: 0 0 0 0 #ffffff;
  border-width: 1px;
  border-color: #ddd;
  border-style: solid;
  min-height: 618px;
  max-height: 618px;
}

.wrap:hover{
  border-color: #fff;
  box-shadow: 1px 12px 33px 0 rgb(0 0 0 / 18%);
}

#home-specials .specials-content-wrap {
  padding: 3rem 1rem;
}

#home-specials .specials-title-wrap {
  margin-left: 0%;
}

.price {
  color: #0345bf;
  font-weight: bold;
  text-transform: uppercase;
}

.home-specials-link {
  text-align: center;
}

.home-specials-link a{
  border: 1px solid #ddd;
  color: #6c717a !important;
  font-weight: normal;
  padding: 12px 40px;
}

.home-specials-link a:hover{ 
  background: #0345bf;
  color: white;
}

/* ------------------------------------------------------------ *\
    Home Offers Module
\* ------------------------------------------------------------ */

.offers-home-image-wrap {
  display: flex;
  justify-content: center;
}

.offers-home-image {
  width: 600px;
  height: 417px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 0px 20px #00000029;
}

.additional-heading {
  color: #32aad6;
  font-family: "Caveat";
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 500;
}

.offer-title, .offers-title-wrap h2 {
  text-transform: uppercase;
}

.tour-title {
  margin-top: 2rem;
  text-transform: uppercase;
}

/* ------------------------------------------------------------ *\
    About Us Blog
\* ------------------------------------------------------------ */

.com-content-category-about-us h1 {
  font-size: 40px;
  margin-bottom: 80px;
  margin-top: -50px;
  text-align: center;
}

.com-content-category-about-us__agents {
  margin: 0 auto 2rem;
}

.com-content-category-about-us__agent {
  background-color: #f4f6fa;
  display: block;
  margin-bottom: 2rem;
  padding: 2rem;
}

.com-content-category-about-us__agent .agent-bio,
.com-content-category-about-us__agent .agent-image {
  flex: 0 0 100%;
  max-width: 100%;
}

.com-content-category-about-us__agent .agent-image {
  text-align: center;
}

.com-content-category-about-us__agent .agent-image img {
  border-radius: 50%;
  display: inline;
  height: 200px;
  object-fit: cover;
  margin-bottom: 2rem;
  width: 200px;
}

.com-content-category-about-us__agent .agent-bio-fields p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .com-content-category-about-us__agents {
    max-width: 80vw;
  }

  .com-content-category-about-us__agent {
    display: flex;
  }

  .com-content-category-about-us__agent .agent-bio,
  .com-content-category-about-us__agent .agent-image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .com-content-category-about-us__agents {
    max-width: 70vw;
  }
}

@media (min-width: 1400px) {
  .com-content-category-about-us__agents {
    max-width: 60vw;
  }
}

@media (min-width: 1600px) {
  .com-content-category-about-us__agents {
    max-width: 50vw;
  }
}

.mod-image.bg-pos-topleft {
  background-position: top left;
}

.mod-image.bg-pos-topcenter {
  background-position: top center;
}

.mod-image.bg-pos-topright {
  background-position: top right;
}

.mod-image.bg-pos-centerleft {
  background-position: center left;
}

.mod-image.bg-pos-centerright {
  background-position: center right;
}

.mod-image.bg-pos-bottomleft {
  background-position: bottom left;
}

.mod-image.bg-pos-bottomcenter {
  background-position: bottom center;
}

.mod-image.bg-pos-bottomright {
  background-position: bottom right;
}

.specials-image.bg-pos-topleft,
.specials-image-wrap img.bg-pos-topleft {
  object-position: top left;
}

.specials-image.bg-pos-topcenter,
.specials-image-wrap img.bg-pos-topcenter {
  object-position: top center;
}

.specials-image.bg-pos-topright,
.specials-image-wrap img.bg-pos-topright {
  object-position: top right;
}

.specials-image.bg-pos-centerleft,
.specials-image-wrap img.bg-pos-centerleft {
  object-position: center left;
}

.specials-image.bg-pos-centerright,
.specials-image-wrap img.bg-pos-centerright {
  object-position: center right;
}

.specials-image.bg-pos-bottomleft,
.specials-image-wrap img.bg-pos-bottomleft {
  object-position: bottom left;
}

.specials-image.bg-pos-bottomcenter,
.specials-image-wrap img.bg-pos-bottomcenter {
  object-position: bottom center;
}

.specials-image.bg-pos-bottomright,
.specials-image-wrap img.bg-pos-bottomright {
  object-position: bottom right;
}

/*Status section in "create a new offer" is grayed out making the users think it's not possible to edit*/
#jform_state {
background-color: white !important;
}

/* Freshdesk Ticket #8014 */
#sp-top-bar a {
  color: #fff;
  font-size: 1.2rem;
}
