@charset "UTF-8";
/*
Theme Name: Jasmin Jodry
Theme URI: http://underscores.me/
Author: David Hazell
Author URI: http://curious-people-projects.com/
Description: A custom theme for Jasmin Jodry
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: j_jodry
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Jasmin Jodry is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "juhl-reg";
  src: url("fonts/Juhl.woff2") format("woff2"), url("fonts/Juhl.woff") format("woff"), url("fonts/Juhl.ttf") format("truetype");
}
@font-face {
  font-family: "juhl-med";
  src: url("fonts/Juhl-Medium.woff2") format("woff2"), url("fonts/Juhl-Medium.woff") format("woff"), url("fonts/Juhl-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "juhl-bold";
  src: url("fonts/Juhl-Bold.woff2") format("woff2"), url("fonts/Juhl-Bold.woff") format("woff"), url("fonts/Juhl-Bold.ttf") format("truetype");
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Montserrat", sans-seriff;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: 200;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.hentry p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #4C4C4C;
  font-weight: 200;
}
.hentry p a {
  color: #4C4C4C;
}
.hentry p a:hover {
  color: #333;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  color: #111;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  float: left;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 22px;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
  margin-right: 20px;
}
.main-navigation li:last-child {
  margin-right: 0;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #6D6E70;
  line-height: 1;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
  border-bottom: #000 1px solid;
}

/* Small menu. */
.main-navigation.toggled ul {
  display: block;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 53px;
  opacity: 0.85;
}
.main-navigation.toggled ul li {
  float: left;
  width: 100%;
  padding: 10px;
}
.main-navigation.toggled ul li a {
  float: left;
}

.menu-toggle {
  margin-top: 0;
  cursor: pointer;
  line-height: 1;
  letter-spacing: 1px;
}
.menu-toggle img {
  margin-top: -8px;
}

