/*
  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";


/*============================ */
/* HEADER 05
============================== */
.hollow-header-05 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
  max-height: 720px;
  background: #000;
  z-index: 1000;
  overflow: hidden;
  box-shadow: 0 2px 5px -2px #000;
}
body:not(.home) .hollow-header-05 {
  overflow: visible;
}
.hollow-header-05 .hollow-header-05_header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
}
.hollow-header-05_header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(27, 27, 27, 0.9);
}
body:not(.home) .hollow-header-05_header {
  background: #FFF;
  position: relative;
  z-index: 9000;
}
body:not(.home) .hollow-header-05_header.sticky {
  position: fixed;
  top: 0;
  background: rgba(27, 27, 27, 0.9);
}
body:not(.home) .hollow-header-05_header.sticky .logo {
  display: none;
}
body:not(.home) .hollow-header-05_header .meta-wrap a,
body:not(.home) .hollow-header-05_header .meta-wrap span {
  color: #000;
  font-weight: 400;
}
body:not(.home) .hollow-header-05 .slider-wrap {
  display: none;
}
body.home .hollow-header-05_header nav a,
body.page-template-header-hero .hollow-header-05 nav a {
  color: #FFF;
  font-weight: 400;
  font-size: 1rem;
  font-family: 'Roboto';
}
.hollow-header-05 .align-right {
  display: block;
  position: relative;
  text-align: right;
}
.hollow-header-05_header .logo {
  display: block;
  position: relative;
  text-align: left;
  padding: .5rem 0;
}
.hollow-header-05_header.sticky .logo {
  padding: .2rem;
}
.hollow-header-05_header .logo img {
  display: inline-block;
  position: relative;
  max-width: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-header-05_header.sticky .logo img {
  max-width: 200px;
  padding: 0;
}
.hollow-header-05_header .meta-wrap {
  display: block;
  position: relative;
  margin: .75rem 0;
  font-size: 2rem;
}
.hollow-header-05_header.sticky .meta-wrap {
  display: none;
}
.hollow-header-05 .meta-wrap a {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  font-family: 'Roboto';
}
.hollow-header-05 .meta-wrap .address {
  display: inline-block;
  position: relative;
}
.hollow-header-05 .meta-wrap .spacer {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 0 .5rem;
  font-size: 1rem;
  color: #FFF;
}
.hollow-header-05_header nav {
  display: block;
  position: relative;
  text-align: left;
}
.hollow-header-05 nav .menu-item {
  margin-bottom: 0;
}
.hollow-header-05.shrink .slider-wrap {
  display: none;
}
.hollow-header-05 .slider-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.hollow-header-05 .caption {
  display: inline-block;
  position: absolute;
  top: 55%;
  left: 50%;
  border: 3px solid #FFF;
  border-right: none;
  border-left: none;
  text-align: center;
  padding: 3rem 2rem;
  z-index: 200;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.hollow-header-05 .caption h1 {
  display: block;
  text-align: center;
  position: relative;
  color: #FFF;
  line-height: 1;
  margin-bottom: .8rem;
  font-weight: 300;
  font-size: 3rem;
  font-family: 'Roboto';
}
.hollow-header-05 .caption .med {
  font-weight: 500;
}
.hollow-header-05 .caption .bold {
  font-weight: 900;
}
.hollow-header-05 .caption h3 {
  display: inline-block;
  position: relative;
  color: #FFF;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: 'Roboto';
}
.hollow-header-05 .caption a {
  display: inline-block;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 50%;
  background: #FFF;
  color: #8e191e;
  border-radius: 5px;
  font-family: 'Roboto';
  line-height: 1;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate(-50%,50%);
  -ms-transform: translate(-50%,50%);
  -o-transform: translate(-50%,50%);
  transform: translate(-50%,50%);
}
.hollow-header-05 .caption a:hover {
  background: #8e191e;
  color: #FFF;
}
.hollow-header-05 .slide {
  position: relative;
  overflow: hidden;
}
.hollow-header-05 .scaffold::before {
  content:"";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10;
}
.hollow-header-05 .scaffold {
  display: block;
  position: relative;
  height: 40rem;
}
.hollow-header-05 .slider-wrap img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  -webkit-transform: translate(-50%,-50%) scale(1.3);
  -ms-transform: translate(-50%,-50%) scale(1.3);
  -o-transform: translate(-50%,-50%) scale(1.3);
  transform: translate(-50%,-50%) scale(1.3);
}
.hollow-header-05 .slider-wrap img.active {
  -webkit-transition: all 10s;
  -o-transition: all 10s;
  transition: all 10s;
  -webkit-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  -o-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
}
.hollow-header-05 nav {
  display: block;
  background: none;
  font-family: 'Roboto';
  text-transform: uppercase;
  font-size: 2rem;
  position: relative;
  z-index: 5000;
}
.hollow-header-05 nav a {
  padding: .4em .6em;
  display: block;
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}
.hollow-header-05 .hollow-header-05_header.sticky nav a {
  color: #fff;
}
.hollow-header-05 .hollow-header-05_header.sticky nav a:focus {
  color: #fff;
}
.hollow-header-05 nav a:focus {
  color: #252525;
}
.hollow-header-05 .hollow-header-05_header.sticky nav li:hover a,
.hollow-header-05 .hollow-header-05_header.sticky .dropdown-menu li a {
  color: #FFF;
}
.hollow-header-05 nav a i {
  padding-right: .4rem;
}
/* NAV LEVEL ONE */
.hollow-header-05 .menu-item.open>a, .hollow-header-05 .menu-item:hover>a, .hollow-header-05 .menu-item.active a, .hollow-header-05 .menu-item.active:hover>a {
  background: #8e191e;
  color: #fff!important;
  border-radius: 5px;
}
/* NAV LEVEL TWO */
.hollow-header-05 .dropdown-menu {
  margin-top: 0px;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 18rem;
  display: none;
}
.hollow-header-05 nav .dropdown-menu .menu-item {
  float: none;
}
.hollow-header-05 nav .dropdown-menu a {
  background: #8e191e;
  color: #fff;
}
.hollow-header-05 .dropdown-menu>li:hover>a,
.hollow-header-05 .dropdown-menu>li.active>a,
.hollow-header-05 .dropdown-menu>.active>a:hover,
.hollow-header-05 .dropdown-menu>.active>a:focus {
  background: #75151a;
  color: #fff;
}
.hollow-header-05 .dropdown .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 3px 5px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/* NAV MOBILE */
.hollow-header-05 nav #mobile {
  position: relative;
  height: 48px;
  width: 30px;
  background: none;
  outline: none;
  border: none;
  float: right;
}
.hollow-header-05 .hamburger {
  display: block;
  position: absolute;
  width: 30px;
  height: 20px;
  background: #FFF;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2
}
.hollow-header-05 .hamburger:hover {
  cursor: pointer;
}
.hollow-header-05 .hamburger:before,
.hollow-header-05 .hamburger:after {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 20%;
  background: #252525;
  -webkit-transition-property: -webkit-transform, top;
  -moz-transition-property: -moz-transform, top;
  -o-transition-property: -o-transform, top;
  -ms-transition-property: -ms-transform, top;
  transition-property: transform, top;
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -ms-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0)
}
.hollow-header-05 .hamburger:after {
  top: 60%
}
header.hollow-header-05.header-menu-open #mobile,
header.hollow-header-05.header-menu-open #mobile .hamburger {
  background: transparent;
}
header.hollow-header-05.header-menu-open #mobile .hamburger:before,
header.hollow-header-05.header-menu-open #mobile .hamburger:after {
  top: 40%;
  background: #FFF;
}
header.hollow-header-05.header-menu-open #mobile .hamburger::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
header.hollow-header-05.header-menu-open #mobile .hamburger::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
/* MOBILE TOOLBAR */
.hollow-header-05 .mobile-toolbar {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hollow-header-05 .mobile-toolbar a {
  color: #fff;
  padding: .5rem 1rem;
}
.hollow-header-05 .mobile-toolbar a i {
  font-size: 26px;
}
.hollow-header-05 .mobile-toolbar a:hover,
.hollow-header-05 .mobile-toolbar a:focus {
  color: #949292;
}
@media screen and (min-width: 992px) {
  .hollow-header-05 .mobile-toolbar {
    display: none;
  }
  .hollow-header-05 .menu {
    float: right;
  }
  .hollow-header-05 nav .menu-item {
    float: left;
    position: relative;
  }
  .hollow-header-05 nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
  }
  .hollow-header-05 nav .menu-item-has-children:hover>ul.dropdown-menu {
    display: block;
  } 
}
@media only screen and (max-width: 1199px) {
  .hollow-header-05 .caption {
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-header-05 {
    background: #FFF;
    position: relative;
  }
  header.hollow-header-05.header-menu-open nav .menu {
    pointer-events: auto;
    opacity: 1;
    max-height: 85vh;
    overflow-y: auto;
  }
  .hollow-header-05 .logo {
    text-align: center;
  }
  .hollow-header-05 .logo img {
    margin: 60px auto 15px;
  }
  body:not(.home) .hollow-header-05 .logo {
    display: none;
  }
  .hollow-header-05 .meta-wrap {
    display: none;
  }
  .hollow-header-05 nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    background: #252525;
  }
  .hollow-header-05 nav a {
    color: #fff;
  }
  .hollow-header-05 nav .menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    z-index: -1;
    background: #252525;
    box-shadow: 0 3px 3px -2px #000;
    pointer-events: none;
    opacity: 0;
  }
  .hollow-header-05 nav .menu-item-has-children.open .dropdown-menu {
    display: block;
  }
  .hollow-header-05 .dropdown-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
  }
  .hollow-header-05 .dropdown-menu>li>a {
    padding-left: 2.5rem;
  }
  .hollow-header-05 .mobile-toolbar>* {
    display: inline-block;
  }
  .hollow-header-05 .mobile-toolbar a {
    font-size: 26px;
    float: left;
  }
  .hollow-header-05 .scaffold {
    height: 48rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-header-05 .caption h1 {
    margin-bottom: 2.5rem;
  }
  .hollow-header-05 .caption {
    width: 90%;
    padding: 3rem 0rem 4rem;
  }
  .hollow-header-05 .scaffold {
    height: 100vh;
  }
  .hollow-header-05 .logo img {
    margin: 60px auto 15px;
  }
  .hollow-header-05 nav a {
    color: #FFF;
  }
}
@media screen and (orientation: portrait) and (max-width:991px) {
  body.home .hollow-header-05 nav a,
  .hollow-header-05 nav a {
    font-size: 1.6rem;
    padding: .6rem;
  }
  body.home .hollow-header-05 .dropdown-menu>li>a,
  .hollow-header-05 .dropdown-menu>li>a {
    padding-left: 2.5rem;
  }
}
@media screen and (orientation: portrait) and (max-width:767px) {
  body.home .hollow-header-05 nav a,
  .hollow-header-05 nav a {
    font-size: 1.4rem;
    padding: .45rem .6rem;
  }
  body.home .hollow-header-05 .dropdown-menu>li>a,
  .hollow-header-05 .dropdown-menu>li>a {
    padding-left: 2.5rem;
  }
}

