/*
BREAKPOINTS

Extra small screen / phone
xs: 0

Small screen / phone
sm: 576px

Medium screen / tablet
md: 768px

Large screen / desktop
lg: 992px

Extra large screen / wide desktop
xl: 1200px
*/
body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  color: #333;
  font-size: 14px;
  overflow-x: hidden !important;
}

h1 {
  font-size: 56px;
  line-height: 58px;
  letter-spacing: -1.6px;
  color: #fff;
  font-weight: bold;
  cursor: default;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.4px;
  }
}

h2 {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -1.8px;
  color: #333;
  font-weight: 700;
  cursor: default;
}
h2 span {
  font-weight: 800 !important;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.4px;
  }
}

a {
  transition: all 0.2s ease;
}
a.blue-link {
  color: #00AEBF;
}
a.anchor {
  color: #00AEBF;
  font-weight: bold;
}
a.anchor:after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 2px;
  background: url(img/landing_page_speak/icon-anchor.svg) center no-repeat;
  background-size: auto 8px;
  vertical-align: middle;
}

.link-light a {
  color: #00AEBF;
}

.font-size-medium {
  font-size: 16px;
}

.font-size-large {
  font-size: 24px;
}

.btn {
  transition: all 0.2s ease !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 12px 32px !important;
}
.btn-primary {
  background: #00AEBF !important;
  border: 0 !important;
  border-radius: 5px !important;
  color: #fff !important;
  box-shadow: 4px 8px 56px rgba(0, 0, 0, 0.24) !important;
}
.btn-primary:focus {
  opacity: 0.8 !important;
  box-shadow: 4px 8px 56px rgba(0, 0, 0, 0.24) !important;
}
.btn-primary:hover, .btn-primary:active {
  background: #00AEBF !important;
  opacity: 0.9 !important;
}
.btn-primary:active {
  transform: translate(0, 2px) !important;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.24) !important;
}
.btn-light {
  background: #fff;
  border: 0;
  border-radius: 5px;
  color: #333 !important;
  box-shadow: 4px 8px 56px rgba(0, 0, 0, 0.16);
}
.btn-light:hover, .btn-light:active {
  background: #fff !important;
  opacity: 0.9;
}
.btn-light:active {
  transform: translate(0, 2px);
  box-shadow: 2px 6px 32px rgba(0, 0, 0, 0.24);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 32px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header {
    position: inherit;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    margin: 0;
    padding: 24px 0 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.header__logo {
  width: 120px;
  float: left;
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .header__logo {
    width: 100px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: auto;
    text-align: center;
    float: none;
    margin-right: 0;
  }
}
.header__logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 120px;
  }
}
.header__menu {
  margin-top: 16px;
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding-left: 16px;
}
@media screen and (max-width: 991px) {
  .header__menu {
    border-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__menu {
    -webkit-overflow-scrolling: touch;
    float: none;
    border-left: 0;
    margin-top: 0;
  }
}
.header__menu ul {
  margin-bottom: 0;
  padding: 0;
  cursor: default;
}
@media screen and (max-width: 767px) {
  .header__menu ul {
    margin-left: -15px;
    margin-right: -15px;
    padding: 24px 15px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.header__menu ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}
.header__menu ul li a {
  padding: 8px 16px;
  display: inline-block;
  color: #ddd;
  text-decoration: none;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .header__menu ul li a {
    padding: 0 12px;
  }
}
.header__menu ul li a:hover {
  background: rgba(0, 0, 0, 0.12);
}
.header__menu ul li .sub-menu {
  display: none !important;
}
.hero {
  background: #222;
  color: #ddd;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
.hero__copy {
  padding: 184px 0 144px 0;
}
@media screen and (max-width: 767px) {
  .hero__copy {
    padding: 56px 0;
  }
}
.hero__picture {
  width: calc(100% - 58px);
  height: 666px;
  margin-left: 58px;
  background: url(img/landing_page_speak/photo-steve-woz-1.jpg) center no-repeat;
  background-size: cover;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 991px) {
  .hero__picture {
    margin-left: 0;
    width: 120%;
  }
}
@media screen and (max-width: 767px) {
  .hero__picture {
    width: 100vw;
    height: 320px;
    margin-left: -15px;
  }
}

.section-bio {
  position: relative;
  color: #484848;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  padding: 96px 0;
}
@media screen and (max-width: 991px) {
  .section-bio {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-bio {
    padding: 64px 0;
  }
}
.section-bio strong {
  font-weight: 600 !important;
}
@media screen and (max-width: 767px) {
  .section-bio__side-picture {
    margin-bottom: 32px;
    text-align: center;
  }
}
.section-bio__side-picture img {
  border-radius: 5px;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .section-bio__side-picture img {
    width: 100%;
    height: 360px;
  }
}
.section-bio__copy {
  padding-right: 108px;
}
@media screen and (max-width: 767px) {
  .section-bio__copy {
    padding-right: 0;
  }
}
.section-bio__picture1 {
  position: absolute;
  top: -152px;
  left: -100%;
  width: 200%;
  max-width: 496px;
  height: 620px;
  background: url(img/landing_page_speak/photo-steve-woz-and-jobs-1.jpg) center no-repeat;
  background-size: cover;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .section-bio__picture1 {
    left: -120%;
    height: 560px;
  }
}
@media screen and (max-width: 767px) {
  .section-bio__picture1 {
    display: none;
  }
}
.section-bio__picture2 {
  position: absolute;
  top: -40px;
  right: -100%;
  width: 200%;
  max-width: 496px;
  height: 620px;
  background: url(img/landing_page_speak/photo-steve-woz-2.jpg) center no-repeat;
  background-size: cover;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .section-bio__picture2 {
    right: -120%;
    height: 560px;
  }
}
@media screen and (max-width: 767px) {
  .section-bio__picture2 {
    position: inherit;
    top: auto;
    right: auto;
    width: 100%;
    max-width: none;
    height: 320px;
    margin-bottom: 0;
    margin-top: 24px;
  }
}

.section-book {
  margin-bottom: 80px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #484848;
}
.section-book strong {
  font-weight: 600 !important;
}
.section-book__background {
  position: absolute;
  top: -475px;
  left: -1080px;
  width: 1473px;
  height: 1473px;
  background: url(img/landing_page_speak/bg-circle.svg) center no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section-book__background {
    display: none;
  }
}
.section-book__cover_wrapper {
  float: right;
  position: relative;
  display: inline-block;
  width: 338px;
  height: 508px;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .section-book__cover_wrapper {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .section-book__cover_wrapper {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 32px;
  }
}
.section-book__cover_wrapper__book {
  position: absolute;
  top: 0;
  left: 0;
  width: 595px;
  height: 706px;
  background: url(img/landing_page_speak/bg-book-shadow.svg) top left no-repeat;
}
@media screen and (max-width: 991px) {
  .section-book__cover_wrapper__book {
    position: inherit;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    background: none;
  }
}
.section-book__cover_wrapper__book img {
  width: 338px;
  height: 508px;
  box-shadow: 2px 2px 23px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 991px) {
  .section-book__cover_wrapper__book img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .section-book__cover_wrapper__book img {
    width: 240px;
    height: auto;
    object-fit: contain;
    box-shadow: 0;
  }
}
.section-book__copy {
  position: relative;
  margin-left: 48px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .section-book__copy {
    margin-left: 0;
  }
}

.section-quotes {
  position: relative;
  z-index: 3;
  background: #000D0E url(img/landing_page_speak/bg-quote.jpg) top center no-repeat;
  background-size: auto 100%;
  color: #fff;
  padding-top: 80px;
  height: 700px;
}
@media screen and (max-width: 767px) {
  .section-quotes {
    background: #000D0E;
    padding-top: 64px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
.section-quotes .owl-prev {
  position: absolute;
  top: 80px;
  left: -64px;
  width: 32px;
  height: 32px;
  outline: 0 !important;
  background: url(img/landing_page_speak/icon-carousel-prev.svg) !important;
  transition: all 0.2s ease;
}
.section-quotes .owl-prev:hover {
  transform: scale(1.1, 1.1);
}
@media screen and (max-width: 767px) {
  .section-quotes .owl-prev {
    top: 112px;
    left: -56px;
  }
}
.section-quotes .owl-next {
  position: absolute;
  top: 80px;
  right: -32px;
  width: 32px;
  height: 32px;
  outline: 0 !important;
  background: url(img/landing_page_speak/icon-carousel-next.svg) !important;
  transition: all 0.2s ease;
}
.section-quotes .owl-next:hover {
  transform: scale(1.1, 1.1);
}
@media screen and (max-width: 767px) {
  .section-quotes .owl-next {
    top: 112px;
    right: -56px;
  }
}
.section-quotes .item {
  font-size: 22px;
  line-height: 32px;
  font-style: italic;
  font-weight: 300;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .section-quotes .item {
    font-size: 20px;
    letter-spacing: normal;
    line-height: 28px;
  }
}
.section-quotes .item__testimonial:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 18px;
  background: url(img/landing_page_speak/icon-quote-open.svg) center no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.section-quotes .item__testimonial:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 18px;
  background: url(img/landing_page_speak/icon-quote-close.svg) center no-repeat;
  background-size: contain;
  margin-left: 8px;
}
.section-quotes .item strong {
  font-weight: 700;
}
.section-quotes .item__signature {
  font-size: 12px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
}
.section-quotes .item__signature strong {
  color: #fff;
  text-transform: uppercase;
}

.section-contact {
  position: relative;
  z-index: 10;
  margin-top: -240px;
  border-bottom: 1px solid #eee;
  margin-bottom: 96px;
}
@media screen and (max-width: 991px) {
  .section-contact {
    margin-top: -140px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-contact {
    margin-top: -280px;
    margin-bottom: 48px;
  }
}
.section-contact__wrapper {
  background: #fff url(img/landing_page_speak/photo-steve-woz-3.jpg) no-repeat;
  background-size: auto 600px;
  background-position: right bottom;
  border-radius: 5px;
  box-shadow: 16px 32px 156px rgba(0, 0, 0, 0.16);
  padding: 80px 64px 150px 64px;
  margin-bottom: 96px;
}
@media screen and (max-width: 991px) {
  .section-contact__wrapper {
    background-position: right -320px bottom;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .section-contact__wrapper {
    padding: 32px 24px;
    background: #fff;
    margin-bottom: 56px;
  }
}

input[type=text], input[type=email], input[type=phone] {
  border: 1px solid #ccc;
  border-radius: 28px !important;
  padding: 14px 20px !important;
  color: #333;
  font-size: 16px;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin-bottom: 16px;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=phone]::placeholder {
  color: rgba(51, 51, 51, 0.32);
}

.check_container {
  display: block;
  position: relative;
  padding-top: 5px;
  padding-left: 40px;
  margin-bottom: 16px;
  font-weight: 600;
  margin-right: 24px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.check_container input:checked ~ .checkmark {
  background: url(img/landing_page_speak/icon-option-check.svg) center no-repeat !important;
  background-size: auto;
  border: 1px solid #aaa;
}
.check_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.check_container .checkmark--radio {
  border-radius: 50%;
}
.check_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check_container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.check_container:hover input ~ .checkmark {
  background-color: #f8f8f8;
}

.post a {
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.post a:hover .post__thumbnail img {
  transform: scale(1.06, 1.06);
}
.post__thumbnail {
  width: 200px;
  height: 160px;
  overflow: hidden;
  margin-right: 24px;
  float: left;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .post__thumbnail {
    width: 120px;
    height: 96px;
  }
}
.post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.post__description {
  float: left;
  width: calc(100% - 224px) !important;
}
@media screen and (max-width: 767px) {
  .post__description {
    width: calc(100% - 144px) !important;
  }
}
.post__description__title {
  color: #484848;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.post__description__text {
  color: #888;
  font-size: 12px;
}
.post__description__button-watch {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #00AEBF;
}
.post__description__button-watch:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 24px;
  background: url(img/landing_page_speak/icon-watch-video.svg) center no-repeat;
  background-size: contain;
  margin-right: 2px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.section-download {
  margin-top: 96px;
  padding: 40px 0;
  background: #ddd;
  color: #484848;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .section-download {
    padding: 24px 0;
    margin-top: 32px;
  }
}
.section-download a {
  color: #484848;
}
.section-download a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(img/landing_page_speak/icon-download.svg) center no-repeat;
  background-size: contain;
  margin-right: 8px;
}

footer {
  padding: 32px;
  background: #555;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
}
footer a {
  color: #fff !important;
}
footer .footer-logo {
  font-weight: 300;
}
footer .footer-logo img {
  width: 80px;
  margin-right: 16px;
}

.wpforms-field-checkbox,
.wpforms-field-radio {
  margin: 16px 0 !important;
}
.wpforms-field-checkbox .wpforms-field-label,
.wpforms-field-radio .wpforms-field-label {
  font-weight: bold !important;
  font-size: 16px !important;
  margin-bottom: 16px !important;
}
.wpforms-field-checkbox ul,
.wpforms-field-radio ul {
  padding: 0 !important;
}
.wpforms-field-checkbox ul li,
.wpforms-field-radio ul li {
  list-style: none !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
}
.wpforms-field-checkbox input[type=checkbox],
.wpforms-field-checkbox input[type=radio],
.wpforms-field-radio input[type=checkbox],
.wpforms-field-radio input[type=radio] {
  margin-right: 8px !important;
}

.btn-link-email a {
  background: #00AEBF;
  display: inline-block;
  color: #fff;
  border: 1px solid #00AEBF;
  border-radius: 4px;
  padding: 12px 20px;
  text-decoration: none;
  margin-bottom: 16px;
}
.btn-link-email a:hover {
  opacity: 0.85;
}
.btn-link-email a:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 8px;
  background: url(img/icon-envelope-white.svg) center no-repeat;
  vertical-align: middle;
}

/* ============================ */
/* ====== FROM OLD STYKE ====== */

/*# sourceMappingURL=landing_page_speak.css.map */
