/*
Where all the real styles are.
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
img {
  max-width: 100%;
}
/**
 * Responsive grid system by Chris Bracco
 * http://cbracco.me/a-simple-responsive-css-grid-system/
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
.container {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
.wrapper {
  margin: 0 auto;
}
.container:before,
.container:after,
.wrapper:before,
.wrapper:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.container:after,
.wrapper:after,
.row:after {
  clear: both;
}
[class^="col-"],
[class*=" col-"] {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 769px) {
  .row {
    margin-right: -2.666%;
    margin-left: -2.666%;
  }
  .row.no-gutter {
    margin-left: 0;
    margin-right: 0;
  }
  .row.no-gutter [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  [class^="col-"],
  [class*=" col-"] {
    position: relative;
    float: left;
    padding-right: 2.666%;
    padding-left: 2.666%;
    min-height: 1px;
    width: 100%;
  }
  .col-1 {
    width: 8.333%;
  }
  .col-2 {
    width: 16.666%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.333%;
  }
  .col-5 {
    width: 41.666%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.333%;
  }
  .col-8 {
    width: 66.666%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.333%;
  }
  .col-11 {
    width: 91.666%;
  }
  .col-12 {
    width: 100%;
  }
  .push-1 {
    left: 8.333%;
  }
  .push-2 {
    left: 16.666%;
  }
  .push-3 {
    left: 25%;
  }
  .push-4 {
    left: 33.333%;
  }
  .push-5 {
    left: 41.666%;
  }
  .push-6 {
    left: 50%;
  }
  .push-7 {
    left: 58.333%;
  }
  .push-8 {
    left: 66.666%;
  }
  .push-9 {
    left: 75%;
  }
  .push-10 {
    left: 83.333%;
  }
  .push-11 {
    left: 91.666%;
  }
  .push-12 {
    left: 100%;
  }
  .pull-1 {
    right: 8.333%;
  }
  .pull-2 {
    right: 16.666%;
  }
  .pull-3 {
    right: 25%;
  }
  .pull-4 {
    right: 33.333%;
  }
  .pull-5 {
    right: 41.666%;
  }
  .pull-6 {
    right: 50%;
  }
  .pull-7 {
    right: 58.333%;
  }
  .pull-8 {
    right: 66.666%;
  }
  .pull-9 {
    right: 75%;
  }
  .pull-10 {
    right: 83.333%;
  }
  .pull-11 {
    right: 91.666%;
  }
  .pull-12 {
    right: 100%;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.no-float {
  float: none;
}
.transition {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.long-transition {
  -webkit-transition: .6s all;
  -moz-transition: .6s all;
  -o-transition: .6s all;
  transition: .6s all;
}
.fun-transition {
  -webkit-transition: all 0.2s cubic-bezier(0.175, 2, 1, 1.65);
  -moz-transition: all 0.2s cubic-bezier(0.175, 2, 1, 1.65);
  -o-transition: all 0.2s cubic-bezier(0.175, 2, 1, 1.65);
  transition: all 0.2s cubic-bezier(0.175, 2, 1, 1.65);
}
html {
  min-height: 100%;
}
body {
  font-size: 18px;
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
  color: #809999;
  min-height: 100%;
  background-color: #f1dbd0;
  background-image: -webkit-linear-gradient(top, #f1dbd0, #cee8e8);
  /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: linear-gradient(to bottom, #f1dbd0, #cee8e8);
  /* Chrome 26, Firefox 16+, IE 10+, Opera */
}
h1,
h2,
h3 {
  color: #546363;
  font-family: "Raleway", sans-serif;
  line-height: 1.2;
  margin-bottom: 2rem;
}
h4,
h5,
h6 {
  text-transform: uppercase;
  color: #546363;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 1rem;
}
h1 {
  font-size: 60px;
  font-weight: 100;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 36px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 18px;
}
a {
  text-decoration: none;
  color: #e77270;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
a:hover {
  color: #935151;
}
p {
  line-height: 1.5;
}
hr {
  width: 50%;
  height: 4px;
  display: block;
  margin: 60px auto;
  background: #809999;
  border: none;
  border-left: 108px solid #e77270;
  position: relative;
}
hr:before {
  content: '';
  display: block;
  width: 35%;
  height: 4px;
  background: #546363;
  position: absolute;
  left: 10%;
  top: 0;
}
hr:after {
  content: '';
  display: block;
  width: 25%;
  height: 4px;
  background: #935151;
  position: absolute;
  left: 60%;
  top: 0;
}
.button {
  display: inline-block;
  background: #e77270;
  font-family: "Raleway", sans-serif;
  padding: 12px 36px;
  color: white;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  left: 6px;
  margin: 6px 0 18px;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.button:before {
  content: '';
  display: block;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  position: absolute;
  left: -6px;
  top: -6px;
  background: transparent;
  border: 2px solid #e77270;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.button:hover {
  color: white;
  background: #935151;
}
.button:hover:before {
  border: 7px solid #935151;
}
.light-button {
  display: inline-block;
  background: transparent;
  border: 1px solid #546363;
  color: #546363;
  font-family: "Raleway", sans-serif;
  padding: 3px 12px;
  line-height: 36px;
  font-size: 24px;
  text-transform: uppercase;
}
.light-button:hover {
  color: #546363;
}
.panel {
  background: white;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  padding: 0 24px;
}
.panel .button {
  margin: 0 12px;
}
.panel hr {
  clear: both;
  position: relative;
  top: -4px;
}
.panel hr:last-child {
  top: 4px;
}
.wrapper {
  max-width: 1400px;
}
#page-container {
  overflow: hidden;
}
#page {
  margin: 144px auto;
}
#page p {
  margin-bottom: 1rem;
}
#page ul {
  margin-bottom: 1rem;
}
#page ul li {
  padding-left: 36px;
  position: relative;
  line-height: 1.5;
}
#page ul li:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: #e77270;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  position: absolute;
  left: 6px;
  top: 5px;
}
.prev-next-wrap {
  width: 100%;
  padding-right: 2.666%;
  padding-left: 2.666%;
  *zoom: 1;
}
.prev-next-wrap:before,
.prev-next-wrap:after {
  display: table;
  content: "";
}
.prev-next-wrap:after {
  clear: both;
}
.prev-next-wrap .previous-posts a,
.prev-next-wrap .next-posts a {
  display: inline-block;
  background: transparent;
  border: 1px solid #546363;
  color: #546363;
  font-family: "Raleway", sans-serif;
  padding: 3px 12px;
  line-height: 36px;
  font-size: 24px;
  text-transform: uppercase;
  display: block;
}
.prev-next-wrap .previous-posts a:hover,
.prev-next-wrap .next-posts a:hover {
  color: #546363;
}
.prev-next-wrap .next-posts {
  float: right;
}
.prev-next-wrap .next-posts a:after {
  font-family: FontAwesome;
  content: "\f0da";
  display: inline-block;
  margin-left: 12px;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.prev-next-wrap .next-posts a:hover:after {
  color: #e77270;
}
.prev-next-wrap .previous-posts {
  float: left;
}
.prev-next-wrap .previous-posts a:before {
  font-family: FontAwesome;
  content: "\f0d9";
  display: inline-block;
  margin-right: 12px;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.prev-next-wrap .previous-posts a:hover:before {
  color: #e77270;
}
.row.panel-row {
  background: #f2f2f2;
  padding: 48px 0;
  margin: 120px 24px 96px;
}
.row.panel-row .col-4 {
  padding: 0 48px;
}
.row.panel-row .icon-wrap {
  text-align: center;
  height: 0;
}
.row.panel-row .icon-wrap i {
  font-size: 144px;
  position: relative;
  bottom: 145px;
  color: #809999;
}
.row.panel-row .icon-wrap i:after {
  font-family: FontAwesome;
  color: #546363;
  margin-left: -150px;
  top: 4px;
  position: relative;
  content: "\f11b";
}
.row.panel-row .icon-wrap i.fa-file-text {
  bottom: 166px;
}
.row.panel-row .icon-wrap i.fa-file-text:after {
  content: "\f15c";
  margin-left: -118px;
}
.row.panel-row .icon-wrap i.fa-rocket {
  bottom: 160px;
}
.row.panel-row .icon-wrap i.fa-rocket:after {
  content: "\f135";
  margin-left: -130px;
}
.row.panel-row h4 {
  text-align: center;
}
.row.panel-row .middle-col {
  background: #fafafa;
  position: relative;
}
.row.panel-row .middle-col:before,
.row.panel-row .middle-col:after {
  content: '';
  display: block;
  width: 100%;
  height: 72px;
  background: #fafafa;
  position: absolute;
  left: 0;
  top: -72px;
}
.row.panel-row .middle-col:after {
  top: auto;
  bottom: -72px;
}
#main-nav {
  background: #3a4847;
  position: relative;
  z-index: 5000;
}
#main-nav .logo-link {
  display: block;
  float: left;
  width: 25%;
  height: 100px;
  background: #e77270;
  overflow: visible;
  padding-top: 12px;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#main-nav .logo-link .logo {
  width: 150px;
  display: block;
  margin: 0 auto;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#main-nav .logo-link:hover {
  background: #935151;
}
#main-nav .logo-link:hover .logo {
  transform: translate(0, 6px);
  -webkit-transform: translate(0, 6px);
  -moz-transform: translate(0, 6px);
}
#main-nav #main-menu {
  float: right;
  width: 75%;
  overflow: hidden;
}
#main-nav #main-menu li {
  float: right;
  display: block;
}
#main-nav #main-menu li a {
  color: white;
  cursor: pointer;
  display: block;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 48px 24px 16px;
  margin-left: 12px;
  position: relative;
}
#main-nav #main-menu li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  background: #809999;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  position: absolute;
  bottom: -8px;
  left: 0;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#main-nav #main-menu li.current-menu-item a:after {
  background: #e77270;
}
#main-nav #main-menu li.current-menu-item a:after,
#main-nav #main-menu li a:hover:after {
  transform: translate(0, -6px);
  -webkit-transform: translate(0, -6px);
  -moz-transform: translate(0, -6px);
}
.archive #main-nav #main-menu li#menu-item-19 a:after,
.single-post #main-nav #main-menu li#menu-item-19 a:after {
  background: #e77270;
  transform: translate(0, -6px);
  -webkit-transform: translate(0, -6px);
  -moz-transform: translate(0, -6px);
}
#contact {
  z-index: 4000;
  position: absolute;
  top: 100px;
  left: 0;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#contact.toggled {
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
#contact .wrapper .row {
  background: #545454;
  padding: 24px;
  width: 75%;
  float: right;
  margin: 0;
}
#contact .wrapper .row .contact-header {
  color: white;
  margin-top: 36px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 100;
  position: relative;
}
#contact .wrapper .row .contact-header i {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#contact .wrapper .row .contact-header i:hover {
  color: #e77270;
}
#contact .wrapper .row .contact-info {
  color: white;
  margin-bottom: 24px;
}
#contact .wrapper .row .contact-info a {
  color: white;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#contact .wrapper .row .contact-info a:hover {
  color: #e77270;
}
#contact .wrapper .row .contact-info .fa {
  margin: 0 6px 24px 0;
  font-size: 21px;
}
#contact .wrapper .row .wpcf7-form {
  padding-top: 4px;
}
#contact .wrapper .row .wpcf7-form br,
#contact .wrapper .row .wpcf7-form .ajax-loader {
  display: none;
}
#contact .wrapper .row .wpcf7-form input,
#contact .wrapper .row .wpcf7-form textarea {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: white;
  width: 100%;
  margin-bottom: 18px;
  padding: 6px 12px;
  height: 36px;
  font-size: 18px;
  line-height: 1;
  outline: 0;
  font-family: "Raleway", sans-serif;
}
#contact .wrapper .row .wpcf7-form input[type="submit"],
#contact .wrapper .row .wpcf7-form textarea[type="submit"] {
  display: inline-block;
  background: #e77270;
  font-family: "Raleway", sans-serif;
  padding: 12px 36px;
  color: white;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  left: 6px;
  margin: 6px 0 18px;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  cursor: pointer;
  left: 0;
  width: 40%;
  float: right;
  margin: 0;
  padding: 6px;
  height: 48px;
}
#contact .wrapper .row .wpcf7-form input[type="submit"]:before,
#contact .wrapper .row .wpcf7-form textarea[type="submit"]:before {
  content: '';
  display: block;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  position: absolute;
  left: -6px;
  top: -6px;
  background: transparent;
  border: 2px solid #e77270;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#contact .wrapper .row .wpcf7-form input[type="submit"]:hover,
