/*!
Theme Name: Aultra Theme
Theme URI: http://underscores.me/
Author: Tim Colegate
Author URI: http://mjcolegate.com
Description: Aultra WordPress Theme
Version: 1.0.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aultra
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Aultra Theme is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*  ==============
    Global Styles
    ============== */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&family=Work+Sans:wght@400;700&display=swap');

html, body {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  overflow-x: hidden;
  scroll-padding-top: 3rem;
}

/* Grid 2 - 1*/
.grid, .grid-2 {
  display: grid;
  grid-template-columns: auto;
  grid-row-gap: 2rem;
}
#grid-container {
  overflow-x: hidden;
}
#grid-left {
  margin-left: 7.45%;
}
.box {
  display: flex;
  justify-content: center;
  align-content: center;
  color: pink;
}
.box:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/3;
}
.box:nth-child(2) {
  grid-row: 1/3;
  grid-column: 3/5;
  align-self: center;
}
.box:nth-child(3) {
  grid-row: 2/3;
  grid-column: 1/3;
}
.box-mid, .grid-2 .box-mid {
  margin-left: -2rem;
  margin-right: 4rem;
}
/* Grid 1 - 2*/
.grid-2 .box:nth-child(1) {
  grid-row: 1/3;
  grid-column: 1/3;
  align-self: center;
}
.grid-2 .box:nth-child(2) {
  grid-row: 1/2;
  grid-column: 3/5;
}
.grid-2 .box:nth-child(3) {
  grid-row: 2/3;
  grid-column: 3/5;
}
/*  ==============
    Typography
    ============== */

p {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.875rem;
  letter-spacing: -.06em;
  line-height: 1.4em;
}
.hero h1 {
  font-size: 4.75rem;
  letter-spacing: -.07em;
  line-height: 1.1em;
}
h1 {
  font-size: 4.375rem;
  font-weight: bold;
  letter-spacing: -.06em;
  line-height: 1.1em;
}
.hero2 h1,
.hero3 h1 {
  font-size: 2.75rem;
}
.founders h1 {
  margin-bottom: 3.5rem;
  font-size: 3.25rem;
}
.founders h2 {
  font-size: 2.735rem;
}
h2 {
  font-size: 2.1875rem;
  font-weight: 400;
  letter-spacing: -.06em
}
h2:nth-child(1) {
  font-weight: 600;
}
.right1 h2 {
  font-size: 8vmin;
  margin-bottom: 2.1rem;
}
.contact-us h2 {
  font-size: 3.25rem;
}
h3 {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #C9C9C9;
}
h4 {
  font-size: 2.5rem;
  font-weight: 400;
}
.what-we-do h4 {
  margin-bottom: 5rem;
}
h5 {
  font-size: 1.5625rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #c9c9c9;
}
.hero3 h5 {
  font-family: 'Work Sans', sans-serif;
  color: #B5B5B5;
}
.hero3 a {
  text-decoration: none;
  color: currentColor;
}
.hero3 a:hover {
  text-decoration: underline;
  color: #1B5DFB;
}
/*  ==============
    Layout
    ============== */

section {
  background: #FAFAFA;
  padding: 4rem 0;
}
section:nth-of-type(1) {
  background: white;
  padding: 3rem 0 4rem 0;
}
.container {
  padding: 0 3rem;
  /*max-width: 1650px;*/
}
[class*='col'] {
  /*padding: 1rem;*/
  padding-bottom: 1rem;
}
.about {
  position: relative;
}
.yoe {
  font-weight: 700;
  font-size: 4.375rem;
  letter-spacing: -.06em;
  color: #1B5DFB;
}
.text-wrap {
  width: 25%;
  color: #1B5DFB;
  font-size: 1.5625em;
  letter-spacing: -.06em;
  line-height: 1.1em;
}

/*  ==============
    Components
    ============== */
    /* Nav */
