@charset "UTF-8";
/*
Theme Name: Web Solutions
Theme URI: https://www.websolutions.com/
Author: Web Solutions
Author URI: https://www.websolutions.com/
Description: WordPress wpCode
Version: 2.0
Text Domain: wpcodev2

Web Solutions is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/


/* desktop */
.desktopOnly {
  content-visibility: hidden;
  display: none;
}


/* TYPOGRAPHY ------------------------------*/
/* h1 { font-size: 1.75em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4, th { font-size: 1.125em; }
h5 { font-size: 1.0625em; }
h6 { font-size: 1.0em; } */

.intro { font-size: 1.125em; }



/* TRANSITIONS ------------------------------ */
#mobilenav span, #navContainer ul ul {
  transition: all .3s ease;
}



/* HEADER ------------------------------ */
#wpadminbar {
  position: fixed;
}

body>header {
  background: #FFF;
  display: contents;
}

body>header:before {
  content: '';
  opacity: 0;
  background-color: #000;
  display: block;
  height: 100vh;
  left: 100vw;
  position: fixed;
  top: 0;
  transition: left 0s ease .2s, opacity .2s ease;
  width: 100vw;
  z-index: 7;
}

body.slideNav>header:before {
  left: 0;
  opacity: .5;
  transition: left 0s ease 0s, opacity .2s ease;
}

body>header .wrap {
  display: contents;
}

#brand {
  display: inline-block;
  padding: 0.5em;
}

#brand img {
  display: block;
  height: auto;
  max-width: 8em;
}

body>header a[href^="tel:"] {
  background: var(--grey-lt);
  border-radius: 2.6875em;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.125);
  color: #000;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
  font-weight: 900;
  line-height: 1;
  padding: 0.8125em 1.25em;
  position: relative;
  position: absolute;
  right: 1em;
  text-decoration:none;
  text-transform: uppercase;
  top: 2.25em;
}

.admin-bar>header a[href^="tel:"] {
  top: 5.125em;
}

body>header a[href^="tel:"]:before {
  content: "";
  padding-left: 1em;
  background: url(images/icons/phone-red.svg) no-repeat center / contain;
  margin-right: 0.5em;
}

#navContainer {
  background-color: #000;
  bottom: 0;
  left: 100%;
  max-height: 100vh;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  transition: left 200ms ease;
  z-index: 7;
  -webkit-overflow-scrolling: touch;
}

.admin-bar #navContainer {
  top: 46px;
}

body.slideNav {
  overflow: hidden;
}

.slideNav #navContainer {
  left: 25%;
}

#navContainer nav {
  display: block;
}

#navContainer ul {
  display: block;
  margin: 0;
  padding-left: 0;
  width: 100%;
}

#navContainer li {
  border-top: 1px solid rgba(255,255,255,0.125);
  display: block;
  position: relative;
  width: 100%;
}

#navContainer :where(a, aside.toggleNav) {
  color: #fff;
  cursor: pointer;
  display: block;
  line-height: 3em;
  padding: 0 1em;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}

#navContainer li.on a {
  background-color: var(--red);
  color: #fff
}

#navContainer li.expand {
  background-color: rgba(255,255,255,.1);
}

#navContainer #mainnav>ul>li>button {
  opacity: 0.5;
  display: block;
  position: absolute;
  right: 0.1875rem;
  top: 4px;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}
#navContainer #mainnav>ul>li>button:is(:hover,:focus) {
  background: var(--red);
  opacity: 1;
}
#navContainer #mainnav>ul>li.expand>button {
  opacity: 1
}

#navContainer #mainnav>ul>li>button::after,
#navContainer #mainnav>ul>li>button::before {
  background-color: #fff;
  content: '';
  display: block;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform-origin: center center;
  transition: transform .2s ease;
  width: 50%;
}

#navContainer #mainnav>ul>li>button::before {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .2s ease;
}

#navContainer #mainnav>ul>li>button::after,
#navContainer #mainnav>ul>li.expand>button::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

#navContainer a[href^="tel:"] {
  display: none;
}

#navContainer ul ul {
  font-size: .8em;
  height: 0;
  overflow: hidden;
}

#navContainer ul ul a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  text-transform: none;
  padding: 0.5em 1em 0.5em 2em;
  line-height: 1.5em
}

#navContainer ul ul li {
  border: 0;
}

#navContainer ul ul li.current-menu-item {
  background-color: rgba(255,255,255,.1)
}

#navContainer :is(.current_page_parent, .current_page_item, .current_page_ancestor)>ul {
  height: auto;
}

#navContainer ul ul ul a {
  padding: 0.5em 1em 0.5em 2.5em;
}

