@charset "UTF-8";
/*==========  Global  ==========*/
/*==========  Mixin  ==========*/
/*==========  Basics  ==========*/
/* html, body {
  height: 100%;
}

body {
  background: #282828;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #B9CFD0;
} */

/*==========  Sections  ==========*/
/* header {
  text-align: center;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(to bottom, #87aabe 0, #5787A1 100%);
} */

.master-head {
  padding: 7% 30px;
}

.page-title {
  padding: 0 30px 0 30px;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: 10px;
  color: white;
  text-transform: uppercase;
}

.page-description {
  margin: 30px auto;
  max-width: 600px;
  font-size: 18px;
  line-height: 2em;
  color: white;
}

.scroll-directive {
  width: 26px;
  height: 46px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  border: 2px solid white;
  border-radius: 13px;
}
.scroll-directive div {
  margin: 6px auto;
  width: 3px;
  height: 10px;
  background: white;
  border-radius: 3px;
  animation: mouse-scroll 1s infinite;
}

/* @keyframes mouse-scroll {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
} */
.main-content {
  margin: 0 auto;
  position: relative;
}

/* footer {
  background: #282828;
  padding: 150px 0 300px 0;
  position: relative;
  z-index: 1;
}
footer .end {
  font-size: 18px;
  line-height: 36px;
  text-transform: uppercase;
}
footer p {
  text-align: center;
  margin: 0 auto 30px auto;
  max-width: 300px;
} */

.inner {
  margin: 0 auto;
  max-width: 1024px;
}

/*==========  Stem  ==========*/
.stem-wrapper {
  position: absolute;
  top:403px;
  bottom: 184px;
  left: 50%;
  transform: translateX(-50%);
}
.stem-wrapper.color-yellow .stem {
  background: #F5D162;
}
.stem-wrapper.color-green .stem {
  background: #98D6DF;
}
.stem-wrapper.color-white .stem {
  background: white;
}
.stem-wrapper.color-lightblue .stem {
  background: #00CBD8;
}
.stem-wrapper.color-blue .stem {
  background: #0472E7;
}
.stem-wrapper .stem {
  position: sticky;
  top: 0;
  left: 0;
  width: 60px;
}
.stem-wrapper .stem-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
}
.stem-wrapper .stem-background {
  background: #666;
  height: 100%;
}
.stem-wrapper .stem {
  background: #00CBD8;
  height: 19%;
  transition: 0.5s;
}

.stem-root {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  position: relative;
}
.stem-root::before, .stem-root::after {
  content: "";
  display: block;
  width: 27px;
  height: inherit;
  background: #282828;
  position: absolute;
  top: 0;
}
.stem-root::before {
  left: 0;
}
.stem-root::after {
  right: 0;
}

.scroll-to-top {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  font-size: 100px;
  color: #282828;
  position: relative;
}
.scroll-to-top::before {
  font-family: FontAwesome;
  content: "";
  position: absolute;
  top: 18px;
  left: -12px;
}

/*==========  Post wrapper ==========*/
.post-wrapper {
  width:1002px; 
  margin: 110px auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-content: space-between;
}
.post-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.post-wrapper .post {
  position: relative;
  width: 432px;
  padding: 0 0 300px 0;
  clear: both;
  opacity: 1;
  perspective: 1000px;
}
.post-wrapper .post.hidden .post-content {
  transform: translateY(100px) rotateX(30deg);
  opacity: 0;
}
.post-wrapper .post:hover .post-content, .post-wrapper .post.active .post-content {
  opacity: 1;
}
.post-wrapper .post:hover .post-content .meta, .post-wrapper .post.active .post-content .meta {
  opacity: 1;
  transform: none;
}

