/*
  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 {
  --red: #eb1f2c;
  --redDark: #bd1a25;
  --teal: #2fb5c3;
  --tealDark: #248892;
}

/*============================ */
/* HEADER 02
============================== */
.hollow-header-02 {
  display: block;
  position: relative;
  z-index: 1000;
  background: #fff;
  color: #f6f6f6;
  width: 100%;
}
.hollow-header-02.sticky {
  position: fixed;
  top: 0;
}
.hollow-header-02 .logo img {
  max-width: 100%;
  -webkit-transition: all .32s ease;
  -o-transition: all .32s ease;
  transition: all .32s ease;
}
.hollow-header-02.sticky .logo img {
  display: none;
}
.hollow-header-02 .va-middle {
  float: left;
}
.hollow-header-02 .phone {
  font-size: 0;
  align-items: center;
  justify-content: flex-end;
  display: flex;
}
.hollow-header-02 .phone img {
  margin-right: 1rem;
}
.hollow-header-02 .phone a {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 400;
  margin: .4rem 0;
  display: inline-block;
}
.hollow-header-02 .social {
  display: inline-block;
}
.hollow-header-02 .social a {
  color: #FFF;
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  padding: .3rem;
}
.hollow-header-02 .logo img {
  padding: 3rem 0;
}
.hollow-header-02 #header-border {
  margin: 0;
  opacity: 0.5;
  display: none;
}
.hollow-header-02 .meta-wrap-outer {
  font-size: 2rem;
  font-family: 'Lato';
  font-weight: 400;
  background: var(--red);
  margin: 0;
  padding: .25rem 0;
}
.hollow-header-02 .meta-wrap-outer .flex-container {
  justify-content: space-between;
  align-items: center;
}
.hollow-header-02 .meta-wrap-inner {
  display: block;
  position: relative;
  text-align: right;
}
.hollow-header-02 .meta-wrap-inner .spacer {
  padding: 0.25rem;
  font-size: 1.5rem;
}
.hollow-header-02 .mobile-toolbar nav a.mobile-icon {
  font-size: 34px;
}
/*.hollow-header-02.sticky .meta-wrap-outer {
  display: none;
}*/
.hollow-header-02 .social {
  text-align: right;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
/* NAVIGATION */
.hollow-header-02 nav {
  float: right;
  display: inline-block;
  background: none;
  font-family: 'Lato';
  font-size: 2rem;
  position: relative;
  z-index: 5000;
}
.hollow-header-02 nav a {
  padding: .1rem .6rem;
  display: block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.hollow-header-02 nav a:focus {
  color: #fff;
}
.hollow-header-02 nav a i {
  padding-right: .4rem;
}
/* NAV LEVEL ONE */
.hollow-header-02 .menu-item.open>a, .hollow-header-02 .menu-item:hover>a, .hollow-header-02 .menu-item.active a, .hollow-header-02 .menu-item.active:hover>a {
  background: none;
  color: var(--teal);
}
/* NAV LEVEL TWO */
.hollow-header-02 .dropdown-menu {
  margin-top: 0px;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 24em;
  display: none;
}
.hollow-header-02 nav .dropdown-menu .menu-item {
  float: none;
}
.hollow-header-02 nav .dropdown-menu a {
  background: var(--teal);
  color: #fff;
  border-bottom: 2px solid #30abb7;
}
.hollow-header-02 .dropdown-menu>li:hover>a, .hollow-header-02 .dropdown-menu>li.active>a, .hollow-header-02 .dropdown-menu>.active>a:hover, .hollow-header-02 .dropdown-menu>.active>a:focus {
  background: var(--tealDark);
  color: #fff;
}
.hollow-header-02 .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-02 nav #mobile {
  position: relative;
  height: 48px;
  width: 30px;
  background: none;
  outline: none;
  border: none;
  float: right;
}
.hollow-header-02 .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-02 .hamburger:hover {
  cursor: pointer;
}
.hollow-header-02 .hamburger:before,
.hollow-header-02 .hamburger:after {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 20%;
  background: #719C3B;
  -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-02 .hamburger:after {
  top: 60%;
}
header.hollow-header-02.header-menu-open #mobile,
header.hollow-header-02.header-menu-open #mobile .hamburger {
  background: transparent;
}
header.hollow-header-02.header-menu-open #mobile>.hamburger:before,
header.hollow-header-02.header-menu-open #mobile>.hamburger:after {
  top: 40%;
  background: #FFF;
}
header.hollow-header-02.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-02.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)
}
body.transparent header {
  position: absolute;
  width: 100%;
  background: rgba(25, 25, 25, 0.5);
}
/* MOBILE TOOLBAR */
.hollow-header-02 .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-02 .mobile-toolbar a {
  color: #fff;
  padding: .5rem 1rem;
}
.hollow-header-02 .mobile-toolbar a:hover,
.hollow-header-02 .mobile-toolbar a:focus {
  color: #f6f6f6;
}
.hollow-header-02 .mobile-toolbar>* {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .hollow-header-02 .mobile-toolbar {
    display: none;
  }
  .hollow-header-02 .menu {
    float: right;
  }
  .hollow-header-02 nav .menu-item {
    float: left;
    position: relative;
  }
  .hollow-header-02 nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
  }
  .hollow-header-02 nav .menu-item-has-children:hover>ul.dropdown-menu {
    display: block;
  }
  .hollow-header-02 .mobile-toolbar {
    display: none;
  } 
}
@media only screen and (min-width: 992px) {
  .hollow-header-02 {
    background: transparent;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-header-02 .logo {
    text-align: center;
  }
  .hollow-header-02 .logo img {
    margin: 1rem auto;
  }
  body:not(.home) .hollow-header-02 .logo {
    display: none;
  }
  header.hollow-header-02.header-menu-open nav .menu {
    pointer-events: auto;
    opacity: 1;
    max-height: 85vh;
    overflow-y: auto;
  }
  .hollow-header-02 nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    background: var(--red);
  }
  .hollow-header-02 nav a {
    font-size: 1rem;
    text-transform: uppercase;
    color: #FFF;
  }
  .hollow-header-02 .hamburger::before,
  .hollow-header-02 .hamburger::after {
    background: var(--red);
  }
  .hollow-header-02 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: var(--red);
    box-shadow: 0 3px 3px -2px #000;
    pointer-events: none;
    opacity: 0;
  }
  .hollow-header-02 nav .menu-item-has-children.open .dropdown-menu {
    display: block;
  }
  .hollow-header-02 .dropdown-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
  }
  .hollow-header-02 .dropdown-menu>li>a {
    padding-left: 2.5em;
  }
  .hollow-header-02 .mobile-toolbar>* {
    display: inline-block;
  }
  .hollow-header-02 .mobile-toolbar a {
    font-size: 2rem;
    float: left;
  }
}
@media screen and (orientation: portrait) and (max-width:991px) {
  .hollow-header-02 nav a {
    font-size: 1.6rem;
    padding: .6rem;
  }
}
@media screen and (orientation: portrait) and (max-width:767px) {
  .hollow-header-02 nav a {
    font-size: 1.4rem;
    padding: .45rem .6rem;
  }
}
@media screen and (orientation: landscape) and (max-width:767px) {
  .hollow-header-02 nav a {
    font-size: 0.8rem;
  }
  header.hollow-header-02.header-menu-open nav .menu {
    max-height: 80vh;
    overflow-y: auto;
  }
}
@media screen and (max-width:767px) {
  .hollow-header-02 .logo img {
    padding: 4rem 0 1rem;
  }
}