@media screen and (min-width: 820px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.comment-navigation,
.posts-navigation,
.post-navigation {
  float: left;
  width: 100%;
  margin-top: 10px !important;
  line-height: 1;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: left;
  text-align: right;
}
.comment-navigation a,
.posts-navigation a,
.post-navigation a {
  text-decoration: none;
  color: #4C4C4C;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*------------------------------------*\
    $CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*\
    $INTRODUCTION
\*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * lap      --  lap-based devices, like iPads or laptops
 * portable --  all of the above
 * desk     --  stationary devices, like desktop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
   <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
   `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
   `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
   `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
   `class="grid__item  palm--one-third  desk--five-twelfths"`
 */
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to ‘false’:
 */
/**
 * Is this build mobile first? Setting to ‘true’ means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */
/**
 * Set the spacing between your grid items.
 */
/**
 * Would you like Sass’ silent classes, or regular CSS classes?
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371
 */
/**
 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.
 */
/**
 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to ‘true’.
 */
/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin’!
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which can’t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*\
    $GRID SETUP
\*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
.grid {
  list-style: none; /* [1] */
  margin: 0; /* [2] */
  padding: 0; /* [2] */
  margin-left: -20px; /* [3] */
  letter-spacing: -0.31em;
}

/* Opera hack */
.opera:-o-prefocus,
.grid {
  word-spacing: -0.43em;
}

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.grid__item {
  display: inline-block; /* [1] */
  padding-left: 20px; /* [2] */
  vertical-align: top; /* [3] */
  width: 100%; /* [4] */
  -webkit-box-sizing: border-box; /* [5] */
  -moz-box-sizing: border-box; /* [5] */
  box-sizing: border-box; /* [5] */
  letter-spacing: normal;
  word-spacing: normal;
}

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
}

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}

/**
 * Align the entire grid to the right. Extends `.grid`.
 */
.grid--right {
  text-align: right;
}
.grid--right > .grid__item {
  text-align: left;
}

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
.grid--center {
  text-align: center;
}
.grid--center > .grid__item {
  text-align: left;
}

/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
.grid--middle > .grid__item {
  vertical-align: middle;
}

.grid--bottom > .grid__item {
  vertical-align: bottom;
}

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
.grid--narrow {
  margin-left: -10px;
}
.grid--narrow > .grid__item {
  padding-left: 10px;
}

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.grid--wide {
  margin-left: -40px;
}
.grid--wide > .grid__item {
  padding-left: 40px;
}

/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
 * Whole
 */
.one-whole {
  width: 100%;
}

/**
 * Halves
 */
.one-half, .six-twelfths, .five-tenths, .four-eighths, .three-sixths, .two-quarters {
  width: 50%;
}

/**
 * Thirds
 */
.one-third, .four-twelfths, .two-sixths {
  width: 33.333%;
}

.two-thirds, .eight-twelfths, .four-sixths {
  width: 66.666%;
}

/**
 * Quarters
 */
.one-quarter, .three-twelfths, .two-eighths {
  width: 25%;
}

.three-quarters, .nine-twelfths, .six-eighths {
  width: 75%;
}

/**
 * Fifths
 */
.one-fifth, .two-tenths {
  width: 20%;
}

.two-fifths, .four-tenths {
  width: 40%;
}

.three-fifths, .six-tenths {
  width: 60%;
}

.four-fifths, .eight-tenths {
  width: 80%;
}

/**
 * Sixths
 */
.one-sixth, .two-twelfths {
  width: 16.666%;
}

.five-sixths, .ten-twelfths {
  width: 83.333%;
}

/**
 * Eighths
 */
.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

/**
 * Tenths
 */
.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

/**
 * Twelfths
 */
.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (max-width: 480px) {
  /**
   * Whole
   */
  .phone--one-whole {
    width: 100%;
  }
  /**
   * Halves
   */
  .phone--one-half, .phone--six-twelfths, .phone--five-tenths, .phone--four-eighths, .phone--three-sixths, .phone--two-quarters {
    width: 50%;
  }
  /**
   * Thirds
   */
  .phone--one-third, .phone--four-twelfths, .phone--two-sixths {
    width: 33.333%;
  }
  .phone--two-thirds, .phone--eight-twelfths, .phone--four-sixths {
    width: 66.666%;
  }
  /**
   * Quarters
   */
  .phone--one-quarter, .phone--three-twelfths, .phone--two-eighths {
    width: 25%;
  }
  .phone--three-quarters, .phone--nine-twelfths, .phone--six-eighths {
    width: 75%;
  }
  /**
   * Fifths
   */
  .phone--one-fifth, .phone--two-tenths {
    width: 20%;
  }
  .phone--two-fifths, .phone--four-tenths {
    width: 40%;
  }
  .phone--three-fifths, .phone--six-tenths {
    width: 60%;
  }
  .phone--four-fifths, .phone--eight-tenths {
    width: 80%;
  }
  /**
   * Sixths
   */
  .phone--one-sixth, .phone--two-twelfths {
    width: 16.666%;
  }
  .phone--five-sixths, .phone--ten-twelfths {
    width: 83.333%;
  }
  /**
   * Eighths
   */
  .phone--one-eighth {
    width: 12.5%;
  }
  .phone--three-eighths {
    width: 37.5%;
  }
  .phone--five-eighths {
    width: 62.5%;
  }
  .phone--seven-eighths {
    width: 87.5%;
  }
  /**
   * Tenths
   */
  .phone--one-tenth {
    width: 10%;
  }
  .phone--three-tenths {
    width: 30%;
  }
  .phone--seven-tenths {
    width: 70%;
  }
  .phone--nine-tenths {
    width: 90%;
  }
  /**
   * Twelfths
   */
  .phone--one-twelfth {
    width: 8.333%;
  }
  .phone--five-twelfths {
    width: 41.666%;
  }
  .phone--seven-twelfths {
    width: 58.333%;
  }
  .phone--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  /**
   * Whole
   */
  .lap--one-whole {
    width: 100%;
  }
  /**
   * Halves
   */
  .lap--one-half, .lap--six-twelfths, .lap--five-tenths, .lap--four-eighths, .lap--three-sixths, .lap--two-quarters {
    width: 50%;
  }
  /**
   * Thirds
   */
  .lap--one-third, .lap--four-twelfths, .lap--two-sixths {
    width: 33.333%;
  }
  .lap--two-thirds, .lap--eight-twelfths, .lap--four-sixths {
    width: 66.666%;
  }
  /**
   * Quarters
   */
  .lap--one-quarter, .lap--three-twelfths, .lap--two-eighths {
    width: 25%;
  }
  .lap--three-quarters, .lap--nine-twelfths, .lap--six-eighths {
    width: 75%;
  }
  /**
   * Fifths
   */
  .lap--one-fifth, .lap--two-tenths {
    width: 20%;
  }
  .lap--two-fifths, .lap--four-tenths {
    width: 40%;
  }
  .lap--three-fifths, .lap--six-tenths {
    width: 60%;
  }
  .lap--four-fifths, .lap--eight-tenths {
    width: 80%;
  }
  /**
   * Sixths
   */
  .lap--one-sixth, .lap--two-twelfths {
    width: 16.666%;
  }
  .lap--five-sixths, .lap--ten-twelfths {
    width: 83.333%;
  }
  /**
   * Eighths
   */
  .lap--one-eighth {
    width: 12.5%;
  }
  .lap--three-eighths {
    width: 37.5%;
  }
  .lap--five-eighths {
    width: 62.5%;
  }
  .lap--seven-eighths {
    width: 87.5%;
  }
  /**
   * Tenths
   */
  .lap--one-tenth {
    width: 10%;
  }
  .lap--three-tenths {
    width: 30%;
  }
  .lap--seven-tenths {
    width: 70%;
  }
  .lap--nine-tenths {
    width: 90%;
  }
  /**
   * Twelfths
   */
  .lap--one-twelfth {
    width: 8.333%;
  }
  .lap--five-twelfths {
    width: 41.666%;
  }
  .lap--seven-twelfths {
    width: 58.333%;
  }
  .lap--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (max-width: 1023px) {
  /**
   * Whole
   */
  .ipad--one-whole {
    width: 100%;
  }
  /**
   * Halves
   */
  .ipad--one-half, .ipad--six-twelfths, .ipad--five-tenths, .ipad--four-eighths, .ipad--three-sixths, .ipad--two-quarters {
    width: 50%;
  }
  /**
   * Thirds
   */
  .ipad--one-third, .ipad--four-twelfths, .ipad--two-sixths {
    width: 33.333%;
  }
  .ipad--two-thirds, .ipad--eight-twelfths, .ipad--four-sixths {
    width: 66.666%;
  }
  /**
   * Quarters
   */
  .ipad--one-quarter, .ipad--three-twelfths, .ipad--two-eighths {
    width: 25%;
  }
  .ipad--three-quarters, .ipad--nine-twelfths, .ipad--six-eighths {
    width: 75%;
  }
  /**
   * Fifths
   */
  .ipad--one-fifth, .ipad--two-tenths {
    width: 20%;
  }
  .ipad--two-fifths, .ipad--four-tenths {
    width: 40%;
  }
  .ipad--three-fifths, .ipad--six-tenths {
    width: 60%;
  }
  .ipad--four-fifths, .ipad--eight-tenths {
    width: 80%;
  }
  /**
   * Sixths
   */
  .ipad--one-sixth, .ipad--two-twelfths {
    width: 16.666%;
  }
  .ipad--five-sixths, .ipad--ten-twelfths {
    width: 83.333%;
  }
  /**
   * Eighths
   */
  .ipad--one-eighth {
    width: 12.5%;
  }
  .ipad--three-eighths {
    width: 37.5%;
  }
  .ipad--five-eighths {
    width: 62.5%;
  }
  .ipad--seven-eighths {
    width: 87.5%;
  }
  /**
   * Tenths
   */
  .ipad--one-tenth {
    width: 10%;
  }
  .ipad--three-tenths {
    width: 30%;
  }
  .ipad--seven-tenths {
    width: 70%;
  }
  .ipad--nine-tenths {
    width: 90%;
  }
  /**
   * Twelfths
   */
  .ipad--one-twelfth {
    width: 8.333%;
  }
  .ipad--five-twelfths {
    width: 41.666%;
  }
  .ipad--seven-twelfths {
    width: 58.333%;
  }
  .ipad--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  /**
   * Whole
   */
  .desk--one-whole {
    width: 100%;
  }
  /**
   * Halves
   */
  .desk--one-half, .desk--six-twelfths, .desk--five-tenths, .desk--four-eighths, .desk--three-sixths, .desk--two-quarters {
    width: 50%;
  }
  /**
   * Thirds
   */
  .desk--one-third, .desk--four-twelfths, .desk--two-sixths {
    width: 33.333%;
  }
  .desk--two-thirds, .desk--eight-twelfths, .desk--four-sixths {
    width: 66.666%;
  }
  /**
   * Quarters
   */
  .desk--one-quarter, .desk--three-twelfths, .desk--two-eighths {
    width: 25%;
  }
  .desk--three-quarters, .desk--nine-twelfths, .desk--six-eighths {
    width: 75%;
  }
  /**
   * Fifths
   */
  .desk--one-fifth, .desk--two-tenths {
    width: 20%;
  }
  .desk--two-fifths, .desk--four-tenths {
    width: 40%;
  }
  .desk--three-fifths, .desk--six-tenths {
    width: 60%;
  }
  .desk--four-fifths, .desk--eight-tenths {
    width: 80%;
  }
  /**
   * Sixths
   */
  .desk--one-sixth, .desk--two-twelfths {
    width: 16.666%;
  }
  .desk--five-sixths, .desk--ten-twelfths {
    width: 83.333%;
  }
  /**
   * Eighths
   */
  .desk--one-eighth {
    width: 12.5%;
  }
  .desk--three-eighths {
    width: 37.5%;
  }
  .desk--five-eighths {
    width: 62.5%;
  }
  .desk--seven-eighths {
    width: 87.5%;
  }
  /**
   * Tenths
   */
  .desk--one-tenth {
    width: 10%;
  }
  .desk--three-tenths {
    width: 30%;
  }
  .desk--seven-tenths {
    width: 70%;
  }
  .desk--nine-tenths {
    width: 90%;
  }
  /**
   * Twelfths
   */
  .desk--one-twelfth {
    width: 8.333%;
  }
  .desk--five-twelfths {
    width: 41.666%;
  }
  .desk--seven-twelfths {
    width: 58.333%;
  }
  .desk--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 1601px) {
  /**
   * Whole
   */
  .large--one-whole {
    width: 100%;
  }
  /**
   * Halves
   */
  .large--one-half, .large--six-twelfths, .large--five-tenths, .large--four-eighths, .large--three-sixths, .large--two-quarters {
    width: 50%;
  }
  /**
   * Thirds
   */
  .large--one-third, .large--four-twelfths, .large--two-sixths {
    width: 33.333%;
  }
  .large--two-thirds, .large--eight-twelfths, .large--four-sixths {
    width: 66.666%;
  }
  /**
   * Quarters
   */
  .large--one-quarter, .large--three-twelfths, .large--two-eighths {
    width: 25%;
  }
  .large--three-quarters, .large--nine-twelfths, .large--six-eighths {
    width: 75%;
  }
  /**
   * Fifths
   */
  .large--one-fifth, .large--two-tenths {
    width: 20%;
  }
  .large--two-fifths, .large--four-tenths {
    width: 40%;
  }
  .large--three-fifths, .large--six-tenths {
    width: 60%;
  }
  .large--four-fifths, .large--eight-tenths {
    width: 80%;
  }
  /**
   * Sixths
   */
  .large--one-sixth, .large--two-twelfths {
    width: 16.666%;
  }
  .large--five-sixths, .large--ten-twelfths {
    width: 83.333%;
  }
  /**
   * Eighths
   */
  .large--one-eighth {
    width: 12.5%;
  }
  .large--three-eighths {
    width: 37.5%;
  }
  .large--five-eighths {
    width: 62.5%;
  }
  .large--seven-eighths {
    width: 87.5%;
  }
  /**
   * Tenths
   */
  .large--one-tenth {
    width: 10%;
  }
  .large--three-tenths {
    width: 30%;
  }
  .large--seven-tenths {
    width: 70%;
  }
  .large--nine-tenths {
    width: 90%;
  }
  /**
   * Twelfths
   */
  .large--one-twelfth {
    width: 8.333%;
  }
  .large--five-twelfths {
    width: 41.666%;
  }
  .large--seven-twelfths {
    width: 58.333%;
  }
  .large--eleven-twelfths {
    width: 91.666%;
  }
}
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
.hero-grid {
  background: #000;
}
.hero-grid img {
  opacity: 0.6;
}

.login-form {
  max-width: 420px;
  width: 100%;
  margin: 150px auto;
  padding: 0 20px;
}
.login-form input {
  width: 100%;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.login-form input[type=checkbox] {
  width: inherit;
}
.login-form .login-error {
  color: #f00;
  font-size: 18px;
  margin-bottom: 20px;
}
.login-form input[type=submit] {
  width: 40%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video--container {
  width: 100%;
}
.video--container video {
  width: 100%;
  height: auto;
  display: block;
}

#content {
  float: left;
  height: 100%;
  width: 100%;
}

.lazy-hidden {
  opacity: 0;
}

.lazy-loaded {
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  opacity: 1;
}

.col-grid {
  -moz-column-count: 2;
  -moz-column-gap: 0;
  -moz-column-width: 50%;
  -webkit-column-count: 2;
  -webkit-column-gap: 0;
  -webkit-column-width: 50%;
  column-count: 2;
  column-gap: 0;
  column-width: 50%;
}
@media screen and (min-width: 1600px) {
  .col-grid {
    -moz-column-count: 3;
    -moz-column-gap: 0;
    -moz-column-width: 33.33%;
    -webkit-column-count: 3;
    -webkit-column-gap: 0;
    -webkit-column-width: 33.33%;
    column-count: 3;
    column-gap: 0;
    column-width: 33.33%;
  }
}
@media screen and (max-width: 480px) {
  .col-grid {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -moz-column-width: 100%;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    -webkit-column-width: 100%;
    column-count: 1;
    column-gap: 0;
    column-width: 100%;
  }
}

.pri-col-grid {
  -moz-column-count: 1;
  -moz-column-gap: 0;
  -moz-column-width: 100%;
  -webkit-column-count: 1;
  -webkit-column-gap: 0;
  -webkit-column-width: 100%;
  column-count: 1;
  column-gap: 0;
  column-width: 100%;
}
@media screen and (min-width: 1600px) {
  .pri-col-grid {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -moz-column-width: 100%;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    -webkit-column-width: 100%;
    column-count: 1;
    column-gap: 0;
    column-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .pri-col-grid {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -moz-column-width: 100%;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    -webkit-column-width: 100%;
    column-count: 1;
    column-gap: 0;
    column-width: 100%;
  }
}

.grid--full {
  letter-spacing: -0.31em;
}

/* Opera hack */
.opera:-o-prefocus,
.grid--full {
  word-spacing: -0.43em;
}

.grid__item {
  letter-spacing: normal;
  word-spacing: normal;
}

.header--container {
  float: left;
  width: 100%;
  border-bottom: 1px solid #999;
  padding-bottom: 18px;
}

body.home .header--container {
  border: none;
}

.content-area {
  margin-top: 53px;
  -webkit-transform: translate3d(0, 0, 0);
  margin-bottom: 35px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  min-width: 320px;
  padding: 0 10px;
}

.site-header {
  width: 100%;
  position: fixed;
  background-color: #fff;
  height: 52px;
  z-index: 9;
}
.site-header .site-branding {
  float: right;
  margin-top: 22px;
}
.site-header .site-branding h1 {
  clear: none;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 400;
}
.site-header .site-branding h1 a {
  text-decoration: none;
  color: #231F20;
}
.site-header .site-branding h1 a span {
  color: #999999;
}

.cat-grid {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.cat-grid a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: none;
}
.cat-grid img {
  width: 100%;
  height: auto;
  display: block;
}
.cat-grid .title-block {
  opacity: 0;
  background-color: #000;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.cat-grid .titleout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cat-grid .titleout .hero-cont {
  opacity: 1 !important;
}
.cat-grid .titleout .hero-cont h2.hero-text {
  font-size: calc(81px * var(--viewport-scale-factor)) !important;
  padding: 0 10px 0 30px !important;
  text-align: left !important;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.1;
  text-transform: none;
}
.cat-grid .titleout .title-cont {
  width: 100%;
  display: table;
  height: 100%;
  float: left;
  width: 100%;
}
.cat-grid .titleout .title-cont h2 {
  font-family: "Montserrat", sans-seriff;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 12px;
}
@media screen and (min-width: 480px) {
  .cat-grid .titleout .title-cont h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 700px) {
  .cat-grid .titleout .title-cont h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 900px) {
  .cat-grid .titleout .title-cont h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .cat-grid .titleout .title-cont h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .cat-grid .titleout .title-cont h2 {
    font-size: 40px;
  }
}
.cat-grid .titleout .title-cont h2.hero-text {
  color: #fff;
}
.cat-grid .titleout .title-cont h2 span {
  float: left;
  width: 100%;
  text-transform: capitalize;
  padding-bottom: 0;
}

.site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 35px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .site-footer {
    height: 60px;
  }
}
.site-footer .grid--full {
  letter-spacing: normal;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer ul li {
  float: left;
  font-size: 14px;
  line-height: 40px;
  margin-right: 15px;
  font-weight: 200;
}
@media screen and (max-width: 480px) {
  .site-footer ul li {
    line-height: 1;
    margin-top: 10px;
  }
}
.site-footer ul li a {
  text-decoration: none;
  color: #6D6E70;
}
.site-footer ul li li:last-child {
  margin-right: 0;
}
.site-footer ul.social {
  float: left;
  margin: 11px 10px 0 0;
}
@media screen and (max-width: 480px) {
  .site-footer ul.social {
    float: right;
    margin: 10px 0px 10px 0px;
  }
}
.site-footer ul.social li {
  background-image: url(images/footer-icons.png);
  background-repeat: no-repeat;
  display: block;
  float: left;
  line-height: 35px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 10px;
}
.site-footer ul.social li a {
  display: block;
}
.site-footer ul.social li.link {
  background-position: -16px 0;
  width: 18px;
  height: 20px;
}
.site-footer ul.social li.insta {
  width: 16px;
  height: 16px;
}
.site-footer ul.social li.twitter {
  background-position: -36px 0;
  width: 17px;
  height: 17px;
}
.site-footer ul.social li.vim {
  background-position: -55px 0;
  width: 17px;
  height: 17px;
}
.site-footer ul.social li.facebook {
  background-position: -61px 0;
  width: 20px;
  height: 20px;
}

.post-header {
  line-height: 1;
}
.post-header h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 25px 0 5px 0;
  color: #000;
  font-size: 20px;
  letter-spacing: -1px;
}
@media screen and (min-width: 480px) {
  .post-header h1 {
    font-size: 22px;
  }
}
@media screen and (min-width: 700px) {
  .post-header h1 {
    font-size: 25px;
  }
}
@media screen and (min-width: 900px) {
  .post-header h1 {
    font-size: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .post-header h1 {
    font-size: 27px;
  }
}
@media screen and (min-width: 1440px) {
  .post-header h1 {
    font-size: 27px;
  }
}
.post-header h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  margin: 0;
  color: #4C4C4C;
  font-size: 20px;
  letter-spacing: -1px;
}
@media screen and (min-width: 480px) {
  .post-header h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 700px) {
  .post-header h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 900px) {
  .post-header h2 {
    font-size: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .post-header h2 {
    font-size: 27px;
  }
}
@media screen and (min-width: 1440px) {
  .post-header h2 {
    font-size: 27px;
  }
}

.section-header {
  float: left;
  width: 100%;
}
.section-header h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 14px;
  color: #4C4C4C;
  margin-top: 18px;
  line-height: 1;
  margin-bottom: 5px;
}

ul.gallery {
  margin: 0 0 0 -3px;
  list-style: none;
  padding: 0;
}
ul.gallery li.full {
  float: left;
  width: 100%;
}
ul.gallery li {
  width: 50%;
  float: left;
  padding-left: 3px;
  padding-bottom: 3px;
}
@media screen and (max-width: 480px) {
  ul.gallery li {
    width: 100%;
  }
}
ul.gallery li img {
  display: block;
  width: 100%;
  height: auto;
}
ul.gallery li.third {
  width: 33.33%;
}
@media screen and (max-width: 480px) {
  ul.gallery li.third {
    width: 100%;
  }
}

ul.share {
  float: right;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
}
ul.share li {
  background-image: url(images/share-icons-01.svg);
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  line-height: 35px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 10px;
  background-size: 78px;
}
ul.share li a {
  display: block;
  height: 20px;
}
ul.share li.facebook {
  background-position: -30px 0;
}
ul.share li.link {
  background-position: -50px 0;
  margin-left: 0;
}

.post-content {
  float: left;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .post-content {
    margin-top: 15px;
  }
}
.post-content p span {
  font-family: "Montserrat", sans-seriff;
}
.post-content h4 {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  margin-top: 0;
  color: #4C4C4C;
  line-height: 1;
}

.about-page {
  margin-top: 95px;
}

.about-page-colapse {
  width: 592px;
}

@media screen and (max-width: 820px) {
  .about-page-colapse {
    width: 100%;
  }
}
.footer-left {
  width: 253px;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (max-width: 480px) {
  .footer-left {
    width: 50%;
    padding-left: 20px;
    font-size: 15px;
  }
}

.footer-right {
  width: 230px;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (max-width: 480px) {
  .footer-right {
    width: 50%;
    padding-left: 20px;
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
## video embed responsive
--------------------------------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intactive-text {
  text-align: center;
  margin: 20px 20px 1px 20px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 820px) {
  .intactive-text {
    margin: 20px 25px 1px 25px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 480px) {
  .intactive-text {
    margin: 20px 25px 45px 25px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 27px;
  }
}

.post-content strong {
  font-family: "Montserrat", sans-seriff;
  font-weight: 400;
  text-transform: capitalize;
}

.page-id-14 .col-grid .cat-grid:nth-child(8) {
  break-after: always;
  -moz-column-break-after: always;
  -webkit-column-break-after: always;
}

.tel {
  font-size: 14px !important;
  color: #6d6e70 !important;
}

.site-info {
  padding-left: 30px !important;
}

.proj-text {
  width: 600px;
}
@media screen and (max-width: 600px) {
  .proj-text {
    width: 100%;
  }
}

body {
  overflow: hidden;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff; /* change if the mask should have another color then white */
  z-index: 99; /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%; /* centers the loading animation horizontally one the screen */
  top: 50%; /* centers the loading animation vertically one the screen */
  background-image: url(images/status.gif); /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px; /* is width and height divided by two */
}

ul.social {
  float: left;
  margin: 0 0 0 0;
  padding: 0;
}
ul.social li {
  background-image: url(images/footer-icons.png);
  background-repeat: no-repeat;
  display: block;
  float: left;
  line-height: 35px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 10px;
}
ul.social li a {
  display: block;
}
ul.social li.link {
  background-position: -16px 0;
  width: 18px;
  height: 20px;
}
ul.social li.insta {
  width: 16px;
  height: 16px;
}
ul.social li.twitter {
  background-position: -36px 0;
  width: 17px;
  height: 17px;
}
ul.social li.vim {
  background-position: -55px 0;
  width: 17px;
  height: 17px;
}
ul.social li.facebook {
  background-position: -61px 0;
  width: 20px;
  height: 20px;
}

ul.contact-deets {
  list-style: none;
  margin: 20px 0 10px 0;
  padding: 0;
}
ul.contact-deets li {
  padding-bottom: 5px;
}
ul.contact-deets li a {
  text-decoration: none;
  color: #6D6E70;
}

.gform_wrapper .top_label .gfield_label {
  font-size: 12px;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  font-size: 12px !important;
  box-shadow: none !important;
  padding: 10px 20px !important;
}

.js-cm-form label {
  width: 100%;
  display: block;
  font-size: 12px;
}
.js-cm-form input {
  width: 50%;
  margin-bottom: 20px;
}
.js-cm-form label[for=cm-privacy-consent] {
  display: inline-block;
  width: inherit;
  margin-left: 20px;
}
.js-cm-form input[type=checkbox] {
  display: inline-block;
  width: inherit;
}
.js-cm-form button {
  font-size: 12px !important;
  box-shadow: none !important;
  padding: 10px 20px !important;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.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;
}

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