/*Extra Small Screen*/
@media only screen and (max-width: 1200px) {
  /* HIDE FOR NOW */
  /* .img-cluster,
  .img-separated-1,
  .img-separated-2,
  .img-separated-3 {
    display: none;
  } */

  /* #cluster-2, */
  /* #cluster-3, */
  .img-separated-1,
  .img-separated-2,
  .img-separated-3 {
    display: none;
  }

  /* EO HIDE FOR NOW */

  .flex,
  .pre-content-title,
  .welcome-wrap,
  .welcome-wrap > .col-2,
  .items,
  .about-wrap,
  .about-wrap > .col-2,
  .form-row,
  .form-footer,
  .location,
  .footer-menu {
    display: block;
  }

  #page {
    overflow-x: hidden;
  }

  .flex > * {
    flex-basis: 100%;
    margin-right: 0;
  }

  h1 {
    font-size: 40px;
    text-align: center;
  }

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

  h3 {
    font-size: 22px;
    text-align: center;
	  line-height: 1.3;
  }
	
	h4 {
  font-size: 20px;
  font-family: "Montserrat-ExtraBold";
	color: #daac5d;
}

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .inner-wrap {
    max-width: 550px;
  }

  /* Header */
  #header {
    background-image: url(../img/header-bg-mobile.webp);
    background-size: 1190px;
  }

  .logo {
    position: relative;
	  text-align: left;
	  
  }
	.logo-col2 {float: left; width: 50%;}

  .logo-img {
    width: 320px;
  }

  .pre-content {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }

  .pre-content .col-2:first-child {
    margin-right: 0;
  }

  .pre-content-title {
    text-align: center;
  }

  .pre-content-description {
    margin-bottom: 30px;
  }

  .pre-content-description h3 {
    margin: 20px 0;
  }

  .pre-content-title img {
    width: 120px;
    margin-bottom: 20px;
  }

  .pre-content-description li {
    font-size: 16px;
  }

  .pre-content-description .book-now {
    text-align: center;
  }

  /* WELCOME */
  #welcome {
    margin-top: -55px;
    height: auto;

    padding-top: 200px;
    padding-bottom: 200px;
    margin-top: -120px;
  }

  .welcome-wrap > .col-2:first-child {
    margin-right: 0;
  }

  .welcome-wrap .message-container {
    margin-bottom: 40px;
  }

  /* Our Services */
  .item-img {
    text-align: center;
	  margin: 0 auto;
  }

  .item-img-desktop {
    display: none;
	  margin: 0 auto;
  }

  .item-img-mobile {
    display: block;
  }

  .item-body {
    padding: 30px 30px;
	  height: auto;
  }

  #our-services-top {
    margin-top: -130px;
  }

  /* About */
  #about {
    padding-top: 200px;
    height: auto;
  }

  .about-wrap .message-container {
    margin-bottom: 220px;
  }

  .about-wrap > .col-2:last-child {
    margin-left: 0;
  }

  .wood-bg {
    background-image: none;
    background-color: #eee1d1;
  }

  /* Contact */
  #contact-top {
  }

  .form-field:last-child {
    margin-bottom: 25px;
  }

  .form-row {
    margin-bottom: 20px;
  }

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

  .map {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .address {
    padding-left: 0;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .address h2 {
    text-align: left;
  }

  textarea {
    min-height: 208px;
  }

  /* Footer */
  .footer-menu {
    text-align: center;
  }

  .footer-menu li {
    margin-bottom: 20px;
    display: inline-block;
  }

  /* CLUSTERS */
  .img-cluster {
    overflow: visible;
  }

  #cluster-1 .img-1 {
    position: static;
    width: 510px;
    max-width: 100%;
    text-align: center;
  }

  #cluster-1 .img-3 {
    width: 290px;
    z-index: 2;
    bottom: -5%;
    right: -10%;
  }

  #cluster-1 .img-2,
  #cluster-1 .img-4 {
    display: none;
  }

  #cluster-2 .img-1 {
    position: static;
    max-width: 100%;
    width: 515px;
  }

  #cluster-2 .img-2 {
    max-width: 100%;
    width: 283px;
    top: 1%;
    right: -13%;
  }

  #cluster-2 .img-3 {
    max-width: 100%;
    width: 283px;
    bottom: -7%;
  }

  #cluster-3 {
    text-align: center;
    margin-bottom: 30px;
  }

  #cluster-3 .img-1 {
    position: static;
    width: 514px;
  }

  #cluster-3 .img-2 {
    position: static;
    max-width: 100%;
    /* width: 285px; */
    /* bottom: -16%;
    right: -30px; */
  }

  .img-separated-3 {
    display: none;
  }

  .img-cluster img {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 800px) {
	.lang {visibility: none; display: none;}
}

@media only screen and (max-width: 640px) {
  .logo-img {
    width: 250px;
	  
  }
	.item-body2 {
	height: auto;
}
	.col-3 {
  width: 100%;
}
	.open { width: 240px;}
	.pre-content-book-now {

	text-align: center;
	margin: 0 auto;
}

.book-now-arrow {
  display: none;
}
	.menu-mobile {
    display: block;
  }
	.menu-desk {
    display: none;
  }
	
	.logo-pad {
    padding-top: 10px;
	}
	.lang {visibility: none; display: none;}
}