/*HOMEPAGE COMPONENTS*/

/*============================ */
/* Service Images 16
============================== */
.hollow-service-images-16 {
  position: relative;
  overflow: hidden;
  padding: 2rem 0 0;
  transform-style: preserve-3d;
}
.hollow-service-images-16 .flex-container {
  justify-content: space-between;
}
.hollow-service-images-16 .box {
  width: 48.5%;
  margin-bottom: 2rem;
}
.hollow-service-images-16 h3 {
  font-family: 'Roboto';
  color: #FFF;
  font-weight: 300;
  padding-bottom: .5rem;
  border-bottom: 3px solid white;
  transition: all .3s ease;
  background: #252525;
  padding: .5rem;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
}
.hollow-service-images-16 .box:hover h3 {
  border-bottom: 3px solid #8e191e;
}
.hollow-service-images-16 .content {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
}
.hollow-service-images-16 img {
  object-fit: cover;
  width: 100%;
  transform: scale(1.2);
  transition: all .5s;
  height: 16rem;
}
.hollow-service-images-16 .box:hover img {
  transform: scale(1);
}
.hollow-service-images-16 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  transition: all .5s;
}
.hollow-service-images-16 .box:hover a {
  background: rgba(0,0,0,0.8);
}
.hollow-service-images-16 .burger {
  display: inline-block;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all .5s;
  pointer-events: none;
}
.hollow-service-images-16 .box:hover .burger {
  bottom: 50%;
  transform: translate(-50%, 50%);
}
.hollow-service-images-16 .bar {
  width: 50px;
  height: 4px;
  margin: 8px 0;
  background: #FFF;
  opacity: 0.7;
  transition: all .5s;
}
.hollow-service-images-16 .box:hover .arrow-top {
  transform: rotateZ(45deg) translate(24px,-19px);
  width: 25px;
  opacity: 1;
}
.hollow-service-images-16 .box:hover .arrow-middle {
  opacity: 1;
}
.hollow-service-images-16 .box:hover .arrow-bottom {
  transform: rotateZ(-45deg) translate(24px,19px);
  width: 25px;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .hollow-service-images-16 {
    background-attachment: unset;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-service-images-16 {
    padding: 3rem 1rem 1rem;
  }
  .hollow-service-images-16 .flex-container {
    flex-direction: column;
  }
  .hollow-service-images-16 .box {
    width: 100%;
  }
  .hollow-service-images-16 .burger {
    /*display: none;*/
  }
  .hollow-service-images-16 a {
    background: transparent;
  }
}

.hollow-content-07 .content-container {
  position: relative;
  background: white;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,.04);
}
.hollow-content-07 .content-text {
  flex: 1;
  padding: 2rem;
  background: #252525;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  position: relative;
}
.hollow-content-07 .content-text h2 {
  color: #fff;
  font-family: 'Roboto';
  font-weight: 500;
  margin-bottom: .5rem;
}
.hollow-content-07 .content-text h3 {
  color: #ce1b22;
  font-size: 1.2rem;
  width: 80%;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Roboto';
}
.hollow-content-07 .content-text p {
  font-size: 1rem;
  font-weight: 400;
  font-family: 'Roboto';
  color: #fff;
}
.hollow-content-07 .content-text p:last-of-type {
  margin-bottom: 3rem;
}
.hollow-content-07 .content-text a {
  position: absolute;
  font-family: 'Roboto';
  bottom: 1rem;
  right: 0;
  transform: translateX(30%);
  display: flex;
  align-items: center;
  line-height: 1;
  z-index: 1;
}
.hollow-content-07 .content-text a span {
  color: #fff;
  transition: all .3s ease;
  padding: 1rem;
}
.hollow-content-07 .content-text a:hover span {
  color: #ce1b22;
}
.hollow-content-07 .content-text a hr {
  border: none;
  margin: 0;
  height: 2px;
  background: white;
  width: 100px;
  transition: all .3s ease;
}
.hollow-content-07 .content-text a:hover hr {
  width: 115px;
  background: #ce1b22;
  margin-left: .75rem;
}
.hollow-content-07 .content-img {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.hollow-content-07 .content-img img {
  display: flex;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .hollow-content-07 .content-img {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .hollow-content-07 .content-container {
    flex-flow: column;
  }
  .hollow-content-07 .content-text {
    padding: 2rem;
  }
  .hollow-content-07 .content-text p:last-of-type {
    margin-bottom: 1rem;
  }
  .hollow-content-07 .content-img {
    max-height: 50vh;
    order: 2;
  }
}
@media (max-width: 767px) {
  .hollow-content-07 .content-container {
    padding: 0;
    border-radius: 0;
  }
  .hollow-content-07 .content-text h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}


/*============================ */
/* Testimonial 06
============================== */
.hollow-testimonial-06 {
  padding: 2rem 0;
}
.hollow-testimonial-06 h2 {
  color: #8e191e;
  text-align: center;
  margin-bottom: 2rem;
  font-family: 'Roboto';
  font-weight: 500;
}
.hollow-testimonial-06 hr {
  border: none;
  height: 2px;
  background: #e4e4e4;
  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.27);
  background: #FFF;
  border-radius: 5px;
}
.hollow-testimonial-06 .text p {
  font-size: 1rem;
  font-weight: 400;
  color: #828282;
  font-style: italic;
  font-family: 'Roboto';
}
.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;
  margin-bottom: .25rem;
  text-transform: uppercase;
  color: #252525;
  font-family: 'Roboto';
}
.hollow-testimonial-06 .creds p {
  font-size: 1rem;
  color: #252525;
  font-family: 'Roboto';
}
@media only screen and (max-width: 767px) {
  .hollow-testimonial-06 {
    padding: 2rem 0;
  }
}