#navContainer form {
  display: flex;
  overflow: auto;
  padding: 1em;
  width: 100%;
}

#navContainer form .search-submit {
  width: 6em;
}

#mobilenav {
  align-items: center;
  background-color: #000;
  display: flex;
  justify-content: center;
  position: sticky;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 6;
}

body.admin-bar #mobilenav {
  top: 46px
}

#mobilenav :is(a, span) {
  align-self: auto;
  color: #fff;
  cursor: pointer;
  flex: 1 1 auto;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 2.5em;
  order: 0;
  text-transform: uppercase;
}

#mobilenav *+* {
  border-left: 1px solid rgba(255,255,255,0.35);
}

#mobilenav span {
  display: flex;
  justify-content: center;
}

#mobilenav span svg {
  margin-left: .375em;
  pointer-events: none;
  width: 1.125em;
}

#mobilenav span path {
  fill: #FFF;
}

.search-form input[type="search"] {
  background-color: #FFF;
  border: 0;
  font-size: 1em;
  height: 2em;
  line-height: 2em;
  padding: 0 0 0 .5em;
  width: calc(100% - 2em);
}

.search-form .search-submit {
  background-color: #ccc;
  border: 0;
  color: #000;
  float: left;
  font-size: 1em;
  height: 2em;
  line-height: 2em;
  padding: 0;
  width: 2em;
  -webkit-appearance: none;
}

.search-form .screen-reader-text {
  display: none;
}

.slideNav>nav {
  right: 0;
}



/* MAIN ------------------------------ */
#content {
  padding: 2em 0;
}

.tier-1-main #content {
  padding-bottom: 0;
}

.content ul li {
  padding-left: 1.5em;
}

.twoCol, .threeCol, .resCol {
  columns: auto;
}

.alignright {
  margin: 0 0 .75em 1em;
}

.alignleft {
  margin: 0 1em .75em 0;
}

#sidenav ul {
  margin: 0;
}

.two-column-content {
  flex-direction: column;
  padding-block: 0;
  margin-bottom: 2em;
}

.content h2 {
  clear: both;
}

/* HOME -------------------------------- */
.tier-1-main h1:before {
  left: 1.375rem;
}
.home-hero {
  display: flex;
  flex-direction: column;
}
.home-hero .hero-content {
  background: var(--grey-lt);
  position: relative;
  width: 100%;
}

.home-hero .hero-content .button {
  font-size: 1rem;
  padding-left: 2.4rem;
}

.home-hero a[href^="tel:"] {
  text-decoration: underline;
}


.home-hero .rotator {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}

.home-hero .rotator:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 60%, rgba(0,0,0,0.54) 100%);
  pointer-events: none;
}


.home-hero .slick-arrow,
.home-hero .controls {
  bottom: 1em;
}

.home-hero #homeVideo + .controls {
  left: auto;
  right: 1em;
  transform: none;
}

.home-callouts .wrap {
  padding: 1em;
}

.home-callouts h2 {
  padding-left: 1.5rem;
}
.home-callouts .home-callouts-top {
  flex-direction: column;
  align-items: center;
  gap:1em;
  margin-bottom: 1em;
}
.home-callouts ul {
  flex-wrap: wrap;
  margin: 0;
}
.home-callouts ul li {
  padding-bottom: 2em;
  padding-top: 5.563rem;
  width: 100%;
}

.home-callouts ul li::before {
  top: 1.75rem;
}

.home-callouts ul li h3 {
  margin-bottom: 0.25em;
}

.home-callouts ul li h3 br {
  display: none;
}

.home .google-reviews .wrap {
  padding: 3em 1em 1.5em;
}

.home .google-reviews:before {
  background: rgba(0,0,0,0.70);
}

.home .home-services .wrap-inner {
  padding: 3em 1em 1em;
}

.home .home-map .wrap {
  padding: 1em;
}

.home #mapWrapper {
  aspect-ratio: unset !important;
  height: 21.875em;
}

#mapWrapper td {
  max-width: calc(100% - 6.25rem);
}


.home .welcome {
  padding: 2em 0 1em;
}

.home .welcome .wrap {
  flex-direction: column-reverse;
  padding-bottom: 0;
  gap:0;
}

.home .welcome .welcome-content{
  width: 100%;
}
.home .welcome .wrap .welcome-image {
  width: 75%;
  margin-inline: auto;
}



.accordion-with-image, .accordions {
  flex-direction: column;
} 
.accordion-with-image .accordion,
.accordion-with-image .accordion-image,
.accordions:has( .accordion:nth-child(n)) .accordion {
  width: 100%;
}

.interior-services ul li {
  padding-left: 55px;
}

