@charset "UTF-8";
/*!
Theme Name: Christopher Norr 2020
Description: A Wordpress theme developed by phil.designs.
Version: 1
Author: phil.designs
Author URI: http://www.phildesigns.com
*/
/* Responsive Breakpoints */
/* Container Widths */
/* Colors */
/* Fonts */
/***************************************
Mixins
contains global mixins, functions, helper selectors, etc.
***************************************/
/* Simple clearfix */
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
*, :after, :before {
  box-sizing: border-box; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Adjust containers and rows padding for Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

/* Frontend Admin Dashboard Icon
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.admin-bar #wpadminbar ul#wp-admin-bar-root-default > li#wp-admin-bar-custom_menu a:before {
  color: rgba(240, 245, 250, 0.6);
  content: "\f226";
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 1.25;
  vertical-align: top;
  -moz-osx-font-smoothing: grayscale;
  font-family: "dashicons";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  text-align: center; }

.admin-bar {
  top: 32px; }
  @media (max-width: 782px) {
    .admin-bar {
      top: 46px; } }
/* Core element styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img {
  max-width: 100%;
  max-height: 100%;
  height: auto; }

img.aligncenter, figure.aligncenter {
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  height: auto; }

img.alignright, figure.alignright {
  display: inline-block;
  margin-left: 1.6%;
  float: right;
  max-width: 100%;
  height: auto; }

img.alignleft, figure.alignleft {
  display: inline-block;
  margin-right: 1.6%;
  float: left;
  max-width: 100%;
  height: auto; }

.center {
  text-align: center;
  margin: 0 auto; }

figure {
  margin: 0; }

hr {
  margin: 4.5% auto;
  border: 1px solid #f1f1f1; }

#outer-wrapper {
  overflow: hidden; }

.content-area {
  float: left;
  width: 62%;
  margin-bottom: 25px;
  word-wrap: break-word; }

.aside {
  float: right;
  width: 32.2%;
  margin-right: 10px;
  word-wrap: break-word; }

@media (max-width: 767px) {
  .content-area {
    float: none;
    width: 100%; }
  .aside {
    float: none;
    width: 98%;
    margin-top: 50px; } }

.container {
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px; }
  @media (min-width: 1199px) {
    .container {
      max-width: 1960px; } }
  @media (max-width: 767px) {
    .container {
      max-width: 720px; } }
  @media (max-width: 575px) {
    .container {
      max-width: 540px; } }
.no-sidebar .alignwide {
  margin: 25px calc(25% - 25vw); }
  @media (max-width: 991px) {
    .no-sidebar .alignwide {
      margin: 0 auto; } }
.no-sidebar .alignfull {
  margin: 25px calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw !important; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc outside; }

ol {
  list-style: decimal outside; }

ol, ul {
  padding-left: 1.5em;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 2% 0 2% 4.5%; }

li {
  margin-bottom: 1%; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table th,
table td, .wp-block-table th,
.wp-block-table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #f1f1f1; }

/* FORMS AND FIELDS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0; }
  input[type="email"]:-webkit-autofill,
  input[type="number"]:-webkit-autofill,
  input[type="search"]:-webkit-autofill,
  input[type="text"]:-webkit-autofill,
  input[type="tel"]:-webkit-autofill,
  input[type="url"]:-webkit-autofill,
  input[type="password"]:-webkit-autofill,
  textarea:-webkit-autofill,
  select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset; }
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  textarea:focus,
  select:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset; }

textarea {
  min-height: 100px; }

select:not([multiple]) {
  padding-right: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZwogICAgICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICAgICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgICAgICB3aWR0aD0iNjBweCIgaGVpZ2h0PSI0MHB4Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigxNjEsIDE2MSwgMTYxKSIKICAgICAgICAgIGQ9Ik0wLjAwMCwwLjAwMCBMNjAuMDAwLDAuMDAwIEwzMC4wMDAsNDAuMDAwIEwwLjAwMCwwLjAwMCBaIi8+Cjwvc3ZnPg==);
  background-position: 98.5% 50%;
  background-repeat: no-repeat;
  background-size: 10px; }
  select:not([multiple]):-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  select:not([multiple]) option:not(:checked) {
    color: #000; }

label,
legend {
  display: block;
  margin-bottom: 10px; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal; }

::placeholder {
  opacity: 1; }

:focus::placeholder {
  opacity: 0.15; }

form br {
  display: none; }

/* BUTTONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"], .wp-block-file__button, .wp-block-button__link {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  box-sizing: border-box;
  letter-spacing: .05em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s ease;
  border-radius: 0; }
  .button:hover, .button:focus,
  button:hover,
  button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="button"]:hover,
  input[type="button"]:focus, .wp-block-file__button:hover, .wp-block-file__button:focus, .wp-block-button__link:hover, .wp-block-button__link:focus {
    color: #fff;
    border-color: #444444;
    background-color: #444444;
    outline: 0;
    text-decoration: none; }

.button.button-primary,
button.button-primary,
input.button-primary[type="submit"],
input.button-primary[type="reset"],
input.button-primary[type="button"], .wp-block-file__button, .wp-block-button__link {
  color: #fff;
  background-color: #444444;
  border-color: #444444; }
  .button.button-primary:hover, .button.button-primary:focus,
  button.button-primary:hover,
  button.button-primary:focus,
  input.button-primary[type="submit"]:hover,
  input.button-primary[type="submit"]:focus,
  input.button-primary[type="reset"]:hover,
  input.button-primary[type="reset"]:focus,
  input.button-primary[type="button"]:hover,
  input.button-primary[type="button"]:focus, .wp-block-file__button:hover, .wp-block-file__button:focus, .wp-block-button__link:hover, .wp-block-button__link:focus {
    color: #fff;
    background-color: #808285;
    border-color: #808285; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 2%; }

input,
textarea,
select,
fieldset {
  margin-bottom: 3.5%; }

pre,
dl,
table,
ul,
ol,
form {
  margin-bottom: 5%; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code, .wp-block-code {
  margin: 0 5px;
  padding: 2px 10px;
  font-size: 90%;
  white-space: nowrap;
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }
  code textarea, .wp-block-code textarea {
    background-color: transparent; }

pre > code {
  display: block;
  padding: 5px 15px;
  white-space: pre; }

/* Default WP Image Gallery Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.blocks-gallery-grid.blocks-gallery-grid {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap; }

@media (min-width: 600px) {
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0; } }

@media (min-width: 600px) {
  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0; } }

@media (min-width: 600px) {
  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0; } }

@media (min-width: 600px) {
  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0; } }

@media (min-width: 600px) {
  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0; } }

@media (min-width: 600px) {
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0; } }

@media (min-width: 600px) {
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0; } }

@media (min-width: 600px) {
  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0; } }

.wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0 !important; }

html {
  outline: none !important;
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

body {
  font-size: 16px; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 15px; }

h1, h2, h3, h4, h5, h6 {
  color: #fff; }

p {
  margin-top: 0;
  color: #777; }

a {
  color: #808285;
  text-decoration: none; }
  a:hover {
    color: #444444; }

/* Colors for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
span.color-black {
  color: #000000; }

span.color-white {
  color: #ffffff; }

/* Weights for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.weight-light {
  font-weight: 300; }

.weight-regular {
  font-weight: 400; }

.weight-medium {
  font-weight: 500; }

.weight-bold {
  font-weight: 700; }

.weight-black {
  font-weight: 900; }

/* Underline for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-underline {
  text-decoration: underline; }

/*-----------------------------------------------------------------------------------*/
/*  HEADER
/*-----------------------------------------------------------------------------------*/
#header-wrapper {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #444444; }
  #header-wrapper .container {
    max-width: 1500px; }

