strong, b{
    font-weight: bold;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
}

body{
  /*overflow: hidden;*/
  font-family: stevie-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
  padding: 0px;
  margin: 0px;
  color: #6e4c4c;
  padding: 10px;
  background-color: #fff;
}

section {
  opacity: 0;
  transform: translate(0px, 100px);
  transform: scale(.95);
  transition: all .4s ease-out;
}

a{
  text-decoration: none;
  color: inherit;
}

a:hover{
  color: #bab09f;
}

div{
  /*overflow: hidden;*/
  padding: 0px;
  margin: 0px;
  transition: all ease;
  box-sizing: border-box;
}

/*button{
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 30px;
  text-align: left;
  padding: 10px 15px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
  background: transparent;
  border: 1px solid #fff;
  width: auto;
  height: auto;
}*/

button{
  padding: 0px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 30px;
  display: block;
  color: #fff;
  font-family: stevie-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  background: transparent;
  background-color: none;
  border: none;
  width: auto;
  height: auto;
}

h1{
  font-family: richmond-display, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 5.5em;
  line-height: 1.2em;
  margin: 16px 0px;
  color: inherit;
}

h2{
  font-family: richmond-display, sans-serif;
  font-size: 26px;
  font-style: normal;
  margin-bottom: 15px;
  margin-top: 0px;
  line-height: auto;
}

h3{
  color: inherit;
  font-family: richmond-display, sans-serif;
  font-size: 40px;
  font-style: normal;
  margin: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 0px;
  letter-spacing: 2px;
}

h4{
  color: inherit;
  font-family: richmond-display, sans-serif;
  font-size: 22px;
  margin-top: 15px;
  font-style: normal;
  margin-bottom: 30px;
  line-height: 0px;
}

h5{
  font-family: richmond-display, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 3.5em;
  line-height: 1em;
  margin: 16px 0px;
  color: inherit;
}

blockquote{
  position: relative;
  font-family: elza-narrow, sans-serif;
  font-weight: 300;
  font-size: inherit;
  margin: 0px;
}

cite {
  color: #6e4c4c;
  font-weight: 700;
  font-style: normal;
  font-size: inherit;
  display: block;
  margin-top: 30px;
  text-transform: uppercase;
}

nav{
  /*visibility: hidden;*/
  overflow: visible !important;
  opacity: 1;
  transition: all 0.3s ease;
  transition: opacity 2.5s ease;
  display: flex;
  flex-wrap: nowrap;
  /*z-index: 998;*/
  z-index: 1;
  position: absolute;
  font-size: 16px;
  color: #fff;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: auto;
  background-color: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}



/*------begin the css styles------*/

.keep-top-border{
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  height: 10px;
  max-height: 10px;
  background-color: #fff;
}

.keep-bottom-border{
  position: fixed;
  z-index: 999;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  height: 10px;
  max-height: 10px;
  background-color: #fff;
}

.keep-left-border{
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 10px;
  max-width: 10px;
  height: 100%;
  max-height: 100%;
  background-color: #fff;
}

.keep-right-border{
  position: fixed;
  z-index: 999;
  top: 0px;
  right: 0px;
  width: 10px;
  max-width: 10px;
  height: 100%;
  max-height: 100%;
  background-color: #fff;
}

.visible {
  transition: all .8s ease-out;
  opacity: 1;
  transform: translate(0px, 0px);
  transition-delay: 0.3s;
  z-index: -1;
}

