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

body{
  font-family: canto,serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  margin: 0px;
  color: #414042;
  overflow-x: hidden;
  padding: 20px;
  padding-bottom: 8px;
  margin: 0px;
  background-color: #fff;
}

section {
  opacity: 0;
  transform: translate(0, 0);
  transition: all .8s ease;
}

section.visible {
  opacity: 1;
  transform: translate(0, 0);
  z-index: -1;
}

h1{
  position: relative;
  font-family: montserrat, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 3px;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 36px;
  display: block;
}

h2{
  font-family: montserrat, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 28px;
  display: block;
}

h3{
  font-family: montserrat, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h4{
  font-family: canto,serif;
  font-weight: 300;
  font-style: italic;
  font-size: 36px;
  line-height: 28px;
  display: inline-block;
}


blockquote{
}

cite {
}

a{
  transition: all 0.4s ease;
  position: relative;
  color: inherit;
  text-decoration: none;
}

a::after{
  transition: all 0.4s ease;
  content: "";
  width: 0px;
  height: 1px;
  min-height: 1px;
  position: absolute;
  bottom: 5px;
  left: 0px;
  background-color: transparent;
}

a:hover::after{
  transition: all 0.4s ease;
  width: 100%;
  background-color: #ec3c30;
}

a:hover{
  transition: all 0.4s ease;
  color: #ee3331;
}

div{
  padding: 0px;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
}

section {
}

section.visible {
}

button{
  cursor: pointer;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  font-family: montserrat, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 40px;
  display: block;
  padding: 15px 40px;
  border: 2px solid #fff;
  background-color: transparent;
}

button:hover{
  z-index: 99;
  transition: all 0.2s ease-out;
  color: #fff;
}

button::after{
  transition: all 0.2s ease-out;
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 0px;
  background-color: #000;
}

button:hover::after{
  transition: all 0.2s ease-out;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
}

#homeButton::after{
  background-color: #fff;
}

#homeButton{
  color: #fff;
}

#homeButton:hover{
  color: #000;
}

#heroButton::after{
  background-color: #fff;
}
#heroButton{
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

#heroButton:hover{
  color: #000;
}

/*start custom stylesheet*/

.site-menu-wrapper{
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  position: fixed;
  margin-top: -20px;
  margin-left: -20px;
  display: flex;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255,255,255,1);
  color: #939598;
  padding: 40px 0px;
}

.site-menu-wrapper div{
  padding: 40px;
}

.site-menu-wrapper div button{
  padding: 0px !important;
  margin: auto !important;
  width: 30px !important;
  height: 30px !important;
  background-color: transparent !important;
  border: none;
}

.site-menu-wrapper div button::after{
  background-color: transparent !important;
}

.site-menu-wrapper h2{
  color: #ed3330;
}

.site-menu-wrapper div a{
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.site-menu-wrapper div a:hover{
  transition: all 0.3s ease;
  color: #000;
}

.site-menu-main-nav{
  text-align: center;
  padding: 0px 40px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 75%;
  height: 100%;
  background-color: none;
}

.site-menu-main-nav div{
  margin: auto;
  width: 100% !important;
  height: auto !important;
  padding: 0px !important;
}

#menuLogo{
  padding: 40px 0px !important;
  display: flex;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.menu-logo{
  margin: auto;
  width: 30%;
  max-width: 50%;
  height: auto;
}

.site-menu-main-nav ul, li {
  list-style: none;
  display: block;
  margin-left: 0px;
  cursor: pointer;
  font-size: 60px;
  padding: 0px;
  margin-bottom: 80px;
  color: #ed3330;
}

.london-menu-logo{
  opacity: 0.6;
  vertical-align: middle;
  width: auto;
  height: 30px;
  max-height: 30px;
  margin-right: 40px;
}

.menu-bottom-nav{
  display: inline-block;
  margin-right: 30px;
}

#bottomNavEnd{
  margin-right: 0px;
}

.site-menu-second-nav{
  display: none;
  width: 25%;
  height: 100%;
  background-color: none;
  border-left: 1px solid rgba(0,0,0,0.2);
}

.site-menu-second-nav li {
  list-style: none;
  display: block;
  margin-left: 0px;
  cursor: pointer;
  font-size: inherit;
  padding: 0px;
  margin-bottom: 0px;
  color: inherit !important;
}

.site-menu-close-button{
  display: flex;
  padding: 0px !important;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 80px;
  min-height: 80px;
  max-width: 80px;
  background-color: #ed3330;
}