.logo {
  height: auto;
  width: 730px;
  float: left; }
  @media (max-width: 1420px) {
    .logo {
      width: 650px; } }
  @media (max-width: 1340px) {
    .logo {
      width: 550px; } }
  @media (max-width: 1165px) {
    .logo {
      width: 450px; } }
  @media (max-width: 1000px) {
    .logo {
      width: 400px; } }
  @media (max-width: 575px) {
    .logo {
      width: 275px; } }
/*-----------------------------------------------------------------------------------*/
/*  NAVIGATION
/*-----------------------------------------------------------------------------------*/
#linkbar .nav-menu {
  float: right;
  margin-top: 1em; }

#linkbar a {
  display: inline-block;
  transition: all 0.3s ease; }

@media (max-width: 991px) {
  #linkbar nav {
    display: none; } }

#linkbar ul {
  list-style-type: none;
  margin-bottom: 0; }
  #linkbar ul li {
    display: inline;
    padding: 0 20px;
    position: relative;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700; }
    @media (max-width: 1250px) {
      #linkbar ul li {
        padding: 0 10px; } }
    @media (max-width: 1165px) {
      #linkbar ul li {
        font-size: 12px; } }
    #linkbar ul li a {
      color: #fff;
      text-decoration: none; }
      #linkbar ul li a:hover {
        color: #444444; }
    #linkbar ul li:hover ul {
      display: block; }
    #linkbar ul li ul {
      display: none; }
      #linkbar ul li ul li {
        display: block;
        margin: 10px 0; }

#linkbar .current-menu-item a {
  color: #808285 !important; }

/*   NAV SUB MENUS
==========*/
.nav-menu li.menu-item-has-children > a {
  position: relative; }

.nav-menu li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -2px;
  border: 4px solid transparent;
  border-bottom-width: 0;
  border-top-color: #444444;
  transition: transform 0.2s ease; }

.nav-menu li.menu-item-has-children:hover > a:after {
  transform: rotateZ(180deg); }

.nav-menu li.menu-item-has-children .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 0 20px 20px;
  min-width: 150px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  margin: -5px 0 0;
  background: #fff;
  transform: translateX(-50%);
  animation-fill-mode: forwards; }

.nav-menu li.menu-item-has-children:hover > .sub-menu {
  z-index: 5;
  opacity: 1;
  visibility: visible;
  animation: submenuShow 0.5s ease;
  animation-fill-mode: backwards; }