.show{
  transition: all 0.3s ease;
  background-color: rgba(36,39,44,.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: fixed;
  border-bottom: 1px solid #3f4547;
}

.show .hamburger-icon{
  margin-top: calc(50% + 7px);
}

.show .navigation-london-logo {
    border-left: 1px solid #3f4547;
    border-right: 1px solid #3f4547;
}

.show .navigation-menu-button {
    border-left: 1px solid #3f4547;
}

.menu-show{
  transition: all 0.2s ease;
  background-color: rgba(36,39,44,.9);
  border-bottom: 1px solid #3f4547;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: fixed;
}

.menu-show .navigation-london-logo {
    border-left: 1px solid #3f4547;
    border-right: 1px solid #3f4547;
}

.menu-show .navigation-menu-button {
    border-left: 1px solid #3f4547;
}

.nav-button{
  cursor: pointer;
  padding: 10px;
  text-align: left;
  overflow: visible !important;
  position: relative;
  font-size: inherit;
  width: auto;
  height: auto;
  margin: auto 0px;
  background-color: none;
  margin-left: 30px;
}

.drop-menu{
  display: none;
  min-width: 250px;
  padding: 10px;
  position: absolute;
  top: calc(0px + 47px);
  left: 0px;
  width: auto;
  height: auto;
  background-color: none;
  background-color: #6e4c4c;
}

.drop-menu a{
  display: block;
  line-height: 40px;
  color: inherit;
}

.drop-menu a:hover{
  text-decoration: underline;
}

.nav-button:hover{
  background-color: #6e4c4c;
  transition: all 0.3s ease;
}

.nav-button:hover .drop-menu{
  display: block;
}


/*--menu dropdowns--*/

.dropbtn {
  min-width: auto !important;
  transition: all 0s ease;
  border-radius: 5px 5px 0px 0px;
  color: inherit;
  display: inline-block;
  margin: auto;
  background-color: none;
  font-size: inherit;
  border: none;
}

#noDrop{
  border-radius: 5px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  background-color: green;
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  text-align: left;
  border-top: 4px solid #902823;
  border-radius: 0px 0px 5px 5px;
  padding: 10px;
  display: block;
  position: absolute;
  left: 0px;
  background-color: rgb(248, 249, 250);
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  font-size: 16px;
  color: #000;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  color: #000;
  border-radius: 5px;
  background-color: #e6e7e8;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #e6e7e8;
}

/*--end menu dropdowns--*/

.nav-hamburger-area{
  display: flex;
  width: 100%;
  height: 100%;
}

.hamburger-icon{
  overflow: visible !important;
  cursor: pointer;
  margin: auto;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  padding: 10px;
}

.hamburger-icon span{
  transition: all 0.2s ease;
  box-sizing: border-box;
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  z-index: 1;
}

.nav-containers{
  display: flex;
  flex-wrap: nowrap;
  overflow: visible;
  padding: 0px;
  margin: auto;
  width: auto;
  height: auto;
  background-color: none;
}

.nav-align-right{
  justify-content: flex-end;
  width: 100%;
  text-align: right;
  background-color: none;
}

.alex-nav-logo{
  width: 100px;
  height: auto;
  margin-bottom: 0px !important;
}

.london-nav-logo{
  width: 100px;
  height: auto;
}

.collapsible{
  position: relative;
  margin: 0px;
  margin-bottom: 15px;
  margin-top: 15px;
  color: white;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border-bottom: 1px solid #bab09f;
  text-align: left;
  outline: none;
}

.removeBorder{
  border: 0px !important;
}

.content{
  margin: 0px;
  margin-bottom: 30px;
  color: #fff;
  padding: 0px;
  padding-left: 0px;
  max-height: auto;
  transition: max-height 0.3s ease-out;
}

.content li{
  margin: 0px !important;
  display: block !important;
  list-style: none;
  padding-left: 0px !important;
  line-height: 40px;
}

.content ul {
    padding-inline-start: 20px;
}

.nav-alex-logo-container{
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 30px;
  width: auto;
  height: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  background-color: none;
}

.nav-london-logo-container{
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 30px;
  width: auto;
  height: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  background-color: none;
}

.nav-links-container{
  overflow: visible;
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 30px;
  flex-grow: 1;
  width: auto;
  height: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  background-color: none;
}

.nav-contact-container{
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 30px;
  padding-left: 0px;
  width: auto;
  height: auto;
  background-color: none;
}

.nav-menu-button-container{
  transition: all 0.3s ease;
  z-index: 1;
  display: none;
  position: relative;
  flex-wrap: nowrap;
  padding: 20px 30px;
  width: auto;
  height: auto;
  background-color: none;
  border-left: 1px solid rgba(255,255,255, .3);
}

