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

/* Wide Screens */

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

/* Desktop */
@media (max-width: 1600px) {
  h1 {
    font-size: 76px;
    line-height: 100%;
  }

  h2 {
    font-size: 72px;
    line-height: 100%;
  }

  h4 {
    font-size: 24px;
    line-height: 100%;
  }

  h5 {
    font-size: 20px;
    line-height: 130%;
  }

  p,
  a {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
  }

  .text-large {
    font-size: 22px;
    line-height: 28px;
  }

  .container,
  .banner-block .container-full {
    width: 90%;
  }

  .testimonials {
    padding: 2vh 0 !important;
  }

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

  .slick-prev,
  .slick-next {
    top: 40px;
  }

  .slick-dots {
    bottom: 30px;
  }

  .restaurant .column-third,
  .restaurant .column-third img {
    height: 100%;
  }
}

/* Desktop Small */

@media (max-width: 1400px) {
  .container {
    width: 90%;
  }

  h1 {
    font-size: 42px;
    line-height: 130%;
  }
  h2 {
    font-size: 36px;
    line-height: 120%;
  }

  h3 {
    font-size: 20px;
    line-height: 120%;
  }

  p {
    font-size: 14px;
  }

  .footer {
    width: 100%;
  }

  .slick-dots {
    bottom: -30px;
  }

  .column-forth {
    width: 23%;
  }

  .banner-block {
    height: 100vh;
  }

  .boxes .right {
    height: inherit;
  }

  .booking .container-block,
  .booking .column-half:nth-child(2) {
    height: 65vh;
  }

  .logo img {
    width: 100px;
  }

  .boxes .left .column-full {
    padding: 25px;
  }

  .boxes img,
  .booking .column-half:nth-child(1) .wp-block-image img {
    object-fit: cover;
  }

  .booking .column-half:nth-child(1),
  .booking .column-half:nth-child(1) .wp-block-image {
    height: 100%;
  }

  .footer-area-one img {
    width: 150px;
  }

  .boxes .text {
    height: inherit;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 36px;
  }

  .subtitle {
    font-size: 20px;
  }

  .paragraph--large {
    font-size: 16px;
  }

  .hero .column-half,
  .hero .column-half .wp-block-image {
    height: 100%;
  }

  .vh-100 {
    height: inherit !important;
  }
}

/* Tablet Portrait */

@media (max-width: 980px) {
  .hide-mobile {
    display: none;
  }

  .mobile-column {
    flex-direction: column !important;
    align-items: center;
  }

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

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

/* Mobile Landscape */

@media (max-width: 768px), (orientation: landscape) and (max-height: 500px) {
  .menu-container {
    width: 0px;
  }

  .menu-start {
    width: 100%;
  }

  .logo img {
    height: inherit;
  }

  #nav li:nth-child(3) {
    margin-right: auto;
  }

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

  #footer {
    height: inherit;
    padding-bottom: 0px;
  }

  /* Hamburger Menu */

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

  .nav::before {
    content: "";
    background: url("/wp-content/themes/pasta/assets/images/fork-hero.svg")
      no-repeat;
    position: absolute;
    display: block;
    width: 130%;
    height: 100%;
    left: -30%;
    background-size: 130%;
  }

  .navigation {
    width: 95%;
    justify-content: flex-end !important;
  }

  #nav-icon {
    display: block;
  }

  header {
    top: 0px;
  }

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

  header .nav.open {
    left: 0;
  }

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

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

  header .facebook-icon,
  header .linkedin-icon {
    display: none !important;
  }

  .nav li a {
    font-weight: normal;
  }

  .navigation {
    box-shadow: none;
  }

  .hide-mobile {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }

  .menu-end {
    display: none;
  }

  h5 {
    font-size: 28px;
    line-height: 130%;
  }

  .btn {
    justify-content: center;
  }

  .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;
  }

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

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

  .footer-menu li {
    list-style: none;
  }

  .banner-block {
    background-position: bottom right;
  }

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

  .column-full,
  .column-half,
  .column-third,
  .column-forth,
  .column-fifth {
    width: 100%;
    padding: 4%;
    box-sizing: border-box;
  }

  .column-full {
    padding: 20px;
  }

  .menu-item-has-children ul {
    left: -25px;
    z-index: 99999;
  }

  .menu-item-has-children ul li {
    width: 100%;
  }

  .menu-item-has-children ul li a::before {
    display: none;
  }

  .menu-item-has-children:hover ul {
    max-height: 240px;
    padding: 20px 0px;
  }

  .hero .container-block {
    flex-direction: column-reverse;
  }

  .banner-content {
    align-items: center;
  }

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

  .f-grid-one-forth {
    grid-template-columns: 48% 48%;
  }

  #nav {
    justify-content: center;
  }

  .hero-content .headline,
  .hero-content p {
    text-align: center !important;
  }

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

  .boxes .column-third,
  .boxes .left .column-full {
    height: inherit;
  }
  .item {
    padding: 10px;
  }

  .second .wp-block-image,
  .second .wp-block-image img,
  .third .wp-block-image,
  .third .wp-block-image img,
  .fourth .wp-block-image,
  .fourth .wp-block-image img {
    width: 100%;
  }

  .third {
    flex-direction: column-reverse;
  }

  .room-slide {
    flex-direction: column-reverse;
  }

  .feature-img {
    padding: 0px;
  }

  .slick-dots {
    bottom: 350px;
    left: inherit;
    right: 50px;
  }
}

