/*! Boilerplate ***/
/* ==================================================
	Reset
================================================== */
/* HTML5 display definitions ***/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* Base ***/
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  min-height: 100%;
  margin: 0; }

::selection {
  text-shadow: none;
  background-color: #53a3f6;
  color: #1f1f1b; }

/* ==================================================
	Elements
================================================== */
/* Typography ***/
body {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 22px;
  line-height: 1.375rem;
  color: #1f1f1b;
  overflow-y: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

p, ul, ol, dl, table, blockquote, address {
  margin: 0px 0px 15px;
  margin: 0rem 0rem 0.9375rem; }

h1, h2, h3, h4, h5, h6 {
  padding: 15px 0px;
  padding: 0.9375rem 0rem;
  margin: 0; }

/* Headings ***/
h1 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 35px;
  line-height: 2.1875rem;
  font-weight: 600; }

h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 35px;
  line-height: 2.1875rem;
  font-weight: 600; }

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 600; }

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 600; }

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 600; }

h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 600;
  text-transform: uppercase; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  border: none; }

/* Links ***/
a {
  color: #1f1f1b;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-width: 0.0625rem;
  border-bottom-color: #53a3f6;
  border-bottom-style: solid;
  -webkit-transition: all 400ms cubic-bezier(0, 0, 0.58, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0, 0, 0.58, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0, 0, 0.58, 1) 0ms;
  transition: all 400ms cubic-bezier(0, 0, 0.58, 1) 0ms; }
  a:hover {
    border-bottom-color: #1f1f1b; }
  a:visited {
    color: #1f1f1b; }
  a[class^="icon-"], a[class*=" icon-"],
  a [class^="icon-"], a [class*=" icon-"] {
    border: none; }
    a[class^="icon-"]:hover, a[class*=" icon-"]:hover,
    a [class^="icon-"]:hover, a [class*=" icon-"]:hover {
      background-color: transparent;
      color: #53a3f6; }

/* Lists ***/
ul ul,
ul ol,
ol ul,
ol ol {
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 0;
  margin-bottom: 0; }

ul {
  padding: 0px 0px 15px 18px;
  padding: 0rem 0rem 0.9375rem 1.125rem; }

ol {
  padding: 0px 0px 15px 20px;
  padding: 0rem 0rem 0.9375rem 1.25rem; }

ul {
  list-style: disc; }
  ul ul {
    list-style: circle; }
    ul ul ul {
      list-style: square; }

ol {
  list-style: decimal; }
  ol ol {
    list-style: upper-roman; }
    ol ol ol {
      list-style: lower-roman; }

li {
  position: relative;
  padding: 0px 0px 4px 0px;
  padding: 0rem 0rem 0.25rem 0rem; }
  li:last-child {
    padding-bottom: 0; }

dt {
  font-family: "Crete Round", Georgia, "Times New Roman", serif;
  font-weight: 600; }

dd {
  margin: 0px 0px 15px 0px;
  margin: 0rem 0rem 0.9375rem 0rem; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* Embedded content ***/
img {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

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

svg:not(:root) {
  overflow: hidden; }

/* Figures ***/
figure {
  margin: 0; }

/* Forms ***/
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

button,
input,
select,
textarea {
  margin: 0;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  border: none;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: white;
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-transition: all 400ms cubic-bezier(0, 0, 0.58, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0, 0, 0.58, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0, 0, 0.58, 1) 0ms;
  transition: all 400ms cubic-bezier(0, 0, 0.58, 1) 0ms; }

button,
input {
  line-height: normal;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none; }

input[type=text],
input[type=email],
input[type=number],
input[type=password],
textarea,
select {
  background: white;
  border-width: 2px;
  border-width: 0.125rem;
  border-color: #dddddd;
  border-style: solid;
  border-radius: 3px;
  border-radius: 0.1875rem;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #909090; }
  input[type=text]:focus, input[type=text]:active,
  input[type=email]:focus,
  input[type=email]:active,
  input[type=number]:focus,
  input[type=number]:active,
  input[type=password]:focus,
  input[type=password]:active,
  textarea:focus,
  textarea:active,
  select:focus,
  select:active {
    border-color: #d0d0d0;
    outline: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-width: 2px;
  border-width: 0.125rem;
  border-color: #53a3f6;
  border-style: solid;
  border-radius: 3px;
  border-radius: 0.1875rem;
  background-color: transparent;
  font-family: "Crete Round", Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1f1f1b;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer; }
  button:focus, button:hover,
  input[type="button"]:focus,
  input[type="button"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:hover {
    color: #1f1f1b;
    background-color: #53a3f6;
    border-color: #53a3f6;
    text-decoration: none;
    outline: 0; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="checkbox"] {
  -webkit-appearance: checkbox; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

::-webkit-input-placeholder {
  color: #909090; }

:-moz-input-placeholder {
  color: #909090; }

::-moz-input-placeholder {
  color: #909090; }

:-ms-input-placeholder {
  color: #909090; }

/* Tables ***/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-right-width: 1px;
  border-right-width: 0.0625rem;
  border-right-color: #e9e9e9;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-width: 0.0625rem;
  border-left-color: #e9e9e9;
  border-left-style: solid; }

th,
td {
  border-width: 1px 0px;
  border-width: 0.0625rem 0rem;
  border-color: #e9e9e9;
  border-style: solid;
  vertical-align: middle;
  overflow: hidden; }

th {
  padding: 4px 15px;
  padding: 0.25rem 0.9375rem;
  font-weight: 600;
  background-color: #f6f6f6; }

td {
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem; }
  td p:last-child, td ul:last-child, td ol:last-child, td dl:last-child, td h1:last-child, td h2:last-child, td h3:last-child, td h4:last-child, td h5:last-child {
    margin-bottom: 0; }

/* Miscellaneous ***/
abbr[title] {
  border-bottom-width: 1px;
  border-bottom-width: 0.0625rem;
  border-bottom-style: dotted; }

b, strong {
  font-weight: 600; }

blockquote {
  padding-left: 15px;
  padding-left: 0.9375rem;
  border-left-border-width: 3px;
  border-left-border-width: 0.1875rem;
  border-left-color: #53a3f6;
  border-left-style: solid;
  color: #909090; }
  blockquote > :last-child {
    margin-bottom: 0; }
  blockquote cite {
    display: block;
    padding-top: 15px;
    padding-top: 0.9375rem; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  height: 0.0625rem;
  border: 0;
  border-top-width: 1px;
  border-top-width: 0.0625rem;
  border-top-color: #f6f6f6;
  border-top-style: solid;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  padding: 0; }

ins {
  background: #53a3f6;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: Courier, monospace;
  _font-family: Courier, monospace;
  font-size: 1em; }

pre {
  padding: 15px;
  padding: 0.9375rem;
  background-color: #f6f6f6;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 12px;
  font-size: 0.75rem; }

sub, sup {
  font-size: 10.8px;
  font-size: 0.675rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==================================================
	Icons
================================================== */
@font-face {
  font-family: 'crafted';
  src: url("../fonts/crafted.eot?-ey323y");
  src: url("../fonts/crafted.eot?#iefix-ey323y") format("embedded-opentype"), url("../fonts/crafted.woff?-ey323y") format("woff"), url("../fonts/crafted.ttf?-ey323y") format("truetype"), url("../fonts/crafted.svg?-ey323y#crafted") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"],
[data-icon]::before {
  font-family: 'crafted';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[data-icon]::before {
  content: attr(data-icon); }

.icon-envelope:before {
  content: "\e611"; }

.icon-creativemarket:before {
  content: "\e610"; }

.icon-user:before {
  content: "\f007"; }

.icon-clock-o:before {
  content: "\f017"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-comments:before {
  content: "\f086"; }

.icon-mail-reply:before {
  content: "\f112"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-folder:before {
  content: "\f07b"; }

.icon-twitter-square:before {
  content: "\f081"; }

.icon-linkedin-square:before {
  content: "\f08c"; }

.icon-pinterest-square:before {
  content: "\f0d3"; }

.icon-google-plus-square:before {
  content: "\f0d4"; }

.icon-youtube-square:before {
  content: "\f166"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-vimeo-square:before {
  content: "\f194"; }

.icon-behance-square:before {
  content: "\f1b5"; }

.icon-search:before {
  content: "\e608"; }

.icon-heart:before {
  content: "\e609"; }

.icon-th:before {
  content: "\e60c"; }

.icon-th-list:before {
  content: "\e60e"; }

.icon-backward:before {
  content: "\e605"; }

.icon-play:before {
  content: "\e604"; }

.icon-pause:before {
  content: "\e603"; }

.icon-forward:before {
  content: "\e602"; }

.icon-chevron-left:before {
  content: "\e601"; }

.icon-chevron-right:before {
  content: "\e600"; }

.icon-chevron-down:before {
  content: "\e607"; }

.icon-shopping-cart:before {
  content: "\e60a"; }

.icon-facebook-sign:before {
  content: "\e606"; }

.icon-heart-empty:before {
  content: "\e60d"; }

.icon-external-link:before {
  content: "\e60f"; }

.icon-reorder:before {
  content: "\e60b"; }

/* ==================================================
	Helper classes
================================================== */
/* Helper classes
================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }
  .ir br {
    display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden, .assistive-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */ }
  .visuallyhidden.focusable:active, .focusable.assistive-text:active, .visuallyhidden.focusable:focus, .focusable.assistive-text:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

@media (max-width: 37.5em) {
  .if-tiny-hide {
    display: none !important; }

  .if-tiny-fullwidth {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0; } }
/* Contain floats: h5bp.com/q */
.cf {
  *zoom: 1; }
  .cf::before, .cf::after {
    content: "";
    display: table; }
  .cf::after {
    clear: both; }

/* Apply inline to block elements ***/
.inline {
  display: inline; }

/* Center a block ***/
.centered {
  text-align: center; }

/* Style-free list ***/
/* Inline list ***/
.inline-list {
  list-style: none;
  padding-left: 0; }
  .inline-list li {
    padding-left: 0; }
  .inline-list > li,
  .inline-list > li > a {
    display: inline-block; }
  .inline-list li {
    margin-right: 8px;
    margin-right: 0.5rem; }
  .inline-list.with-divider li {
    line-height: 1em;
    padding: 0px 8px 0px 0px;
    padding: 0rem 0.5rem 0rem 0rem;
    border-right-width: 1px;
    border-right-width: 0.0625rem;
    border-right-style: solid;
    border-right-color: #f6f6f6; }
    .inline-list.with-divider li:last-child {
      border-right: 0;
      padding-right: 0;
      margin-right: 0; }

/* Media element (see http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/) ***/
.media {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  overflow: hidden; }
  .media .body {
    overflow: hidden; }
  .media .media-element {
    float: left;
    margin-right: 15px;
    margin-right: 0.9375rem; }
    .media .media-element img {
      display: block; }

/* Button ***/
.button,
.continue {
  display: inline-block;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  border-width: 2px;
  border-width: 0.125rem;
  border-color: #53a3f6;
  border-style: solid;
  border-radius: 3px;
  border-radius: 0.1875rem;
  background-color: transparent;
  font-family: "Crete Round", Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1f1f1b;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer; }
  .button:focus, .button:hover,
  .continue:focus,
  .continue:hover {
    color: #1f1f1b;
    background-color: #53a3f6;
    border-color: #53a3f6;
    text-decoration: none;
    outline: 0; }

.entry .button,
.entry .continue {
  margin-top: 15px;
  margin-top: 0.9375rem; }

/* Icons ***/
.text-with-icon::before {
  position: relative;
  top: 2px;
  top: 0.125rem;
  margin-right: 4px;
  margin-right: 0.25rem;
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: "crafted"; }

.button-with-icon {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem; }
  .button-with-icon::before {
    position: relative;
    top: 0px;
    top: 0rem;
    margin-right: 4px;
    margin-right: 0.25rem;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "crafted"; }

/* Select wrapper ***/
.select-wrapper {
  position: relative;
  padding: 8px 0px;
  padding: 0.5rem 0rem;
  border-width: 2px;
  border-width: 0.125rem;
  border-color: #1f1f1b;
  border-style: solid;
  border-radius: 3px;
  border-radius: 0.1875rem; }
  .select-wrapper select {
    max-width: 100%;
    border: none; }

.chrome .select-wrapper,
.safari .select-wrapper {
  padding: 0; }
  .chrome .select-wrapper select,
  .safari .select-wrapper select {
    padding-right: 23px;
    padding-right: 1.4375rem;
    -webkit-appearance: none;
    appearance: none; }
  .chrome .select-wrapper::after,
  .safari .select-wrapper::after {
    content: "\e607";
    display: block;
    position: absolute;
    top: 2px;
    top: 0.125rem;
    right: 2px;
    right: 0.125rem;
    padding: 4px 3px;
    padding: 0.25rem 0.1875rem;
    font-family: "crafted";
    font-size: 12px;
    font-size: 0.75rem;
    background-color: white; }

.gecko .select-wrapper {
  padding: 0; }
  .gecko .select-wrapper select {
    padding-right: 23px;
    padding-right: 1.4375rem;
    -moz-appearance: none;
    appearance: none; }
  .gecko .select-wrapper::after {
    content: "\e607";
    display: block;
    position: absolute;
    top: 0px;
    top: 0rem;
    right: 0px;
    right: 0rem;
    padding: 6px;
    padding: 0.375rem;
    font-family: "crafted";
    font-size: 12px;
    font-size: 0.75rem;
    background-color: white; }

/* Special hovers ***/
.hover-element {
  position: relative; }
  @media (max-width: 50em) {
    .hover-element {
      /* The hover effect is reserved for larger screens at the moment */ }
      .hover-element .hover {
        display: none; } }
  .hover-element .hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s; }
    .hover-element .hover .hover-wrap {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      text-align: center;
      color: #fff; }
      .hover-element .hover .hover-wrap .read-more {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 39px;
        line-height: 2.4375rem; }
  .hover-element:hover .hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.6); }

/* Grayscale ***/
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }

/* Contrast reduction ***/
.contrast-drop {
  filter: contrast(0.9);
  -webkit-filter: contrast(90%); }

/* Sepia ***/
.sepia {
  filter: sepia(100%);
  -webkit-filter: sepia(100%);
  -moz-filter: sepia(100%);
  -ms-filter: sepia(100%);
  -o-filter: sepia(100%);
  -webkit-filter: 1;
  filter: url(../images/sepia.svg#old-timey);
  background-color: #5E2612;
  filter: alpha(opacity=50);
  zoom: 1; }

/* ==================================================
	WP's required classes
================================================== */
/* Sticky -- We don't do anything special for this. ***/
.loop .sticky.featured .entry-date {
  display: none; }
.loop .sticky.featured .entry-header {
  padding-top: 15px;
  padding-top: 0.9375rem; }

/* ==================================================
	Columns
================================================== */
/**
 * CSS for handling the [column] shortcode styles.
 *
 * @version   20130123
 * @author    Justin Tadlock <justin@justintadlock.com>
 * @copyright Copyright (c) 2013, Justin Tadlock
 * @link      http://justintadlock.com
 * @license   http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 */
.column-grid {
  clear: both;
  /* Some rules in case wpautop() goes a little crazy. */ }
  .column-grid::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .column-grid .column {
    float: left;
    margin-right: 2%;
    margin-right: -webkit-calc(0.9375rem);
    margin-right: -moz-calc(0.9375rem);
    margin-right: calc(0.9375rem);
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    margin-left: 0; }
  .column-grid .column-first {
    clear: left;
    margin-left: 0; }
  .column-grid .column-last {
    float: right;
    margin-right: 0;
    margin-left: 0; }
  .column-grid br,
  .column-grid p:empty {
    display: none; }
  .column-grid .column br {
    display: block; }

@media (max-width: 37.5em) {
  .column-grid-2 .column,
  .column-grid-3 .column,
  .column-grid-4 .column,
  .column-grid-5 .column,
  .column-grid-12 .column {
    float: none;
    margin: 0px 0px 30px;
    margin: 0rem 0rem 1.875rem; }

  .entry .column-grid-2 .column,
  .entry .column-grid-3 .column,
  .entry .column-grid-4 .column,
  .entry .column-grid-5 .column,
  .entry .column-grid-12 .column {
    margin-bottom: 0; } }
@media (min-width: 37.5em) {
  /* 2 columns ***/
  .column-grid-2 .column-span-2 {
    width: 100%; }
  .column-grid-2 .column-span-1 {
    width: 49%;
    width: -webkit-calc(50% - 0.46875rem);
    width: -moz-calc(50% - 0.46875rem);
    width: calc(50% - 0.46875rem); }
  .column-grid-2 .column-push-1 {
    margin-left: 49%;
    margin-left: -webkit-calc(50% - 0.46875rem);
    margin-left: -moz-calc(50% - 0.46875rem);
    margin-left: calc(50% - 0.46875rem); }

  /* 3 columns ***/
  .column-grid-3 .column-span-3 {
    width: 100%; }
  .column-grid-3 .column-span-2 {
    width: 64%;
    width: -webkit-calc(66.66% - 0.625rem);
    width: -moz-calc(66.66% - 0.625rem);
    width: calc(66.66% - 0.625rem); }
  .column-grid-3 .column-span-1 {
    width: 32%;
    width: -webkit-calc(33.33% - 0.625rem);
    width: -moz-calc(33.33% - 0.625rem);
    width: calc(33.33% - 0.625rem); }
  .column-grid-3 .column-push-2 {
    margin-left: 64%;
    margin-left: -webkit-calc(66.66% - 0.625rem);
    margin-left: -moz-calc(66.66% - 0.625rem);
    margin-left: calc(66.66% - 0.625rem); }
  .column-grid-3 .column-push-1 {
    margin-left: 32%;
    margin-left: -webkit-calc(33.33% - 0.625rem);
    margin-left: -moz-calc(33.33% - 0.625rem);
    margin-left: calc(33.33% - 0.625rem); }

  /* 4 columns ***/
  .column-grid-4 .column-span-4 {
    width: 100%; }
  .column-grid-4 .column-span-3 {
    width: 70.5%;
    width: -webkit-calc(75% - 0.70313rem);
    width: -moz-calc(75% - 0.70313rem);
    width: calc(75% - 0.70313rem); }
  .column-grid-4 .column-span-2 {
    width: 47%;
    width: -webkit-calc(50% - 0.70313rem);
    width: -moz-calc(50% - 0.70313rem);
    width: calc(50% - 0.70313rem); }
  .column-grid-4 .column-span-1 {
    width: 23.5%;
    width: -webkit-calc(25% - 0.70313rem);
    width: -moz-calc(25% - 0.70313rem);
    width: calc(25% - 0.70313rem); }
  .column-grid-4 .column-push-3 {
    margin-left: 70.5%;
    margin-left: -webkit-calc(75% - 0.70313rem);
    margin-left: -moz-calc(75% - 0.70313rem);
    margin-left: calc(75% - 0.70313rem); }
  .column-grid-4 .column-push-2 {
    margin-left: 47%;
    margin-left: -webkit-calc(50% - 0.70313rem);
    margin-left: -moz-calc(50% - 0.70313rem);
    margin-left: calc(50% - 0.70313rem); }
  .column-grid-4 .column-push-1 {
    margin-left: 23.5%;
    margin-left: -webkit-calc(25% - 0.70313rem);
    margin-left: -moz-calc(25% - 0.70313rem);
    margin-left: calc(25% - 0.70313rem); } }
@media (min-width: 48em) {
  /* 5 columns ***/
  .column-grid-5 .column-span-5 {
    width: 100%; }
  .column-grid-5 .column-span-4 {
    width: 80%; }
  .column-grid-5 .column-span-3 {
    width: 60%; }
  .column-grid-5 .column-span-2 {
    width: 40%; }
  .column-grid-5 .column-span-1 {
    width: 20%; }
  .column-grid-5 .column-push-4 {
    margin-left: 80%; }
  .column-grid-5 .column-push-3 {
    margin-left: 60%; }
  .column-grid-5 .column-push-2 {
    margin-left: 40%; }
  .column-grid-5 .column-push-1 {
    margin-left: 20%; }

  /* 12 columns ***/
  .column-grid-12 .column-span-12 {
    width: 100%; }
  .column-grid-12 .column-span-11 {
    width: 91.6%; }
  .column-grid-12 .column-span-10 {
    width: 83.3%; }
  .column-grid-12 .column-span-9 {
    width: 75%; }
  .column-grid-12 .column-span-8 {
    width: 66.7%; }
  .column-grid-12 .column-span-7 {
    width: 58.4%; }
  .column-grid-12 .column-span-6 {
    width: 50%; }
  .column-grid-12 .column-span-5 {
    width: 41.6%; }
  .column-grid-12 .column-span-4 {
    width: 33.3%; }
  .column-grid-12 .column-span-3 {
    width: 25%; }
  .column-grid-12 .column-span-2 {
    width: 16.7%; }
  .column-grid-12 .column-span-1 {
    width: 8.3%; }
  .column-grid-12 .column-push-11 {
    margin-left: 91.6%; }
  .column-grid-12 .column-push-10 {
    margin-left: 83.3%; }
  .column-grid-12 .column-push-9 {
    margin-left: 75%; }
  .column-grid-12 .column-push-8 {
    margin-left: 66.7%; }
  .column-grid-12 .column-push-7 {
    margin-left: 58.4%; }
  .column-grid-12 .column-push-6 {
    margin-left: 50%; }
  .column-grid-12 .column-push-5 {
    margin-left: 41.6%; }
  .column-grid-12 .column-push-4 {
    margin-left: 33.3%; }
  .column-grid-12 .column-push-3 {
    margin-left: 25%; }
  .column-grid-12 .column-push-2 {
    margin-left: 16.7%; }
  .column-grid-12 .column-push-1 {
    margin-left: 8.3%; } }
/* Right-to-Left ***/
.rtl .column-grid .column {
  float: right;
  margin-right: 15px;
  margin-right: 0.9375rem;
  margin-right: 0; }
.rtl .column-grid .column-first {
  margin-right: 0; }
.rtl .column-grid .column-last {
  clear: left;
  float: left;
  margin-right: 0;
  margin-left: 0; }
.rtl .column-grid-2 .column-push-1 {
  margin-right: 50%; }
@media (min-width: 37.5em) {
  .rtl .column-grid-3 .column-push-2 {
    margin-right: 66%; }
  .rtl .column-grid-3 .column-push-1 {
    margin-right: 34%; }
  .rtl .column-grid-4 .column-push-3 {
    margin-right: 75%; }
  .rtl .column-grid-4 .column-push-2 {
    margin-right: 50%; }
  .rtl .column-grid-4 .column-push-1 {
    margin-right: 25%; } }
@media (min-width: 48em) {
  .rtl .column-grid-5 .column-push-4 {
    margin-right: 80%; }
  .rtl .column-grid-5 .column-push-3 {
    margin-right: 60%; }
  .rtl .column-grid-5 .column-push-2 {
    margin-right: 40%; }
  .rtl .column-grid-5 .column-push-1 {
    margin-right: 20%; }
  .rtl .column-grid-12 .column-push-11 {
    margin-right: 96.25%; }
  .rtl .column-grid-12 .column-push-10 {
    margin-right: 87.5%; }
  .rtl .column-grid-12 .column-push-9 {
    margin-right: 75%; }
  .rtl .column-grid-12 .column-push-8 {
    margin-right: 69%; }
  .rtl .column-grid-12 .column-push-7 {
    margin-right: 61.25%; }
  .rtl .column-grid-12 .column-push-6 {
    margin-right: 52.5%; }
  .rtl .column-grid-12 .column-push-5 {
    margin-right: 43.75%; }
  .rtl .column-grid-12 .column-push-4 {
    margin-right: 34%; }
  .rtl .column-grid-12 .column-push-3 {
    margin-right: 25%; }
  .rtl .column-grid-12 .column-push-2 {
    margin-right: 17.5%; }
  .rtl .column-grid-12 .column-push-1 {
    margin-right: 8.75%; } }

/* ==================================================
	Layout
================================================== */
.wrapper {
  margin: 0 auto;
  width: 100%;
  padding: 0px 15px;
  padding: 0rem 0.9375rem; }
  @media (min-width: 37.5em) {
    .wrapper {
      padding: 0px 30px;
      padding: 0rem 1.875rem;
      max-width: 960px;
      max-width: 60rem; } }
  @media (min-width: 60em) {
    .wrapper {
      padding: 0; } }

/* ==================================================
	Header
================================================== */
#masthead {
  position: relative;
  z-index: 5;
  background: white;
  border-bottom-width: 6px;
  border-bottom-width: 0.375rem;
  border-bottom-color: #53a3f6;
  border-bottom-style: solid; }
  #masthead::before, #masthead::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 18px;
    height: 1.125rem;
    width: 100%; }
  #masthead::before {
    background: #53a3f6;
    background: #53a3f6 url(../images/header.png) repeat-x; }
  #masthead .wrapper {
    position: relative; }
  #masthead .slicknav_menu,
  #masthead .responsive-menu-wrapper {
    position: absolute;
    bottom: 30px;
    bottom: 1.875rem; }
  #masthead .site-branding {
    display: block;
    float: left;
    max-width: -webkit-calc(100% - 60px );
    max-width: -moz-calc(100% - 60px );
    max-width: calc(100% - 60px );
    margin: 60px 0px 30px;
    margin: 3.75rem 0rem 1.875rem;
    border: none;
    background-size: contain;
    background-repeat: no-repeat; }
    #masthead .site-branding h1, #masthead .site-branding h2 {
      margin: 0;
      font-family: "Crete Round", Georgia, "Times New Roman", serif;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px; }
    #masthead .site-branding.has-logo h1, #masthead .site-branding.has-logo h2 {
      display: none; }
  #masthead .site-context {
    position: absolute;
    top: 30px;
    top: 1.875rem;
    right: 2%;
    right: -webkit-calc(15px);
    right: -moz-calc(15px);
    right: calc(15px);
    color: #909090; }
    #masthead .site-context a {
      color: #909090; }

#masthead .responsive-menu-wrapper {
  display: none; }
@media (min-width: 50em) {
  #masthead .responsive-menu-wrapper {
    display: block;
    right: 2%;
    right: -webkit-calc(15px);
    right: -moz-calc(15px);
    right: calc(15px); }
    #masthead .responsive-menu-wrapper ul {
      margin: 0; }
    #masthead .responsive-menu-wrapper li {
      position: relative;
      z-index: 10;
      padding-bottom: 0; }
      #masthead .responsive-menu-wrapper li::after {
        content: "/";
        padding-left: 15px;
        padding-left: 0.9375rem; }
      #masthead .responsive-menu-wrapper li:last-child {
        margin-right: 0; }
        #masthead .responsive-menu-wrapper li:last-child::after {
          display: none; }
      #masthead .responsive-menu-wrapper li.current_page_item a {
        border-bottom-width: 3px;
        border-bottom-width: 0.1875rem;
        border-bottom-color: #53a3f6;
        border-bottom-style: solid; }
      #masthead .responsive-menu-wrapper li a {
        position: relative;
        z-index: 10;
        padding: 4px 0px;
        padding: 0.25rem 0rem;
        border-bottom-width: 3px;
        border-bottom-width: 0.1875rem;
        border-bottom-color: transparent;
        border-bottom-style: solid; }
      #masthead .responsive-menu-wrapper li .sub-menu {
        position: absolute;
        z-index: 9;
        top: 30px;
        top: 1.875rem;
        left: -15px;
        left: -0.9375rem;
        width: 240px;
        width: 15rem;
        display: none; }
        #masthead .responsive-menu-wrapper li .sub-menu li {
          margin-right: 0;
          padding-right: 0; }
          #masthead .responsive-menu-wrapper li .sub-menu li a {
            display: block;
            width: 100%;
            padding: 8px 15px;
            padding: 0.5rem 0.9375rem;
            border-bottom-width: 1px;
            border-bottom-width: 0.0625rem;
            border-bottom-color: #343434;
            border-bottom-style: solid;
            border-right-width: 3px;
            border-right-width: 0.1875rem;
            border-right-color: transparent;
            border-right-style: solid;
            background-color: #1f1f1b;
            color: white; }
          #masthead .responsive-menu-wrapper li .sub-menu li::after {
            display: none; }
          #masthead .responsive-menu-wrapper li .sub-menu li:hover a {
            background-color: #343434; }
          #masthead .responsive-menu-wrapper li .sub-menu li.menu-item-has-children > a {
            border-right-color: #909090; }
        #masthead .responsive-menu-wrapper li .sub-menu .sub-menu {
          left: 100%;
          top: 0; }
      #masthead .responsive-menu-wrapper li:hover a {
        border-color: #53a3f6; }
      #masthead .responsive-menu-wrapper li:hover > .sub-menu {
        display: block; } }

