/*

Theme Name: Bones

Theme URI: https://kurt.is

Author: Kurtis Bradley

Author URI: https://kurt.is

Version: 1.5.0

Text Domain: bones

*/

/*--------------------------------------------------------------

Normalize v8.0.0

--------------------------------------------------------------*/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/*--------------------------------------------------------------

Responsive Grid System

--------------------------------------------------------------*/

.row .col.s1,
.row .col.s10,
.row .col.s11,
.row .col.s12,
.row .col.s2,
.row .col.s3,
.row .col.s4,
.row .col.s5,
.row .col.s7,
.row .col.s8,
.row .col.s9 {
  left: auto;
  right: auto;
}
.container .row {
  margin-left: -20px;
  margin-right: -20px;
}
.row,
.row .col.s1,
.row .col.s10,
.row .col.s11,
.row .col.s12,
.row .col.s2,
.row .col.s3,
.row .col.s4,
.row .col.s5,
.row .col.s7,
.row .col.s8,
.row .col.s9 {
  margin-left: auto;
}
.row {
  margin-right: auto;
  margin-top: 20px;
}
.row:first-child {
  margin-top: 0;
}
.row .col {
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 1px;
}
.row .col[class*="push-"],
.row .col[class*="pull-"] {
  position: relative;
}
.row .col.s1 {
  width: 8.3333333333%;
}
.row .col.s2 {
  width: 16.6666666667%;
}
.row .col.s3 {
  width: 25%;
}
.row .col.s4 {
  width: 33.3333333333%;
}
.row .col.s5 {
  width: 41.6666666667%;
}
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s7 {
  width: 58.3333333333%;
}
.row .col.s8 {
  width: 66.6666666667%;
}
.row .col.s9 {
  width: 75%;
}
.row .col.s10 {
  width: 83.3333333333%;
}
.row .col.s11 {
  width: 91.6666666667%;
}
.row .col.s12 {
  width: 100%;
}
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}
.row .col.pull-s1 {
  right: 8.3333333333%;
}
.row .col.push-s1 {
  left: 8.3333333333%;
}
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}
.row .col.pull-s2 {
  right: 16.6666666667%;
}
.row .col.push-s2 {
  left: 16.6666666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}
.row .col.pull-s4 {
  right: 33.3333333333%;
}
.row .col.push-s4 {
  left: 33.3333333333%;
}
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}
.row .col.pull-s5 {
  right: 41.6666666667%;
}
.row .col.push-s5 {
  left: 41.6666666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}
.row .col.pull-s7 {
  right: 58.3333333333%;
}
.row .col.push-s7 {
  left: 58.3333333333%;
}
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}
.row .col.pull-s8 {
  right: 66.6666666667%;
}
.row .col.push-s8 {
  left: 66.6666666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}