.site-menu-close-button:hover .close-button{
  transition: all 0.2s ease;
  background-position: bottom;
}

.close-button-image{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: auto;
}

.close-button{
  transition: all 0.2s ease;
  position: relative !important;
  overflow-y: hidden !important;
  display: inline-block;
  margin: auto;
  padding: 0px !important;
  width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
  height: auto !important;
  background-color: none;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.hamburger-icon{
  color: #fff;
  width: auto !important;
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  background-color: none;
  padding: 0px 0px;
}

.hamburger-icon::after{
  content: "Menu";
}

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

.hamburger-icon:hover span{
  width: 50px;
}

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

.site-nav-bar-wrapper{
  text-align: center;
  transition: all 0.3s ease;
  z-index: 98;
  padding: 40px;
  position: fixed;
  top: 0px;
  margin-left: -20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100vw;
  max-width: 100%;
  height: auto;
  background-color: none;
}

.site-nav-bar-wrapper button{
  margin: auto !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  border: 0px !important;
  background-color: transparent !important;
}

.site-nav-bar-wrapper button::after{
  transition: all 0.2s ease-out;
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 0px;
  background-color: none;
}

#logoWrap{
  height: auto;
  text-align: left;
  background-color: none;
}

#londonWrap{
  text-align: right;
}

.site-nav-bar-wrapper div{
  text-align: center;
  margin: auto 0px;
  padding: 0px;
  width: 33.3%;
  background-color: none;
}

.site-nav-bar-wrapper.show{
  transition: all 0.3s ease;
  padding: 10px 20px;
  padding-top: 20px;
  background-color: #fff;
}

.site-nav-bar-wrapper img{
  width: 250px;
  max-width: 250px;
  height: auto;
}

#londonContainer{
  width: auto;
  height: 34px;
  max-height: 34px;
}

.hero-wrapper{
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: calc(100vh - 40px);
  background-color: black;
  margin-bottom: 20px;
}

.hero-video-container{
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.hero-content-wrapper{
  text-align: center;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.hero-content-container{
  position: relative;
  font-family: montserrat, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 3px;
  margin-bottom: 30px;
  line-height: 36px;
  color: #fff;
  z-index: 1;
  text-align: center !important;
  margin: auto;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  background-color: none;
}

.hero-content-container h1{
  font-size: 80px;
}

.about-section-wrapper{
  display: flex;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 40px);
  max-height: calc(100vh - 40px);
  background-color: none;
}

/*.about-section-wrapper div{
  display: flex;
  width: 50%;
  height: 100%;
}*/

.about-content-container{
  width: 50%;
  display: flex;
  height: auto;
}

.about-section-photo{
  display: flex;
  width: 50%;
  order: 2;
  min-height: 100%;
  max-height: 100%;
  background-repeat: none;
  background-size: cover;
  background-position: top;
  background-color: none;
}

#contentContainer{
  order: 1;
}

.about-section-content{
  order: 2;
  display: inline-block !important;
  margin: auto;
  width: 100% !important;
  max-width: 600px !important;
  height: auto !important;
  background-color: none;
}

.about-section-content button{
  border-color: #000;
}

.category-section-wrapper{
  position: relative;
  padding: 0px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 40px);
  max-height: calc(100vh - 40px);
  background: #fff;
}

.about-section-content h1{
  margin-bottom: 60px;
}

.about-section-content h1::after{
  content:"";
  width: 100px;
  min-width: 100px;
  height: 2px;
  min-height: 2px;
  position: absolute;
  bottom: -30px;
  left: 0px;
  background-color: #ec3c30;
}

.category-section-title{
  text-align: center;
  flex-grow: 1;
  width: 100%;
  height: 15%;
  padding: 40px;
  padding-bottom: 20px;
  background-color: none;
}

#homeSearch{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#exclusiveListings{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#blog{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#workWithJackie{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.category-sections{
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: calc(25% - 15px);
  height: 85%;
  background-color: none;
}

.category-image{
  transition: all 0.8s ease-out;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}

.category-sections:hover .category-titles .category-indicators{
  transition: all 0.3s ease-out;
  opacity: 1;
  height: 100px;
  max-height: 100px;
  border-top: 1px solid rgba(255,255,255,0.3);
}

.category-sections:hover .category-image{
    transition: all 0.8s ease-out;
    transform: scale(1.1);
}