/* .post-wrapper .post:nth-child(even) {
  float: right;
}
.post-wrapper .post:nth-child(odd) {
  float: left;
}
.post-wrapper .post:nth-child(even) .stem-overlay {
  left: -198px;
}
.post-wrapper .post:nth-child(odd) .stem-overlay {
  right: -198px;
} */
.post-wrapper .post .stem-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
}
.post-wrapper .post .stem-overlay .icon {
  position: relative;
  font-size: 80px;
  color: #282828;
  cursor: pointer;
}
.post-wrapper .post .stem-overlay .icon::before {
  font-family: FontAwesome;
  position: absolute;
  top: 18px;
  left: -3px;
}
.post-wrapper .post .stem-overlay .icon.vimeo-icon::before {
  content: "";
}
.post-wrapper .post .stem-overlay .icon.pencil-icon::before {
  content: "";
}
.post-wrapper .post .stem-overlay .icon.linkedin-icon::before {
  content: "";
}
.post-wrapper .post .stem-overlay .icon.twitter-icon::before {
  content: "";
}
.post-wrapper .post .stem-overlay .stem-mask {
  position: absolute;
  top: 69px;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100% - 34px);
}
.post-wrapper .post .stem-overlay .stem-mask::before, .post-wrapper .post .stem-overlay .stem-mask::after {
  content: "";
  display: block;
  width: 28px;
  height: inherit;
  background: #181818;
  position: absolute;
  top: 0;
}
.post-wrapper .post .stem-overlay .stem-mask::before {
  left: 0;
}
.post-wrapper .post .stem-overlay .stem-mask::after {
  right: 0;
}
.post-wrapper .post .post-content {
  opacity: 0.3;
  transition: 0.4s;
  transform: none;
  padding-bottom:9px;
  margin-top: -16px;
}
.post-wrapper .post .post-content .meta {
  color: #666;
  font-weight: 300;
  font-size: 14px;
  /* margin: 0 0 10px 0; */
  letter-spacing: 1px;
  opacity: 0;
  transition: 1s 0.1s;
  transform: translateY(-5px);
}
.post-wrapper .post .post-content .post-title {
  font-size: 30px;
  font-weight:700;
  line-height: 42px;
  margin: 0 0 20px 0;
}

.post-wrapper .post_left{text-align:right;}
.post-wrapper .post_left .stem-overlay{left: 471px;}
.post-wrapper .post_right{align-self: flex-end; text-align:left;}
.post-wrapper .post_right .stem-overlay{right: 109%;}

.post-wrapper .post_left .post-title{color: #00CBD8;}
.post-wrapper .post_right .post-title{color: #0472E7;}
.post-wrapper .entry-content{font-weight: 400; font-size: 14px; color: #fff;}
.post-wrapper .post:last-child{padding: 0 0 0 0;}
.post-wrapper .post:last-child .stem-mask::after{width:30px;}
.post-wrapper .post:last-child .stem-mask::after{width:30px;}


/*==========  Media queries  ==========*/
/* @media only screen and (max-width: 1024px) {
  .inner {
    max-width: none;
  }
  .inner::after {
    content: "";
    display: block;
    clear: both;
  }

  .stem-wrapper {
    left: 80px;
  }

  .stem-root, .scroll-to-top {
    margin: 0 0 0 50px;
    float: left;
  }

  .post-wrapper .post:nth-child(even), .post-wrapper .post:nth-child(odd) {
    width: auto;
    margin-left: 110px;
    float: none;
  }
  .post-wrapper .post:nth-child(even) .stem-overlay, .post-wrapper .post:nth-child(odd) .stem-overlay {
    left: -60px;
    right: auto;
  }
  .post-wrapper .post .post-content {
    padding: 0px 50px;
  }
}
@media only screen and (max-width: 700px) {
  header .page-title {
    font-size: 40px;
  }

  .post-wrapper .post {
    margin-left: 90px !important;
  }
  .post-wrapper .post .post-content {
    padding: 0 25px;
  }

  .stem-wrapper {
    left: 60px;
  }

  .stem-root, .scroll-to-top {
    margin-left: 30px;
  }
} */