/*
  Theme Name: Hollow
  Theme URI: http://bigtuna.com
  Description: BigTuna WordPress Theme
  Version: 1.0.0
  Author: BigTuna
  Author URI: http://bigtuna.com
  Tags: HTML5, CSS3
*/
@charset "utf-8";

/*============================ */
/* VARIABLES
============================== */

:root {
  /* Color Variables: */
  --defaultMainColor: #4e574b;
  --defaultMainDark: #394037;
  --defaultMainAccent: #87a27b;
  --accentDark: #66805b;
  --defaultGrey: #646464;
  
  /* Font Variables */
  --headingFont: 'Montserrat', sans-serif;
  --mainFont: 'Montserrat', sans-serif;
}

html {
  font-family: var(--mainFont);
}
h1, h2, h3 {
  font-family: var(--headingFont);
}
.accentFont {
  font-family: var(--accentFont);
}


/*============================ */
/* Header 11
============================== */
.hollow-header-11 {
  position: relative;
  z-index: 9000;
  background: #fff;
  color: #f6f6f6;
  width: 100%;
}
.hollow-header-11.sticky {
  position: fixed;
  top: 0;
  border: none;
}
.hollow-header-11 .main-content {
  background: #fff;
}
.hollow-header-11.sticky .main-content {
  display: none;
}
.hollow-header-11 .main-content .flex-container {
  justify-content: space-between;
  align-items: center;
}
.hollow-header-11 .logo {
  display: flex;
  padding: 1rem 0;
  flex: 2;
}
.hollow-header-11 .logo a {
  display: inline-block;
}
.hollow-header-11 .logo img {
  position: relative;
  max-width: 100%;
  max-height: 8rem;
  width: 20rem;
  object-fit: contain;
  transition: all .3s ease;
}
.hollow-header-11.sticky .logo img {
  max-width: 110px;
  margin: .2rem auto;
}
.hollow-header-11 .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1.25;
  padding: 0 1rem;
}
.hollow-header-11 .phone i {
  font-size: 2.5rem;
  padding: 0.5rem 1rem;
  color: var(--defaultMainAccent);
  font-weight: 900;
}
.hollow-header-11 .phone-wrap {
  display: flex;
  flex-direction: column;
}
.hollow-header-11 .phone-wrap span {
  font-size: 1rem;
  font-weight: 600;
  color: Var(--defaultMainDark);
  margin-bottom: .5rem;
}
.hollow-header-11 .phone a {
  color: var(--defaultMainDark);
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  transition: all .3s ease;
}
.hollow-header-11 .phone a:hover {
  color: var(--defaultMainDark);
}
.hollow-header-11 .social {
  
}
.hollow-header-11 .social a {
  display: inline-block;
  margin: 0 .25rem;
}
.hollow-header-11 .social a i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: 1rem;
  background: var(--defaultMainDark);
  transition: all .3s ease;
}
.hollow-header-11 .social a:hover i {
  color: #fff;
  background: var(--defaultMainAccent);
}
.hollow-header-11 .nav-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  background: var(--defaultMainColor);
}
.hollow-header-11 nav {
  display: inline-block;
  width: 100%;
  transition: all .3s ease;
}
.hollow-header-11 nav ul {
  text-align: left;
}
.hollow-header-11 nav a {
  padding: 0.7rem 1.2rem;
  display: block;
  color: #FFF;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease;
}
.hollow-header-11 nav .menu-item {
  margin-bottom: 0;
}
.hollow-header-11.sticky nav a {
  /* padding: 0.3rem 1rem; */
}
.hollow-header-11 .mobile-toolbar nav a.mobile-icon {
  font-size: 2rem;
}
/* NAV LEVEL ONE */
.hollow-header-11 .menu-item.open>a, 
.hollow-header-11 .menu-item:hover>a, 
.hollow-header-11 .menu-item.active a, 
.hollow-header-11 .menu-item.active:hover>a {
  color: rgba(255,255,255,0.7);
}
/* NAV LEVEL TWO */
.hollow-header-11 .dropdown-menu {
  margin-top: 0px;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 18rem;
  display: none;
}
.hollow-header-11 nav .dropdown-menu .menu-item {
  float: none;
}
.hollow-header-11 nav .dropdown-menu a {
  background: var(--defaultMainColor);
  color: #fff;
}
.hollow-header-11 .dropdown-menu>li:hover>a, 
.hollow-header-11 .dropdown-menu>li.active>a, 
.hollow-header-11 .dropdown-menu>.active>a:hover, 
.hollow-header-11 .dropdown-menu>.active>a:focus {
  background: var(--defaultMainDark);
  color: #fff;
}
.hollow-header-11 .dropdown .caret {
  padding-left: .35rem;
}
.hollow-header-11 .dropdown .caret::before {
  content: '\f0d7';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
/* NAV MOBILE */
.hollow-header-11 nav #mobile {
  position: relative;
  height: 2rem;
  width: 2rem;
  background: none;
  outline: none;
  border: none;
  float: right;
}
.hollow-header-11 .hamburger {
  display: block;
  position: absolute;
  width: 2rem;
  height: 1.5rem;
  background: #FFF;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2
}
.hollow-header-11 .hamburger:hover {
  cursor: pointer;
}
.hollow-header-11 .hamburger:before,
.hollow-header-11 .hamburger:after {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 20%;
  background: var(--defaultMainColor);
  transition-property: transform, top;
  transition-duration: .2s;
  transition-timing-function: ease;
  transform: translateZ(0);
}
.hollow-header-11 .hamburger:after {
  top: 60%
}
header.hollow-header-11.header-menu-open #mobile,
header.hollow-header-11.header-menu-open #mobile .hamburger {
  background: transparent;
}
header.hollow-header-11.header-menu-open #mobile>.hamburger:before,
header.hollow-header-11.header-menu-open #mobile>.hamburger:after {
  top: 40%;
  background: #FFF;
}
header.hollow-header-11.header-menu-open #mobile>.hamburger:before {
  transform: rotate(45deg);
}
header.hollow-header-11.header-menu-open #mobile>.hamburger:after {
  transform: rotate(-45deg);
}
/* MOBILE TOOLBAR */
.hollow-header-11 .mobile-toolbar {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hollow-header-11 .mobile-toolbar a {
  color: #fff;
  padding: .5rem 1rem;
}
.hollow-header-11 .mobile-toolbar a:hover {
  color: #252525;
}
.hollow-header-11 .mobile-toolbar>* {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-header-11 .flex-container {
    width: calc(100% - 4rem);
  }
  .hollow-header-11 nav a {
    text-transform: capitalize;
  }
}
@media only screen and (min-width: 992px) {
  .hollow-header-11 nav #mobile,
  .hollow-header-11 .mobile-toolbar {
    display: none;
  }
  .hollow-header-11 .menu {
    width: 100%;
    display: inline-flex;
  }
  .hollow-header-11 nav .menu-item {
    position: relative;
  }
  .hollow-header-11 nav .menu > .menu-item:last-of-type {
    margin-left: auto;
  }
  .hollow-header-11 nav .menu > .menu-item:last-of-type > a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    background: var(--defaultMainAccent);
  }
  .hollow-header-11 nav .menu > .menu-item:last-of-type > a:not(.dropdown-toggle)::after {
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    padding-left: .6rem;
  }
  .hollow-header-11 nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 16rem;
    min-width: max-content;
    display: none;
  }
  .hollow-header-11 nav .dropdown-menu .menu-item a {
    padding-right: 2rem;
  }
  .hollow-header-11 nav .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
  }
  .hollow-header-11 nav .dropdown-menu .dropdown > a::after {
    content: '\f0da';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    font-weight: 900;
    right: 1rem;
  }
  .hollow-header-11 nav .menu-item-has-children:hover>ul.dropdown-menu {
    display: block;
  }
  .hollow-header-11 .mobile-toolbar {
    display: none;
  } 
}
@media only screen and (max-width: 991px) {
  .home .hollow-header-11 {
    border: none;
    padding-top: 3rem;
  }
  .hollow-header-11 .logo a {
    margin: 0;
    padding: 1rem 0 0;
    box-shadow: none;
    background: transparent;
  }
  body:not(.home) .hollow-header-11 .logo,
  body:not(.home) .hollow-header-11 .main-content {
    display: none;
  }
  .hollow-header-11 .main-content {
    border-bottom: 1px solid #ccc;
  }
  header.hollow-header-11.header-menu-open nav .menu {
    pointer-events: auto;
    opacity: 1;
    max-height: 85vh;
    overflow-y: auto;
  }
  .hollow-header-11 nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: .7rem;
    width: 100%;
    background: var(--defaultMainColor);
  }
  .hollow-header-11 nav a {
    font-size: 1rem;
    text-transform: uppercase;
  }
  .hollow-header-11 .hamburger::before,
  .hollow-header-11 .hamburger::after {
    background: var(--defaultMainColor);
  }
  .hollow-header-11 nav .menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transition: opacity 0.25s;
    z-index: -1;
    background: var(--defaultMainDark);
    box-shadow: 0 3px 3px -2px #000;
    pointer-events: none;
    opacity: 0;
  }
  .hollow-header-11 .dropdown .caret {
    padding-left: 1rem;
  }
  .hollow-header-11 nav .dropdown-menu .dropdown > a::after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: relative;
    padding-left: 1rem;
  }
  .hollow-header-11 nav .menu-item {
    width: 100%;
  }
  .hollow-header-11 nav .menu-item-has-children.open > .dropdown-menu {
    display: block;
  }
  .hollow-header-11 nav .menu-item-has-children .dropdown-menu .open .dropdown-menu {
    display: block;
  }
  .hollow-header-11 .dropdown-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
  }
  .hollow-header-11 .dropdown-menu>li>a {
    padding-left: 2.5rem;
  }
  .hollow-header-11 nav .dropdown-menu .dropdown-menu a {
    padding-left: 5rem;
  }
  .hollow-header-11 .mobile-toolbar>* {
    display: inline-block;
  }
  .hollow-header-11 .mobile-toolbar a {
    font-size: 2rem;
    padding: .2rem .7rem;
    float: left;
  }
  .hollow-header-11 .mobile-toolbar a i {
    padding: 0;
  }
}
@media only screen and (orientation: portrait) and (max-width:991px) {
  .hollow-header-11 nav a {
    font-size: 1.6rem;
    padding: .6rem;
  }
}
@media screen and (max-width:767px) {
  .pushNav.header-menu-open nav #menu-main-navigation-menu,
  .pushNav nav #menu-main-navigation-menu {
    width: 100%!important;
  }
  .pushNav.header-menu-open .pushNavBodyOverlay {
    display: none!important;
  }
  .hollow-header-11 .logo {
    justify-content: center;
    padding: 1rem;
  }
  .hollow-header-11 .logo a {
    margin: 0;
    padding: 1rem 0 .5rem;
  }
  .hollow-header-11 .logo img {
    max-height: unset;
  }
  .hollow-header-11 .phone,
  .hollow-header-11 .social {
    display: none;
  }
}
@media only screen and (orientation: portrait) and (max-width:767px) {
  .hollow-header-11 nav a {
    font-size: 1.4rem;
    padding: .45rem .6rem;
  }
}