/*HOMEPAGE COMPONENTS*/

body.home {
  background: url(img/util.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width: 991px) {
  body.home {
    background-attachment: unset;
  }
}

/*============================ */
/* Hero 12
============================== */
.hollow-hero-12 {
  position: relative;
  overflow: hidden;
}

/*Image Slider*/
.hollow-hero-12 .img-slider {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.hollow-hero-12 .img-slider.slick-initialized {
  visibility: visible;
}
.hollow-hero-12 .img-slider::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(56, 56, 56, 0.52);
}
.hollow-hero-12 .img-slider .slick-list,
.hollow-hero-12 .img-slider .slick-track {
  height: 100%;
}
.hollow-hero-12 .img-slider img {
  object-fit: cover;
}

/*Caption Slider*/
.hollow-hero-12 .cap-slider {
  position: relative;
  width: 100%;
  visibility: hidden;
}
.hollow-hero-12 .cap-slider.slick-initialized {
  visibility: visible;
}
.hollow-hero-12 .cap-slider .slick-track {
  display: flex;
  align-items: center;
}
.hollow-hero-12 .caption {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.hollow-hero-12 .content {
  padding: 6rem 0;
}
.hollow-hero-12 .content h1 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: .5rem;
  font-weight: 400;
  text-transform: uppercase;
}
.hollow-hero-12 .content h3 {
  color: #fff;
  margin-bottom: 1rem;
}
.hollow-hero-12 h4 {
  color: #fff;
  line-height: 1.4;
  width: 60%;
}
.hollow-hero-12 .content p {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  font-weight: 400;
  width: 50%;
}
.hollow-hero-12 .content a {
  padding: .5rem 1rem;
  color: #fff;
  border: 1px solid #fff;
}
.hollow-hero-12 .content a:hover {
  background: darkgrey;
}
.hollow-hero-12 .cap-slider ul.slick-dots {
  display: flex;
  align-items: flex-start;
  width: auto;
  bottom: 5rem;
}
.hollow-hero-12 .cap-slider ul.slick-dots li button:before {
  color: #fff;
}

/*Form*/
.hollow-hero-12 .form-overlay {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.hollow-hero-12 .overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1500;
  background: rgba(0,0,0,0.7);
}
.hollow-hero-12 .form-wrap {
  position: relative;
  width: 50%;
  padding: 2rem;
  background: #fff;
  transform: translateY(200%);
  transition: all .5s ease;
  z-index: 2000;
}
.hollow-hero-12 .form-overlay.active .form-wrap {
  transform: translateY(0);
}
.hollow-hero-12 .form-wrap h3 {
  color: var(--red);
  margin-bottom: .5rem;
}
.hollow-hero-12 .form-wrap h1 {
  color: var(--teal);
  /*text-transform: uppercase;*/
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.hollow-hero-12 .form-wrap .close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  background: var(--red);
  border: 1.5px solid #fff;
  cursor: pointer;
  transition: all .3s ease;
  transform: translate(50%,-50%);
}
.hollow-hero-12 .form-wrap .close:hover {
  background: #af1923;
}
.hollow-hero-12 .form-wrap .close::before {
  transition: all .3s ease;
}
.hollow-hero-12 .form-wrap .close:hover::before {
  transform: rotate(-90deg);
}
.hollow-hero-12 .form-wrap .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.hollow-hero-12 .form-wrap .flex-wrap > span {
  width: 48%;
}
.hollow-hero-12 .wpcf7-form-control-wrap input,
.hollow-hero-12 .wpcf7-form-control-wrap textarea {
  border: none;
  display: flex;
  align-items: center;
  width: 100%;
  height: 2rem;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  font-weight: 300;
  color: grey;
  border-bottom: 1px solid #c3c3c3;
  font-family: Lato;
  font-weight: 300;
}
.hollow-hero-12 .wpcf7-form-control-wrap textarea {
  height: 6rem;
}
.hollow-hero-12 .wpcf7-form input[type="submit"] {
  font-family: Lato;
  font-size: 1rem;
  border: none;
  color: #fff;
  background: var(--teal);
  padding: .5rem 1rem;
  transition: all .3s ease;
  cursor: pointer;
  margin: 0;
}
.hollow-hero-12 .wpcf7-form input[type="submit"]:hover {
  background: var(--tealDark);
}
.hollow-hero-12 .wpcf7 .ajax-loader {
  display: none;
}
.hollow-hero-12 .wpcf7-validation-errors {
  display: none !important;
}
.hollow-hero-12 div.wpcf7-mail-sent-ok {
  display: none !important;
}
.hollow-hero-12 div.wpcf7-response-output {
  display: none !important;
}
.hollow-hero-12 .form-wrap .message-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 10000;
}
.hollow-hero-12 .form-wrap .message-wrap .message {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
  opacity: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.hollow-hero-12 .form-wrap.sent .message-wrap .message.success-message {
  opacity: 1;
  pointer-events: auto;
}
.hollow-hero-12 .form-wrap .success-message p:first-of-type {
  font-size: 3rem;
  font-weight: 700;
  color: green;
  margin-bottom: .5rem;
}
.hollow-hero-12 .form-wrap .success-message p:last-of-type {
  font-size: 1.4rem;
  color: grey;
}
.hollow-hero-12 .form-wrap.error .message-wrap .message.error-message {
  opacity: 1;
  pointer-events: auto;
}
.hollow-hero-12 .form-wrap .error-message p:first-of-type {
  font-size: 3rem;
  font-weight: 700;
  color: red;
  margin-bottom: .5rem;
}
.hollow-hero-12 .form-wrap .error-message p:last-of-type {
  font-size: 1.4rem;
  color: grey;
}
.hollow-hero-12 .form-wrap.sent .success {
  display: flex;
}
.hollow-hero-12 .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-hero-12 .loader-wrap {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: rgba(19,100,132,0.8);
  transform: translate(-50%,-50%);
}
.hollow-hero-12 .form-wrap.sending .loader-wrap {
  display: flex;
}
.hollow-hero-12 .loader-wrap svg {
  height: 2.5rem;
  width: 2.5rem;
}
.hollow-hero-12 .loader-wrap svg .cls-1 {
  fill: blue;
}

/*Form Control Button*/
.hollow-hero-12 .button-wrap {
  display: flex;
  align-items: center;
  position: relative;
  background: transparent;
  color: #fff;
  font-size: .9rem;
  border: none;
  cursor: pointer;
}
.hollow-hero-12 .button-wrap i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 1rem;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.7rem;
  margin-bottom: .25rem;
  transition: all .3s ease;
}
.hollow-hero-12 .button-wrap:hover i {
  background: var(--teal);
  color: #fff;
}
.hollow-hero-12 .button-wrap p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 0;
  margin-bottom: 0;
}
/*Media Queries*/
@media only screen and (min-width: 992px) {
  .hollow-hero-12 {
    top: -13rem;
    margin-bottom: -13rem;
  } 
  .hollow-hero-12 .content {
    padding: 14rem 0 9rem;
  }
}
@media only screen and (min-width: 768px) {
  .hollow-hero-12 .img-slider::after {
    background: rgba(12, 55, 62, 0);
  }
  .hollow-hero-12 .content h1 {
    color: var(--teal);
  }
  .hollow-hero-12 .content h3 {
    color: var(--red);
  }
   .hollow-hero-12 .content h4 {
    color: var(--red);
  }
  .hollow-hero-12 .content p {
    color: #272d34;
  }
  .hollow-hero-12 .button-wrap p {
    color: var(--teal);
  }
  .hollow-hero-12 .button-wrap i {
    color: var(--teal);
    border: 1px solid var(--teal);
  }
}
@media only screen and (max-width: 991px) {
  .interior-page .hollow-hero-12 {
    margin-bottom: 2rem;
    padding: 4rem 2rem;
  }
  .hollow-hero-12 .form-wrap {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-page-contact .hollow-hero-12 {
    display: none;
  }
  .hollow-hero-12 .content {
    padding: 4rem 0;
  }
  .hollow-hero-12 h4 {
    width: 100%;
  }
  .hollow-hero-12 .content p {
    width: 100%;
  }
  .hollow-hero-12 .button-wrap p {
    max-width: max-content;
  }
  .hollow-hero-12 .form-wrap {
    width: 90%;
  }
  .hollow-hero-12 .form-wrap .flex-wrap {
    flex-flow: column;
  }
  .hollow-hero-12 .form-wrap .flex-wrap > span {
    width: 100%;
  }
  .hollow-hero-12 .wpcf7-form-control-wrap input,
  .hollow-hero-12 .wpcf7-form-control-wrap textarea {
    margin-bottom: 1rem;
  }
}


/*============================ */
/* Action 03
============================== */
.hollow-action-09 {
  padding: 4rem 0 2rem;
  margin: 4rem 0 0;
  background: #fff;
  z-index: 10;
  position: relative;
  border-radius: 4px;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 15px 25px rgba(0, 0, 0, 0.1);
}
.hollow-action-09 h1 {
  color: #272d34;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
}
.hollow-action-09 hr {
  width: 5%;
  margin: 0 auto 4rem;
  border: 2px solid var(--teal);
}
.hollow-action-09 .flex-container {
  /* align-items: center; */
  align-items: flex-start;
  justify-content: space-between;
}
.hollow-action-09 .box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  width: 23%;
  color: #272d34;
}
.hollow-action-09 .box p {
  font-weight: 400;
  text-align: center;
  z-index: 10;
  cursor: pointer;
}
.hollow-action-09 .box img {
  margin-bottom: 1rem;
}
.hollow-action-09 .box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hollow-action-09 .box:hover {
  color: var(--teal);
}
@media only screen and (min-width: 992px) {
  .hollow-action-09 {
    margin: -3rem 0 0;
    display: inline-block;
  }
}
/*@media only screen and (max-width: 991px) {
  .hollow-action-09 {
    background-attachment: unset;
  }
}*/
@media only screen and (max-width: 767px) {
  .hollow-action-09 {
    padding: 2rem 0 0rem;
    margin: 2rem 0 1rem;
  }
  .hollow-action-09 .flex-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hollow-action-09 hr {
    margin: 0 auto 2rem;
  }
  .hollow-action-09 .box {
    width: 49%;
  }
  .hollow-action-09 .icon-wrap-outer {
    width: 6rem;
    height: 6rem;
  }
  .hollow-action-09 .box i {
    font-size: 2.5rem;
  }
  .hollow-action-09 .box p {
    font-size: 1.3rem;
    font-weight: 400;
  }
}

