/*
Theme Name:     Gillion Consulting
Description: 	Gillion Consulting
Author:         Christom
Author URI:     https://www.christom.com.au
Version:        1.0.0
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swap");
@import url(assets/fonts/styles.css);
a.btn.primary, .main-navigation ul#primary-menu li.btn.primary a, .overlay .main-navigation ul#primary-menu li.btn.primary a {
  display: inline-block;
  background: #0182c6;
  font-size: 20px;
  color: #fff;
  line-height: 38px;
  padding: 0 35px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #0182c6;
}

@media screen and (max-width: 1200px) {
  a.btn.primary, .main-navigation ul#primary-menu li.btn.primary a, .overlay .main-navigation ul#primary-menu li.btn.primary a {
    padding: 0 15px;
  }
}

a.btn.primary:hover, .main-navigation ul#primary-menu li.btn.primary a:hover {
  background: #878786;
  border: 1px solid #878786;
}

.main-navigation ul#primary-menu li.btn.alt a, .overlay .main-navigation ul#primary-menu li.btn.alt a {
  display: inline-block;
  font-size: 20px;
  line-height: 38px;
  padding: 0 35px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #272727;
}

@media screen and (max-width: 1200px) {
  .main-navigation ul#primary-menu li.btn.alt a, .overlay .main-navigation ul#primary-menu li.btn.alt a {
    padding: 0 15px;
  }
}

.main-navigation ul#primary-menu li.btn.alt a:hover {
  background: #878786;
  border: 1px solid #878786;
  color: #fff;
}

/**********************************************/
/*                   GLOBAL                   */
/**********************************************/
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

body, html {
  width: auto;
  height: auto;
  overflow: auto;
}

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

a[href^="tel:"] {
  color: inherit;
}

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

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexbox.container {
  height: 100%;
}

.anchor {
  display: block;
  padding-top: 180px;
  margin-top: -180px;
  visibility: hidden;
}

.box-shadow {
  -webkit-box-shadow: 0px 5px 5px 0px #e8e8e8;
  box-shadow: 0px 5px 5px 0px #e8e8e8;
}

.col {
  float: left;
}

.col.x75 {
  width: 75%;
}

.col.x50 {
  width: 50%;
}

.col.x33 {
  width: 33%;
}

.col.x25 {
  width: 25%;
}

.col.x20 {
  width: 20%;
}

@media screen and (max-width: 1023px) {
  .col {
    width: 50% !important;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  .col {
    width: 100% !important;
  }
}

/**********************************************/
/*                   TYPOGRAPHY               */
/**********************************************/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #272727;
}

p, li {
  line-height: 1.75em;
}

strong {
  font-weight: 700;
}

/**********************************************/
/*                   MAIN                     */
/**********************************************/
.container {
  position: relative;
  width: 100%;
  padding-left: 1em !important;
  padding-right: 1em !important;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/**********************************************/
/*                   HEADER                   */
/**********************************************/
.site-header .container, .overlay .container {
  width: 100%;
  padding: 0 50px !important;
}

.site-header .container .site-branding, .overlay .container .site-branding {
  float: left;
}

.site-header .container .site-branding h1, .overlay .container .site-branding h1 {
  margin: 0;
  line-height: 0;
}

.site-header .container .site-branding h1 a, .overlay .container .site-branding h1 a {
  display: block;
}

.site-header {
  border-top: 5px solid #0182c6;
  -webkit-box-shadow: 0px 0px 5px 5px #e8e8e8;
  box-shadow: 0px 0px 5px 5px #e8e8e8;
  padding: 20px 0;
}

.site-header.sticky {
  position: fixed;
  padding: 15px 0;
  z-index: 998;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #e8e8e8;
}

.site-header.sticky .container .site-branding h1 a img {
  max-width: 150px;
  height: auto;
}

.site-header.sticky .container .main-navigation {
  margin-top: 4px;
}

.site-header .mobile-toggle {
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .site-header .mobile-toggle {
    display: block;
    position: absolute;
    right: 1em;
    top: 20px;
    font-size: 1.75em;
  }
}

.overlay .container {
  padding-top: 20px !important;
}

/**********************************************/
/*                   NAVIGATION               */
/**********************************************/
.main-navigation {
  float: right;
  margin-top: 20px;
}

@media screen and (max-width: 1023px) {
  .main-navigation {
    display: none;
  }
}

.main-navigation ul#primary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation ul#primary-menu li {
  float: left;
}

