/*!
Theme Name: havasadobelab
Theme URI: http://underscores.me/
Author: michael connors
Author URI: http://havas.com
Description: havas
Version: 1.4.9
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: havasadobelab
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

havasadobelab is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: "baikal_normal_regularbold";
  src: url("/wp-content/themes/havasadobelab/fonts/baikalnormal-bold-webfont.woff2") format("woff2"), url("/wp-content/themes/havasadobelab/fonts/baikalnormal-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "baikal_normal_regularBdIt";
  src: url("/wp-content/themes/havasadobelab/fonts/baikalnormal-bolditalic-webfont.woff2") format("woff2"), url("/wp-content/themes/havasadobelab/fonts/baikalnormal-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "baikal_normalmedium";
  src: url("/wp-content/themes/havasadobelab/fonts/baikalnormal-medium-webfont.woff2") format("woff2"), url("/wp-content/themes/havasadobelab/fonts/baikalnormal-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "baikal_normalmedium_italic";
  src: url("/wp-content/themes/havasadobelab/fonts/baikalnormal-mediumitalic-webfont.woff2") format("woff2"), url("/wp-content/themes/havasadobelab/fonts/baikalnormal-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "baikal_normal_regularregular";
  src: url("/wp-content/themes/havasadobelab/fonts/baikalnormal-regular-webfont.woff2") format("woff2"), url("/wp-content/themes/havasadobelab/fonts/baikalnormal-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "baikal_normalregular_italic";
  src: url("/wp-content/themes/havasadobelab/fonts/baikalnormal-regularitalic-webfont.woff2") format("woff2"), url("/wp-content/themes/havasadobelab/fonts/baikalnormal-regularitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "baikal_ultraexp_regularbold";
  src: url("/wp-content/themes/havasadobelab/fonts/baikalultraexp-bold-webfont.woff2") format("woff2"), url("/wp-content/themes/havasadobelab/fonts/baikalultraexp-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "baikal_ultraexp_regularRg";
  src: url("/wp-content/themes/havasadobelab/fonts/baikalultraexp-regular-webfont.woff2") format("woff2"), url("/wp-content/themes/havasadobelab/fonts/baikalultraexp-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "baikal_exp_regularregular";
  src: url("/wp-content/themes/havasadobelab/fonts/baikalexp-regular-webfont.woff2") format("woff2"), url("/wp-content/themes/havasadobelab/fonts/baikalexp-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "baikal_normal_regularregular", Arial, "Trebuchet MS", sans-serif;
  font-size: 17px;
  line-height: 23px;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.red {
  color: #E60000;
}

#page {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin: auto;
  background-color: #fff;
  position: relative;
}
#page h1, #page h2, #page h3, #page h4, #page h5, #page h6 {
  margin: 0;
}
#page a {
  color: #E60000;
  text-decoration: none;
}
#page .data-collct {
  color: #fff;
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("/wp-content/themes/havasadobelab/images/header-img-dark.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
}
#page .data-collct .logo {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
}
#page .data-collct .logo img {
  width: 100%;
  max-width: 125px;
  margin: auto;
}
#page .data-collct .logo::after {
  content: "";
  display: block;
  width: 65px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#page .data-collct h2 {
  font-family: "baikal_exp_regularregular";
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom: 10px;
  width: 100%;
}
#page .data-collct .sub-head {
  font-family: "baikal_exp_regularregular";
  font-size: 14px;
  margin-bottom: 30px;
  width: 100%;
}
#page .data-collct input[type=text], #page .data-collct input[type=email] {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  border-bottom: #E60000 2px solid;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: "baikal_exp_regularregular";
  font-size: 16px;
}
#page .data-collct input[type=text]::-moz-placeholder, #page .data-collct input[type=email]::-moz-placeholder {
  color: #fff;
}
#page .data-collct input[type=text]::placeholder, #page .data-collct input[type=email]::placeholder {
  color: #fff;
}
#page .data-collct button {
  background-color: #E60000;
  color: #fff;
  font-family: "baikal_exp_regularregular";
  font-size: 18px;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px;
  border: none;
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
}
#page .data-collct .agree-box {
  margin-top: 20px;
  font-size: 14px;
}
#page .data-collct > div {
  padding: 100px 10px;
}
#page .pg .top-pg {
  background-color: #000;
}
#page .pg .top-pg .hadl-video {
  width: 100%;
  height: 100vh;
}
#page .pg .top-pg .hadl-video::after {
  content: "";
  display: block;
  width: 26px;
  height: 15px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-image: url("/wp-content/themes/havasadobelab/images/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#page .pg .top-pg .jumbotrn {
  color: #fff;
  width: 100%;
  height: 100vh;
  max-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("/wp-content/themes/havasadobelab/images/header-img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  position: relative;
}
#page .pg .top-pg .jumbotrn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
}
#page .pg .top-pg .jumbotrn .nstd {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
#page .pg .top-pg .jumbotrn .nstd .txt {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
#page .pg .top-pg .jumbotrn .nstd .txt h1 {
  font-family: "baikal_ultraexp_regularbold";
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  line-height: 58px;
  margin-bottom: 10px;
}
#page .pg .top-pg .jumbotrn .nstd .txt .sub {
  text-transform: uppercase;
  font-family: "baikal_exp_regularregular";
  font-size: 18px;
}
#page .pg .top-pg .jumbotrn .nstd .txt::before {
  content: "";
  display: block;
  width: 65px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#page .pg .top-pg .jumbotrn .nstd .logo-top {
  text-align: center;
}
#page .pg .top-pg .content-blocks {
  background-color: #000;
  padding: 0px 40px;
  position: relative;
}
#page .pg .top-pg .content-blocks .bucket {
  background-color: #fff;
  padding: 30px;
  font-size: 16px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
#page .pg .top-pg .content-blocks .bucket h2 {
  font-family: "baikal_exp_regularregular";
  font-size: 25px;
  margin-bottom: 20px;
}
#page .pg .top-pg .content-blocks .bucket a {
  background-color: #E60000;
  color: #fff;
  font-family: "baikal_exp_regularregular";
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  padding-right: 35px;
  margin-top: 20px;
  background-image: url("/wp-content/themes/havasadobelab/images/download-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px;
}
#page .pg .top-pg .content-blocks::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #E60000;
  z-index: 0;
  -webkit-clip-path: polygon(0 0, 100% 150px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 150px, 100% 100%, 0 100%);
}
#page .pg .top-pg .logo {
  background-color: #E60000;
  padding: 55px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -1px;
}
#page .pg .top-pg .logo img {
  width: 100%;
  height: auto;
  max-width: 215px;
}
#page .pg .article-pg {
  padding: 80px 20px;
  background-color: #fff;
  height: 600px;
  max-height: 600px;
  overflow: hidden;
  position: relative;
  margin-bottom: 100px;
  transition: max-height 1s ease-in-out;
}
#page .pg .article-pg h2 {
  font-family: "baikal_exp_regularregular";
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 20px;
}
#page .pg .article-pg h3 {
  margin-top: 40px;
}
#page .pg .article-pg .byline {
  font-size: 13px;
  padding-left: 50px;
  margin-bottom: 20px;
  background-image: url("/wp-content/themes/havasadobelab/images/adobe_avatar.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35px;
}
#page .pg .article-pg .byline .author {
  font-family: "baikal_normalmedium";
  font-size: 16px;
}
#page .pg .article-pg .screensht {
  width: calc(100% + 40px);
  height: auto;
  margin-left: -20px;
}
#page .pg .article-pg .carousel > div img {
  width: 100%;
  height: auto;
}
#page .pg .article-pg .carousel-elm {
  position: relative;
}
#page .pg .article-pg .carousel-elm .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 35px;
  background-image: url("/wp-content/themes/havasadobelab/images/carousel-arrow-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 1;
}
#page .pg .article-pg .carousel-elm .arrow.left {
  left: 10px;
}
#page .pg .article-pg .carousel-elm .arrow.right {
  right: -35px;
  background-image: url("/wp-content/themes/havasadobelab/images/carousel-arrow-right.svg");
}
#page .pg .article-pg .carousel-elm .arrow.disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
#page .pg .article-pg .glider-slide {
  padding: 5px;
}
#page .pg .article-pg .caption {
  font-size: 12px;
  font-family: "baikal_normalregular_italic";
  margin-top: 5px;
}
#page .see-more {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 9;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  font-size: 11px;
  color: #E60000;
  cursor: pointer;
  padding-bottom: 40px;
}
#page .see-more > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#page .see-more > div img {
  margin-top: 10px;
}

.site-footer {
  flex-shrink: 0;
  max-width: 500px;
  width: 100%;
  margin: auto;
  background-color: #000;
  color: #fff;
  min-height: 360px;
  display: flex;
  flex-direction: column;
}
.site-footer .footer-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 380px;
  position: relative;
}
.site-footer .footer-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-image: url("/wp-content/themes/havasadobelab/images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  z-index: 0;
}
.site-footer .footer-top > div {
  z-index: 1;
}
.site-footer .footer-top > div .name-card {
  background-color: #fff;
  color: black;
  font-family: "baikal_exp_regularregular";
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  padding: 10px 15px;
  padding-right: 40px;
  margin-top: 20px;
}
.site-footer .footer-top > div .name-card .full-name {
  font-weight: bold;
  font-size: 14px;
}
.site-footer .footer-top > div .name-card a {
  background-color: #fff;
  color: #E60000;
  font-family: "baikal_exp_regularregular";
  font-size: 12px;
  text-decoration: none;
  padding-right: 40px;
  margin-top: 20px;
  background-image: url("/wp-content/themes/havasadobelab/images/download-arrow-red.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px;
}
.site-footer .footer-top > div h2 {
  font-family: "baikal_exp_regularregular";
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 20px;
  text-align: left;
  margin: 0;
  margin-bottom: 10px;
}
.site-footer .footer-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  position: relative;
  flex-direction: column;
  padding: 30px;
}
.site-footer .footer-logo ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  margin-top: 10px;
}
.site-footer .footer-logo ul a {
  color: #fff;
  text-decoration: none;
}
.site-footer .footer-logo ul li {
  margin: 10px 0;
}
.site-footer .footer-logo ul li img {
  width: 100%;
  max-width: 100px;
}

body.open #page .pg .article-pg {
  height: auto;
  overflow: visible;
  margin-bottom: 0;
  max-height: 10600px;
}
body.open #page .pg .see-more {
  display: none;
}

.logout {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  color: #fff;
}/*# sourceMappingURL=style.css.map */