/*============================ */
/* Content 08
============================== */
.hollow-content-08 {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}
.hollow-content-08 .flex-container {
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.hollow-content-08 .title-wrap,
.hollow-content-08 .content-wrap {
  margin: 0 auto 1rem;
}
.hollow-content-08 h1 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 2rem;
  text-align: center;
  white-space: nowrap;
}
.hollow-content-08 hr {
  width: 5%;
  margin: 0 auto;
  border: 2px solid #3fc8d6;
}
.hollow-content-08 .title-wrap p {
  color: #6cb0ff;
  font-weight: 700;
}
.hollow-content-08 p {
  color: #FFF;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
}
.hollow-content-08 .list-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  justify-content: center;
  width: 80%;
}
.hollow-content-08 .list-wrap ul {
  display: inline-flex;
  flex-flow: column;
  width: 40%;
  padding: 0 1rem;
}
.hollow-content-08 .list-wrap ul li {
  color: #fff;
  /* line-height: 1; */
  font-weight: 400;
  font-size: 1.2rem;
}
.hollow-content-08 .list-wrap ul li i {
  color: #6cb0ff;
  /*margin-right: .5rem;*/
  font-weight: 700;
}
.hollow-content-08 .button-wrap {
  margin-top: 1rem;
}
.hollow-content-08 .button-wrap a {
  display: inline-flex;
  align-self: center;
  background: #9C41D6;
  color: #fff;
  border-color: #fff;
}
.hollow-content-08 .button-wrap a::before {
  background: #6cb0ff;
}
/*@media only screen and (min-width: 992px) {
  .hollow-content-08 .flex-container {
      padding: 0 4rem;
  }
}*/
@media only screen and (max-width: 991px) {
  .hollow-content-08 {
    background-attachment: unset;
  }
  .hollow-content-08 h1 {
    white-space: normal;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-08 {
    padding: 2rem 0;
  }
  .hollow-content-08 .title-wrap,
  .hollow-content-08 .content-wrap {
    width: 100%;
  }
  .hollow-content-08 .list-wrap {
    flex-flow: column;
  }
  .hollow-content-08 .list-wrap ul {
    width: 100%;
    padding: 0;
  }
  .hollow-content-08 .button-wrap {
    margin-top: 0;
  }
}

/*============================ */
/* Content 04
============================== */
.hollow-content-04 {
  padding: 0 0 4rem;
}
.hollow-content-04 .flex-container {
  justify-content: space-between;
}
.hollow-content-04 .text-wrap {
  flex-basis: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  padding: 2rem;
  border-radius: 4px;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 15px 25px rgba(0, 0, 0, 0.1);
}
.hollow-content-04 .title-wrap {
  margin-bottom: 1rem;
}
.hollow-content-04 .title-wrap h1 {
  color: var(--teal);
  text-transform: uppercase;
  font-size: 1.8rem;
}
.hollow-content-04 .title-wrap h3 {
  color: #6ee1ec;
  margin-bottom: .25rem;
}
.hollow-content-04 h4 {
  color: var(--red);
  line-height: 1.4;
  font-size: 1.1rem;
}
.hollow-content-04 .text-wrap p {
  color: #272d34;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.hollow-content-04 .button-wrap {
  margin-top: 1rem;
}
.hollow-content-04 .button-wrap a {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
  border-radius: 4px;
}
.hollow-content-04 .button-wrap a:hover {
  border-color: #BB1A26;
}
.hollow-content-04 .button-wrap a:before {
  background: #BB1A26;
}
.hollow-content-04 img {
  flex-basis: 48%;
  display: flex;
  object-fit: cover;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 15px 25px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
  .hollow-content-04 .flex-container > * {
    flex-basis: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-04 {
    padding: 0 0 2rem;
  }
  .hollow-content-04 .flex-container {
    flex-direction: column;
  }
  .hollow-content-04 .flex-container > * {
    width: 100%;
  }
  .hollow-content-04 .text-wrap {
    margin-bottom: 2rem;
  }
  .hollow-content-04 img {
    max-height: 55vh;
    min-height: 16rem;
  }
}

/*============================ */
/* Action 03
============================== */
.hollow-action-09-1b {
  padding: 6rem 0 3rem;
  background: url(img/action-bg.jpg) center center no-repeat;
  background-size: cover;
}
.hollow-action-09-1b .flex-container {
  /*align-items: center;*/
  align-items: flex-start;
  justify-content: space-between;
}
.hollow-action-09-1b .box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  width: 31%;
}
.hollow-action-09-1b .icon-wrap-outer {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 1rem;
  background: var(--tealDark);
  transition: all .3s ease;
}
.hollow-action-09-1b .icon-wrap-inner {
  width: 100%;
  height: 100%;
  background: var(--teal);
  border-radius: 50%;
  transition: all .3s ease;
}
.hollow-action-09-1b .box:hover .icon-wrap-inner {
  transform: scale(0.875);
}
.hollow-action-09-1b .box i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.75rem;
  transform: translate(-50%,-50%);
  color: #FFF;
  transition: all .3s;
}
.hollow-action-09-1b .box p {
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.hollow-action-09-1b .box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hollow-action-09-1b .inactiveLink {
   pointer-events: none;
   cursor: default;
}
/*@media only screen and (max-width: 991px) {
  .hollow-action-09-1b {
    background-attachment: unset;
  }
}*/
@media only screen and (max-width: 767px) {
  .hollow-action-09-1b {
    padding: 2rem 0 0rem;
  }
  .hollow-action-09-1b .flex-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hollow-action-09-1b .box {
    width: 100%;
  }
  .hollow-action-09-1b .icon-wrap-outer {
    width: 6rem;
    height: 6rem;
  }
  .hollow-action-09-1b .box i {
    font-size: 2.5rem;
  }
  .hollow-action-09-1b .box p {
    font-size: 1.3rem;
    font-weight: 400;
  }
}


/*============================ */
/* Contact 14
============================== */
.hollow-contact-14 {
  padding: 4rem 0 0;
}
.hollow-contact-14 .top {
  background: #fff;
  padding: 4rem 0 12rem;
  border-radius: 4px;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 15px 25px rgba(0, 0, 0, 0.1);  
}
.hollow-contact-14 .top .flex-container {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hollow-contact-14 .top h1 {
  color: #272d34;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.hollow-contact-14 .top hr {
  width: 5%;
  margin: 0 auto 2rem;
  border: 2px solid var(--teal);
}
.hollow-contact-14 .top p {
  color: #272d34;
  font-size: 1.1rem;
  max-width: 70%;
  font-weight: 400;
}
.hollow-contact-14 .middle {
  position: relative;
}
.hollow-contact-14 .middle .flex-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.hollow-contact-14 .middle .map-wrap {
  height: 20rem;
  width: 90%;
  margin: 0 auto;
  border-radius: 4px;
}
.hollow-contact-14 .middle .map-wrap iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 4px;
}
.hollow-contact-14 .middle .map-wrap iframe.clicked {
  pointer-events: auto;
}
.hollow-contact-14 .bottom {
  margin: 12rem 0 4rem;
  position: relative;
}
.hollow-contact-14 .bottom .flex-container {
  justify-content: center;
  /* width: 100%; */
}
.hollow-contact-14 .bottom .field-wrap {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 .5rem;
}
.hollow-contact-14 .bottom h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}
.hollow-contact-14 .bottom hr {
  width: 5%;
  margin: 0 auto 2rem;
  border: 2px solid #3fc8d6;
}
.hollow-contact-14 .bottom form {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0fr 0fr 0fr auto 0;
  width: 90%;
  margin: 0 auto;
}
.hollow-contact-14 .wpcf7-form-control-wrap input,
.hollow-contact-14 .wpcf7-form-control-wrap textarea {
  font-size: 1.2rem;
  font-weight: 300;
  font-family: Lato;
}
.hollow-contact-14 .wpcf7-form-control-wrap.message {
  height: 100%;
  width: 100%;
  grid-column: 2 / 3;
  grid-row: 1 / span 3;
}
.hollow-contact-14 .wpcf7-form-control-wrap textarea {
  padding: .75rem;
  height: 100%;
}
.hollow-contact-14 input:not([type="submit"]),
.hollow-contact-14 textarea {
  border: none;
  background: #fff;
  color: #272d34;
  padding: .75rem;
  border-radius: 4px;
  margin: 0;
  width: 100%;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 15px 25px rgba(0, 0, 0, 0.1);
}
.hollow-contact-14 input[type="submit"] {
  background: var(--red);
  border-radius: 4px;
  color: #FFF;
  border: none;
  padding: 0.5rem 2rem;
  font-size: 1.2rem;
  font-weight: 300;
  font-family: Lato;
  transition: all .3s ease;
  cursor: pointer;
  grid-column: 1 / span 2;
  justify-content: center;
}
.hollow-contact-14 input[type="submit"]:hover {
  background: var(--redDark);
}
.hollow-contact-14 ::-webkit-input-placeholder {
  color: #272d34;
}
.hollow-contact-14 :-ms-input-placeholder {
  color: #272d34;
}
.hollow-contact-14 ::-ms-input-placeholder {
  color: #272d34;
}
.hollow-contact-14 ::placeholder {
  color: #272d34;
} 
@media only screen and (max-width: 767px) {
  .hollow-contact-14 {
    padding-top: 0;
  }
  .page-id-252 .hollow-contact-14,
  .page-id-255 .hollow-contact-14,
  .page-id-257 .hollow-contact-14,
  .home .hollow-contact-14 {
    padding-top: 3rem;
  }
  .hollow-contact-14 .top {
    padding: 2rem 0 10rem;
  }
  .hollow-contact-14 .top p {
    max-width: 90%;
    margin-bottom: 1.5rem;
  }
  .hollow-contact-14 .middle .map-wrap {
    width: 100%;
  }
  .hollow-contact-14 .bottom {
    margin: 12rem 0 2rem;
  }
  .hollow-contact-14 .bottom form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hollow-contact-14 input:not([type="submit"]),
  .hollow-contact-14 textarea {
    margin: 0 0 .5rem;
  }
  .hollow-contact-14 input[type="submit"] {
    width: 50%;
  }
}


