/*
  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 {
  
}


.wpcf7-contact-page .submit-wrapper input {
  background: #f4462a;
}
.wpcf7-contact-page .submit-wrapper input:hover {
  background: #990718;
}

.hollow-header-05 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
  max-height: 720px;
  background: transparent;
  z-index: 1000;
  /*overflow: hidden;*/
}
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: #FFF;
}
body:not(.home) .hollow-header-05_header {
  background: transparent;
  position: relative;
  z-index: 9000;
}
body:not(.home) .hollow-header-05_header.sticky {
  position: fixed;
  top: 0;
}
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: #000;
  font-weight: 400;
  font-size: 1rem;
}
.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 {
  display: none;
  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: 110px;
  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: #990718;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}
.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: #f4462a;
}
.hollow-header-05_header nav {
  display: block;
  position: relative;
  text-align: left;
}
.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: 50%;
  left: 50%;
  border: 3px solid #990718;
  border-right: none;
  border-left: none;
  text-align: center;
  padding: 3rem 4rem;
  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: #f4462a;
  line-height: 1;
  margin-bottom: .8rem;
  font-weight: 400;
}
.hollow-header-05 .caption h3 {
  display: inline-block;
  position: relative;
  color: #990718;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1rem;
}
.hollow-header-05 .caption a {
  display: inline-block;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 50%;
  background: #FFF;
  color: #f4462a;
  line-height: 1;
  padding: .7rem 1.5rem;
  font-size: .8rem;
  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: #f4462a;
  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(255,255,255,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: 'Lato';
  text-transform: uppercase;
  font-size: 2rem;
  position: relative;
  z-index: 5000;
}
.hollow-header-05 nav a {
  padding: .3em .6em;
  display: block;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.hollow-header-05 .hollow-header-05_header.sticky nav a {
  color: #000;
}
.hollow-header-05 nav a:focus {
  color: #000;
}
.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: #000;
}
.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: #f4462a;
  color: #fff;
}
.hollow-header-05 .hollow-header-05_header.sticky .menu-item.open>a, .hollow-header-05 .hollow-header-05_header.sticky .menu-item:hover>a, .hollow-header-05 .hollow-header-05_header.sticky .menu-item.active a, .hollow-header-05 .hollow-header-05_header.sticky .menu-item.active:hover>a {
  background: #f4462a;
  color: #fff;
}
/* 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: #fff;
  color: #000;
}
.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: #f4462a;
  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: #6f6e6e;
  -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 {
  color: #fff;
  font-size: 34px;
}
.hollow-header-05 .mobile-toolbar a i:hover {
  color: #f4462a;
}
.hollow-header-05 .mobile-toolbar a:hover,
.hollow-header-05 .mobile-toolbar a:focus {
  color: #f4462a;
}
@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: 991px) {
  .hollow-header-05 {
    background: #FFF;
    position: relative;
  }
  header.hollow-header-05.header-menu-open nav .menu {
    pointer-events: auto;
    opacity: 1;
  }
  .hollow-header-05 .logo {
    text-align: center;
  }
  .hollow-header-05 .logo img {
    margin: 60px auto 15px;
  }
  .hollow-header-05 .meta-wrap {
    display: none;
  }
  .hollow-header-05 nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    background: #6f6e6e;
  }
  .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: #fff;
    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: 34px;
    float: left;
  }
  .hollow-header-05 .caption {
    top: 60%;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-header-05 .logo img {
    margin: 60px auto 15px;
  }
  .hollow-header-05 nav a {
    color: #FFF;
  }
  .hollow-header-05 .caption {
    top: 50%;
    width: 90%;
    padding: 2rem 1rem 3rem;
  }
  .hollow-header-05 .caption h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 425px) {
  .hollow-header-05 .caption {
    top: 60%;
  }
}
@media screen and (orientation: portrait) and (max-width:991px) {
  body.home .hollow-header-05 nav a,
  .hollow-header-05 nav a {
    font-size: 1.3rem;
    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.2rem;
    padding: .45rem .6rem;
  }
  body.home .hollow-header-05 .dropdown-menu>li>a,
  .hollow-header-05 .dropdown-menu>li>a {
    padding-left: 2.5rem;
  }
}

.hollow-action-11 {
  background: #f4462a;
  padding: 1.8rem;
}
.hollow-action-11 .content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hollow-action-11 h3 {
  font-size: 1.8rem;
  font-weight: 300;
  padding-right: 1.5rem;
  color: #FFF;
}
.hollow-action-11 h3#phone {
  font-weight: 400;
  color: #990718;
}
.hollow-action-11 a#contact {
  font-size: 1.2rem;
  color: #FFF;
  padding: .5rem 1rem;
  background: #990718;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-action-11 a#contact:hover {
  background: #6f6e6e;
}
.hollow-action-11 a#contact i {
  font-size: 1.2rem;
  padding-left: .5rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-action-11 a#contact:hover i {
  padding-left: 1rem;
}
@media only screen and (max-width: 991px) {
  .hollow-action-11 {
    padding: 3rem 0;
  }
  .hollow-action-11 .content-wrap {
    flex-direction: column;
  }
  .hollow-action-11 h3 {
    padding: 0 0 1rem;
  }
  .hollow-action-11 h3 a {
    color: #990718;
  }
}


/*============================ */
/* Service Images 02
============================== */
.hollow-service-images-02 {
  padding: 4rem 0;
  background: url(img/service-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.hollow-service-images-02 .grid-container {
  grid-gap: 2rem;
}
.hollow-service-images-02 .img-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1rem;
  height: 10rem;
}
.hollow-service-images-02 .img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  border-top: 2px solid white;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(calc(100% - 2px));
  -ms-transform: translateY(calc(100% - 2px));
  -o-transform: translateY(calc(100% - 2px));
  transform: translateY(calc(100% - 2px));
}
.hollow-service-images-02 .img-wrap:hover::after {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.hollow-service-images-02 img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  max-height: 100%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.hollow-service-images-02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 1.25rem;
  z-index: 1;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.hollow-service-images-02 .img-wrap:hover a {
  opacity: 1;
}
.hollow-service-images-02 a i {
  padding-left: .5rem;
}
.hollow-service-images-02 h3 {
  color: #FFF;
  margin-bottom: .5rem;
}
.hollow-service-images-02 p {
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .hollow-service-images-02 .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .hollow-service-images-02 .grid-container {
    width: 95%;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
  }
  .hollow-service-images-02 a {
    opacity: 0;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-service-images-02 .img-wrap {
    height: 16rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-service-images-02 {
    padding: 2rem 0;
    background-attachment: unset;
  }
  .hollow-service-images-02 .box {
    padding: 1rem;
  }
}

/*============================ */
/* Content 03
============================== */
.hollow-content-03 {
  padding: 6rem 0;
}
.hollow-content-03 .flex-container {
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
/*.hollow-content-03 .background {
  background: url(http://staging.bigtuna.com/hollow.theme/site/wp-content/uploads/2018/09/content-03_bg.jpg) center center no-repeat;
  background-size: cover;
}*/
.hollow-content-03 .text-wrap {
  padding: 0;
  width: 46%;
}
.hollow-content-03 h1 {
  color: #990718;
  margin-bottom: .5rem;
}
.hollow-content-03 h3 {
  color: #FFF;
  margin-bottom: 1rem
}
.hollow-content-03 p {
  color: #747474;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.hollow-content-03 a {
  display: inline-block;
  color: #FFF;
  padding: .5rem 1rem;
  background: #f4462a;
  transition: all .3s ease;
  text-transform: uppercase;
}
.hollow-content-03 a:hover {
  background: #990718;
}
.hollow-content-03 .img-wrap {
  height: 110%;
  display: grid;
  grid-gap: 1rem;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 2fr 1.3fr;
  position: absolute;
  right: 0;
  top: 50%;
  width: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.hollow-content-03 img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
}
.hollow-content-03 img#one {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.hollow-content-03 img#two {
  grid-column: 2;
  grid-row: 1;
}
.hollow-content-03 img#three {
  grid-column: 2;
  grid-row: 2;
}
@media only screen and (max-width: 991px) {
  .hollow-content-03 {
    padding: 3rem 0;
  }
  .hollow-content-03 .img-wrap {
    height: 90%;
  }
}
@media only screen and (max-width: 767px) {
  /*.hollow-content-03 .background {
    padding: 4rem 0;
  }*/
  .hollow-content-03 .text-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }
  .hollow-content-03 .img-wrap {
    position: relative;
    width: 100%;
    height: 20rem;
    transform: none;
  }
}

/*============================ */
/* Action 14
============================== */
.hollow-action-14 {
  padding: 4rem 0;
  background: #f4462a;
}
.hollow-action-14.hidden * {
  opacity: 0;
}
.cls-1 {
  fill: #FFF;
}
.hollow-action-14 svg {
  width: 40%;
}
.hollow-action-14:not(.hidden) #map1 {
  opacity: 0;
  animation: fadeUpBounce 1s ease-in 1 forwards;
}
.hollow-action-14:not(.hidden) #map2 {
  opacity: 0;
  animation: fadeUpBounce 1s ease-in .2s 1 forwards;
}
.hollow-action-14:not(.hidden) #map3 {
  opacity: 0;
  animation: fadeUpBounce 1s ease-in .4s 1 forwards;
}
.hollow-action-14:not(.hidden) #marker {
  opacity: 0;
  animation: fadeDown 1s ease-in .9s 1 forwards;
}

