/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-ebook-page .ebook-first-section {
  padding: 50px 0;
}

@media screen and (min-width: 768px) {
  .page-template-ebook-page .ebook-first-section {
    padding: 70px 0;
  }
}
.page-template-ebook-page .ebook-first-section p {
  max-width: 508px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.page-template-ebook-page .ebook-form {
  background: #1388af;
}

.page-template-ebook-page .ebook-form .container {
  position: relative;
}

.page-template-ebook-page .ebook-form .container::before {
  content: "";
  position: absolute;
  left: 50%;
  Transform: translateX(-50%);
  z-index: 99;
  bottom: -25px;
  width: 42px;
  height: 33px;
  background-image: url("../images/triangle-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-ebook-page .ebook-form .container::after {
  content: "";
  position: absolute;
  left: 50%;
  Transform: translateX(-50%);
  z-index: 98;
  bottom: -33px;
  width: 64px;
  height: 39px;
  background-image: url("../images/triangle.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-ebook-page .ebook-form-subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding-top: 30px;
}

.page-template-ebook-page .ebook-form-title {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  padding-top: 4px;
  padding-bottom: 20px;
}

.page-template-ebook-page .ebook-form-section {
  background-image: url("../images/bg_contact_form_ebook.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 15px;
}

.page-template-ebook-page .ebook-form-section .form-wrap {
  border-radius: 0;
  padding: 20px 45px;
  border: 2px solid #fff;
  background-color: transparent;
}

@media screen and (min-width: 992px) {
  .page-template-ebook-page .ebook-form-section .form-wrap {
    max-width: 742px;
  }
}
@media (max-width: 767px) {
  .page-template-ebook-page .ebook-form-section .form-wrap {
    padding: 20px 20px;
  }
}
.page-template-ebook-page .ebook-second-section {
  padding: 50px 0 30px;
  border-bottom: 12px solid #1388af;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page-template-ebook-page .ebook-second-section {
    padding: 68px 0 86px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-ebook-page .ebook-second-section {
    padding-bottom: 140px;
  }
}
.page-template-ebook-page .ebook-second-section .heading {
  padding-bottom: 23px;
}

/*# sourceMappingURL=ebook-page.css.map*/