#gfb_widget_overlay {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
  text-align: center;
}
#gfb_widget_overlay div#gfb_newsletter_signup_form {
  max-width: 750px;
  min-width: 250px;
  max-height: 600px;
  min-height: 280px;
  margin: 5px auto;
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px;
  text-align: center;
  position: absolute;
}
a.boxclose{
   float:right;
   position:absolute;
   top:-10px;
   right:-10px;
   cursor:pointer;
   color: #fff;
   border: 1px solid #AEAEAE;
   border-radius: 30px;
   background: #605F61;
   font-size: 17px;
   display: inline-block;
   line-height: 0px;
   /*padding: 11px 7px 17px 7px;*/
   padding: 11px 8px 15px;
 }
.boxclose:before {
   content: "x";
}
.gfb_ebook_img {
 display: block;
 clear: both;
 position: relative;
}
#gfb_newsletter_signup_form  h1 {
 font-family: "Open Sans",Arial,Helvetica,sans-serif;
 display: block;
 font-size: 30px;
 font-weight: bold;
 color: #333;
 padding: 0px 10px;
 text-align: center;
}
div#p-footer {
padding:15px;
display: block !important;
position: relative;
}

button#gfb_subscribe_button{
  float: right;
  color: #fff !important;
}

div#gfb_form_div{
  max-width: 350px;
  min-width: 200px;
  text-align: center;
}
p#gfb_response_message_error, p#gfb_response_message_success{
  text-align: center;
}
