/* Theme Name: SDBX Skeleton
 * Author: Craig Tran
 * Author URI: http://www.sdbxstudio.com
 * Description: Bare bones wordpress theme
 * Version: 1.0
 */

/* Default styles */
html,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"] {
  /* Set your content font stack here: */
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}
:root {
  --font-industry: "industry", sans-serif;
  --bg-blue: #162b32;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
}
* {
  box-sizing: border-box;
}

.wrap {
  max-width: 100%;
  margin: 0 auto;
}
.wrapper {
  padding: 0 20px;
}
img {
  max-width: 100%;
}

/* FONTS */
h1,
h2,
h3,
h4 {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
}
h1 {
  font-size: 2.75rem;
  color: #fff;
}
h2 {
  font-size: 3rem;
  color: #fff;
}
h3 {
  font-size: 2.25rem;
}
h4 {
  font-size: 2rem;
}
p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
/* Arrow */
.the-arrow {
  width: 64px;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #e4af23;
}
.the-arrow.-left > .shaft:before,
.the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #e4af23;
}
.the-arrow.-left > .shaft:before {
  transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  transform: rotate(0);
}
.the-arrow.-right {
  top: 0;
}
.the-arrow.-right > .shaft {
  width: 64px;
  transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before,
.the-arrow.-right > .shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: #e4af23;
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before,
.the-arrow > .shaft:after {
  background-color: #e4af23;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow > .shaft:before {
  transform-origin: top right;
}
.the-arrow > .shaft:after {
  transform-origin: bottom right;
}

.animated-arrow {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}
.animated-arrow:hover {
  color: #e4af23;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 64px;
  transition-delay: 0.1s;
  background-color: #e4af23;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before,
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  transition-delay: 0.1s;
  background-color: #e4af23;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  transform: translateX(80px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  transform: translateX(200%);
  transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before,
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  transition-delay: 0;
  transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  transform: rotate(0);
}
.animated-arrow > .main {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}
/* Arrow */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
header {
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home header,
.page-template-page-about header,
.page-template-page-contact header,
.page-template-page-service header,
.page-template-page-serviceareas header,
.page-template-page-quote header,
.page-template-page-service header {
  position: absolute;
}
header .logo img {
  width: 60%;
  max-width: 350px;
}

.showcase {
  position: relative;
  right: 0;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
  z-index: 2;
  background-position: center;
}
.showcase.interior-header {
  align-items: flex-end;
  min-height: 30vh;
}
.main {
  transition: 0.5s;
  right: 0;
  position: relative;
  z-index: 2;
}
.main.active {
  right: 300px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8d8d8d;
  mix-blend-mode: overlay;
}

.text p {
  font-size: 1rem;
  color: #b0b0b0;
  margin: 1rem 0 2rem;
  font-weight: 400;
  max-width: 700px;
}
.showcase .text p {
  font-size: 1rem;
  line-height: 1.2;
}
.menu-main-container ul li.orange a,
.menu-main-container ul li.white-button a {
  display: inline-block;
  background: white;
  padding: 0.75rem 1rem 0.5rem;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  letter-spacing: 2px;
  font-style: normal;
  font-weight: 800;
  font-size: 0.875rem;
  filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.35));
  border: none;
  transition: 0.3s;
  border-radius: 4px;
}
.menu-main-container ul li.white-button a:hover {
  text-decoration: none;
  color: #000;
  background: #e4af23;
}
.menu-main-container ul li.white-button {
  margin-top: 3rem;
}
.social {
  position: absolute;
  z-index: 10;
  bottom: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social li {
  list-style: none;
}
.social li a {
  display: inline-block;
  margin-right: 20px;
  filter: invert(1);
  transform: scale(0.5);
  transition: 0.5s;
}
.social li a:hover {
  transform: scale(0.5) translateY(-15px);
}
.menu-main-container {
  background: black;
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
}
.menu-main-container ul {
  position: relative;
}
.menu-main-container ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}
.menu-main-container ul li a {
  text-decoration: none;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;

  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.14em;
  color: #ffffff;
  transition: 0.3s;
}
.menu-main-container ul li a:hover,
.menu-main-container ul li.current-menu-item a {
  color: #e4af23;
}
.menu-main-container ul li.menu-title a {
  cursor: text;
}
.menu-main-container ul li.menu-title a,
.menu-main-container ul li.small-menu-item a {
  font-family: var(--font-industry);
  font-size: 0.75rem;
  text-transform: uppercase;
}
.menu-main-container ul li.menu-title a:hover {
  color: #fff;
  cursor: text;
}
li#menu-item-1271,
li#menu-item-1170 {
  margin-top: 2rem;
}