.nav-menu-wrapper{
  transition: all 0.3s ease;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  position: absolute;
  padding: 80px 30px;
  padding-top: 130px;
  top: 0px;
  right: 0px;
  width: 50vw;
  height: 100vh;
  background-color: #6e4c4c;
}

.nav-menu-holder{
  width: auto;
  height: 100%;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  background-color: none;
}

.nav-menu-button-holder{
  margin: auto;
  width: auto;
  height: auto;
  background-color: none;
}

nav li{
  cursor: pointer;
  padding: 0px;
  padding-left: 0px;
  padding-inline-start: 0px;
  margin: 0px;
  margin-left: 30px !important;
  list-style: none;
  display: inline !important;
}

nav ul {
    display: inline;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
}

.remove-list-margin{
  margin-left: 0px;
}

.site-wrapper{
  width: 100vw;
  max-width: 100%;
  height: auto;
  background-color: none;
}

.hero-wrapper{
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  min-height: 100vh !important;
  height: 100vh;
  max-height: 100vh;
  background-color: none;
}

.hero-content-holder{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  max-width: 1440px;
  height: auto;
  background-color: none;
}

.hero-title-container{
  overflow: visible;
  color: #fff;
  width: calc(100% / 2 - 30px);
  height: auto;
  background-color: none;
}

.label-holder{
  display: none;
}

.hero-search-bar-container{
  display: flex;
  flex-wrap: nowrap;
  color: #fff;
  width: calc(100% / 2 - 30px);
  height: auto;
  background-color: none;
}

.hero-search-bar-area{
  position: relative;
  margin: auto;
  width: 100%;
  height: auto;
}

#daQuickSearchResultsWrapper {
	position: absolute;
	bottom: 0px;
	left: 40px;
	width: 88%;
	height: 0px;
	overflow: hidden;
	/*background-color: #FFFFFF;*/
	/*-webkit-transition: height 0.25s ease-out, bottom 0.25s ease-out;
	-moz-transition: height 0.25s ease-out, bottom 0.25s ease-out;
	-o-transition: height 0.25s ease-out, bottom 0.25s ease-out;
	transition: height 0.25s ease-out, bottom 0.25s ease-out;*/
	z-index: 9999;
}

