/* ==========================================================================
   Responsive styles
   ========================================================================== */

/* Wide Screens */

@media (min-width: 1920px) and (max-width: 3840px) {
  .container {
    max-width: 1800px;
    margin: 0px auto;
  }

  .line-1,
  .line-2,
  .line-3 {
    max-width: 1440px;
  }
}

/* Desktop */

@media (max-width: 1600px) {
  .line-1 {
    background-position: 8% center;
  }

  .line-2 {
    background-position: 80%;
  }

  .line-3 {
    background-position: 10% center;
  }
}

/* Desktop Small */

@media (max-width: 1400px) {
/*   .container {
    max-width: 1170px;
  } */
}

/* Laptop */

@media screen and (min-device-width: 768px) and (max-device-width: 1600px) {
  h1 {
    font-size: 48px;
    line-height: 50px;
  }

  h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .nav li a,
  .language a {
    font-size: 14px;
  }

  .btn {
    padding: 0px 30px;
    font-size: 14px;
  }

  blockquote {
    font-size: 18px;
    line-height: 26px;
  }

  .home-accommodation div:nth-child(2)::after {
    margin-left: -470px;
    margin-top: 270px;
  }

  .home-accommodation div:nth-child(3)::before {
    left: -50px;
  }

  .seek-joy {
    bottom: -40px;
  }

  .cherish-moments::before {
    top: 410px;
  }
	
	.nav li {
    padding: 10px 15px;
}
}

/* Tablet Landscape */

@media (max-width: 1024px) {
  .nav li {
    display: flex;
    list-style: none;
    padding: 5px 20px;
  }

  .header-cta .btn {
    min-width: 145px;
  }

  .home-accommodation div:nth-child(2)::after {
    margin-left: -390px;
    margin-top: 230px;
  }

  .line-1 {
    background-position: -5% center;
  }

  .line-2 {
    background-position: 88%;
  }

  .line-3 {
    background-position: 0% center;
  }

  .cherish-moments::before {
    top: 275px;
  }

  .wpbs-overview-container,
  .wpbs-overview-inner {
    width: 100% !important;
  }
}

/* Tablet Portrait */

@media (max-width: 980px) {
  .column-forth,
  .column-fifth {
    width: 29%;
  }
}

/* Macbook 13 Inch */

@media (min-device-width: 700px) and (max-device-width: 1200px) {
}

/* Mobile Landscape */

