/* @media screen and (min-width: 1040px) { */
@media screen and (min-width: 500px) {
  logo{
    display: block;
    float: left;
  }
  logo img{
    width: 10vw;
  }
  .container{
    padding: 5vh;
    padding-left: 10vw;
    padding-right: 10vw;
  }
  
  /* Menu Styles */
  .wrapper {
    min-height: auto;
    position: relative;
    background: url("../img/site/hero.gif") no-repeat;   
    background-position: left top;
    background-size: 100%;
    background-size: cover;
    min-height: 75vh;
  }
  .header{
    position: relative;
    background: none;
  }
  main{
    padding-top: 0px !important;
  }
  .menu__link_alt{
    display: inline-block;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background: #000;
    color: #FFF !important;
  }
  .menu__link img{
    margin-top: 3px;
    width: 19px;
  }
  .account-menu{
    display: block;
  }
  .account-menu-mobile{
    display: none;
  }
  h1{
    font-size: 45px;
  }

  /*End Menu Styles */

  nav{
    float: right;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .mobile_visible, .mobile-visible{ 
    visibility:hidden;
  }
  .mobile_only, .mobile-only{ 
    display:none;
  }
  .desktop_only, .desktop-only{
    display: block;
  }

.arrow-right{
  display: inline-block;
}
#hero{
  position: relative;
  min-height: 75vh;
}
.hero-box{
  padding-top: 100px;
  padding-top: 25px;
  padding-bottom: 125px;
}
.hero-box-left{
  padding: 50px;
  padding-right: 100px;
  margin-top: 50px;
  padding-bottom: 0;

/*  padding-left: 0px; */
  margin-top: 0px;
  padding-bottom: 0;
}
.hero-box-right{
  position: relative;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.hero-box-right-inner{
  float: right;
  max-width: 300px;
}
/* .hero-box-right:before{
  content: "";
  display: inline-block;
  position: absolute;
  background: linear-gradient(90.33deg, #030303 -0.98%, rgba(15, 15, 15, 0.78) -0.96%, rgba(196, 196, 196, 0) 99.72%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(26, 26, 26, 0.72) 100%);
  transition: transform 3s;
  opacity: 0.7;
  top: 200px;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 1;
} */

.hero-box-right img{
  width: auto !important;
  position: relative;
  z-index: 2;
}
.hero-box-left h1, .hero-box-left h2{
  font-size: 48px;
  line-height: normal;
}
.hero-box-left p{
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  margin-top: 25px !important;
  margin-bottom: 25px;
}
.waitlist-button-holder{
  max-width: 350px;
}
.second-box{
  padding-top: 50px;
  padding-left: 100px;
  padding-right: 100px;
}
.mobile-app-screen1{
  text-align: center;
}
.mobile-app-screen1 img{
  width: 700px;
}

#portfolio h3{
  font-size: 20px;
  margin-top: 25px;
}

#portfolio .browse-box-item-cover::before{
  content:"";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .3);
}
#portfolio .browse-box-item:hover .browse-box-item-cover::before{
  opacity: 0;
  transition: opacity 0.5s linear;
}


.footer-top{
  padding-top: 200px;
  padding-left: 100px;
  padding-right: 100px;
}
.footer-top .display-4{
  font-size: 24px;
}
.footer-top .display-6{
  font-size: 16px;
}
.footer-top-text{
  text-align: left;
}
.footer-copyright{
  margin-top: 150px !important;
}
.banner-box .waitlist-button-holder{
  margin-top: 0px;
}
.banner-box{
  padding: 50px;
  padding-left: 100px;
  padding-right: 100px;
}
/*}
@media screen and (min-device-width: 451px) { */
  .small-break{
    display: none;
  }
  .big-break{
    display: inline;
  }
  h1{
    font-size: 60px;
    font-size: 40px;
  }
  h2{
    font-size: 40px;
    font-size: 36px;
  }
  h3{
    font-size: 28px;
  }
  h4{
    font-size: 20px;
  }
  p{
    font-size: 16px;
  }
  .gradient-text{
    
  }

  #hero-inner{
    padding-left: 50px;
  }
  .hero-footer span{
    font-size: 13px;
  }
  .link-little{
    font-size: 14px;
  }
  .col-20{
    width: calc(100% / 5);
  }
  .header__logo{
    padding: 10px;
    width: 130px;
    height: auto;
  }

  .signin-form, .signup-form{
    width: 450px;
    margin: 50px auto;
  }

  .button-link{
    
  }
  .goog-te-gadget-simple{
    background-color: #313131 !important;
    border: none !important;
  }

  .testimonial-item{
    height: 100%;
  }
  .testimonial-item-inner{
    height: 100%;
    padding-top:10px;
    padding-bottom: 10px;
  }

  #contact{
    background-position: 0% 50px ;
    background-size: 400px;
    min-height: 500px;
    color:#FFF;
  }
  .contact-box-inner{
    padding: 50px;
    padding-top: 0;
  }
  .contact-box-left{
    margin-top: 350px;
    margin-bottom: 50px;
  }

}

@media screen and (min-width: 500px) and (max-width: 1038px) {

  #hero {
    position: relative;
    min-height: 50vh;
  }
  .hero-box-right-inner{
    max-width: 350px;
    margin:0px auto;
  }
  .mobile_only, .mobile-only{ 
    display:block;
  }
  .desktop_only, .desktop-only{
    display: none;
  }
  .arrow-right{
    display: none;
  }
  .testi-top {
    overflow: hidden;
    height: 360px;
  }
  .waitlist-button-holder{
    max-width: 300px;
  }
  .footer-top .display-4 {
    font-size: 24px;
}
  .footer-top .display-6 {
    font-size: 16px;
  }
}

/* Desktop View  */
@media screen and (min-width: 769px) {
  

}