/*
Theme Name: styl_s
Theme URI: https://github.com/luclemo/Styl_s
Author: Lucas Lemonnier
Author URI: http://lucaslemonnier.com
Description: A stylus version of the underscores starter theme (http://underscores.me/)
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: styl_s
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.

styl_s 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: 32em;
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 1280%;
  font-size: 80%;
}
sub,
sup {
  font-size: 1200%;
  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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 16em;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  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"] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  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: $font__main;
  font-size: 16px;
  font-size: 1rem;
  line-height: $font__line-height-body;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h1 {
  font-family: 'Unitext-Black';
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
}
h2 {
  font-family: $U-SemiB;
  font-weight: 300;
  font-style: normal;
}
h3 {
  font-family: 'Unitext-Semibold';
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
}
p {
  font-family: 'BemboBook';
  font-weight: 300;
  font-style: normal;
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: $font__pre;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: $font__line-height-pre;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: $font__code;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 2000%;
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background: #fff;
}
blockquote,
q {
  quotes: "" "";
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
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;
  max-width: 100%;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button {
  font-family: 'Unitext-Semibold';
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 10px;
  border: 1px solid #56bcf0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
}
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 {
  font-family: 'Unitext-Semibold';
  font-weight: 300;
  font-style: normal;
}
a:visited,
a:hover,
a:focus,
a:active {
  outline: 0;
}
/* --------------------------------------------------------------
## Menus
----------------------------------------------------------------*/
#masthead {
  background: #fff;
  padding: 20px 0;
}
#masthead .menu-container {
  position: relative;
  max-width: 75%;
  margin: auto;
  min-width: 1200px;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container {
    min-width: auto;
    text-align: center;
    max-width: 100%;
  }
}
#masthead .menu-container .logo-container {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #masthead .menu-container .logo-container {
    max-width: 100px;
  }
}
#masthead .menu-container .menu-flex {
  width: 83%;
  float: right;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100px;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    float: none;
  }
}
#masthead .menu-container .menu-flex .site-branding {
  z-index: 99;
  position: relative;
}
@media only screen and (min-width: 1224px) {
  #masthead .menu-container .menu-flex .site-branding {
    margin-right: 70px;
  }
}
#masthead .menu-container .menu-flex .site-branding img {
  width: 129px;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .site-branding img {
    width: 43px;
  }
}
#masthead .menu-container .menu-flex .main-navigation {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation {
    display: none;
    position: absolute;
    top: 129px;
    z-index: 100;
    background-color: #fff;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #masthead .menu-container .menu-flex .main-navigation {
    top: 99px;
  }
}
#masthead .menu-container .menu-flex .main-navigation .sub-menu li {
  line-height: 1.5;
  font-family: $dagny;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
  width: 100%;
  padding: 10px;
  background-color: $blue;
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation #primary-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px;
  }
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li {
  letter-spacing: 2px;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation #primary-menu >li {
    padding-top: 50px;
    line-height: 3rem;
  }
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li .sub-menu {
  display: none;
  background-color: #fff;
  list-style: none;
  margin: 0 0 0 -36px;
  padding: 45px 25px 25px 25px;
  position: absolute;
  min-width: 200px;
  top: 99px;
  z-index: 99999;
}
@media only screen and (max-width: 767px) {
  #masthead .menu-container .menu-flex .main-navigation #primary-menu >li .sub-menu {
    display: block;
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0;
    top: 0;
  }
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li .sub-menu li {
  margin: 0;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  #masthead .menu-container .menu-flex .main-navigation #primary-menu >li .sub-menu li {
    line-height: 1rem;
  }
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li .sub-menu li a {
  font-family: 'Unitext-Light';
  font-weight: 300;
  font-style: normal;
  font-size: 12.8px;
  font-size: 0.8rem;
  text-decoration: none;
  color: #242424;
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li .sub-menu li a:hover {
  border-bottom: 1px solid #c5c5c5;
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li:hover .sub-menu {
  display: block;
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li:last-of-type a {
  padding: 7px 20px;
  color: #fff;
  background: #1f4457;
  background: -moz-linear-gradient(top, #1f4457 1%, #3a80a4 99%);
  background: -webkit-linear-gradient(top, #1f4457 1%, #3a80a4 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #1f4457), color-stop(99%, #3a80a4));
  background: -o-linear-gradient(top, #1f4457 1%, #3a80a4 99%);
  background: linear-gradient(to bottom, #1f4457 1%, #3a80a4 99%);
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li >a {
  color: #242424;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12.8px;
  font-size: 0.8rem;
}
#masthead .menu-container .menu-flex .mobile-menu-button-container {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12%;
  z-index: 99;
}
@media only screen and (min-width: 1224px) {
  #masthead .menu-container .menu-flex .mobile-menu-button-container {
    display: none;
  }
}
#masthead .menu-container .menu-flex .mobile-menu-button-container .mobile-menu-button {
  width: 25px;
  height: 21px;
  display: block;
  background-image: url("./library/images/hamburger.svg");
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#masthead .menu-container .menu-flex .mobile-menu-button-container .mobile-menu-button.active {
  background-image: url("./library/images/close.svg");
}
.sub-menu {
  display: none;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/*--------------------------------------------------------------
# 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;
}
.widget select {
  max-width: 100%;
}
.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;
}
.container {
  width: auto;
  max-width: 75%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1224px) {
  .container {
    width: auto;
    max-width: 1025px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.wp-block-button .wp-block-button__link {
  font-family: 'Unitext-Semibold';
  font-weight: 300;
  font-style: normal;
  color: #404040;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 10px;
  border: 1px solid #56bcf0;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  padding: 10px;
}
form .gform_body .gform_fields .gfield .gfield_label {
  font-family: 'Unitext-Semibold';
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
form .gform_body .gform_fields .gfield .ginput_container span label {
  font-family: 'BemboBook';
  font-weight: 300;
  font-style: normal;
  margin-top: 1em;
}
form .gform_footer .gform_button {
  color: #56bcf0;
  background: transparent;
}
.footer .gform_wrapper form {
  max-width: 350px;
  width: 100%;
  margin: 0 0 100px 0;
  position: relative;
  display: inline-block;
}
.footer .gform_wrapper form .validation_error {
  display: none;
}
.footer .gform_wrapper form .gform_body {
  width: 350px;
  display: inline-block;
  position: absolute;
}
.footer .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  font-family: 'Unitext-Bold';
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
}
.footer .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  display: none;
}
.footer .gform_wrapper form .gform_body .gform_fields .gfield #input_1_1 {
  font-family: 'Unitext-Light';
  font-weight: 300;
  font-style: normal;
  border: none;
  border-bottom: 2px solid #56bcf0;
  background-color: transparent;
  width: 100%;
  outline: 0;
  color: #fff;
}
.footer .gform_wrapper form .gform_body .gform_fields .gfield #input_1_1::-webkit-input-placeholder {
  font-family: 'Unitext-Light';
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
.footer .gform_wrapper form .gform_body .gform_fields .gfield #input_1_1:-ms-input-placeholder {
  font-family: 'Unitext-Light';
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
.footer .gform_wrapper form .gform_body .gform_fields .gfield #input_1_1::-ms-input-placeholder {
  font-family: 'Unitext-Light';
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
.footer .gform_wrapper form .gform_body .gform_fields .gfield #input_1_1::placeholder {
  font-family: 'Unitext-Light';
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
.footer .gform_wrapper form .gform_footer {
  position: absolute;
  right: 0;
  top: 30px;
  margin: 0;
  width: auto;
  display: inline-block;
  position: absolute;
}
.footer .gform_wrapper form .gform_footer #gform_ajax_spinner_1 {
  display: none;
}
.footer .gform_wrapper form .gform_footer .gform_button {
  background-color: transparent;
  background-image: url("library/images/right_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  color: transparent;
  width: 20px;
  padding: 0;
}
.footer .gform_wrapper form .gform_fields .gfield_error {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
}
.alm-btn-wrap {
  text-align: center;
  margin-top: 50px;
}
.alm-btn-wrap button {
  outline: 0;
  text-align: center;
  font-family: 'Unitext-Semibold';
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 10px;
  border: 1px solid #56bcf0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: none;
}
.entry-content {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f4f4));
  background: -o-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);
  padding: 0 0 50px 0;
}
@media only screen and (max-width: 1223px) {
  .entry-content {
    padding: 0 25px 50px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .entry-content .container {
    max-width: 100%;
  }
}
.entry-content .container p {
  line-height: 1.5em;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 2em auto;
}
@media only screen and (max-width: 767px) {
  .entry-content .container p {
    font-size: 16px;
    font-size: 1rem;
    max-width: 90%;
  }
}
.entry-content .container .wp-block-embed-youtube {
  margin: 0;
  width: 100%;
  height: 600px;
}
.entry-content .container .wp-block-embed-youtube .wp-block-embed__wrapper {
  height: 100%;
  width: 100%;
}
.entry-content .container .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}
.entry-content .container .wp-block-quote {
  position: relative;
  overflow: visible;
  margin: 0;
  padding: 25px 50px;
}
.entry-content .container .wp-block-quote p {
  font-size: 48px;
  font-size: 3rem;
  font-family: 'BemboBook';
  font-weight: 300;
  font-style: normal;
  color: #1f4457;
  line-height: 4rem;
  margin: 0;
}
.entry-content .container .wp-block-quote:before {
  content: '';
  height: 100%;
  width: 10px;
  left: 0;
  top: 0;
  position: absolute;
  background: #1f4457;
  background: -moz-linear-gradient(top, #1f4457 0%, #3a80a4 100%);
  background: -webkit-linear-gradient(top, #1f4457 0%, #3a80a4 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#1f4457), to(#3a80a4));
  background: -o-linear-gradient(top, #1f4457 0%, #3a80a4 100%);
  background: linear-gradient(to bottom, #1f4457 0%, #3a80a4 100%);
}
.entry-content .container a {
  font-family: 'BemboBook';
  font-weight: 300;
  font-style: normal;
}
.entry-content .container .wp-block-button__link {
  font-family: 'Unitext-Semibold';
  font-weight: 300;
  font-style: normal;
}
.entry-content .container .wp-block-columns .wp-block-cover {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.entry-content .container .wp-block-columns .wp-block-cover:hover {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #98a2ab !important;
}
.entry-content .container .wp-block-columns .wp-block-cover .wp-block-cover__inner-container a {
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
}
.scrim {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
}
.top-image-home {
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 89vh;
  min-height: 900px;
  padding-bottom: 500px;
}
@media only screen and (max-width: 1223px) {
  .top-image-home {
    height: auto;
    padding: 100px 0 0 0;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .top-image-home {
    min-height: 200px;
  }
}
.top-image-home .container {
  position: relative;
  top: 40%;
  max-width: 75%;
  z-index: 50;
  color: #fff;
}
@media only screen and (max-width: 1223px) {
  .top-image-home .container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .top-image-home .container {
    top: auto;
    bottom: 10%;
  }
}
.top-image-home .container .inner-container {
  max-width: 1300px;
}
@media only screen and (max-width: 767px) {
  .top-image-home .container .inner-container {
    max-width: 400px;
  }
}
.top-image-home .container .inner-container h1 {
  font-size: 112px;
  font-size: 7rem;
  line-height: 8rem;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 1223px) {
  .top-image-home .container .inner-container h1 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-image-home .container .inner-container h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 3rem;
  }
}
.top-image-home .container .inner-container p {
  max-width: 1000px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.75rem;
  display: block;
}
@media only screen and (max-width: 1223px) {
  .top-image-home .container .inner-container p {
    display: none;
  }
}
.top-image-home .container .inner-container a {
  margin: auto;
}
@media only screen and (max-width: 1223px) {
  .top-image-home .container .inner-container a {
    display: none;
  }
}
.top-image {
  background-size: cover;
  background-position: center center;
  background-color: #000;
  position: relative;
  min-height: 300px;
}
@media only screen and (max-width: 767px) {
  .top-image {
    min-height: 200px;
  }
}
.top-image .container {
  position: relative;
  max-width: 75%;
  z-index: 99;
}
@media only screen and (max-width: 1223px) {
  .top-image .container {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
  }
}
.top-image .container h1 {
  font-size: 112px;
  font-size: 7rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .top-image .container h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
.top-image-single {
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 900px;
  height: 86vh;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .top-image-single {
    min-height: 200px;
    padding: 25px 0;
  }
}
@media only screen and (max-width: 1223px) {
  .top-image-single {
    height: auto;
  }
}
.top-image-single .container {
  overflow: visible;
  position: relative;
  max-width: 1300px;
  width: 90%;
  z-index: 99;
}
@media only screen and (max-width: 1223px) {
  .top-image-single .container {
    width: auto;
    max-width: 90%;
  }
}
.top-image-single .container h1 {
  font-size: 112px;
  font-size: 7rem;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 1223px) {
  .top-image-single .container h1 {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-image-single .container h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.top-image-single .container p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .top-image-single .container p {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1224px) {
  .top-image-single .header-content {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    width: 90%;
    margin: auto;
    max-width: 1315px;
  }
}
@media only screen and (max-width: 1223px) {
  .top-image-single .header-content {
    width: 100%;
    position: relative;
    max-width: 90%;
  }
}
.top-image-single .header-content h3 {
  border-bottom: 1px solid #56bcf0;
  display: block;
  padding-bottom: 1em;
  color: #fff;
}
.top-image-single .header-content p {
  line-height: 1.75em;
  text-transform: none;
}
.each-news-posting {
  border-bottom: 1px solid #56bcf0;
}
.each-news-posting h2 {
  font-family: 'Unitext-Black';
  font-weight: 300;
  font-style: normal;
  font-size: 48px;
  font-size: 3rem;
}
.each-news-posting img {
  width: 100%;
  max-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.each-news-posting .button {
  color: #404040;
  margin-bottom: 50px;
}
.project-info-section {
  color: #fff;
  background-color: rgba(0,0,0,0.9);
  padding: 50px 5%;
}
.project-info-section .container {
  max-width: 1315px;
}
.project-info-section .container h3 {
  border-bottom: 1px solid #56bcf0;
  padding-bottom: 1em;
}
.project-info-section .columns-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 50px 0;
}
.project-info-section .columns-flex:after {
  content: '';
  display: block;
  margin-left: 31.91%;
}
@media only screen and (max-width: 1223px) {
  .project-info-section .columns-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.project-info-section .columns-flex .project-list {
  width: 32%;
  max-width: 300px;
  margin: 0 10px 50px 10px;
}
@media only screen and (max-width: 767px) {
  .project-info-section .columns-flex .project-list {
    margin: 0 0 50px 0;
  }
}
.project-info-section .columns-flex .project-list ul {
  font-family: 'BemboBook';
  font-weight: 300;
  font-style: normal;
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 2em;
}
.project-info-section .columns-flex .project-list ul li {
  padding: 0;
}
.project-gallery-contain .gallery-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.project-gallery-contain .gallery-flex:after {
  content: '';
  display: block;
  margin-left: 31.91%;
}
.project-gallery-contain .gallery-flex .project-image {
  width: 32%;
  margin-bottom: 1.5%;
}
@media only screen and (max-width: 767px) {
  .project-gallery-contain .gallery-flex .project-image {
    width: 100%;
  }
  .project-gallery-contain .gallery-flex .project-image img {
    max-height: 300px;
  }
}
.section-2-home {
  background: #3a80a4;
  background: -moz-linear-gradient(top, #3a80a4 0%, #1f4457 100%);
  background: -webkit-linear-gradient(top, #3a80a4 0%, #1f4457 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#3a80a4), to(#1f4457));
  background: -o-linear-gradient(top, #3a80a4 0%, #1f4457 100%);
  background: linear-gradient(to bottom, #3a80a4 0%, #1f4457 100%);
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 1223px) {
  .section-2-home {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .section-2-home {
    padding-top: 10px;
  }
}
.section-2-home .container2 {
  max-width: 90%;
  margin: 0 auto 100px auto;
  text-align: center;
}
@media only screen and (min-width: 1224px) {
  .section-2-home .container2 {
    display: none;
  }
}
.section-2-home .container2 p {
  text-align: left;
  line-height: 1.5em;
  color: #fff;
}
.section-2-home .container2 .button {
  margin: auto;
}
.section-2-home .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
@media only screen and (max-width: 1223px) {
  .section-2-home .container {
    max-width: 90%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.section-2-home .container .each-service-tile {
  text-align: center;
  width: 150px;
  margin: 0 10px;
}
@media only screen and (max-width: 1223px) {
  .section-2-home .container .each-service-tile {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .section-2-home .container .each-service-tile {
    margin-bottom: 50px;
  }
}
.section-2-home .container .each-service-tile .icon-contain {
  width: 100px;
  height: 100px;
  margin: 0 auto 50px auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-2-home .container .each-service-tile .icon-contain {
    margin: 0 auto 10px auto;
  }
}
.section-2-home .container .each-service-tile .icon-contain img {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-2-home .container .each-service-tile a {
  margin: auto;
}
.section-3-home {
  background-color: rgba(0,0,0,0.9);
  text-align: center;
  padding: 50px 0 75px 0;
  color: #fff;
}
.section-3-home h1 {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 75px;
}
.section-3-home .container {
  max-width: 75%;
}
@media only screen and (max-width: 767px) {
  .section-3-home .container {
    max-width: 90%;
  }
}
.section-3-home .container .all-projects-container {
  margin-top: 75px;
}
.each-featured-project {
  height: 700px;
  margin: 0 0 50px 0;
  color: #fff;
}
@media only screen and (max-width: 1223px) {
  .each-featured-project {
    height: auto;
  }
}
.each-featured-project .tile-featured-image {
  background-size: cover;
  background-position: center center;
  float: left;
  width: 70%;
  height: 100%;
}
@media only screen and (max-width: 1223px) {
  .each-featured-project .tile-featured-image {
    float: none;
    width: 100%;
    height: 260px;
  }
}
.each-featured-project .tile-info-contain {
  background: -moz-linear-gradient(top, rgba(0,0,0,0.13) 0%, rgba(0,0,0,0.13) 1%, rgba(0,0,0,0.99) 99%, #000 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.13) 0%, rgba(0,0,0,0.13) 1%, rgba(0,0,0,0.99) 99%, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.13)), color-stop(1%, rgba(0,0,0,0.13)), color-stop(99%, rgba(0,0,0,0.99)), to(#000));
  background: -o-linear-gradient(top, rgba(0,0,0,0.13) 0%, rgba(0,0,0,0.13) 1%, rgba(0,0,0,0.99) 99%, #000 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.13) 0%, rgba(0,0,0,0.13) 1%, rgba(0,0,0,0.99) 99%, #000 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.each-featured-project .tile-info-contain .info-upper {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  float: left;
  text-align: left;
  padding: 25px 25px 0 25px;
}
.each-featured-project .tile-info-contain .info-upper h3 {
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
}
.each-featured-project .tile-info-contain .info-upper .project-location {
  font-size: 12.8px;
  font-size: 0.8rem;
  margin: 0 0 25px 0;
}
.each-featured-project .tile-info-contain .info-upper .bottom-border-line {
  border-bottom: 1px solid #56bcf0;
}
.each-featured-project .tile-info-contain .info-upper ul {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
}
.each-featured-project .tile-info-contain .info-upper ul li {
  font-family: 'BemboBook';
  font-weight: 300;
  font-style: normal;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 2em;
}
.each-featured-project .tile-info-contain .info-bottom {
  height: 100px;
  text-align: center;
}
.each-featured-project .tile-info-contain .info-bottom .button {
  margin: 30px 0 0 0;
}
.page-template-page-projects .site-content .entry-content,
.page-template-page-products .site-content .entry-content {
  margin: 0;
  background: rgba(0,0,0,0.9);
}
.page-template-page-projects .site-content .entry-content .container,
.page-template-page-products .site-content .entry-content .container {
  padding: 75px 0;
  max-width: 75%;
}
@media only screen and (max-width: 767px) {
  .page-template-page-projects .site-content .entry-content .container,
  .page-template-page-products .site-content .entry-content .container {
    max-width: 100%;
  }
}
.page-template-page-products .the-content {
  color: #fff;
}
.page-template-page-products .products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1223px) {
  .page-template-page-products .products-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-template-page-products .products-list .each-featured-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 48.5%;
  margin-bottom: 2.25em;
  padding: 1.5em;
}
@media only screen and (max-width: 1223px) {
  .page-template-page-products .products-list .each-featured-product {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-template-page-products .products-list .each-featured-product .tile-featured-image {
  max-width: 170px;
}
@media only screen and (min-width: 1224px) {
  .page-template-page-products .products-list .each-featured-product .tile-featured-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 25px;
  }
}
.page-template-page-products .products-list .each-featured-product .tile-featured-image img {
  display: block;
  min-width: 170px;
}
.page-template-page-products .products-list .each-featured-product .tile-info-contain .info-upper h3 {
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
}
@media only screen and (max-width: 1223px) {
  .page-template-page-products .products-list .each-featured-product .tile-info-contain .info-upper h3 {
    margin: 1em 0 0.5em 0;
  }
}
.page-template-page-products .products-list .each-featured-product .tile-info-contain .info-upper h3 a {
  color: #404040;
  font-family: 'Unitext-Semibold';
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
}
.page-template-page-products .products-list .each-featured-product .tile-info-contain .info-upper p {
  margin: 1em 0;
}
.page-template-page-products .products-list .each-featured-product .bottom-border-line {
  border-bottom: 1px solid #56bcf0;
}
.page-template-page-products .products-list .each-featured-product .button {
  color: #404040;
  font-family: 'Unitext-Semibold';
  font-weight: 300;
  font-style: normal;
}
.featured-clients-section {
  text-align: center;
  padding: 150px 0;
}
@media only screen and (max-width: 1223px) {
  .featured-clients-section {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .featured-clients-section {
    padding: 25px 0;
  }
}
.featured-clients-section .container {
  overflow: visible;
}
.featured-clients-section .container h1 {
  font-family: 'Unitext-Semibold';
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 auto 75px auto;
  max-width: 90%;
}
@media only screen and (max-width: 767px) {
  .featured-clients-section .container .client-slider {
    margin: auto;
    max-width: 75%;
  }
}
.featured-clients-section .container .client-slider .each-logo-tile {
  padding: 20px;
  margin: 0 25px;
  height: 150px;
  position: relative;
  outline: 0;
}
.featured-clients-section .container .client-slider .each-logo-tile img {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.featured-clients-section .container .client-slider .slick-prev:before,
.featured-clients-section .container .client-slider .slick-next:before {
  color: #000;
}
.featured-clients-section .container .client-slider .slick-prev:before {
  content: '';
  opacity: 1;
  display: block;
  background-image: url("library/images/arrow_prev.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
.featured-clients-section .container .client-slider .slick-next:before {
  content: '';
  opacity: 1;
  display: block;
  background-image: url("library/images/arrow_next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
.featured-clients-section .container .client-slider .slick-prev.slick-disabled:before,
.featured-clients-section .container .client-slider .slick-next.slick-disabled:before {
  opacity: 0.5;
}
.footer {
  background-image: url("library/images/Conveyor-Belt.jpg");
  background-size: cover;
  background-color: #000;
  position: relative;
}
.footer .scrim {
  background-color: rgba(0,0,0,0.75);
}
.footer .container {
  position: relative;
  z-index: 5;
  color: #fff;
  padding: 200px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .footer .container {
    max-width: 90%;
  }
}
.footer .container .footer-main-content h3 {
  margin-bottom: 10px;
}
.footer .container .footer-main-content h2 {
  font-family: 'Unitext-Semibold';
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
}
.footer .container .footer-main-content p {
  line-height: 1em;
  margin: 0.5em 0;
}
@media only screen and (max-width: 767px) {
  .footer .container .footer-main-content p {
    line-height: 1.5em;
  }
}
.footer .container .footer-main-content .foot-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .container .footer-main-content .foot-numbers span {
  border-right: 1px solid #fff;
  padding: 0 10px 0 0;
  margin-right: 10px;
}
.footer .container .footer-main-content .foot-numbers span:first-of-type {
  padding-left: 0;
}
.footer .container .footer-main-content .foot-numbers span:last-of-type {
  border: none;
  margin: 0;
}
.footer .container .footer-main-content .business-licenses {
  margin-top: 25px;
}
.footer .container .footer-main-content .business-licenses h3 {
  margin-bottom: 10px;
}
.footer .container .footer-main-content .business-licenses p {
  margin: 5px 0;
}
@media only screen and (max-width: 767px) {
  .footer .container .footer-main-content .business-licenses p {
    line-height: 1.5em;
  }
}
.footer .container .newsletter-form-contain {
  padding: 25px 0 0 0;
  display: none;
}
.footer .container .newsletter-form-contain p {
  font-family: 'Unitext-Bold';
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
}
.footer .container img {
  padding: 25px 0 0 0;
}
.footer .container .copyright-contain {
  padding: 25px 0 0 0;
}
.footer .container .copyright-contain a {
  font-family: 'BemboBook';
  font-weight: 300;
  font-style: normal;
  display: inline-block;
  padding: 0 10px 0 7px;
  border-right: 1px solid #fff;
  color: #56bcf0;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .footer .container .copyright-contain a:last-of-type {
    border: none;
  }
}
.footer .container .copyright-contain p {
  display: inline-block;
  padding-left: 7px;
}
/*--------------------------------------------------------------
// ## Asides
----------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
// ## Comments
----------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.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;
}
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;
}
