/* ==========================================================================
   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: 54px;
    line-height: 130%;
  }

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

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

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

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

  .booking .column-half:nth-child(2) {
    padding: 40px;
  }

  .boxes .column-third {
    justify-content: space-between;
  }

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

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

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

/* 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: 160px;
  }

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

/* 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) {
  .logo {
    position: absolute;
    left: calc(50% - 75px);
    top: 40px;
  }

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

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

  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: 30px;
    line-height: 130%;
  }

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

  h3 {
    font-size: 32px;
    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: 0 0 30px 0;
  }

  .page {
    padding-top: 90px;
  }

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

  .logo {
    top: 20px;
  }

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

  .banner-block {
    height: inherit;
  }

  .hero {
    padding-bottom: 5vh;
  }

  .boxes {
    padding: 5vh 0;
  }

  .boxes .left {
    flex-direction: column-reverse;
  }

  .boxes .right .column-full {
    padding: 30px;
  }

  .booking .container-block {
    flex-direction: column;
  }

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

  .booking .column-half:nth-child(2) {
    padding: 30px 30px 70px 30px;
  }

  .footer {
    margin: 50px 0px;
  }

  .footer-columns {
    grid-template-columns: 50% 50%;
  }

  .footer-columns > div {
    margin-bottom: 30px;
  }

  .first .column-full {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .rooms {
    padding-bottom: 10vh;
  }

  .slick-dots {
    bottom: 50px;
    left: inherit;
    right: inherit;
  }
	
	.home-banner .banner-block{
	background-position: top right;
    background-size: 170%;
    background-repeat: no-repeat;
}

.home-banner .container-full{
	padding-top:60vh;
}
	.hero-box {
		height: 60vh;
        background: url(/wp-content/themes/president-palace/assets/images/mobile-hero.jpg) no-repeat;
        background-position: bottom center;
        justify-content: flex-start;
        background-size: contain;
        background-color: var(--color-black);
	}

}

/* Mobile Small */

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