#masthead .slicknav_menu {
  display: block;
  width: 96%;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  left: 2%;
  left: -webkit-calc(15px);
  left: -moz-calc(15px);
  left: calc(15px); }
  #masthead .slicknav_menu .slicknav_btn {
    position: relative;
    z-index: 10;
    border: none; }
    #masthead .slicknav_menu .slicknav_btn:hover {
      color: #2d2d27;
      background: transparent; }
    #masthead .slicknav_menu .slicknav_btn .slicknav_icon::before {
      font-family: "crafted";
      content: "\e60b";
      display: block;
      font-size: 30px;
      font-size: 1.875rem; }
    #masthead .slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar {
      display: none; }
    #masthead .slicknav_menu .slicknav_btn.slicknav_open {
      color: #53a3f6; }
  #masthead .slicknav_menu .slicknav_nav {
    position: absolute;
    z-index: 2;
    top: -4px;
    top: -0.25rem;
    right: 0;
    width: 100%;
    display: block;
    margin: 0;
    padding-top: 34px;
    padding-top: 2.125rem;
    padding-bottom: 0;
    padding-left: 0;
    background-color: #1f1f1b;
    color: #f6f6f6;
    font-weight: 600; }
    #masthead .slicknav_menu .slicknav_nav a {
      padding: 8px 15px;
      padding: 0.5rem 0.9375rem;
      border-color: #2d2d27;
      white-space: nowrap;
      color: #f6f6f6; }
      #masthead .slicknav_menu .slicknav_nav a:hover {
        background-color: #53a3f6;
        color: #1f1f1b; }
      #masthead .slicknav_menu .slicknav_nav a a {
        border: none; }
    #masthead .slicknav_menu .slicknav_nav li {
      padding-bottom: 0; }
    #masthead .slicknav_menu .slicknav_nav .sub-menu {
      padding: 0px 15px;
      padding: 0rem 0.9375rem; }
  @media (min-width: 50em) {
    #masthead .slicknav_menu {
      display: none; } }