@keyframes submenuShow {
  0% {
    z-index: -1;
    visibility: hidden;
    opacity: 0; }
  1% {
    z-index: 5;
    visibility: visible; }
  25% {
    opacity: 1; }
  100% {
    z-index: 5;
    opacity: 1;
    visibility: visible; } }

@keyframes submenuHide {
  0% {
    z-index: 5;
    opacity: 1;
    visibility: visible; }
  99% {
    z-index: 5;
    opacity: 1;
    visibility: visible; }
  100% {
    z-index: -1;
    opacity: 0;
    visibility: hidden; } }

.nav-menu li.menu-item-has-children .sub-menu li {
  display: block;
  margin: 0;
  padding: 0; }

/*   Mobile Nav 
==========*/
#slideout-menu {
  position: fixed;
  padding: 100px 50px;
  min-width: 150px;
  top: 0;
  right: -375px;
  min-height: 100vh;
  z-index: 10000;
  max-height: calc(100vh - 100px);
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); }
  #slideout-menu a {
    color: #fff; }
  #slideout-menu #nav-close {
    position: absolute;
    top: 3.5%;
    right: 30px;
    height: 20px;
    width: 20px; }
  #slideout-menu .close-lines1, #slideout-menu .close-lines2 {
    width: 20px;
    display: block;
    background-color: #fff;
    height: 2px;
    position: relative;
    transition: transform 300ms ease;
    transition-delay: 400ms; }
  #slideout-menu .close-lines1 {
    top: 8px;
    transform: rotate(-180deg); }
  #slideout-menu .close-lines2 {
    top: 6px; }
  #slideout-menu .menu-item-has-children > a:after {
    position: relative; }
  #slideout-menu ul {
    text-align: center;
    list-style: none;
    padding: 0; }
    #slideout-menu ul li {
      margin-bottom: 2em;
      position: relative;
      letter-spacing: .05em;
      text-transform: uppercase;
      font-size: 22px;
      font-weight: 700; }
      #slideout-menu ul li #submenu-link:after {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        right: -18px;
        margin-top: -15px;
        border: 4px solid transparent;
        border-bottom-width: 0;
        border-top-color: transparent;
        width: 25px;
        height: 25px;
        transition: transform 0.2s ease;
        background-image: url(data:image/svg+xml;base64,PHN2ZwogICAgICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICAgICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgICAgICB3aWR0aD0iNjBweCIgaGVpZ2h0PSI0MHB4Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigxNjEsIDE2MSwgMTYxKSIKICAgICAgICAgIGQ9Ik0wLjAwMCwwLjAwMCBMNjAuMDAwLDAuMDAwIEwzMC4wMDAsNDAuMDAwIEwwLjAwMCwwLjAwMCBaIi8+Cjwvc3ZnPg==);
        background-position: 97% 50%;
        background-repeat: no-repeat;
        background-size: 10px; }
  #slideout-menu ul.sub-menu {
    display: none;
    margin: 2em 0; }
  #slideout-menu .widget {
    border-bottom: 0;
    text-align: right; }
    #slideout-menu .widget .social-links i, #slideout-menu .widget .social-links svg {
      margin-left: 20px; }

#slideout-menu.open .close-lines1 {
  transform: rotate(45deg); }

#slideout-menu.open .close-lines2 {
  transform: rotate(-45deg); }

a#slideout-trigger {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 2.5em;
  display: none; }
  @media (max-width: 575px) {
    a#slideout-trigger {
      top: 2em; } }
  @media only screen and (max-width: 991px) {
    a#slideout-trigger {
      display: block; } }
#slideout-bar {
  width: 30px;
  height: 2px;
  top: 6px;
  position: relative;
  background-color: #fff; }
  #slideout-bar:before, #slideout-bar:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    position: relative;
    background-color: #fff; }
  #slideout-bar:before {
    bottom: 8px; }
  #slideout-bar:after {
    top: 6px; }

