/* Site defaults */

body {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300;
}

p {
  font-size: 18px;
}

a {
  color: #d96051;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: rgba(217, 96, 81, .75);
  text-decoration: none;
}

.hr {
  max-width: 300px;
  height: 1px;
  padding: 0;
  text-align: center;
  clear: left;
  display: block;
  margin: 20px auto 40px auto;
  width: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(51, 51, 51, 1), rgba(51, 51, 51, 1), rgba(255, 255, 255, 1));
}

.hr:before {
  content: "\e01e";
  font-family: 'et-line';
  font-weight: normal;
  position: relative;
  top: -0.7em;
  color: #333;
  font-size: 22px;
  padding: 0.4em 0.2em 0.4em 0.4em;
  border-radius: 50%;
  background-color: #fff;
}

.hr-split {
  height: 1px;
  padding-: 0;
  text-align: center;
  clear: left;
  display: block;
  margin: 40px auto 20px;
  width: 80%;
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.5), rgba(255, 255, 255, 1));
}

.hr-split:before {
  content: "\e030";
  font-family: 'et-line';
  font-weight: normal;
  position: relative;
  top: -0.7em;
  color: #333;
  font-size: 22px;
  padding: 0.4em 0.2em 0.4em 0.4em;
  border-radius: 50%;
  background-color: #fff;
}