/* ==================================================
	Content
================================================== */
/* Global ***/
#main {
  position: relative;
  min-height: 560px;
  min-height: 35rem; }

.entry.wrapper {
  padding-bottom: 30px;
  padding-bottom: 1.875rem; }

.entry-header {
  padding: 24px 15px 30px 0px;
  padding: 1.5rem 0.9375rem 1.875rem 0rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  background-color: #53a3f6;
  text-align: center; }
  .entry-header h1, .entry-header h2 {
    padding: 0; }

.featured-media .entry-header,
.format-video .entry-header,
.format-image.has-post-thumbnail .entry-header,
.post-type-archive-portfolio_project .entry-header {
  padding-bottom: 120px;
  padding-bottom: 7.5rem; }
.featured-media .entry-wrapper,
.format-video .entry-wrapper,
.format-image.has-post-thumbnail .entry-wrapper,
.post-type-archive-portfolio_project .entry-wrapper {
  margin-top: -120px;
  margin-top: -7.5rem; }

.section-title {
  position: relative;
  padding: 0px 0px 45px;
  padding: 0rem 0rem 2.8125rem;
  overflow: hidden; }
  .section-title .title {
    position: relative;
    z-index: 1;
    margin-right: 15px;
    margin-right: 0.9375rem;
    background-color: white; }
  .section-title a {
    border-bottom-width: 1px;
    border-bottom-width: 0.0625rem;
    border-bottom-color: #53a3f6;
    border-bottom-style: solid; }
  .section-title::after {
    content: "";
    position: absolute;
    top: 10px;
    top: 0.625rem;
    width: 100%;
    height: 3px;
    height: 0.1875rem;
    background-color: #e9e9e9; }

/* Archives ***/
.archive .page-header, .blog .page-header {
  padding-bottom: 120px;
  padding-bottom: 7.5rem; }
.archive .loop, .blog .loop {
  margin-top: -120px;
  margin-top: -7.5rem; }

.loop .post {
  margin: 0 auto;
  max-width: 313px;
  max-width: 19.5625rem;
  min-height: 313px;
  min-height: 19.5625rem;
  padding: 15px;
  padding: 0.9375rem;
  background-color: #e9e9e9;
  -webkit-transition: background-color 400ms cubic-bezier(0, 0, 0.58, 1) 0ms;
  -moz-transition: background-color 400ms cubic-bezier(0, 0, 0.58, 1) 0ms;
  -o-transition: background-color 400ms cubic-bezier(0, 0, 0.58, 1) 0ms;
  transition: background-color 400ms cubic-bezier(0, 0, 0.58, 1) 0ms; }
  .loop .post:hover {
    background-color: #dddddd; }
    .loop .post:hover .entry-date {
      color: #1f1f1b; }
  .loop .post .entry-date {
    padding: 0;
    margin: 0px 0px 15px;
    margin: 0rem 0rem 0.9375rem;
    font-family: "Crete Round", Georgia, "Times New Roman", serif; }
  .loop .post .entry-header {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    padding-top: 0;
    background: transparent;
    color: #1f1f1b;
    text-align: left; }
  .loop .post.has-post-thumbnail {
    position: relative; }
    .loop .post.has-post-thumbnail::before {
      content: "";
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(31, 31, 27, 0.3);
      -webkit-transition: background-color 400ms cubic-bezier(0, 0, 0.58, 1) 0ms;
      -moz-transition: background-color 400ms cubic-bezier(0, 0, 0.58, 1) 0ms;
      -o-transition: background-color 400ms cubic-bezier(0, 0, 0.58, 1) 0ms;
      transition: background-color 400ms cubic-bezier(0, 0, 0.58, 1) 0ms; }
    .loop .post.has-post-thumbnail:hover::before {
      background-color: rgba(31, 31, 27, 0.44); }
    .loop .post.has-post-thumbnail .entry-date,
    .loop .post.has-post-thumbnail .entry-header,
    .loop .post.has-post-thumbnail .entry-excerpt {
      position: relative;
      z-index: 2;
      color: white; }
.loop .post.featured {
  max-width: 100%;
  min-height: 0;
  background-color: #1f1f1b;
  text-align: center; }
  .loop .post.featured .entry-date,
  .loop .post.featured .entry-header,
  .loop .post.featured .entry-excerpt,
  .loop .post.featured .button {
    color: white; }
  .loop .post.featured .entry-header {
    padding-bottom: 0;
    text-align: center; }
  .loop .post.featured .entry-excerpt {
    max-width: 600px;
    max-width: 37.5rem;
    margin: 0 auto; }
  .loop .post.featured.has-post-thumbnail {
    position: relative;
    min-height: 313px;
    min-height: 19.5625rem;
    background-repeat: no-repeat;
    text-align: left; }
    .loop .post.featured.has-post-thumbnail .entry-header {
      text-align: left; }
    .loop .post.featured.has-post-thumbnail > a {
      display: block;
      width: 100%;
      height: 100%;
      border: none; }
    .loop .post.featured.has-post-thumbnail .entry-excerpt {
      position: relative;
      left: -15px;
      left: -0.9375rem;
      top: 15px;
      top: 0.9375rem;
      display: block;
      float: left;
      width: 100%;
      max-width: 100%;
      clear: both;
      padding: 15px;
      padding: 0.9375rem;
      margin-bottom: 15px;
      margin-bottom: 0.9375rem;
      box-sizing: content-box;
      background-color: rgba(0, 0, 0, 0.8); }
@media (min-width: 48em) {
  .loop .post {
    margin: 0; }
  .loop .post.featured.has-post-thumbnail .entry-excerpt {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    max-width: 32%;
    max-width: -webkit-calc(33.33% - 0.62813rem);
    max-width: -moz-calc(33.33% - 0.62813rem);
    max-width: calc(33.33% - 0.62813rem);
    padding: 15px 30px;
    padding: 0.9375rem 1.875rem;
    height: 100%;
    box-sizing: border-box; } }

/* Entries ***/
.entry {
  padding-bottom: 15px;
  padding-bottom: 0.9375rem; }
  .entry .continue {
    color: #1f1f1b; }
  .entry > * {
    max-width: 100%;
    width: 600px;
    width: 37.5rem;
    margin-left: auto;
    margin-right: auto; }
  .entry .entry-pages {
    padding: 0;
    margin-top: 15px;
    margin-top: 0.9375rem;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1em;
    font-family: "Crete Round", Georgia, "Times New Roman", serif;
    text-align: center; }
    .entry .entry-pages a {
      border: none; }
      .entry .entry-pages a .page-number {
        color: #53a3f6; }
      .entry .entry-pages a:hover .page-number {
        border-color: #53a3f6; }
    .entry .entry-pages .page-number {
      display: inline-block;
      padding: 8px 15px;
      padding: 0.5rem 0.9375rem;
      margin-left: 8px;
      margin-left: 0.5rem;
      border-width: 2px;
      border-width: 0.125rem;
      border-color: #e9e9e9;
      border-style: solid;
      color: #1f1f1b;
      border-radius: 3px;
      border-radius: 0.1875rem; }

/* Pages ***/
.page #main {
  padding-top: 0; }

.page-header {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

/* Post formats ***/
/* Quote ***/
.format-quote blockquote {
  padding: 30px;
  padding: 1.875rem;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 35px;
  line-height: 2.1875rem;
  font-family: "Crete Round", Georgia, "Times New Roman", serif;
  background: #f6f6f6;
  color: #1f1f1b;
  text-align: center;
  font-style: italic; }
.format-quote cite {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #909090; }
  .format-quote cite a {
    color: #909090;
    border-color: #909090; }

/* Video ***/
.format-video .entry-wrapper > .fit-video {
  padding-top: 0; }

.video-player {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.videopress-placeholder {
  margin: 0 auto; }

/* Post navigation ***/
.post-navigation, .pagination {
  position: relative;
  z-index: 1;
  clear: both;
  background-color: #e9e9e9; }
  .post-navigation ul, .pagination ul {
    padding: 15px 0px;
    padding: 0.9375rem 0rem;
    margin-bottom: 0; }
  .post-navigation li, .pagination li {
    margin-right: 30px;
    margin-right: 1.875rem; }
    .post-navigation li:last-child, .pagination li:last-child {
      margin-right: 0; }
  .post-navigation a, .pagination a {
    color: #53a3f6; }
  .post-navigation .next-link, .pagination .next-link, .pagination .nav-previous,
  .pagination .nav-next,
  .post-navigation .previous-link,
  .pagination .previous-link,
  .post-navigation .archive-link,
  .pagination .archive-link {
    position: relative;
    line-height: 60px;
    line-height: 3.75rem;
    height: 60px;
    height: 3.75rem;
    padding: 0;
    vertical-align: top; }
    .post-navigation .next-link a::before, .pagination .next-link a::before, .pagination .nav-previous a::before,
    .pagination .nav-next a::before,
    .post-navigation .previous-link a::before,
    .pagination .previous-link a::before,
    .post-navigation .archive-link a::before,
    .pagination .archive-link a::before {
      position: relative; }
  .post-navigation .next-link a::before, .pagination .next-link a::before, .pagination .nav-previous a::before,
  .pagination .nav-next a::before,
  .post-navigation .previous-link a::before,
  .pagination .previous-link a::before {
    top: 2px;
    top: 0.125rem;
    font-size: 60px;
    font-size: 3.75rem; }
  .post-navigation .archive-link a::before, .pagination .archive-link a::before {
    top: 10px;
    top: 0.625rem;
    font-size: 45px;
    font-size: 2.8125rem; }

/* Pagination ***/
.pagination {
  margin-top: 45px;
  margin-top: 2.8125rem; }
  .pagination .nav-previous a,
  .pagination .nav-next a {
    border: none; }
  .pagination .current-page {
    line-height: 60px;
    line-height: 3.75rem; }

/* Meta ***/
.entry-meta {
  width: 100%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  margin-left: auto;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  border-bottom-width: 1px;
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: #e9e9e9;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: "Crete Round", Georgia, "Times New Roman", serif;
  text-align: center; }
  .entry-meta li {
    margin-right: 0px;
    margin-right: 0rem;
    padding-bottom: 0; }
    .entry-meta li::before {
      position: relative;
      top: 1px;
      top: 0.0625rem;
      margin-right: 2px;
      margin-right: 0.125rem; }
    .entry-meta li::after {
      content: "/";
      margin-left: 4px;
      margin-left: 0.25rem; }
    .entry-meta li:last-child::after {
      display: none; }
  .entry-meta a {
    border: transparent; }

.format-image.has-post-thumbnail .entry-meta {
  padding-top: 15px;
  padding-top: 0.9375rem; }

/* Portfolio ***/
.single-portfolio_project #main {
  padding: 0;
  overflow: hidden;
  color: white;
  background-color: #1f1f1b; }
.single-portfolio_project .portfolio_project {
  position: relative;
  z-index: 1;
  padding: 60px 0px 0px;
  padding: 3.75rem 0rem 0rem;
  background-color: #1f1f1b; }
  .single-portfolio_project .portfolio_project.has-post-thumbnail {
    background-color: transparent; }
  .single-portfolio_project .portfolio_project a {
    color: white; }
  .single-portfolio_project .portfolio_project .featured-image {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    width: 100%;
    text-align: center; }
    .single-portfolio_project .portfolio_project .featured-image img {
      margin-bottom: 0; }
.single-portfolio_project .portfolio-details {
  padding: 0px 15px;
  padding: 0rem 0.9375rem; }
  @media (min-width: 37.5em) {
    .single-portfolio_project .portfolio-details {
      padding: 0; } }
.single-portfolio_project .portfolio-header {
  background: transparent; }
.single-portfolio_project .entry-header {
  padding-bottom: 0; }
.single-portfolio_project .entry {
  margin-top: 0;
  border-bottom: 0; }
.single-portfolio_project .entry-meta {
  float: left;
  width: 100%;
  margin: 0px 0px 15px;
  margin: 0rem 0rem 0.9375rem;
  padding: 15px 0px 0px;
  padding: 0.9375rem 0rem 0rem;
  border-top-width: 1px;
  border-top-width: 0.0625rem;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.4);
  border-bottom: 0; }

/* Portfolio archive ***/
.post-type-archive-portfolio_project .entry > * {
  width: 100%; }

#portfolio-grid {
  padding-left: 0;
  font-size: 0;
  line-height: 0; }
  #portfolio-grid .portfolio-project {
    display: none;
    padding: 0;
    width: 50%;
    font-size: 15px;
    font-size: 0.9375rem; }
    @media (min-width: 48em) {
      #portfolio-grid .portfolio-project {
        width: 33.3%; } }
    #portfolio-grid .portfolio-project img {
      margin: 0;
      width: 100%; }

.portfolio-categories {
  position: relative;
  bottom: 15px;
  bottom: 0.9375rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-right: auto;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-left: auto;
  padding: 0;
  font-family: "Crete Round", Georgia, "Times New Roman", serif; }
  .portfolio-categories .filter {
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
    border-bottom-width: 3px;
    border-bottom-width: 0.1875rem;
    border-bottom-color: white;
    border-bottom-style: solid;
    color: #1f1f1b;
    cursor: pointer; }
    .portfolio-categories .filter.active {
      border-color: #1f1f1b; }

/* Stackblur ***/
#background-blend {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
  filter: url(../images/filters.svg#filters);
  /* Firefox */
  -webkit-filter: grayscale(100%) contrast(40%) blur(20px);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }

.ie #background-blend {
  display: none; }

/* ==================================================
	Media
================================================== */
/* Global media styles ***/
.alignleft,
.alignright,
.aligncenter,
.alignnone {
  display: block;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  max-width: 100%; }

.aligncenter {
  margin-left: auto;
  margin-right: auto; }

/* At least 600px wide ***/
@media all and (min-width: 37.5em) {
  .alignleft {
    float: left;
    margin: 6px 15px 0px 0px;
    margin: 0.375rem 0.9375rem 0rem 0rem; }

  .alignright {
    float: right;
    margin: 6px 0px 0px 15px;
    margin: 0.375rem 0rem 0rem 0.9375rem; } }
.wp-caption-text {
  margin-top: 0;
  font-family: "Crete Round", Georgia, "Times New Roman", serif;
  font-style: italic;
  text-align: center; }

.gallery-icon img {
  margin-bottom: 4px;
  margin-bottom: 0.25rem; }

.gallery-caption {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18.2px;
  line-height: 1.1375rem; }

.featured-image,
.fit-video,
.fullwidth {
  max-width: 100%;
  width: auto;
  text-align: center; }

.fit-video,
.fullwidth {
  padding: 15px 0px;
  padding: 0.9375rem 0rem;
  margin: 0; }
  .fit-video img,
  .fullwidth img {
    margin-left: auto;
    margin-right: auto; }

/* Media within posts ***/
.post .featured-image {
  text-align: center; }
  .post .featured-image img {
    margin-bottom: 0; }

/* ==================================================
	Comments
================================================== */
#comments {
  clear: both;
  padding: 15px 0px;
  padding: 0.9375rem 0rem;
  border-top-width: 2px;
  border-top-width: 0.125rem;
  border-top-color: #e9e9e9;
  border-top-style: solid;
  color: #1f1f1b; }
  #comments .toggle-comments {
    display: block;
    border: none;
    color: #53a3f6;
    text-align: center; }
    #comments .toggle-comments h4 {
      position: relative;
      display: inline-block;
      padding: 0px 0px 0px 69px;
      padding: 0rem 0rem 0rem 4.3125rem;
      height: 54px;
      height: 3.375rem;
      line-height: 54px;
      line-height: 3.375rem;
      font-family: "Crete Round", Georgia, "Times New Roman", serif; }
      #comments .toggle-comments h4::before {
        position: absolute;
        bottom: 3px;
        bottom: 0.1875rem;
        left: 0;
        display: block;
        height: 54px;
        height: 3.375rem;
        width: 54px;
        width: 3.375rem;
        font-size: 54px;
        font-size: 3.375rem; }
  #comments .comments-wrapper {
    max-width: 600px;
    max-width: 37.5rem;
    padding: 30px 0px;
    padding: 1.875rem 0rem;
    margin: 0 auto; }
  #comments .comments-wrapper:respond {
    display: block;
    visibility: visible; }

#respond {
  padding: 15px 30px;
  padding: 0.9375rem 1.875rem;
  background-color: #f6f6f6; }

#reply-title {
  padding-top: 0; }

.comment-form {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem; }
  .comment-form .comment-text-input {
    margin-bottom: 8px;
    margin-bottom: 0.5rem; }
    .comment-form .comment-text-input input {
      width: 100%; }
  .comment-form .comment-form-comment {
    margin-bottom: 8px;
    margin-bottom: 0.5rem; }
    .comment-form .comment-form-comment textarea {
      width: 100%; }

.comments_list {
  padding: 0;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
  list-style: none; }
  .comments_list ul {
    list-style: disc; }
    .comments_list ul ul {
      list-style: circle; }
      .comments_list ul ul ul {
        list-style: square; }
  .comments_list ol {
    list-style: decimal; }
    .comments_list ol ol {
      list-style: upper-roman; }
      .comments_list ol ol ol {
        list-style: lower-roman; }
  .comments_list .children {
    list-style: none;
    padding-left: 0;
    margin-left: 30px;
    margin-left: 1.875rem; }
    .comments_list .children li {
      padding-left: 0; }

.comment-details {
  padding: 15px 30px;
  padding: 0.9375rem 1.875rem;
  background-color: #f6f6f6; }
  .comment-details .comment-author {
    padding: 0px 0px 4px;
    padding: 0rem 0rem 0.25rem; }
    .comment-details .comment-author a:hover {
      color: #53a3f6; }
  .comment-details .comment-meta {
    padding: 0px 0px 15px;
    padding: 0rem 0rem 0.9375rem;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1em;
    font-family: "Crete Round", Georgia, "Times New Roman", serif; }
    .comment-details .comment-meta li {
      margin-right: 0px;
      margin-right: 0rem; }
    .comment-details .comment-meta a {
      border: none; }
    .comment-details .comment-meta .text-with-icon::before {
      font-size: 1em;
      margin-right: 2px;
      margin-right: 0.125rem; }
  .comment-details .comment-reply::before {
    content: "/"; }
  .comment-details .comment-reply:empty {
    display: none; }
  .comment-details .comment-reply-link {
    margin-left: 4px;
    margin-left: 0.25rem; }
  .comment-details .bypostauthor {
    float: right;
    font-family: "Crete Round", Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #53a3f6; }
  .comment-details pre {
    background-color: #e9e9e9; }

/* ==================================================
	Sidebar
================================================== */
#sidebar {
  position: relative;
  clear: left;
  padding: 30px 0px;
  padding: 1.875rem 0rem;
  background-color: #f6f6f6;
  color: #1f1f1b;
  /* Calendar widget ***/
  /* Recent Posts ***/ }
  #sidebar .widget {
    max-width: 100%;
    width: 300px;
    width: 18.75rem;
    padding: 0px 15px 30px;
    padding: 0rem 0.9375rem 1.875rem;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    margin-left: auto;
    border-bottom-width: 3px;
    border-bottom-width: 0.1875rem;
    border-bottom-color: white;
    border-bottom-style: solid; }
    #sidebar .widget:last-child {
      border-bottom: 0; }
    #sidebar .widget ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #sidebar .widget ul li {
        padding: 8px 15px;
        padding: 0.5rem 0.9375rem;
        margin-bottom: 4px;
        margin-bottom: 0.25rem;
        background-color: white; }
        #sidebar .widget ul li > a {
          display: block;
          border: none; }
        #sidebar .widget ul li:last-child {
          margin-bottom: 0; }
    @media (min-width: 60em) {
      #sidebar .widget {
        float: left;
        padding: 0;
        margin: 0px 30px 30px 0px;
        margin: 0rem 1.875rem 1.875rem 0rem;
        border-bottom: 0; }
        #sidebar .widget:nth-child(3n+3) {
          margin-right: 0; }
        #sidebar .widget:nth-child(3n+1) {
          clear: left; } }
  #sidebar .widget-title {
    padding-top: 0;
    text-align: center;
    text-transform: uppercase; }
  #sidebar .widget_calendar table {
    width: 100%;
    margin: 0 auto;
    border: none; }
  #sidebar .widget_calendar caption {
    padding: 4px 15px;
    padding: 0.25rem 0.9375rem;
    border-width: 0px 0px 1px;
    border-width: 0rem 0rem 0.0625rem;
    border-color: #e9e9e9;
    border-style: solid;
    font-family: "Crete Round", Georgia, "Times New Roman", serif;
    color: #909090;
    background-color: white; }
  #sidebar .widget_calendar th,
  #sidebar .widget_calendar td {
    padding: 4px 8px;
    padding: 0.25rem 0.5rem;
    background-color: white; }
  #sidebar .widget_recent_entries .post-date {
    font-family: "Crete Round", Georgia, "Times New Roman", serif;
    color: #909090; }