#daQuickSearchResults {
	left: 32px;
	text-align: left;
	padding: 10px 10px 10px 10px;
	/*margin: 10px 10px 10px 10px;*/
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background-color: rgba(255, 255, 255, 0.4) !important;
	border-radius: 0px 0px 25px 25px;
	border-top: none !important;
	border-right: 1px solid rgba(255, 255, 255, 0.5) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
	border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.daTermzResultz {
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.daTermzResultz:hover {
	color: #bab09f;
	background-color: #6e4c4c;
}

.hero-video-container{
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
}

#heroVideo {
  opacity: .7;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-section-overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.elements-section-wrapper{
  padding: 100px 0px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: #6e4c4c;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.elements-content-holder{
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  max-width: 1440px;
  height: auto;
  background-color: none;
}

.elements-content-container{
  position: relative;
  border-radius: 10px;
  width: calc(100% / 3 - 20px);
  height: 400px;
  background-color: none;
  overflow: hidden;
}

.elements-content-photo{
  transition: all 0.3s ease;
  position: absolute;
  top: 0px;
  min-width: 100%;
  min-height: 100%;
  background-color: black;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.elements-content-container:hover .elements-content-photo{
  transition: all 0.3s ease;
  transform: scale(1.05);
}

.elements-content-container:hover .elements-arrow-button{
  transition: all 0.3s ease;
  background-color: #fff;
}

.elements-content-container:hover .arrow-pointer{
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.elements-content-container:hover .arrow-pointer::before{
    background-color: #000;
}

.elements-overlay{
  display: flex;
  flex-wrap: nowrap;
  padding: 30px;
  color: #fff;
  z-index: 1;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0));
}

.elements-overlay-text-holder{
  margin: auto 0px;
  flex-grow: 1;
  width: auto;
  height: auto;
  background-color: none;
}

.elements-overlay-button-holder{
  margin: auto 0px;
  width: auto;
  height: auto;
  background-color: none;
}

.featured-locations-wrapper{
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: 80vh;
  background-color: none;
}

.featured-locations-title-wrapper{
  color: #fff;
  z-index: 1;
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50vh;
  padding: 30px;
  border-bottom: 1px solid #fff;
  background-color: none;
}

.featured-locations-container{
  display: flex;
  flex-wrap: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  width: calc(100% / 2);
  max-width: (100% / 2);
  height: auto;
  background-color: none;
  border-right: 1px solid #fff;
  overflow: hidden;
}

.featured-locations-holder{
  margin: auto;
  transition: all 0.3s ease;
  position: relative;
  top: 0px;
  min-width: 100%;
  min-height: 100%;
  background-color: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.featured-locations-holder img{
  transition: all 0.3s ease;
  position: absolute;
  margin-top: 10%;
  top: 0px;
  left: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.view-listings{
  transition: all 0.3s ease;
  opacity: 0;
}

.featured-locations-overlay{
  /*
  display: flex;
  flex-wrap: nowrap;
  transition: all 0.3s ease;
  padding: 30px;
  padding-top: 30%;
  padding-bottom: 50px;
  color: #fff;
  z-index: 1;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0));
  */
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  transition: all 0.3s ease;
  padding: 30px;
  padding-top: 100px;
  padding-bottom: 50px;
  color: #fff;
  z-index: 1;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0));

}

.featured-locations-overlay-text-area{
  /*
  flex-grow: 1;
  width: auto;
  height: auto;
  background-color: none;
  */
  position:relative;
  width: auto;
  height: auto;
  max-width: 50% !important;

}

.featured-locations-arrow-button-holder{
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  height: auto;
  background-color: none;
}

.featured-locations-container:hover .arrow-button{
  margin: auto;
  transition: all 0.3s ease;
  border-radius: 60px;
  width: 200px;
  background-color: #fff;
}

.featured-locations-container:hover .arrow-pointer{
  margin: auto;
  transition: all 0.3s ease;
  opacity: 0;
}

.featured-locations-container:hover .arrow-button-label{
  margin: auto;
  transition: all 0.3s ease;
  opacity: 1;
}

/*.featured-locations-container:hover .featured-locations-overlay{
  transition: all 0.3s ease;
  bottom: 0px;
}*/

.featured-locations-container:hover .featured-locations-holder{
  transition: all 0.3s ease;
  transform: scale(1.05);
}

.coast-section-wrapper{
  margin-top: 1px;
  width: 100%;
  height: auto;
  background-color: blue;
  overflow: hidden;
}

.coast-locations-container{
  display: flex;
  flex-wrap: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 60vh;
  background-color: green;
}

.coast-locations-overlay{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  transition: all 0.3s ease;
  padding: 30px;
  padding-bottom: 50px;
  padding-top: 100px;
  color: #fff;
  z-index: 1;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0));
}

.coast-locations-overlay-text-area{
  padding-right: 60px;
  width: 50%;
  max-width: 50%;
  height: auto;
  background-color: blue;
}

.coast-locations-container:hover .arrow-button{
  margin: auto;
  transition: all 0.3s ease;
  border-radius: 60px;
  width: 200px;
  background-color: #fff;
}

.coast-locations-container:hover .arrow-pointer{
  margin: auto;
  transition: all 0.3s ease;
  opacity: 0;
}

.coast-locations-container:hover .arrow-button-label{
  margin: auto;
  transition: all 0.3s ease;
  opacity: 1;
}

.coast-locations-container:hover .featured-locations-holder{
  transition: all 0.3s ease;
  transform: scale(1.05);
}

.testimonials-wrapper{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: #fff;
}

.testimonials-holder{
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-bottom: 100px;
  background-color: none;
}

