body .squeeze_template p h1,
body .squeeze_template p h2,
body .squeeze_template p h3,
body .squeeze_template p h4,
body .squeeze_template p h5,
body .squeeze_template p h6,
body .squeeze_template span h1,
body .squeeze_template span h2,
body .squeeze_template span h3,
body .squeeze_template span h4,
body .squeeze_template span h5,
body .squeeze_template span h6 {
    color: inherit !important;
}

.squeeze_template h1,
.squeeze_template h2,
.squeeze_template h3,
.squeeze_template h4,
.squeeze_template h5,
.squeeze_template h6 {
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
.squeeze_template h2 { font-size: 42px; }
.squeeze_template h3 { font-size: 38px; }
.squeeze_template h4 { font-size: 34px; }
.squeeze_template #eapModal {
  overflow: visible !important;
}
.squeeze_template .popup-close-button.close {
  opacity: 1;
}
body.squeeze_template{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
.squeeze_template input:focus, .squeeze_template select:focus, .squeeze_template textarea:focus, .squeeze_template button:focus {
  outline: none;
}
.squeeze_template .privacy a {
  color: inherit;
}
.squeeze_template img {
  max-width: 100%;
}
.squeeze_template .btn, .squeeze_template .button {
  border: none;
  box-shadow: none;
  outline: none;
}
.squeeze_template button {
  outline: none !important;
}
.squeeze_template body.active {
  position: relative;
  overflow-y: hidden;
}
.squeeze_template .squeeze_step.step2 .template_preview .settings_box .upload_button.plus:after {
  position: static !important;
}
.squeeze_template #header {
  position: relative;
}
.squeeze_template #header > .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/bg.png");
  background-size: cover;
  background-position: center center;
}
.squeeze_template #header .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.squeeze_template #header .logo {
  margin: 90px auto 60px;
  width: 210px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.squeeze_template #header .logo img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
}
.squeeze_template #header .title h2 {
  margin: 0 0 30px 0;
  font-weight: 900;
  color: #000;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
}
.squeeze_template #header .text {
  font-size: 16px;
  line-height: 24px;
  color: #ff7c38;
  text-align: center;
}
.squeeze_down_button{
	margin-top: 40px;
}
.squeeze_template #header .btn {
  /* display: block; */
  /* margin: 40px auto 120px; */
  padding: 1px 50px;
  /* width: 100%; */
  /* max-width: 320px; */
  /* height: 55px; */
  line-height: 55px;
  font-size: 19px;
  font-weight: 900;
  border-radius: 40px;
  border: none;
  background-color: #262626;
  color: #fff;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.squeeze_template #header .btn:hover {
  opacity: 0.8;
}
.squeeze_template #pre-footer .bg-overlay {
  background-color: #262626;
}
.squeeze_template #pre-footer .image {
  margin: 50px auto;
  width: 71px;
  height: auto;
  max-height: 71px;
}
.squeeze_template #pre-footer .image img {
  height: auto;
}
.squeeze_template #pre-footer .text {
  margin: 0 0 40px 0;
  color: white;
  text-align: center;
  line-height: 29px;
  font-size: 21px;
}
.squeeze_template #footer .bg-overlay {
  background-color: #1c1a1a;
}
.squeeze_template #footer .copyright {
  padding: 30px 0 60px;
  line-height: 22px;
  font-size: 14px;
  color: white;
}
.squeeze_template .overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}
.squeeze_template .overlay.active {
  display: block;
}
.squeeze_template #eapModal {
  width: 400px;
  left: calc(50% - 200px);
  top: 200px;
  position: absolute;
  z-index: 100;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}
.squeeze_template .eapModal {
  background-color: white;
  border-radius: 3px;
  z-index: 1000;
}
.squeeze_template #eapModal {
  width: 400px;
  left: calc(50% - 200px);
  top: 200px;
  position: absolute;
  z-index: 100;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}