/*-----------------------------------------------------------------------------------*/
/*  FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
  padding: 20px 0;
  margin-top: 0;
  text-align: center;
  border-top: 1px solid #444444; }
  footer .footer-bottom {
    line-height: 1;
    display: none; }
  footer .menu {
    padding: 0;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      footer .menu {
        display: none; } }
    @media (max-width: 575px) {
      footer .menu {
        margin-bottom: 20px; } }
    footer .menu li {
      display: inline-block;
      padding: 0 20px;
      letter-spacing: .05em;
      margin-bottom: 0;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 14px; }
      @media (max-width: 1250px) {
        footer .menu li {
          padding: 0 10px; } }
      @media (max-width: 1165px) {
        footer .menu li {
          font-size: 12px; } }
      footer .menu li a {
        color: #fff;
        transition: all 0.3s ease;
        text-decoration: none; }
        footer .menu li a:hover {
          color: #444444; }
  footer #credits.container {
    max-width: 1500px; }
  footer #credits a {
    text-decoration: none; }
  footer #credits p {
    color: #fff;
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 400; }
  footer #credits .footer-left {
    width: 50%; }
    @media (max-width: 767px) {
      footer #credits .footer-left {
        width: 100%;
        text-align: center; } }
  footer #credits .footer-right {
    width: 50%;
    text-align: right; }
    @media (max-width: 767px) {
      footer #credits .footer-right {
        width: 100%;
        text-align: center; } }
  footer .social-links a {
    text-decoration: none; }
    footer .social-links a i, footer .social-links a svg {
      width: 32px !important; }

#creditslide {
  position: fixed;
  padding: 65px 0 70px;
  width: 100%;
  bottom: -190px;
  z-index: 9999999;
  text-align: center;
  transition: 200ms ease-in-out all;
  background-color: #f1f1f1; }
  #creditslide #credit-close {
    position: absolute;
    top: 25px;
    right: 25px;
    height: 15px;
    width: 15px;
    content: '';
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjM1N3B4IiBoZWlnaHQ9IjM1N3B4IiB2aWV3Qm94PSIwIDAgMzU3IDM1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzU3IDM1NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGcgaWQ9ImNsb3NlIj4NCgkJPHBvbHlnb24gcG9pbnRzPSIzNTcsMzUuNyAzMjEuMywwIDE3OC41LDE0Mi44IDM1LjcsMCAwLDM1LjcgMTQyLjgsMTc4LjUgMCwzMjEuMyAzNS43LDM1NyAxNzguNSwyMTQuMiAzMjEuMywzNTcgMzU3LDMyMS4zIA0KCQkJMjE0LjIsMTc4LjUgCQkiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 15px; }
  #creditslide .container > * {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 0 1%; }
  #creditslide .callout-std span {
    display: table;
    margin: 0 auto; }

#creditslide.credit-open {
  bottom: 0; }

/*-----------------------------------------------------------------------------------*/
/*  BLOG
/*-----------------------------------------------------------------------------------*/
.blog h3.archive-header {
  letter-spacing: .05em;
  margin: 50px auto 2%;
  text-transform: uppercase;
  text-align: center; }

.blog .content.container {
  max-width: 1500px; }
  .blog .content.container .alm-btn-wrap {
    opacity: 0; }

.blog .press-items, .blog .alm-reveal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .blog .press-items article, .blog .alm-reveal article {
    width: 15%;
    position: relative;
    margin: 0 12px 25px;
    /*@media(max-width:991px){
					width:46.5%;
				}*/ }
    @media (max-width: 1199px) {
      .blog .press-items article, .blog .alm-reveal article {
        width: 23%; } }
    @media (max-width: 767px) {
      .blog .press-items article, .blog .alm-reveal article {
        width: 46.125%; } }
    @media (max-width: 575px) {
      .blog .press-items article, .blog .alm-reveal article {
        width: 100%; } }
    .blog .press-items article img, .blog .alm-reveal article img {
      width: 100%; }
    .blog .press-items article h1.entry-title, .blog .alm-reveal article h1.entry-title {
      text-transform: uppercase;
      font-size: 18px; }
    .blog .press-items article .post-meta, .blog .alm-reveal article .post-meta {
      color: #444444;
      line-height: normal;
      letter-spacing: normal;
      font-size: 14px;
      font-style: italic; }

.post {
  margin-bottom: 2%; }

.post-meta {
  margin-bottom: 2%; }

/*-----------------------------------------------------------------------------------*/
/*	BLOG SINGLE
/*-----------------------------------------------------------------------------------*/
.single-press {
  max-width: 960px;
  margin-top: 50px; }
  .single-press .entry-content {
    color: #777; }
    @media (max-width: 575px) {
      .single-press .entry-content img {
        float: none;
        margin: 25px auto;
        width: 100%; } }
  .single-press h1.entry-title {
    text-transform: uppercase;
    font-size: 24px;
    margin: 50px auto 2%; }
  .single-press .post-meta {
    color: #444444;
    line-height: normal;
    letter-spacing: normal;
    font-size: 16px;
    font-style: italic; }
  .single-press img {
    border: 1px solid #444444; }

.post-footer {
  margin: 50px auto 25px;
  text-align: center; }

/*-----------------------------------------------------------------------------------*/
/*	SHARE LINKS
/*-----------------------------------------------------------------------------------*/
.share-buttons .share-txt {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 700; }

.share-buttons a:hover {
  text-decoration: none; }

.share-buttons div {
  display: inline;
  padding: 0 5px; }

/*-----------------------------------------------------------------------------------*/
/*	NAVIGATION
/*-----------------------------------------------------------------------------------*/
#navigation .pagination .nav-previous {
  float: right; }

#navigation .pagination .nav-next {
  float: left; }

/*-----------------------------------------------------------------------------------*/
/*	ABOUT AUTHOR
/*-----------------------------------------------------------------------------------*/
#about_author {
  background-color: #f1f1f1;
  box-sizing: border-box;
  padding: 30px 30px 5px;
  margin: 25px 0; }
  #about_author img {
    float: left;
    height: 100px;
    width: 100px;
    margin-right: 20px; }