.testimonials-content-title-holder{
  color: #6e4c4c;
  padding: 100px 0px;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: auto;
  background-color: none;
}

.testimonial-content-holder{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-top: 1px solid rgba(110, 76, 76, .3);
  border-bottom: 1px solid rgba(110, 76, 76, .3);
  background-color: none;
}

.testimonial-container{
  position: relative;
  width: calc(100% / 3);
  height: auto;
  background-color: none;
  padding: 100px 60px;
  border-left: 1px solid rgba(110, 76, 76, .3);
}

.remove-testimonial-border{
  border-left: none !important;
}

.instagram-wrapper{
  padding: 100px 0px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: #bab09f;
}

.instagram-more-wrapper{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  background-color: blue;
}

.instagram-content-holder{
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 100%;
  max-width: 1440px;
  height: auto;
  background-color: none;
}

.instagram-content-title-wrapper{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  background-color: none;
}

.instagram-content-title-holder{
  color: #6e4c4c;
  padding: 0px;
  width: auto;
  max-width: auto;
  height: auto;
  background-color: none;
}

.instagram-link-wrapper{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin: auto 0px;
  width: auto;
  height: auto;
  flex-grow: 1;
  background-color: none;
}

.instagram-link-holder{
  width: auto;
  height: auto;
  margin: auto 0px;
  background-color: none;
}

.instagram-handle-holder{
  margin: auto 0px;
  margin-right: 15px;
  padding-top: 8px;
  width: auto;
  height: auto;
  background-color: none;
}

.instagram-link-button{
  align-items: center;
  transition: all 0.2s ease;
  cursor: pointer;
  overflow: hidden !important;
  display: inline-block;
  padding: 0px 20px;
  width: 60px;
  height: 57px;
  min-height: 57px;
  background-color: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left -2px;
  margin-top: 0px;
}

.instagram-link-button:hover{
  transition: all 0.2s ease;
  background-position: bottom left -2px;
}

.instagram-content-photo-holder{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: none;
}

.instagram-photo-container:hover .instagram-photo-holder{
  transition: all 0.3s ease;
  transform: scale(1.05);
}

.instagram-photo-container{
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  margin-top: 6px;
  padding-top: 32%;
  width: calc(100% / 3 - 3px);
  height: auto;
  background-color: gray;
}

.instagram-photo-overlay{
  z-index: 1;
  padding: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding-top: 15%;
  height: auto;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
}

.instagram-photo-overlay img{
  width: auto;
  height: 25px;
}

.instagram-photo-holder{
  transition: all 0.3s ease;
  margin: auto;
  position: absolute;
  top: 0px;
  width: 102%;
  height: 102%;
  background-color: white;
}

.instagram-photo-holder img{
  object-fit: cover;
  width: 101%;
  height: 110%;
}

footer{
  font-size: .85em;
  line-height: 1.4em;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: #6e4c4c;
}

.footer-left-section{
  padding: 100px 60px;
  width: 30%;
  height: auto;
  background-color: none;
}

.footer-right-section{
  padding: 100px 60px;
  width: 70%;
  height: auto;
  background-color: none;
}

.footer-right-section-title-area{
  padding: 0px !important;
  width: 100%;
  height: auto;
  max-height: auto;
  margin-bottom: 30px;
  background-color: none;
  overflow: hidden;
}

.footer-right-section-info-wrapper{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: none;
}

.footer-right-section-info-container{
  width: auto;
  max-width: auto;
  background-color: none;
  height: 100%;
  margin-right: 80px;
}

#contactForm{
  flex-grow: 1 !important;
  margin-right: 0px !important;
}

.footer-logo{
  display: block;
  margin-bottom: 30px;
  width: 180px;
  height: auto;
}

.reliance-bug{
  margin-right: 10px;
  align-items: center;
  width: 14px;
  height: auto;
}

input[type=text],[type=password] {
  outline: none !important;
  transition: all ease 0.5s;
  font-style: normal;
  font-size: inherit;
  color: #fff;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 0px;
  margin-bottom: 50px;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
}

.input-class-one::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, .5);
}

