/* GENERAL */
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px !important;
  }
  h3 {
    font-size: 22px !important;
  }
}
/* Hotel Template */
@media only screen and (max-width: 767px) {
  .page-template-page-hotel .section-2 .middle-container {
    flex-direction: row !important;
  }
  .page-template-page-hotel .section-4 .bottom-container .usps {
    flex-direction: row !important;
    margin-top: 40px !important;
  }
  /* .page-template-page-hotel .section-4 .bottom-container .usps p {
    font-size: 16px;
  } */
  .page-template-page-hotel .experiences .single-image .img-wrapper {
    height: unset;
  }
  .page-template-page-hotel .experiences .single-image .img-wrapper {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }
}

/*ABOUT PAGE */
#about-us .section_2 .upper-container .right-side {
  width: auto;
}
#about-us .section_2_2 .upper-container .right-side {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .page-template-page-about .section_2 .upper-container {
    align-items: end !important;
  }
  /* #about-us .section_2_2 {
    flex-direction: column-reverse !important;
  } */
  #about-us .section_2_2 .upper-container {
    flex-direction: column-reverse !important;
    align-items: end;
  }
  .page-template-page-about .section_2 .middle-container {
    flex-direction: column-reverse !important;
  }
  .page-template-page-about .section-6 .usps {
    flex-direction: row !important;
  }
  #about-us .section-4 .image_2 {
    display: none;
  }
}

/* AMMOULIANI PAGE */
#amouliani-page .section-5 .image_2 {
  width: 28%;
}
@media only screen and (max-width: 767px) {
  .page-template-page-amouliani .hero .content {
    padding: 0 10px !important;
  }
  .page-template-page-amouliani .hero .content h1 {
    font-size: 48px !important;
  }
  #amouliani-page .section-2 .upper-container {
    align-items: end;
  }
  /* #amouliani-page .section-2 .bottom-container {
    align-items: center !important;
  } */
  #amouliani-page .section-2 .bottom-container img {
    max-height: 350px;
    height: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  #amouliani-page .section-2 .bottom-container .right-side h2 {
    font-size: 32px;
  }
  #amouliani-page .section-2 .bottom-container .right-side {
    padding-bottom: 40px;
  }
  #amouliani-page .section-3 .single-item {
    flex-direction: column-reverse !important;
    gap: 40px;
  }
  #amouliani-page .section-3 .single-item .right-side {
    width: 100%;
    height: auto;
  }
  #amouliani-page .section-3 .single-item .right-side img {
    max-height: 350px;
    height: 100%;
  }
  #amouliani-page .section-3 .single-item .left-side {
    width: 100%;
  }
  #amouliani-page .section-3 .single-item:nth-child(2) {
    flex-direction: column-reverse !important;
  }
  #amouliani-page .section-4 {
    padding: 80px 0px !important;
  }
  #amouliani-page .section-4 .middle-container .single-image {
    height: unset;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }
  #amouliani-page .section-4 .bottom-container {
    gap: 40px;
  }
  #amouliani-page .section-4 .bottom-container .right-side {
  }
  #amouliani-page .section-5 .image_1 {
    width: 90%;
    height: auto;
    max-height: 250px;
    min-height: 250px;
    object-fit: cover;
  }
  #amouliani-page .section-5 .image_2 {
    width: 90%;
    height: auto;
    max-height: 250px;
    min-height: 250px;
    object-fit: cover;
    padding-top: 0;
    margin-left: auto;
  }
  #amouliani-page .section-5 .image_2 {
  }
}
/*GALLERY PAGE */
@media only screen and (max-width: 767px) {
  #gallery-page .gallery {
    justify-content: flex-start !important;
  }
}

/*DINE POST TYPE */
@media only screen and (max-width: 767px) {
  .page-template-page-restaurant .section-2 h2 {
    text-align: center;
  }
  #page-restaurant .section-2 .bottom-container .usps {
    flex-direction: row !important;
  }
  .page-template-page-restaurant .experiences .single-image .img-wrapper {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }
  .page-template-page-restaurant .section-2 .small-container {
    width: 100%;
  }
  .page-template-page-restaurant .section-2 .bottom-container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  #hotel-page .section-4 {
    padding: 80px 0;
  }
}