/*============================ */
/* Contact 02
============================== */
.hollow-contact-02 {
  padding: 3rem 0 6rem;
  background: #f1f1f1;
}
.hollow-contact-02 h2 {
  color: #252525;
  font-family: 'Roboto';
  margin-bottom: 1rem;
  font-weight: 500;
}
.hollow-contact-02 p {
  font-size: 1.1rem;
  color: #252525;
  font-family: 'Roboto';
  margin: 0;
}
.hollow-contact-02 .grid-container {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}
.hollow-contact-02 .grid-item {
  align-items: start;
}
.page-template-page-contact .hollow-contact-02 .location {
  align-self: flex-end;
  margin-bottom: 1rem;
}
.hollow-contact-02 .map-wrap iframe {
  height: 100%;
  width: 100%;
  pointer-events: none;
  border-radius: 5px;
}
.hollow-contact-02 .map-wrap iframe.clicked {
  pointer-events: auto;
}
.hollow-contact-02 ul li {
  color: #252525;
  font-family: 'Roboto';
  line-height: 1.4;
  font-size: 1.1rem;
  font-weight: 300;
  margin: 0;
}
.hollow-contact-02 .your-email {
  float: left;
  width: 50%;
  padding-right: 15px;
  z-index: 5;
}
.hollow-contact-02 .your-phone {
  float: left;
  width: 50%;
  z-index: 10;
}
.hollow-contact-02 .form-wrap {
  position: relative;
}
.hollow-contact-02 input:not([type="submit"]),
.hollow-contact-02 textarea {
  font-size: 1rem;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(72,81,103,0.5);
  color: #485167;
  padding: .4rem .7rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-family: 'Roboto';
}
.hollow-contact-02 textarea {
  font-family: 'Roboto';
  z-index: 0;
  height: 15rem;
  max-height: 215px;
  margin: 0;
}
.hollow-contact-02 .wpcf7-form-control.wpcf7-submit {
  background: #8e191e;
  border: none;
  border-radius: var(--root--borderRadius);
  padding: .5rem 1.5rem;
  margin: 1rem 0 0;
  color: #FFF;
  cursor: pointer;
  font-family: 'Roboto';
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 300;
  width: unset;
  transition: .3s ease;
}
.hollow-contact-02 .wpcf7-form-control.wpcf7-submit:hover {
  background: #631115;
}
@media only screen and (min-width: 768px) {
  .hollow-contact-02 .grid-container {
    /*grid-template-columns: repeat(4, 1fr);*/
    grid-template-columns: repeat(2, 1fr);
  }
  .hollow-contact-02 .wpcf7-form-control.wpcf7-submit {
    position: absolute;
    left: 0;
  }
  /*MS EDGE BUTTON LOCATION*/
  @supports (-ms-ime-align: auto) {
    .hollow-contact-02 .wpcf7-form-control.wpcf7-submit {
      bottom: -50px;
    } 
  }
}
@media screen and (orientation: portrait) and (max-width:991px) {
  .page-template-page-contact .hollow-contact-02 {
    padding: 6rem 0 12rem;
  }
}
@media only screen and (max-width:767px) {
  .hollow-contact-02 {
    padding: 2rem 0;
  }
  .page-template-page-contact .hollow-contact-02 {
    padding: 3rem 0 2rem;
  }
  .hollow-contact-02 .map-wrap iframe {
    height: 350px;
  }
  .hollow-contact-02 input:not([type="submit"]),
  .hollow-contact-02 textarea {
    font-size: 1.3rem;
    font-weight: 400;
  }
  .hollow-contact-02 ul li {
    font-size: 1.3rem;
  }
}

