/*--------------------------------------------------------------
# Pattern Single Page
--------------------------------------------------------------*/
/* styles for the hero section */

/* .cpt-hero{
  position: relative;
  color: #fff;
}
.cpt-hero__wrap{
  position: relative;
  z-index:1;
  padding: 2vw 5vw;
}
.cpt-hero:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.86);
}

.cpt-hero .hero_type{
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
}
.cpt-hero .hero_type span{
  padding-bottom: 5px;
  border-bottom: 3px solid #60d3d1;
}
.cpt-hero .hero_title{
  margin-bottom: 2vw;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 3rem;
}

.cpt-hero .hero_buttons{
  margin-bottom: 2vw;
}
.cpt-hero .hero_buttons svg{
  fill: #fff;
  margin-right: 5px;
  height: 1em;
  width: 1em;
}

.cpt-hero .hero_buttons .bx--btn--secondary {
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    color: #fff;
    margin-right: 1rem;
}
.cpt-hero .hero_buttons .bx--btn--secondary:hover {
    background-color: #fff;
    color: #333;
}
.cpt-hero .hero_buttons .bx--btn--secondary:hover svg{
  fill: #333;
}
.cpt-hero .hero_github_stats{
  display: flex;
  color: #a4a4a4;
  margin:0;
  padding:0 0 10px 0;
}
.cpt-hero .hero_github_stats li{
  margin-right: 1rem;
  list-style-type: none;
  padding:0;
}
.cpt-hero .hero_github_stats li svg{
  fill: #a4a4a4;
  position: relative;
  top:3px;
  height: 1em;
  width: 1em;
  margin-right: 5px;
}
.cpt-hero .hero_updated_date{
  color: #a4a4a4;
}

.cpt-byline .github-link{
  color:#53918f;
  text-decoration: none;
}
.cpt-byline .github-link svg{
  color:#313131;
  height: 1rem;
  width: 1rem;
  position: relative;
  top: 2px;
  margin-right: 5px;
}


.cpt-byline p:first-child{
  color: #888888;
}



.wp-content h2:first-child{
  margin-top: 0;
}
.wp-content{
  padding-bottom: 10vw;
}
.wp-content .flow-diagram{
  margin-top: 3vw;
} */