.btn-outline {
  background: transparent;
  border: 1px solid #999;
  border-radius: 1px;
  font-weight: 300;
  color: #333;
  text-transform: uppercase;
  line-height: 25px;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.btn-outline i {
  padding-right: 5px;
}

a.btn-outline {
  color: #333;
}

.btn-outline:hover {
  background-color: rgba(51, 51, 51, .05);
}

.btn-outline-white {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 1px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 1px;
  font-weight: 300;
  text-transform: uppercase;
}

.nav-button {
  margin-top: 9px;
}

.padding-50 {
  padding: 50px 0;
}


/* Header section */

header {
  background-image: url('assets/img/header-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 100px 0 70px;
  height: 100vh;
}

header.inner-page {
  padding: 0;
  height: auto;
}

header.inner-page h1 {
  font-size: 70px !important;
  font-weight: 300;
}

header h1 {
  font-size: 90px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: -2px;
  text-shadow: 0 0 1px #666;
  margin-bottom: 0;
}

header h2 {
  font-size: 38px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-shadow: 0 0 1px #666;
  margin-top: 0;
}

header p {
  font-size: 18px;
  color: #fff;
  padding: 25px 50px 0;
  text-align: center;
  text-shadow: 0 0 1px #666;
}

.header-section {
  padding-top: 100px;
  padding-bottom: 75px;
}

.header-section .btn {
  margin-top: 25px;
}


/* Button outline */

.wire-button {
  color: #333;
  font-size: 15px;
  font-family: Raleway;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0);
  border-color: #333;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wire-button:hover, .wire-button-fa:hover {
  color: #333;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.075);
  border-color: #333;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
}

.black-button {
  color: #fff;
  font-size: 15px;
  font-family: Raleway;
  padding: 15px 30px;
  background-color: #222222;
  border-color: #111;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.black-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(34, 34, 34, 0.7);
  border-color: #111;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
}


/* Section defaults */

section {
  padding: 55px 0;
}

.section-header {
  padding-bottom: 35px;
}

.section-header-no-padding {
  padding-bottom: 0px;
}

.section-header h1, .section-header-no-padding h1 {
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-weight: 300;
}

.title p {
  width: 85%;
  margin: 0 auto;
}


/* About section */

.about h3 {
  font-weight: 300;
  margin-top: 0;
}

.me-and-him {
  padding-top: 60px;
}

.me-and-him-lower {
  padding-top: 0;
}

.me-and-him i, .me-and-him-lower i {
  font-size: 40px;
  padding-bottom: 5px;
}

.me-and-him p, .me-and-him-lower p {
  padding: 0 20px 0 0;
}

.me-and-him img {
  margin: 0 auto;
}

img.montage {
  border-color: transparent !important;
}

img.montage:hover {
  box-shadow: none !important;
}

.fa-linkedin {
  color: #0077B5;
}


/* Process */

.process-inner {
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.process-inner .icon-holder {
  position: relative;
  top: 70px;
  display: inline-block;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}

.process-inner .heading {
  position: relative;
  top: 60px;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.process-inner .icon-holder>img.icon {
  width: 40px;
}

.process-inner:hover {
  border-color: #d96051;
}

.process-inner:hover .icon-holder {
  top: 30px;
}

.process-inner:hover .heading {
  top: 0px;
}

.process-inner .description {
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  padding-bottom: 40px;
  line-height: 20px;
  font-weight: 200;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.process-inner:hover .description {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.process-inner .btn {
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  margin-top: -20px;
}

.process-inner a {
  color: #333;
}


/*
.process-inner a:hover {
    background-color: rgba(51, 51, 51, .05);
}
*/

.process-inner:hover .btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.process {
  /*background-color: #f6f6f6;*/
  padding-bottom: 25px;
}

.process-inner i {
  font-size: 40px;
  margin-bottom: 35px;
  color: #333;
}

.process-inner h3 {
  font-weight: 300;
  text-transform: uppercase;
}


/* Subscribe section */

section.subscribe {
  padding-top: 25px;
  padding-bottom: 25px;
}

.subscribe {
  background-color: #111;
}

.subscribe h3 {
  color: #fff;
  font-weight: lighter;
  text-transform: uppercase;
  margin-top: 10px;
}


/* Inspiration / Quote */

section.inspiration {
  padding-top: 30px;
  padding-bottom: 30px;
}

section.quote {
  padding-top: 10px;
  padding-bottom: 10px;
}

.inspiration, .quote {
  background-color: #111;
}

.inspiration h3, .quote h3 {
  color: #fff;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}

.inspiration p {
  color: #fff;
  font-weight: lighter;
}

.fa-quote-left {
  padding-right: 7px;
  font-size: 20px !important;
}


/* T-Shirts */

.tshirts img {
  margin: 0 auto;
  padding: 8px;
  border: 1px solid #eee !important;
  margin-bottom: 25px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tshirt-panel {
  padding: 20px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.tshirt-panel:hover {
  background-color: #f9f7f7;
}


/* Portfolio section */

.code img {
  padding: 8px;
  border: 1px solid #eee;
  margin-bottom: 25px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.code img:hover {
  box-shadow: 0 0 10px #ddd;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 70%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

p.me-text {
  text-align: left;
}

.code h4>a {
  position: relative;
  color: #333;
  font-weight: 300;
  text-decoration: none;
  padding-bottom: 3px;
}

.code h4>a:hover {
  color: #333;
  padding-bottom: 3px;
}

.code h4>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #333;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.code h4>a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/* Contact form */

section#contact {
  padding-bottom: 0 !important;
}

#contact {
  background-image: url('assets/img/background.jpg');
  background-color: #333;
  background-size: cover;
  background-color: #111;
  position: relative;
}

#contact h1 {
  font-size: 41px;
  font-weight: 400;
  margin-bottom: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

#contact p {
  font-size: 16px;
  max-width: 375px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0 20px;
  color: #d6d6d6;
}

#contact .contact-form {
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}

#contact .contact-form .control-group {
  max-width: 346px;
  margin-right: auto;
  margin-left: auto;
}

#contact .contact-form .control-group:nth-child(3) {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#contact .contact-form label {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
  color: #b1b1b1;
}

#contact .contact-form input, #contact .contact-form textarea {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 300;
  overflow: hidden;
  width: 100%;
  height: 50px;
  margin-bottom: 22px;
  padding-left: 10px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  letter-spacing: 1px;
  color: #d6d6d6;
  border: none;
  border: 1px solid #d6d6d6 !important;
  border-radius: 0;
  outline: none;
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}

#contact .contact-form input::-webkit-input-placeholder, #contact .contact-form textarea::-webkit-input-placeholder {
  color: #d6d6d6;
}

#contact .contact-form input::-moz-placeholder, #contact .contact-form textarea::-moz-placeholder {
  color: #d6d6d6;
}

#contact .contact-form.error input.active, #contact .contact-form.error textarea.active {
  border-color: rgba(251, 9, 9, 1) !important;
}

#contact .contact-form.success input, #contact .contact-form.success textarea {
  background: rgba(255, 255, 255, 0) !important;
}

#contact .contact-form textarea {
  height: 110px;
  padding-top: 10px;
  resize: none !important;
}