.squeeze_template #eapModal .form-group {
  padding-left: 0;
  padding-right: 0;
}
.squeeze_template .eapModal.active {
  /*top: 50vh !important;*/
  opacity: 1;
  /*  transform: translate(0, -50%);*/
}
.squeeze_template .eapModal .popup-close-button {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.squeeze_template .eapModal .popup-close-button .circle-outer {
  fill: white;
}
.squeeze_template .eapModal .popup-close-button .close-icon {
  fill: white;
}
.squeeze_template .eapModal .content h3 {
  margin: 20px 0;
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: 900;
}
.squeeze_template .eapModal .content form {
  text-align: center;
}
.squeeze_template .eapModal .content p {
  margin: 30px 0 10px 0;
}
.squeeze_template .eapModal .content form input {
  margin: 0 auto;
  padding: 0 0 0 15px;
  width: 90%;
  font-size: 18px;
  height: 40px;
  border-radius: 3px;
  outline: none;
  border: 1px solid #555;
  color: #000;
  background-color: #fff;
  box-shadow: none;
}
.squeeze_template .eapModal .content form .custom-text-size {
  font-size: 14px;
}
.squeeze_template .eapModal .content form input:focus {
  border: 1px solid #000 !important;
}
.squeeze_template .eapModal .content button {
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  font-size: 19px;
  border: none;
  outline: none;
  width: 90%;
  height: 40px;
  border-radius: 40px;
}
.squeeze_template .eapModal .content button:hover {
  opacity: 0.8;
}
.squeeze_template .squeeze_overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.squeeze_template .squeeze_download_box .squeeze_overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.squeeze_template .squeeze_download_box {
  position: fixed;
  left: calc(50% - 150px);
  background: white none repeat scroll 0% 0%;
  top: 30%;
  z-index: 10000;
  text-align: center;
  border-radius: 20px;
  width: 300px;
  padding: 20px;
  border: 1px solid #ccc;
}
.squeeze_template .squeeze_download_box .squeeze_download_box button.close {
  font-size: 29px;
  position: absolute;
  right: 8px;
  top: 3px;
}
.squeeze_template .squeeze_download_box .squeeze_check {
  font-size: 45px;
  color: #39b54a;
  margin-bottom: -10px;
}
.squeeze_template .squeeze_download_box .squeeze_down_text {
  font-size: 29px;
  font-family: lato;
  line-height: 1.5em;
  font-weight: 900;
  margin: 20px 0;
}
.squeeze_template .squeeze_download_box #squeeze_download {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  min-width: 181px;
  border-radius: 88px;
  padding: 20px 20px;
  background: #552448;
  border-radius: 4px !important;
}
.squeeze_template .squeeze_download_box #squeeze_only_button {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  min-width: 181px;
  border-radius: 88px;
  padding: 20px 20px;
  background: #552448;
  border-radius: 4px !important;
}
.squeeze_template .squeeze_download_box .grow {
  transition: all 0.3s;
}
.squeeze_template .squeeze_download_box .squeeze_down_share {
  font-size: 50px;
}
.squeeze_template .squeeze_download_box .squeeze_down_share .fa-facebook-square {
  color: #3b5998;
}
.squeeze_template .squeeze_download_box .squeeze_down_share .fa {
  margin: 10px;
}
.squeeze_template .squeeze_download_box .squeeze_down_share .fa-twitter-square {
  color: #54abee;
}
.squeeze_template .squeeze_download_box .squeeze_down_share .fa {
  margin: 10px;
}
@media (min-width: 100px) and (max-width: 767px) {
  .squeeze_template #header .bg {
    position: static;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .squeeze_template .squeeze_download_box {
    position: fixed;
    left: calc(50% - 200px);
    background: white none repeat scroll 0% 0%;
    top: 30%;
    z-index: 10000;
    text-align: center;
    border-radius: 20px;
    width: 400px;
    padding: 20px;
    border: 1px solid #ccc;
  }
}
@media (min-width: 768px) {
  .squeeze_template body {
    position: relative;
  }
  .squeeze_template #header {
    position: relative;
    height: 100vh;
  }
  .squeeze_template #header .bg {
    position: static;
    height: 100%;
  }
  .squeeze_template #header .bg-overlay {
    height: 100%;
  }
  .squeeze_template #header .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .squeeze_template #header .logo {
    margin: 150px auto 90px;
  }
  .squeeze_template #header .title h2 {
    margin: 0 0 30px 0;
    font-size: 35px;
  }
  .squeeze_template #header .text {
    font-size: 18px;
    line-height: 24px;
  }
  .squeeze_template #pre-footer .image {
    margin: 50px 0;
    float: right;
  }
  .squeeze_template #pre-footer .text {
    margin: 55px 0 40px 0;
    text-align: left;
  }
  .squeeze_template #footer .copyright {
    font-size: 16px;
  }
  .squeeze_template .eapModal {
    width: 490px;
  }
  .squeeze_template .eapModal .popup-close-button {
    top: -12px;
    right: -12px;
    width: 25px;
    height: 25px;
  }
  .squeeze_template .eapModal .content h3 {
    margin: 0px 0;
    margin-bottom: 20px;
    font-size: 30px;
  }
  .squeeze_template .eapModal .content p {
    margin: 30px 0 10px 0;
  }
  .squeeze_template .eapModal .content form input {
    margin: 0 auto;
    padding: 0 0 0 15px;
    width: 345px;
    font-size: 18px;
    height: 43px;
    border-radius: 3px;
    border: 1px solid #555;
    color: #000;
    background-color: #fff;
  }
  .squeeze_template .eapModal .content form .custom-text-size {
    font-size: 18px;
  }
  .squeeze_template .eapModal .content button {
    /*margin: 0 auto 50px;*/
    margin: 0;
    background-color: #000;
    color: #fff;
    font-size: 19px;
    border: none;
    border-radius: 40px;
    outline: none;
    width: 345px;
    height: 60px;
  }
  .squeeze_template .eapModal .content button:hover {
    opacity: 0.8;
  }
}
@media (min-width: 992px) {
  .squeeze_template #header .title h2 {
    margin: 0 0 30px 0;
    font-size: 42px;
  }
  .squeeze_template #header .text {
    font-size: 21px;
  }
  .squeeze_template #footer .copyright {
    padding: 30px 0;
  }
  .squeeze_template .eapModal .content h3 {
    font-size: 27px;
  }
}
@media (max-height: 639px) {
  .squeeze_template #header {
    height: auto;
  }
  .squeeze_template #header .container {
    position: static;
    transform: initial;
  }
}