.navbar-nav li {
  font-size: 1.5625rem;
  /*padding-left: 1em;*/
  margin-left: 1em;
  font-weight: 500;
}
.navbar-brand {
  max-width: 50%;
}
#logo {
  width: 100%;
}
#inv-btn {
  color: white;
  font-weight: 500;
}
.mobile-nav-container {
  display: flex;
  justify-content: flex-end;
  align-content: stretch;
  text-align: right;
  padding-top: 1rem;
}
.res-nav-header {
  text-transform: uppercase;
  font-weight: 600;
  color: #A2BDFD;
  margin-bottom: .2rem;
}
.nav-footer {
  position: absolute;
  bottom: 2rem;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  font-size: 1.5rem;
  color: white;
}
.nav-footer li {
  list-style: none;
}
.nav-footer a {
  color: white;
  text-decoration: none;
}
.res-nav-item ul li {
  font-size: 1.5rem;
  line-height: 3rem;
}
#an-link,
#inv-btn,
.an-link .nav-link,
.inv-btn .nav-link {
  font-size: 3.25rem;
  line-height: 5rem;
}
.navbar-nav .an-link .nav-link,
.navbar-nav .inv-btn .nav-link, 
.navbar-nav .an-link .nav-link.active,
.navbar-nav .inv-btn .nav-link.active {
  color: white;
}
.terms {
  margin-right: 1rem;
}
.nav-footer ul:nth-of-type(4) li a,
.nav-footer ul:nth-of-type(5) li a {
  color: #A0BCFD;
}
#an-link {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  font-weight: 500;
}
footer #an-link {
  color: white;
}
footer #an-link:after {
  background: white;
  height: 2px;
  bottom: 0;
}
/* Mobile Nav*/
.navbar-toggler {
  font-size: 2rem;
  border: none;
  color: white;
  transition: color 500ms ease-in;
}
#menu {
  padding: 0;
}
.res-nav-container {
  display: none;
}
.res-nav-container #menu {
  color: white;
}
.navbar-toggler > .collapsed {
  color: black;
  transition: color 500ms ease-in;
}
#navbarSupportedContent {
  overflow: auto;
}
.li-pin {
  display: none;
}
#an-btn {
  position: relative;
  z-index: 1;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  color: #1B5DFB;
  background: #FAFAFA;
  border: 2px solid #1B5DFB;
  border-radius: 6px;
  padding: .5em 1em;
  transition: color 250ms;
}
.what-we-do #an-btn {
  margin-top: 1rem;
  margin-bottom: 4rem;
}
#an-btn:hover {
  color: white;
  background: #1B5DFB;
}
.founders #an-btn {
  text-transform: uppercase;
  font-weight: 600;
  padding: .25em 2em;
}
#inv-btn {
  position: relative;
  color: white;
  font-weight: 500;
  border: 2px solid #1B5DFB;
  border-radius: 6px;
  padding: 0;
  transition: color 250ms;
  z-index: 1;
}
#foot-btn:hover {
  color: #626262;
  background: white;
}
#foot-btn {
  position: relative;
  z-index: 1;
  color: white;
  font-weight: 700;
  font-size: 1.5625rem;
  background: #626262;
  border: 2px solid white;
  border-radius: 6px;
  padding: .5em 1em;
  margin-bottom: 1em;
  transition: color 250ms;
}
.arrow {
  width: 1.75rem;
}
#sub-btn {
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.565rem;
  padding: .25em 2em;
  border: 2px solid #1B5DFB;
  background: #FAFAFA;
  color: #1B5DFB;
  border-radius: 6px;
  transition: color 250ms;
  margin-top: 2rem;
}
#sub-btn:hover {
  color: white;
  background: #1B5DFB;
}
/* Card */
.card {
  border: 2px solid #DBDBDB;
  border-radius: 14px;
  background: #FAFAFA;
}
.card-title {
  font-weight: 700;
  letter-spacing: -.06em;
}
.homecard .card-body {
  padding: 1.5rem;
}
.card-body .btn {
  width: 100%;
  font-size: 1.5rem;
  text-transform: uppercase;
  background: #FAFAFA;
  color: #000;
  border: 1px solid #000;
  opacity: 1;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.card li {
    position: relative;
    list-style-type: none;
}
.card li:before {
  content: "";
  position: absolute;
  top: 1.1em;
  left: -1em;
  width: 10px;
  height: 10px;
  background-image: url("imgs/hexagon-list-sm.svg");
  background-repeat: no-repeat;
 }
/*  ==============
    Our Services Page
    ============== */
/* Card */
.os-card .card {
  margin-bottom: 3rem;
}
.os-card .card-body {
  padding: 1.5rem;
}
.os-card .card:last-child {
  margin-bottom: 0;
}
.card-title span {
  display: none;
}
.card-row-two {
  margin-top: -1rem;
}
.card ul {
  font-size: 1.375rem;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
}
.bi {
  width: 3.3em;
  color: #1B5DFB;
}
.form-control {
  border-radius: 0;
  padding: 0.575rem 0.75rem;
}
.form-label, h6 {
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.5625em;
  font-weight: 600;
  color: #C9C9C9;
  margin-bottom: 1rem;
}
.address {
  margin-bottom: 2rem;
}
.address ul {
  list-style: none;
  padding-left: 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.875em;
}
.address li {
  line-height: 1.1em;
}
.comp-reg {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.875rem;
  letter-spacing: -.07em;
  color: #C9C9C9;
  margin-bottom: 1rem;
}
.comp-reg p {
  margin-bottom: 0;
}
/* ==============
   Contact Page 
   ==============*/
/* Founders */
.founders .row:nth-of-type(1) {
  margin-bottom: 4rem;
}
.founders p {
  line-height: 1.3em;
}
.founders ul {
  padding: 0;
}
.founders li {
  display: inline-block;
  padding-right: 1.5em;
  vertical-align: middle;
}
/* Contact Form 7*/
.wpcf7 form .wpcf7-response-output {
  margin: 1em 0 1em;
  border-radius: 6px;
  font-size: 1.5625em;
  font-weight: 700;
}
footer {
  background: #626262;
  color: #fff;
}
footer a {
  text-decoration: none;
  color: #c9c9c9;
}
footer a:hover {
  color: #c9c9c9;
}
footer ul {
  list-style: none;
}
.footer-row {
  margin-top: 4rem;
}
#footer-logo {
  max-width: 50%;
}
.email, .phone {
  color: white;
}
#linkedin {
  fill: white;
  width: 8rem;
  padding-top: .25rem;
  margin-bottom: 1rem;
}
.designed:hover {
  color: white;
}
.designed:hover #mj {
  fill: white;
}
#mj {
  fill: #c9c9c9;
  width: 11rem;
  margin-bottom: .5rem;
}
.fnav {
  font-size: 4.3125rem;
  font-weight: 500;
  letter-spacing: -.06em;
}
.fmenu li {
  display: inline;
  padding-left: 1rem;
}
.copyright,
.designed,
.fmenu li {
  font-size: 1.5625rem;
  letter-spacing: -0.05em;
  color: #c9c9c9;
}
.copyright,
.designed {
  font-family: 'Work Sans', sans-serif;
  margin-bottom: 0;
}
#order-plus {
  order: 1;
  text-align: right;
  padding-top: 0;
}
/* Scroll Section*/
.scroller {
  display: none;
}
.s1,
.s2,
.s3 {
  font-weight: 700;
  letter-spacing: -.04em;
}
.s1,
.s1r,
.s2,
.s2r,
.s3,
.s3r {
  transition: color .5s ease-in-out;
}
.left1,
.right1 {
  color: rgba(0,0,0,.1);
}
.right1 img {
  opacity: .1;
  transition: opacity .5s ease-in-out;
}
.scroll-active, .scroll-active h2 {
  color: rgba(0,0,0,1);
  list-style: none;
  transition: color .5s ease-in-out;
}
.scroll-active img {
  opacity: 1;
  transition: opacity .5s ease-in-out;
}
.scroll-img-pad {
  margin-bottom: 1.5rem;
}
.scroll-p-pad {
  margin-bottom: 6rem;
}
.left1 .scroll-active, .right1 .scroll-active h2 {
  color: #1B5DFB;
}
.sSec ul {
  list-style: none;
  padding-left: 0;
}
/*  ==============
    Media Queries
    ============== */