/*============================ */
/* Footer 04
============================== */
.hollow-footer-04 {
  position: relative;
  overflow: hidden;
  background: #197480;
}
.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;
  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: var(--red);
}

/* Meta */
.hollow-footer-04 .meta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #165f69;
  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: 300;
  padding: 0 2rem;
}
.hollow-footer-04 .meta span a {
  color: #FFF;
  transition: all .3s ease;
}
.hollow-footer-04 .meta span a:hover {
  color: var(--red);
}
.hollow-footer-04 .meta i.top {
  position: absolute;
  margin-right: 1rem;
  right: 0;
  top: 0;
  color: #FFF;
  padding: .5rem;
  opacity: 0.5;
  background: var(--red);
  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: #999991;
}
.search-form-wrap button:hover {
  background: #444441;
}
/*Blog Page*/
.blog-wrap .post-item-header h1 {
  background: #999991;
}
.blog-wrap .post-item .post-item-header h1:hover {
  background: #444441;
}
.blog-wrap .post-item .post-content a {
  background: #999991;
}
.blog-wrap .post-item .post-content a:hover {
  background: #444441;
}
.blog-wrap .post-item p {
  border-color: #999991;
}
.blog-wrap .post-item .date-wrap i {
  color: #999991;
}
/*Sidebars*/
.blog-sidebar {
  border-color: #999991;
}
/*Post Content*/
.blog-post-content h1 {
  color: #999991;
}
.blog-post-content h2 {
  color: #444441;
}
.blog-post-content h3 {
  color: #999991;
}
.blog-post-content p a {
  color: #999991;
}
.blog-post-content p a:hover {
  color: #444441;
}
.blog-return a.blog-return-btn {
  background: #999991;
}
.blog-return a.blog-return-btn:hover {
  background: #444441;
}
/*============================ */
/* DEFAULT POPUP STYLES:
============================== */
.default-popup .form-wrap {
  background: #fff;
}
.default-popup .form-wrap h3 {
  color: #999991;
}
.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: #444441;
}
.default-popup .wpcf7-form input[type="submit"] {
  background: #999991;
}
.default-popup .wpcf7-form input[type="submit"]:hover {
  background: #444441;
}
.default-popup .loader-wrap {
  background: #999991;
}
.default-popup .button-wrap i {
  background: #999991;
}
/*============================ */
/* DEFAULT SEO STYLES:
============================== */
.content.seo {
  background: #197480;
}
.content.seo i {
  color: #fff;
}
.content.seo p a:hover {
  color: #3fc8d6;
}