p.intro, p.intro-block {
  font-size: 1.45em;
  line-height: 1.25em;
}

.tier-1-main h1 {
  margin-bottom:0;
  margin-top: -3rem;
  padding: 1.75rem 1.75rem 1.75rem 2.875rem;
}
.tier-1-intro-content p strong {
  font-size: 1.25rem;
}
.home-services {
  display: flex;
  flex-direction: column-reverse;
}
.content {
  overflow: hidden;
}
.content ul li::before {
  left:0.25em;
}
.footer-cta img,
.full-width-block img,
.home-services img  {
  position: relative;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/9;
  width: 100%;
  display: block;
}
.footer-cta .wrap-inner,
.full-width-block .wrap-inner,
.home-services .wrap-inner {
  padding: 2rem 0;
}
.footer-cta .wrap-inner,
.full-width-block .wrap-inner {
  padding-inline: 1.5rem;
}
/*
.home-hero a[href^="tel:"],
:is(.footer-cta, .full-width-block) .wrap-inner a[href^="tel:"] {
  background: var(--red);
  border: 0;
  border: 1px solid #fff;
  border-radius: 2.6875em;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  margin: 0.25em 0 0.5em;
  padding: 0.6875rem 1.375rem 0.6875rem 2.75rem;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.home-hero a[href^="tel:"]:before,
:is(.footer-cta, .full-width-block) .wrap-inner a[href^="tel:"]:before {
  background:url(images/icons/phone-red.svg) no-repeat center / contain;
  content: "";
  filter: brightness(100);
  height: 1.35rem;
  left: 1.125rem;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
*/

.full-width-block {
  display: flex;
  flex-direction: column-reverse;
}

:is(.footer-cta, .full-width-block) .button {
  font-size: 1rem;
}

:is(.footer-cta, .full-width-block) .content {
  margin-bottom: 0;
}

.button.directions {
  font-size: 1rem;
}

.tier-2-hero .tier-2-image {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.tier-2-hero .wrap-inner {
  padding: 50px 0;
}
.tier-2-hero .inner-wrap {
  padding: 2rem 1.5rem;
}

.tier-2-intro-content > *:last-child {
  margin-bottom: 0;
}

.tier-2-main .content > .wrap {
  padding-top: 0;
  padding-bottom: 1em;
}

.pageHeader{
  aspect-ratio: 16/9;
}

.pageHeader.blog-pageHeader {
  padding: 2em 1em;
}

.pageHeader.blog-pageHeader h1 {
  font-size: 1.75em;
}

.wp-block-column .highlight h2 {
  font-size: 1.5em;
}

.tier-2-main .content .wrap > .wp-block-image figure.alignright {
  margin: 0 0 var(--margin) var(--margin);
}

:is(main.blog-single, main.blog-landing) > .wrap {
  flex-direction: column;
  gap:1em;
}

:is(main.blog-single, main.blog-landing) #content,
:is(main.blog-single, main.blog-landing) aside {
  width: 100%;
}

:is(main.blog-single, main.blog-landing) #content {
  padding-bottom: 0;
}

:is(.home-services, .interior-services) ul li {
  margin-bottom: 1em;
}

.more-about-services .buttons {
  flex-direction: column;
  gap: 0.25em;
}

.staff-block {
  flex-direction: column;
}

.staff-block .image {
  width: calc(100% - calc(var(--margin) * 2));
  margin: -1em auto;
}

.staff-block .image-container {
  aspect-ratio: 1/1.25;
}

/* FOOTER ------------------------------ */
body>footer {
  padding-top: 2em;
}
body>footer .search-form {
  display: block;
  width: 100%;
}
body>footer .fatFooter {
  margin-bottom: 2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap:1em;
}
body>footer .fatFooter a {
  display: block;
  text-decoration:underline;
  text-decoration-color: rgba(0,0,0,0.25);
  text-underline-offset: 2px;
}
body>footer .fatFooter > div:nth-child(1) {order: 2;}
body>footer .fatFooter > div:nth-child(2) {order: 1;}
body>footer .fatFooter > div:nth-child(3) {order: 3;}
body>footer .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

body > footer .wrap div {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 1em;
}

body>footer .wrap nav {
  display: block;
}

body>footer .wrap nav a+span:before {
  content: "|";
  margin: 0 0.5em;
}

#exposure {
  order: 1;
}
body>footer .wrap nav ul li + li:before {
  content: "|";
  margin-inline: .5em;
}

/* 500 */
@media (max-width: 31.25rem) {
  .home-hero .hero-content {
    padding: 2.5rem 1.5rem;
  }


  .highlight, .content .highlight {
    padding-inline: 1.5rem;
  }
}