/* Mobile Large */

@media (max-width: 642px) {
  html {
    margin-top: 0px !important;
  }

  .navigation {
    padding: 10px 0px;
  }

  .nav-icon {
    top: 26px;
  }

  h1 {
    font-size: 48px;
    line-height: 130%;
  }

  h2 {
    font-size: 44px;
    line-height: 130%;
  }

  h3 {
    font-size: 38px;
    line-height: 120%;
    margin: 10px 0;
  }

  h5 {
    font-size: 22px;
    line-height: 120%;
  }

  .menu-item-has-children {
    display: flex !important;
    justify-content: center;
  }

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

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

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

  .text-large {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph--large {
    font-size: 16px;
    line-height: 130%;
    margin: 15px 0;
  }

  .navigation .btn {
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .subtitle {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .banner-block {
    height: inherit;
  }

  .hero {
    padding-top: 100px !important;
  }

  .hero .banner-block {
    flex-direction: column;
    background-image: none !important;
  }

  .hero .banner-block .column-half:first-child {
    width: 90%;
    margin: 0px auto;
  }

  .mobile-hero {
    margin: 20px 0px 0px 0px;
    padding: 0px;
  }

  .mobile-hero img {
    display: block;
  }

  .italy-bg {
    height: inherit;
    padding: 10vh 0;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
  }

  .italy-pic {
    height: 50vh;
  }

  .italy-bg .headline,
  .italy-bg .paragraph {
    width: 80%;
  }

  .col-1 {
    padding-top: 20vh;
  }

  .fork-bg {
    height: inherit !important;
  }

  .fork-bg::before {
    top: -45vh;
  }

  .fork-bg h3 {
    font-size: 48px;
  }

  .col-2 {
    flex-direction: column-reverse;
  }

  .col-3 h3 {
    margin: -10px 0;
  }
  .testimonial-section {
    height: inherit;
    padding: 10vh 0;
    background-size: cover;
  }

  .testimonials {
    grid-template-columns: 100%;
  }

  .testimonial-heading,
  .testimonial-section h2 {
    width: 80%;
  }

  .testimonial-item img {
    margin-bottom: 10px;
  }

  .reviews {
    width: 70%;
    flex-direction: column;
    margin: 0px auto 5vh auto;
  }

  .reviews img:nth-child(1) {
    margin-bottom: 10px;
  }

  .latest-title {
    flex-direction: column;
  }
  .latest-three-posts {
    grid-template-columns: 100%;
  }

  .above-footer {
    margin: 0px;
    width: 90%;
    flex-direction: column;
    margin-top: -50px;
  }

  .above-footer .d-flex {
    flex-direction: column;
  }

  .above-footer .d-flex .btn:nth-child(1) {
    margin-bottom: 10px;
  }

  .btn::after {
    display: none;
  }

  .above-footer p {
    font-size: 20px;
    margin-top: 0px;
  }

  .above-footer img {
    position: absolute;
    width: 100px;
    left: calc(50% - 50px);
    top: -150px;
  }

  .footer {
    height: inherit;
    text-align: center;
  }

  .footer-columns {
    grid-template-columns: 100%;
    justify-items: center;
  }

  .footer-columns > div {
    margin: 20px 0px;
  }

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

  .footer-area a {
    font-size: 14px;
  }

  .container-full.page {
    padding-bottom: 125px;
  }

  .despre-hero {
    margin-bottom: 0px;
  }

  .despre-hero .headline,
  .despre-hero .paragraph {
    text-align: center;
  }

  .restaurant .column-third {
    width: 100%;
  }

  .restaurant .column-third:first-child {
    display: none;
  }

  .photo-gallery {
    grid-template-columns: 100%;
  }

  .photo-gallery div:nth-child(1) img:nth-child(1) {
    height: 400px;
    margin-bottom: 20px;
  }

  .photo-gallery div:nth-child(2) img:nth-child(2) {
    margin-bottom: 20px;
  }
  .mobile-center-text,
  .mobile-center-text .headline,
  .mobile-center-text .paragraph {
    text-align: center;
    align-items: center !important;
  }

  .evenimente-form {
    margin-top: 0px;
  }

  .contact-row p {
    flex-direction: column;
  }

  .contact-row label {
    width: 100%;
  }

  .article-item .post-title {
    font-size: 24px;
  }

  .article-item p {
    margin-bottom: 0px;
  }

  .post .heading {
    font-size: 54px;
  }

  .article-page .meta span,
  .article-page .meta a {
    font-size: 12px;
  }

  .article-hero,
  .post-feature {
    height: 300px;
  }

  .post-feature {
    width: 90%;
  }

  .similar-articles {
    margin-bottom: 0px;
    padding-bottom: 20vh;
  }

  .similar-articles__list {
    grid-template-columns: 100%;
  }

  .similar-articles__title {
    font-size: 18px;
  }

  .similar-articles__item {
    margin-bottom: 20px;
  }

  .gallery-container {
    padding-bottom: 90px;
  }

  .contact-details {
    padding: 40px 0px;
  }

  .contact-item {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .contact-details .btn {
    width: 100%;
  }

  .inner-hero::before {
    width: 180%;
    height: 100%;
    top: 43px;
    left: -30%;
    position: absolute;
    background-size: 100%;
  }

  .blog-hero .headline {
    margin-top: -160px;
  }

  .evenimente-form,
  .contact-from {
    padding-top: 100px;
  }
}

/* Mobile Small */

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