/*INTERIOR PAGES*/


.page-template {
  background: url(img/util.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width: 991px) {
  .page-template {
    background-attachment: unset;
  }
  .page-template-page-contact {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-page-contact {
    margin-top: 0;
  }
}

.interior-content-01 {
  position: relative;
  padding: 4rem;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 15px 25px rgba(0, 0, 0, 0.1);
}
.interior-content-01 .container {
  max-width: 100%;
}
.interior-content-01 h1 {
  color: #272d34;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}
.interior-content-01 hr {
  width: 5%;
  margin: 0 auto 2rem;
  border: 2px solid var(--teal);
}
.interior-content-01 h4 {
  color: var(--teal);
  line-height: 1.4;
  margin-bottom: 1rem;
  text-align: center;
}
.interior-content-01 p {
  color: #272d34;
  font-weight: 400;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .interior-content-01 {
    margin: -3rem 0 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .interior-content-01 {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .interior-content-01 {
    margin-bottom: 2rem;
    padding: 2rem 1rem;
  }
}
/*============================ */
/* Content 08
============================== */
.interior-content-08 {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 2rem;
  background: url(img/content-bg.jpg) center center no-repeat;
  background-size: cover;
}
.interior-content-08 .flex-container {
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.interior-content-08 .title-wrap,
.interior-content-08 .content-wrap {
  width: 80%;
  margin: 0 auto 1rem;
}
.interior-content-08 h1 {
  color: #FFF;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2rem;
  text-transform: uppercase;
}
.interior-content-08 hr {
  border-color: #FFF;
  width: 100%;
  height: 0;
}
.interior-content-08 .title-wrap p {
  color: #6fc5ce;
  font-weight: 700;
  font-size: 1.1rem;
}
.interior-content-08 p {
  color: #FFF;
  text-align: center;
}
.interior-content-08 .list-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  justify-content: center;
  width: 80%;
}
.page-id-255 .interior-content-08 .list-wrap {
  width: 100%;
}
.interior-content-08 .list-wrap ul {
  display: inline-flex;
  flex-flow: column;
  width: 50%;
  padding: 0 1rem;
}
.page-id-255 .interior-content-08 .list-wrap ul {
  width: 32%
}
.interior-content-08 .list-wrap ul li {
  color: #fff;
  /* line-height: 1; */
  font-weight: 400;
  font-size: 1.2rem;
}
.interior-content-08 .list-wrap ul li i {
  color: #6fc5ce;
  /*margin-right: .5rem;*/
  font-weight: 700;
}
.interior-content-08 .button-wrap {
  margin-top: 1rem;
}
.interior-content-08 .button-wrap a {
  display: inline-flex;
  align-self: center;
  background: #9C41D6;
  color: #fff;
  border-color: #fff;
}
.interior-content-08 .button-wrap a::before {
  background: #6cb0ff;
}
@media only screen and (min-width: 992px) {
  .interior-content-08 .flex-container {
      padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .interior-content-08 {
    background-attachment: unset;
  }
  .interior-content-08 h1 {
    white-space: normal;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .interior-content-08 {
    padding: 2rem 0;
  }
  .interior-content-08 .title-wrap,
  .interior-content-08 .content-wrap {
    width: 100%;
    margin-bottom: 0;
  }
  .interior-content-08 .list-wrap {
    flex-flow: column;
    margin-bottom: 1rem;
  }
  .interior-content-08 .list-wrap ul, .page-id-255 .interior-content-08 .list-wrap ul {
    width: 100%;
    padding: 0;
  }
  .interior-content-08 .button-wrap {
    margin-top: 0;
  }
}


/*============================ */
/* Service Text 04
============================== */
.interior-service-text-04 {
  padding: 0 0 3.5rem;
}
.interior-service-text-04 h1 {
 font-size: 2rem;
 text-transform: uppercase;
 color: #fff;
 margin-bottom: 1rem;
 text-align: center;
}
.interior-service-text-04 hr {
  width: 5%;
  margin: 0 auto 3rem;
  border: 2px solid #3fc8d6;
}
.interior-service-text-04 .flex-container {
  justify-content: space-between;
}
.interior-service-text-04 .box {
  width: 23.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  padding: 0 2rem;
  margin: 1rem 0;
  border-radius: 4px;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 15px 25px rgba(0, 0, 0, 0.1);
}
.interior-service-text-04 i.icon {
  color: #FFF;
  padding: .5rem;
  background: var(--red);
  margin-bottom: 1rem;
}
.interior-service-text-04 h3 {
  color: var(--teal);
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.interior-service-text-04 p {
  color: #272d34;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.interior-service-text-04 a {
  display: flex;
  align-items: center;
  color: #FFF;
  margin-bottom: 2rem;
  text-transform: uppercase;
  transition: all .3s ease;
}
.interior-service-text-04 a:hover {
  color: #E0A78C;
}
.interior-service-text-04 a i {
  padding-left: .5rem;
  transition: all .3s ease;
  text-transform: uppercase;
}
.interior-service-text-04 a:hover i {
  padding-left: 1rem;
  color: #E0A78C;
}
@media only screen and (max-width: 1199px) {
  .interior-service-text-04 .flex-container {
    flex-wrap: wrap;
  }
  .interior-service-text-04 .box {
    width: 48.5%;
  }
}
@media only screen and (max-width: 767px) {
  .interior-service-text-04 {
    padding: 0 0 1.5rem;
  }
  .interior-service-text-04 hr {
    margin-bottom: 2rem;
  }
  .interior-service-text-04 .flex-container {
    flex-direction: column;
  }
  .interior-service-text-04 .box {
    width: 100%;
  }
}


/*============================ */
/* Contact 02
============================== */
.hollow-contact-02 {
  overflow: hidden;
  padding: 4rem 4rem 6rem;
  margin: 4rem 0;
  background: #fff;
  z-index: 10;
  position: relative;
  border-radius: 4px;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 15px 25px rgba(0, 0, 0, 0.1);
}
.hollow-contact-02 h2 {
  color: var(--teal);
  margin-bottom: 1rem;
  font-size: 2rem;
  text-transform: uppercase;
}
.hollow-contact-02 p {
  font-size: 1rem;
  color: #272d34;
  font-weight: 400;
  margin: 0;
}
.hollow-contact-02 .grid-container {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  width: 100%;
}
.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;
}
.hollow-contact-02 .map-wrap iframe.clicked {
  pointer-events: auto;
}
.hollow-contact-02 ul li {
  font-size: 1rem;
  color: #272d34;
  font-weight: 400;
  line-height: 1.4;
  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: #EFEFEF;
  border: 1px solid rgba(72,81,103,0.5);
  color: #485167;
  padding: .6rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-family: 'Lato';
}
.hollow-contact-02 textarea {
  font-family: 'Lato';
  z-index: 0;
  height: 15rem;
  max-height: 215px;
  margin: 0;
}
.hollow-contact-02 .wpcf7-form-control.wpcf7-submit {
  background: var(--red);
  border: none;
  border-radius: var(--root--borderRadius);
  padding: .5rem 1.5rem;
  margin: 1rem 0;
  color: #FFF;
  cursor: pointer;
  font-family: 'Lato';
  font-size: 1rem;
  font-weight: 300;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-contact-02 .wpcf7-form-control.wpcf7-submit:hover {
  background: var(--redDark);
}
@media only screen and (min-width: 992px) {
  .hollow-contact-02 {
    margin: -3rem 0 4rem;
  }
}
@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 only screen and (max-width: 991px) {
  .hollow-contact-02 {
    background-attachment: unset;
  }
}*/

@media only screen and (max-width:767px) {
  .hollow-contact-02 {
    padding: 2rem 0;
  }
  .page-template-page-contact .hollow-contact-02 {
    /* padding-top: 3rem; */
    margin: 3rem 0 2rem;
  }
  .hollow-contact-02 ul li {
    font-size: 1.4rem;
  }
  .hollow-contact-02 .map-wrap iframe {
    height: 350px;
  }
}

/*============================ */
/* recaptcha css
============================== */
.grecaptcha-badge{
  visibility: collapse !important;  
} 
