
.signupHolder .newsLetterInner .formHolder .submitted-message{position: fixed;width: 100%;height: 100%;left: 0;top: 0;
  z-index: 50;display: flex;justify-content: center;align-items: center;background: #000000eb;border: none;}
.signupHolder .newsLetterInner .formHolder div.thnkUHolder{background: #fff;color: #000;padding: 50px;max-width: 600px;font-size: 18px;font-family: 'Montserrat';
    margin: 0 20px;border-radius:8px;position:relative;overflow:hidden;text-align:center}
.signupHolder .newsLetterInner .formHolder div.thnkUHolder p{font-family:500}
.signupHolder .newsLetterInner .formHolder div.thnkUHolder .formClose{content:'X';display:inline-block;width:40px;height:40px;text-align:center;
    cursor: pointer;position: absolute;right: 0;top: 0;font-size: 18px;font-weight: 900;font-family: cursive;border:none;background:none;border:none;    outline: none;}
.signupHolder .newsLetterInner .formHolder div.thnkUHolder .formClose:focus{border:none;    outline: none;}
.lb-blogListings .blog-post-wrap .lb_btm_section {
    background: #FFF3EC !important; 
}
.lb-blogListings .blog-post-wrap .lb_btm_section .newsLetterInner .heading{
font-weight: 800;
}
.lb-blogListings .blog-post-wrap .lb_btm_section .newsLetterInner .subText{
  font-family: 'Montserrat' 
}
.lb-blogListings .blog-post-wrap .lb_btm_section { 
    margin: 50px auto 100px auto; 
}
.lb-blogListings .blog-post-wrap .lb_btm_section .newsLetterInner .formHolder form .hs-button {
    background: #ff5f00;
    color: #fff;
}
.signupHolder .newsLetterInner .formHolder div.thnkUHolder > img {
    max-width: 86px !important;
    margin-bottom: 15px;
}
.signupHolder .newsLetterInner .formHolder .submitted-message {
  
    font-size: 0;
}
.lb-blogListings .blog-post-wrap .lb_btm_section .newsLetterInner .formHolder form .hs-button:hover {
    background: #ff5f01bd;
}
 
.signupHolder .newsLetterInner .formHolder div.thnkUHolder {
  
    z-index: 999999;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
@media(max-width: 767px){
.signupHolder .newsLetterInner .formHolder div.thnkUHolder {
    left: 0;
    position: fixed;
    top: 40%;
    transform: translate(0%,-50%);
    z-index: 999999;
}
/*
<div class="thnkUHolder"><button class="formClose" value="X" onclick="window.location.reload();">X</button>
<img src="https://4732366.fs1.hubspotusercontent-na1.net/hubfs/4732366/check.png" alt="check" width="150" height="150" loading="lazy" style="height: auto; max-width: 100%; width: 150px;">
<h1>You're in!</h1>
<p>We'll be in touch soon. For now, check out the latest from LocalBites below.</p>
</div>
*/