.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:#8e191e;
  border-radius:35px;
  text-transform:uppercase;
  border:none;
  font-weight:500;
}
@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%;
  }
}

/*============================ */
/* Footer 04
============================== */
.hollow-footer-04 {
  position: relative;
  overflow: hidden;
  background: #252525;
}
.hollow-footer-04 .main .flex-container {
  flex-direction: column;
  align-items: center;
  padding: 3rem 0;
}
.hollow-footer-04 img {
  margin-bottom: .5rem;
  max-width: 90%;
}
.hollow-footer-04 h3 {
  color: #FFF;
  font-weight: 300;
  font-family: 'Roboto';
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.hollow-footer-04 .social {
  display: flex;
  border-top: 2px dotted #FFF;
  padding-top: .5rem;
  justify-content: center;
}
.hollow-footer-04 .main a {
  padding: .5rem;
  width: 3rem;
  margin: 0 .25rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 6px;
}
.hollow-footer-04 .main a i {
  color: #FFF;
  font-size: 1.3rem;
  transition: all .3s ease;
}
.hollow-footer-04 .main a:hover i {
  color: #8e191e;
}

/* Meta */
.hollow-footer-04 .meta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.25);
  padding: 1rem 0;
  font-family: 'Roboto';
}
.hollow-footer-04 .meta .flex-container {
  justify-content: space-between;
  align-items: center;
}
.hollow-footer-04 .meta span {
  color: #FFF;
  font-weight: 300;
  padding: 0 2rem;
}
.hollow-footer-04 .meta span a {
  color: #FFF;
  transition: all .3s ease;
}
.hollow-footer-04 .meta span a:hover {
  color: #8e191e;
}
.hollow-footer-04 .meta i.top {
  position: absolute;
  margin-right: 1rem;
  right: 0;
  top: 0;
  color: #FFF;
  padding: .5rem;
  opacity: 0.5;
  background: #999991;
  cursor: pointer;
  transition: all .3s ease;
}
.hollow-footer-04 .meta i.top:hover {
  opacity: 1;
}
@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;
  }
}

