/*!
Theme Name: pwa frame
Theme URI: https://sparkfirebranding.com
Author: Cody Creswell
Author URI: https://sparkfirebranding.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: client-name-here
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/***************RESET STYLES*********************/
/* Box sizing rules */
*, *::before, *::after {
  box-sizing: border-box;
}
/* Remove default margin */
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'], ol[role='list'] {
  list-style: none;
}
/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img, picture {
  max-width: 100%;
  display: block;
}
/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 300;
  font-size: 15px;
}
/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
div {
  white-space: normal;
}
/******************SKELETON STYLES********************************/
.container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.column, .columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.row.fti .column, .row.fti .columns {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.row.fti.va-top .column, .row.fti.va-top .columns {
  vertical-align: top;
}
/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 90%;
    padding: 0;
  }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 85%;
  }
  .column, .columns {
    margin-left: 4%;
  }
  .column:first-child, .columns:first-child {
    margin-left: 0;
  }
  .one.column, .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74.0%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column, .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column, .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column, .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column, .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column, .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column, .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column, .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column, .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column, .offset-by-nine.columns {
    margin-left: 78.0%;
  }
  .offset-by-ten.column, .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column, .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column, .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column, .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column, .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
.container::after, .row::after, .u-cf {
  content: "";
  display: table;
  clear: both;
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@font-face {
  font-family: 'Beaurencourt FY';
  src: url('fonts/BeaurencourtFY-Light.woff2') format('woff2'), url('fonts/BeaurencourtFY-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 300;
  font-family: trade-gothic-next, sans-serif;
  color: #4a4a4a;
  overflow-x: hidden;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}
h1 .script {
  font-family: 'Beaurencourt FY';
  font-size: 120px;
  line-height: 120px;
  letter-spacing: normal;
}
h2, h1 .rift {
  font-family: rift, sans-serif;
  font-weight: 700;
  font-size: 120px;
  line-height: 120px;
}
h3 {
  font-family: rift, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
h4 {
  font-family: 'Beaurencourt FY';
  font-size: 40px;
  line-height: 40px;
}
h5 {
  font-family: rift, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 2.5px;
}
h6 {
  font-family: rift, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 2.5px;
}
p, .single-tenant ul li {
  margin-top: 0;
  font-family: trade-gothic-next, sans-serif;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #4a4a4a;
}
.single-tenant ul li {
  margin-bottom: 20px;
}
.single-tenant ul li:last-child {
  margin-bottom: 0px;
}
p.subhead {
  font-family: rift, sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.47;
}
p strong {
  font-weight: 700;
}
.bold {
  font-weight: 700;
}
h1.mb-none, h2.mb-none, h3.mb-none, h4.mb-none, h5.mb-none, h6.mb-none, p.mb-none {
  margin-bottom: 0;
}
h1.lh-0 {
  line-height: 0;
}
.upper {
  text-transform: uppercase;
}
.ta-right {
  text-align: right;
}
.italic {
  font-style: italic;
}
.under {
  text-decoration: underline;
}
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB;
}
a:hover {
  color: #0FA0CE;
}
a.no-under {
  text-decoration: none !important;
}
a.navy {
  color: rgb(0, 51, 96);
}
a.navy:hover {
  color: #81bcb7;
}
a.directions {
  color: #4a4a4a;
}
a.directions:hover {
  color: rgb(0, 51, 96);
}
/*–––––––––––––––––––––––––––––––––– Custom Styles–––––––––––––––––––––––––––––––––––––––––––––––––– */

.site-frame {
  position:absolute; 
  top:0; 
  left:0; 
  bottom:0; 
  right:0; 
  width:100vw; 
  height:100%; 
  border:none; 
  margin:0; 
  padding:0; 
  overflow:hidden; 
  z-index:299;
}

.pwa-modal {
  z-index:300;
}

.pwa-nav,
.pwa-phone,
.pwa-modal {
  display:none;
}

@media (display-mode: standalone) {
  .single-events .subhead {
    display:none !important;
  }

  .search-box {
    display:none !important;
  }

  .p-menu {
    position:relative;
    z-index:100000;
  }

  
  .pwa-phone {
    display:block;
    position: absolute;
    right: 30px;
    top: 20px;
    width: 25px;
  }


  .pwa-nav {
    display:block;
  }

  .pwa-nav {
    position:fixed;
    bottom:0;
    width:100%;
    background:#382f2d;
    z-index: 1000000000000;
  }
  
  .pwa-nav a {
    width:20%;
    display:inline-block;
    vertical-align:middle;
    text-align:center;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    color:#fff;
    background-image:url(img/pwa_home_1.svg);
    background-size:auto 20px;
    background-repeat:no-repeat;
    background-position:50% 15px;
    list-style-type:none;
    padding-top: 40px;
    padding-bottom:19px;
    background-color:#382f2d;
  }
  
  .pwa-nav a.active {
    background-color:#000;
  }
  
  .pwa-nav a.p-portfolio {
    background-image:url(img/portfolio_icon_white.svg);
  }
  
  .pwa-nav a.p-services {
    background-image:url(img/handshake_icon.svg);
    background-size: auto 27px;
  }
  
  .pwa-nav a.p-contact {
    background-image:url(img/pwa_contact_icon.svg);
  }
  
  .pwa-nav a.p-menu {
    background-image:url(img/pwa_menu_1.svg);
  }
  
  .pwa-nav a li {
    display:block;
    margin-bottom:0;
    padding-left:0;
  }
  
  .pwa-phone {
    display:block;
    position: absolute;
    right: 30px;
    top: 25px;
    width: 25px;
  }

  .testimonial-wrap {
    display:none !important;
  }

  
}