/* Small devices (Phone to Desktop 992px)*/
@media (max-width: 992px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    padding-bottom: 15px;
    width: 100%;
    height: 100%;
    background: #1B5DFB;
    z-index: 10;
  }
  .navbar-collapse.collapsing {
    left: -100%;
    transition: height 0s ease;
  }
  .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
  }
  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease-in-out;
  }
  .res-nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .navbar-nav {
    position: relative;
    font-size: .5rem;
    line-height: 2rem;
    height: 84vh;
  }
  .navbar-nav a {
    color: white;
    text-decoration: none;
  }
  .navbar-nav li {
    font-size: 1rem;
  }
  .navbar-nav ul {
    list-style: none;
    color: white;
  }
}

@media (min-width: 768px) {
  .hero h1 {
    font-size: 4.25rem;
  }
  .scroller {
    display: block;
  }
  .right1 h2 {
    display: none;
    }
  #order-plus {
    order: 0;
    text-align: left;
    padding-bottom: 1rem;
  }
  #grid-left {
      margin-left: 0;
    }
  /* Our Services Page */
  .card-row-two {
    margin-top: 0;
    }
  .card ul {
    font-size: 1.875rem;
  }
  #footer-logo {
    max-width: 100%;
  }
  .homecard .card-body {
    padding: 1.5rem;
  }
  .homecard .card-title {
    font-size: 2rem;
  }
  .homecard .card-text {
    font-size: 1.4rem;
  }
  .card li:before {
    top: 1em;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .display-1 {
    font-size: 3.3rem;
  }
}
/* Mobile Nav Horizontal Fix */
@media (max-width: 992px) and (max-height: 530px) {
  .nav-footer ul {
    display: none;
  }
  .nav-footer ul:last-child {
    display: block;
  }
}
/* Our Services - Bulletpoint Fixes*/
@media (min-width: 768px) and (max-width: 992px) {
  .os-t-bp3 {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .os-t-bp3 {
    margin-bottom: 0;
  }
  .os-cm-bp3 {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .os-pm-bp3 {
    margin-bottom: 3.7rem;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .os-pm-bp3 {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .os-cm-bp3 {
    margin-bottom: 0;
  }
  .os-t-bp3 {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1800px) {
  .os-pm-bp3 {
    margin-bottom: 3.8rem;
  }
  .os-cm-bp3 {
    margin-bottom: 3.75rem;
  }
  .os-t-bp3 {
    margin-bottom: 0;
  }
}
/* BP Fix End*/
@media (min-width: 992px) {
  section {
    padding: 5rem 0;
  }
  section:nth-of-type(1) {
    padding: 2rem 0 5rem 0;
  }
  #mobile-nav-padding {
    padding: 0;
  } 
  .navbar {
    padding-top: 1rem;
  }
  .navbar-nav {
    height: auto;
    align-items: center;
    text-align: center;
    font-weight: 600;
  }
  #an-link,
  #inv-btn,
  .an-link .nav-link,
  .inv-btn .nav-link {
    font-size: 1.5625rem;
    line-height: 2.5rem;
  }
  .navbar-nav .an-link .nav-link,
  .navbar-nav .inv-btn .nav-link, 
  .navbar-nav .an-link .nav-link.active,
  .navbar-nav .inv-btn .nav-link.active {
    color: black;
  }
  .mobile-nav-container{
    padding-top: 0;
  }
  #logo {
    width: 341px;
  }
  .res-nav-item {
    display: none;
  }
  .nav-footer {
    display: none;
  }
  #navbarSupportedContent {
    padding: 0;
  }
  /* New Navwalker - Start*/
  .navbar-nav .an-link .nav-link {
    color: #000;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-nav .inv-btn .nav-link {
    padding: 0;
    line-height: 2.5rem;
  }
  .navbar-nav .an-link .nav-link:hover {
    color: unset;
  }
  .navbar-nav .an-link a::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background: black;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 250ms ease-in;
  }
  .navbar-nav .an-link a::after {
    height: 1px;
    bottom: .3em;
  }
  .navbar-nav .an-link:hover a::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .inv-btn {
    position: relative;
    background: #1B5DFB;
    padding: .2rem 1rem;
    border: 2px solid #1B5DFB;
    border-radius: 6px;
    transition: background-color 250ms;
    z-index: 1;
  }
  #menu-main-menu .inv-btn .nav-link {
    color: white;
    transition: color 250ms;
  }
  #menu-main-menu .inv-btn:hover .nav-link {
    color: #1B5DFB;
  }
  .inv-btn:hover {
    background: #FFFFFF;
    color: #1B5DFB;
  }