.menu-main-container ul li.orange a:hover {
  background: rgb(30, 30, 30);
}
.hero-video-link {
  text-decoration: none;
}
.hero-video-link:hover {
  text-decoration: none;
}
.video-button {
  display: flex;
  flex-flow: row;
  align-items: center;
  align-content: space-between;
  gap: 1rem;
}
.video-button p {
  color: #b0b0b0;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
}
.video-button .white-font {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.165em;
  text-transform: uppercase;
}
.container {
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #162b32;
}

#home-about .image,
.about-container .image {
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
  mix-blend-mode: luminosity;
  opacity: 0.6;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 2rem;
}

.hire-banner {
  background-image: url(images/blacktop-footer-image.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hire-banner .overlay {
  background: #000;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.hire-banner .text {
  position: absolute;
  z-index: 2;
  text-align: center;
}
.hire-banner button.orange {
  margin-top: 2rem;
}

/* Footer */
footer ul {
  list-style: none;
  padding-left: 0;
}
footer {
  background-color: #000;
  color: #bbb;
  line-height: 1.5;
}
footer a {
  text-decoration: none;
  color: #eee;
}
a:hover {
  text-decoration: underline;
}

/* Sticks footer to bottom */

.container {
  flex: 1;
}
/* Footer main */
.ft-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-menu li a {
  font-family: var(--font-raleway);
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: 0.3s;
}
.footer-menu li a:hover,
.footer-menu li.current-menu-item a {
  color: #e4af23;
}
.footer-menu li.current-menu-item#menu-item-1363 a,
.footer-menu li.current-menu-item#menu-item-1364 a {
  color: #fff;
}
.arrow-button,
.arrow-button:hover {
  text-decoration: none;
}
.hire-banner.interior-page {
  padding: 300px 0;
}
.interior-container {
  padding-bottom: 5rem;
  background-color: #fff;
  background-image: linear-gradient(
    180deg,
    #162b32 0%,
    rgba(22, 43, 50, 0.964429) 71.33%,
    rgba(22, 43, 50, 0.95) 84.9%,
    rgba(22, 43, 50, 0.88) 98.96%
  );
}

.video.wrapper {
  padding: 20px;
}
.arrows {
  padding: 0 100px;
  margin-top: 2rem;
  justify-content: flex-end;
  display: flex;
  margin-left: -3rem;
  left: -4rem;
  position: relative;
}
.about-arrows {
  padding: 0;
  margin-top: 2rem;
  justify-content: flex-end;
  display: flex;
}
.arrow-container {
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-family: Raleway;
  font-style: normal;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.14em;
  padding: 1rem 0;
  position: relative;
  left: -10px;
  transition: 0.3s;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 1px;
  border: none;
  border-radius: 1rem;
  background-color: #e4af23;
  transform-origin: right center;
  transition: all 0.2s;
  overflow: visible;
  margin-left: 1rem;
}
.arrow-container:hover {
  left: 0px;
}
.arrow-container:hover .arrow {
  width: 85px;
}

.arrow::before,
.arrow::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 10px;
  height: 1px;
  background-color: #e4af23;
  transform-origin: right center;
  transition: all 0.5s;
}
.arrow::before {
  transform: rotate(-49deg);
}
.arrow::after {
  transform: rotate(49deg);
}
.arrow-prev {
  transform: rotate(180deg);
  position: absolute;
  right: 200px;
}
.about-arrows .arrow-prev {
  transform: rotate(180deg);
  position: inherit;
  right: 200px;
}