/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR & WIDGETS
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	RELATED POSTS
/*-----------------------------------------------------------------------------------*/
#related_posts ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  #related_posts ul li {
    text-align: center;
    box-sizing: border-box;
    width: 32.26%;
    margin-right: 1.6%; }
    #related_posts ul li:last-child {
      margin-right: 0; }

#related_posts .relatedcontent h5 {
  margin-bottom: 0; }

/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {
  clear: both; }
  #comments ul#comment-block li.comment {
    list-style: none; }
    #comments ul#comment-block li.comment .user {
      float: left;
      width: 75px;
      height: 75px;
      margin-right: 20px; }
    #comments ul#comment-block li.comment .message {
      overflow: hidden; }

/* Add theme page styles here */
html {
  background-color: #000; }

body {
  opacity: 1;
  transition: 1s opacity;
  font-family: "Lato", sans-serif;
  background-color: #000; }
  body.fade-out {
    opacity: 0;
    transition: none; }

#home-slider .slide .slide-img {
  position: relative;
  /*width:100%;
			height:75vh;
			margin-bottom:-3px;
			background:{
				size:cover;
				repeat:no-repeat;
				position:top center;
			}*/ }
  #home-slider .slide .slide-img .project-name {
    position: absolute;
    left: 50px;
    bottom: 50px;
    color: #fff;
    width: 100%;
    text-shadow: 2px 2px 8px #000;
    font-size: 30px;
    font-style: italic;
    font-weight: 300; }
    @media (max-width: 575px) {
      #home-slider .slide .slide-img .project-name {
        text-align: center;
        left: 0;
        right: 0; } }
  #home-slider .slide .slide-img img {
    width: 100%;
    height: auto; }

.tax-video-gallery .content.container {
  max-width: 1460px; }
  .tax-video-gallery .content.container h3.archive-header {
    letter-spacing: .05em;
    margin: 50px auto;
    text-transform: uppercase;
    text-align: center; }
  .tax-video-gallery .content.container .archive-items, .tax-video-gallery .content.container .alm-reveal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .tax-video-gallery .content.container .archive-items article, .tax-video-gallery .content.container .alm-reveal article {
      width: 49.2%;
      position: relative;
      margin-bottom: 50px; }
      @media (max-width: 575px) {
        .tax-video-gallery .content.container .archive-items article, .tax-video-gallery .content.container .alm-reveal article {
          width: 100%; } }
      .tax-video-gallery .content.container .archive-items article a:hover .overlay, .tax-video-gallery .content.container .alm-reveal article a:hover .overlay {
        opacity: .5; }
      .tax-video-gallery .content.container .archive-items article img, .tax-video-gallery .content.container .alm-reveal article img {
        width: 100%; }
        .tax-video-gallery .content.container .archive-items article img.attachment-full, .tax-video-gallery .content.container .alm-reveal article img.attachment-full {
          display: block;
          width: 100%;
          height: auto; }
      .tax-video-gallery .content.container .archive-items article .overlay, .tax-video-gallery .content.container .alm-reveal article .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .5s ease;
        background-color: #000;
        /*.text {
						font:{
							size:30px;
							weight:700;
						}
						text-transform: uppercase;
						letter-spacing: .05em;
					  color: $color_accent1;
					  position: absolute;
					  top: 50%;
					  left: 50%;
						width:98%;
					  -webkit-transform: translate(-50%, -50%);
					  -ms-transform: translate(-50%, -50%);
					  transform: translate(-50%, -50%);
					  text-align: center;
					}*/ }
      .tax-video-gallery .content.container .archive-items article .text, .tax-video-gallery .content.container .alm-reveal article .text {
        position: relative;
        box-sizing: border-box;
        padding: 10px;
        z-index: 1;
        width: 100%;
        text-align: center;
        color: #808285;
        font-size: 24px;
        font-weight: 300;
        font-style: italic; }
  .tax-video-gallery .content.container .alm-btn-wrap {
    opacity: 0; }

.page-about-contact #content-wrapper .container {
  max-width: 960px; }
  .page-about-contact #content-wrapper .container img {
    border: 1px solid #444444; }
    @media (max-width: 575px) {
      .page-about-contact #content-wrapper .container img {
        margin-bottom: 25px;
        margin-right: 0;
        float: none;
        width: 100%; } }
#photo-slider {
  margin: 50px auto; }
  #photo-slider .photo img {
    max-height: 80vh;
    width: auto;
    margin: 0 auto; }

.page h1.entry-title, .videos-template-default h1.entry-title {
  letter-spacing: .05em;
  margin: 50px auto;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center; }

.page .desc, .videos-template-default .desc {
  text-align: center; }

h2.gallery-heading {
  color: #808285;
  text-align: center;
  font-weight: 300;
  font-style: italic;
  font-size: 24px; }

.vid-title {
  color: #808285;
  margin: 25px auto 50px;
  text-align: center;
  font-weight: 300;
  font-style: italic;
  font-size: 24px; }
  @media (max-width: 575px) {
    .vid-title {
      margin: 50px auto 25px; } }
#photo-gallery .container {
  max-width: 1460px; }