/*HOMEPAGE COMPONENTS*/


/*============================ */
/* Hero 16
============================== */
.hollow-hero-16 {
  position: relative;
  overflow: hidden;
}
.hollow-hero-16::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  pointer-events: none;
}
.hollow-hero-16 .slider-wrap {
  visibility: hidden;
}
.hollow-hero-16 .slider-wrap.slick-initialized {
  visibility: visible;
}
.hollow-hero-16 .slide {
  height: 40rem;
  min-height: 36rem;
  position: relative;
  overflow: hidden;
}
.hollow-hero-16 .slide img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hollow-hero-16 .caption-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.hollow-hero-16 .caption-wrap h1 {
  color: #FFF;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 3px 3px 5px #00000075 !important;
}
.hollow-hero-16 .caption-wrap h2 {
  color: #FFF;
  font-weight: 500;
  font-size: 2.75rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 3px 3px 5px #00000075 !important;
}
.hollow-hero-16 .caption-wrap hr {
  width: 4rem;
  margin: 1rem auto;
  border-color: #FFF;
  border-width: .5px;
}
.hollow-hero-16 .caption-wrap p {
  color: #FFF;
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  text-shadow: 3px 3px 5px #00000075 !important;
}
.hollow-hero-16 .button-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.hollow-hero-16 .button-wrap a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #FFF;
  padding: 1rem 2rem;
  margin: 0 .4rem .5rem;
  text-transform: uppercase;
  background: var(--defaultMainAccent);
  letter-spacing: 2px;
  font-size: .9rem;
  font-weight: 600;
  transition: all .3s ease;
}
.hollow-hero-16 .button-wrap a:hover {
  background: var(--accentDark);
}
.hollow-hero-16 .button-wrap a:hover::before {
  left: -10%;
}