/* ==================================================
	Footer 
================================================== */
/* Main footer ***/
#footer {
  float: left;
  width: 100%;
  background: transparent url(../images/footer-bg-bw.jpg) no-repeat center center;
  background-size: cover;
  min-height: 400px;
  min-height: 25rem;
  color: white;
  text-align: center; }
  #footer .wrapper {
    padding-top: 45px;
    padding-top: 2.8125rem;
    padding-bottom: 45px;
    padding-bottom: 2.8125rem; }
  #footer a {
    color: white;
    border: none; }
    #footer a:hover {
      color: white; }
  #footer .social {
    display: inline-block;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    font-size: 20px;
    font-size: 1.25rem; }
    #footer .social li {
      padding-left: 0; }
    #footer .social::before {
      content: "/";
      float: left;
      padding: 0px 8px;
      padding: 0rem 0.5rem; }
    #footer .social:empty::before {
      display: none; }
    #footer .social li {
      float: left;
      margin: 0;
      padding: 0;
      width: 23px;
      width: 1.4375rem; }
      #footer .social li a::before {
        font-family: 'crafted';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        top: 2px;
        top: 0.125rem; }
    #footer .social .creativemarket a::before {
      content: "\e610"; }
    #footer .social .twitter a::before {
      content: "\f081"; }
    #footer .social .linkedin a::before {
      content: "\f08c"; }
    #footer .social .pinterest a::before {
      content: "\f0d3"; }
    #footer .social .google-plus a::before {
      content: "\f0d4"; }
    #footer .social .youtube a::before {
      content: "\f166"; }
    #footer .social .vimeo a::before {
      content: "\f194"; }
    #footer .social .behance a::before {
      content: "\f1b5"; }
    #footer .social .instagram a::before {
      content: "\f16d"; }
    #footer .social .facebook a::before {
      content: "\e606"; }
  #footer .site-tagline {
    margin-bottom: 45px;
    margin-bottom: 2.8125rem; }
  @media (min-width: 37.5em) {
    #footer {
      text-align: left; }
      #footer .site-meta {
        float: left; }
      #footer .site-tagline {
        float: right;
        margin: 0; } }