.daLetsConnectFormSubmittedH{
	font-family: richmond-display, sans-serif;
	font-size: 40px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 30px;
	letter-spacing: 2px;
	font-style: normal;
	font-weight: 700;
}




/* DEMO-SPECIFIC STYLES */

.home-search-placeholder{
  margin: auto;
  width: auto;
  height: auto;
  background-color: black;
}

.home-search-placeholder h1 {
  z-index: 1;
  font-size: 1.2em !important;
  position: absolute;
  color: #fff;
  font-family: monospace;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation:
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }
}




.input-class-two{
  position: relative !important;
  font-size: 1.2em !important;
  height: auto !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  min-height: 90px !important;
  max-height: 90px !important;
  padding: 30px !important;
  margin-bottom: 0px !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.input-class-two::placeholder{
  color: inherit;
}

.input-class-two:focus{
  color: #6e4c4c;
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.arrow-button{
  margin: auto;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding-left: 10px;
  background-color: none;
}

.home-arrow-button{
  position: absolute !important;
  top: 5px;
  right: 5px;
  cursor: pointer;
  width: 80px;
  height: 80px;
  margin: 0px;
  border-color: #6e4c4c !important;
  background-color: none;
}

.elements-arrow-button{
  cursor: pointer;
  width: 60px;
  height: 60px;
  margin: 0px;
  background-color: none;
}

.submit-arrow-button{
  cursor: pointer;
  width: 60px;
  height: 60px;
  margin: 0px;
  background-color: none;
}

.home-arrow-label{
  color: #fff !important;
}

.home-arrow-button:hover{
  transition: all 0.3s ease;
  border-radius: 60px;
  width: 200px;
  background-color: #6e4c4c;
}

.home-arrow-pointer{
  border-bottom: 1px solid #6e4c4c !important;
  border-right: 1px solid #6e4c4c !important;
}

.home-arrow-pointer::before{
  background-color: #6e4c4c !important;
}

.home-arrow-button:hover .arrow-pointer{
  transition: all 0.3s ease;
  opacity: 0;
}

.home-arrow-button:hover .arrow-button-label{
  margin: auto;
  transition: all 0.3s ease;
  opacity: 1;
}

.submit-button{
  max-width: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  padding: 20px;
  border-radius: 30px;
  width: auto;
  height: auto;
  border: 1px solid #fff;
}

.submit-button:hover{
  color: #6e4c4c;
  transition: all 0.3s ease;
  background-color: #fff;
}

.arrow-pointer{
  transition: all 0.3s ease;
  overflow: visible !important;
  margin: auto;
  position: relative;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  transform: rotate(-45deg);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: none;
}

.arrow-pointer::before{
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  bottom: -6px;
  right: 13px;
  min-width: 1px;
  min-height: calc(100% + 20px);
  background-color: #fff;
}

.arrow-button-label{
  opacity: 0;
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: none;
}

.arrow-label{
  color: #000;
  margin: auto;
  width: auto;
  height: auto;
  background-color: none;
}

.footer-social-holder{
  padding-top: 60px;
  width: 100%;
  height: auto;
}

.social-media-buttons{
  transition: all 0.2s ease;
  cursor: pointer;
  overflow: hidden !important;
  display: inline-block;
  width: 20px;
  height: 20px;
  max-height: 100px;
  min-height: 20px;
  background-color: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  margin-right: 30px;
  margin-top: 0px;
}

.social-media-buttons:hover{
  transition: all 0.2s ease;
  background-position: bottom;
}

/*----start the media queries----*/

@media only screen and (max-width: 1510px){

  .hero-content-holder{
    flex-wrap: wrap;
    max-width: 100%;
    padding: 0px 100px;
  }

  .hero-title-container{
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
  }

  .hero-search-bar-container{
    width: 100%;
  }

  .elements-content-holder{
    max-width: 100% !important;
    padding: 0px 40px;
  }

  .elements-overlay-text-holder{
    flex-grow: auto;
    width: auto;
    max-width: calc(100% - 60px);
    padding-right: 30px;
  }

  .testimonial-container {
    padding: 100px 40px;
}

  .instagram-content-holder{
    max-width: 100% !important;
    padding: 0px 40px;
    background-color: none;
  }

  .footer-left-section{
    padding: 100px 40px;
  }

  .footer-right-section{
    padding: 100px 40px;
  }

}

@media only screen and (max-width: 1440px){

  h1{
    font-family: richmond-display, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 4.5em;
    line-height: 1.2em;
    margin: 16px 0px;
    color: inherit;
  }

}

@media only screen and (max-width: 1170px){

  .elements-content-holder{
    flex-wrap: wrap;
    width: 100%;
    max-width: 100% !important;
    height: auto;
    background-color: none;
  }

  .elements-content-photo img{
    transition: all 0.3s ease;
    width: 100%;
    height: auto;
  }

  .elements-content-container {
    width: 100%;
    max-width: 100%;
    height: 400px;
    margin-bottom: 30px;
  }

  .elements-section-wrapper{
    background-position: left;
  }

  .featured-locations-wrapper {
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background-color: none;
  }

.featured-locations-container {
    width: 100%;
    max-width: 100%;
    height: 50%;
    max-height: 50%;
    padding-top: 0;
    border-right: 1px solid #fff;
  }

  .featured-locations-holder {
    background-position: top -120px left 0px;
  }

  .coast-locations-container{
    height: 50vh;
    max-height: 50vh;
  }

  .coast-featured{
    background-position: center !important;
  }

  footer{
    font-size: .85em;
    line-height: 1.4em;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    height: auto;
    background-color: #6e4c4c;
  }

  .footer-left-section{
    width: 50%;
  }

  .footer-right-section{
    width: 50%;
  }

  .footer-right-section-info-container{
    width: 100%;
    max-width: 100%;
    background-color: none;
    height: auto;
    margin-bottom: 80px;
    margin-right: 0px;
  }

  #contactForm{
    margin-bottom: 0px !important;
  }

}

@media only screen and (max-width: 1290px){

  .featured-locations-photo{
    width: auto;
    height: 100%;
  }

}

@media only screen and (max-width: 1047px){

  .nav-links-container {
      display: none;
  }

  .nav-menu-button-container{
    display: flex;
  }


  .nav-contact-container{
    flex-grow: 1;
  }

  .nav-containers-contact{
    text-align: right;
    justify-content: flex-end;
    width: 100%;
    height: auto;
  }

  .featured-button{
    width: 80px;
    height: 80px;
  }

}

@media only screen and (max-width: 930px){

  .hero-content-holder {
    padding: 0px 40px;
  }

  .testimonial-container {
    width: 100%;
    max-width: 100%;
    padding: 100px 40px;
    border-bottom: 1px solid rgba(110, 76, 76, .3);
    border-left: 0px !important;
  }

  .remove-testimonial-bottom-border{
    border-bottom: 0px !important;
  }

  footer {
      flex-wrap: wrap;
      padding: 80px 0px;
  }

  .footer-left-section {
    width: 100%;
    height: auto;
    padding: 0px 40px;
    margin-bottom: 80px;
  }

  .footer-right-section {
    width: 100%;
    height: auto;
    padding: 0px 40px;
  }

}


@media only screen and (max-width: 750px){

  #daQuickSearchResultsWrapper {
	width: 86%;
  }

  .featured-locations-holder {
    background-position: top -70px left 0px;
  }

  .instagram-photo-container {
    position: relative;
    margin-top: 6px;
    padding-top: 47%;
    width: calc(100% / 2 - 3px);
    height: auto;
    background-color: gray;
  }

  h1{
    font-family: richmond-display, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 3.5em;
    line-height: 1.2em;
    margin: 16px 0px;
    color: inherit;
  }

  .input-class-two {
    font-size: 1em !important;
    min-height: 70px !important;
    max-height: 70px !important;
    padding: 30px !important;
  }

  .home-arrow-button {
    width: 60px;
    height: 60px;
  }

  .hero-content-holder {
    padding: 0px 40px;
  }

  .instagram-link-button{
    width: 40px;
    height: 38px;
    min-height: 38px;
  }

}