/* Slider */

.slick-slide {
  margin: 0px 2rem;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-top: 2rem;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.25));
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* ABOUT */

.about-slider .slick-slide {
  margin: 0;
}
.testimonial-card {
  background: #000;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  padding: 2rem;
  min-height: 250px;
}
.testimonial-card p {
  color: #fff;
  font-size: 1rem;
}
.testimonial-card p.testimonial-name {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
@media only screen and (min-width: 77.5rem /* 1240px */) {
  .ft-main {
    justify-content: space-between;
  }
}
.ft-main-item {
  padding: 1.25rem;
  min-width: 12.5rem;
}

/* Footer legal */

.ft-legal-list li {
  white-space: nowrap;
  color: #b0b0b0;
}
/* one before the last child */
.ft-legal-list li:nth-last-child(2) {
  flex: 1;
}

.interior-wrapper {
  padding: 0 20px;
  margin: 0;
}
.interior-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}
#about-testimonials {
  padding-bottom: 5rem;
}

/* CONTACT */
.contact.wrapper {
  padding: 100px 20px;
}
#contact-form {
  border: 2px solid #fff;
}
#contact-form textarea {
  height: 300px;
}
#contact-message.error {
  padding-top: 2rem;
}
#contact-message,
#contact-form input::placeholder,
#contact-form textarea::placeholder {
  color: #fff;
}
#contact-form input#email,
#contact-form input#address,
#contact-form textarea {
  border-top: 2px solid #fff;
/*   border-bottom: 2px solid #fff; */
}
#contact-form .g-recaptcha {
  border-top: 2px solid #fff;
}

@media screen and (min-width: 35.5em) {
  /* ≥ 568px */
  .wrap {
    max-width: 35.5em;
  }
}
@media screen and (min-width: 48em) {
  /* ≥ 768px */
  .wrap {
    max-width: 46em;
  }
  .menu-main-container {
    background: black;
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3rem;
  }
  .main.active {
    right: 400px;
  }
  .menu-main-container ul li.orange a,
  .menu-main-container ul li.white-button a {
    display: inline-block;
    background: white;
    padding: 0.75rem 2rem 0.5rem;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    letter-spacing: 2px;
    font-style: normal;
    font-weight: 800;
    font-size: 0.875rem;
    filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.35));
    border: none;
    transition: 0.3s;
    border-radius: 4px;
  }
}
@media screen and (min-width: 64em) {
  /* ≥ 1024px */
  .wrap {
    max-width: 63em;
  }

  .showcase {
    min-height: 100vh;
    padding: 100px 4%;
  }

  .interior-wrapper {
    padding: 0 100px;
    margin-bottom: 3rem;
  }
  .video.wrapper {
    padding: 100px;
  }
  .wrapper {
    padding: 0 100px;
  }
  .slick-slider {
    margin-top: 0;
  }

  .showcase.interior-header {
    align-items: flex-end;
    min-height: 60vh;
  }
  .contact.wrapper {
    padding: 100px 30%;
  }
  .arrows {
    padding: 0 100px;
    margin-top: 2rem;
    justify-content: flex-end;
    display: flex;
    left: 0;
    position: relative;
  }
}
@media screen and (min-width: 80em) {
  /* ≥ 1280px */
  .wrap {
    max-width: 80em;
  }
}
@media screen and (min-width: 100em) {
  /* ≥ 1600 */
  .wrap {
    max-width: 100em;
  }
}
@media screen and (max-width: 35.5em) {
  .wrap {
    width: 90%;
  }
  /* Fonts */
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1rem;
  }
  p {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 48em) {
}