/* Newsletter signup ***/
.newsletter-signup {
  float: left;
  width: 100%;
  padding: 30px 0px;
  padding: 1.875rem 0rem;
  background-color: #f6f6f6;
  text-align: center; }
  .newsletter-signup div {
    display: inline-block; }
  .newsletter-signup .wrapper {
    display: block; }
  .newsletter-signup .ninja-forms-form-wrap {
    position: relative;
    bottom: 2px;
    bottom: 0.125rem; }
  .newsletter-signup .ninja-forms-required-items,
  .newsletter-signup .ninja-forms-req-symbol,
  .newsletter-signup .ninja-forms-error-msg {
    display: none; }
  .newsletter-signup .ninja-forms-form {
    position: relative; }
  .newsletter-signup .ninja-forms-error {
    padding-bottom: 30px;
    padding-bottom: 1.875rem; }
    .newsletter-signup .ninja-forms-error .ninja-forms-field-error {
      position: absolute;
      bottom: -15px;
      bottom: -0.9375rem;
      left: 0;
      min-width: 280px;
      min-width: 17.5rem;
      text-align: left; }
      .newsletter-signup .ninja-forms-error .ninja-forms-field-error p {
        margin-bottom: 0; }
  .newsletter-signup h3 {
    margin-right: 15px;
    margin-right: 0.9375rem; }
  .newsletter-signup .field-wrap {
    margin-right: 4px;
    margin-right: 0.25rem; }
  .newsletter-signup input[type=text] {
    border-color: #e9e9e9; }
    .newsletter-signup input[type=text]:focus, .newsletter-signup input[type=text]:active {
      border-color: #dddddd; }
    .newsletter-signup input[type=text].ninja-forms-req {
      width: 100% !important; }
  .newsletter-signup input[type=submit] {
    margin-left: 0 !important;
    border-color: #1f1f1b; }

/* ==================================================
	Plugins
================================================== */
/* Ninja Forms 
==================================================*/
.ninja-forms-form {
  max-width: 600px;
  max-width: 37.5rem;
  margin: 0 auto; }
  .ninja-forms-form .ninja-forms-required-items {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  .ninja-forms-form .field-wrap {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
    .ninja-forms-form .field-wrap.submit-wrap .ninja-forms-field {
      margin-left: 0; }

.ninja-forms-field-error {
  font-weight: 600; }

#sidebar .widget_ninja_forms_widget .widget-title {
  position: relative;
  height: 37px;
  height: 2.3125rem;
  vertical-align: top; }
  #sidebar .widget_ninja_forms_widget .widget-title::after {
    content: "";
    position: absolute;
    background: url(../images/news-icon.svg) no-repeat;
    bottom: 4px;
    bottom: 0.25rem;
    display: inline-block;
    width: 44px;
    width: 2.75rem;
    height: 44px;
    height: 2.75rem;
    margin-left: 15px;
    margin-left: 0.9375rem; }
#sidebar .widget_ninja_forms_widget .ninja-forms-form-wrap {
  padding: 15px;
  padding: 0.9375rem;
  background-color: white; }
#sidebar .widget_ninja_forms_widget .ninja-forms-required-items,
#sidebar .widget_ninja_forms_widget .field-wrap {
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }
#sidebar .widget_ninja_forms_widget .ninja-forms-all-fields-wrap .field-wrap:last-child {
  margin-bottom: 0; }

