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

/* span.wpcf7-form-control-wrap.recaptcha {
  display: none;
} */
.wpcf7-contact-page .submit-wrapper input {
  background: #1694d2;
}
.wpcf7-contact-page .submit-wrapper input:hover {
  background: #e7c92f;
}

body.page-id-217 .form-wrap div.wpcf7-response-output {color:#000 !important;/* border:10px solid #46b450 !important; */}

.hollow-header-05 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
  /*max-height: 720px;*/
  background: #000;
  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: #1694d2;
  box-shadow: 0 2px 5px -2px #000;
}
body:not(.home) .hollow-header-05_header {
  background: #1694d2;
  position: relative;
  z-index: 9000;
  box-shadow: 0 2px 5px -2px #000;
}
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: #fff;
  font-weight: 400;
}
body:not(.home) .hollow-header-05 .slider-wrap {
  display: none;
}
body:not(.home) .hollow-header-05_header .meta-wrap,
body:not(.home) .hollow-header-05_header .logo {
  display: none;
}
body.home .hollow-header-05_header .left-phone {
  display: none;
}
body:not(.home) .hollow-header-05_header .left-phone {
  display: block;
  position: relative;
  margin: 0.5rem 0;
  font-size: 1.5rem;
}
body:not(.home) .hollow-header-05_header .left-phone a {
  color: #fff;
  font-weight: 400;
}
body:not(.home) .hollow-header-05_header .left-phone a:hover {
  color: #e7c92f;
}
body.home .hollow-header-05_header nav a,
body.page-template-header-hero .hollow-header-05 nav a {
  color: #FFF;
  font-weight: 400;
  font-size: 1rem;
}
.hollow-header-05 .align-right {
  display: block;
  position: relative;
  text-align: right;
}
.hollow-header-05_header .logo {
  display: block;
  position: relative;
  text-align: left;
  padding: .5rem 0;
}
.hollow-header-05_header.sticky .logo {
  padding: .2rem;
  display: none;
}
.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: #FFF;
  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: #FFF;
}
.hollow-header-05 .social a { padding:0 .5rem; }
.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 #FFF;
  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: #FFF;
  line-height: 1;
  margin-bottom: .8rem;
  font-weight: 400;
}
.hollow-header-05 .caption h3 {
  display: inline-block;
  position: relative;
  color: #FFF;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 1rem;
}
.hollow-header-05 .caption a {
  display: inline-block;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 50%;
  background: #FFF;
  color: #1694d2;
  line-height: 1;
  padding: .5rem 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: #1694d2;
  color: #FFF;
}
.hollow-header-05 .slide {
  position: relative;
  overflow: hidden;
}
.hollow-header-05 .scaffold::before {
  content:"";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  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: #fff;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}
.hollow-header-05 .hollow-header-05_header.sticky nav a {
  color: #fff;
}
.hollow-header-05 nav a:focus {
  color: #fff;
}
.hollow-header-05 .hollow-header-05_header.sticky nav li:hover a,
.hollow-header-05 .hollow-header-05_header.sticky .dropdown-menu li a {
  color: #FFF;
}
.hollow-header-05 nav a i {
  font-size: 2rem;
  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: #e7c92f;
  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: #e7c92f;
  color: #fff;
}
.hollow-header-05 .dropdown-menu>li:hover>a, .hollow-header-05 .dropdown-menu>li.active>a, .hollow-header-05 .dropdown-menu>.active>a:hover, .hollow-header-05 .dropdown-menu>.active>a:focus {
  background: #76c7e2;
  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, .hamburger:after {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 20%;
  background: #1694d2;
  -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%
}
body.header-menu-open .hollow-header-05 #mobile, body.header-menu-open #mobile .hamburger {
  background: transparent;
}
body.header-menu-open .hollow-header-05 #mobile>.hamburger:before, body.header-menu-open #mobile>.hamburger:after {
  top: 40%;
  background: #FFF;
}
body.header-menu-open .hollow-header-05 #mobile>.hamburger:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
body.header-menu-open .hollow-header-05 #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:hover,
.hollow-header-05 .mobile-toolbar a:focus {
  color: #e7c92f;
}
@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 .hollow-header-05_header {
    background: #1694d2;
    position: relative;
  }
  .hollow-header-05 .caption {
    width: 80%;
  }
  body.header-menu-open .hollow-header-05 nav .menu {
    pointer-events: auto;
    opacity: 1;
  }
  .hollow-header-05 .logo {
    text-align: center;
  }
  .hollow-header-05 .logo img {
    margin: 30px 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: #1694d2;
  }
  .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: #1694d2;
    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;
  }
}
@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 {
    padding: 3rem 1rem;
  }
}