@media (max-width: 768px), (orientation: landscape) and (max-height: 500px) {
  .section-block {
    padding: 4vh 0;
  }

  .mobile-f-dir-col {
    flex-direction: column;
    align-items: center;
  }

  .mobile-f-dir-col-rev {
    flex-direction: column-reverse;
    align-items: center;
  }

  .review-container {
    padding: 15px !important;
  }

  .review-container .wp-block-image {
    margin: 0px;
  }

  .review-container p {
    text-align: center;
  }

  .logo {
    left: calc(50% - 35px);
  }

  .container-tiny {
    width: 80%;
    margin: 0px auto;
  }

  .post h1 {
    font-size: 38px;
    line-height: 42px;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .mobile-title {
    font-size: 32px;
    line-height: 36px;
  }

  .story-container {
    width: 325px !important;
    padding: 0px !important;
  }

  .modal-content {
    padding: 3vh;
    max-width: 80vw;
  }

  .story-container .modal-content .paragraph--large {
    flex-direction: column;
  }

  .story-container .modal-content .paragraph--large::before {
    width: 100%;
    justify-content: center;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .story-container .modal-content p {
    font-size: 14px;
    line-height: 18px;
  }

  .cherish-moments::before {
    display: none;
  }

  .max-1200 {
    flex-direction: column;
  }

  .features-container {
    width: 70% !important;
    margin: 0px auto !important;
  }

  .amenities h3,
  .amenities h5 {
    text-align: center;
  }

  /* Hamburger Menu */

  .nav {
    justify-content: normal;
    flex-direction: column;
  }

  .nav::before {
    content: url("/wp-content/themes/seek-and-hide/assets/images/logo-mark-red.svg");
    position: relative;
    width: 100px;
    height: 100px;
    display: block;
    left: calc(50% - 50px);
    margin-bottom: 5%;
    margin-top: 10vh;
  }

  #nav-icon {
    display: block;
  }

  header {
    background: var(--color-secondary);
    height: 20px;
    padding: 30px 0px;
  }

  header .nav {
    position: fixed;
    right: -100vw;
    width: 100%;
    height: 100%;
    top: 0;
    background: var(--color-secondary);
    transition: right 0.4s;
    padding-top: 0;
    z-index: 9;
  }

  header .nav.open {
    right: 0;
  }

  header .nav li {
    display: block;
    margin: 0px auto;
    text-align: center;
    width: 70%;
  }

  header .nav li a {
    display: block;
    padding: 15px;
    font-size: 20px;
    z-index: 9999;
    color: var(--color-white);
  }

  .nav li:nth-child(2),
  .nav li:nth-child(3) {
    margin: 0 auto;
  }

  .header-cta-mobile {
    display: block !important;
    margin-right: 10px;
  }

  .header-cta-mobile a {
    padding: 0px 15px !important;
    font-size: 14px !important;
    margin: 0px;
  }

  .header-cta-mobile a::after {
    font-size: 8px;
  }

  .mega-menu .sub-menu {
    position: relative;
    width: 100%;
    min-height: 150px;
    margin-top: 20px;
    top: 0;
    left: 0;
    border-radius: 0px 0px 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background-color: var(--color-secondary);
    box-shadow: none;
  }

  .menu-item-has-children:after {
    display: none;
  }

  .menu-col:hover {
    background-color: var(--color-secondary);
  }

  .mega-menu .sub-menu a {
    padding: 0;
    color: #59836e;
  }

  .nav .menu-col {
    width: 100%;
  }

  .sub-menu img {
    display: none;
  }

  .seek-joy {
    display: none;
  }

  .divider::before,
  .divider::after {
    width: 30%;
  }

  .home-accommodation .column-third {
    margin-bottom: 15%;
  }

  .reverse-mobile {
    flex-direction: column-reverse !important;
  }

  .container-small {
    width: 90%;
    margin: 0px auto;
  }

  .column-third,
  .column-forth,
  .column-fifth {
    width: 46%;
    margin: 1%;
    padding: 1%;
  }

  .banner-block .column-full,
  .slide .column-full {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .banner-block .column-half,
  .slide .column-half {
    width: 100%;
    padding: 0;
  }

  .column-half.no-whitespace {
    width: 100%;
  }

  .feature {
    flex-direction: column;
  }

  .icon-container {
    grid-template-columns: 100px 100px 100px 100px 100px 100px;
  }

  .f-grid-one-third {
    grid-template-columns: 100%;
  }

  blockquote {
    font-size: 18px;
    line-height: 28px;
  }

  .btn--icon-right {
    justify-content: center;
    width: 100%;
  }

  .home-accomodation-title {
    position: relative;
    text-align: left;
    top: 0;
  }

  .home-accomodation-title h2 {
    text-align: center !important;
  }

  .home-accommodation div:nth-child(2),
  .home-accommodation div:nth-child(3) {
    margin-top: 0px;
  }

  .home-accommodation div:nth-child(2)::after,
  .home-accommodation div:nth-child(3)::before {
    display: none;
  }

  .instagram-section .btn {
    justify-content: flex-start !important;
  }

  .seek-joy {
    position: relative;
  }

  .seek-banner {
    padding: 0px !important;
  }

  .seek-banner .container-full {
    align-items: center;
  }

  .line-1,
  .line-2,
  .line-3 {
    background: none;
  }

  .header-cta .btn {
    display: none;
  }

  .column-full {
    width: 100%;
  }

  .column-half,
  .column-third,
  .column-forth,
  .column-fifth {
    width: 90%;
    padding: 0px 5%;
  }

  .footer .d-grid {
    justify-items: center;
  }

  .footer-area {
    text-align: center;
  }

  .footer-area .headline::after {
    width: 30%;
    position: relative;
    left: 35%;
  }
  p,
  .headline {
    text-align: center;
  }
  .wpbs-main-wrapper {
    flex-direction: column;
  }
  .wpbs-container,
  .wpbs-form-container {
    width: 100%;
  }

  .wpbs-main-wrapper-calendar-1:not(.wpbs-main-wrapper-form-0) .wpbs-container {
    float: left;
    max-width: 100% !important;
  }

  .wpbs-main-wrapper-calendar-1:not(.wpbs-main-wrapper-form-0)
    .wpbs-form-container,
  .wpbs-payment-confirmation,
  .wpbs-form-confirmation-message {
    width: 100% !important;
    max-width: 90% !important;
  }

  .icon-before {
    justify-content: center;
  }

  .about-feature {
    align-items: center;
  }

  .contact-detail {
    justify-content: center;
  }

  .article-item {
    align-items: center !important;
  }
  .btn--text {
    justify-content: center;
  }

  .post h1 {
    text-align: center;
  }

  .meta-container {
    justify-content: space-around;
  }
}

@media (orientation: landscape) and (max-height: 500px) {
}

/* Mobile Large */

@media (max-width: 642px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h3 {
    margin: 10px 0;
  }
  .home-accommodation div:nth-child(4) {
    margin-top: 0px;
  }

  .logo img {
    height: 35px;
  }

  .wpbs-container .wpbs-calendars .wpbs-calendar {
    width: inherit !important;
  }

  .footer {
    padding: 5vh 0 2vh 0;
  }

  .footer .container {
    padding: 10vh 0 0 0;
  }

  .footer .f-dir-col {
    padding: 4% 0;
  }

  .f-grid-one-forth {
    grid-template-columns: 100%;
    row-gap: 0%;
  }

  .copyright {
    flex-direction: column;
    align-items: center;
  }

  .ancp {
    margin-top: 20px;
  }

  .column-full {
    flex-direction: column;
  }

  .language,
  .header-cta {
    display: none !important;
  }

  .seek-banner .column-full {
    width: 90%;
    padding: 0px 5%;
  }

  .sub-menu li {
    margin-bottom: 10px !important;
  }

  .scroll {
    margin-top: 20px;
  }

  .nav li {
    padding: 10px;
  }
  .wpbs-main-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .wpbs-container,
  .wpbs-form-container {
    width: 90%;
  }

  .wpbs-container {
    margin-bottom: 20px;
  }

  .wpbs-main-wrapper
    .wpbs-form-container
    .wpbs-form-field
    button[type="submit"] {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* Mobile Small */

@media (max-width: 320px) {
}
