#search-input {
  position: relative;
}
#search-input > span {
  display: inline-block;
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
  top: 20px;
}
#search-input > span .ais-search-box--reset {
  display: block;
  border: 0px;
  background: none;
  padding: 0px;
}
#search-input > span .ais-search-box--reset svg {
  display: none;
}
#search-input > span .ais-search-box--reset:before {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 20px;
  color: #9B9B9B;
}

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 "Bitter", serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 15px;
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #FA383F;
  text-decoration: none;
}
a:visited {
  color: rgb(223.875, 5.625, 13.5);
}
a:hover {
  color: #111;
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #9B9B9B;
  border-left: 4px solid white;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid white;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(1000px - (30px * 2));
  max-width: calc(1000px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(1000px - (30px));
    max-width: calc(1000px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}
.home .wrapper {
  max-width: -webkit-calc(90% - (30px * 2));
  max-width: calc(90% - 30px * 2);
}
@media screen and (max-width: 800px) {
  .home .wrapper {
    max-width: -webkit-calc(1000px - (30px));
    max-width: calc(1000px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon > svg path {
  fill: #9B9B9B;
}

/**
 * Site header
 */
.site-header {
  position: relative;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 56px;
  letter-spacing: 0px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: rgb(91.25, 91.25, 91.25);
}

.site-nav {
  float: right;
  line-height: 56px;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #111;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #fdfdfd;
    border: 1px solid white;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    line-height: 0;
    padding: 5px 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    width: 18px;
    height: 15px;
  }
  .site-nav .menu-icon > svg path {
    fill: rgb(91.25, 91.25, 91.25);
  }
  .site-nav .trigger {
    clear: both;
    display: none;
  }
  .site-nav:hover .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
  .site-nav .page-link {
    margin-left: 20px;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid white;
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #9B9B9B;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
}

.page-heading {
  font-size: 20px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #9B9B9B;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: 0px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

.highlight table td {
  padding: 5px;
}

.highlight table pre {
  margin: 0;
}

.highlight .gh {
  color: #999999;
}

.highlight .sr {
  color: #f6aa11;
}

.highlight .go {
  color: #888888;
}

.highlight .gp {
  color: #555555;
}

.highlight .gu {
  color: #aaaaaa;
}

.highlight .nb {
  color: #f6aa11;
}

.highlight .cm {
  color: #75715e;
}

.highlight .cp {
  color: #75715e;
}

.highlight .c1 {
  color: #75715e;
}

.highlight .cs {
  color: #75715e;
}

.highlight .c, .highlight .cd {
  color: #75715e;
}

.highlight .err {
  color: #960050;
}

.highlight .gr {
  color: #960050;
}

.highlight .gt {
  color: #960050;
}

.highlight .gd {
  color: #49483e;
}

.highlight .gi {
  color: #49483e;
}

.highlight .ge {
  color: #49483e;
}

.highlight .kc {
  color: #66d9ef;
}

.highlight .kd {
  color: #66d9ef;
}

.highlight .kr {
  color: #66d9ef;
}

.highlight .no {
  color: #66d9ef;
}

.highlight .kt {
  color: #66d9ef;
}

.highlight .mf {
  color: #ae81ff;
}

.highlight .mh {
  color: #ae81ff;
}

.highlight .il {
  color: #ae81ff;
}

.highlight .mi {
  color: #ae81ff;
}

.highlight .mo {
  color: #ae81ff;
}

.highlight .m, .highlight .mb, .highlight .mx {
  color: #ae81ff;
}

.highlight .sc {
  color: #ae81ff;
}

.highlight .se {
  color: #ae81ff;
}

.highlight .ss {
  color: #ae81ff;
}

.highlight .sd {
  color: #e6db74;
}

.highlight .s2 {
  color: #e6db74;
}

.highlight .sb {
  color: #e6db74;
}

.highlight .sh {
  color: #e6db74;
}

.highlight .si {
  color: #e6db74;
}

.highlight .sx {
  color: #e6db74;
}

.highlight .s1 {
  color: #e6db74;
}

.highlight .s {
  color: #e6db74;
}

.highlight .na {
  color: #a6e22e;
}

.highlight .nc {
  color: #a6e22e;
}

.highlight .nd {
  color: #a6e22e;
}

.highlight .ne {
  color: #a6e22e;
}

.highlight .nf {
  color: #a6e22e;
}

.highlight .vc {
  color: #ffffff;
}

.highlight .nn {
  color: #ffffff;
}

.highlight .nl {
  color: #ffffff;
}

.highlight .ni {
  color: #ffffff;
}

.highlight .bp {
  color: #ffffff;
}

.highlight .vg {
  color: #ffffff;
}

.highlight .vi {
  color: #ffffff;
}

.highlight .nv {
  color: #ffffff;
}

.highlight .w {
  color: #ffffff;
}

.highlight {
  color: #ffffff;
}

.highlight .n, .highlight .py, .highlight .nx {
  color: #ffffff;
}

.highlight .ow {
  color: #f92672;
}

.highlight .nt {
  color: #f92672;
}

.highlight .k, .highlight .kv {
  color: #f92672;
}

.highlight .kn {
  color: #f92672;
}

.highlight .kp {
  color: #f92672;
}

.highlight .o {
  color: #f92672;
}

.highlight {
  border-radius: 5px;
  margin: 25px auto;
}

pre, code {
  font-size: 1em;
  border: 0px solid white;
  background-color: #353535;
  border-radius: 5px;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
  color: rgb(91.25, 91.25, 91.25);
}

@media screen and (max-width: 600px) {
  .wrapper {
    margin-top: 0vh;
  }
}
.wrapper a {
  color: #FA383F;
  font-weight: bold;
}
.wrapper p {
  color: #9B9B9B;
}
.wrapper p.intro {
  font-size: 1.25em;
  color: #9B9B9B;
  text-align: center;
  display: block !important;
  min-height: 32px;
}
@media screen and (max-width: 600px) {
  .wrapper p.intro {
    font-size: 1em;
  }
}
.site-header .wrapper {
  text-align: center;
}

.site-title {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .site-title {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.site-title img {
  width: 450px;
}
@media screen and (max-width: 600px) {
  .site-title img {
    width: 300px;
  }
}

.thanks .site-title {
  text-align: center;
}
.thanks .site-title img {
  width: 300px;
  margin-bottom: 25px;
}
.thanks .wrapper {
  width: 600px;
}
.thanks .page-content {
  padding: 30px 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.next-prev {
  width: 600px;
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .next-prev {
    width: 100%;
  }
}
.next-prev span.page_number {
  display: inline-block;
  color: #cecece;
}

a.prev, a.next, a.all {
  background: #cecece;
  border-radius: 5px;
  padding: 4px;
  color: white !important;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
}
a.prev:hover, a.next:hover, a.all:hover {
  background: #FA383F;
}
a.prev.disabled, a.next.disabled, a.all.disabled {
  cursor: not-allowed;
}
a.prev.disabled:hover, a.next.disabled:hover, a.all.disabled:hover {
  background: #cecece;
}

a.prev {
  margin-right: 10px;
}

a.next {
  margin-left: 10px;
}

.project-website-url-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px auto 0;
}

a.project-website-url {
  background: #cecece;
  border-radius: 5px;
  padding: 4px 10px;
  margin-right: 5px;
  color: white !important;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  height: 30px;
  width: auto;
  text-align: center;
}
a.project-website-url:hover {
  background: #FA383F;
}

.post-content {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .post-content {
    width: 100%;
  }
}
.post-content p {
  color: #9B9B9B;
}
.post-content h1 {
  margin-top: 25px;
}

.site-header {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .site-header {
    margin-top: 0px;
  }
}
.site-header .inner-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.site-header .inner-nav a, .site-header .inner-nav p, .site-header .inner-nav nav {
  width: auto;
}

.post-header {
  width: 600px;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .post-header {
    width: 100%;
  }
}

.page-title {
  font-weight: bold;
  font-size: 30px;
  margin: 50px auto 30px;
  color: rgb(91.25, 91.25, 91.25);
}
.page-title:first-child {
  margin: 0px auto 30px;
}

.post-title {
  font-weight: bold;
  font-size: 2em;
  line-height: 1em;
  margin: 0px auto 10px;
  color: rgb(91.25, 91.25, 91.25);
}
@media screen and (max-width: 600px) {
  .post-title {
    margin: 30px auto 10px;
  }
}

.post-link {
  line-height: 1em;
  font-size: 1em;
}

.post-meta {
  color: #cecece !important;
  display: block;
  text-transform: capitalize;
}

.page-content {
  padding: 30px 0px;
}
@media screen and (max-width: 600px) {
  .page-content {
    padding: 0px 0px;
  }
}

.featured-image {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .featured-image {
    margin-bottom: 15px;
  }
}
.featured-image img {
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  border-top: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
}

.site-nav {
  float: none;
}

.social-list {
  list-style: none;
  margin: 20px auto;
}
.social-list li {
  display: inline-block;
  margin-left: 10px;
}
.social-list li a {
  color: #cecece;
}
.social-list li a:hover {
  color: #FA383F;
}
.social-list li:first-child {
  margin-left: 0px;
}

.footer-col-wrapper {
  margin-left: 0px;
  text-align: center;
}

.footer-col {
  float: none;
  margin-bottom: 15px;
  padding-left: 0px;
}

.divider {
  width: 200px;
  margin: 15px auto;
  height: 1px;
  background: rgb(231.5, 231.5, 231.5);
}

.certs {
  list-style: none;
  margin: 0px;
}
.certs li {
  text-align: center;
  margin: 30px auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.certs li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .certs li {
    text-align: center;
    margin: 0px auto;
    padding: 0 30px;
  }
}

.formkeep-send, a.return-home {
  font-family: "Bitter", serif;
  background: rgb(91.25, 91.25, 91.25);
  border-radius: 5px;
  padding: 5px 10px;
  margin-right: 5px;
  color: white;
  text-decoration: none;
  border: 0px;
  font-size: 1em;
  font-weight: normal;
  display: inline-block;
}
.formkeep-send:hover, a.return-home:hover {
  background: #FA383F;
  cursor: pointer;
}

a.return-home {
  margin-top: 20px;
}

.return-home-container {
  width: 100%;
  text-align: center;
}

.my-trigger {
  margin: 30px auto;
}
.my-trigger a {
  background: rgb(91.25, 91.25, 91.25);
  border-radius: 5px;
  padding: 3px 10px 2px;
  margin-right: 5px;
  color: white;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
}
.my-trigger a:hover {
  background: #FA383F;
}
.my-trigger a:last-child {
  margin-right: 0px;
}

p.rss-subscribe {
  width: 600px;
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  p.rss-subscribe {
    width: 100%;
    margin: 50px auto 20px;
  }
}
p.rss-subscribe a {
  background: #cecece;
  border-radius: 5px;
  padding: 3px 10px 2px;
  margin-right: 5px;
  color: white;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
}
p.rss-subscribe a:hover {
  background: #FA383F;
}

a.read-more {
  color: #FA383F;
}

.contact-form {
  margin-top: 0px;
}
.contact-form .recaptcha {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
.contact-form .recaptcha iframe {
  margin: 0 auto 25px;
}

input[type=text],
input[type=email],
textarea {
  font-family: "Bitter", serif;
  width: calc(100% - 40px);
  border: 1px solid #f3f3f3;
  background: rgb(244.25, 244.25, 244.25);
  font-size: 1em;
  margin-bottom: 10px;
  padding: 20px 20px;
  width: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

input:hover,
textarea:hover {
  background: rgb(249.35, 249.35, 249.35);
}

input:focus,
textarea:focus {
  outline: none !important;
  border: 1px solid rgb(249.35, 249.35, 249.35);
}

textarea {
  margin-bottom: 20px;
  height: 200px;
}

.send-stuff {
  text-align: center;
  margin: 0px 50px;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #FA383F;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

.post-list {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .post-list {
    width: 100%;
  }
}
.post-list h2 {
  line-height: 1.25em;
}
.post-list h2 a {
  color: rgb(91.25, 91.25, 91.25);
  text-decoration: none;
}
.post-list h2 a:hover {
  color: #FA383F;
}
.post-list li {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
}
.post-list img.post-list-feature-image {
  width: 100%;
  text-align: center;
  margin: 25px auto;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 600px) {
  .post-list img.post-list-feature-image {
    margin-bottom: 30px;
  }
}

::selection {
  color: white;
  background: rgb(91.25, 91.25, 91.25);
}

.active {
  background: #FA383F !important;
}

.cd-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  white-space: nowrap;
  background: #9B9B9B;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 999;
}
@media screen and (max-width: 600px) {
  .cd-top {
    bottom: 30px;
    right: 30px;
  }
}
.cd-top::before {
  font-family: FontAwesome;
  content: "\f077";
  color: white;
  position: absolute;
  right: 7px;
  top: 3px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}
.cd-top:hover {
  background-color: #FA383F;
  opacity: 1;
}

.coming-soon-text {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .coming-soon-text {
    width: 100%;
  }
}

.last-mod {
  color: #9B9B9B;
}

#search-container {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #search-container {
    width: 100%;
  }
}

#results-container {
  list-style: none;
  margin-left: 0px;
}
#results-container li {
  padding: 10px 15px;
  border-bottom: 1px solid #f3f3f3;
}
#results-container li:last-child {
  border-bottom: 0px solid #f3f3f3;
}
#results-container li a {
  font-weight: normal;
  color: rgb(91.25, 91.25, 91.25);
}
#results-container li a:hover {
  color: #FA383F;
}

.project-featured-image {
  zoom: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  outline: 1px solid transparent;
}
.project-featured-image .project-meta {
  color: white;
}
.project-featured-image h2 a {
  color: white;
}

.project-list {
  list-style: none;
  margin-left: 0px;
}

.project-categories {
  text-transform: uppercase;
  font-size: smaller;
}

.grid-sizer,
.grid-item {
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 1000px) {
  .grid-sizer,
  .grid-item {
    width: calc(50% - 15px);
  }
}

.grid-item {
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .grid-item {
    width: 100%;
  }
}
.grid-item .project-meta {
  position: absolute;
  z-index: 15;
  background: rgba(0, 0, 0, 0.7);
  max-width: calc(60% - 40px);
  padding: 10px 20px 15px;
  border-radius: 0px 5px;
  margin: 0px;
  bottom: -125px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.grid-item .project-meta:hover {
  padding: 10px 20px 25px;
  background: rgba(250, 56, 63, 0.9);
}
.grid-item .project-meta h2 {
  margin: 0px;
  color: white;
  line-height: 1.2em;
  margin: 5px auto 5px;
  font-size: 1.2em;
}
.grid-item .project-meta p {
  color: rgba(255, 255, 255, 0.5);
  margin: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.grid-item .project-icon {
  position: absolute;
  z-index: 15;
  background: rgba(0, 0, 0, 0.7);
  top: -100px;
  right: 0;
  border-radius: 0px 5px;
  margin: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.grid-item .project-icon a {
  padding: 20px;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.grid-item .project-icon a:hover {
  padding: 30px 20px 20px;
  cursor: pointer;
}
.grid-item .project-icon:hover {
  background: rgba(250, 56, 63, 0.9);
}
.grid-item .project-icon .fa {
  color: white;
}
.grid-item .project-link {
  position: absolute;
  z-index: 15;
  background: rgba(0, 0, 0, 0.7);
  bottom: -100px;
  right: 0;
  padding: 20px;
  border-radius: 5px 0px;
  margin: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.grid-item .project-link:hover {
  padding: 20px 20px 30px;
  background: rgba(250, 56, 63, 0.9);
}
.grid-item .project-link .fa {
  color: white;
}

.showmeta {
  bottom: 0px !important;
}

.showlink {
  bottom: 0px !important;
}

.showicon {
  top: 0px !important;
}

.zoomfeature {
  transform: scale(1.1);
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

.filter-button-group {
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .filter-button-group {
    text-align: center;
  }
}
.filter-button-group a {
  color: #cecece;
  font-size: smaller;
  text-transform: uppercase;
  margin-right: 5px;
  font-weight: normal;
  text-decoration: none;
}
.filter-button-group a:hover {
  color: #9B9B9B;
  cursor: pointer;
}
.filter-button-group a:last-child {
  margin-right: 0px;
}

blockquote {
  color: #9B9B9B !important;
  border-left: 0 solid #fff;
  padding: 30px;
  font-size: 1.4em;
  letter-spacing: 0;
  font-style: normal !important;
  line-height: 1.4;
  background: #f3f3f3;
  border-radius: 3px;
  margin: 30px auto;
  text-align: center;
}
blockquote p {
  color: #9B9B9B !important;
}
blockquote p:before {
  font-family: FontAwesome;
  content: "\f10d";
  margin-right: 5px;
  opacity: 0.4;
}
blockquote p:after {
  font-family: FontAwesome;
  content: "\f10e";
  margin-left: 5px;
  opacity: 0.4;
}

iframe {
  margin: 25px auto;
}

.hide {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.show {
  opacity: 1;
}

/*# sourceMappingURL=main.css.map */