.workshop-img {
  border: 1px solid #999;
  border-radius: 8px;
  margin-bottom: 15px;
}

.all-access {
  color: #737373;
  font-size: 1.2em;
  font-weight: 300;
  padding: 20px 40px;
  border-bottom: 1px solid #cdcdcd;
}

#join#join {
  font-size: 1em;
  padding: 14px 46px;
}

.main-buttons > * {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 10px;
}

.blog-card {
  display: block;
  position: relative;
  padding-bottom: 25px;
}
.blog-card:hover {
  text-decoration: none;
}
.blog-card:hover::after {
  text-decoration: underline;
}
.blog-card::after {
  content: 'Read more';
  position: absolute;
  bottom: 15px;
  right: 15px;
}



#video-overlay {
  width: 100%;
  /*max-width: 1000px !important;*/
  padding: 5px 5px 0;
  max-width: 160vh;
  max-height: 50.678vw;
}
#video-overlay > div,
#showreel-overlay > div {
  width: 100%;
  height: 100%;
}
#showreel-overlay {
  max-width: 143.832562vh;
  max-height: 56.3154817vw;
}


.installTitle {
  font-weight: 400;
  vertical-align: middle;
  margin-right: 20px;
}


#download-tabs pre {
  min-width: 300px;
  background-color: #ededed;
  border-left: 0 !important;
  border: 1px solid #aaa !important;
  border-radius: 5px;
  font-family: monospace;
  font-size: 17px;
  padding: 10px 18px;
  color: #606060;
}
#download-tabs * {
  color: #777 !important;
  font-family: "Signika Negative", sans-serif;
}
#download-tabs .installBtn {
  background: transparent;
  border: 1px solid transparent;
  border-top: 0;
  font-size: 18px;
  padding: 8px 12px;
  margin: -2px 2px 0;
  cursor: pointer;
  outline: none;
}
#download-tabs .installBtn.active {
  background: #ededed;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
#download-tabs .installBtn:hover {
  text-decoration: none;
}



.featured-image-container .card {
  padding: 10px;
}
.featured-demo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-demo svg {
  width: 100%;
}

.gs_reveal_fromLeft .code-link {
  left: 10px;
}
.gs_reveal_fromRight .code-link {
  right: 10px;
}
.code-link {
  position: absolute;
  bottom: 10px;
  z-index: 1;
  background-color: #FFF;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0,0,0,.20);
}



@media screen and (max-width: 767px) {
  .feature .ipsType_right {
    text-align: left;
  }
}