.category-titles{
  transition: all 0.3s ease-out;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-image: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
}

.category-indicators{
  opacity: 0;
  transition: all 0.3s ease-out;
  padding-top: 20px;
  width: 100%;
  height: 0px;
  background-color: none;
  border-top: 1px solid rgba(255,255,255,0);
}

.featured-section-box{
  z-index: 1;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  height: auto;
  background-color: rgba(0,0,0,0.6);
  border: 1px solid #fff;
}

.featured-section-box div{
  margin: auto;
  padding: 100px 50px;
  width: 50%;
  height: auto;
  background-color: none;
}

.featured-section-box div div{
  margin: 0px;
  display: flex;
  justify-content: space-between;
  padding: 0px;
  padding-bottom: 10px;
  width: 100%;
  height: auto;
  background-color: none;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.featured-info{
  border: none !important;
  padding: 0px !important;
  text-align: left !important;
  width: auto !important;
  height: auto !important;
  background-color: none !important;
}

.featured-info h2{
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 0px;
}

.featured-info-label{
  border: none !important;
  padding: 0px !important;
  text-align: right !important;
  width: auto !important;
  height: auto !important;
  background-color: none !important;
}

.featured-info-label h2{
  margin-bottom: 0px;
  margin-top: 0px;
}

.featured-section-box .featuredMiddle{
  padding-top: 10px;
}

#featuredEnd{
  padding-top: 10px;
  border: none;
}

#featuredListing{
  background-color: none;
  /*background-image: url('images/featured_listing.jpg');
  background-size: cover;
  background-position: center;*/
}

.featured_video_container{
  display: flex !important;
  position: absolute !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
  background-color: red !important;
}

#featuredVideo,#featuredPic {
  z-index: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  min-height: 875px;
  display: block;
  background-size: cover;
  background-position: center;
}

#heroVideo {
  z-index: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: -3px;
  width: 102%;
  height: auto;
  display: block;
}

.home-featured-video-wrapper{
  overflow: visible !important;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: calc(100vh - 40px);
  background-color: #181b20;
}

.home-featured-video-wrapper div{
  overflow: visible !important;
}

.home-featured-video-container{
  position: relative;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: auto;
  max-width: 900px;
  min-width: 900px;
  height: auto;
  background-color: none;
}

.home-featured-video-video{
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background-color: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home-featured-video-contents{
  padding-top: 20px;
  padding-left: 280px;
  width: 100%;
  height: auto;
  background-color: none;
}

.home-featured-video-video-button{
  cursor: pointer;
  transition: all 0.3s ease-out;
  display: flex;
  position: absolute;
  bottom: -100px;
  left: 40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: none;
  border: 1px solid #fff !important;
}

.play-button{
  transition: all 0.2s ease;
  margin: auto;
  background-color: none;
  width: 16px;
  height: 18px;
  border-width: 37px 0px 37px 74px;
  border-color: transparent transparent transparent #202020;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.home-featured-video-video-button:hover{
  transition: all 0.3s ease-out;
  border: 1px solid #ee3331 !important;
}

.home-featured-video-video-button:hover .play-button{
  transition: all 0.2s ease;
  background-position: bottom;
}

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

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

#instaButton{
}

#fbButton{
}

#tikButton{
}

#ytButton{
  margin-right: 0px;
}

#liButton{
}

.about-section-content a:hover::after{
  width: 0px !important;
}

footer{
  color: #fff;
  padding: 40px 0px;
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000;
}

footer button{
  color: #fff;
  display: inline-block;
  margin-top: 30px;
}

footer button:hover{
  color: #000;
}

footer button:hover::after{
  background-color: #fff;
}

footer h2{
  margin-top: 45px;
}

.footer-contents{
  text-align: center;
  margin: auto;
  width: 100%;
  max-width: 800px;
  height: auto;
  background-color: none;
}

.footer-contents h2{
}

.footer-disclosure{
  font-size: 14px;
  line-height: 20px;
}

.foot-logo{
  display: block;
  margin: auto;
  margin-top: 30px;
  width: auto;
  height: 30px;
  max-height: 30px;
}

.rm-bug{
  width: 14px;
  height: auto;
  max-width: 14px;
  padding-right: 10px;
}