.browser-Safari .slick-next {
  right: -10px; }

.single-videos #photo-gallery .container {
  max-width: 100%; }

.single-videos #photo-slider .photo img {
  max-height: none; }

/*.video-container {
    position: relative;
	padding:25px 0 56.25%;
    margin-bottom: 25px;
    height: 0;
    clear: both;
	
	iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}*/
/* ACF BLOCKS BELOW THIS LINE */
/* DEFAULT GUTENBERG BLOCKS BELOW THIS LINE */
.wp-block-cover {
  position: relative;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #000;
  background-size: cover;
  background-position: 50%; }
  .wp-block-cover p {
    color: #fff;
    line-height: 1.2;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center;
    font-family: inherit;
    font-size: 40px;
    font-weight: 400; }
  .wp-block-cover.has-text-align-center {
    justify-content: flex-start; }
    .wp-block-cover.has-text-align-center p {
      text-align: center;
      max-width: 100%; }
  .wp-block-cover.has-left-content {
    justify-content: flex-start; }
    .wp-block-cover.has-left-content p {
      text-align: left; }
  .wp-block-cover.has-right-content {
    justify-content: flex-end; }
    .wp-block-cover.has-right-content p {
      text-align: right; }

.wp-block-image {
  margin: 0 0 1.5em;
  padding: 0; }
  .wp-block-image figcaption {
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center;
    color: inherit;
    font-size: 16px; }

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0; }
  .wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc((100% - 32px)/3);
    width: 30%; }
    .wp-block-gallery .blocks-gallery-item figure {
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      margin: 0;
      height: 100%; }
      .wp-block-gallery .blocks-gallery-item figure figcaption {
        line-height: 1.6;
        margin: 0;
        padding: 0.5rem;
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        max-height: 100%;
        overflow: auto;
        color: #fff;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent); }
      .wp-block-gallery .blocks-gallery-item figure img {
        height: 100%;
        flex: 1;
        object-fit: cover;
        width: 100%; }

.wp-block-file .wp-block-file__button {
  margin-left: 25px; }

.wp-block-video {
  margin-left: 0;
  margin-right: 0; }
  .wp-block-video video {
    width: 100%;
    max-width: 100%; }
  .wp-block-video figcaption {
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center;
    color: inherit;
    font-size: 16px; }

.wp-block-button {
  margin-bottom: 25px; }

.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto;
  margin: 25px 0;
  min-height: 250px; }
  .wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media";
    grid-template-columns: auto 50%; }
  .wp-block-media-text .wp-block-media-text__media {
    grid-area: media-text-media;
    margin: 0;
    height: 100%; }
    .wp-block-media-text .wp-block-media-text__media img, .wp-block-media-text .wp-block-media-text__media video {
      max-width: unset;
      width: 100%;
      vertical-align: middle; }
    .wp-block-media-text .wp-block-media-text__media img {
      height: auto;
      max-width: 100%;
      position: relative;
      height: 100%;
      flex: 1;
      object-fit: cover;
      width: 100%; }
  .wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    grid-area: media-text-content;
    padding: 0 8%; }

.wp-block-categories, .wp-block-archives, .wp-block-latest-posts, .wp-block-categories__list {
  list-style: none;
  padding-left: 0 !important; }

.wp-block-latest-comments {
  list-style: none; }
  .wp-block-latest-comments .wp-block-latest-comments__comment {
    border-bottom: 1px solid #808285;
    padding: 15px 0px; }
    .wp-block-latest-comments .wp-block-latest-comments__comment img {
      float: left;
      width: 75px;
      height: 75px;
      margin-right: 20px;
      border-radius: 50%; }
    .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
      font-size: 18px;
      letter-spacing: 0.1px; }
    .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
      display: block;
      letter-spacing: 0.1px;
      font-size: 14px;
      text-transform: uppercase;
      color: inherit; }
    .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
      position: relative;
      overflow: hidden; }
    .wp-block-latest-comments .wp-block-latest-comments__comment footer {
      background: transparent;
      margin: 0 0 .75em;
      padding: 0; }

.wp-block-embed {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%; }
  .wp-block-embed .wp-block-embed__wrapper {
    position: relative;
    padding-top: 56.25%; }
  .wp-block-embed:before {
    content: "";
    display: block; }
  .wp-block-embed iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%; }
  .wp-block-embed figcaption {
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center; }

.wp-block-quote {
  border-left: 4px solid #000;
  margin: 0 0 28px;
  padding-left: 1em; }

