









/*------------------------------------*\
  #WEBINAR
\*------------------------------------*/





/*------------------------------------*\
  #VIDEO
\*------------------------------------*/


.page--theme-webinar .page-head {
  -webkit-position: relative;
          position: relative;
}
.page--theme-webinar .shadow {
  box-shadow: none;
}

.video__header {
  text-align: center;
  margin-bottom: 3.5em;
}
.video__header h1 {
  color: #00a0dd;
}
.video__header h6 {
  color: #003764;
  margin-bottom: 0.6em;
}

.video--webinar .video__inner {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.video__webinar {
  max-width: 1100px;
  margin: 0 auto;
}
.video__webinar iframe {
  border-radius: 8px;
}

.video__webinar .video__message {
  margin-top: 1.5em;
}

.video--console .video__webinar {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 100%;
}

.video--console .video__wrap {
  width: 71%;
}

.webinar__console {
  width: 26%;
  background: #fff;
  padding: 2em;
  border-top: 15px solid #003764;
  border-radius: 8px;
}

.console__info {
  padding-bottom: 1.5em;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 1.5em;
}
.webinar__console .console__info h3,
.webinar__console .console__info h5 {
  line-height: 1.2;
}
.video__webinar .webinar__console h3 {
  font-weight: 700;
  color: #003764;
  margin-bottom: 0.3em;
}
.webinar__console .console__info h5 {
  color: #00a0dd;
  margin: 0;
}

.video__webinar .webinar__console p,
.video__webinar .webinar__console textarea {
  font-family: 'Foundry Sterling W01', Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4;
  color: #55565a;
}
.video__webinar .webinar__console p {
  margin-bottom: 0.8em;
}
.video__webinar .webinar__console p:last-child {
  margin: 0;
}

.webinar__console textarea {
  display: block;
  width: 100%;
  height: 8em;
  background: #fff;
  padding: 0.8em 1em;
  border: 2px solid #e6e6e6;
  border-radius: 8px;
  margin: 1.5em 0 0;
  resize: none;
  -webkit-transition: border-color 0.5s ease;
          transition: border-color 0.5s ease;
}
.webinar__console textarea:focus {
  outline: 0;
  border-color: #00a0dd;
}

.webinar__console input[type=submit] {
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 1em 1.2em;
  background: #e24301;
  border: none;
  border-radius: 8px;
  margin-top: 1em;
  cursor: pointer;
  -webkit-transition: background 0.5s ease, color 0.5s ease;
          transition: background 0.5s ease, color 0.5s ease;
}
.webinar__console input[type=submit]:hover {
  background: #ce3c00;
}


@media only screen and (max-width: 1300px) {
  .video--console .video__wrap {
    width: 70%;
  }
  .webinar__console {
    width: 27%;
  }
}

@media only screen and (max-width: 1200px) {
  .video__header {
    margin-bottom: 3em;
  }
  .webinar__console {
    padding: 1.8em;
  }
  .console__info {
    padding-bottom: 1.2em;
    margin-bottom: 1.2em;
  }
}

@media only screen and (max-width: 1100px) {
  .video__header {
    margin-bottom: 2.5em;
  }
  .video--console .video__webinar {
    flex-direction: column;
  }
  .video--console .video__wrap {
    width: 100%;
  }
  .webinar__console {
    order: 2;
    width: 100%;
    margin-top: 2em;
  }
  .video__webinar .video__message {
    order: 1;
  }
}

@media only screen and (max-width: 750px) {
  .video--webinar {
    padding-bottom: 0;
  }
  .video--webinar .container {
    width: 100%;
  }
  .video__header {
    margin-bottom: 3em;
  }
  .video__webinar iframe {
    border-radius: 0;
  }
  .webinar__console,
  .video__webinar .video__message {
    width: 90%;
    margin: 3em auto;
  }
  .video__webinar .video__message {
    margin: 1.5em auto 3em;
  }
  .webinar__console + .video__message {
    margin: 1.5em auto 0;
  }
}

@media only screen and (max-width: 500px) {
  .webinar__console {
    border-top: 10px solid #003764;
  }
}





/*------------------------------------*\
  #TESTING
\*------------------------------------*/


.page--theme-webinar .banner--text .banner__content {
  padding: 6em 5%;
}
.page--theme-webinar .banner__content h1 {
  margin: 0;
}

.testing__block {
  margin-bottom: 4em;
}

.content__campaign {
  margin: 2em 0 1.5em;
}

.campaign__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.8em;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 0.8em;
}
.campaign__header h3 {
  margin: 0;
}
.header__switch {
  display: flex;
  align-items: center;
}
.header__switch span {
  display: block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4;
  color: #55565a;
}
.header__switch label {
  margin-left: 0.8em;
}
.content__campaign p {
  font-weight: 600;
  line-height: 1.4;
}
.content__campaign p span {
  font-weight: 400;
}

.content__email {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.email__card {
  width: 32%;
  background: #f2f2f2;
  padding: 2em;
  border-radius: 8px;
  margin: 1% 0;
}
.email__card h6  {
  margin-bottom: 0.2em;
}
.email__card p {
  line-height: 1.4;
}


@media only screen and (min-width: 1600px) {
  .page--theme-webinar .banner--text .banner__content {
    padding: 6em 5%;
  }
}

@media only screen and (max-width: 1300px) {
  .page--theme-webinar .banner--text .banner__content {
    padding: 6em 5%;
  }
}

@media only screen and (max-width: 1100px) {
  .page--theme-webinar .banner--text .banner__content {
    padding: 5em 5%;
  }
}

@media only screen and (max-width: 900px) {
  .page--theme-webinar .banner--text .banner__content {
    padding: 4em 5%;
  }
}

@media only screen and (max-width: 750px) {
  .page--theme-webinar .banner--text .banner__content {
    padding: 3em 5%;
  }
}

@media only screen and (max-width: 500px) {
  .page--theme-webinar .banner--text .banner__content {
    padding: 3em 8%;
  }
}










