div#leaving-tint {
  display: none;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

div#leaving-popup {
  display: none;
    position: fixed;
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    z-index: 101;
    width: 90%;
    min-height: 200px;
    background: white;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 600px;
    margin-left: 50%;
    box-sizing: border-box;
    padding: 30px;
}

#leaving-popup p.heading {
    font-size: 3.5em;
    margin: 0;
    background: none;
    line-height: 1;
}

#leaving-popup p.subtext {
    font-size: 1.2em;
    font-family: 'EB Garamond', serif;
}

@media screen and (max-width: 600px) {
    #leaving-popup p.heading {
        font-size: 2em;
    }

}

#leaving-popup ul {
    font-size: 1.2em;
    margin: 10px 0;
}

#leaving-popup li {
    padding: 5px 0;
    display: block;
    color: #e3593d;
}

#leaving-popup li:nth-child(n+4) {
    display: none;
}

#leaving-popup a:hover {
    /* text-decoration: underline; */
}

#leaving-popup input.wpcf7-form-control.wpcf7-text {
    padding: 10px;
    border: 2px solid #000;
    width: 100%;
    color: #333;
    font-size: 1.1em;
    font-family: 'Bebas Neue', sans-serif;
}

#leaving-popup .g-recaptcha {
    margin: 0 auto;
    display: block;
    width: 50%;
}

#leaving-popup input.wpcf7-form-control.wpcf7-submit {
    background: black;
    border: none;
    font-size: 1.4em;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    font-family: 'Bebas Neue', sans-serif;
    cursor: pointer;
}

@media screen and (max-width: 600px){

  #rc-imageselect, .g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }

  #leaving-popup .g-recaptcha {
    margin: 0 auto;
    display: block;
    width: 100%;
  }

}

#close-leaving-popup {
    color: #999;
    font-size: -.5em;
    float: right;
    clear: both;
    cursor: pointer;
}

#close-leaving-popup:hover {
    color: #333;
}

#leaving-popup  p.error {
    color: #e14949;
}

#leaving-popup  p.success {
    color: #009e55;
}


img.thumb {
    float: left;
    width: 150px;
    margin: 30px 20px 0 0;
}

p.heading a {
    color: #333;
    text-decoration: none;
}

a.btn {
    clear: both;
    font-size: 2em;
    display: block;
    background: #E3593D;
    color: #fff !important;
    padding: 10px 30px !important;
    margin: 20px;
    border: none;
    /* font-family: "Open Sans Condensed",sans-serif !important; */
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}