.main-navigation ul#primary-menu li:not(:last-child) {
  margin-right: 2em;
}

@media screen and (max-width: 1200px) {
  .main-navigation ul#primary-menu li:not(:last-child) {
    margin-right: 1em;
  }
}

.main-navigation ul#primary-menu li a {
  font-family: 'Karbon-Bold';
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #272727;
  line-height: 38px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.main-navigation ul#primary-menu li a:hover {
  color: #0182c6;
}

.main-navigation ul#primary-menu li.current-menu-item a {
  color: #0182c6;
}

.overlay .main-navigation ul#primary-menu li a {
  color: #fff;
}

.overlay .main-navigation ul#primary-menu li a:hover {
  color: #272727;
}

.overlay .main-navigation ul#primary-menu li.btn.primary a:hover {
  color: #fff;
}

.overlay .main-navigation ul#primary-menu li.btn.alt a {
  border: 1px solid #fff;
}

.overlay .main-navigation ul#primary-menu li.btn.alt a:hover {
  border: 1px solid #878786;
}

.overlay .main-navigation ul#primary-menu li ul {
  list-style: none;
  padding: 0;
  position: absolute;
}

.overlay .main-navigation ul#primary-menu li ul li {
  float: none;
}

.overlay .main-navigation ul#primary-menu li.current-menu-item a {
  color: #000 !important;
}

/**********************************************/
/*                   SOCIAL MEDIA             */
/**********************************************/
/**********************************************/
/*                   HOME                     */
/**********************************************/
/**********************************************/
/*                   PAGE                     */
/**********************************************/
.site-content {
  -webkit-box-shadow: 0px 5px 5px 0px #e8e8e8;
  box-shadow: 0px 5px 5px 0px #e8e8e8;
  min-height: 50vh;
}

.social-links {
  text-align: center;
  padding: 25px 0;
}

.social-links ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-links ul li {
  float: left;
}

.social-links ul li a {
  color: #adb5bd;
}

#flexslider-container {
  background: #fff6ee;
  font-size: 1.125rem;
  overflow: hidden;
}

#flexslider-container .flexslider {
  margin: 0;
  border: 0;
  border-radius: 0;
}

#flexslider-container .flexslider.placeholder {
  padding-bottom: 8.75%;
  background-color: #231f20;
}

#flexslider-container .flexslider .slides li {
  position: relative !important;
}

#flexslider-container.page-banner .flexslider .slides li {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 162px;
}

#flexslider-container.page-banner .flexslider .slides li img {
  display: none;
}

#flexslider-container .slider-mobile .slides > li {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 35vh;
}

#flexslider-container .slider-mobile .slides > li img {
  display: none;
}