.nahrep-logo{
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 44px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.sign-up-form-box{
  transition: bottom 0.4s ease-out;
  color: #000;
  text-align: center;
  padding: 40px;
  z-index: 999;
  position: fixed;
  bottom: calc(0px - 100%);
  width: calc(100% - 40px);
  max-width: calc(100% - 40px);
  min-height: 60%;
  max-height: 75%;
  overflow-y: scroll;
  background-color: #fff;
  border-radius: 20px 20px 0px 0px;
}

.sign-up-form-box div{
  box-sizing: border-box;
  position: relative;
  margin: 10px 15px;
  width: 33.3%;
  max-width: 33.3%;
  background-color: none;
  overflow: visible !important;
}

.sign-up-form-box button{
  color: #000;
  display: inline-block;
  margin-top: 30px;
  border-color: #000;
}

.sign-up-form-box button:hover{
  color: #fff;
}

.sign-up-form-box button:hover::after{
  background-color: #000;
}

form{
    margin-top: 30px;
}

form div{
  position: relative;
}

input[type=text],[type=password] {
  transition: all ease 0.5s;
  font-family: montserrat, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
  z-index: 99999;
  width: 100%;
  height: 40px;
  padding: 0px;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #828282;
}

.forgot-link{
  font-family: montserrat, sans-serif;
  text-decoration: none;
  font-size: 12px;
  padding-top: 300px;
  position: absolute;
  bottom: -30px;
  right: 0px;
  background-color: none;
}

.form-field {
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  background-color: #0F1838;
  opacity: 0.9;
  width: calc(100% / 4 - 10px);
  padding: 0px 5px 30px 5px;
  display: inline-block;
}


input:focus {
  color: #000;
  transition: all ease 0.5s;
  outline: none !important;
  border-bottom: 1px solid #000;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #828282;
}


.footer-logos{
  display: inline;
  margin-top: 40px;
  margin-bottom: 40px;
  height: auto;
  max-height: 60px;
  max-width: 160px;
  width: 160px;
}

.rpa-wrapper{
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 50vh;
  max-height: 50vh;
  background-color: #f4f4f4;
}

.rpa-form-container{
  width: 75%;
  min-width: 75%;
  overflow: visible;
  text-align: center;
  padding: 40px;
  margin: auto;
  width: auto;
  height: auto;
  background-color: none
}

.rpa-form-container h1{
  margin: 0px;
  margin-bottom: 30px;
}

.rpa-form-container div{
  padding: 10px;
  width: 45%;
  max-width: 45%;
  margin-bottom: 20px;
}

.rpa-form-container button{
  margin: auto;
  border: 2px solid #000;
}

.jl-mono{
  margin: auto;
  margin-top: -80px;
  margin-bottom: 30px;
  display: block;
  width: 80px;
  max-width: 80px;
  height: auto;
}

.no-underline:hover::after{
  display: none;
}

/*end custom stylesheet*/

/*start the media queries*/

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

  .menu-logo{
    margin: auto;
    width: 100%;
    max-width: 50%;
    height: auto;
  }

  #heroVideo {
    width: auto;
    height: 102%;
  }

  #featuredVideo,#featuredPic {
    width: 100%;
    height: 100%;
    min-height: 875px;
  }

}

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

  .site-menu-main-nav{
    padding: 0px 0px !important;
    display: flex;
    width: 60%;
  }

  #menuLogo{
    padding-bottom: 40px;
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }

  .menu-logo{
    margin: auto;
    width: 100%;
    max-width: 75%;
    height: auto;
  }

  .site-menu-main-nav ul, li {
    font-size: 60px;
    margin-bottom: 90px;
  }

  .london-menu-logo{
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }

  .menu-bottom-nav{
    display: inline-block;
    margin-right: 30px;
  }

  #bottomNavEnd{
    margin-right: 0px;
  }

  .site-menu-second-nav{
    width: 40%;
    height: auto;
  }

  .about-section-content h1::after{
    left: calc(100% - 50% - 50px) !important;
    background-color: #ec3c30;
  }

  .about-section-content button{
    margin: 30px auto 0px auto;
  }

  .about-content-container{
    width: 100%;
    max-width: 100%;
    padding: 0px 60px;
  }

  .about-section-wrapper{
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }

  .about-section-content{
    text-align: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0px;
  }

  .about-section-photo{
    max-width: 100%;
    width: 100%;
    order: 1;
    margin-bottom: 20px;
    padding-top: 100%;
  }

  #contentContainer{
    order: 2;
  }

  .category-section-wrapper{
    height: auto;
    max-height: 100%;
  }

  .category-section-title{
    padding: 0px;
    padding-top: 20px;
  }

  .category-section-title h1{
    margin-bottom: 0px;
  }

  .category-sections{
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    height: 25%;
    min-height: 25%;
    padding-top: 75%;
    margin-top: 20px;
  }

  .featured-section-box{
    flex-wrap: wrap;
    max-width: 80%;
  }

  #featuredListing{
    height: 100vh;
    padding: 20px;
  }

  .featured-section-box div{
    padding: 40px;
    width: 100%;
    max-width: 100%;
  }

  .featured-section-box div div{
    margin: 0px;
    display: flex;
    justify-content: space-between;
    padding: 0px;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
    background-color: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }

  .home-featured-video-wrapper{
    height: auto !important;
    padding: 50px 0px;
  }

  .sign-up-form-box div{
    box-sizing: border-box;
    position: relative;
    margin: 10px;
    width: calc(50% - 20px - 20px);
    max-width: 100%;
    background-color: none;
    overflow: visible !important;
  }

  #signUpMenu{
    padding-bottom: 44px;
  }

}