@media only screen and (max-width: 740px){

  .instagram-handle-holder {
    margin-right: 15px;
    padding-top: 8px;
    width: auto;
    height: auto;
    background-color: none;
  }

  .instagram-content-title-holder {
    width: 100%;
  }

  .instagram-link-wrapper{
    justify-content: flex-start !important;
    width: auto !important;
    flex-grow: 1;
    margin-bottom: 30px;
  }

  .instagram-content-title-wrapper{
    flex-wrap: wrap;
  }

}

@media only screen and (max-width: 621px){

  #daQuickSearchResultsWrapper {
	width: 83%;
  }

  .nav-menu-wrapper{
    width: 100vw;
    height: 100vh;
  }

  .hero-content-holder {
    padding: 0px 20px;
  }

  .nav-alex-logo-container {
    padding: 15px 0px !important;
    width: calc(100% / 3) !important;
    height: auto !important;
    max-width: calc(100% / 3) !important;
  }

  .nav-london-logo-container {
    padding: 0px !important;
    width: calc(100% / 3) !important;
    max-width: calc(100% / 3) !important;
    height: auto !important;
  }

  .nav-menu-button-container{
    padding: 0px;
    width: calc(100% / 3) !important;
    max-width: calc(100% / 3) !important;
    height: auto !important;
  }

  .alex-nav-logo {
    width: 120px;
    height: auto;
    margin-bottom: 0px !important;
  }

  .london-nav-logo {
    width: 120px;
    height: auto;
  }

  .nav-contact-container{
    display: none !important;
  }

  .elements-content-holder {
    max-width: 100% !important;
    padding: 0px 20px;
  }

  .testimonial-container {
    padding: 100px 20px;
  }

  .instagram-content-holder {
    padding: 0px 20px;
  }

  .footer-left-section {
    padding: 0px 20px;
    margin-bottom: 80px;
  }

  .footer-right-section {
    padding: 0px 20px;
  }

}

