/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: IU Signage
Description: A custom theme for IU Signage
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
body {
  margin: 0;
  /* removing the default body margin */
}
/* Variables */
/* End Variables */
body {
  font-family: 'Montserrat', sans-serif;
}
#main {
  margin-left: 40px;
}
.btn {
  border-radius: 0px;
}
.btn.btn-primary {
  background: #330072;
  color: #fff;
  border: #330072 solid 2px;
  padding: 5px 35px;
}
@media (max-width: 768px) {
  .btn.btn-primary {
    padding: 5px 5px;
  }
}
.btn.btn-primary:hover {
  background: #2b2b2ba6;
  border-color: #2b2b2ba6;
}
.section.case-studies-loop {
  font-size: 0px;
}
.section.case-studies-loop a {
  width: 50%;
  display: inline-block;
}
@media (max-width: 992px) {
  .section.case-studies-loop a {
    width: 100%;
  }
}
.section.case-studies-loop a .panel {
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 220px 0px;
  text-align: center;
  font-size: 40px;
}
@media (max-width: 768px) {
  .section.case-studies-loop a .panel {
    padding: 150px 20px;
  }
}
.section.case-studies-loop a .panel .text {
  background: #2b2b2ba6;
  padding: 20px;
  display: inline-block;
}
@media (max-width: 768px) {
  .section.case-studies-loop a .panel .text {
    font-size: 25px;
    padding: 15px;
  }
}
.section.case-studies-loop a .panel:hover {
  opacity: 0.9;
}
.section.case-studies-loop a:hover {
  text-decoration: none;
}
.section.header-banner {
  position: relative;
  padding: 300px 50px;
  width: 100%;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center center;
}
.section.header-banner.padded {
  padding: 440px 50px;
}
@media (max-width: 992px) {
  .section.header-banner.padded {
    padding: 250px 50px;
  }
}
@media (max-width: 768px) {
  .section.header-banner.padded {
    padding: 150px 50px;
  }
}
.section.header-banner.video-banner .custom-vid {
  overflow: hidden;
  width: 100%;
  height: 115%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.section.header-banner.video-banner .custom-vid video {
  position: absolute;
  top: 40%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
@media (max-width: 768px) {
  .section.header-banner {
    padding: 150px 20px;
  }
}
.section.header-banner h1 {
  background: #2b2b2ba6;
  padding: 20px;
}
@media (max-width: 768px) {
  .section.header-banner h1 {
    font-size: 25px;
    padding: 15px;
  }
}
.section.header-banner .brand {
  position: absolute;
  top: 20px;
  left: 50px;
}
@media (max-width: 768px) {
  .section.header-banner .brand {
    left: 0px;
  }
  .section.header-banner .brand img {
    width: 70%;
  }
}
.section.navigation-bar {
  position: fixed;
  z-index: 10;
  left: 0px;
  bottom: 0px;
  top: 0px;
  padding: 25px;
  background: #330072;
  color: #fff;
}
@media (max-width: 768px) {
  .section.navigation-bar {
    padding: 15px;
  }
}
.section.navigation-bar .fas {
  font-size: 20px;
}
.section.navigation-bar .menu-btns .close-menu {
  display: none;
}
.section.navigation-bar a {
  color: #fff;
}
.section.navigation-bar a:hover,
.section.navigation-bar a:active,
.section.navigation-bar a:focus,
.section.navigation-bar a:visited {
  color: #fff;
}
.section.navigation-bar .social-icons {
  position: absolute;
  bottom: 10px;
}
.section.navigation-bar .social-icons a {
  display: block;
  padding: 5px 0px;
}
.section.banner {
  padding: 300px 50px;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  .section.banner {
    padding: 150px 20px;
  }
}
.section.banner .buttons {
  margin-top: 30px;
}
.section.banner h2 {
  background: #2b2b2ba6;
  padding: 20px;
}
@media (max-width: 768px) {
  .section.banner h2 {
    font-size: 25px;
    padding: 15px;
  }
}
.section.text-box {
  padding: 100px 15px;
}
.section.text-box h3 {
  margin-bottom: 30px;
}
.section.text-box .paragraph {
  line-height: 30px;
}
.section.half-and-half .row {
  margin: 0px;
}
.section.half-and-half .container-fluid,
.section.half-and-half .col-lg-6 {
  padding: 0px;
}
.section.half-and-half .half-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 992px) {
  .section.half-and-half .half-image {
    min-height: 320px;
  }
}
.section.half-and-half .paragraph {
  padding: 25% 20%;
  line-height: 33px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .section.half-and-half .paragraph {
    padding: 100px 15px;
  }
}
@media (max-width: 992px) {
  .section.half-and-half .col-md-12 {
    padding: 0px;
  }
}
.section.footer {
  background: #2b2b2b;
  color: #fff;
  padding: 50px 0px;
}
@media (max-width: 768px) {
  .section.footer {
    text-align: center;
  }
  .section.footer .brand {
    margin-bottom: 20px;
  }
}
.section.footer .col-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.section.footer ul {
  list-style: none;
  padding: 0px;
}
.section.footer ul li {
  margin: 5px 0px;
}
.section.footer ul li a {
  font-size: 13px;
}
.section.footer .brand img {
  width: 80%;
}
.section.footer a {
  color: #fff;
}
.section.footer a:visited,
.section.footer a:active,
.section.footer a:focus {
  color: #fff;
}
.section.footer .social-icons a {
  padding: 2px;
}
.section.fifty-fifty-image .col-md-6,
.section.fifty-fifty-image .row {
  padding: 0px;
  margin: 0px;
}
.section.fifty-fifty-image .image {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 992px) {
  .section.fifty-fifty-image .image {
    width: 100%;
  }
}
/* The side navigation menu */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #330072;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}
.sidenav .brand img {
  width: 205px;
}
.sidenav #menu-main-menu {
  padding: 0px;
}
.sidenav a {
  padding: 8px 8px 8px 70px;
  text-decoration: none;
  font-size: 17px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #adadad;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#main {
  transition: margin-left 0.5s;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
#gform_submit_button_1 {
  background: #330072;
  color: #fff;
  border: none;
  padding: 5px 30px;
}