/* Jetpack
==================================================*/
/* Tiled Galleries ***/
#main .tiled-gallery {
  width: 100%;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-right: auto;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-left: auto; }
  #main .tiled-gallery .tiled-gallery-caption {
    border-width: 0px 2px 2px;
    border-width: 0rem 0.125rem 0.125rem;
    border-color: white;
    border-style: solid;
    font-family: "Crete Round", Georgia, "Times New Roman", serif;
    font-style: italic;
    background-color: #1f1f1b;
    color: white; }
#main .portfolio_project .tiled-gallery-caption {
  width: 100%;
  width: -webkit-calc(100% - 4px);
  width: -moz-calc(100% - 4px);
  width: calc(100% - 4px);
  margin: 2px;
  margin: 0.125rem;
  border: none; }

/* Sharing & Likes ***/
#main .jetpack-sharing {
  border-top-width: 2px;
  border-top-width: 0.125rem;
  border-top-color: #e9e9e9;
  border-top-style: solid;
  padding: 15px 0px 30px;
  padding: 0.9375rem 0rem 1.875rem; }
  #main .jetpack-sharing:empty {
    padding: 0;
    border: none; }
#main .sharedaddy {
  margin: 15px 0px 0px;
  margin: 0.9375rem 0rem 0rem;
  padding: 0;
  text-align: center; }
  #main .sharedaddy .sd-title {
    display: inline-block;
    padding: 0;
    margin: 0px 4px 0px 0px;
    margin: 0rem 0.25rem 0rem 0rem;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-family: "Crete Round", Georgia, "Times New Roman", serif;
    vertical-align: top; }
    #main .sharedaddy .sd-title::before {
      display: none; }
  #main .sharedaddy .sd-content {
    display: inline-block; }
    #main .sharedaddy .sd-content ul,
    #main .sharedaddy .sd-content .sd-button {
      margin-bottom: 0 !important; }
  #main .sharedaddy .jetpack-likes-widget {
    display: inline-block;
    width: 12.5rem !important; }
