// Homepage email sign up pop up

#popup{
  display: none !important;
}
 
#popup #popup-overlay{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  padding: 25% 0;
  background: rgba(0,0,0,0.7);
}


#popup #popup-overlay p label{
  font-size: 16px;
}

#popup #popup-overlay #popup-inside{
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  margin: -22% auto 0px auto;
  background-repeat: no-repeat;
  background-position: 50% 90%;
  background-image: url(../img/popup-bg.png);
  background-color: white;
  z-index: 1000000;
  border-radius: 5px;
  max-width: 600px;
  display: block;
  min-height: 420px;
  width: 90%;
  padding: 20px 5%;
  border:solid 10px #AC8F63;
}

@media (min-width: 60em) {
  #popup #popup-overlay #popup-inside{
    width: 100%;
    padding: 50px 0;
  }
}
#popup #popup-overlay #popup-inside h2{
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  width: 90%;
  text-transform: normal;
  margin: 0 auto;
  padding-bottom: 30px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-image: url(images/dot-line.svg);
}
#popup #popup-overlay #popup-inside h2 span{
  display: block;
  font-size: 32px;
  font-weight: 700;
  margin-top: 10px;
  color: #AC8F63;
}
@media (min-width: 60em) {
  #popup #popup-overlay #popup-inside h2 span{
    font-size: 56px;
    margin-top: 20px;
  }
}
.popup-content-left{
  width: 20%;
  display: inline-block;
  position: absolute;
  bottom:0;
  left: 0;
}

@media (max-width: 60em) {
  .popup-content-left{
    display: none;
  }
}

.popup-content-left img{
  display: block;
  border-bottom-left-radius: 5px;
}

.popup-content-right{
  width: 20%;
  display: inline-block;
  position: absolute;
  bottom:0;
  right: 0;
}

@media (max-width: 60em) {
  .popup-content-right{
    display: none;
  }
}

.popup-content-right img{
  display: block;
  border-bottom-right-radius: 5px;
}

.popup-content-center{
  display: block;
  z-index: 2;
}

@media (min-width: 60em) {
  .popup-content-center{
    margin: 0px auto;
    width: 60%;
  }
}

#popup input[type="text"], #popup input[type="email"]{
  margin-bottom: 1em;
  display: block;
  width: 100%;
  padding: 5px 5%;
  border: 0;
  font-size: 19px;
  font-size: 1.9rem;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #818181;
  border-radius: 4px;
  padding: 10px 5px;
  font-family: "Helvetica Neue LT ARM W84_65 M",sans-serif,arial;
  font-weight: 400;
  font-size: 26px;
  color: #1C1C1B;
  margin-top: 5px;
  max-width: 100%;
}

#popup-close{
  position: absolute;
  top: 20px;
  right: 20px;
}

.popup-btn-wrap{
  text-align: center;
  padding-top: 20px;
}

.popup-btn-wrap .btn-gold{
  padding: 15px 30px;
  background-image:none;
}
