/**
Theme Name: Inversit
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inversit
Template: astra
*/

.au_leadgen_modal input[type=submit] {
	margin-top: 20px;
}

/* The Modal (background) */
.au_leadgen_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.au_leadgen_modal_content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .au_leadgen_modal_content {
	  width: 80%; /* Could be more or less, depending on screen size */
	  margin: 40% auto; /* 15% from the top and centered */
	}
}
/* The Close Button */
.au_leadgen_close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.au_leadgen_close:hover,
.au_leadgen_close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}