/*-----------------------------------------------------------------------------------*/
/*  FLEX GRID
/*-----------------------------------------------------------------------------------*/
/* Flex Grid Gutter Space */
.grid,
.grid-mobile, .wp-block-columns {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.grid .cell,
.grid-mobile .cell, .wp-block-column {
  flex: 1; }

@media (min-width: 768px) {
  .grid, .wp-block-columns {
    display: flex; }
  .grid.grid-12-col .cell {
    flex: 0 0 calc( 8.33% - 18.334px); }
    .grid.grid-12-col .cell.span-1 {
      flex: 0 0 calc( 10% - 18px); }
    .grid.grid-12-col .cell.span-2 {
      flex: 0 0 calc( 16.6% - 16.68px); }
    .grid.grid-12-col .cell.span-3 {
      flex: 0 0 calc( 25% - 15px); }
    .grid.grid-12-col .cell.span-4 {
      flex: 0 0 calc( 33.3% - 13.34px); }
    .grid.grid-12-col .cell.span-5 {
      flex: 0 0 calc( 41.6% - 11.68px); }
    .grid.grid-12-col .cell.span-6 {
      flex: 0 0 calc( 50% - 10px); }
    .grid.grid-12-col .cell.span-7 {
      flex: 0 0 calc( 58.3% - 8.34px); }
    .grid.grid-12-col .cell.span-8 {
      flex: 0 0 calc( 66.6% - 6.68px); }
    .grid.grid-12-col .cell.span-9 {
      flex: 0 0 calc( 75% - 5px); }
    .grid.grid-12-col .cell.span-10 {
      flex: 0 0 calc( 83.3% - 3.34px); }
    .grid.grid-12-col .cell.span-11 {
      flex: 0 0 calc( 90% - 2px); }
    .grid.grid-12-col .cell.span-12 {
      flex: 0 0 100%; }
  .grid.grid-2-col .cell, .wp-block-columns.has-2-columns .wp-block-column {
    flex: 0 0 calc( 50% - 10px); }
    .grid.grid-2-col .cell.span-2, .wp-block-columns.has-2-columns .wp-block-column.span-2 {
      flex: 0 0 100%; }
  .grid.grid-3-col .cell, .wp-block-columns.has-3-columns .wp-block-column {
    flex: 0 0 calc( 33.33% - 13.334px); }
    .grid.grid-3-col .cell.span-2, .wp-block-columns.has-3-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 66.66% - 6.668px); }
    .grid.grid-3-col .cell.span-3, .wp-block-columns.has-3-columns .wp-block-column.span-3 {
      flex: 0 0 100%; }
  .grid.grid-4-col .cell, .wp-block-columns.has-4-columns .wp-block-column {
    flex: 0 0 calc( 25% - 15px); }
    .grid.grid-4-col .cell.span-2, .wp-block-columns.has-4-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 50% - 10px); }
    .grid.grid-4-col .cell.span-3, .wp-block-columns.has-4-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 75% - 5px); }
    .grid.grid-4-col .cell.span-4, .wp-block-columns.has-4-columns .wp-block-column.span-4 {
      flex: 0 0 100%; }
  .grid.grid-5-col .cell, .wp-block-columns.has-5-columns .wp-block-column {
    flex: 0 0 calc( 20% - 16px); }
    .grid.grid-5-col .cell.span-2, .wp-block-columns.has-5-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 40% - 12px); }
    .grid.grid-5-col .cell.span-3, .wp-block-columns.has-5-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 60% - 8px); }
    .grid.grid-5-col .cell.span-4, .wp-block-columns.has-5-columns .wp-block-column.span-4 {
      flex: 0 0 calc( 80% - 4px); }
    .grid.grid-5-col .cell.span-5, .wp-block-columns.has-5-columns .wp-block-column.span-5 {
      flex: 0 0 100%; }
  .grid.grid-6-col .cell, .wp-block-columns.has-6-columns .wp-block-column {
    flex: 0 0 calc( 16.66% - 16.668px); }
    .grid.grid-6-col .cell.span-2, .wp-block-columns.has-6-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 40% - 12px); }
    .grid.grid-6-col .cell.span-3, .wp-block-columns.has-6-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 60% - 8px); }
    .grid.grid-6-col .cell.span-4, .wp-block-columns.has-6-columns .wp-block-column.span-4 {
      flex: 0 0 calc( 80% - 4px); }
    .grid.grid-6-col .cell.span-5, .wp-block-columns.has-6-columns .wp-block-column.span-5 {
      flex: 0 0 calc( 100% - 0px); }
    .grid.grid-6-col .cell.span-6, .wp-block-columns.has-6-columns .wp-block-column.span-6 {
      flex: 0 0 100%; } }