/*============================ */
/* Service Slider 05
============================== */
.service-slider-05 {
  padding: 5rem 0 3rem;
  background: linear-gradient(180deg, #fff, 60%, #fff, 60%, var(--defaultMainColor));
}
.service-slider-05 .text-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.service-slider-05 .text-wrap .accentText {
  font-size: 8.5rem;
  font-weight: 900;
  position: absolute;
  top: -2rem;
  left: 0;
  text-align: center;
  width: 100%;
  color: #000;
  opacity: .05;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
}
.service-slider-05 .text-wrap h2 {
  color: var(--defaultMainColor);
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}
.service-slider-05 .text-wrap p {
  color: var(--defaultGrey);
  font-size: 1.1rem;
  width: 50rem;
  max-width: 100%;
  margin: 0 auto 1rem;
}
.service-slider-05 .flex-container {
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 2rem;
}
.service-slider-05 .slider-wrap {
  width: 96%;
  visibility: hidden;
  padding: 0 1rem;
}
.service-slider-05 .slider-wrap.slick-initialized {
  visibility: visible;
}
.service-slider-05 .slick-track {
  display: flex;
  justify-content: space-between;
}
.service-slider-05 .slide {
  padding: 0 .5rem;
}
.service-slider-05 .box-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 14rem;
  background: #000;
  margin-bottom: 2rem;
}
.service-slider-05 img {
  display: flex;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transition: opacity .35s;
}
.service-slider-05 .box-wrap:hover img {
  opacity: 0.25;
}
.service-slider-05 .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.2rem;
  color: #fff;
  /* text-transform: uppercase; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.service-slider-05 .caption:before {
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
  content: '';
  opacity: 0;
  transition: all .35s ease;
  transform: scale3d(1.4,1.4,1);
}
.service-slider-05 .box-wrap:hover .caption:before {
  opacity: 1;
  transform: scale3d(1,1,1);
}
.service-slider-05 h3 {
  /* margin-top: 1rem; */
  text-align: center;
  transition: all .35s ease;
  will-change: transform;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.service-slider-05 .box-wrap:hover h3 {
  transform: translateY(0);
}
.service-slider-05 h3 span {
  font-weight: 800;
}
.service-slider-05 .box-wrap p {
  font-size: 0.9rem;
  padding: 1rem;
  opacity: 0;
  transform: scale(1.5);
  margin: 0;
  transition: all .35s ease;
}
.service-slider-05 .box-wrap:hover p {
  opacity: 1;
  transform: scale3d(1,1,1);
}
.service-slider-05 .slick-prev:before, .service-slider-05 .slick-next:before {
  color: var(--defaultMainAccent);
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .service-slider-05 .flex-container {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 991px) {
  .service-slider-05 .box-wrap img {
    opacity: 0.4;
  }
  .service-slider-05 .caption {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .service-slider-05 .box-wrap .caption:before {
    opacity: 1;
    transform: scale3d(1,1,1);
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
  .service-slider-05 .box-wrap h3 {
    transform: translateY(0);
  }
  .service-slider-05 .box-wrap p {
    opacity: 1;
    transform: scale3d(1,1,1);
  }
}
@media only screen and (max-width: 767px) {
  .service-slider-05 {
    padding: 2rem 0 0;
    background: var(--defaultMainColor);
  }
  .service-slider-05 .slider-wrap {
    visibility: visible;
    max-width: 100%;
  }
  .service-slider-05 .flex-container,
  .service-slider-05 .flex-container-fluid {
    flex-flow: column;
    padding: 0;
  }
  .service-slider-05 .text-wrap {
    margin-bottom: 2rem;
  }
  .service-slider-05 .text-wrap .accentText {
    display: none;
  }
  .service-slider-05 .caption {
    position: relative;
    padding: 2rem 1rem;
    background: #fff;
    color: #000;
  }
  .service-slider-05 .box-wrap {
    width: 100%;
    margin: 0 auto 2rem;
    height: unset;
    background: #fff;
  }
  .service-slider-05 .box-wrap h3 {
    font-size: 1.5rem;
    /* font-weight: 600; */
    color: var(--accentDark);
  }
  .service-slider-05 .box-wrap img,
  .service-slider-05 .box-wrap:hover img {
    opacity: 1;
  }
  .service-slider-05 .box-wrap .caption:before,
  .service-slider-05 .box-wrap:hover .caption:before {
    display: none;
  }
}


/*============================ */
/* Content 02
============================== */
.hollow-content-02 {
  position: relative;
  overflow: hidden;
}
.hollow-content-02 .upper-wrap {
  padding: 6rem 0 3rem;
}
.hollow-content-02 .upper-wrap .flex-container {
  justify-content: space-between;
  align-items: stretch;
}
.hollow-content-02 .upper-wrap .img-wrap {
  position: relative;
  width: 46%;
}
.hollow-content-02 .upper-wrap .text-wrap {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  width: 46%;
}
.hollow-content-02 .text-wrap h2 {
  color: var(--defaultMainColor);
  margin-bottom: 1rem;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.hollow-content-02 .text-wrap h3 {
  font-size: 1.2rem;
    margin-bottom: 1rem;
    color: var(--defaultMainColor);
    font-weight: 600;
    line-height: 1.4;
}
.hollow-content-02 .text-wrap hr {
  border: none;
  height: 4px;
  background: var(--defaultMainAccent);
  width: 4rem;
  padding: 0;
  margin: 0 0 2rem;
}
.hollow-content-02 .text-wrap p {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  color: var(--defaultMainDark);
}
.hollow-content-02 .text-wrap p strong {
  color: var(--defaultMainAccent);
}
.hollow-content-02 .btn-wrap {
  margin: 1rem 0 0;
}
.hollow-content-02 .btn-wrap a {
  display: inline-block;
  padding: 1rem 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
    font-size: .9rem;
    font-weight: 600;
  color: #fff;
  background: var(--defaultMainAccent);
  transition: all .3s ease;
}
.hollow-content-02 .btn-wrap a:hover {
  color: #fff;
  background: var(--accentDark);
}

/* Bottom Wrap */
.hollow-content-02 .lower-wrap {
  padding: 3rem 0 6rem;
}
.hollow-content-02 .lower-wrap .flex-container {
  justify-content: space-between;
  align-items: stretch;
}
.hollow-content-02 .lower-wrap .text-wrap {
  width: 66%;
}
.hollow-content-02 .lower-wrap .text-wrap hr {
  border: none;
  height: 4px;
  background: var(--defaultMainAccent);
  width: 4rem;
  padding: 0;
  margin: 0 0 2rem;
}
.hollow-content-02 .lower-wrap img {
  align-self: flex-end;
}
.hollow-content-02 .lower-wrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 1rem;
}
.hollow-content-02 .lower-wrap ul li {
  display: flex;
}
.hollow-content-02 .lower-wrap ul li i {
  padding-right: .75rem;
  font-size: 1.75rem;
  color: var(--defaultMainAccent);
}
.hollow-content-02 .lower-wrap ul li span {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
.hollow-content-02 .lower-wrap ul li span h3 {
  font-size: 1.4rem;
  margin-bottom: .5rem;
  text-transform: capitalize;
  color: var(--defaultMainColor);
  font-weight: 600;
}
.hollow-content-02 .lower-wrap ul li span p {font-size: 1rem;}
.hollow-content-02 .lower-wrap .img-wrap {
  position: relative;
  width: 30%;
}
.hollow-content-02 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .hollow-content-02 .upper-wrap .img-wrap img {
    position: absolute;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-content-02 .flexbox {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-02 .flexbox {
    flex-direction: column;
  }
  .hollow-content-02 .upper-wrap {
    padding: 2rem 0 0;
  }
  .hollow-content-02 .lower-wrap {
    padding: 2rem 0;
  }
  .hollow-content-02 .upper-wrap .text-wrap {
    width: 100%;
    margin-bottom: 2rem;
  }
  .hollow-content-02 .lower-wrap .text-wrap {
    width: 100%;
    margin-bottom: 1rem;
  }
  .hollow-content-02 .upper-wrap .img-wrap,
  .hollow-content-02 .lower-wrap .img-wrap {
    width: 100%;
    order: 2;
  }
  .hollow-content-02 .lower-wrap ul {
    width: 100%;
    grid-template-rows: unset;
    grid-template-columns: unset;
    margin: 2rem 0 0;
  }
  .hollow-content-02 .btn-wrap a {
    font-size: 1.2rem;
  }
}



/*============================ */
/* Testimonial 06
============================== */
.hollow-testimonial-06 {
  padding: 6rem 0;
  background: var(--defaultMainColor);
}
.hollow-testimonial-06 .flex-container.text-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  flex-direction: row;
}
.hollow-testimonial-06 h3 {
  color: #fff;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.hollow-testimonial-06 .btn-wrap a {
  padding: 1rem 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9rem;
    font-weight: 600;
    color: #fff;
    background: var(--defaultMainAccent);
  transition: all .3s ease;
}
.hollow-testimonial-06 .btn-wrap a:hover {
  background: var(--accentDark);
}
.hollow-testimonial-06 hr {
  border: none;
  height: 4px;
  background: var(--defaultMainAccent);
  width: 0;
  margin: 0;
}
.hollow-testimonial-06 .flex-container {
  flex-direction: column;
}
.hollow-testimonial-06 .testimonial-slider-wrap {
  padding: 1rem;
  box-shadow: 0 3px 32px rgba(0,0,0,0.1);
  background: #FFF;
}
.hollow-testimonial-06 .text p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--defaultMainDark);
  line-height: 1.6;
  font-style: italic;
}
.hollow-testimonial-06 .creds {
  padding: 0 1rem;
}
.hollow-testimonial-06 .creds .arrow {
  display: block;
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #FFF;
  margin: 0 2rem 1rem;
}
.hollow-testimonial-06 .creds h3 {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: .25rem;
}
.hollow-testimonial-06 .creds p {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .hollow-testimonial-06 {
    padding: 2rem 0;
  }
  .hollow-testimonial-06 .flex-container.text-wrap {
    margin-bottom: 3rem;
  }
  .hollow-testimonial-06 h3 {
    margin-bottom: 2rem;
  }
}


/*============================ */
/* Hollow Gallery 10
============================== */
.hollow-gallery-10 {
  padding: 6rem 0;
  position: relative;
}
.hollow-gallery-10 .flex-container {
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hollow-gallery-10 .text-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.hollow-gallery-10 h2 {
  color: var(--defaultMainColor);
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: .25rem;
}
.hollow-gallery-10 h3 {
      color: var(--defaultMainColor);
    margin-bottom: 1rem;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.hollow-gallery-10 .btn-wrap a {
  padding: 1rem 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9rem;
    font-weight: 600;
    color: #fff;
    background: var(--defaultMainAccent);
  transition: all .3s ease;
}
.hollow-gallery-10 .btn-wrap a:hover {
  background: var(--accentDark);
}
.hollow-gallery-10 .img-stack {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% / 2 - 1rem);
}
.hollow-gallery-10 .img-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 12rem;
  margin-bottom: 2rem;
}
.hollow-gallery-10 .img-wrap img {
  display: flex;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hollow-gallery-10 .img-wrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: var(--mainFont);
  font-size: 1.5rem;
  transition: all .3s ease;
  background: rgba(124,124,124, 0.8);
  opacity: 0;
}
.hollow-gallery-10 .img-wrap:hover a {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .hollow-gallery-10 .small-img {
    width: calc(50% - 1rem);
    height: 12rem;
  }
  .hollow-gallery-10 .large-img {
    width: 100%;
    height: 20rem;
  }
  .hollow-gallery-10 .right-stack {
    flex-wrap: wrap-reverse;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-gallery-10 .flex-container {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 991px) {
  .hollow-gallery-10 {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-gallery-10 {
    padding: 2rem 0;
  }
  .hollow-gallery-10 .title-wrap {
    width: 100%;
  }
  .hollow-gallery-10 .text-wrap {
    margin-bottom: 3rem;
  }
  .hollow-gallery-10 h3 {
    margin-bottom: 2rem;
  }
  .hollow-gallery-10 .img-stack {
    width: calc(100% / 2 - .5rem);
  }
  .hollow-gallery-10 .img-wrap {
    margin-bottom: .75rem;
  }
}


/*============================ */
/* Contact 15
============================== */
.hollow-contact-15 {
  position: relative;
  padding: 6rem 0;
  background: url(img/contact-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.hollow-contact-15::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(39, 48, 37, 0.85);
}
.hollow-contact-15 .flex-container {
  position: relative;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
}
.hollow-contact-15 .get-in-touch {
  width: 67%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hollow-contact-15 .get-in-touch h4 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.hollow-contact-15 .get-in-touch h2 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.hollow-contact-15 .get-in-touch hr {
  height: 4px;
  width: 5rem;
  background: var(--defaultMainAccent);
  margin: .5rem 0 3rem;
  border: none;
  text-align: left;
}
.hollow-contact-15 .get-in-touch p {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.hollow-contact-15 .get-in-touch li {
  color: #fff;
  font-size: .9rem;
  font-weight: 500;
  margin-bottom: 1rem;
  display: flex;
}
.hollow-contact-15 .get-in-touch li i {
  color: var(--defaultMainAccent);
  font-size: 1.5rem;
  padding-right: 1rem;
  padding-top: .2rem;
}
.hollow-contact-15 .get-in-touch li i.fa-flip-horizontal {
  padding: 0;
  padding-left: 1rem;
}
.hollow-contact-15 .get-in-touch li a {
  color: #fff;
  font-size: .9rem;
  font-weight: 500;
}
.hollow-contact-15 .get-in-touch li a:hover {
  color: var(--defaultMainAccent);
}
.hollow-contact-15 .social a {
  color: #fff;
  margin-right: .7rem;
  font-size: 1.5rem;
}
.hollow-contact-15 .social a:hover {
  color: var(--defaultMainAccent);
}
.hollow-contact-15 .contact-us {
  width: 70%;
}
.hollow-contact-15 .contact-us h4 {
  color: var(--defaultMainDark);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.hollow-contact-15 .contact-us h2 {
  color: var(--defaultMainDark);
  font-size: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2rem;
}
.hollow-contact-15 .contact-us hr {
  height: 4px;
  width: 5rem;
  background: var(--defaultMainAccent);
  margin: .5rem 0 3rem;
  border: none;
  text-align: left;
}
.hollow-contact-15 .form-wrap {
  position: relative;
}

.hollow-contact-15 textarea {
  font-family: var(--mainFont);
  z-index: 0;
  height: 7rem;
}
.hollow-contact-15 [data-name="your-email"] {
  float: left;
  width: 50%;
  padding-right: 15px;
  z-index: 5;
}
.hollow-contact-15 [data-name="your-phone"] {
  float: left;
  width: 50%;
  z-index: 10;
}
.hollow-contact-15 .flex-info {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
}
.hollow-contact-15 .flex-info ul {
/*   width: 48%; */
  width: 100%;
}
.hollow-contact-15 .logos-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hollow-contact-15 input:not([type="submit"]),
.hollow-contact-15 textarea {
  font-size: 1rem;
  width: 100%;
  /* border-radius: 10px; */
  color: dimgrey;
  padding: .6rem;
  margin-bottom: 1rem;
  font-weight: 400;
  background: #ffffffad;
  font-family: var(--mainFont);
}

.hollow-contact-15 .wpcf7-form-control.wpcf7-submit {
  background: var(--defaultMainAccent);
  border: none;
  /* border-radius: 2rem; */
  padding: 1rem 3rem;
  color: #FFF;
  cursor: pointer;
  font-family: var(--mainFont);
  font-size: .9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: .3s ease;
  margin: 0 auto;
}
.hollow-contact-15 .wpcf7-form-control.wpcf7-submit:hover {
  background: var(--accentDark);
}
.page-template-page-contact .map-wrap {
  width: 100%;
  height: 42rem;
}
.page-template-page-contact .map-wrap iframe {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.page-template-page-contact .map-wrap iframe.clicked {
  pointer-events: auto;
}
@media only screen and (max-width: 1199px) {
  .hollow-contact-15 .get-in-touch {    
    /* padding: 4rem 2rem; */
  }
  .hollow-contact-15 .contact-us {
    /* padding: 4rem 2rem; */
  }
  .hollow-contact-15 .get-in-touch h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-contact-15 .flex-container {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 991px) {
  .hollow-contact-15 .get-in-touch {    
    padding: 0;
  }
  .hollow-contact-15 .contact-us {
    padding: 2rem 2rem 1rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-contact-15 {
    padding: 0;
  }
  .hollow-contact-15 .flex-container {
    flex-direction: column;
    padding: 0;
  }
  .hollow-contact-15 .get-in-touch {
    width: 100%;
    padding: 2rem 1rem 0;
  }
  .hollow-contact-15 .get-in-touch li {
    font-size: 1.3rem;
  }
  .hollow-contact-15 .get-in-touch li a {
    font-size: 1.3rem;
  }
  .hollow-contact-15 .flex-info ul {
    width: 100%;
  }
  /*.page-template-page-contact .hollow-contact-15 .get-in-touch {
    padding-top: 4rem;
  }*/
  .hollow-contact-15 .contact-us {
    width: 100%;
    padding: 1rem;
  }
  .hollow-contact-15 input:not([type="submit"]), 
  .hollow-contact-15 select,
  .hollow-contact-15 textarea {
    font-size: 1.2rem;
  }
}

/*============================ */
/* Footer 04
============================== */
.hollow-footer-04 {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.hollow-footer-04 .main .flex-container {
  flex-direction: column;
  align-items: center;
  padding: 5rem 1rem 3rem;
}
.hollow-footer-04 img {
  margin-bottom: 0.5rem;
  max-width: 100%;
}
.hollow-footer-04 h3 {
  color: var(--defaultMainAccent);
  font-weight: 700;
}
.hollow-footer-04 h3 a {
  font-weight: 700;
}
.hollow-footer-04 p {
  color: #000;
  font-size: .7rem!important;
  font-weight: 500;
  line-height: 1.6;
  max-width: 53rem;
  margin-bottom: 0;
  text-align: center;
  padding: 0 1rem;
}
.hollow-footer-04 .social {
  display: flex;
  border-top: 2px dotted var(--defaultMainAccent);
  padding-top: 1.5rem;
  justify-content: center;
  margin-top: 1rem;
}
.hollow-footer-04 .main .social a {
  padding: .5rem;
  width: 3rem;
  margin: 0 .25rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--defaultMainAccent);
}
.hollow-footer-04 .main .social a i {
  color: #FFF;
  font-size: 1.3rem;
  transition: all .3s ease;
}
.hollow-footer-04 .main .social a:hover i {
  color: var(--defaultMainColor);
}

/* Meta */
.hollow-footer-04 .meta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--defaultMainColor);
  padding: 1rem 0;
}
.hollow-footer-04 .meta .flex-container {
  justify-content: space-between;
  align-items: center;
}
.hollow-footer-04 .meta span {
  color: #FFF;
  font-weight: 500;
  padding: 0 2rem;
  font-size: .9rem;
}
.hollow-footer-04 .meta span a {
  color: #FFF;
  transition: all .3s ease;
}
.hollow-footer-04 .meta span a:hover {
  color: var(--defaultMainColor);
}
.hollow-footer-04 .meta i.top {
  position: absolute;
  margin-right: 1rem;
  right: 0;
  top: 0;
  color: #FFF;
  padding: .5rem;
  opacity: 0.5;
  background: var(--defaultMainColor);
  cursor: pointer;
  transition: all .3s ease;
}
.hollow-footer-04 .meta i.top:hover {
  opacity: 1;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .page-template-page-contact .hollow-footer-04 .main .flex-container {
    padding: 7rem 0 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-footer-04 img {
    max-width: 90%;
  }
  .hollow-footer-04 .meta {
    flex-direction: column;
  }
  .hollow-footer-04 .meta .flex-container {
    flex-flow: column;
  }
  .hollow-footer-04 .meta span:first-of-type {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}

/*DEFAULT STYLE OVERWRITES*/

/*============================ */
/* DEFAULT BLOG STYLES: 
============================== */
/*Search Form*/
.search-form-wrap button {
  background: var(--defaultMainColor);
}
.search-form-wrap button:hover {
  background: var(--defaultMainDark);
}
/*Blog Page*/
.blog-wrap .post-item-header h1 {
  background: var(--defaultMainColor);
}
.blog-wrap .post-item .post-item-header h1:hover {
  background: var(--defaultMainDark);
}
.blog-wrap .post-item .post-content a {
  background: var(--defaultMainColor);
}
.blog-wrap .post-item .post-content a:hover {
  background: var(--defaultMainDark);
}
.blog-wrap .post-item p {
  border-color: var(--defaultMainColor);
}
.blog-wrap .post-item .date-wrap i {
  color: var(--defaultMainColor);
}
/*Sidebars*/
.blog-sidebar {
  border-color: var(--defaultMainColor);
}
.blog-sidebar .post-item-header h2 {
  background: var(--defaultMainColor);
}
/*Post Content*/
.blog-post-content h1 {
  color: var(--defaultMainColor);
}
.blog-post-content h2 {
  color: var(--defaultMainDark);
}
.blog-post-content h3 {
  color: var(--defaultMainColor);
}
.blog-post-content p a {
  color: var(--defaultMainColor);
}
.blog-post-content p a:hover {
  color: var(--defaultMainDark);
}
/*Post Return Button*/
.blog-return a.blog-return-btn {
  background: var(--defaultMainColor);
}
.blog-return a.blog-return-btn:hover {
  background: var(--defaultMainDark);
}
/*Pagination*/
.pagination .page-numbers {
  background: var(--defaultMainDark);
}
.pagination .page-numbers:hover, 
.pagination .page-numbers:focus {
  background: var(--defaultMainColor);
}
.pagination span.page-numbers.current {
  background: var(--defaultMainColor);
}
/*============================ */
/* DEFAULT POPUP STYLES:
============================== */
.default-popup .form-wrap {
  background: var(--defaultMainColor);
}
.default-popup .form-wrap h3 {
  color: #fff;
}
.default-popup div.wpcf7-response-output {
  display: block;
}
.default-popup .wpcf7-form-control-wrap input:focus,
.default-popup .wpcf7-form-control-wrap select:focus,
.default-popup .wpcf7-form-control-wrap textarea:focus {
  border-color: var(--defaultMainDark);
}
.default-popup .wpcf7-form input[type="submit"] {
  background: var(--defaultMainAccent);
}
.default-popup .wpcf7-form input[type="submit"]:hover {
  background: var(--accentDark);
}
.default-popup .loader-wrap {
  background: var(--defaultMainColor);
}
.default-popup .button-wrap i {
  background: var(--defaultMainColor);
}
/*============================ */
/* DEFAULT POPUP V2:
============================== */
.default-popup .form-wrap {
  width: 70%;
  max-width: 36rem;
  padding: 1.5rem 1.5rem 0.5rem;
}
.default-popup .your-email,
.default-popup [data-name="your-email"] {
  width: 50%;
  float: left;
  padding-right: 1rem;
}
.default-popup .your-phone,
.default-popup [data-name="your-phone"] {
  width: 50%;
  float: left;
}
.default-popup .wpcf7-form-control-wrap input, 
.default-popup .wpcf7-form-control-wrap select, 
.default-popup .wpcf7-form-control-wrap textarea,
.default-popup .wpcf7-form input[type="submit"] {
  font-size: 1rem;
  font-family: var(--mainFont);
  font-weight: 400;
}
.default-popup .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.default-popup .content-wrap h2 {
  font-size: 1.3rem;
  color: #fff;
}
.default-popup .content-wrap h3 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.default-popup .content-wrap p {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}
.default-popup .location {
  margin-bottom: 2rem;
}
.default-popup .location ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.default-popup .location ul li {
  display: flex;
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  margin: 0 1.5rem 0 0;
}
.default-popup .location ul li i {
  color: var(--defaultMainAccent);
  padding-right: .5rem;
  padding-top: .3rem;
}
.default-popup .form-wrap .close {
  border: none;
  background: transparent;
  color: var(--defaultMainAccent);
}
.default-popup .form-wrap .close:hover {
  background: var(--defaultMainAccent);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .default-popup .form-wrap {
    width: 95%;
  }
  .default-popup .content-wrap {
    align-items: flex-start;
  }
  .default-popup .content-wrap p {
    display: none;
  }
  .default-popup .content-wrap h2 {
    display: none;
  }
  .default-popup .content-wrap h3 {
    text-align: left;
    padding-right: 1rem;
  }
  .default-popup .location {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }
  .default-popup .location ul li {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    justify-content: flex-start;
  }
}
/*============================ */
/* CUSTOM SUBMIT FORM BUTTONS:
============================== */
.wpcf7 .wpcf7-form .hollow-file {
  padding: 0;
  margin-bottom: 1rem;
}
.wpcf7 .wpcf7-form .hollow-file .hollow-file-btn {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 10rem;
  height: calc(100% - 2px);
  /*   top: 3px;
  left: 3px;
  width: calc(10rem - 3px);
  height: calc(100% - 6px);
  border-radius: 4px; */
  font-size: 1rem;
  display: flex;
  align-items: center;
  background: var(--defaultMainColor);
  color: #fff;
  font-family: var(--mainFont);
  padding: .25rem;
  z-index: 1200;
  transition: all .3s ease;
}
.wpcf7 .wpcf7-form .hollow-file:hover .hollow-file-btn {
  background: var(--defaultMainAccent);
}
.wpcf7 .wpcf7-form .hollow-file .hollow-file-btn::before {
  content: '\f0ee';
  font-family: 'Font Awesome 6 Pro', 'Font Awesome 6', 'Font Awesome 5 Pro', 'Font Awesome 5';
  margin-right: .5rem;
  font-size: 1.5rem;
  padding: .25rem;
  font-weight: 300;
}
.wpcf7 .wpcf7-form .hollow-file .hollow-file-name {
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  font-size: 1rem;
  display: flex;
  align-items: center;
  background: #fff;
  color: var(--defaultMainDark);
  font-family: var(--mainFont);
  padding: .25rem 1rem .25rem 11rem;
  min-width: calc(100% - 2px);
  z-index: 1000;
}
.wpcf7 .wpcf7-form .hollow-file input[type="file"] {
  color: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.wpcf7 .wpcf7-form .hollow-file input[type="file"]:hover {
  color: transparent;
  background: #fff;
}
/*============================ */
/* DEFAULT SEO STYLES:
============================== */
.content.seo {
  background: var(--defaultMainColor);
}
.content.seo i {
  color: #fff;
}
.content.seo p a:hover {
  color: var(--defaultMainAccent);
}
/*============================ */
/* DEFAULT INTERIOR PLACEHOLDERS
============================== */
.interior-placeholder-header {
  border-color: var(--defaultMainDark);
  background: var(--defaultMainColor);
}
.interior-placeholder-header h1 {
  color: #FFF;
}
/*============================ */
/* PASSWORD-PROTECTED PAGE FORMS
============================== */
.post-password-required form p input[type="submit"] {
  background: var(--defaultMainColor);
}
.post-password-required form p input[type="submit"]:hover {
  background: var(--defaultMainDark);
}
/*============================ */



/*INTERIOR PAGES*/

/*============================ */
/* Interior Header 05
============================== */
.interior-header-05 {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 10rem 1rem;
  text-align: center;
  background: url(img/h1.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-351 .interior-header-05 {
  background: url(img/h2.jpg) center 83% no-repeat;
  background-size: cover;
}
/* Bathrooms Page */
.page-id-353 .interior-header-05 {
  background: url(//cdistyleremodeling.com/site/wp-content/gallery/bathrooms/Alarcon-Bath-3.JPG) center 60% no-repeat;
  background-size: cover;
}
/* Whole House Remodeling Page */
.page-id-355 .interior-header-05 {
  background: url(//cdistyleremodeling.com/site/wp-content/gallery/kitchens/Foz-Kitchen-2.jpg) center 50% no-repeat;
  background-size: cover;
}
.page-id-357 .interior-header-05 {
  background: url(//cdistyleremodeling.com/site/wp-content/gallery/outdoor-living/10.jpg) center 75% no-repeat;
  background-size: cover;
}
/* Windows & Siding Page */
.page-id-359 .interior-header-05 {
  background: url(//cdistyleremodeling.com/site/wp-content/gallery/siding-windows/2.jpg) center center no-repeat;
  background-size: cover;
}
/* New Construction & Additions Page */
.page-id-361 .interior-header-05 {
  background: url(//cdistyleremodeling.com/site/wp-content/gallery/new-construction/10.jpg) center 56% no-repeat;
  background-size: cover;
}
/* Portfolio Page */
.page-id-275 .interior-header-05 {
  background: url(//cdistyleremodeling.com/site/wp-content/gallery/kitchens/3.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-277 .interior-header-05 {
  background: url(//cdistyleremodeling.com/site/wp-content/gallery/kitchens/Booth-Kitchen-19.jpg) center 88% no-repeat;
  background-size: cover;
}
.interior-header-05::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(57, 64, 55, 0.44);
}
.interior-header-05 h1 {
  position: relative;
    color: #fff;
    margin-bottom: .75rem;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 3rem;
}
.interior-header-05 h2 {
      position: relative;
    color: #fff;
    font-size: 1.2rem;
    max-width: 50%;
    text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .interior-header-05 {
    background-attachment: unset!important;
  }
}
@media only screen and (max-width: 767px) {
  .interior-header-05 {
    padding: 4rem 1rem;
  }
  .interior-header-05 h2 {
    max-width: 100%;
  }
}


/*============================ */
/* Split Boxes 01
============================== */
.split-boxes-01 .flex-container {
  position: relative;
  width: 100%;
}
.split-boxes-01 .left-box {
  width: 50%;
  background: #a3b89a;
  padding: 4rem;
}
.split-boxes-01 .left-box h3 {
  color: #fff;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.split-boxes-01 .left-box hr {
    border: none;
    height: 4px;
    background: var(--defaultMainAccent);
    width: 4rem;
    padding: 0;
    margin: 0 0 2rem;
}
.split-boxes-01 .left-box p {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.split-boxes-01 .left-box .link-1 {
  color: #fff;
  font-weight: 400;
}
.split-boxes-01 .left-box .link-1:hover {
  color: darkgrey;
}
.split-boxes-01 .left-box  ul {
  display: block;
}
.split-boxes-01 .left-box  ul li i {
  color: darkgrey;
  vertical-align: top;
  margin-top: .3rem;
  padding-right: .75rem;
}
.split-boxes-01 .left-box  ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
  font-weight: 400;
}
.split-boxes-01 .left-box .btn-wrap {
  margin-top: 2rem;
}
.split-boxes-01 .left-box .btn-wrap a {
  background: lightgrey;
  padding: .5rem 1rem;
  color: #fff;
  font-weight: 400;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.split-boxes-01 .left-box .btn-wrap a:hover {
  background: #fff;
  color: lightgrey;
}
.split-boxes-01 .right-box {
  width: 50%;
  background: #fff;
  padding: 4rem;
}
.split-boxes-01 .right-box h3 {
      color: var(--defaultMainColor);
    margin-bottom: 1rem;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.split-boxes-01 .right-box hr {
    border: none;
    height: 4px;
    background: var(--defaultMainAccent);
    width: 4rem;
    padding: 0;
    margin: 0 0 2rem;
}
.split-boxes-01 .right-box h4 {
  text-transform: uppercase;
    font-weight: 700;
    color: var(--defaultMainAccent);
    margin-bottom: 1rem;
}
.split-boxes-01 .right-box p {
  color: var(--defaultMainDark);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.split-boxes-01 .right-box  ul {
  display: block;
}
.split-boxes-01 .right-box  ul li i {
  color: lightgrey;
}
@media only screen and (max-width: 991px) {
  .split-boxes-01 .left-box {    
    padding: 4rem 3rem;
  }
  .split-boxes-01 .right-box {
    padding: 4rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .split-boxes-01 .flex-container {
    flex-direction: column;
    padding: 0;
  }
  .split-boxes-01 .left-box {
    width: 100%;
    padding: 2rem 2rem 1rem;
  }
  .split-boxes-01 .right-box {
    width: 100%;
    padding: 2rem 2rem 1rem;
  }
  .split-boxes-01 .left-box .btn-wrap {
    margin: 2rem 0;
  }
}

/*============================ */
/* Tabs 01
============================== */
.hollow-tabs-01 {
  padding: 0 0 2rem;
}
.hollow-tabs-01 .flex-container {
  flex-direction: column;
  width: 100%;
}
.hollow-tabs-01 .tabs {
  align-items: center;
    justify-content: center;
    margin-bottom: .5rem;
    display: flex;
    width: 100%;
    background: var(--defaultMainAccent);
    flex-wrap: wrap;
}
.hollow-tabs-01 .tabs li {
  margin: 0;
}
.hollow-tabs-01 .tabs li a {
  width: 100%;
  display: block;
  line-height: 1;
  padding: 1.5rem 1rem;
  background: var(--defaultMainAccent);
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  transition: all 0.1s ease-in-out;
}
.hollow-tabs-01 .tabs li.active a,
.hollow-tabs-01 .tabs li a:hover {
  opacity: 1;
  background: var(--defaultMainColor);
  color: #fff;
}
.hollow-tabs-01 .tabs-content {
  position: relative;
    z-index: 2;
    padding: 4rem 6rem;
    border-radius: 0 4px 4px 4px;
    background: transparent;
    border: none;
}
.hollow-tabs-01 .tabs-content img {
  margin-bottom: 1rem;
  margin-right: 1rem;
  max-width: 100%;
 }
.hollow-tabs-01 .tabs-content .image-wrapper img {
  margin: 0;
}
.hollow-tabs-01 .tabs-content .icon {
  margin: 0;
}
.hollow-tabs-01 .tabs-panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .8s ease;
}
.hollow-tabs-01 .tabs-panel.active {
  max-height: unset;
  opacity: 1;
}
.hollow-tabs-01 .tabs-panel h3 {
  color: var(--defaultMainColor);
    margin-bottom: 1rem;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
}
.hollow-tabs-01 .tabs-panel h4 {
  font-weight: 700;
  color: var(--defaultMainAccent);
  margin-bottom: 1rem;
}
.hollow-tabs-01 .tabs-panel p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}
.hollow-tabs-01 .tabs-panel ul {
  margin-bottom: 1rem;
}
.hollow-tabs-01 .tabs-panel ul li {
  font-weight: 400;
}
.hollow-tabs-01 .tabs-panel ul li i {
  color: var(--defaultMainAccent);
  padding: .15rem .5rem 0 0;
}
.hollow-tabs-01 .tabs-panel ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: middle;
}
.hollow-tabs-01 .tabs-panel .nextgen_pro_thumbnail_grid {
  text-align: left;
}
.hollow-tabs-01 .form-wrap input, 
.hollow-tabs-01 .form-wrap textarea {
  font-family: 'Lato';
  font-size: 1rem;
  width: 100%;
  border: 1px solid #fff;
  background: rgba(0, 127, 255, 0.5);
  padding: .6rem;
  margin-bottom: 1rem;
  color: #FFF;
  font-weight: 300;
}
.hollow-tabs-01 .form-wrap .submit-wrapper input {
  background: #007FFF;
  border: none;
  padding: .5rem 1.5rem;
  color: #FFF;
  font-family: 'Lato';
  cursor: pointer;
  font-weight: 300;
  font-size: 1rem;
  width: unset;
  transition: all .3s ease;
} 
.hollow-tabs-01 .form-wrap .submit-wrapper input:hover {
  background: #006dda;
}
.hollow-tabs-01 ::-webkit-input-placeholder {
  color: #fff;
}
.hollow-tabs-01 ::-moz-placeholder {
  color: #fff;
}
.hollow-tabs-01 :-ms-input-placeholder {
  color: #fff;
}
.hollow-tabs-01 :-moz-placeholder {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .hollow-tabs-01 .tabs {
    flex: 1;
  }
   .hollow-tabs-01 .tabs-content {
    flex: 2;
   }
}
@media only screen and (max-width: 767px) {
  .hollow-tabs-01 {
    padding: 2rem 0;
  }
  .hollow-tabs-01 .tabs-content {
    padding: 1rem;
  }
  .hollow-tabs-01 .tabs-content img {
    max-width: 100%;
  }
  .hollow-tabs-01 .tabs li a {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .hollow-tabs-01 .tabs-panel h4,
  .hollow-tabs-01 .tabs-panel ul li {
    font-size: 1.3rem;
  }
  .hollow-tabs-01 .tabs-panel ul li i {
    padding-right: .5rem;
  }
}


/*============================ */
/* Interior Portfolio
============================== */
.split-boxes-03 .nextgen_pro_thumbnail_grid .image-wrapper {
  width: calc(100% / 2 - 4px)!important;
  height: 10rem!important;
  max-height: 10rem!important;
}
.split-boxes-03 .nextgen_pro_thumbnail_grid .image-wrapper img {
  width: 100%!important;
  height: 10rem!important;
  max-height: 10rem!important;
  object-fit: cover;
  transition: all 1.2s ease;
}
.split-boxes-03 .nextgen_pro_thumbnail_grid .image-wrapper img:hover {
  transform: scale(1.1);
  filter: brightness(1.25) saturate(1.1);
}
@media only screen and (max-width: 767px) {
  .split-boxes-03 .nextgen_pro_thumbnail_grid .image-wrapper {
    width: calc(100% / 2 - 4px)!important;
    height: 9rem!important;
    max-height: 9rem!important;
    margin-bottom: 0!important;
  }
  .split-boxes-03 .nextgen_pro_thumbnail_grid .image-wrapper img {
    height: 9rem!important;
    max-height: 9rem!important;
    margin: 6px!important;
  }
}
/*============================ */
/* Interior Testimonials 04
============================== */
.interior-testimonials-04 {
  padding: 2rem 0 4rem;
}
.interior-testimonials-04 .flex-container {
  justify-content: center;
}
.interior-testimonials-04 .box-wrap {
  padding: 2rem;
  margin-bottom: 2rem;
}
.interior-testimonials-04 .box-a {
  background: #fff;
}
.interior-testimonials-04 .box-b {
  background: #e3e9e0;
}
.interior-testimonials-04 .quote {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.interior-testimonials-04 .box-wrap i {
  color: var(--defaultMainAccent);
  font-size: 2rem;
  text-align: center;
  margin-bottom: .5rem;
}
.interior-testimonials-04 .box-wrap p {
  font-size: .9rem;
  color: var(--defaultMainDark);
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1rem;
  text-align: center;
}
.interior-testimonials-04 .box-wrap p.client-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--defaultMainColor);
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .interior-testimonials-04 {
    padding: 2rem 0 0;
  }
  .interior-testimonials-04 .box-a {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .interior-testimonials-04 .box-b {
    padding: 2rem 1rem;
  }
}



/*============================ */
/* Interior Maps 01
============================== */
.interior-maps-01 {
  padding: 6rem 0;
}
.interior-maps-01 .flex-container {
  position: relative;
  align-items: center;
  justify-content: space-between;
}
/*.interior-maps-01 .flex-container:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #848484;
  content: '';
  z-index: -1;
  transform-origin: top center;
  transition: transform 1s ease 0s;
}*/
.interior-maps-01 .text-wrap {
  width: 46%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.interior-maps-01 h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--defaultMainDark);
  margin-bottom: 1.5rem;
  font-family: var(--mainFont);
}
.interior-maps-01 h1 {
  color: var(--defaultMainColor);
    margin-bottom: 1rem;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.interior-maps-01 hr {
    border: none;
    height: 4px;
    background: var(--defaultMainAccent);
    width: 4rem;
    padding: 0;
    margin: 0 0 2rem;
}
.interior-maps-01 p {
  margin-bottom: 2rem;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 400;
  color: var(--defaultMainDark);
}
.interior-maps-01 .list-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.interior-maps-01 .list-wrap .list-1,
.interior-maps-01 .list-wrap .list-2 {
  width: 100%;
}
.interior-maps-01 .list-wrap ul {
  width: 48%;
}
.interior-maps-01 .list-wrap ul li {
  display: flex;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: var(--defaultMainDark);
}
.interior-maps-01 .list-wrap ul li i {
  color: var(--defaultMainAccent);
  font-size: 1.2rem;
  padding: .2rem .5rem 0 0;
}
.interior-maps-01 .list-wrap ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
}
.interior-maps-01 .map-wrap {
  position: relative;
  overflow: hidden;
  width: 46%;
  align-self: stretch;
}
.interior-maps-01 .map-wrap::before {
  content: '';
  top: 50%;
  left: 50%;
  width: 21rem;
  height: 21rem;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: rgba(0,0,0,.3);
  border: 2px solid var(--defaultMainAccent);
  z-index: 1000;
  position: absolute;
}
.interior-maps-01 .map-wrap iframe {
  width: 100%;
  display: flex;
  overflow: hidden;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .interior-maps-01 .flex-container {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 991px) {
  .interior-maps-01 .flex-container > * {
    flex-basis: 48%;
  }
  .interior-maps-01 .list-wrap .list-1 {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .interior-maps-01 {
    padding: 3rem 0 2rem;
  }
  .interior-maps-01 .flex-container {
    flex-direction: column;
  }
  .interior-maps-01 .flex-container:before {
    display: none;
  }
  .interior-maps-01 .flex-container > * {
    width: 100%;
  }
  .interior-maps-01 .text-wrap {
    margin-bottom: 1rem;
  }
  .interior-maps-01 .list-wrap {
    width: 100%;
  }
  .interior-maps-01 .list-wrap ul li {
    font-size: 1.2rem;
  }
  .interior-maps-01 .list-wrap .list-1 {
    margin-right: 0rem;
  }
  .interior-maps-01 .list-wrap .list-1,
  .interior-maps-01 .list-wrap .list-2 {
    width: 50%;
  }
  .interior-maps-01 img {
    order: 2;
  }
  .interior-maps-01 .map-wrap iframe {
    height: 65vh;
  }
}

/*============================ */
/* Interior Careers 01
============================== */
.interior-careers-01 {
  padding: 4rem 0;
}
.interior-careers-01 .content-wrap {
  text-align: center;
  margin-bottom: 4rem;
}
.interior-careers-01 .content-wrap h1 {
  color: var(--defaultMainColor);
  margin-bottom: 1rem;
}
.interior-careers-01 .content-wrap h4 {
  color: var(--defaultMainAccent);
}
.interior-careers-01 .content-wrap hr {
  width: 10%;
  margin: 1rem auto 2rem;
  border: 2px solid var(--defaultMainDark);
}
.interior-careers-01 .content-wrap p {
  margin-bottom: 1rem;
}
.interior-careers-01 .form-wrap {
  width: 100%;
}
.interior-careers-01 .form-wrap form {
  background: #dedede;
  padding: 2rem;
  border-radius: 4px;
}
.interior-careers-01 .group-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.interior-careers-01 .group-wrap p {
  margin: 0.5rem 0;
}
.interior-careers-01 .group-wrap h3 {
  margin-bottom: 1rem;
  color: var(--defaultMainDark);
}
.interior-careers-01 ::-webkit-input-placeholder {
  color: #777!important;
}
.interior-careers-01 ::-moz-placeholder {
  color: #777!important;
}
.interior-careers-01 :-ms-input-placeholder {
  color: #777!important;
}
.interior-careers-01 :-moz-placeholder {
  color: #777!important;
}
.interior-careers-01 .wpcf7-form-control-wrap select {
  -webkit-appearance: none;
}
.interior-careers-01 .wpcf7-form-control-wrap input,
.interior-careers-01 .wpcf7-form-control-wrap select,
.interior-careers-01 .wpcf7-form-control-wrap textarea {
  font-family: var(--mainFont);
  font-size: 1.1rem;
  font-weight: 300;
  color: #000;
  width: 100%;
  padding: .5rem;
  margin-bottom: 1rem;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.interior-careers-01 .wpcf7-form-control-wrap input:focus,
.interior-careers-01 .wpcf7-form-control-wrap select:focus,
.interior-careers-01 .wpcf7-form-control-wrap textarea:focus {
  border-color: var(--defaultMainDark);
  color: var(--defaultMainDark);
}
.interior-careers-01 .wpcf7-form-control-wrap textarea {
  height: 6rem;
}
.interior-careers-01 .wpcf7-form-control-wrap input[type="file"] {
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1rem;
  line-height: 1;
}
.interior-careers-01 .wpcf7-form-control-wrap input[type="file"]:hover {
  color: var(--defaultMainDark);
  background: rgba(255,255,255,0.8);
}
.interior-careers-01 .submit-wrapper {
  text-align: center;
}
.interior-careers-01 .submit-wrapper input[type="submit"] {
  font-family: var(--mainFont);
  font-size: 1.2rem;
  color: #fff;
  background: var(--defaultMainAccent);
  padding: .5rem 2.5rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all .3s ease;
}
.interior-careers-01 .submit-wrapper input[type="submit"]:hover {
  background: var(--defaultMainDark);
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .interior-careers-01 .flex-container {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .interior-careers-01 {
    padding: 3rem 0 2rem;
  }
  .interior-careers-01 .content-wrap {
    margin-bottom: 2rem;
  }
  .interior-careers-01 .form-wrap form {
    padding: 1.5rem 1rem;
  }
}
.hollow-web-design-01 {
  display:block;
}
.hollow-web-design-01 .top-half {
  background:#fff;
  padding:4rem 0 2rem;
}
.hollow-web-design-01 .top-half h1 {
  color:var(--defaultMainDark);
  text-align:center;
  font-size:2rem;
  font-weight:500;
  margin-bottom:1rem;
}
.hollow-web-design-01 .top-half h2 {
  color:#000;
  text-align:center;
  font-size: 1.35rem;
  font-weight: 500;
  text-transform: none;
  line-height: 24px;
  letter-spacing: 0px;
  margin:0 12rem 1rem;  
}
.hollow-web-design-01 .top-half p {
  font-size:1rem;
  color:#000;
  font-weight:500;
  width:75%;
  margin:0 auto 1rem;
}
.hollow-web-design-01 .bottom-half {
  background:#F6F6F6;
  padding:4rem 0 2rem;
}
.hollow-web-design-01 .bottom-half .form-wrap {
  width:50%;
  margin:0 auto;
}
.hollow-web-design-01 .bottom-half .form-wrap input:not([type="submit"]),
.hollow-web-design-01 .bottom-half .form-wrap textarea {
  padding: 10px 0px 10px 15px;
  border-radius:10px;
  border-color: #DCDCDC;
}
.hollow-web-design-01 .bottom-half .form-wrap textarea { height:9em; }
.hollow-web-design-01 .bottom-half .form-wrap textarea::placeholder { color:#000; }
.hollow-web-design-01 .bottom-half .form-wrap input[type="submit"] {
  background:var(--defaultMainAccent);
  border-radius:35px;
  text-transform:uppercase;
  border:none;
  font-weight:500;
}

.page-id-7248 .wpcf-spinner {
	display: none;align-content
}

@media only screen and (max-width:767px) {
  .hollow-web-design-01 .top-half h2 {
    margin:0 3rem 1rem;
  }
  .hollow-web-design-01 .top-half p {
    font-size:1rem !important;
  }
  .hollow-web-design-01 .bottom-half .form-wrap {
    width:80%;
  }
}