#contact .wrapper .row .wpcf7-form textarea[type="submit"]:hover {
  color: white;
  background: #935151;
}
#contact .wrapper .row .wpcf7-form input[type="submit"]:hover:before,
#contact .wrapper .row .wpcf7-form textarea[type="submit"]:hover:before {
  border: 7px solid #935151;
}
#contact .wrapper .row .wpcf7-form input[type="checkbox"],
#contact .wrapper .row .wpcf7-form textarea[type="checkbox"] {
  height: 18px;
  width: 18px;
  display: inline;
  margin: 0 6px 0 0;
  position: relative;
  top: 2px;
}
#contact .wrapper .row .wpcf7-form label {
  color: white;
}
#contact .wrapper .row .wpcf7-form textarea {
  height: 194px;
  min-height: 194px;
  padding: 12px;
  max-width: 100%;
}
#contact .wrapper .row .wpcf7-form #mc4wp-checkbox {
  width: 60%;
  float: left;
  margin-top: 10px;
}
#contact .wrapper .row .wpcf7-form .wpcf7-not-valid-tip {
  margin: -15px 0 6px;
  color: #e77270;
  font-size: 12px;
}
#contact .wrapper .row .wpcf7-form div.wpcf7-validation-errors,
#contact .wrapper .row .wpcf7-form div.wpcf7-mail-sent-ok {
  border: none;
  float: left;
  padding: 0;
  color: #e77270;
  margin: 24px 0 0;
  width: 100%;
  line-height: 1.2;
}
#contact .wrapper .row .wpcf7-form div.wpcf7-mail-sent-ok {
  color: #809999;
}
#contact .wrapper .row .wpcf7-form .wpcf7-form-control-wrap.name,
#contact .wrapper .row .wpcf7-form .wpcf7-form-control-wrap.email,
#contact .wrapper .row .wpcf7-form .wpcf7-form-control-wrap.telephone,
#contact .wrapper .row .wpcf7-form .wpcf7-form-control-wrap.project {
  display: block;
  width: 48%;
  float: left;
}
#contact .wrapper .row .wpcf7-form .wpcf7-form-control-wrap.name,
#contact .wrapper .row .wpcf7-form .wpcf7-form-control-wrap.email {
  margin-right: 4%;
}
.overlay {
  position: fixed;
  z-index: 1000;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .4s opacity, 0s visibility .4s;
  -webkit-transition: .4s opacity, 0s visibility .4s;
  -moz-transition: .4s opacity, 0s visibility .4s;
  -o-transition: .4s opacity, 0s visibility .4s;
}
.overlay.visible {
  opacity: 0.45;
  visibility: visible;
  transition: .4s opacity;
  -webkit-transition: .4s opacity;
  -moz-transition: .4s opacity;
  -o-transition: .4s opacity;
}
.page-template-page-home-php #page {
  margin-bottom: 0;
}
.page-template-page-home-php #hero {
  margin-bottom: 120px;
}
.page-template-page-home-php #hero .hero-header {
  color: #546363;
}
.page-template-page-home-php #hero .hero-header br {
  display: none;
}
.page-template-page-home-php #hero .hero-text {
  font-weight: 100;
  width: 500px;
  text-transform: none;
  color: #809999;
}
.page-template-page-home-php #hero .button {
  margin-bottom: 60px;
  display: inline-block;
}
.page-template-page-home-php #hero .icon-explanation {
  text-align: right;
}
.page-template-page-home-php #hero .icon-title {
  font-family: "Raleway", sans-serif;
  width: 100%;
  float: right;
  font-weight: 100;
  display: block;
  text-transform: uppercase;
  color: #e77270;
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  position: absolute;
  bottom: -94px;
  right: 0;
}
.page-template-page-home-php #hero .icon-slider {
  height: 600px;
  width: 600px;
  margin-right: 24px;
  float: right;
  position: relative;
}
.page-template-page-home-php #hero .icon-slider .icon-wrap {
  height: 600px;
  width: 600px;
  border-radius: 330px;
  border: 12px solid #809999;
  position: absolute;
  display: none;
  left: 0;
  opacity: 0;
  margin-left: -60px;
  z-index: 1000;
  padding-top: 120px;
}
.page-template-page-home-php #hero .icon-slider .icon-wrap:before,
.page-template-page-home-php #hero .icon-slider .icon-wrap:after {
  content: '';
  display: block;
  width: 600px;
  height: 600px;
  border-radius: 330px;
  border: 12px solid #809999;
  position: absolute;
  top: -12px;
  left: -72px;
  opacity: 0.3;
  z-index: 0;
}
.page-template-page-home-php #hero .icon-slider .icon-wrap:after {
  left: -132px;
  opacity: 0.1;
}
.page-template-page-home-php #hero .icon-slider .icon-wrap[name="1"] {
  display: block;
  opacity: 1;
  margin-left: 0;
}
.page-template-page-home-php #hero .icon-slider .icon-wrap[name="1"] .fa {
  opacity: 1;
}
.page-template-page-home-php #hero .icon-slider .icon-wrap .fa {
  font-size: 360px;
  width: 360px;
  display: block;
  margin: 0 auto;
  color: #e77270;
  position: relative;
  top: 12px;
  opacity: 0;
  z-index: 2000;
}
.page-template-page-home-php #hero .icon-slider .icon-wrap .fa:after {
  position: absolute;
  top: 6px;
  left: 6px;
  display: block;
  color: #935151;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.page-template-page-home-php #hero .icon-slider .icon-wrap .fa:hover:after {
  left: 0;
  color: #e77270;
  top: 0;
}
.page-template-page-home-php #hero .icon-slider .icon-wrap .fa.fa-rocket:after {
  content: '\f135';
}
.page-template-page-home-php #hero .icon-slider .icon-wrap .fa.fa-file-text {
  font-size: 300px;
  margin-top: 12px;
  left: 60px;
}
.page-template-page-home-php #hero .icon-slider .icon-wrap .fa.fa-file-text:after {
  content: '\f15c';
}
.page-template-page-home-php #hero .icon-slider .icon-wrap .fa.fa-gamepad {
  margin-top: -36px;
  left: -18px;
}
.page-template-page-home-php #hero .icon-slider .icon-wrap .fa.fa-gamepad:after {
  content: '\f11b';
}
.page-template-page-home-php #page {
  margin-top: 62px;
}
.page-template-page-home-php #page .row.not-hero h2 {
  text-align: center;
  margin: 0 auto 24px;
}
.page-template-page-home-php #page .row.not-hero .sub-head {
  font-size: 24px;
  margin: 0 auto 60px;
  text-align: center;
}
.page-template-page-home-php #page .row.not-hero .button {
  display: block;
  margin: 6px auto 18px;
  max-width: 540px;
  text-align: center;
}
.page-template-page-home-php #page .row.not-hero#blog .post {
  margin: 48px 0;
}
.page-template-page-home-php #page .row.not-hero#blog .post .image-col {
  position: relative;
  min-height: 48px;
}
.page-template-page-home-php #page .row.not-hero#blog .post .image-col .post-image {
  margin-bottom: 24px;
  height: auto !important;
  width: auto!important;
}
.page-template-page-home-php #page .row.not-hero#blog .post .image-col .post-category {
  padding: 6px;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  background: #809999;
  position: absolute;
  top: 12px;
  right: 23px;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.page-template-page-home-php #page .row.not-hero#blog .post .image-col .post-category:hover {
  background: #546363;
  right: 15px;
}
.page-template-page-home-php #page .row.not-hero#blog .post .excerpt-col .post-title {
  line-height: 1.1;
  margin: 0;
  padding-top: 4px;
}
.page-template-page-home-php #page .row.not-hero#blog .post .excerpt-col .post-title a {
  text-transform: uppercase;
  color: #546363;
}
.page-template-page-home-php #page .row.not-hero#blog .post .excerpt-col .post-title a.hover,
.page-template-page-home-php #page .row.not-hero#blog .post .excerpt-col .post-title a:hover {
  color: #e77270;
}
.page-template-page-home-php #page .row.not-hero#blog .post .excerpt-col p {
  margin-bottom: 18px;
}
.page-template-page-home-php #page .row.not-hero#blog .post .excerpt-col .more-tag {
  display: block;
  text-transform: uppercase;
  margin: 24px 0 0;
  float: right;
}
.page-template-page-home-php #page .row.not-hero#blog #more-buttons {
  text-align: center;
  margin-bottom: 24px;
}
.page-template-page-home-php #page .row.not-hero#blog #more-buttons .light-button {
  margin: 0 6px;
}
.page-template-page-home-php #page .row.not-hero#blog #more-buttons .light-button:after {
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 12px;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.page-template-page-home-php #page .row.not-hero#blog #more-buttons .light-button:hover:after {
  color: #e77270;
}
.page-template-page-home-php #page .row.not-hero#blog #more-buttons .light-button#twitter-button:after {
  content: "\f099";
}
.page-template-page-home-php #page .row.not-hero#blog #more-buttons .light-button#more-posts-button:after {
  content: "\f0da";
}
.page-template-page-home-php #page .project.row {
  margin: 60px 24px 60px;
}
.page-template-page-home-php #page .project.row .image-col {
  padding-top: 72px;
  float: right;
  position: relative;
  z-index: 1000;
}
.page-template-page-home-php #page .project.row .project-title {
  text-align: right;
  margin: 0 48px 24px 25%;
}
.page-template-page-home-php #page .project.row .project-title a {
  color: #546363;
}
.page-template-page-home-php #page .project.row .project-title a:hover,
.page-template-page-home-php #page .project.row .project-title a.hover {
  color: #e77270;
}
.page-template-page-home-php #page .project.row .project-subtitle {
  text-align: right;
  margin: 0 48px 48px 25%;
  color: #809999;
  font-weight: 100;
  font-size: 30px;
}
.page-template-page-home-php #page .project.row .project-image {
  float: left;
  height: auto !important;
  padding: 24px;
  background: #546363;
  position: relative;
  margin: 0 0 12px;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  box-shadow: 12px 12px 0 #935151;
}
.page-template-page-home-php #page .project.row .project-image:hover,
.page-template-page-home-php #page .project.row .project-image.hover {
  box-shadow: 6px 6px 0 #e77270;
}
.page-template-page-home-php #page .project.row .project-excerpt {
  padding: 48px 48px 32px;
  background: #f2f2f2;
  position: relative;
  left: 24px;
}
.page-template-page-home-php #page .project.row .testimonial {
  max-width: 540px;
  float: left;
  padding: 48px;
  position: relative;
  left: 24px;
}
.page-template-page-home-php #page .project.row .testimonial .developer-logo {
  display: block;
  margin: 0 auto 48px;
}
.page-template-page-home-php #page .project.row .testimonial .short-testimonial {
  font-size: 24px;
  color: #546363;
}
.page-template-page-home-php #page .project.row .testimonial .button {
  display: none;
}
.page-template-page-home-php #page #cta-row {
  text-align: center;
  margin: 0 24px;
}
.page-template-page-home-php #page #cta-row .panel {
  max-width: 1200px;
}
.page-template-page-home-php #page #cta-row h2 {
  width: 100%;
}
.page-template-page-home-php #page #cta-row .button {
  display: inline-block;
}
.page-template-page-process-php #page-container {
  height: 100%;
  text-align: center;
}
.page-template-page-process-php #page-container #page {
  margin-top: 108px;
}
.page-template-page-process-php #page-container #page .container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  padding: 0 24px;
}
.page-template-page-process-php #page-container #page .container .wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.page-template-page-process-php #page-container #page .container .wrapper .row {
  display: table-cell;
  vertical-align: middle;
}
.page-template-page-process-php #process-hero .process-eye {
  position: fixed;
  left: 0;
  background: transparent url('../images/the-eye.png') center no-repeat;
  background-size: contain;
  height: 300px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.page-template-page-process-php #process-hero .col-6 {
  overflow: hidden;
}
.page-template-page-process-php #process-hero .hero-subhead {
  max-width: 600px;
  margin: 0 auto 36px;
  font-weight: 100;
  font-family: "Raleway", sans-serif;
  text-transform: none;
}
.page-template-page-process-php #icon-row {
  position: relative;
}
.page-template-page-process-php #icon-row .reveal-line {
  margin: 60px auto 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-template-page-process-php #icon-row .icon-header {
  overflow: hidden;
  margin: 0 auto;
  padding-top: 12px;
  max-width: 800px;
}
.page-template-page-process-php #icon-row .explaination {
  overflow: hidden;
  padding: 36px 0;
  color: #99b1b1;
  margin: 0;
}
.page-template-page-process-php #icon-row .icon-wrap {
  *zoom: 1;
  width: 60%;
  margin: 36px auto;
}
.page-template-page-process-php #icon-row .icon-wrap:before,
.page-template-page-process-php #icon-row .icon-wrap:after {
  display: table;
  content: "";
}
.page-template-page-process-php #icon-row .icon-wrap:after {
  clear: both;
}
.page-template-page-process-php #icon-row .icon-wrap .icon {
  width: 33.333%;
  float: left;
  cursor: pointer;
}
.page-template-page-process-php #icon-row .icon-wrap .icon i {
  font-size: 120px;
  position: relative;
}
.page-template-page-process-php #icon-row .icon-wrap .icon i.icon-shadow {
  top: -4px;
  transition: top .2s;
  -webkit-transition: top .2s;
  -moz-transition: top .2s;
  -o-transition: top .2s;
}
.page-template-page-process-php #icon-row .icon-wrap .icon i.icon-shadow.fa-gamepad {
  margin-right: -131px;
}
.page-template-page-process-php #icon-row .icon-wrap .icon i.icon-shadow.fa-file-text {
  margin-right: -104px;
}
.page-template-page-process-php #icon-row .icon-wrap .icon i.icon-shadow.fa-rocket {
  margin-right: -113px;
}
.page-template-page-process-php #icon-row .icon-wrap .icon:hover i.icon-shadow {
  top: 0px !important;
}
.page-template-page-process-php #icon-row .icon-title {
  overflow: hidden;
  text-transform: uppercase;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  padding-bottom: 24px;
}
.page-template-page-process-php #page-container #page .process-stage-wrap {
  position: fixed;
  width: 100%;
  height: 60%;
  left: 0;
  overflow: hidden;
}
.page-template-page-process-php #page-container #page .process-stage-wrap .container {
  position: absolute;
  padding: 0 12px;
}
.page-template-page-process-php #page-container #page .process-stage-wrap .container #explain-row {
  position: relative;
}
.page-template-page-process-php #page-container #page .process-stage-wrap .container #explain-row .icon-title {
  display: none;
}
.page-template-page-process-php #page-container #page .process-stage-wrap .container .col-6 {
  padding: 0 12%;
}
.page-template-page-process-php #page-container #page .process-stage-wrap .container .col-6 p {
  margin-bottom: 1rem;
}
.page-template-page-process-php .container.bottom-container {
  height: 170%;
  top: auto;
  padding: 0;
  left: 0;
  position: fixed;
  text-align: left;
}
.page-template-page-process-php .container.bottom-container .wrapper {
  height: 60%;
}
.page-template-page-process-php .container.bottom-container #bios .bio-pic {
  float: right;
  margin: 0 0 6px 12px;
  height: 136px;
}
.page-template-page-process-php .container.bottom-container #bios p {
  margin-bottom: 1rem;
}
.page-template-page-process-php .container.bottom-container #bios p strong {
  color: #546363;
}
.page-template-page-process-php .container.bottom-container #bios .col-3 {
  font-size: 14px;
}
.page-template-page-process-php .container.bottom-container #bios .light-button {
  margin: 12px 12px 24px 0;
}
.page-template-page-process-php .container.bottom-container #bios .light-button:after {
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 12px;
  position: relative;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.page-template-page-process-php .container.bottom-container #bios .light-button:hover:after {
  color: #e77270;
}
.page-template-page-process-php .container.bottom-container #bios .light-button#twitter-button:after {
  content: "\f099";
}
.page-template-page-process-php .container.bottom-container #bios .light-button#contact-button:after {
  content: "\f0d8";
  top: -2px;
}
.page-template-page-process-php .container.bottom-container .process-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-template-page-process-php .skip-to-bios {
  width: auto;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 44px;
  padding: 0 24px;
  font-size: 18px;
  cursor: pointer;
  color: #546363;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.page-template-page-process-php .skip-to-bios:hover {
  color: #e77270;
}
.project.row {
  margin: 0 24px 60px;
}
.project.row .image-col {
  padding-top: 72px;
  float: right;
  position: relative;
  z-index: 1000;
}
.project.row .project-title {
  text-align: right;
  margin: 0 48px 24px 25%;
}
.project.row .project-title a {
  color: #546363;
}
.project.row .project-title a:hover,
.project.row .project-title a.hover {
  color: #e77270;
}
.project.row .project-subtitle {
  text-align: right;
  margin: 0 48px 48px 25%;
  color: #809999;
  font-weight: 100;
  font-size: 30px;
}
.project.row .project-image {
  float: left;
  height: auto !important;
  padding: 24px;
  background: #546363;
  position: relative;
  margin: 0 0 12px;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  box-shadow: 12px 12px 0 #935151;
}
.project.row .project-image:hover,
.project.row .project-image.hover {
  box-shadow: 6px 6px 0 #e77270;
}
.project.row .project-excerpt {
  padding: 48px 72px 32px 48px;
  background: #f2f2f2;
  position: relative;
  left: 24px;
}
.project.row .testimonial-col {
  float: right;
}
.project.row .testimonial {
  max-width: 540px;
  float: left;
  padding: 48px;
  position: relative;
  left: 24px;
}
.project.row .testimonial .developer-logo {
  display: block;
  margin: 0 auto 48px;
}
.project.row .view-project {
  margin: 48px 0 0;
  width: 100%;
  text-align: center;
}
.project.row.right .image-col,
.project.row.right .testimonial-col {
  float: left;
}
.project.row.right .info-col {
  float: right;
}
.project.row.right .project-excerpt {
  left: -12px;
  padding: 48px 48px 32px 60px;
}
.project.row.right .project-title {
  margin: 0 25% 24px 48px;
  text-align: left;
}
.project.row.right .project-subtitle {
  margin: 0 25% 48px 48px;
  text-align: left;
}
.project.row.right .testimonial {
  float: right;
  left: -24px;
}
.project.row.right .project-image {
  float: right;
  box-shadow: -12px -12px 0 #935151;
}
.project.row.right .project-image:hover,
.project.row.right .project-image.hover {
  box-shadow: -6px -6px 0 #e77270;
}
.page-template-archive-case-study-php .developer-logo {
  display: block;
  margin: 0 auto 48px;
}
.page-template-archive-case-study-php .short-testimonial {
  font-size: 24px;
  color: #546363;
}
.page-template-archive-case-study-php #hero {
  margin-bottom: 108px;
}
.page-template-archive-case-study-php #hero .hero-header {
  text-align: right;
}
.page-template-archive-case-study-php #hero p {
  margin-top: 6px;
}
.page-template-archive-case-study-php hr {
  margin: 108px auto;
}
.page-template-archive-case-study-php .small-project-column .project-image {
  height: auto !important;
  padding: 12px;
  background: #546363;
  margin-bottom: 18px;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  box-shadow: 6px 6px 0 #935151;
}
.page-template-archive-case-study-php .small-project-column .project-image:hover,
.page-template-archive-case-study-php .small-project-column .project-image.hover {
  box-shadow: 4px 4px 0 #e77270;
}
.page-template-archive-case-study-php .small-project-column .project-title {
  text-align: center;
  margin: 0;
  line-height: 1.2;
}
.page-template-archive-case-study-php .small-project-column .project-title a {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #546363;
}
.page-template-archive-case-study-php .small-project-column .project-title a:hover,
.page-template-archive-case-study-php .small-project-column .project-title a.hover {
  color: #e77270;
}
.page-template-archive-case-study-php .small-project-column .project-subtitle {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
}
.page-template-archive-case-study-php #cta-row {
  text-align: center;
}
.page-template-archive-case-study-php #cta-row hr:last-child {
  margin-bottom: 0;
}
.single-case-study #image-section {
  float: right;
  padding-left: 0;
}
.single-case-study #image-section .project-image {
  padding: 24px;
  background: #546363;
  box-shadow: 6px 6px 0 #935151;
  height: auto;
}
.single-case-study #title-section .post-category {
  padding: 12px;
  font-size: 21px;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  background: #809999;
  position: absolute;
  top: 66px;
  right: -12px;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.single-case-study #title-section .post-category:hover {
  background: #546363;
  right: -6px;
}
.single-case-study #title-section .project-title {
  margin-top: 142px;
  text-align: right;
  float: right;
}
.single-case-study #title-section .project-subtitle {
  font-size: 24px;
  font-weight: 100;
  float: right;
  line-height: 1.2;
  text-align: right;
  font-family: "Raleway", sans-serif;
  margin: 0;
  color: #809999;
}
.single-case-study #title-section .project-subtitle.date {
  text-transform: none;
}
.single-case-study #project-content {
  position: relative;
}
.single-case-study #project-content .testimonial-wrapper {
  margin-top: 60px;
  padding: 36px;
  background: rgba(255, 255, 255, 0.2);
}
.single-case-study #project-content .testimonial-wrapper .testimonial-text {
  font-style: italic;
  color: #546363;
}
.single-case-study #project-content .testimonial-wrapper .testimonial-giver {
  font-size: 75%;
  text-align: right;
  margin: 0;
}
.single-case-study #project-content #goals {
  padding: 24px;
  background: #f2f2f2;
  position: absolute;
  right: 0;
  top: 10%;
}
.single-case-study #project-content #goals ul {
  margin-bottom: 0;
}
.single-case-study .prev-next-wrap {
  *zoom: 1;
  margin: 60px auto;
  padding: 0;
}
.single-case-study .prev-next-wrap:before,
.single-case-study .prev-next-wrap:after {
  display: table;
  content: "";
}
.single-case-study .prev-next-wrap:after {
  clear: both;
}
.single-case-study #cta-row {
  text-align: center;
}
.single-case-study #cta-row .image-column {
  height: 216px;
  position: absolute;
  bottom: 56px;
  right: 24px;
}
.single-case-study #cta-row .image-column img {
  height: 100%;
  width: auto !important;
  display: block;
  margin: 0 auto;
}
.blog #page,
.archive #page {
  max-width: 1264px;
}
.blog .archive-title,
.archive .archive-title {
  margin-bottom: 60px;
  padding-right: 32px;
  padding-left: 30px;
  position: relative;
}
.blog .archive-title form,
.archive .archive-title form {
  position: absolute;
  top: 0;
  right: 32px;
}
.blog .archive-title form select,
.archive .archive-title form select {
  position: absolute;
  right: 0;
  top: 0;
  outline: 0 !important;
  background: transparent;
  border: 1px solid #546363;
  color: #546363;
  font-family: "Raleway", sans-serif;
  padding: 3px 48px 3px 12px;
  height: 48px;
  font-size: 24px;
  text-transform: uppercase;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.blog .archive-title form:after,
.archive .archive-title form:after {
  font-family: FontAwesome;
  content: "\f0d7";
  display: block;
  margin-left: 12px;
  font-size: 24px;
  line-height: 48px;
  height: 0;
  width: 0;
  position: absolute;
  right: 36px;
  top: 0;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.blog .archive-title form:hover:after,
.archive .archive-title form:hover:after,
.blog .archive-title form:active:after,
.archive .archive-title form:active:after,
.blog .archive-title form:focus:after,
.archive .archive-title form:focus:after {
  top: 2px;
  color: #e77270;
}
.blog .post,
.archive .post {
  margin: 0 0 120px;
}
.blog .post .image-col,
.archive .post .image-col {
  position: relative;
  min-height: 48px;
}
.blog .post .image-col .post-image,
.archive .post .image-col .post-image {
  margin-bottom: 24px;
  height: auto !important;
  width: auto!important;
}
.blog .post .image-col .post-category,
.archive .post .image-col .post-category {
  padding: 6px;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  background: #809999;
  position: absolute;
  top: 12px;
  right: 23px;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.blog .post .image-col .post-category:hover,
.archive .post .image-col .post-category:hover {
  background: #546363;
  right: 15px;
}
.blog .post .excerpt-col .post-title,
.archive .post .excerpt-col .post-title {
  line-height: 1.1;
  margin: 0;
  padding-top: 4px;
}
.blog .post .excerpt-col .post-title a,
.archive .post .excerpt-col .post-title a {
  text-transform: uppercase;
  color: #546363;
}
.blog .post .excerpt-col .post-title a.hover,
.archive .post .excerpt-col .post-title a.hover,
.blog .post .excerpt-col .post-title a:hover,
.archive .post .excerpt-col .post-title a:hover {
  color: #e77270;
}
.blog .post .excerpt-col p,
.archive .post .excerpt-col p {
  margin-bottom: 18px;
}
.blog .post .excerpt-col .more-tag,
.archive .post .excerpt-col .more-tag {
  display: block;
  text-transform: uppercase;
  margin: 24px 0 0;
  float: right;
}
.single-post #top-section {
  margin-bottom: 60px;
  position: relative;
}
.single-post #top-section #image-section {
  position: relative;
  padding-right: 0;
  min-height: 320px;
  width: auto;
  max-width: 58.333%;
}
.single-post #top-section #image-section .post-image {
  width: 100%;
  height: auto !important;
}
.single-post #top-section #title-section {
  position: absolute;
  right: 0;
  bottom: 40px;
}
.single-post #top-section #title-section .post-title {
  margin-top: 142px;
}
.single-post #top-section #title-section .post-category {
  padding: 12px;
  font-size: 21px;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  background: #809999;
  position: absolute;
  top: 66px;
  left: -12px;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.single-post #top-section #title-section .post-category:hover {
  background: #546363;
  left: -9px;
}
.single-post #top-section #title-section .post-meta {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  color: #809999;
}
.single-post #top-section #title-section .post-meta.date {
  text-transform: none;
}
.single-post hr {
  width: 75%;
}
.single-post #post-content {
  color: #809999;
}
.single-post #post-content span,
.single-post #post-content p {
  color: #809999 !important;
}
.single-post #post-content p {
  margin-bottom: 2rem;
}
.single-post .prev-next-wrap {
  *zoom: 1;
  margin: 120px auto 0;
  padding: 0;
}
.single-post .prev-next-wrap:before,
.single-post .prev-next-wrap:after {
  display: table;
  content: "";
}
.single-post .prev-next-wrap:after {
  clear: both;
}
.single-post .share-wrap {
  *zoom: 1;
  margin: 36px 0;
}
.single-post .share-wrap:before,
.single-post .share-wrap:after {
  display: table;
  content: "";
}
.single-post .share-wrap:after {
  clear: both;
}
.single-post .share-wrap .twitter-share-button,
.single-post .share-wrap .fb-share-button {
  float: left;
  clear: both;
  margin: 6px 0;
}
#footer {
  background: #b7c8c9;
  border-top: 36px solid #3a4847;
  padding: 60px 0;
  margin: 148px 0 0;
}
#footer .wrapper {
  position: relative;
}
#footer .wrapper:after {
  content: '';
  display: block;
  width: 600px;
  height: 358px;
  background: transparent url('../images/footer-logo.png') center no-repeat;
  position: absolute;
  right: 120px;
  top: -244px;
}
#footer .wrapper h5 a {
  color: #546363;
  text-transform: uppercase;
}
#footer .wrapper p {
  line-height: 1.3;
}
#footer .wrapper a {
  color: #809999;
}
#footer .wrapper a:hover {
  color: #e77270;
}
#footer .wrapper i {
  display: inline-block;
  margin: 24px 3px 0;
  font-size: 21px;
}
#footer .wrapper .col-3 {
  width: 20%;
  padding-top: 10px;
}
#footer .wrapper .col-3:first-child {
  margin-left: 10%;
}
#footer .wrapper #footer-menu {
  margin-top: 49px;
  text-align: right;
  position: relative;
  z-index: 1000;
}
#footer .wrapper #footer-menu li a {
  cursor: pointer;
  line-height: 1.3;
  font-weight: bold;
}
#footer .wrapper .credits {
  text-align: right;
  margin: 108px 12px 0 0;
  color: #9cbaba;
}
#footer .wrapper .credits a {
  color: #9cbaba;
  font-weight: 900;
  position: relative;
  display: inline-block;
  -webkit-transition: .6s all;
  -moz-transition: .6s all;
  -o-transition: .6s all;
  transition: .6s all;
}
#footer .wrapper .credits a:hover {
  -webkit-transition: all 0.2s cubic-bezier(0.175, 2, 1, 1.65);
  -moz-transition: all 0.2s cubic-bezier(0.175, 2, 1, 1.65);
  -o-transition: all 0.2s cubic-bezier(0.175, 2, 1, 1.65);
  transition: all 0.2s cubic-bezier(0.175, 2, 1, 1.65);
  color: #546363;
  top: 3px;
  letter-spacing: 5px;
  -webkit-transform: rotate(8deg);
}
@media screen and (min-width: 769px) {
  .page-template-page-home-php #hero .hero-header {
    margin-top: 108px;
    margin-left: 48px;
  }
  .page-template-page-home-php #hero .hero-header br {
    display: block;
  }
  .page-template-page-home-php #hero .hero-text {
    margin: 0 108px 32px;
  }
  .page-template-page-home-php #hero .button {
    margin-left: 108px;
  }
  .page-template-page-home-php #page .row h2,
  .page-template-page-home-php #page .row .sub-head {
    width: 70%;
  }
}
@media screen and (max-width: 1475px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  #main-nav #main-menu {
    padding-right: 2%;
  }
  #main-nav #main-menu li a {
    padding: 48px 18px 16px;
  }
  #contact .wrapper .row {
    width: 73%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 1366px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  h3,
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  .panel {
    max-width: 900px !important;
  }
  .page-template-page-home-php #hero {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-home-php #hero h1 {
    font-size: 48px;
  }
  .page-template-page-home-php #hero h5 {
    font-size: 18px;
  }
  .page-template-page-home-php #hero .hero-header {
    margin-top: 48px;
  }
  .page-template-page-home-php #hero .hero-text {
    margin-left: 72px;
  }
  .page-template-page-home-php #hero .icon-slider {
    width: 400px;
    height: 400px;
  }
  .page-template-page-home-php #hero .icon-slider .icon-wrap {
    width: 400px;
    height: 400px;
    padding-top: 30px;
  }
  .page-template-page-home-php #hero .icon-slider .icon-wrap:before,
  .page-template-page-home-php #hero .icon-slider .icon-wrap:after {
    width: 400px;
    height: 400px;
  }
  .page-template-page-home-php #hero .icon-slider .icon-wrap .fa {
    font-size: 260px;
    width: 260px;
  }
  .page-template-page-home-php #hero .icon-slider .icon-wrap .fa.fa-file-text {
    font-size: 200px;
    left: 48px;
    margin-top: 60px;
  }
  .page-template-page-home-php #hero .icon-slider .icon-wrap .fa.fa-gamepad {
    margin-top: 4px;
    left: -8px;
  }
  .page-template-page-home-php #hero .icon-slider .icon-wrap .fa.fa-rocket {
    margin-top: 36px;
  }
  .page-template-page-process-php #icon-row .icon-title {
    font-size: 30px;
    padding-bottom: 12px;
  }
  .page-template-page-process-php #icon-row .icon-wrap {
    margin: 24px auto;
  }
  .page-template-page-process-php #icon-row .icon-wrap .icon i {
    font-size: 96px;
  }
  .page-template-page-process-php #icon-row .icon-wrap .icon i.icon-shadow.fa-gamepad {
    margin-right: -104px;
  }
  .page-template-page-process-php #icon-row .icon-wrap .icon i.icon-shadow.fa-file-text {
    margin-right: -82px;
  }
  .page-template-page-process-php #icon-row .icon-wrap .icon i.icon-shadow.fa-rocket {
    margin-right: -90px;
  }
  .page-template-page-process-php #page-container #page .process-stage-wrap .container .col-6 {
    padding: 0 6%;
  }
  .single-case-study #cta-row .no-float {
    width: 100%;
  }
  .single-case-study #cta-row .image-column {
    display: none;
  }
  #footer {
    padding: 24px 0;
  }
  #footer .wrapper:after {
    width: 400px;
    background-size: contain;
    right: 8%;
    top: -205px;
  }
  #footer .wrapper #footer-menu {
    margin-top: 43px;
  }
  #footer .wrapper .credits {
    margin-top: 98px;
  }
}
@media screen and (max-width: 1280px) {
  #main-nav #main-menu li a {
    font-size: 30px;
    padding: 52px 9px 18px;
  }
}
@media screen and (max-width: 1000px) {
  #page ul li {
    padding-left: 12px;
  }
  #page ul li:before {
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
  }
  #main-nav #main-menu li a {
    font-size: 24px;
    padding: 58px 6px 18px;
    margin-left: 6px;
  }
  #contact .wrapper .row .wpcf7-form .wpcf7-form-control-wrap.name,
  #contact .wrapper .row .wpcf7-form .wpcf7-form-control-wrap.email,
  #contact .wrapper .row .wpcf7-form .wpcf7-form-control-wrap.telephone,
  #contact .wrapper .row .wpcf7-form .wpcf7-form-control-wrap.project {
    width: 100%;
  }
  .page-template-page-process-php #icon-row .icon-title {
    font-size: 24px;
  }
  .page-template-page-process-php #icon-row .icon-wrap {
    margin: 12px auto;
  }
  .page-template-page-process-php #page-container #page .process-stage-wrap .container .col-6 {
    padding: 0 24px;
  }
  .single-post #top-section {
    margin-bottom: 36px;
  }
  .single-post #top-section #image-section {
    padding-right: 24px;
  }
  .single-post #top-section #title-section {
    position: relative;
    top: 0;
  }
  .single-post #top-section #title-section .post-title {
    margin: 24px 0 12px;
  }
  .single-post #top-section #title-section .post-meta {
    font-size: 14px;
  }
  .single-post #top-section #title-section .post-category {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3,
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  hr {
    margin: 36px auto;
    border-left: 24px solid #e77270;
  }
  .button,
  .light-button {
    display: block;
    text-align: center;
    width: calc(100% - 12px);
    font-size: 18px;
    padding: 12px 18px;
    left: 0;
  }
  .light-button {
    padding: 3px;
  }
  .icon-slider,
  .page-template-page-home-php #hero .icon-explanation,
  .page-template-page-home-php #hero .icon-title {
    display: none;
  }
  .prev-next-wrap {
    width: 100%;
    padding: 36px 24px 0;
  }
  .prev-next-wrap .previous-posts a,
  .prev-next-wrap .next-posts a {
    text-align: center;
    float: none;
    width: 100%;
    margin-bottom: 12px;
  }
  .row.panel-row {
    margin: 0 24px 48px;
    padding: 0;
  }
  .row.panel-row .col-4 {
    padding: 48px 24px 24px;
  }
  .row.panel-row .icon-wrap,
  .row.panel-row .middle-col:before,
  .row.panel-row .middle-col:after {
    display: none;
  }
  .panel .button {
    margin: 0 0 24px;
  }
  #main-nav {
    position: fixed;
    top: 0;
  }
  #main-nav .logo-link {
    width: 40%;
    height: 60px;
    z-index: 9999;
    position: relative;
  }
  #main-nav .logo-link .logo {
    max-width: 72px;
  }
  #main-nav .menu-wrap {
    height: 36px;
    width: 36px;
    position: absolute;
    right: 12px;
    top: 12px;
    border-top: 17px solid #3a4847;
    border-bottom: 17px solid #3a4847;
    background: #809999;
    cursor: pointer;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
  }
  #main-nav .menu-wrap:before,
  #main-nav .menu-wrap:after {
    content: '';
    display: block;
    width: 36px;
    height: 2px;
    background: #809999;
    position: absolute;
    right: 0;
    top: -12px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
  }
  #main-nav .menu-wrap:after {
    top: 12px;
  }
  #main-nav .menu-wrap #main-menu {
    position: fixed;
    padding-top: 36px;
    right: -100%;
    top: 60px;
    height: 100%;
    width: 100%;
    background: #3a4847;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
  }
  #main-nav .menu-wrap #main-menu li {
    float: none;
    text-align: right;
  }
  #main-nav .menu-wrap #main-menu li a {
    padding: 18px 0 12px;
    margin: 0 6px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
  #main-nav .menu-wrap.toggled {
    background: #3a4847;
  }
  #main-nav .menu-wrap.toggled:before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #main-nav .menu-wrap.toggled:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #main-nav .menu-wrap.toggled #main-menu {
    right: 0;
  }
  #contact {
    top: 50px;
    height: calc(100% - 50px);
    position: fixed;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #contact .wrapper .row {
    padding: 36px 12px 24px;
    width: 100%;
    margin: 0;
  }
  #contact .wrapper .row .contact-header i {
    font-size: 48px;
    top: -54px;
    right: -24px;
  }
  #contact .wrapper .row .contact-info .fa {
    font-size: 24px;
    margin: 24px 6px 0;
  }
  #contact .wrapper .row .wpcf7 .wpcf7-form-control-wrap.name,
  #contact .wrapper .row .wpcf7 .wpcf7-form-control-wrap.email,
  #contact .wrapper .row .wpcf7 .wpcf7-form-control-wrap.telephone,
  #contact .wrapper .row .wpcf7 .wpcf7-form-control-wrap.project {
    width: 100%;
    margin-right: 0;
  }
  #page-container {
    margin-top: 60px;
  }
  #page {
    margin: 48px auto;
  }
  .page-template-page-home-php #page .row {
    margin-bottom: 24px;
  }
  .page-template-page-home-php #page .row.not-hero .sub-head {
    font-size: 14px;
    margin-bottom: 36px;
  }
  .page-template-page-home-php #page .row.not-hero#blog #more-buttons .light-button {
    margin: 6px;
  }
  .page-template-page-home-php #page .row.project {
    margin: 0 0 24px;
  }
  .page-template-page-home-php #page .row.project .image-col {
    padding-top: 0;
    margin-bottom: 18px;
  }
  .page-template-page-home-php #page .row.project .project-excerpt {
    left: 0;
    padding: 12px;
    margin-bottom: 24px;
  }
  .page-template-page-home-php #page .row.project .project-subtitle {
    margin: 0 0 24px;
    font-size: 18px;
    text-align: center;
  }
  .page-template-page-home-php #page .row.project .project-title {
    font-size: 24px;
    margin: 0 0 12px;
    text-align: center;
  }
  .page-template-page-home-php #page .row.project .testimonial {
    max-width: 100%;
    left: 0;
    padding: 0;
  }
  .page-template-page-home-php #hero {
    margin-bottom: 0;
  }
  .page-template-page-home-php #hero .hero-header {
    margin-top: 0;
    font-size: 24px;
  }
  .page-template-page-home-php #hero .hero-text {
    margin: 0 0 32px;
    width: auto;
  }
  .page-template-page-home-php #hero .button {
    margin-bottom: 0;
  }
  .page-template-page-process-php .skip-to-bios {
    display: none;
  }
  .page-template-page-process-php #process-hero .process-eye {
    position: relative;
    width: 50%;
    height: 100px;
    margin-bottom: 24px;
  }
  .page-template-page-process-php #process-hero {
    padding-bottom: 36px;
  }
  .page-template-page-process-php .skip-to-bios {
    display: none;
  }
  .page-template-page-process-php #page-container #page {
    margin-top: 48px;
  }
  .page-template-page-process-php #page-container #page .container {
    position: relative;
    margin: 0 0 48px;
  }
  .page-template-page-process-php #page-container #page .process-stage-wrap {
    position: relative;
    height: auto;
  }
  .page-template-page-process-php #page-container #page .process-stage-wrap .container {
    position: relative;
    margin: 0 0 36px;
  }
  .page-template-page-process-php #page-container #page .process-stage-wrap .container #explain-row .icon-title {
    display: block;
    margin: 36px 0 24px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
  }
  .page-template-page-process-php #icon-row .icon-wrap {
    margin: 12px auto;
    width: 100%;
  }
  .page-template-page-process-php #icon-row .icon-wrap .icon i {
    font-size: 60px;
  }
  .page-template-page-process-php #icon-row .icon-wrap .icon i.icon-shadow {
    display: none;
  }
  .page-template-page-process-php #icon-row .icon-title {
    display: none;
  }
  .page-template-page-process-php .container.bottom-container {
    position: relative;
  }
  .page-template-page-process-php .container.bottom-container .col-3,
  .page-template-page-process-php .container.bottom-container .col-6 {
    margin-bottom: 60px;
  }
  .page-template-page-process-php .container.bottom-container #footer {
    position: relative;
    margin-top: 36px;
  }
  .page-template-page-process-php .container.bottom-container #footer .col-6 {
    margin-bottom: 24px;
  }
  .page-template-archive-case-study-php #hero {
    margin-bottom: 24px;
  }
  .page-template-archive-case-study-php .hero-header br {
    display: none;
  }
  .page-template-archive-case-study-php hr {
    margin: 24px auto;
  }
  .project.row.right,
  .project.row {
    margin: 60px 24px 60px;
  }
  .project.row.right [class^="col-"],
  .project.row [class^="col-"],
  .project.row.right [class*=" col-"],
  .project.row [class*=" col-"] {
    float: none;
    width: 100%;
  }
  .project.row.right .image-col,
  .project.row .image-col,
  .project.row.right .info-col,
  .project.row .info-col,
  .project.row.right .testimonial-col,
  .project.row .testimonial-col {
    padding: 0;
  }
  .project.row.right .project-title,
  .project.row .project-title {
    text-align: center;
    margin: 36px 0 6px;
    width: 100%;
  }
  .project.row.right .project-subtitle,
  .project.row .project-subtitle {
    text-align: center;
    margin: 0 0 24px;
    width: 100%;
    font-size: 18px;
  }
  .project.row.right .project-image,
  .project.row .project-image {
    float: none;
    margin-bottom: 0;
  }
  .project.row.right .project-excerpt,
  .project.row .project-excerpt {
    left: 0;
    padding: 12px;
    margin-bottom: 24px;
  }
  .project.row.right .testimonial,
  .project.row .testimonial {
    float: none;
    padding: 0 12px;
    left: 0;
  }
  .project.row.right .testimonial .developer-logo,
  .project.row .testimonial .developer-logo {
    max-width: 80%;
    margin: 36px auto 24px;
  }
  .project.row.right .view-project,
  .project.row .view-project {
    margin: 48px 0 0;
    width: 100%;
    text-align: center;
  }
  .single-case-study #image-section {
    padding-left: 24px;
  }
  .single-case-study #image-section .project-image {
    padding: 0;
    box-shadow: none;
  }
  .single-case-study #title-section .post-category {
    display: none;
  }
  .single-case-study #title-section .project-title {
    margin: 36px 0 6px;
    clear: both;
  }
  .single-case-study #title-section .project-subtitle {
    font-size: 14px;
  }
  .single-case-study #project-content .testimonial-wrapper {
    padding: 12px;
  }
  .blog .post,
  .archive .post {
    margin-bottom: 36px;
  }
  .blog .archive-title,
  .archive .archive-title {
    padding: 0;
    margin-bottom: 66px;
  }
  .blog .archive-title form,
  .archive .archive-title form {
    top: 36px;
    right: auto;
    left: 0;
  }
  .blog .archive-title form select,
  .archive .archive-title form select {
    position: static;
    height: 30px;
    font-size: 14px;
  }
  #footer {
    padding: 12px 0;
    margin-top: 0;
  }
  #footer .wrapper {
    text-align: center;
  }
  #footer .wrapper:after {
    display: none;
  }
  #footer .wrapper .col-3 {
    width: 100%;
    margin: 0 !important;
  }
  #footer .wrapper #footer-menu {
    margin-top: 12px;
    text-align: center;
  }
  #footer .wrapper .credits {
    text-align: center;
    margin-top: 36px;
  }
}