/*  #menu-main-menu .inv-btn .nav-link {
    color: white;
  }*/
 /* #menu-main-menu .inv-btn .nav-link:hover {
    color: #1B5DFB;
  }*/

  /* New Navwalker - End

  /* Before NavWalker - Start*/
  /*#inv-btn {
    background: #1B5DFB;
    padding: .2rem 1rem;
  }
  #an-link, #inv-btn {
    font-size: 1.5625rem;
    line-height: 2.5rem;
  }
  #an-link {
    color: #000;
  }
  #an-link::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background: black;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 250ms ease-in;
  }
  #an-link::after {
    height: 1px;
    bottom: .4em;
  }
  #an-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  #inv-btn:hover {
    color: #1B5DFB;
    background: white;
  }*/
  /* Before NavWalker - Start*/
  .hero h1 {
    font-size: 6.25rem;
  }
  .hp-hero-con {
    text-align: center;
  }
  #hp-hero-img {
    max-width: 80%;
  }
  /*LinkedIn Pin*/
  .li-pin {
    display: block;
    position: absolute;
    top: 75%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    max-width: 65px;
    padding: .6em 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #DBDBDB;
    border-right: 0;
    border-radius: 10px 0 0 10px;
    color: #A8A8A8;
    line-height: 1.1em;
  }
  .li-pin .bi {
    color: #A8A8A8;
    font-size: .7em;
  }
  .li-pin ul {
    padding: 0;
    margin-bottom: 0;
  }
  .li-pin li {
    list-style: none;
    padding: 0;
  }
  .li-pin li:nth-of-type(1){
    margin-bottom: .4em;
  }
  .li-pin:hover {
    background: #A8A8A8;
    border: 2px solid #A8A8A8;
  }
  .li-pin:hover {
    color: white;
  }
  .li-pin:hover .bi {
    color: white;
    transition: font-size 250ms ease-in-out;
  }
  .reveal-right {
    animation: fade-in-right ease-in-out 0.5s forwards;
    opacity: 1;
  }
  .hide-right {
    animation: fade-out-right ease-in-out 0.5s forwards;
    opacity: 0;
  }
  .scroll-space {
    padding-bottom: 40vh;
  }
  .what-we-do h4 {
    margin-bottom: 2rem;
  }
  .what-we-do #an-btn {
    margin-top: 2rem;
    margin-bottom: 6rem;
  }
  /* Cards */
  .homecard .card:hover {
    background: #C9C9C9;
    border: 2px solid #C9C9C9;
  }
  .card-body .btn {
    opacity: 0;
    background: #C9C9C9;
  }
  .card .btn:hover {
    background: #000;
    color: #C9C9C9;
  }
  .homecard .card-body:hover > .card-title {
    margin-bottom: 1rem !important;
    margin-top: -1.5rem;
    transition: all 0.4s;
  }
  .card:hover > .card-body .btn {
    opacity: 1 !important;
  }
  .homecard .card-body {
    padding: 3rem;
  }
  .homecard .card-text {
    font-size: 1.875rem;
  }
  /* =================
     Our Services Page
     ================= */
  .hero2 h1 {
    font-size: 4.375rem;
  }
  /* Cards */
  .os-card .card {
    margin-bottom: 6rem;
    padding: .75rem 5rem;
    border: 4px solid #DBDBDB;
    border-radius: 18px;
  }
  .os-card .card-body {
    padding: 3rem;
  }
  .os-card .card-title {
    font-size: 4.375rem;
    font-weight: 700;
  }
  .os-card .card p {
    max-width: 56ch;
  }
  .card-title span {
    float: right;
  }
  .card-title span {
    display: block;
  }
  .menu-footer-container li a {
    position: relative;
    font-size: 4.35rem;
    font-weight: 500;
    color: white;
    letter-spacing: -.06em;
  }
  .menu-footer-container li a:hover {
    color: unset;
  }
  .menu-footer-container li a::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background: white;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 250ms ease-in;
  }
  .menu-footer-container li a::after {
    height: 2px;
    bottom: 0;
  }
  .menu-footer-container li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .footer-row {
    margin-top: 5rem;
  }
  #linkedin {
    width: 9rem;
    padding-top: 0;
  }
  #linkedin:hover {
    fill: #c9c9c9;
  }
  #mj {
    width: 10rem;
  }
  /* =================
     Contact Page
     ================= */
  .hero3 h1 {
    font-size: 4.375rem;
  }
  .founders h1, .contact-us h2 {
    font-size: 4.375rem;
  }
  .founders h2 {
    font-size: 2.187rem;
  }
}
@media (min-width: 1400px) {
  .homecard .card-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1800px) {
html, body {
  font-size: 16px;
  }
.container {
  max-width: 1650px;
  }
.li-pin {
  max-width: 100px;
}