/*DEFAULT STYLE OVERWRITES*/

/*============================ */
/* DEFAULT BLOG STYLES: 
============================== */
/*Search Form*/
.search-form-wrap button {
  background: #8e191e;
  font-family: 'Roboto';
}
.search-form-wrap button:hover {
  background: #631115;
}
/*Blog Page*/
.blog-wrap .post-item-header h1 {
  background: #252525;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 2.25rem;
}
.blog-wrap .post-item .post-item-header h1:hover {
  background: #000;
}
.blog-wrap .post-item .post-content a {
  background: #8e191e;
  font-family: 'Roboto';
}
.blog-wrap .post-item .post-content a:hover {
  background: #631115;
}
.blog-wrap .post-item p {
  border-color: #252525;
  color: #252525;
  font-family: 'Roboto';
}
.blog-wrap .post-item .date-wrap i {
  color: #252525;
}
/*Sidebars*/
.blog-sidebar {
  border-color: #252525;
}
.blog-sidebar .post-item-header h2 {
  background: #252525;
  font-family: 'Roboto';
}
/*Post Content*/
.blog-post-content h1 {
  color: #252525;
  font-family: 'Roboto';
  font-weight: 500;
}
.blog-post-content h2 {
  color: #8e191e;
  font-family: 'Roboto';
  text-transform: uppercase;
  font-size: 1.5rem;
}
.blog-post-content h3 {
  color: #ed1c24;
  font-family: 'Roboto';
  font-size: 1.2rem;
  text-transform: uppercase;
}
.blog-post-content p a {
  color: #828282;
  font-family: 'Roboto';
  font-size: 1.1rem;
}
.blog-post-content p a:hover {
  color: #8e191e;
}
/*Post Return Button*/
.blog-return a.blog-return-btn {
  background: #8e191e;
  font-family: 'Roboto';
}
.blog-return a.blog-return-btn:hover {
  background: #631115;
}
/*============================ */
/* DEFAULT POPUP STYLES:
============================== */
.default-popup .form-wrap {
  background: #fff;
}
.default-popup .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.default-popup .content h3 {
  color: #252525;
  font-family: 'Roboto';
  font-size: 2.25rem;
  margin-bottom: 1rem;
  font-weight: 500;
  /*line-height: .5;*/
}
.default-popup .content p {
  color: #252525;
  line-height: 1.4;
  font-size: 1.1rem;
  font-family: 'Roboto';
  text-align: center;
}
.default-popup .content .location {
  margin-bottom: 2rem;
}
.default-popup .content ul {
  display: flex;
  justify-content: space-between;
}
.default-popup .content ul li {
  color: #252525;
  line-height: 1.4;
  font-size: 1.1rem;
  font-weight: 300;
  margin: 0;
  margin-right: 1.5rem;
  font-family: 'Roboto';
}
.default-popup .content ul li i {
  padding-right: .5rem;
}
.default-popup .wpcf7-form-control-wrap input,
.default-popup .wpcf7-form-control-wrap select,
.default-popup .wpcf7-form-control-wrap textarea {
  font-family: 'Roboto'!important;
  border-radius: 5px;
}
.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: #8e191e;
}
.default-popup .wpcf7-form input[type="submit"] {
  background: #8e191e;
  font-family: 'Roboto'!important;
  border-radius: 5px;
}
.default-popup .wpcf7-form input[type="submit"]:hover {
  background: #631115;
}
.default-popup .loader-wrap {
  background: var(--defaultMainColor);
}
.default-popup .button-wrap i {
  background: var(--defaultMainColor);
}
@media only screen and (max-width: 767px) {
  .default-popup .form-wrap {
    width: 95%;
  }
  .default-popup .content {
    align-items: flex-start;
  }
  .default-popup .content p {
    display: none;
  }
  .default-popup .content .location {
    margin-bottom: 1rem;
  }
  .default-popup .content .location ul {
    flex-wrap: wrap-reverse;
    max-width: 100%;
  }
  .default-popup .content .location ul li {
    width: 100%;
    margin: 0 0 1rem;
    justify-content: flex-start;
  }
}
/*============================ */
/* DEFAULT SEO STYLES:
============================== */
.content.seo {
  background: #383838;
}
.content.seo i {
  color: #fff;
}
.content.seo p a:hover {
  color: #8e191e;
}
/*============================ */
/* DEFAULT INTERIOR PLACEHOLDERS
============================== */
.interior-placeholder-header {
  border-color: #000;
  background: #252525;
}
.interior-placeholder-header h1 {
  color: #FFF;
}