#contact .contact-form input:focus, #contact .contact-form input:active {
  border: 1px solid #d6d6d6;
  outline: none;
  background: rgba(255, 255, 255, .06);
}

#contact .contact-form textarea:focus, #contact .contact-form textarea:active {
  border: 1px solid #fff;
  outline: none;
  background: rgba(255, 255, 255, .06);
}

#contact .contact-form button {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 50px;
  position: relative;
  display: block;
  overflow: hidden;
  width: 145px;
  height: 50px;
  margin: 38px auto 0 auto;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  background: rgba(255, 255, 255, 1);
}

#contact .contact-form.success button {
  border-color: rgba(95, 234, 110, 1) !important;
  background: rgba(95, 234, 110, 1) !important;
}

#contact .contact-form.error button {
  border-color: rgba(251, 9, 9, 1) !important;
  background: rgba(251, 9, 9, 1) !important;
}

#contact .contact-form button:hover, #contact .contact-form button:focus, #contact .contact-form button:active {
  color: #000;
  border-color: #d6d6d6;
  outline: none !important;
  background: rgba(255, 255, 255, .00);
  box-shadow: none;
}

#contact .contact-form button:hover {
  background: rgba(255, 255, 255, .00) !important;
}

#contact .contact-form button:focus, #contact .contact-form button:active {
  background: rgba(255, 255, 255, 1);
}

#contact .contact-form .btn-primary[disabled] {
  opacity: 1;
  color: #fff;
  border: 1px solid #fff;
  outline: none;
  background: rgba(255, 255, 255, 1);
}

#contact .contact-form.error button:hover, #contact .contact-form.error button:focus, #contact .contact-form.error button:active {
  border-color: rgba(251, 9, 9, 1);
}

#contact .contact-form.error button:focus {
  background: rgba(251, 9, 9, 1);
}

#contact .contact-form.success button:hover, #contact .contact-form.success button:focus, #contact .contact-form.success button:active {
  border-color: rgba(95, 234, 110, 1);
}

#contact .contact-form.success button:hover, #contact .contact-form.success button:focus {
  background: rgba(95, 234, 110, 1) !important;
}

#contact .contact-form button::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  background: rgba(255, 255, 255, 1);
}

#contact .contact-form.success button::before {
  background: rgba(95, 234, 110, 1) !important;
}

#contact .contact-form.error button::before {
  background: rgba(251, 9, 9, 1) !important;
}

#contact .contact-form.success button::before {
  background: rgba(255, 255, 255, 1);
}

#contact .contact-form button:hover::before {
  right: 0;
  left: auto;
  width: 0;
}

#contact .contact-form.success button:hover::before {
  right: 0;
  left: 0;
  width: 100%;
}

#contact .contact-form button i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

#contact .contact-form button:hover i {
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

#contact .contact-form button i.first {
  left: -200%;
  color: #fff;
}

#contact .contact-form button i.second {
  left: 0;
}

#contact .contact-form button:hover i.first {
  left: 0;
}

#contact .contact-form button:hover i.second {
  left: 200%;
}

#contact .contact-form.error button i.second:before {
  content: '\e646';
  color: #fff;
}

#contact .contact-form.success button i.second:before {
  content: '\e64c';
  color: #fff;
}

#contact .contact-form.success button:hover i.first {
  left: -200%;
}

#contact .contact-form.success button:hover i.second {
  left: 0;
}

#contact .social-icons {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#contact .social-icons li {
  display: inline-block;
  margin: 0 15px;
}

#contact .social-icons li a {
  font-size: 16px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  color: #000;
  border-radius: 2px;
  background: rgba(255, 255, 255, .9);
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

#contact .social-icons li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .06);
}

#contact .overlay {
  position: absolute;
  top: 0;
  left: 0;
  /*background: url('assets/img/overlays/02.png');*/
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
}

p.footnote {
  color: #fff;
  font-weight: lighter;
  font-size: 13px !important;
  padding-top: 25px !important;
  margin-bottom: 15px !important;
}


/* Pages */

.code-snippets h2, .code-snippets h3, .code-snippets p {
  font-weight: 300;
  text-align: center;
}

.code-snippets h3 {
  text-transform: uppercase;
}

.code-snippets img {
  margin: 0 auto;
}