#main .portfolio_project .jetpack-sharing {
  border-color: rgba(255, 255, 255, 0.4); }
#main .portfolio_project .sharedaddy {
  color: #1f1f1b; }
  #main .portfolio_project .sharedaddy .sd-title {
    color: white; }

.page-template-template-contact-form-php #main .sharedaddy,
.page-template-template-homepage-php #main .sharedaddy {
  display: none; }

/* Twitter Embed ***/
#main .twitter-tweet {
  margin: 0.9375rem auto !important;
  width: 37.5rem !important; }

/* Subscriptions widget ***/
#main .jetpack_subscription_widget .widget-title {
  position: relative;
  height: 37px;
  height: 2.3125rem; }
  #main .jetpack_subscription_widget .widget-title label {
    vertical-align: top; }
  #main .jetpack_subscription_widget .widget-title::after {
    content: "";
    background: url(../images/news-icon.svg) no-repeat;
    position: relative;
    bottom: 12px;
    bottom: 0.75rem;
    display: inline-block;
    width: 44px;
    width: 2.75rem;
    height: 44px;
    height: 2.75rem;
    margin-left: 15px;
    margin-left: 0.9375rem; }
#main .jetpack_subscription_widget form {
  padding: 15px;
  padding: 0.9375rem;
  background-color: white; }
#main .jetpack_subscription_widget p {
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }
#main .jetpack_subscription_widget input {
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem; }
#main #subscribe-submit {
  margin-bottom: 0; }

/* ==================================================
	Print styles
================================================== */
/* 
================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  table {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