@keyframes fadeUpBounce {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0.2;
  }
  90% {
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpNormal{
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: .5;
    transform: translateY(-100%) scale(0);
  }
  50% {
    transform: translateY(-100%) scale(1.5);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.hollow-action-14 .content {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hollow-action-14 .content h2 {
  opacity: 0;
  color: #FFF;
  font-weight: 400;
  margin-bottom: .5rem;
}
.hollow-action-14:not(.hidden) .content h2 {
  animation: fadeUpNormal 1s linear .6s 1 forwards;
}
.hollow-action-14 .content p {
  opacity: 0;
  color: #FFF;
  margin-bottom: 2rem;
}
.hollow-action-14:not(.hidden) .content p {
  animation: fadeUpNormal 1s linear .8s 1 forwards;
}
.hollow-action-14 .content a {
  display: flex;
  align-items: center;
  opacity: 0;
  border-top: 2px dotted #FFF;
  border-bottom: 2px solid transparent;
  color: #FFF;
  font-weight: 400;
  text-transform: uppercase;
  overflow: hidden;
  transition: all .3s ease;
  padding: .5rem 1rem .5rem 0;
}
.hollow-action-14:not(.hidden) .content a {
  animation: fadeUpNormal 1s linear 1s 1 forwards;
}
.hollow-action-14 .content a:hover {
  padding: .5rem 1rem;
  background: #990718;
  border: 2px dotted #FFF;
}
.hollow-action-14 .content a i {
  opacity: 0;
  transition: inherit;
}
.hollow-action-14 .content a:hover i {
  opacity: 1;
  padding-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .hollow-action-14 .flex-container {
    flex-direction: column;
    align-items: center;
  }
  .hollow-action-14 svg {
    margin-bottom: 2rem;
    width: 50%;
  }
  .hollow-action-14 .content {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .hollow-action-14 .content a {
    padding: .5rem 1rem;
    border: 2px dotted #FFF;
  }
  .hollow-action-14 .content a i {
    opacity: 1;
    padding-left: .75rem;
  }
}


/*============================ */
/* Contact 15
============================== */
.hollow-contact-15 .flex-container {
  position: relative;
  width: 100%;
}
.hollow-contact-15 .get-in-touch {
  width: 50%;
  background: url(img/contact-info.jpg) top left no-repeat;
  background-attachment: fixed;
  padding: 6rem;
}
.hollow-contact-15 .get-in-touch h4 {
  color: #fff;
  margin-bottom: 1rem;
}
.hollow-contact-15 .get-in-touch h1 {
  color: #fff;
  margin-bottom: 1rem;
}
.hollow-contact-15 .get-in-touch hr {
  height: 4px;
  width: 5rem;
  background: #f4462a;
  margin: .5rem 0 3rem;
  border: none;
}
.hollow-contact-15 .get-in-touch p {
  color: #fff;
  margin-bottom: 2rem;
}
.hollow-contact-15 .get-in-touch li {
  color: #fff;
  margin-bottom: 1rem;
}
.hollow-contact-15 .get-in-touch li i {
  color: #f4462a;
  font-size: 1.2rem;
  margin-right: .5rem;
}
.hollow-contact-15 .social a {
    color: #fff;
    margin-right: .7rem;
}
.hollow-contact-15 .social a:hover {
  color: #f4462a;
}
.hollow-contact-15 .contact-us {
  width: 50%;
  background: #fff;
  padding: 6rem;
}
.hollow-contact-15 .contact-us h4 {
  color: #990718;
  margin-bottom: 1rem;
}
.hollow-contact-15 .contact-us h1 {
  color: #990718;
  margin-bottom: 1rem;
}
.hollow-contact-15 .contact-us hr {
  height: 4px;
  width: 5rem;
  background: #f4462a;
  margin: .5rem 0 3rem;
  border: none;
}
.hollow-contact-15 .form-wrap {
  position: relative;
}

.hollow-contact-15 textarea {
  font-family: 'Lato';
  z-index: 0;
  height: 3rem;
  max-height: 100px;
}
.hollow-contact-15 .your-email {
  float: left;
  width: 50%;
  padding-right: 15px;
  z-index: 5;
}
.hollow-contact-15 .your-phone {
  float: left;
  width: 50%;
  z-index: 10;
}

.hollow-contact-15 input:not([type="submit"]),
.hollow-contact-15 textarea {
  font-size: 1rem;
  width: 100%;  
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(72,81,103,0.5);
  color: #485167;
  padding: .6rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-family: 'Lato';
}

.hollow-contact-15 .wpcf7-form-control.wpcf7-submit {
  background: #990718;
  border: none;
  border-radius: var(--root--borderRadius);
  padding: .7rem 1.5rem; 
  color: #FFF;
  cursor: pointer;
  font-family: 'Lato';
  font-size: 1rem;
  font-weight: 400;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-contact-15 .wpcf7-form-control.wpcf7-submit:hover {
  background: #f4462a;
}
.hollow-contact-15 .map-wrap {
  width: 100%;
  height: 550px;
}
.hollow-contact-15 .map-wrap iframe {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.hollow-contact-15 .map-wrap iframe.clicked {
  pointer-events: auto;
}
@media only screen and (max-width: 991px) {
  .hollow-contact-15 .get-in-touch {    
    padding: 6rem 3rem;
  }
  .hollow-contact-15 .contact-us {
    padding: 6rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-contact-15 .flex-container {
    flex-direction: column;
    padding: 0;
  }
  .hollow-contact-15 .get-in-touch {
    width: 100%;
    padding: 4rem 3rem;
    background-position-x: right;
    background-attachment: unset;
    background-size: cover;
  }
  .hollow-contact-15 .contact-us {
    width: 100%;
    padding: 4rem 3rem;
  }
}


/*============================ */
/* Contact 01
============================== */
.hollow-contact-01 {
  position: relative;
  overflow: hidden;
}
.hollow-contact-01 iframe {
  width: 100%;
  height: 50vh;
  pointer-events: none;
}
.hollow-contact-01 iframe.clicked {
  pointer-events: auto;
}
.hollow-contact-01 .card {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  background: #FFF;
  padding: 1rem;
  transition: all .3s ease;
}
.hollow-contact-01 .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .25rem;
}
.hollow-contact-01 h1 {
  color: #f4462a;
  padding-right: 4rem;
}
.hollow-contact-01 .card a {
  padding: .5rem 1rem;
  color: #990718;
  border: 1px solid #990718;
  transition: all .3s ease;
}
.hollow-contact-01 .card a:hover {
  background: #990718;
  border-color: #990718;
  color: #FFF;
}
.hollow-contact-01 ul li {
  color: #747474;
  line-height: 1.75rem;
  font-weight: 300;
  font-size: 1.1rem;
}
@media only screen and (min-width: 992px) {
  .hollow-contact-01 .card {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .hollow-contact-01 .card:hover {
    transform: translateY(-53%);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 991px) {
  .hollow-contact-01 {
    display: flex-reverse;
    flex-direction: column;
  }
  .hollow-contact-01 .card {
    display: flex;
    align-items: initial;
  }
}

/* FOOTER
-------------------------*/
.footer-01 {
  background: #6f6e6e;
  font-weight: 300;
  text-align: center;
  padding: 4rem 0 0;
}
.footer-01 h1 {
  font-weight: 300;
  margin-bottom: 1rem;
  color: #FFF;
}
.footer-01 .text-wrap h3 {
  font-weight: 300;
  color: #FFF;
}
.footer-01 p {
  color: #FFF;
}
.footer-01 span {
  color: #FFF;
}
.footer-01 .cred-wrap {
  border-top: 1px solid #f4462a;
  width: 75vw;
  padding: .5rem;
  margin: 3rem auto 3rem auto;
}
.footer-01 .design {
  display: inline-block;
}
.footer-01 .copyright {
  display: inline-block;
}
.footer-01 .social {
  display: inline-block;
}
.footer-01 .design span a {
    padding: 0 1px;
}
.footer-01 .design span a strong {
  font-weight: 600;
}
.footer-01 .social .fa-stack-2x {
  color: #990718;
}
.footer-01 .social .fa-stack-1x {
    color: #FFF;
}
.footer-01 .social a:hover .fa-stack-2x {
  color: #FFF;
}
.footer-01 .social a:hover .fa-stack-1x {
  color: #990718;
}
.footer-01 nav a {
  padding: 5px;
  display: inline-block;
}
.footer-01 a, .footer-01 a:hover, .footer-01 a:focus {
  color: #f6f6f6;
}
@media (min-width: 768px) {
  .footer-01 {
    text-align: center;
  }
  .footer-01 nav a {
    display: block;
  }
  .footer-01 .menu-item {
    display: inline-block;
  }
  .footer-01 .col-sm-6 {
    text-align: right;
  }
  .footer-01 .design {
    float: left;
    text-align: left;
    margin: .5rem 0;
  }
  .footer-01 .social {
    float: right;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
   .footer-01 .design {
    margin: 1rem 0;
  }
    .footer-01 .copyright {
    margin-bottom: 1rem;
  }
}

/* DEFAULT PAGE HEADER
-------------------------*/
.default-page-header {
  font-family: 'Lato';
  font-size: 2rem;
  font-weight: 300;
  margin-top: 2rem;
}
.default-page-header h1, .default-page-header h2, .default-page-header h3 {
  line-height: 1;
  margin: .2em 0;
}
.default-page-header p {
  line-height: 1.4em;
}
.default-page-header h1 {
  font-size: 1.5em;
  font-weight: 400;
}
.default-page-header h2 {
  font-size: 1em;
  font-weight: 400;
}
.default-page-header p {
  font-size: .6em;
}
.main-row {
  margin-bottom: 1em;
}


/*INTERIOR*/


/*============================ */
/* Hero 07
============================== */
.interior-hero-07 {

  --borderRadius: var(--root--borderRadius, 5px);

  position: relative;
  overflow: hidden;
  padding: 20rem 0 6rem;
  background: url(img/h1c.jpg) center center no-repeat;
  background-size: cover;
  margin-top: -8rem;
}
.page-id-239 .interior-hero-07 {
  background: url(img/h6.jpg) center bottom no-repeat;
  background-size: cover;
}
.page-id-240 .interior-hero-07 {
  background: url(img/h3c.jpg) center bottom no-repeat;
  background-size: cover;
}
.page-id-241 .interior-hero-07 {
  background: url(img/h4.jpg) center bottom no-repeat;
  background-size: cover;
}
.page-id-242 .interior-hero-07 {
  background: url(img/h5.png) center center no-repeat;
  background-size: cover;
}
.page-id-243 .interior-hero-07 {
  background: url(img/h2.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-244 .interior-hero-07 {
  background: url(img/h7.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-245 .interior-hero-07 {
  background: url(img/h8.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: -1rem;
}
.interior-hero-07 .flex-container {
  align-items: center;
}
.interior-hero-07::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.6);
}
.interior-hero-07 .caption {
  position: relative;
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 50vw;
}
.interior-hero-07 .caption h1 {
  color: #f4462a;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #7f7f7f;
}
.interior-hero-07 .caption p {
  color: #990718;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .interior-hero-07 .caption {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .interior-hero-07 .caption {
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .interior-hero-07 {
    padding: 4rem 0;
  }
  .interior-hero-07 .flex-container {
    flex-direction: column;
  }
  .interior-hero-07 .caption {
    /*margin-bottom: 4rem;*/
    text-align: center;
    align-items: center;
  }
}

.interior-content-01 {
  padding: 6rem 0 5rem;
}
.interior-content-01 h2 {
  color: #990718;
  margin-bottom: 1rem;
}
.interior-content-01 h3 {
  color: #6f6e6e;
  margin-bottom: 1rem;
}
.interior-content-01 h4 {
  color: #f4462a;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.interior-content-01 p {
  color: #747474;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .interior-content-01 {
    padding: 3rem 0;
  }
}
/*============================ */
/* Content 04
============================== */
.hollow-content-04 {
  padding: 6rem 0;
  background: #f1f1f1;
}
.page-id-244 .hollow-content-04 {
  background: #fff;
}
.hollow-content-04 .flex-container {
  align-items: center;
  justify-content: space-between;
}
.hollow-content-04 .text-wrap {
  flex-basis: 58%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-id-244 .hollow-content-04 .text-wrap {
  flex-basis: 48%;
}
.hollow-content-04 .title-wrap {
  margin-bottom: 1rem;
}
.hollow-content-04 h2 {
  color: #990718;
  line-height: 1;
  margin-bottom: .5rem;
}
.hollow-content-04 h3 {
  color: #818294;
}
.hollow-content-04 p {
  color: #747474;
  margin-bottom: 1rem;
}
.hollow-content-04 .list-wrap {
  display: flex;
}
.hollow-content-04 .list-wrap ul.list-1 {
  margin-right: 8rem;
}
.hollow-content-04 .list-wrap ul {
  display: block;
}
.hollow-content-04 .list-wrap ul li i {
  color: #f4462a;
  vertical-align: top;
  margin-top: .3rem;
  padding-right: .75rem;
}
.hollow-content-04 .list-wrap ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
}
.hollow-content-04 img {
  flex-basis: 38%;
  display: flex;
  object-fit: cover;
  overflow: hidden;
}
.hollow-content-04 iframe {
  flex-basis: 48%;
  display: flex;
  /*object-fit: cover;*/
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .hollow-content-04 .flex-container > * {
    flex-basis: 48%;
  }
  .hollow-content-04 .list-wrap ul.list-1 {
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-04 {
    padding: 3rem 0;
  }
  .hollow-content-04 .flex-container {
    flex-direction: column;
  }
  .hollow-content-04 .flex-container > * {
    width: 100%;
  }
  .hollow-content-04 .text-wrap {
    margin-bottom: 1rem;
    order: 1;
  }
  .hollow-content-04 iframe {
    order: 2;
    max-height: 50vh;
  }
  .hollow-content-04 img {
    order: 2;
  }
  .hollow-content-04 .list-wrap {
    /*flex-direction: column;*/
  }
}


.hollow-team-01 {
  position: relative;
  padding: 4rem 1rem 3rem;
  z-index: 999;
}
.hollow-team-01 .team-img-wrap {
  display: block;
  position: relative;
  padding: 1rem;
  margin-bottom: 2rem;
  height: 22rem;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-team-01 .team-img-wrap:hover {
  cursor: pointer;
}
.hollow-team-01 .team-img-wrap img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.hollow-team-01 .info-wrap {
  font-size: 2rem;
  display: block;
  position: absolute;
  margin: 1rem;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 1rem;
  background: #FFF;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-team-01 .initial-wrap {
  display: block;
  position: relative;
  /*max-height: 70px;*/
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}
.hollow-team-01 h3 {
  margin: 0;
  color: #990718;
}
.hollow-team-01 p {
  margin: 0;
  color: #747474;
}
.hollow-team-01 .team-img-wrap:hover .info-wrap {
  box-shadow: 1px 1px 6px #585858;
  bottom: 10px;
}
.hollow-team-01 .info-block {
  display: block;
  position: relative;
  padding: 2rem;
  margin-bottom: 2rem;
  background: #5166A9;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-team-01 .popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.75);
  z-index: 9999;
}
.hollow-team-01 .popup-close {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  transition: all .3s ease;
  -webkit-transform:translate(50%,-50%);
  transform: translate(50%,-50%);
  background: rgba(0,0,0,0.8);
  font-size: 20px;
  padding-top: 3px;
  text-align: center;
  line-height: 100%;
  color: #FFF;
}
.hollow-team-01 .popup-close:hover {
  -webkit-transorm:translate(50%,-50%) rotate(180deg);
  transform:translate(50%,-50%) rotate(180deg);
  background: rgba(0,0,0,1);
  text-decoration: none;
}
.hollow-team-01 .bio {
  display: block;
  position: absolute;
  background: #FFF;
  max-width: 800px;
  width: 90%;
  padding: 2rem;
  top: 50%;
  left: 50%;
  z-index: 9999;
  -webkit-transform:translate(-50%,-50%);
  transform: translate(-50%,-50%);
  box-shadow: 0px 2px 6px rgba(0,0,0,1);
}
.hollow-team-01 .bio h3 {
  margin-bottom: 1rem;
}
.hollow-team-01 .bio p {
  color: #747474;
}
.hollow-team-01 .bio p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.hollow-team-01 .bio-image-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  height: 20rem;
}

.hollow-action-06 {
  padding: 6rem 0;
  background: #f4462a;
  margin-bottom: -1rem;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.hollow-action-06 .flex-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*height: 12rem;*/
}
.hollow-action-06 h2 {
  line-height: 1.4;
  margin-bottom: .5rem;
  color: #fff;
}
.hollow-action-06 p {
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 400;
}
.hollow-action-06 a#number {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
}
.hollow-action-06 a#number i {
  padding-left: .5rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-action-06 a#number:hover i {
  padding-left: 1rem;
  color: #fff;
}
.hollow-action-06 svg {
  height: 12rem;
  display: block;
  margin: auto;
}
.hollow-action-06 .cls-1 {
  -webkit-animation: one 1s cubic-bezier(0,0.23,1,.1) forwards;
  animation: one 1s cubic-bezier(0,0.23,1,.1) forwards;
}
@keyframes one {
  0% {
    opacity: 0;
    fill: none;
  }
  30% {
    fill: rgba(255, 255, 255, 0);
  }
  100% {
    fill: rgba(255, 255, 255, 1);
  }
}
.hollow-action-06 .cls-3 {
  opacity: 0;
  -webkit-animation: three 2s forwards;
  animation: three 2s forwards;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@keyframes three {
  0% {
    opacity: 0;
    fill: rgba(255, 255, 255 ,0);
  }
  100% {
    fill: rgba(255, 255, 255 ,1);
    opacity: 1;
  }
}
.hollow-action-06 .cls-2 {
  opacity: 0;
  -webkit-animation: two 2s forwards;
  animation: two 2s forwards;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@keyframes two {
  0% {
    opacity: 0;
    fill: rgba(255, 255, 255 ,0);
  }
  100% {
    fill: rgba(255, 255, 255 ,1);
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-action-06 {
    padding: 2rem 0;
  }
  .hollow-action-06 .flex-wrap {
    text-align: center;
    margin-top: 2rem;
  }
  .hollow-action-06 a#number {
    padding-top: 1.5rem;
    border-top: 1px solid grey;
    margin-top: .5rem;
  }
}

header.hollow-header-05 .meta-wrap a:hover {
  color: #990718;
}

.content.seo {
  background: #6f6e6e;
}
.content.seo p a:hover {
  color: #f4462a;
}


/*============================ */
/* Corner Item 03
============================== */
.hollow-corner-item-03 {
  position: fixed;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  top: 50%;
  left: 0;
  padding-left: 2rem;
  height: 4rem;
  transition: all .5s ease;
  /*overflow: hidden;*/
  z-index: 7000;
}
.hollow-corner-item-03.open {
  position: fixed !important;
  width: 100vw;
  height: 100vh;
  margin: 0 !important;
  background: rgba(255,255,255,0.8);
  top: 0;
}

/*Button*/
.hollow-corner-item-03 .button-wrap {
  display: flex;
  align-items: center;
  position: relative;
}
.hollow-corner-item-03 .button-wrap p {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 7%;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  padding-left: .5rem;
  transition: all .3s ease;
  width: 0;
  opacity: 0;
  transition: all .3s ease;
  transform: translate(-110%, -50%) scaleX(0);
  height: 1rem;
  overflow: hidden;
  background: #f53d27;
  padding: .7rem;
  max-width: 11rem;
}
.hollow-corner-item-03 .button-wrap:hover p {
  transform: translate(100%,-50%) scaleX(1);
  opacity: 1;
  width: 300px;
}
.hollow-corner-item-03 button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border: 2px solid #f4462a;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all .2s;
  outline: none;
}
.hollow-corner-item-03 button:hover {
  background: #6f6e6e;
}
.hollow-corner-item-03.open button {
  height: 0;
  width: 0;
  opacity: 0;
}
.hollow-corner-item-03 button svg {
  width: 2.25rem;
  height: 2.25rem;
  transform: translateX(3px);
}
.hollow-corner-item-03 button svg .cls-1 {
  fill: #f4462a;
}

/*Form*/
.hollow-corner-item-03 .form-wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1rem 0 0 0;
  background: #FFF;
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  text-align: center;
  opacity: 0;
  transition: all .5s ease;
  padding: 0;
  height: 0;
  width: 70%;
  transform: translate(-50%,300%);
}
.hollow-corner-item-03.open .form-wrapper {
  transform: translate(-50%,-50%);
  opacity: 1;
  padding: 1rem 0 0 0;
  height: auto;
}
.hollow-corner-item-03 h1.title {
  color: #f4462a;
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: .5rem;
  border-bottom: 2px dotted #d6d6d6;
  font-size: 2rem;
}
.hollow-corner-item-03 .flex-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.hollow-corner-item-03 .wpcf7-form-control-wrap.first-name,
.hollow-corner-item-03 .wpcf7-form-control-wrap.last-name,
.hollow-corner-item-03 .wpcf7-form-control-wrap.your-email,
.hollow-corner-item-03 .wpcf7-form-control-wrap.your-phone,
.hollow-corner-item-03 .wpcf7-form-control-wrap.new-customer,
.hollow-corner-item-03 .wpcf7-form-control-wrap.your-reference
 {
  width: 49%;
}
.hollow-corner-item-03 .wpcf7-form-control-wrap.your-address {
  width: 100%;
}
.hollow-corner-item-03 .wpcf7-form-control-wrap.your-city,
.hollow-corner-item-03 .wpcf7-form-control-wrap.your-zipcode {
  width: 42%;
}
.hollow-corner-item-03 .wpcf7-form-control-wrap.your-state {
  width: 12%;
}
.hollow-corner-item-03 .wpcf7-form-control-wrap.your-state::before,
.hollow-corner-item-03 .wpcf7-form-control-wrap.new-customer::before {
  font-family: 'FontAwesome';
  content: '\f0d7';
  position: absolute;
  top: 50%;
  right: .75rem;
  font-size: 1.25rem;
  color: #990718;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}
.hollow-corner-item-03 .wpcf7-form-control-wrap input:focus {
  border: 1px solid #f4462a;
}
.hollow-corner-item-03 .wpcf7-form-control-wrap input,
.hollow-corner-item-03 .wpcf7-form .wpcf7-select {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: .5rem;
  height: 2rem;
  width: 100%;
  border: 1px solid #d8d8d8;
  background: #f7f7f7;
  color: #990718;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 300;
  font-family: Lato;
}
.hollow-corner-item-03 .wpcf7-form .wpcf7-select {
  width: 100%;
  -webkit-appearance: none;
  cursor: pointer;
}
.hollow-corner-item-03 .wpcf7-form .wpcf7-select option:first-of-type {
  display: none;
}
.hollow-corner-item-03 .wpcf7-form .wpcf7-select option {
  font-family: Lato;
  font-size: 1.1rem;
  font-weight: 300;
}
.hollow-corner-item-03 .wpcf7-form-control-wrap.your-message {
  width: 100%;
}
.hollow-corner-item-03 .wpcf7-form-control-wrap.your-message textarea {
  height: 5rem; 
  width: 100%;
  border-radius: 3px;
  font-family: Lato;
  font-size: 1.1rem;
  font-weight: 300;
  border: 1px solid #d8d8d8;
  background: #f7f7f7;
  color: #990718;
  padding-left: .5rem;
  padding-top: .5rem;
}
.hollow-corner-item-03 .wpcf7-form ::-webkit-input-placeholder { /* WebKit browsers */
  color: #990718;
}
.hollow-corner-item-03 .wpcf7-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #990718;
}
.hollow-corner-item-03 .wpcf7-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #990718;
}
.hollow-corner-item-03 .wpcf7-form :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #990718;
}
.hollow-corner-item-03 .wpcf7-form input[type="submit"] {
  font-family: Lato;
  font-size: 1rem;
  text-transform: uppercase;
  color: #FFF;
  background: #f4462a;
  padding: .5rem 0;
  width: 8rem;
  border: none;
  transition: all .3s ease;
  cursor: pointer;
  border-radius: 3px;
}
.hollow-corner-item-03 .wpcf7-not-valid-tip {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: .5rem;
  color: red;
  z-index: 15;
  background: rgba(255,255,255,0.9);
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}
.hollow-corner-item-03 .wpcf7-form input[type="submit"]:hover {
  background: #6f6e6e;
}
.hollow-corner-item-03 .wpcf7-validation-errors {
  display: none !important;
}
.hollow-corner-item-03 div.wpcf7-mail-sent-ok {
  display: none !important;
}
.hollow-corner-item-03 div.wpcf7-response-output {
  display: none !important;
}
.hollow-corner-item-03 .wpcf7 .ajax-loader {
  display: none;
}
.hollow-corner-item-03 .form-wrapper .close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  color: #d80000;
  background: #FFF;
  height: 2.5rem;
  width: 2.5rem;
  border: 2px solid #d80000;
  transition: all .3s ease;
  font-size: 1.5rem;
  transform: translate(50%,-50%);
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;
}
.hollow-corner-item-03 .form-wrapper .close:hover {
  background: #d80000;
  color: #FFF;
}
.hollow-corner-item-03 .form-wrapper svg {
  position: relative;
  overflow: hidden;
  height: 0;
  margin-top: 1rem;
  transition: all .3s ease;
}
.hollow-corner-item-03 .form-wrapper.sending svg {
  height: 60px;
}
.hollow-corner-item-03 .form-wrapper .success-message-wrap {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 20;
}
.hollow-corner-item-03 .form-wrapper .success-message {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: green;
  background: rgba(255,255,255,0.9);
  transform: translateY(-100%);
  transition: all .5s ease;
}
.hollow-corner-item-03 .form-wrapper .success-message h1 {
  margin-bottom: 1rem;
  font-weight: 400;
  text-align: center;
}
.hollow-corner-item-03 .form-wrapper .success-message p {
  text-align: center;
  font-weight: 400;
  font-size: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .hollow-corner-item-03 .form-wrapper .success-message {
    padding: 0 15rem;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-corner-item-03 .flex-wrap {
    flex-flow: column;
    margin: 0;
  }
  .hollow-corner-item-03 .button-wrap p {
    display: none;
  }
  .hollow-corner-item-03 .wpcf7-form-control-wrap.first-name,
  .hollow-corner-item-03 .wpcf7-form-control-wrap.last-name,
  .hollow-corner-item-03 .wpcf7-form-control-wrap.your-email,
  .hollow-corner-item-03 .wpcf7-form-control-wrap.your-phone,
  .hollow-corner-item-03 .wpcf7-form-control-wrap.new-customer,
  .hollow-corner-item-03 .wpcf7-form-control-wrap.your-reference,
  .hollow-corner-item-03 .wpcf7-form-control-wrap.your-address,
  .hollow-corner-item-03 .wpcf7-form-control-wrap.your-city,
  .hollow-corner-item-03 .wpcf7-form-control-wrap.your-state,
  .hollow-corner-item-03 .wpcf7-form-control-wrap.your-zipcode,
  .hollow-corner-item-03 .wpcf7-form-control-wrap.new-customer {
    width: 100%;
    margin-bottom: .5rem;
  }
  .hollow-corner-item-03 .wpcf7-form-control-wrap input, 
  .hollow-corner-item-03 .wpcf7-form .wpcf7-select {
    font-size: 1.4rem;
    height: 2.25rem;
  }
  .hollow-corner-item-03 .wpcf7-form-control-wrap.your-message textarea {
    font-size: 1.4rem;
    height: 6rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-corner-item-03 h1.title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .hollow-corner-item-03.open .form-wrapper {
    width: 80%;
    padding: 1rem;
  }
  .hollow-corner-item-03 .wpcf7-form-control-wrap input,
  .hollow-corner-item-03 .wpcf7-form .wpcf7-select {
    height: 1.9rem;
    font-size: 1.1rem;
  }
  .hollow-corner-item-03 .wpcf7-form-control-wrap.your-message textarea {
    font-size: 1.1rem;
    height: 4.5rem;
  }
  /* Revised Mobile Styles */
  .hollow-corner-item-03 {
    top: unset;
    bottom: 0;
    padding: 0.5rem;
    width: 100%;
    height: 5rem;
    background: #fff;
    border: 3px solid #990718;
  }
  .hollow-corner-item-03 .button-wrap {
    padding: .5rem;
    width: 100%;
  }
  .hollow-corner-item-03 .button-wrap p {
    position: relative;
    display: block;
    font-size: 1.6rem;
    color: #f4462a;
    background: none;
    right: 0%;
    max-width: 100%;
    opacity: 1;
    order: 2;
    padding-left: 1rem;
    transform: unset;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
  }
  .hollow-corner-item-03 .button-wrap:hover p {
    transform: unset;
    width: unset;
  }
  .hollow-corner-item-03.open .button-wrap p {
    display: none;
  }
  footer {
    margin-bottom: 5rem;
  }
}
/*============================ */
/* Main Revisions
============================== */
span.nowrap {
  white-space: nowrap;
}
span.nowrap a, span.num-span a,
.hollow-action-11 h3#phone a,
.hollow-contact-01 .content-wrap .info-wrap .text-wrap p a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  background: inherit;
}
.interior-contact-03 .contact-03-meta li {
  margin: 0 1rem;
  line-height: 1.5;
}
input, textarea {
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
/*============================ */
/* Additional Revisions
============================== */
#fancybox-title {
  display: none!important;
}
.page-template-page-contact .hollow-contact-01 .card {
  display: none;
}
.hollow-header-05_header.sticky {
  box-shadow: 0 2px 5px -2px #000;
}
body:not(.home) .hollow-header-05_header.sticky {
  background: #fff;
}
/*============================ */
/* Responsive Revisions
============================== */
@media only screen and (min-width: 768px) {
  .nextgen_pro_thumbnail_grid .image-wrapper {
    max-height: 185px!important;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-header-05_header nav a {
    /*text-transform: capitalize;*/
    /*padding: 0.3rem 0.5rem;*/
    /*font-size: 0.9rem;*/
  }
  .nextgen_pro_thumbnail_grid .image-wrapper {
    max-height: 195px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .nextgen_pro_thumbnail_grid .image-wrapper {
    max-height: 230px;
  }
}
@media only screen and (max-width: 991px) {
  body:not(.home) .hollow-header-05_header .logo {
    display: none;
  }
  .interior-bar-01 ul li p {
    max-width: 85%;
  }
  .interior-page {
    margin-top: 2rem;
  }
  .hollow-header-05_header button#mobile {
    cursor: pointer;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-page-contact .interior-page {
    margin-top: 1rem;
  }
  .page-template-page-contact .interior-hero-07 {
    display: none;
  }
  .interior-contact-03 .contact-03-meta ul {
    margin-bottom: 1rem;
  }
  .hollow-header-05 nav a {
    color: #000;
  }
  .interior-hero-07 {
    padding: 12rem 0 4rem;
  }
  .interior-hero-07 .caption {
    max-width: 100vw;
  }
}
/*============================ */
/* recaptcha css
============================== */
.grecaptcha-badge{
  visibility: collapse !important;  
}