@media screen and (max-width: 768px) {
  .sec-content.mobile-reverse .element-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.sec-content img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.sec-content img.alignleft, .sec-content img.alignright, .sec-content img.aligncenter {
  width: auto !important;
}

.sec-content a {
  text-decoration: none;
  color: #272727;
}

.sec-content a:hover {
  text-decoration: underline;
}

.sec-content .x50:first-child {
  padding-right: 8px;
}

.sec-content .x50:first-child.content-class {
  padding-right: 24px;
}

@media screen and (max-width: 768px) {
  .sec-content .x50:first-child.content-class {
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .sec-content .x50:first-child {
    padding-right: 0;
  }
}

.sec-content .x50:last-child {
  padding-left: 8px;
}

@media screen and (max-width: 768px) {
  .sec-content .x50:last-child {
    padding-left: 0 !important;
  }
}

.sec-content .x50:last-child.content-class {
  padding-left: 24px;
}

.sec-content .image-class .cf {
  position: relative;
  width: 100%;
  padding-bottom: 66.67%;
  cursor: pointer;
}

.sec-content .image-class .cf div {
  position: absolute;
  left: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.sec-content .image-class .cf div.top:hover {
  opacity: 0;
}

.sec-content h2,
.sec-content h3 {
  font-family: 'Karbon-Bold';
  font-size: 36px;
  color: #1d1d1b;
  margin-top: 0;
}

.sec-content h3 {
  font-size: 24px;
}

.sec-content .content-personnel .cp-header {
  padding: 18px;
  background: #f7f7f7;
}

.sec-content .content-personnel .cp-header .cp-header-image {
  float: left;
  margin-right: 18px;
}

@media screen and (max-width: 768px) {
  .sec-content .content-personnel .cp-header .cp-header-image {
    margin-right: 0;
  }
}

.sec-content .content-personnel .cp-header .cp-header-content {
  float: left;
}

.full-map .acf-map {
  width: 100%;
  height: 530px;
}

.sec-gallery ul.gallery-wrap {
  list-style-type: none;
  padding: 0;
  margin: 0 0 70px;
}

.sec-gallery ul.gallery-wrap li {
  padding: 0 10px;
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .sec-gallery ul.gallery-wrap li {
    width: 25% !important;
  }
}

@media screen and (max-width: 768px) {
  .sec-gallery ul.gallery-wrap li {
    width: 33% !important;
  }
}

@media screen and (max-width: 320px) {
  .sec-gallery ul.gallery-wrap li {
    width: 50% !important;
  }
}

.sec-gallery ul.gallery-wrap li img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/**********************************************/
/*                   SINGLE                   */
/**********************************************/
.error-404 {
  text-align: center;
  padding: 80px 0 0;
}

/**********************************************/
/*                   PLUGINS                  */
/**********************************************/
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
  width: 20px;
  height: 40px;
  margin-left: -20px;
  bottom: 1em;
  margin-top: -35px;
  -webkit-box-shadow: inset 0 0 0 1px #ccc;
  box-shadow: inset 0 0 0 1px #ccc;
  border-radius: 25px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 1023px) {
  .icon-scroll {
    display: none;
  }
}

.icon-scroll:hover {
  -webkit-box-shadow: inset 0 0 0 1px #0182c6;
  box-shadow: inset 0 0 0 1px #0182c6;
}

.icon-scroll:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #6e6f73;
  margin-left: -2px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

[canvas] {
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
}

@media screen and (max-width: 1023px) {
  [canvas] {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

[class*=js-open-],
[class*=js-toggle-],
[class*=js-close-] {
  cursor: pointer;
  overflow: hidden;
}

.main-overlay {
  display: none;
}

.js-close-any .main-overlay {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
}

.mobile-menu {
  padding: 10px;
  background: #0182c6;
}

.mobile-menu img {
  max-width: 100%;
}

.mobile-menu #mobile-menu {
  list-style-type: none;
  padding: 0;
}

.mobile-menu #mobile-menu li a {
  display: block;
  padding: 0.5em 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.mobile-menu #mobile-menu li ul {
  list-style: none;
  padding: 0 0 0.5em;
}

.mobile-menu #mobile-menu li ul li a {
  padding: 0;
}

.mobile-menu .mobile-copy {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
}

#gform_confirmation_message_1 {
  text-align: center;
}

.gform_wrapper {
  max-width: 630px !important;
  margin: 0 auto !important;
}

.gform_wrapper img {
  width: auto !important;
}

.gform_wrapper .gform_title {
  text-align: center;
  font-family: 'Karbon-Bold';
  font-size: 36px !important;
  color: #1d1d1b;
  text-transform: uppercase;
}

.gform_wrapper ul li.gfield,
.gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
}

.gform_wrapper li.hidden_label input {
  line-height: 41px;
  padding: 0 15px !important;
}

.gform_wrapper li.hidden_label input,
.gform_wrapper li.hidden_label textarea {
  background: #f6f6f6;
  border: 0;
}

.gform_wrapper li.hidden_label textarea {
  padding: 15px !important;
}

.gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 16px 0 0 !important;
}