@media only screen and (max-width: 516px){

  #daQuickSearchResultsWrapper {
	width: 81%;
  }

  .featured-locations-holder {
    background-position: center !important;
  }

  .coast-locations-overlay {
    padding: 20px !important;
    padding-top: 50px !important;
  }

  .featured-locations-overlay-text-area {
    max-width: 100% !important;
  }

  h1{
    font-size: 2.5em;
    line-height: 1.2em;
    margin: 16px 0px;
    color: inherit;
  }

  h3{
    margin-top: 20px;
    font-size: 35px;
  }

  .nav-containers-contact ul{
    margin-left: 0px !important;
  }

  .featured-locations-overlay {
    padding: 20px !important;
    padding-top: 50px !important;
  }

  .featured-button {
    width: 60px;
    height: 60px;
  }

  .instagram-photo-overlay img {
    width: auto;
    height: 18px;
  }

  .instagram-photo-overlay {
    padding: 10px;
  }

  .hero-search-bar-container{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    width: 100%;
    background-color: none;
    height: auto;
    background-color: none;
  }

  .hero-title-container {
    margin-bottom: 30px;
  }

  .label-holder{
    display: block;
    color: #fff;
    text-align: center;
    width: auto;
    height: auto;
    background-color: none;
    margin: auto;
    padding-bottom: 15px;
  }

  .input-class-two::placeholder{
    visibility: hidden;
  }

  .input-class-two {
    height: auto !important;
    font-size: 1em !important;
    min-height: 70px !important;
    max-height: 70px !important;
    padding-right: 80px !important;
  }

}

@media only screen and (max-width: 450px){

  #daQuickSearchResultsWrapper {
	width: 79%;
  }

  .london-nav-logo {
    width: 100px;
    height: auto;
  }

  .alex-nav-logo {
    width: 100px;
    height: auto;
    margin-bottom: 0px !important;
}

}

/*----end the media queries----*/