@media (max-width: 1025px) and (max-height: 769px) {

  .site-menu-main-nav{
    padding: 0px 20px !important;
    display: flex;
    width: 60%;
  }

  #menuLogo{
    padding: 40px 0px !important;
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }

  .menu-logo{
    margin: auto;
    width: 100%;
    max-width: 50%;
    height: auto;
  }

  .site-menu-main-nav ul, li {
    font-size: 40px;
    margin-bottom: 50px;
  }

  .london-menu-logo{
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }

  .menu-bottom-nav{
    display: inline-block;
    margin-right: 30px;
  }

  #bottomNavEnd{
    margin-right: 0px;
  }

  .site-menu-second-nav{
    width: 40%;
  }

  .about-section-wrapper{
    display: flex;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    max-height: auto !important;
  }

  .about-section-content h1::after{
    left: 0px !important;
  }

  /*.about-section-wrapper div{
    display: flex;
    width: 50%;
    height: 100%;
  }*/

  .about-content-container{
    width: 50%;
    display: flex;
    height: auto;
  }

  .about-section-photo{
    display: flex;
    width: 50%;
    order: 2;
    padding-top: 75%;
  }

  #contentContainer{
    order: 1;
    padding: 0px 20px;
  }

  .about-section-content{
    text-align: left;
    order: 2;
    display: inline-block !important;
    margin: auto;
    width: 100% !important;
    max-width: 600px !important;
    height: auto !important;
    background-color: none;
  }

  .about-section-content button{
    border-color: #000;
  }

  .sign-up-form-box{
    padding: 10px;
  }

}



@media only screen and (max-width: 769px) {
  .footer-logos{
    display: inline;
    margin-top: 40px;
    margin-bottom: 40px;
    height: auto;
    max-height: 60px;
    max-width: 130px;
    width: 130px;
  }

  .site-menu-main-nav{
    padding: 0px 20px !important;
    display: flex;
    width: 60%;
  }

  #menuLogo{
    padding: 40px 0px !important;
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }

  .menu-logo{
    margin: auto;
    width: 100%;
    max-width: 75%;
    height: auto;
  }

  .site-menu-main-nav ul, li {
    font-size: 50px;
    margin-bottom: 60px;
  }

  .london-menu-logo{
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }

  .menu-bottom-nav{
    display: inline-block;
    margin-right: 30px;
  }

  #bottomNavEnd{
    margin-right: 0px;
  }

  .site-menu-second-nav{
    width: 40%;
  }

  .site-nav-bar-wrapper img{
    width: 100%;
    height: auto;
    max-height: auto;
  }

  .home-featured-video-container{
    max-width: 100%;
    min-width: 100%;
  }

  .home-featured-video-video-button{
    bottom: -45px;
    left: calc(50% - 45px);
    width: 90px;
    height: 90px;
  }

  .home-featured-video-contents{
    text-align: center;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: auto;
    background-color: none;
  }

  .footer-contents{
    padding-right: 40px;
    padding-left: 40px;
  }

}