.gform_wrapper .gform_footer input {
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background: #0182c6;
  line-height: 35px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100% !important;
  cursor: pointer;
}

.gform_wrapper .gform_footer input:hover {
  background: #878786;
}

.gform_wrapper .ginput_recaptcha {
  margin-bottom: 16px;
}

/*HEX*/
@media screen and (max-width: 1023px) {
  .hex-desktop {
    display: none;
  }
}

.hex-mobile {
  display: none;
  padding-top: 5em;
}

@media screen and (max-width: 1023px) {
  .hex-mobile {
    display: block;
    height: 84vh;
    padding-top: 4vh;
  }
}

.hex-mobile .icon-scroll {
  bottom: -5em;
}

.hex-mobile .box-mobile {
  margin: 5px 0;
  position: relative;
  display: block;
  width: 100%;
  padding: 50px;
  text-align: center;
  text-decoration: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hex-mobile .box-mobile:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hex-mobile .box-mobile span {
  font-family: 'Karbon-Bold';
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

#lab {
  width: 1020px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  padding: 10vh 0 2vh 20px;
  height: 88vh;
}

@media screen and (max-width: 1360px) {
  #lab {
    height: auto;
  }
}

.lab_item {
  width: 306px;
  height: 358px;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.hexagon2 {
  position: absolute;
  width: 306px;
  height: 358px;
  top: 0;
}

.hexagon {
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  cursor: pointer;
}

.hexagon-in1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hexagon-in2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  color: #fff;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover !important;
  visibility: visible;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: 'Karbon-Bold';
  font-size: 28px;
  position: relative;
}

.front .hexagon-in2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hexagon-in2 span {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

/* entire container, keeps perspective */
.flip-container {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-container, .front, .back {
  width: 306px;
  height: 358px;
}

/* flip speed goes here */
.flipper {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}

/* hide back of pane during swap */
.front, .back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.static .hexagon-in2 {
  background-color: #6e6f73;
}

.back .hexagon-in2 {
  background: #0d0d0d;
}

#lab article {
  padding-top: 1em;
  width: 100%;
  margin: 0 auto;
}

.lab_item:nth-child(5n-1) {
  margin-left: 165px;
}

.lab_item:nth-child(n+2) {
  margin-top: -75px;
}

@media (max-width: 1015px) {
  #lab {
    width: 100%;
  }
}

@media (max-width: 820px) {
  .lab_item:nth-child(5n-1) {
    margin-left: 102px;
  }
  .lab_item:nth-child(n+4) {
    margin-top: -62px;
  }
  .lab_item:nth-child(5n-1) {
    margin-left: 0px;
  }
  .lab_item:nth-child(n+2) {
    margin-top: -56px;
  }
  #lab article {
    width: 610px;
  }
}

@media (max-width: 640px) {
  #lab article {
    width: 405px;
  }
  .lab_item:nth-child(5n-1) {
    margin-left: 0px;
  }
  .lab_item:nth-child(3n) {
    margin-left: 102px;
  }
  .lab_item:nth-child(n+3) {
    margin-top: -56px;
  }
}

@media (max-width: 450px) {
  #lab article {
    width: 300px;
  }
  .lab_item:nth-child(3n) {
    margin-left: 0px;
  }
  .lab_item:nth-child(2n) {
    margin-left: 102px;
  }
  .lab_item:nth-child(n+2) {
    margin-top: -56px;
  }
}

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(1, 130, 198, 0.9);
  z-index: 999;
}

/* Overlay closing cross */
.overlay .overlay-close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(images/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
  cursor: pointer;
}

/* Menu style */
/* Effects */
.overlay-slidedown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  -webkit-transition: visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
  transition: visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
}

.overlay-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}

/**********************************************/
/*                   FOOTER                   */
/**********************************************/
.site-footer {
  padding: 55px 0 25px;
}

.site-footer a {
  text-decoration: none;
  color: #272727;
}

.site-footer a:hover {
  text-decoration: underline;
}

.site-footer i.fas {
  color: #adb5bd;
  line-height: 18px;
  margin-right: 10px;
}