.hollow-action-10 {
  position: relative;
  overflow: hidden;
  background: #1694d2;
  padding: 1.75rem 0;
}
.hollow-action-10 .wpcf7-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hollow-action-10 .panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 0;
  flex-grow: 2;
  height: 100%;
  padding: 0 .35rem;
}
.hollow-action-10 h3 {
  font-size: 1.8rem;
  color: #FFF;
  padding-right: .5rem;
  font-weight: 300;
}
.hollow-action-10 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Lato';
  color: #FFF;
}
.hollow-action-10 ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Lato';
  color: #FFF;
}
.hollow-action-10 :-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Lato';
  color: #FFF;
}
.hollow-action-10 :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Lato';
  color: #FFF;
}
.hollow-action-10 .panel.panel-submit {
  flex-direction: column;
  flex-grow: 1;
  align-items: flex-start;
}
.hollow-action-10 input {
  color: #FFF;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 300;
  padding: .4rem 1rem;
  border: none;
  font-family: 'Lato';
}
.hollow-action-10 input:not([type="submit"]) {
  background: transparent;
  border: 1px solid #fff;
}
.hollow-action-10 input[type="submit"] {
  display: inline-block;
  border: none;
  background: #fff;
  border: 1px solid #fff;
  font-size: 1.2rem;
  color: #1694d2;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-action-10 input[type="submit"]:hover {
  background: #e7c92f;
  border-color: #e7c92f;
  color: #fff;
}
.hollow-action-10 .wpcf7-response-output {
  color: #FFF;
}
@media (min-width: 991px) {
  .hollow-action-10 .wpcf7-not-valid-tip {
    position: absolute;
    width: 180px;
    padding: .25rem 0;
  }
  .hollow-action-10 .wpcf7-response-output {
    position: absolute;
    top: 80%;
    color: #FFF;
  }
  .hollow-action-10 .wpcf7 .ajax-loader {
    position: absolute;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-action-10 {
    padding: 2rem 1rem 1.5rem;
  }
  .hollow-action-10 h3 {
    margin-bottom: .5rem;
  }
  .hollow-action-10 .wpcf7-form {
    flex-direction: column;
  }
  .hollow-action-10 .panel {
    /*flex-basis: auto;*/
    display: block;
    padding-bottom: .5rem;
  }
/*  .hollow-action-10 .panel:not(.panel-submit) {
    width: 100%;
  }*/
  .hollow-action-10 input[type="submit"] {
    margin-top: .5rem
  }
}


.hollow-content-03 {
  position: relative;
  overflow: hidden;
}
.hollow-content-03 .text-wrap {
  position: relative;
  text-align: center;
  padding: 1rem 3rem;
}
.hollow-content-03 h1 {
  color: #1694d2;
  font-weight: 400;
  margin-bottom: 1rem;
}
.hollow-content-03 p {
  font-weight: 300;
  color: #6b6b6b;
  margin-bottom: 1rem;
}
.hollow-content-03 a {
  font-size: 1rem;
  color: #FFF;
  padding: .75rem 1.5rem;
  font-weight: 300;
  background: #1694d2;
  border: 1px solid #1694d2;
  display: inline-block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-content-03 a:hover {
  background: transparent;
  color: #1694d2;
}
.hollow-content-03 .img-wrap {
  overflow: hidden;
  position: relative;
  height: 27rem;
  width: 100%;
}
.hollow-content-03 .img-wrap img {
  position: absolute;
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media only screen and (max-width: 991px) {
  .hollow-content-03 .img-wrap {
    height: 36rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-03 .img-wrap {
    height: 26rem;
  }
  .hollow-content-03 .text-wrap {
    padding: 3rem 1rem;
  }
}

.hollow-gallery-03 {
  padding: 4rem 0;
  background: url(img/gallery-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.hollow-gallery-03 .header {
  text-align: center;
}
.hollow-gallery-03 .header h1 {
  color: #1694d2;
}
.hollow-gallery-03 .header h3 {
  color: #1694d2;
  margin-bottom: 2rem;
  font-weight: 300;
  display: inline-block;
  border-bottom: 1px solid #1694d2;
  padding-bottom: 1rem;
}
.hollow-gallery-03_box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 14rem;
  background: #000;
}
.hollow-gallery-03 .row:first-of-type {
  margin-bottom: 2px;
}
.hollow-gallery-03 .col-xs-12:not(:last-of-type) .hollow-gallery-03_box {
  border-right: 2px solid #FFF;
}
.hollow-gallery-03_box:hover span,
.hollow-gallery-03_box:hover .text-wrap {
  transform: none;
  opacity: 1;
}
.hollow-gallery-03_box span {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  background: #FFF;
  width: 4vw;
  height: 4vw;
  max-width: 65px;
  max-height: 65px;
  min-width: 35px;
  min-height: 35px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  -o-transform: translateY(-101%);
  transform: translateY(-101%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-gallery-03_box span:hover {
  background: #e7c92f;
}
.hollow-gallery-03_box span:hover i {
  color: #FFF;
}
.hollow-gallery-03_box span i {
  color: #e7c92f;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1rem;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-gallery-03_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  transition: all 3s ease-out;
}
.hollow-gallery-03_box:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.1) translate(-50%,-50%);
  -ms-transform: scale(1.1) translate(-50%,-50%);
  -o-transform: scale(1.1) translate(-50%,-50%);
  transform: scale(1.1) translate(-50%,-50%);
} 
.hollow-gallery-03_box .text-wrap {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.6rem 1.3rem;
  text-align: left;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.hollow-gallery-03_box .text-wrap h3 {
  font-weight: 400;
  color: #FFf;
  line-height: 1.4;
}
.hollow-gallery-03_box .text-wrap p {
  font-weight: 300;
  color: #FFf;
  line-height: 1.3;
}
.hollow-gallery-03_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hollow-gallery-03_box.overlay:hover a{
  background: none;
}
@media (min-width: 768px) {
  .hollow-gallery-03 .text-wrap {
    opacity: 0;
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    -o-transform: translateY(101%);
    transform: translateY(101%);
  }
  .hollow-gallery-03_box.overlay a {
    background: rgba(22, 148, 210, 0.42);
  }
}
@media only screen and (max-width: 767px) {
  .hollow-gallery-03 .row:first-of-type {
      margin-bottom: 0;
    }
  .hollow-gallery-03_box {
    border: none !important;
    margin-bottom: 2px;
  }
  .hollow-gallery-03_box img {
    opacity: 0.7;
  }
}


.hollow-action-11 {
  background: #1694d2;
  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: #e7c92f;
}
.hollow-action-11 a.action-link {
  font-size: 1.2rem;
  color: #1694d2;
  padding: .5rem 1rem;
  background: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-action-11 a:hover {
  background: #e7c92f;
  color: #fff;
}
.hollow-action-11 a 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: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-contact-03 {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  background: url(img/contact-bg.jpg) center center no-repeat;
  background-size: cover;
}
.hollow-contact-03::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.4);
}
.hollow-contact-03 h1 {
  text-align: center;
  margin-bottom: 4rem;
  color: #FFF;
}
.hollow-contact-03 .content-wrap {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px solid #FFF;
  margin-bottom: 1rem;
}
.hollow-contact-03 .content-wrap h2 {
  color: #FFF;
  padding-bottom: 30px;
  font-weight: 400;
}
.hollow-contact-03 .content-wrap p {
  font-weight: 300;
  color: #FFF;
  margin: 0;
}
.hollow-contact-03 ul li {
  font-size: 1rem;
  font-weight: 400;
}
.hollow-contact-03 ul li.social {
  display: flex;
  margin-top: 1rem;
  margin-left: 2rem;
}
.hollow-contact-03 ul li.social a {
  position: relative;
  display: inline-flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 3rem;
}
.hollow-contact-03 ul li.social a:hover {
  background: rgba(0,0,0,0.4);
}
.hollow-contact-03 ul li.social a i {
  color: #fff;
  font-size: 1.5rem;
  padding: .5rem;
  margin: auto;
  transition: all .3s ease;
}
.hollow-contact-03 ul li.social a:hover i {
  color: #ffa500;
}
.hollow-contact-03 ul li.social a hr {
  margin: 0;
  width: 100%;
  border: none;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transition: all .3s ease;
}
.hollow-contact-03 ul li.social a:hover hr {
  transform: scaleX(1);
}
.hollow-contact-03 .contact-03-meta {
  position: relative;
}
.hollow-contact-03 .contact-03-meta ul {
  display: block;
  position: relative;
  font-size: 2rem;
}
.hollow-contact-03 .contact-03-meta li {
  margin: 1rem;
}
.hollow-contact-03 .contact-03-meta li>span {
  display: block;
}
.hollow-contact-03 .contact-03-meta li>span:first-of-type {
  float: left;
  margin-right: 1rem;
}
.hollow-contact-03 .contact-03-meta li>span:last-of-type {
  overflow: hidden;
  color: #fff;
}
.hollow-contact-03 .contact-03-meta li>span:last-of-type a {
  font-size: 1rem;
  color: #fff;
}
.hollow-contact-03 .contact-03-meta li .li-inner-wrap a {
  line-height: 2;
  display: inline-block;
}
.hollow-contact-03 .contact-03-meta li>span:last-of-type>*:first-child {
  margin-top: .5rem;
  font-size: 1.2rem;
  font-weight: 300;
}
/* BG + color = no rounded corners */
.hollow-contact-03 .contact-03-meta .fa-square {
  color: #1694d2;
  background: #1694d2;
}
.hollow-contact-03 .contact-03-meta .ghost-imgs {
  display: block;
}
.hollow-contact-03 .form-wrap {
  padding: 0;
}
.hollow-contact-03 .form-wrap .email {
  float: left;
  width: 50%;
  padding-right: 1rem;
}
.hollow-contact-03 .form-wrap .phone {
  float: left;
  width: 50%;
}
.hollow-contact-03 .form-wrap .wpcf7-form-control-wrap {
  font-size: 2rem;
}
.hollow-contact-03 .form-wrap .wpcf7-form-control-wrap input,
.hollow-contact-03 .form-wrap .wpcf7-form-control-wrap textarea {
  font-size: 1rem;
  font-family: 'Lato';
  font-weight: 300;
  color: #FFF;
}
.hollow-contact-03 .form-wrap input:not([type="submit"]), .hollow-contact-03 .form-wrap textarea {
  width: 100%;
  border: 1px solid #fff;
  background: rgba(22, 148, 210, 0.8);
  padding: .6rem;
  margin-bottom: 1rem;
  color: #FFF;
}
.hollow-contact-03 .form-wrap .wpcf7-form-control-wrap textarea {
  z-index: 0;
  height: 14rem;
  max-height: 250px;
}
.hollow-contact-03 .form-wrap .wpcf7-form-control.wpcf7-submit {
  background: #e7c92f;
  border: none;
  padding: .5rem 1.5rem;
  color: #FFF;
  font-family: 'Lato';
  cursor: pointer;
  font-weight: 300;
  font-size: 1rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-contact-03 .form-wrap .wpcf7-form-control.wpcf7-submit:hover {
  background: #bda320;
}
.hollow-contact-03 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.hollow-contact-03 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.hollow-contact-03 :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.hollow-contact-03 :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .hollow-contact-03 h1 {
      margin-bottom: 1rem;
  }
  .hollow-contact-03 p.mobile-center {
      text-align: center;
  }
}
@media only screen and (max-width: 430px) {
  .hollow-contact-03 ul li {
      font-size: .7rem;
  }
}



/* CONTACT
-------------------------*/
.hollow-contact-01 {
  color: #1694d2;
  /* position: relative; */
  z-index: 100;
}
.hollow-contact-01 .info-text-wrap {
  background: #fff;
  padding: 1rem;
}
.hollow-contact-01 .title-wrap {
  display: block;
  border-bottom: 2px solid #1694d2;
  margin-bottom: .5rem;
}
.hollow-contact-01 .title-wrap h1 {
  margin-bottom: .5rem;
  display: inline-block;
  font-weight: 300;
}
.hollow-contact-01 .title-wrap a {
  display: inline-block;
  font-size: 1.5rem;
  color: #e7c92f;
  padding: .2rem 1rem;
  margin-left: 8rem;
  line-height: 1;
  border: 1px solid #e7c92f;
  z-index: 5000;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.hollow-contact-01 .title-wrap a:hover {
  background: #e7c92f;
  color: #fff;
}
.hollow-contact-01 .text-wrap {
  padding: .3rem 0;
}
.hollow-contact-01 .text-wrap p {
  color: #000;
  font-weight: 300;
}
.hollow-contact-01 .contact-background {
  position: relative;
  display: block;
  width: 100%;
}
/*iPhone phone number <a> autowrap fix*/
.hollow-contact-01 .text-wrap p > a {
  color: #000;
}
.hollow-contact-01 .gm-style-iw { color:#000 !important; }
@media only screen and (min-width: 768px) {
  .hollow-contact-01 .info-wrap {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    position: absolute;
  }
}
.hollow-web-design-01 {
  display:block;
}
.hollow-web-design-01 .top-half {
  background:#fff;
  padding:4rem 0 2rem;
}
.hollow-web-design-01 .top-half h1 {
  color:var(--defaultMainDark);
  text-align:center;
  font-size:2rem;
  font-weight:500;
  margin-bottom:1rem;
}
.hollow-web-design-01 .top-half h2 {
  color:#000;
  text-align:center;
  font-size: 1.35rem;
  font-weight: 500;
  text-transform: none;
  line-height: 24px;
  letter-spacing: 0px;
  margin:0 12rem 1rem;  
}
.hollow-web-design-01 .top-half p {
  font-size:1rem;
  color:#000;
  font-weight:500;
  width:75%;
  margin:0 auto 1rem;
}
.hollow-web-design-01 .bottom-half {
  background:#F6F6F6;
  padding:4rem 0 2rem;
}
.hollow-web-design-01 .bottom-half .form-wrap {
  width:50%;
  margin:0 auto;
/*   text-align: -webkit-center; */
}
.hollow-web-design-01 .bottom-half .form-wrap input:not([type="submit"]),
.hollow-web-design-01 .bottom-half .form-wrap textarea {
  padding: 10px 0px 10px 15px;
  border-radius:10px;
  border-color: #DCDCDC; 
  margin: .3rem;
}
.hollow-web-design-01 .bottom-half .form-wrap textarea { height:9em; }
.hollow-web-design-01 .bottom-half .form-wrap textarea::placeholder { color:#000; }
.hollow-web-design-01 .bottom-half .form-wrap input[type="submit"] {
  background: #e7c92f;
/*   border-radius: 35px; */
  text-transform: uppercase;
  border: none;
  font-weight: 500;
  padding: .5rem;
  width: 30%;
  color: #fff;
  margin: .5rem;
}
.page-id-774 .wpcf7-spinner{
	display: none;
}
@media only screen and (max-width:767px) {
  .hollow-web-design-01 .top-half h2 {
    margin:0 3rem 1rem;
  }
  .hollow-web-design-01 .top-half p {
    font-size:1rem !important;
  }
  .hollow-web-design-01 .bottom-half .form-wrap {
    width:80%;
  }
}
/* FOOTER
-------------------------*/
.footer-02 {
  background: #1694d2;
  color: #FFF;
  padding: 1rem 0;
  position: relative;
  z-index: 100;
}
.footer-02 p {
  margin: 0;
}
.footer-02 a {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  line-height: 2;
  font-size: 1rem;
}
.footer-02 .copyright,
.footer-02 .design {
  padding: .5rem 0;
  font-weight: 300;
}
.footer-02 .design {
  float: right;
}
@media only screen and (max-width:991px) {
  .footer-02 {
    text-align: center;
  }
  .footer-02 .design {
    float: none;
  }
  .footer-02 .copyright {
    padding: 0 0 .25rem;
  }
  .footer-02 .design {
    padding: 0;
  }
}
/*INTERIOR*/
.hollow-content-int3 {
  position: relative;
  display: block;
  font-family: 'Lato';
  font-size: 2rem;
  overflow: hidden;
}
.hollow-content-int3 .text-wrap {
  position: relative;
  display: block;
  text-align: left;
  padding: 1rem 3rem;
}
 .hollow-content-int3 .left {
  border-left: .5rem solid #e7c92f;
  padding-left: 1rem;
}
.hollow-content-int3 h1 {
  color: #1694d2;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.hollow-content-int3 h2 {
  font-size: 1.4rem;
  color: #76c7e2;
  font-style: italic;
  margin-bottom: 1rem;
}
.hollow-content-int3 p {
  font-size: .6em;
  font-weight: 300;
  color: #696868;
  line-height: 1.5em;
  margin: 0 0 1em 0;
}
.hollow-content-int3 a {
  font-size: .6em;
  color: #FFF;
  padding: .6em 1.2em;
  font-weight: 300;
  background: #719c3b;
  border: 1px solid #719c3b;
  display: inline-block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-content-int3 a:hover {
  background: transparent;
  color: #719c3b;
}
.hollow-content-int3 .img-wrap {
  overflow: hidden;
  position: relative;
  height: 37rem;
  width: 100%;
  margin-bottom: 0;
}
.hollow-content-int3 .img-wrap img {
  position: absolute;
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media only screen and (max-width: 991px) {
  .hollow-content-int3 h1 {
    font-size: 1.3em;
  }
  .hollow-content-int3 {
    margin-top: 4rem;
  }
}
.interior-bar-01 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
  padding: 4rem 0 3rem;
}
.interior-bar-01 .left {
  border-left: .5rem solid #e7c92f;
  padding-left: 1rem;
}
.interior-bar-01 h1 {
  color: #1694d2;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.interior-bar-01 h2 {
  font-size: 1.4rem;
  color: #76c7e2;
  font-style: italic;
  margin-bottom: 1rem;
}
.interior-bar-01 h3 {
  color: #1b6c80;
  text-transform: uppercase;
}
.interior-bar-01 h4 {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.interior-bar-01 p {
  color: #696868;
}
.interior-bar-01 strong {
  font-weight: 400;
}
.interior-bar-01 .center {
  text-align: center;
}
.interior-bar-01 span.num-span {
  font-weight: 400;
  white-space: nowrap;
}
.interior-bar-01 .link-1 {
  color: blue;
  font-weight: 400;
}
.interior-bar-01 .link-1:hover {
  color: red;
}
.interior-bar-01 .top ul {
  margin-top: 1.5rem;
}
.interior-bar-01 ul {
  margin-bottom: 2rem;
  display: block;
  margin-top: 2rem;
}
.interior-bar-01 ul li i {
  color: #a6ce39;
  vertical-align: top;
  margin-top: .3rem;
  padding-right: .75rem;
}
.interior-bar-01 ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: middle;
}
.interior-bar-01 .img-right,
.interior-bar-01 .img-left,
.interior-bar-01 .img-ctr {
  margin: 0 auto .5em;
}
@media only screen and (min-width: 768px) {
  .interior-bar-01 .img-right {
    float: right;
    max-width: 40%;
    margin-left: 0.5em;
    margin-bottom: 0.3em;
  }
  .interior-bar-01 .img-left {
    float: left;
    max-width: 40%;
    margin-right: 0.5em;
    margin-bottom: 0.3em;
  }
}
.interior-bar-01 .img-wrap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.interior-bar-01 .img-wrap::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-bar-01 .img-wrap img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media (min-width: 768px) {
  .interior-bar-01 .img-wrap {
    margin-top: .5rem;
  }
}
@media only screen and (max-width: 991px) {
  .interior-bar-01 .img-wrap::before {
    margin: 19rem 0;
  }
}
section.interior-bar-01.bg-1 {
  background: url(img/gallery-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
section.interior-bar-01.bg-1 p {
  color: #1694d2;
}
section.interior-bar-01.bg-1 h4 {
  color: #1694d2;
}
.hollow-action-06 {
  padding: 4rem 0;
  background: #fff;
  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 {
  margin-bottom: .5rem;
  color: #1694d2;
}
.hollow-action-06 p {
  margin-bottom: 1rem;
  color: #1694d2;
}
.hollow-action-06 a#number {
  font-size: 1.6rem;
  color: #1694d2;
}
.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: #1694d2;
}
.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(231, 201, 47, 0);
  }
  100% {
    fill: rgba(231, 201, 47, 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(231, 201, 47 ,0);
  }
  100% {
    fill: rgba(231, 201, 47 ,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(231, 201, 47 ,0);
  }
  100% {
    fill: rgba(231, 201, 47 ,1);
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .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;
  }
}
/*============================ */
/* Contact 03 (Revised)
============================== */
.interior-contact-03 {
  /* position: relative; */
  overflow: hidden;
  padding: 1rem 0 2rem;
  background: #fff;
  /*margin-bottom: -2rem;*/
}
/*.interior-contact-03::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.4);
}*/
.interior-contact-03 h1 {
  text-align: center;
  margin-bottom: 4rem;
  color: #41bf5b;
}
.interior-contact-03 .content-wrap {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px solid #6d6e71;
  margin-bottom: 1rem;
}
.page-id-216 .interior-contact-03 .content-wrap {
  border-bottom: none;
}
.interior-contact-03 .title-wrap h3 {
  color: #1694d2;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  /* margin: 0; */
  border-left: .5rem solid #e7c92f;
}
.interior-contact-03 .content-wrap p {
  font-weight: 300;
  color: #333;
  margin: 0;
}
.interior-contact-03 ul li .fa {
  font-size: 2rem;
  color: #76c7e2;
}
.interior-contact-03 ul li {
  font-size: 2rem;
  font-weight: 400;
}
.interior-contact-03 .contact-03-meta {
  position: relative;
}
.interior-contact-03 .contact-03-meta p {
  display: inline-block;
  margin-left: 1rem;
}
.interior-contact-03 .contact-03-meta ul {
  display: block;
  position: relative;
  font-size: 2rem;
}
.interior-contact-03 .contact-03-meta li {
  margin: 1rem;
}
.interior-contact-03 .form-wrap {
  padding: 0;
  position: relative;
}
.interior-contact-03 .form-wrap .email {
  float: left;
  width: 50%;
  padding-right: 1rem;
}
.interior-contact-03 .form-wrap .phone {
  float: left;
  width: 50%;
}
.interior-contact-03 .form-wrap .phone,
.interior-contact-03 .form-wrap .email {
  z-index: 10;
}
.interior-contact-03 .form-wrap .wpcf7-form-control-wrap {
  font-size: 2rem;
}
.interior-contact-03 .form-wrap .wpcf7-form-control-wrap input,
.interior-contact-03 .form-wrap .wpcf7-form-control-wrap textarea {
  font-size: 1rem;
  font-family: 'Lato';
  font-weight: 300;
  color: #333;
}
.interior-contact-03 .form-wrap input:not([type="submit"]), 
.interior-contact-03 .form-wrap textarea {
  width: 100%;
  border: 1px solid #1694d2;
  background: #eeeeee;
  padding: .6rem;
  margin-bottom: 1rem;
  color: #333;
}
.interior-contact-03 .form-wrap input:not([type="submit"]):focus, 
.interior-contact-03 .form-wrap textarea:focus {
  border-color: #e7c92f;
}
.interior-contact-03 .form-wrap .wpcf7-form-control-wrap textarea {
  z-index: 0;
  height: 10rem;
  max-height: 250px;
}
span.wpcf7-form-control-wrap.message {
  display: inline-block;
  width: 100%;
}
.interior-contact-03 .form-wrap .wpcf7-form-control.wpcf7-submit {
  background: #e7c92f;
  border: none;
  padding: .5rem 1.5rem;
  color: #fff;
  font-family: 'Lato';
  cursor: pointer;
  font-weight: 300;
  font-size: 1rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
}
.interior-contact-03 .form-wrap .wpcf7-form-control.wpcf7-submit:hover {
  background: #76c7e2;
}
.interior-contact-03 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1694d2;
}
.interior-contact-03 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1694d2;
}
.interior-contact-03 :-ms-input-placeholder {
  /* IE 10+ */
  color: #1694d2;
}
.interior-contact-03 :-moz-placeholder {
  /* Firefox 18- */
  color: #1694d2;
}
.interior-contact-03 .contact-03-meta ul li p a {
  font-size: inherit;
  line-height: inherit;
}
@media only screen and (max-width: 767px) {
  .interior-contact-03 h1 {
      margin-bottom: 1rem;
  }
}
/*============================ */
/*CONTACT*/
header.hollow-header-05_header .meta-wrap a:hover {
  color: #e7c92f;
}
.wpcf7-contact-page input:focus,
.wpcf7-contact-page textarea:focus {
  border-color: #e7c92f;
}
.wpcf7-contact-page .submit-wrapper input:hover {
  cursor: pointer;
}
 /*SEO BANNER*/
 .content.seo {
  background: #76c7e2;
 }
 .content.seo p a:hover {
  color: #1694d2;
 }
 .hollow-corner-item-01 {
  width: 13rem;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 9999;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-corner-item-01.open {
  width: 18rem;
}
.hollow-corner-item-01 .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e7c92f;
  padding: .4rem 1rem;
  width: 100%;
  color: #FFF;
  cursor: pointer;
}
.hollow-corner-item-01 h3 {
  color: #FFF;
  font-size: 1.3rem;
}
.hollow-corner-item-01 .toggle {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  padding-right: .4rem
}
.hollow-corner-item-01 .toggle i {
  /*position: absolute;*/
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-corner-item-01 .toggle i.fa-minus {
  opacity: 0;
}
.hollow-corner-item-01.open .toggle i.fa-minus {
  opacity: 1;
}
.hollow-corner-item-01.open .toggle i.fa-plus {
  opacity: 0;
}
.hollow-corner-item-01 .form-wrap {
  position: relative;
  overflow: hidden;
  background: #76c7e2;
  max-height: 0;
  padding: 0 1rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-corner-item-01.open .form-wrap {
  max-height: 500px;
  padding: 1rem;
}
.hollow-corner-item-01 input {
  font-family: 'Lato';
  padding: .4rem 1rem;
  font-weight: 300;
  border: none;
  font-size: 1.2rem;
  color: grey;
  width: 100%;
  margin-bottom: .5rem;
}
.hollow-corner-item-01 input[type="submit"] {
  margin: 0;
  background: #1694d2;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-corner-item-01 input[type="submit"]:hover {
  background: #1b7ead;
}
.hollow-corner-item-01 .form-wrap .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: relative;
  margin-bottom: .5rem;
}
.hollow-corner-item-01 .form-wrap div.wpcf7-response-output{
  font-size: 1.4rem;
  font-weight: 300;
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .hollow-corner-item-01 h3 {
    -ms-transform: translateY(10%);
  }
  .hollow-corner-item-01 .toggle {
    padding-right: .8rem;
  }
  .hollow-corner-item-01 .toggle i {
    top: 50%;
    -ms-transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .hollow-corner-item-01 {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    -webkit-transform: 0;
    -ms-transform: 0;
    -o-transform: 0;
    transform: 0;
  }
  .hollow-corner-item-01.open {
    width: 100%;
  }
  .hollow-corner-item-01 .header {
    padding: .5rem 1rem;
  }
  .hollow-corner-item-01 h3 {
    font-size: 1.75rem;
  }
  .hollow-corner-item-01 .toggle {
    font-size: 1.5rem;
    padding-right: .5rem;
  }
  .hollow-corner-item-01 input {
    font-size: 1.75rem;
  }
}

/*============================ */
/* Blog Styles
============================== */
.interior-bar-01.blog-bg {
  background: url(img/gallery-bg.jpg) center center no-repeat;
  background-size: cover;
}
.blog-post-content h2 {
  color: #76c7e2;
}
.blog-post-content h3 {
  color: #e7c92f;
}
.blog-post-content h4 {
  color: #1694d2;
}
.blog-post-content ul li i.fa {
  padding-right: 0.4rem;
  color: #e7c92f;
  vertical-align: middle;
}
.blog-post-content ul li p {
  max-width: 85%;
  display: inline-block;
  vertical-align: text-top;
}
/*============================ */
/* NH 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;
}
.interior-header-05 h2 {
  max-width: 95%;
}
.interior-bar-01 {
  overflow: hidden;
}
.interior-contact-03 .contact-03-meta li {
  margin: 0 1rem;
  line-height: 1.5;
}
.interior-contact-03 h3 {
  color: #1694d2;
  margin: 1.5rem 0 1rem;
}
#fancybox-title {
  display: none!important;
}
.page-id-217 .hollow-contact-01 .info-text-wrap {
  display: none;
}
/*============================ */
/* Responsive Revisions
============================== */
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-header-05 nav a {
    /*text-transform: capitalize;*/
    /*padding: 0.3rem 0.4rem;*/
    /*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 .logo {
    display: none;
  }
  .interior-bar-01 ul li p {
    max-width: 85%;
  }
  section.interior-bar-01.bg-1 {
    background-attachment: unset;
  }
  .interior-contact-03 {
    padding: 4rem 0;
  }
  .page-id-216 .interior-bar-01 .left {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-217 .interior-header-img-01 {
    display: none;
  }
  .interior-contact-03 .contact-03-meta ul {
    margin-bottom: 1rem;
  }
}
/*============================ */
  .review-btn-wrap {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 100%;
  width: 650px;
  z-index: 9999;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transition: transform 0.2s;
  box-shadow: 0 2px 5px -2px #000;
  -webkit-font-smoothing: antialiased;
}
.review-btn-wrap .review-btn {
  position: absolute;
  left: 100%;
  bottom: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  background: #2ecc71;
  color: #fff;
  box-shadow: 0 2px 5px -2px #000;
  transition: background 0.2s;
  font-size: 20px;
  padding: 5px 15px;
  white-space: nowrap;  
  text-decoration: none;      
}
.review-btn-wrap .review-btn:hover {background:#239c56;}
.review-btn-wrap .review-btn span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  text-align: center;       
}
.review-btn-wrap .review-btn .stars {text-align: center;}
.review-btn-wrap .review-btn .stars i.fa {font-size: 16px; color: #ffff00; line-height: 1.5;}

.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}
.form-wrap .wpcf7-form-control-wrap span.wpcf7-not-valid-tip { font-size:1.5rem; }
.wpcf7 form .wpcf7-response-output {position:relative !important;}


.form-wrap .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  margin: -1rem 0 1rem;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 10px;
  background: #FFF;
  line-height: 1.5;
  color: #FFF;
  background: #d92128;
  display: none;
}
.form-wrap .wpcf7-form-control-wrap input:focus+.wpcf7-not-valid-tip {
  display: none;
}
.form-wrap div.wpcf7-response-wrap {
  position: absolute;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  background: #252525;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
}
.form-wrap div.wpcf7-response-wrap .button {
  position: relative;
  display: inline-block;
  color: #FFF;
  font-family: 'Lato';
  font-weight: 400;
  margin-top: 1rem;
  padding: .5rem 1rem;
  border: 1px solid #FFF;
  background: transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.form-wrap div.wpcf7-response-wrap .button:hover {
  background: #FFB600;
}
.form-wrap form.sent div.wpcf7-response-wrap {
  background: rgba(57, 143, 20, 0.9);
}
.form-wrap form.invalid div.wpcf7-response-wrap {
  background: rgba(217, 33, 40, 0.9);
}
.form-wrap form.failed div.wpcf7-response-wrap {
  background: rgba(217, 33, 40, 0.9);
  display: none;
}
.form-wrap div.wpcf7-response-output {
  height: auto !important;
  margin: 1rem 0 0;
  text-align: center;
  padding: 10px 15px;
  border: none;
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  background: none;
  line-height: 1.2;
  font-family: 'Lato';
  border-width: 4px;
  border-style: solid;
}


/*============================ */
/* Recaptcha Popup 01
============================== */
.open-hollow-recaptcha-01 {
  background: #e7c92f;
  border: none;
  padding: .5rem 1.5rem;
  color: #fff;
  font-family: 'Lato';
  cursor: pointer;
  font-weight: 300;
  font-size: 1rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
}
.open-hollow-recaptcha-01:hover {
  background: #76c7e2;
  color: #fff;
}
body.recaptchaPopupActive {
  /*overflow: hidden;*/
  cursor: wait;
}
.hollow-recaptcha-popup-01 {
  /* dev */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transform: translate(-50%,-50%);
  background: rgba(255,255,255,.9);
  transition: all .6s ease;
}
.hollow-recaptcha-popup-01.active {
  opacity: 1;
  z-index: 9999999;
}
.hollow-recaptcha-popup-01 .closeRecap01 {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 100;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  cursor: pointer;
  font-weight: 700;
}
.hollow-recaptcha-popup-01 .recap-wrap {
  /* dev */
  position: relative;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  border-radius: 7px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: initial;
}
.hollow-recaptcha-popup-01 .recap-wrap h3 {
  /* dev */
  margin: 0 0 .5rem;
  color: #4e8ef5!important;
  font-family: Roboto,helvetica,arial,sans-serif;
  font-weight: 400;
}
.hollow-recaptcha-popup-01 .recap-wrap p {
  /* dev */
  font-size: 0.9rem;
  color: #666;
  font-weight: 400;
  font-family: Roboto,helvetica,arial,sans-serif;
}
.hollow-recaptcha-popup-01 .recap-wrap .g-recaptcha {
  /* dev */
  margin: 1rem 0;
}
.hollow-recaptcha-popup-01 .recap-wrap input[type="submit"].wpcf7-submit {
  background: #4e8ef5;
  border-radius: 2rem;
  border: 2px solid;
  font-size: 1rem;
  font-weight: 300;
/*   letter-spacing: 1px; */
  font-family: Roboto,helvetica,arial,sans-serif;
}
.hollow-recaptcha-popup-01 .recap-wrap input[type="submit"].wpcf7-submit:hover {
  background: #1f3fae;
}