.row .col.pull-s10 {
  right: 83.3333333333%;
}
.row .col.push-s10 {
  left: 83.3333333333%;
}
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}
.row .col.pull-s11 {
  right: 91.6666666667%;
}
.row .col.push-s11 {
  left: 91.6666666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width: 601px) {
  .row .col.m1,
  .row .col.m10,
  .row .col.m11,
  .row .col.m12,
  .row .col.m2,
  .row .col.m3,
  .row .col.m4,
  .row .col.m5,
  .row .col.m7,
  .row .col.m8,
  .row .col.m9 {
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m1 {
    width: 8.3333333333%;
  }
  .row .col.m2 {
    width: 16.6666666667%;
  }
  .row .col.m3 {
    width: 25%;
  }
  .row .col.m4 {
    width: 33.3333333333%;
  }
  .row .col.m5 {
    width: 41.6666666667%;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
  }
  .row .col.m8 {
    width: 66.6666666667%;
  }
  .row .col.m9 {
    width: 75%;
  }
  .row .col.m10 {
    width: 83.3333333333%;
  }
  .row .col.m11 {
    width: 91.6666666667%;
  }
  .row .col.m12 {
    width: 100%;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .row .col.l1,
  .row .col.l10,
  .row .col.l11,
  .row .col.l12,
  .row .col.l2,
  .row .col.l3,
  .row .col.l4,
  .row .col.l5,
  .row .col.l7,
  .row .col.l8,
  .row .col.l9 {
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l1 {
    width: 8.3333333333%;
  }
  .row .col.l2 {
    width: 16.6666666667%;
  }
  .row .col.l3 {
    width: 25%;
  }
  .row .col.l4 {
    width: 33.3333333333%;
  }
  .row .col.l5 {
    width: 41.6666666667%;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
  }
  .row .col.l8 {
    width: 66.6666666667%;
  }
  .row .col.l9 {
    width: 75%;
  }
  .row .col.l10 {
    width: 83.3333333333%;
  }
  .row .col.l11 {
    width: 91.6666666667%;
  }
  .row .col.l12 {
    width: 100%;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}

.container .row,
.s-container .row,
.l-container .row {
  margin-left: -20px;

  margin-right: -20px;
}

.row {
  margin-top: 20px;
}

.row .col {
  padding-left: 30px;

  padding-right: 30px;
}

/*--------------------------------------------------------------

Elements

--------------------------------------------------------------*/

html {
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;

  -moz-box-sizing: inherit;

  box-sizing: inherit;
}

body {
  background: #fff;

  color: #555;

  font-family: "Roboto", sans-serif;

  font-size: 16px;

  font-weight: 400;

  line-height: 1.618;

  margin: 0;

  -webkit-animation: fadein 2s;

  -moz-animation: fadein 2s;

  -ms-animation: fadein 2s;

  -o-animation: fadein 2s;

  animation: fadein 2s;
}

::-moz-selection {
  background: #007fff;

  color: #fff;
}

::selection {
  background: #007fff;

  color: #fff;
}

hr {
  background: #eee;

  border: 0;

  height: 1px;

  margin-bottom: 20px;
}

ul,
ol {
  margin: 0 0 20px 20px;

  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 20px 20px;
}

img {
  height: auto;

  max-width: 100%;
}

table {
  margin: 0 0 20px;

  width: 100%;
}

p {
  margin: 0 0 20px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

pre {
  background: #eee;

  font-family: "Courier 10 Pitch", Courier, monospace;

  font-size: 0.875em;

  line-height: 1.5;

  margin-bottom: 20px;

  max-width: 100%;

  overflow: auto;

  padding: 20px;
}

embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------

Clear

--------------------------------------------------------------*/

.clear:before,
.clear:after,
.container:before,
.container .row:before,
.container:after,
.container .row:after,
.s-container:before,
.s-container .row:before,
.s-container:after,
.s-container .row:after,
.l-container:before,
.l-container .row:before,
.l-container:after,
.l-container .row:after {
  content: "";

  display: table;
}

.clear:after,
.container:after,
.container .row:after,
.s-container:after,
.s-container .row:after,
.l-container:after,
.l-container .row:after {
  clear: both;
}

.clear,
.container,
.container .row,
.s-container,
.s-container .row,
.l-container,
.l-container .row {
  *zoom: 1;
}

/*--------------------------------------------------------------

Titles

--------------------------------------------------------------*/

h1,
h2,
h3,
h4 {
  font-weight: 300;

  margin: 0 0 60px;

  color: #222;

  line-height: 1.25;
}

h1 {
  font-size: 3.375em;
}

h2 {
  font-size: 1.5em;

  font-weight: 400;
}

h3 {
  font-size: 1rem;
}

h4 {
  font-size: 0.75em;
}

/*--------------------------------------------------------------

Links

--------------------------------------------------------------*/

a {
  color: #222;

  text-decoration: none;

  cursor: pointer;
}

a:hover {
  color: #007fff;
}

/*--------------------------------------------------------------

Forms

--------------------------------------------------------------*/

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.holder2 a.jp-next,
.holder2 a.jp-previous{
  outline: none;

  display: inline-block;

  padding: 0 16px;

  font-size: 0.875em;

  font-weight: 700;

  background: #fff;

  border: 2px solid #f7921e;

  color: #f7921e;

  text-transform: uppercase;

  border-radius: 5px;

  height: 44px;

  line-height: 42px;

  cursor: pointer;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.holder2 a.jp-next:hover,
.holder2 a.jp-previous:hover{
  background: #f7921e;

  border-color: #f7921e;

  color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
textarea {
  outline: none;

  display: inline-block;

  width: 100%;

  background: #fff;

  padding: 15px 20px;

  border: 1px solid #eee;

  margin-bottom: 10px;

  line-height: 1.3;

  border-radius: 5px;
}

select {
  border: 1px solid #eee;

  height: 40px;

  padding: 10px;

  width: 100%;

  display: inline-block;
}

input[type="number"] {
  padding: 0 0 0 10px;

  height: 40px;
}

input[type="search"] {
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #ccc;
}

textarea {
  height: 220px;

  resize: vertical;
}

/*--------------------------------------------------------------

Animations

--------------------------------------------------------------*/

.transition,
a,
input,
button,
textarea {
  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.animate {
  opacity: 0;
}

.animate.fade-left {
  opacity: 0;

  -webkit-transition: all 1s ease;

  -moz-transition: all 1s ease;

  -o-transition: all 1s ease;

  transition: all 1s ease;

  -webkit-transform: translate3d(-50px, 0px, 0px);

  -ms-transform: translate3d(-50px, 0px, 0px);

  transform: translate3d(-50px, 0px, 0px);
}

.animate.fade-right {
  opacity: 0;

  -webkit-transition: all 1s ease;

  -moz-transition: all 1s ease;

  -o-transition: all 1s ease;

  transition: all 1s ease;

  -webkit-transform: translate3d(50px, 0px, 0px);

  -ms-transform: translate3d(50px, 0px, 0px);

  transform: translate3d(50px, 0px, 0px);
}

.animate.fade-up {
  opacity: 0;

  -webkit-transition: all 1s ease;

  -moz-transition: all 1s ease;

  -o-transition: all 1s ease;

  transition: all 1s ease;

  -webkit-transform: translate3d(0px, 50px, 0px);

  -ms-transform: translate3d(0px, 50px, 0px);

  transform: translate3d(0px, 50px, 0px);
}

.animate.in-view {
  opacity: 1;

  -webkit-transform: translate3d(0px, 0px, 0px);

  -ms-transform: translate3d(0px, 0px, 0px);

  transform: translate3d(0px, 0px, 0px);
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*--------------------------------------------------------------

Wordpress

--------------------------------------------------------------*/

/* Menus */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 20px;

  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;

  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;

  text-align: right;

  width: 50%;
}

/* Alignments */

.alignleft {
  display: inline;

  float: left !important;
}

.alignright {
  display: inline;

  float: right !important;
}

.aligncenter {
  clear: both;

  display: block;

  margin-left: auto;

  margin-right: auto;
}

/* Comments */

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Captions */

.wp-caption {
  margin-bottom: 20px;

  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;

  margin-left: auto;

  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 10px 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries */

.gallery {
  margin-bottom: 20px;
}

.gallery-item {
  display: inline-block;

  text-align: center;

  vertical-align: top;

  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------

Helpers

--------------------------------------------------------------*/

.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.none {
  display: none;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.vertical-align {
  display: inline-block;

  vertical-align: middle;
}

.align-middle {
  position: relative;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

/* list */

.inline-list {
  list-style-type: none;

  padding: 0;

  margin: 0;
}

.inline-list li {
  display: inline-block;

  vertical-align: middle;

  margin-left: 10px;
}

.inline-list li:first-child {
  margin-left: 0;
}

/*--------------------------------------------------------------

General

--------------------------------------------------------------*/

.site {
  background: #fff;

  position: relative;

  z-index: 1;
}

.fixed-header .site {
  margin-top: 170px;
}

.container,
.s-container,
.l-container {
  max-width: 940px;

  width: 100%;

  margin: 0 auto;

  padding: 0 20px;
}

.s-container {
  max-width: 760px;
}

.l-container {
  max-width: 1160px;
}

.parallax-container {
  overflow: hidden;
}

/*--------------------------------------------------------------

Header

--------------------------------------------------------------*/

.fixed-header .site-header {
  background: #fff;

  position: fixed;

  top: 0;

  width: 100%;

  z-index: 100;

  padding: 0 20px;
}

.site-logo {
  float: left;

  margin: 0;

  padding: 17px 0;
}

.site-logo a,
.site-logo img {
  display: block;

  margin: 0 auto;

  max-height: 56px;
}

/*--------------------------------------------------------------

Navigation

--------------------------------------------------------------*/

.site-navigation {
  display: block;

  float: right;
}

.navigation-toggle {
  display: none;
}

.site-navigation ul {
  list-style: none;

  margin: 0;

  padding-left: 0;
}

.site-navigation li {
  display: inline-block;

  position: relative;
}

.site-navigation li a {
  display: block;

  text-decoration: none;

  padding: 38px 10px;

  line-height: 1;

  font-size: 0.875em;

  color: #808080;
}

.site-navigation a:hover {
  color: #5ca1cf;
}

.site-navigation ul ul {
  position: absolute;

  top: 20px;

  left: -999px;

  z-index: 1;
}

.site-navigation ul li:hover ul {
  left: 0;
}

.main-banner {
  margin-bottom: 80px;
}

/*--------------------------------------------------------------

Media Queries

--------------------------------------------------------------*/

@media screen and (max-width: 968px) {
  .benefits-banner h1 {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .site-navigation {
    padding: 37px 0px;
  }

  .navigation-toggle {
    display: block;

    position: relative;

    margin: 0;

    padding: 0;

    width: 25px;

    height: 16px;

    cursor: pointer;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .navigation-toggle span,
  .navigation-toggle span::before,
  .navigation-toggle span::after {
    display: block;

    position: absolute;

    left: 0;

    width: 100%;

    height: 2px;

    background: #333;

    transition: background 0s 0.3s;
  }

  .navigation-toggle span {
    top: 7px;
  }

  .navigation-toggle span::before {
    content: "";

    top: -7px;

    transition-property: top, transform;

    transition-duration: 0.3s, 0.3s;

    transition-delay: 0.3s, 0s;
  }

  .navigation-toggle span::after {
    content: "";

    bottom: -7px;

    transition-property: bottom, transform;

    transition-duration: 0.3s, 0.3s;

    transition-delay: 0.3s, 0s;
  }

  .menu-toggled .navigation-toggle span {
    background: none;
  }

  .menu-toggled .navigation-toggle span::before {
    top: 0;

    transform: rotate(45deg);

    transition-delay: 0s, 0.3s;
  }

  .menu-toggled .navigation-toggle span::after {
    bottom: 0;

    transform: rotate(-45deg);

    transition-delay: 0s, 0.3s;
  }

  .site-navigation ul {
    display: none;
  }

  a.login-btn {
    display: none;
  }

  .services {
    text-align: center;
  }

  .service-image {
    margin: 20px;
  }

  .services-line {
    width: 100% !important;
  }

  main {
    padding: 0px !important;
  }

  .container {
    margin: 0px !important;
  }

  .main-banner {
    padding: 20px;
  }

  .screen-icon {
    max-width: 200px !important;

    top: -225px !important;

    right: 60px !important;
  }

  .benefits-list {
    position: relative !important;

    top: 0 !important;

    padding-top: 0px !important;
  }

  .benefits-list h2 {
    text-align: center;

    padding: 45px 0px 10px 0px;
  }

  .benefits-banner {
    margin-bottom: 0px !important;

    min-height: 0px !important;
  }

  .contact-section h1 {
    text-align: center;
  }

  .row .col {
    float: left;
  }

  #contact {
    margin: 0 !important;
  }

  div.contact-section > div.col.m6:nth-child(1) {
    float: right !important;
  }

  .contact-section .alignright {
    margin-top: 0px !important;
  }

  .service-description {
    padding: 0px !important;
  }

  .benefits-list {
    margin-top: 0px !important;
  }

  h2 {
    line-height: 1.5;
  }

  h1.services-header {
    margin-left: auto;

    margin-right: auto;
  }

  .contact-header h1 {
    padding-left: 0px !important;
  }

  .alignright {
    padding-right: 0px !important;
  }

  .alignleft {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 600px) {
  .benefits-list {
    font-size: 1.5em !important;
  }

  .row .col {
    float: none !important;

    padding: 0px;
  }

  .contact-section {
    font-size: 14px;
  }

  .contact-section ul li p {
    padding: 0 0 0 40px !important;
  }

  .banner-heading {
    max-width: 100% !important;

    text-align: center;
  }

  .screen-icon {
    display: none;
  }

  .contact-header h1 {
    font-size: 2.5em;
  }

  .contact-section {
    text-align: center;
  }

  footer {
    position: absolute;

    z-index: 2;
  }

  .mobile-navigation {
    z-index: 1;
  }
}

/*--------------------------------------------------------------

Mobile Navigation

--------------------------------------------------------------*/

.mobile-navigation {
  display: none;
}

@media screen and (max-width: 768px) {
  .site {
    position: relative;

    z-index: 1;

    -webkit-transition: transform 0.5s ease;

    -moz-transition: transform 0.5s ease;

    -o-transition: transform 0.5s ease;

    transition: transform 0.5s ease;
  }

  .menu-toggled .site {
    -webkit-transform: translate3d(-250px, 0px, 0px);

    -ms-transform: translate3d(-250px, 0px, 0px);

    transform: translate3d(-250px, 0px, 0px);
  }

  .mobile-navigation {
    display: block;

    position: fixed;

    top: 0;

    bottom: 0;

    right: 0;

    width: 250px;

    background: #222;

    z-index: 0;

    overflow-y: auto;

    -webkit-overflow-scrolling: touch;

    opacity: 0;

    transition: all ease 0.5s;
  }

  .menu-toggled .mobile-navigation {
    opacity: 1;

    transition: all ease 0.5s;
  }

  .fixed-header .mobile-navigation {
    top: 90px;
  }

  .mobile-navigation ul {
    list-style-type: none;

    margin: 0;

    padding: 10px 0;
  }

  .mobile-navigation li {
    float: none;

    display: block;

    width: 100%;

    border-top: 1px solid #333;
  }

  .mobile-navigation li:first-child {
    border-top: none;
  }

  .mobile-navigation a {
    display: block;

    font-size: 1em;

    color: #fff;

    padding: 10px 30px;
  }
}

/*--------------------------------------------------------------

Banner

--------------------------------------------------------------*/

.benefits-banner .banner-image {
  height: 400px;

  height: 40vh;

  background-repeat: no-repeat;

  background-position: center center;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;
}

/*--------------------------------------------------------------

Main

--------------------------------------------------------------*/

/* General */

.site-main {
  padding: 60px 0;
}

/* Home */

.home-intro {
  text-align: center;
}

.home-columns {
  text-align: center;
}

.home-columns i {
  font-size: 70px;

  margin: 20px 0;

  color: #5ca1cf;
}

/* 404 */

.error-404 {
  text-align: center;
}

.error-404 h1 {
  font-size: 50px;

  margin-bottom: 20px;
}

.error-404 h2 {
  color: #4e4e4e;

  text-transform: none;

  font-size: 1.5em;

  margin-bottom: 40px;

  text-align: center;
}

.error-404 a.button {
  margin-bottom: 40px;
}

.error-404-social li a {
  color: #222;
}

.error-404-social li a:hover {
  color: #007fff;
}

.error-404-social li a i {
  font-size: 1.625em;
}

/*--------------------------------------------------------------

Blog

--------------------------------------------------------------*/

/* Archive*/

.blog-archive .page-title {
  text-align: center;

  margin: 0 0 60px;
}

.blog-archive .entry-image a,
.blog-archive .entry-image img {
  display: block;

  width: 100%;
}

.blog-archive .entry-image a:hover {
  opacity: 0.8;
}

.blog-archive .entry-summary a {
  display: block;

  margin: 5px 0 0;
}

.blog-archive .grid.col {
  margin-bottom: 20px;
}

.blog-archive .grid .entry-image {
  margin-bottom: 20px;
}

.blog-archive .grid .entry-header {
  text-align: center;
}

.blog-archive .grid .entry-summary {
  text-align: center;
}

.blog-archive .list {
  padding: 0 0 60px;

  border-bottom: 3px solid #eee;

  margin: 0 0 60px;
}

.blog-archive .list .entry-image {
  width: 35%;

  float: left;
}

.blog-archive .list .entry-header,
.blog-archive .list .entry-summary {
  width: 60%;

  float: left;

  margin-left: 5%;
}

.blog-archive .list .entry-summary p {
  margin: 0;
}

.pagination {
  position: relative;

  font-size: 11px;

  line-height: 13px;

  text-align: center;

  margin: 20px 0;
}

.pagination span,
.pagination a {
  display: inline-block;

  margin: 2px 2px 2px 0;

  padding: 6px 9px 5px 9px;

  text-decoration: none;

  width: auto;

  color: #fff;

  background: #222;
}

.pagination a:hover {
  color: #fff;

  background: #5ca1cf;
}

.pagination .current {
  padding: 6px 9px 5px 9px;

  background: #5ca1cf;

  color: #fff;
}

@media screen and (max-width: 600px) {
  .blog-archive .list .entry-image,
  .blog-archive .list .entry-header,
  .blog-archive .list .entry-summary {
    width: 100%;

    float: none;

    margin: 0;
  }

  .blog-archive .list .entry-image {
    padding: 0 0 20px;
  }
}

/* Single */

.blog-single .entry-header,
.blog-single .entry-image {
  text-align: center;
}

.blog-single .entry-title {
  margin: 0;
}

.blog-single .entry-image {
  padding: 60px 0;
}

.blog-single .entry-meta {
  margin: 0 0 10px;
}

/* Social Shares */

.social-shares {
  margin: 50px 0;
}

.social-share-link {
  margin-right: 10px;

  display: inline-block;
}

.social-share-button {
  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.social-share-icon i {
  font-size: 1.625em;
}

.social-share-button-email {
  color: #777;
}

.social-share-button-email:hover {
  color: #5e5e5e;
}

.social-share-button-facebook {
  color: #3b5998;
}

.social-share-button-facebook:hover {
  color: #2d4373;
}

.social-share-button-twitter {
  color: #55acee;
}

.social-share-button-twitter:hover {
  color: #2795e9;
}

/*--------------------------------------------------------------

Call to Action

--------------------------------------------------------------*/

.cta {
  background: #fff;

  text-align: center;

  padding: 30px 0 60px 0;
}

/*--------------------------------------------------------------

Footer

--------------------------------------------------------------*/

footer {
  background: #222;

  padding: 15px 0;

  color: #808080;

  text-align: center;
}

.footer-links {
  padding: 0;

  margin: 0;

  text-align: center;

  display: inline-block;
}

.footer-links li {
  list-style-position: inside;

  display: inline-block;

  margin-left: 10px;
}

.footer-links li a {
  display: list-item;

  line-height: 1;

  color: #808080;
}

.footer-links li a:hover,
.footer-links li a.active {
  color: #f7921e;
}

.copyright {
  text-align: center;

  background: #222;

  padding: 10px 0;

  color: #fff;

  font-size: 0.75em;
}

/*//////////// ADDITIONAL CSS //////////////////*/

.login-btn {
  display: inline-block;

  float: right;

  margin: 22px 10px;
}

.sub-header {
  max-width: 680px;
}

h2 span {
  color: #5ca1cf;
}

section {
  margin-top: 50px;
}

.services {
  background-color: #000;

  padding: 70px 20px;

  min-height: 300px;
}

h1.services-header {
  color: #fff;

  margin-bottom: 20px;

  max-width: 548px;
}

.services-line {
  background-color: #f7921e;

  height: 6px;

  width: 75%;
}

.services-list {
  list-style: none;

  margin: 0;

  padding-top: 3em;
}

.services-list li {
  margin-bottom: 30px;
}

.services-list li img {
  max-height: 100px;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.service-image {
  background-color: #e5f2f6;

  border-radius: 50%;

  height: 140px;

  width: 140px;

  position: relative;

  display: inline-block;

  vertical-align: middle;
}

.service-description {
  display: inline-block;

  max-width: 75%;

  padding: 0px 60px 0px 50px;

  color: #fff;

  font-size: 0.875rem;

  vertical-align: middle;
}

.service-description p {
  margin: 0;
}

.service-description h3 {
  font-weight: 700;

  color: #fff;

  margin-bottom: 10px;
}

.benefits-banner h1 {
  color: #fff;

  line-height: 1.1;
}

.benefits-banner {
  min-height: 470px;
}

.banner-background {
  min-height: 300px;

  max-height: 470px;

  width: 100%;
}

.banner-heading {
  padding-top: 60px;

  max-width: 60%;
}

.screen-icon {
  position: absolute;

  top: -325px;

  right: 50px;

  z-index: 1000;
}

.benefits-list {
  background-color: #fff;

  margin-top: -115px;

  padding: 80px 20px;

  position: relative;
}

.benefits-list h2 {
  margin-bottom: 30px;
}

.benefits-list ul {
  list-style: none;
}

.benefits-list ul li {
  padding: 5px 0;
}

.benefits-list ul li:before {
  content: "■";

  color: #68c438;

  font-size: 2em;

  vertical-align: top;

  position: absolute;

  margin-top: -12px;
}

ul.client li:before {
  color: #5ca1cf;
}

.benefits-list ul li p {
  display: inline-block;

  vertical-align: top;

  margin: 0;

  padding: 0 40px;
}

#contact {
  margin: 0 0 50px 0;
}

.contact-section {
  background-color: #e5f2f6;

  padding-top: 70px;

  padding-bottom: 70px;
}

.contact-col-padding {
  padding: 30px 0px 0px 0px;
}

.contact-header h1 {
  margin: 0;

  padding-left: 30px;

  padding-bottom: 30px;

  font-weight: 400;
}

.fas {
  color: #5ca1cf;
}

.fab {
  color: #f7921e;

  margin-right: 20px;
}

.fab:hover {
  color: #5ca1cf;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.contact-section ul {
  list-style: none;

  margin: 0;
}

.contact-section ul li p {
  display: inline-block;

  padding: 0 40px;
}

.contact-section ul li i {
  display: inline-block;

  margin-top: 7px;

  position: absolute;
}

.contact-section hr {
  height: 2px;

  width: 100%;

  background-color: #d4d4d4;

  margin: 20px 0 50px 0;
}

input[type="submit"] {
  min-width: 96px;

  text-align: center;

  background-color: #e5f2f6;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #aaa !important;

  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #aaa !important;

  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #aaa !important;

  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #aaa !important;

  opacity: 1;
}

form p {
  margin: 0;
}

.contact-section .alignright {
  margin-top: -85px;
}

#primary {
  margin-bottom: 50px;
}

.copy {
  display: inline-block;
}

.menu-footer-menu-container {
  display: inline-block;
}

#footer-menu {
  margin: 0;
}

@media screen and (max-width: 380px) {
  h1 {
    font-size: 34px;
  }

  .benefits-list ul li p {
    font-size: 14px;
  }

  .benefits-list ul li:before {
    margin-top: -22px;
  }
}