/*============================ */
/* Interior Pages
============================== */
/*Header*/
.interior-header {
  padding: 6rem;
  background: #731418;
  background: url(img/interior-header-bg.jpg) no-repeat center/cover;
}
.interior-header_container {
  flex-flow: column;
  align-items: center;
  text-align: center;
}
.interior-header h1 {
  color: white;
  font-weight: 600;
  margin-bottom: 1rem;
}
.interior-header h2 {
  color: white;
  font-size: 1.5rem;
  max-width: 650px;
}
@media(max-width: 991px) {
  .interior-header {
    padding: 6rem 1rem;
  }
}
@media(max-width: 767px) {
  .interior-header {
    padding: 4rem 1rem 3rem;
  }
}

/*Content*/
.interior-content {
  padding: 0 0 2rem;
}
.interior-content_container {
  flex-flow: column;
}
.interior-content_block {
  padding: 2rem;
  position: relative;
  border-radius: 3px;
}
.interior-content_block:nth-of-type(odd) {
  background: whitesmoke;
}
.interior-content_block:first-of-type {
  background: transparent;
  padding-bottom: 0;
}
.interior-content_block-header {
  display: flex;
  flex-flow: column;
}
.interior-content_block-header img {
  display: flex;
  object-fit: cover;
  width: 100%;
}
.interior-content_block-header_lead {
  padding: 1rem;
  border-radius: 5px 5px 0 0;
  border-bottom: 2px solid white;
  background: #252525;
}
.interior-content_block-header_lead h3 {
  color: white;
}
.interior-content_block h4 {
  color: #8e191e;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.interior-content_block p {
  color: #252525;
  font-size: 1.1rem;
  font-weight: 400;
}
.interior-content_block p:last-of-type {
  margin: 0;
}
.interior-content_block-images {
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
}
.interior-content_block-images img {
  width: 48.5%;
  margin: 1rem 0;
}
.interior-content_block > ul {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 1.5rem;
}
.interior-content_block > ul > li {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  margin: 1rem 0;
  line-height: 1;
}
.interior-content_block > ul li h5 {
  font-weight: 600;
  color: #252525;
  margin-bottom: .5rem;
}
.interior-content_block ul li ul {
  list-style-type: disc;
}
.interior-content_block ul li ul li {
  display: list-item;
  line-height: 1;
}

@media(max-width: 767px) {
  .interior-content_block {
    padding: 2rem 1rem;
  }
  .interior-content_block-images {
    flex-flow: column;
  }
  .page-id-274 .interior-content,
  .page-id-273 .interior-content {
    padding: 0;
  }
  .page-id-273 .interior-content_block {
    padding: 1rem;
  }
  .page-id-273 .interior-content_block-header {
    padding-top: 2rem;
  }
  .page-id-273 .interior-content_block-images {
    padding: 0 2rem;
  }
  .interior-content_block-images img {
    width: 100%;
  }
  .interior-content_block > ul > li {
    font-size: 1.4rem;
  }
  .interior-content_block ul li ul li {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  .interior-content_block.testimonial h5 {
    font-size: 1.4rem;
    padding: .5rem 0;
  }
  .interior-content_block.testimonial h6 {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
/*============================ */
/* recaptcha css
============================== */
.grecaptcha-badge{
  visibility: collapse !important;  
}