@media (max-width: 767px) {
  .grid-mobile {
    display: flex; }
  .grid-mobile.grid-mobile-2-col .cell, .wp-block-columns.has-2-columns .wp-block-column {
    flex: 0 0 calc( 50% - 10px); }
    .grid-mobile.grid-mobile-2-col .cell.span-2, .wp-block-columns.has-2-columns .wp-block-column.span-2 {
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-3-col .cell, .wp-block-columns.has-3-columns .wp-block-column {
    flex: 0 0 calc( 33.33% - 13.334px); }
    .grid-mobile.grid-mobile-3-col .cell.span-2, .wp-block-columns.has-3-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 66.66% - 6.668px); }
    .grid-mobile.grid-mobile-3-col .cell.span-3, .wp-block-columns.has-3-columns .wp-block-column.span-3 {
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-4-col .cell, .wp-block-columns.has-4-columns .wp-block-column {
    flex: 0 0 calc( 25% - 15px); }
    .grid-mobile.grid-mobile-4-col .cell.span-2, .wp-block-columns.has-4-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 50% - 10px); }
    .grid-mobile.grid-mobile-4-col .cell.span-3, .wp-block-columns.has-4-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 75% - 5px); }
    .grid-mobile.grid-mobile-4-col .cell.span-4, .wp-block-columns.has-4-columns .wp-block-column.span-4 {
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-5-col .cell, .wp-block-columns.has-5-columns .wp-block-column {
    flex: 0 0 calc( 20% - 16px); }
    .grid-mobile.grid-mobile-5-col .cell.span-2, .wp-block-columns.has-5-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 40% - 12px); }
    .grid-mobile.grid-mobile-5-col .cell.span-3, .wp-block-columns.has-5-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 60% - 8px); }
    .grid-mobile.grid-mobile-5-col .cell.span-4, .wp-block-columns.has-5-columns .wp-block-column.span-4 {
      flex: 0 0 calc( 80% - 4px); }
    .grid-mobile.grid-mobile-5-col .cell.span-5, .wp-block-columns.has-5-columns .wp-block-column.span-5 {
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-6-col .cell, .wp-block-columns.has-6-columns .wp-block-column {
    flex: 0 0 calc( 16.66% - 16.668px); }
    .grid-mobile.grid-mobile-6-col .cell.span-2, .wp-block-columns.has-6-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 40% - 12px); }
    .grid-mobile.grid-mobile-6-col .cell.span-3, .wp-block-columns.has-6-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 60% - 8px); }
    .grid-mobile.grid-mobile-6-col .cell.span-4, .wp-block-columns.has-6-columns .wp-block-column.span-4 {
      flex: 0 0 calc( 80% - 4px); }
    .grid-mobile.grid-mobile-6-col .cell.span-5, .wp-block-columns.has-6-columns .wp-block-column.span-5 {
      flex: 0 0 calc( 100% - 0px); }
    .grid-mobile.grid-mobile-6-col .cell.span-6, .wp-block-columns.has-6-columns .wp-block-column.span-6 {
      flex: 0 0 100%; } }

/*-----------------------------------------------------------------------------------*/
/*  FLEXIBLE LAYOUT
/*-----------------------------------------------------------------------------------*/
/* Flex Layout Padding */
/* Flex Layout Container Width */
/* Background Images: Cover and center */
.layout-section.background_style-image .cls-background,
.layout-section.background_style-image .cls-background .cls-mobile-background {
  background-size: cover;
  background-position: center; }

.layout-section.text_style-light-text h1, .layout-section.text_style-light-text h2, .layout-section.text_style-light-text h3, .layout-section.text_style-light-text h4, .layout-section.text_style-light-text h5, .layout-section.text_style-light-text h6, .layout-section.text_style-light-text p, .layout-section.text_style-light-text ul {
  color: #fff; }

/* Section Padding */
.layout-section.padding-small .cls-background {
  padding-top: 25px;
  padding-bottom: 25px; }

.layout-section.padding-medium .cls-background {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .layout-section.padding-medium .cls-background {
      padding-top: 25px;
      padding-bottom: 25px; } }
.layout-section.padding-large .cls-background {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .layout-section.padding-large .cls-background {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .layout-section.padding-large .cls-background {
      padding-top: 25px;
      padding-bottom: 25px; } }
/* Container Width */
.layout-section.container-small .container {
  max-width: 960px; }

.layout-section.container-full .container {
  max-width: 100%; }

/* Background images: Replace background for mobile */
@media (min-width: 961px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-background .cls-mobile-background {
    background-image: none !important; } }

@media (max-width: 960px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-background {
    background-image: none !important; } }

/* Background images: Remove background and add a new image below for mobile */
@media (min-width: 961px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after .cls-mobile-image, .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before .cls-mobile-image {
    display: none !important; } }

@media (max-width: 960px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after .cls-mobile-image, .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before .cls-mobile-image {
    margin-top: 2em; }
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after, .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before {
    background-image: none !important; }
  /* Fix light text against no background */
  .layout-section.background_style-image.text_style-light-text .cls-background.background_mobile-mobile-image-after, .layout-section.background_style-image.text_style-light-text .cls-background.background_mobile-mobile-image-before {
    color: #000; } }

/***************************************
Vendor custom styles
contains custom styling overrides for plugins/dependancies
***************************************/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("_static/images/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 999; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 20px; }

[dir='rtl'] .slick-prev {
  right: 0;
  left: auto; }

.slick-prev:before {
  content: "\f053"; }

[dir='rtl'] .slick-prev:before {
  content: "\f053"; }

.slick-next {
  right: 20px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: 0; }

.slick-next:before {
  content: "\f054"; }

[dir='rtl'] .slick-next:before {
  content: "\f054"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0 !important;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 6px;
  font-weight: 900;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\f111";
  text-align: center;
  opacity: .25;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #fff; }

.slick-slider .slick-arrow {
  display: none !important; }

.slick-slider:hover .slick-arrow {
  display: block !important; }

/*AVRE*/
.arve-wrapper {
  max-width: 100% !important; }

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