@media only screen and (max-width: 600px) {
  .footer-logos{
    display: block;
    margin-top: 40px;
    margin-bottom: 0px;
    height: auto;
    max-height: 60px;
    max-width: 130px;
    width: 130px;
    margin-right: auto;
    margin-left: auto;
  }

  body{
    font-size: 16px;
    padding: 8px;
    padding-bottom: 0px;
  }

  h1{
    font-size: 22px;
    line-height: 34px;
  }

  .site-menu-wrapper{
    margin-top: 0px;
    margin-left: -8px;
    padding: 0px 20px !important;
    flex-direction: column;
    justify-content: space-between;
  }

  .site-menu-wrapper div{
    height: auto !important;
    padding: 0px !important;
  }

  .site-menu-second-nav{
    display: none;
  }

  .site-menu-main-nav{
    width: 100%;
    max-width: 100%;
    padding: 0px 20px !important;
    margin: 0px;
  }

  .site-menu-main-nav ul, li {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .menu-logo{
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-top: 0px;
    margin: auto 0px;
    max-width: calc(100% - 90px);
  }

  .london-menu-logo{
    display: block;
    margin: auto;
    padding-bottom: 30px;
  }

  #menuLogo{
    display: flex;
    text-align: left !important;
    width: 100%;
    max-width: 100%;
    height: 80px !important;
    max-height: 80px;
    padding: 0px 0px !important;
  }

  #mainMenuEnd{
    padding-top: 30px !important;
    border-top: 1px solid rgba(0,0,0,0.2);
  }

  .menu-bottom-nav{
    display: inline-block;
    margin-right: 15px;
  }

  .site-nav-bar-wrapper{
    padding: 16px;
    padding-top: 20px;
    margin-left: -8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .site-nav-bar-wrapper button{
    padding: 0px !important;
  }

  .site-nav-bar-wrapper.show{
    transition: all 0.3s ease;
    padding: 10px 10px;
    padding-top: 20px;
    background-color: #fff;
  }

  .hero-wrapper{
    max-height: 100vh;
  }

  .hero-content-container h1{
    font-size: 60px;
  }

  #londonContainer{
    padding-top: 20px;
    width: auto;
    height: 30px;
  }

  #logoWrap{
    text-align: center;
    order: 1;
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }

  #londonWrap{
    order: 2;
    width: 50%;
    max-width: 50%;
    text-align: left;
  }

  #menuWrap{
    padding-top: 20px;
    text-align: right;
    order: 3;
    width: auto;
    max-width: 50%;
  }

  .about-content-container{
    width: 100%;
    max-width: 100%;
    padding: 0px 20px;
  }

  .about-section-wrapper{
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }

  .about-section-content{
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }

  .about-section-photo{
    max-width: 100%;
    width: 100%;
    order: 1;
    margin-bottom: 20px;
    padding-top: 100%;
  }

  #instaButton{
    max-width: auto !important;
  }

  #fbButton{
  }

  #tikButton{
  }

  #ytButton{
    margin-right: 0px;
  }

  #contentContainer{
    order: 2;
  }

  .category-section-wrapper{
    height: auto;
    max-height: auto !important;
  }

  .category-section-title{
    padding: 0px;
    padding-top: 20px;
  }

  .category-section-title h1{
    margin-bottom: 0px;
  }

  .category-sections{
    width: 100%;
    max-width: 100%;
    height: 85%;
    min-height: 85%;
    padding-top: 100%;
    margin-top: 20px;
  }

  .featured-section-box{
    flex-wrap: wrap;
    max-width: 100%;
  }

  #featuredListing{
    height: auto;
    padding: 20px;
  }

  .featured-section-box div{
    padding: 40px;
    width: 100%;
    max-width: 100%;
  }

  .featured-section-box div div{
    margin: 0px;
    display: flex;
    justify-content: space-between;
    padding: 0px;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
    background-color: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }

  footer{
    overflow: visible;
    width: 100%;
    max-width: 100%;
    padding:0px;
  }

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

  .footer-contents{
    padding: 40px 20px;
    width: 100%;
    max-width: 100%;
  }

  .sign-up-form-box{
    background-color: rgba(255,255,255,0.7);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    padding: 10px;
    padding-bottom: 0px;
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
    min-height: 60%;
    max-height: 75%;
    overflow-y: scroll;
    border-radius: 20px 20px 0px 0px;
  }

  .sign-up-form-box div{
    box-sizing: border-box;
    position: relative;
    margin: 20px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
    background-color: none;
    overflow: visible !important;
  }

  #signUpMenu{
    padding-bottom: 144px;
  }

  .footer-disclosure{
    font-size: 14px;
    line-height: 14px;
  }

}

/*end the media queries*/
