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

.hollow-header-02 {
  display: block;
  position: relative;
  z-index: 9000;
  background: #FFF;
  color: #f6f6f6;
  width: 100%;
}
.hollow-header-02 .number-1 {
  padding-right: .5rem;
}
.hollow-header-02 .number-2 {
  padding-left: .5rem;
}
.hollow-header-02.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0 2px 5px -2px #000;
}
.hollow-header-02 .logo img {
  max-width: 60%;
  -webkit-transition: all .32s ease;
  -o-transition: all .32s ease;
  transition: all .32s ease;
  z-index: 1;
}
.hollow-header-02.sticky .logo img {
  display: none;
}
.hollow-header-02 .va-middle {
  float: left;
}
.hollow-header-02 .phone {
  text-align: left;
  font-size: 0;
  display: inline-block;
}
@media only screen and (max-width:991px) {
	.hollow-header-02 .logo {padding: 20px 0 10px;}
}
.hollow-header-02 .phone a {
  color: #FFF;
  font-size: 1rem;
  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: 1rem;
  display: inline-block;
  vertical-align: middle;
  padding: .3rem;
}
.hollow-header-02 .logo img {
  padding: .5rem 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: #0d4d43;
  margin: 0;
}
.hollow-header-02 .meta-wrap-inner {
  display: block;
  position: relative;
  text-align: right;
}
.hollow-header-02 .spacer {
  display: inline-block;
  margin: 0 .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;
}
/* NAVIGATION */
.hollow-header-02 nav {
  float: right;
  display: inline-block;
  background: none;
  font-family: 'Lato';
  text-transform: uppercase;
  font-size: 2rem;
  position: relative;
  z-index: 5000;
}
.hollow-header-02 nav a {
  padding: .2rem .6rem;
  display: block;
  color: #36352A;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}
.hollow-header-02 nav a:focus {
  color: #36352A;
}
.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: #f68608;
  color: #fff;
}
/* NAV LEVEL TWO */
.hollow-header-02 .dropdown-menu {
  margin-top: 0px;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 18em;
  display: none;
}
.hollow-header-02 nav .dropdown-menu .menu-item {
  float: none;
}
.hollow-header-02 nav .dropdown-menu a {
  background: #f68608;
  color: #fff;
}
.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: #d06e00;
  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, .hamburger:after {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 20%;
  background: #f68608;
  -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%;
}
body.header-menu-open .hollow-header-02 #mobile, body.header-menu-open #mobile .hamburger {
  background: transparent;
}
body.header-menu-open .hollow-header-02 #mobile>.hamburger:before, body.header-menu-open #mobile>.hamburger:after {
  top: 40%;
  background: #FFF;
}
body.header-menu-open .hollow-header-02 #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-02 #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: #597f2a;
}
.hollow-header-02 .mobile-toolbar>* {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .hollow-header-02 .logo img {
    position: absolute;
    top: -50px;
  }
  .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 (max-width: 991px) {
  .hollow-header-02 .logo img {
    margin: 60px auto 15px;
    max-width: 30%;
  }
  body.header-menu-open .hollow-header-02 nav .menu {
    pointer-events: auto;
    opacity: 1;
  }
  .hollow-header-02 nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    background: #f68608;
  }
  .hollow-header-02 nav a {
    font-size: 1rem;
    text-transform: uppercase;
    color: #FFF;
  }
  .hollow-header-02 .hamburger::before,
  .hollow-header-02 .hamburger::after {
    background: #f68608;
  }
  .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: #f68608;
    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: 34px;
    float: left;
  }
}
.hollow-hero-05 {
  position: relative;
  visibility: hidden;
  overflow: hidden;
  margin-bottom: 2px;
}
.hollow-hero-05.slick-initialized {
  visibility: visible;
}
.hollow-hero-05 .slick-slide {
  position: relative;
  overflow: hidden;
}
/*.hollow-hero-05 .slick-slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(25,25,25,0.2);
}*/
.hollow-hero-05 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%);
}
.hollow-hero-05 .caption-wrap {
  display: block;
  position: relative;
  width: 100%;
  padding: 9rem 0 3rem;
  text-align: left;
  z-index: 2000;
}
.hollow-hero-05 .caption {
  display: inline-block;
  position: relative;
  text-align: left;
  max-width: 26rem;
}
.hollow-hero-05 .caption h1 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #FFF;
}
.hollow-hero-05 .caption p {
  font-weight: 300;
  margin-bottom: 1.5rem;
  color: #FFF;
}
.hollow-service-boxes-09 .col-20:not(:first-child) .hollow-service-box-09 {
  border-right: 2px solid #FFF;
}
.hollow-service-box-09 {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  height: 16rem;
  border-right: 2px solid #FFF;
}
.hollow-service-box-09 h3 {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  font-weight: 400;
  line-height: 1.1;
  color: #FFF;
  z-index: 100;
  font-size: 2rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hollow-service-box-09 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}
.hollow-service-boxes-09 #a::before {
  background: rgba(223, 146, 4, 0.65);
}
.hollow-service-boxes-09 #b::before {
  background: rgba(246, 134, 8, 0.65);
}
.hollow-service-boxes-09 #c::before {
  background: rgba(223, 88, 4, 0.65);
}
.hollow-service-box-09::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: rgba(113,156,59,0.6);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-service-boxes-09 #a:hover::before {
  background: rgba(223, 146, 4, 0);
}
.hollow-service-boxes-09 #b:hover::before {
  background: rgba(246, 134, 8, 0);
}
.hollow-service-boxes-09 #c:hover::before {
  background: rgba(223, 88, 4, 0);
}
.hollow-service-box-09 img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 0;
}
.hollow-service-box-09:hover a,
.hollow-service-box-09:hover h3 {
  color: transparent;
}
.hollow-service-box-09:hover::after {
  background: rgba(113,156,59,0);
}
@media (min-width: 768px) {
  .col-20 {
    width: 20%;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-service-boxes-09 {
    font-size: 2.5rem;
  }
  .col-20 {
    width: 100%;
  }
  .hollow-service-boxes-09 .col-20:not(:last-child) .hollow-service-box-09 {
    border-right: 0;
    border-bottom: 2px solid #FFF
  }
}
.hollow-content-02 {
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
.hollow-content-02 h1 {
  color: #797979;
  font-weight: 400;
  margin: 0;
  margin-bottom: .5rem;
  text-align: left;
}
.hollow-content-02 h4 {
  margin-bottom: 1.5rem;
  color: #a9a9a9;
}
.hollow-content-02 p:first-of-type {
  margin-top: -.5rem;
}
.hollow-content-02 p {
  font-weight: 300;
  color: #6b6b6b;
  margin-bottom: 1rem;
}
.hollow-content-02 a {
  font-size: 1rem;
  color: #f68608;
  font-weight: 300;
  background: transparent;
  border: 1px solid #f68608;
  display: inline-block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-content-02 a:hover {
  color: #FFF;
}
.hollow-content-02 a::before {
  background: #f68608;
}
.hollow-content-02 .img-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 16rem;
  overflow: hidden;
}
.hollow-content-02 .img-wrap img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media only screen and (max-width: 767px) {
  .hollow-content-02 .text-wrap {
    margin-bottom: 1rem;
  }
  .hollow-content-02 .img-wrap {
    width: 100%;
  }
  .hollow-content-02 .img-wrap img {
    width: 100%;
  }
}
.hollow-action-01 {
  position: relative;
  background: url(img/action-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  padding: 4rem 0;
  text-align: center;
}
.hollow-action-01 h1 {
  color: #FFF;
  font-weight: 400;
  margin-bottom: 1rem;
}
.hollow-action-01 p {
  font-weight: 300;
  margin-bottom: 1.5rem;
  color: #FFF;
}
.hollow-action-01 a {
  font-size: 1rem;
  font-weight: 300;
  padding: .5rem 1.5rem;
  color: #FFF;
  background: transparent;
  display: inline-block;
  border: 1px solid #FFF;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-action-01 a:hover {
  color: #f68608;
}
.hollow-action-01 a::before {
  background: #FFF;
}
@media only screen and (min-width: 768px) {
  .hollow-action-01 .content-wrap {
   max-width: 70%;
   margin: auto;
  }
}
.hollow-contact-02 {
  padding: 2rem 0;
  overflow:hidden;
}
.hollow-contact-02 .text-wrap {
  margin-bottom: .5rem;
  max-width: 12em;
}
.hollow-contact-02 .contact-wrap .va-parent h2 {
  font-size: 2.25rem;
  color: #797979;
  margin-bottom: .5rem;
  padding-left: .8rem;
}
.hollow-contact-02 .text-wrap p {
  color: #000;
  font-weight: 300;
}
.hollow-contact-02 .text-wrap,
.hollow-contact-02 ul {
  font-size: 2rem;
}
.hollow-contact-02 ul li {
  color: #000;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5; 
}
/*iPhone phone number <a> autowrap fix*/
.hollow-contact-02 .text-wrap ul li > a {
  color: #000;
}
.hollow-contact-02 .form-wrap {
  padding: 0;
}
.hollow-contact-02 .form-wrap textarea {
  font-family: 'Lato';
  z-index: 0;
  height: 15rem;
  max-height: 215px;
}
.hollow-contact-02 .form-wrap .email {
  float: left;
  width: 50%;
  padding-right: 15px;
  z-index: 5;
}
.hollow-contact-02 .form-wrap .phone {
  float: left;
  width: 50%;
  z-index: 10;
}
.hollow-contact-02 .form-wrap input:not([type="submit"]),
.hollow-contact-02 .form-wrap textarea {
  font-size: 1rem;
  width: 100%;
  border: 1px solid #999;
  padding: .6rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-family: 'Lato';
}
.hollow-contact-02 .form-wrap .wpcf7-form-control.wpcf7-submit {
  background: #f68608;
  border: none;
  padding: .5rem 1.5rem;
  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 .form-wrap .wpcf7-form-control.wpcf7-submit:hover {
  background: #d06e00;
}
@media only screen and (max-width: 1199px) {
  .hollow-contact-02 .map-wrapper {
    max-height: 330px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-contact-02 .form-wrap {
    margin-bottom: 2rem;
  }
}
.hollow-contact-01 {
  color: #363636;
  position: relative;
}
.hollow-contact-01 .info-text-wrap {
  background: #fff;
  padding: 1rem;
  display: none;
}
.hollow-contact-01 .title-wrap {
  display: block;
  border-bottom: 2px solid #363636;
  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: #363636;
  padding: .2rem 1rem;
  margin-left: 8rem;
  line-height: 1;
  border: 1px solid #363636;
  z-index: 5000;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.hollow-contact-01 .title-wrap a:hover {
  background: #363636;
  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;
  }
}
.footer-01 {
  background: #241f1c;
  font-weight: 300;
  text-align: center;
  padding: 4rem 0 0;
}
.footer-01 h1 {
  font-weight: 300;
  margin-bottom: 1rem;
  color: #FFF;
}
.footer-01 .text-wrap h3 {
  font-weight: 300;
  color: #FFF;
}
.footer-01 p {
  color: #FFF;
}
.footer-01 span {
  color: #FFF;
}
.footer-01 .cred-wrap {
  border-top: 1px solid #FFF;
  width: 75vw;
  padding: .5rem;
  margin: 3rem auto 3rem auto;
}
.footer-01 .design {
  display: inline-block;
}
.footer-01 .copyright {
  display: inline-block;
}
.footer-01 .social {
  display: inline-block;
}
.footer-01 .design span a {
    padding: 0 1px;
}
.footer-01 .design span a strong {
  font-weight: 600;
}
.footer-01 .social .fa-stack-2x {
  color: #f68608;
}
.footer-01 .social .fa-stack-1x {
    color: #FFF;
}
.footer-01 .social a:hover .fa-stack-2x {
  color: #FFF;
}
.footer-01 .social a:hover .fa-stack-1x {
  color: #f68608;
}
.footer-01 nav a {
  padding: 5px;
  display: inline-block;
}
.footer-01 a, .footer-01 a:hover, .footer-01 a:focus {
  color: #f6f6f6;
}
@media (min-width: 768px) {
  .footer-01 {
    text-align: center;
  }
  .footer-01 nav a {
    display: block;
  }
  .footer-01 .menu-item {
    display: inline-block;
  }
  .footer-01 .col-sm-6 {
    text-align: right;
  }
  .footer-01 .design {
    float: left;
    text-align: left;
    margin: .5rem 0;
  }
  .footer-01 .social {
    float: right;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
   .footer-01 .design {
    margin: 1rem 0;
  }
    .footer-01 .copyright {
    margin-bottom: 1rem;
  }
}
.default-page-header {
  font-family: 'Lato';
  font-size: 2rem;
  font-weight: 300;
  margin-top: 2rem;
}
.default-page-header h1, .default-page-header h2, .default-page-header h3 {
  line-height: 1;
  margin: .2em 0;
}
.default-page-header p {
  line-height: 1.4em;
}
.default-page-header h1 {
  font-size: 1.5em;
  font-weight: 400;
}
.default-page-header h2 {
  font-size: 1em;
  font-weight: 400;
}
.default-page-header p {
  font-size: .6em;
}
.main-row {
  margin-bottom: 1em;
}
/*INTERIOR*/
.interior-header-img-01 {
  background: url(img/1.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-215 .interior-header-img-01 {
  background: url(img/4.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-216 .interior-header-img-01 {
  background: url(img/3.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-217 .interior-header-img-01 {
  background: url(img/2.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-547 .interior-header-img-01 {
  background: url(img/6b.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-548 .interior-header-img-01 {
  background: url(img/7b.jpg) center center no-repeat;
  background-size: cover;
}
.interior-header-05 {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: 'Lato';
  text-align: left;
  padding: 27rem 0;
  padding-bottom: 4rem;
}
.interior-header-05 h1 {
  display: inline-block;
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .interior-header-05 h1 {
    font-size: 1.1em;
  }
}
.interior-bar-01 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
}
.interior-bar-01 h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 1em;
}
.interior-bar-01 h3 {
  color: #f68608;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.interior-bar-01 h4 {
  color: #f68608;
  font-size: .6em;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.interior-bar-01 p {
  color: #241f1c;
}
.interior-bar-01 .center {
  text-align: center;
}
.interior-bar-01 strong {
  font-weight: 400;
  font-style: italic;
}
.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 .btn-wrap {
  display: block;
  text-align: center;
}
.interior-bar-01 .btn-wrap a {
  display: inline-block;
  font-size: 1.2rem;
  background: #241f1c;
  padding: .5rem 1rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
.interior-bar-01 .btn-wrap a:hover {
  background: #ffd432;
}
.inactiveLink {
   pointer-events: none;
   cursor: default;
}
.interior-bar-01 .b-left p {
  border-left: .2rem solid #ffd432;
  padding-left: 1rem;
}
.interior-bar-01 ul {
  display: block;
}
.interior-bar-01 ul li i {
  color: #ffd432;
  vertical-align: top;
  margin-top: .3rem;
  padding-right: .75rem;
}
.interior-bar-01 ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: middle;
  font-size: 1rem;
}
section.full-img {
  overflow: hidden;
}
section.full-img img {
  width: 100%;
}
.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%;
  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: #f3f1ef;
    padding: 4rem 3rem;
}
section.interior-bar-01.bg-1 h3 {
    color: #0d4d43;
    margin-bottom: 1rem;
}
section.interior-bar-01.bg-1 h4 {
  color: #0d4d43;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-size: 1.4rem;
}
section.interior-bar-01.bg-1 p {
  color: #0d4d43;
}
section.interior-bar-01.bg-1 ul li p {
  font-size: 1rem;
}
section.interior-bar-01.bg-2 {
    background: #fff;
    padding: 4rem 3rem;
}
section.interior-bar-01.bg-3 {
    background: #241f1c;
    padding: 4rem 3rem;
}
section.interior-bar-01.bg-3 h4 {
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-size: 1.4rem;
}
section.interior-bar-01.bg-3 p {
  color: #fff;
}
section.interior-bar-01.bg-top {
  padding: 4rem 0 3rem;
}
.interior-bar-01 .col-xs-12.col-sm-6.bg-1 {
    background: #241f1c;
    padding: 4rem 4rem 3rem;
}
.interior-bar-01 .col-xs-12.col-sm-6.bg-1 h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.interior-bar-01 .col-xs-12.col-sm-6.bg-1 p {
    color: #fff;
}
.interior-bar-01 .col-xs-12.col-sm-6.bg-2 {
    background: #fff;
    padding: 4rem 4rem 3rem;
}
.interior-bar-01 .col-xs-12.col-sm-6.bg-3 {
    background: #fff;
    padding: 0;
}
@media (max-width: 767px) {
  .interior-bar-01 .col-xs-12.col-sm-6.bg-1 {
    padding: 4rem 4rem 3rem;
  }
}
.hollow-action-06 {
  padding: 4rem 0;
  background: #241f1c;
  margin-bottom: -1rem;
}
.page-id-215 .hollow-action-06 {
  margin-bottom: 0;
}
.hollow-action-06 .flex-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*height: 12rem;*/
}
.hollow-action-06 h2 {
  margin-bottom: .5rem;
  color: #fff;
}
.hollow-action-06 p {
  margin-bottom: 1rem;
  color: #fff;
}
.hollow-action-06 a#number {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 1rem;
}
.hollow-action-06 a#number i {
  padding-left: .5rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-action-06 a#number:hover i {
  padding-left: 1rem;
  color: #fff;
}
.hollow-action-06 svg {
  height: 12rem;
  display: block;
  margin: auto;
}
.hollow-action-06 .cls-1 {
  -webkit-animation: one 1s cubic-bezier(0,0.23,1,.1) forwards;
  animation: one 1s cubic-bezier(0,0.23,1,.1) forwards;
}
@keyframes one {
  0% {
    opacity: 0;
    fill: none;
  }
  30% {
    fill: rgba(255, 255, 255, 0);
  }
  100% {
    fill: rgba(255, 255, 255, 1);
  }
}
.hollow-action-06 .cls-3 {
  opacity: 0;
  -webkit-animation: three 2s forwards;
  animation: three 2s forwards;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@keyframes three {
  0% {
    opacity: 0;
    fill: rgba(255, 255, 255 ,0);
  }
  100% {
    fill: rgba(255, 255, 255 ,1);
    opacity: 1;
  }
}
.hollow-action-06 .cls-2 {
  opacity: 0;
  -webkit-animation: two 2s forwards;
  animation: two 2s forwards;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@keyframes two {
  0% {
    opacity: 0;
    fill: rgba(255, 255, 255 ,0);
  }
  100% {
    fill: rgba(255, 255, 255 ,1);
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-action-06 .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;
  }
}
.hollow-team-01 {
  position: relative;
  padding: 4rem 0 2rem;
  z-index: 999;
  background: #241f1c;
}
.hollow-team-01 .team-img-wrap {
  display: block;
  position: relative;
  /*padding: 1rem;*/
  margin-bottom: 2rem;
  /*height: 29rem;*/
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-team-01 .team-img-wrap:hover {
  cursor: pointer;
}
.hollow-team-01 .team-img-wrap img {
  display: block;
  width: 100%;
  /*position: absolute;*/
  /*min-height: 100%;*/
  /*min-width: 100%;*/
  /*max-width: initial;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%,-50%);*/
}
.hollow-team-01 .info-wrap {
  font-size: 2rem;
  display: block;
  position: absolute;
  margin: 1rem;
  right: 10%;
  left: 10%;
  top: 73%;
  text-align: center;
  padding: 0.5rem;
 
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-team-01 .initial-wrap {
  display: block;
  position: relative;
  max-height: 70px;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}
.hollow-team-01 h3 {
  margin: 0;
  color: #f68608;
}
.hollow-team-01 p {
  margin: 0;
  color: #f68608;
	    font-weight: 500;
    font-size: 1.5rem;
}
.hollow-team-01 .team-img-wrap:hover .info-wrap {
  box-shadow: 1px 1px 6px #585858;
  top: 10px;
}
.hollow-team-01 .info-block {
  display: block;
  position: relative;
  padding: 2rem;
  margin-bottom: 2rem;
  background: #5166A9;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-team-01 .popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.75);
  z-index: 9999;
}
.hollow-team-01 .popup-close {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  transition: all .3s ease;
  -webkit-transform:translate(50%,-50%);
  transform: translate(50%,-50%);
  background: rgba(0,0,0,0.8);
  font-size: 20px;
  font-weight: 400;
  padding-top: 3px;
  text-align: center;
  line-height: 100%;
  color: #FFF;
}
.hollow-team-01 .popup-close:hover {
  -webkit-transform:translate(50%,-50%) rotate(180deg);
  transform:translate(50%,-50%) rotate(180deg);
  background: rgba(0,0,0,1);
  text-decoration: none;
}
.hollow-team-01 .bio {
  display: block;
  position: absolute;
  background: #FFF;
  max-width: 800px;
  width: 90%;
  padding: 2rem;
  top: 50%;
  left: 50%;
  z-index: 9999;
  -webkit-transform:translate(-50%,-50%);
  transform: translate(-50%,-50%);
  box-shadow: 0px 2px 6px rgba(0,0,0,1);
}
.hollow-team-01 .bio h3 {
  margin-bottom: 1rem;
}
.hollow-team-01 .bio p {
  color: #000;
}
.hollow-team-01 .bio p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.hollow-team-01 .bio-image-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  height: 20rem;
}
/*============================ */
/* Contact 03 (Revised)
============================== */
.interior-contact-03 {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  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: #fb2200;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  padding: .5rem 1rem;
  /* margin: 0; */
  border-left: .5rem solid #b20101;
}
.interior-contact-03 .content-wrap p {
  font-weight: 300;
  color: #333;
  margin: 0;
}
.interior-contact-03 ul li .fa {
  font-size: 2rem;
  color: #f68608;
  vertical-align: middle;
}
.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;
  margin-bottom: 0;
  vertical-align: middle;
}
.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;
}
.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 #241f1c;
  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: #f68608;
}
.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: #241f1c;
  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: #0d4d43;
}
.interior-contact-03 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #241f1c;
}
.interior-contact-03 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #241f1c;
}
.interior-contact-03 :-ms-input-placeholder {
  /* IE 10+ */
  color: #241f1c;
}
.interior-contact-03 :-moz-placeholder {
  /* Firefox 18- */
  color: #241f1c;
}
.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-02 .phone a:hover, 
header.hollow-header-02 .social a:hover {
  color: #f68608;
}
.wpcf7-contact-page input:focus,
.wpcf7-contact-page textarea:focus {
  border-color: #f68608;
}
.wpcf7-contact-page .submit-wrapper input:hover {
  cursor: pointer;
}
/*SEO BANNER*/
.content.seo {
  background: #f68608;
}
.content.seo p a:hover {
  color: #241f1c;
}
/*============================ */
/* Hollow Gallery 07
============================== */
.hollow-gallery-07 {
  padding: 4rem 0 3rem;
  background: #949494;
  background: url(img/action-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.hollow-gallery-07 .acc-gallery {
  margin: 1rem 0 3rem;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.hollow-gallery-07 .acc-gallery .gallery-opener {
  border: 1px solid #ccc;
  border-bottom: none;
  background: #fff;
}
.hollow-gallery-07 .acc-gallery .gallery-opener .info-wrap {
  margin: 0 1.5rem;
}
.hollow-gallery-07 .acc-gallery .gallery-opener img.highlight {
  width: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-gallery-07 .acc-gallery .gallery-opener img.highlight:hover {
  opacity: 0.8;
  cursor: pointer;
}
.hollow-gallery-07 .acc-gallery .gallery-opener a.view-btn {
  float: right;
  padding: 0.75rem;
  border-bottom: 2px dotted #333;
  font-size: 1.2rem;
  font-weight: 400;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-gallery-07 .acc-gallery .gallery-opener a.view-btn:hover {
  color: #f68608;
  border-bottom-color: #f68608;
}
.hollow-gallery-07 .acc-gallery .gallery-content {
  padding: 2rem 0;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.hollow-gallery-07 .acc-gallery .gallery-content:not(.active) {
  max-height: 0;
  overflow: hidden;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .hollow-gallery-07 .acc-gallery .gallery-opener .info-wrap {
    margin: 2rem 1.5rem;
  }
  .hollow-gallery-07 .acc-gallery .gallery-opener img.highlight {
    padding: 1rem;
  }
  .hollow-gallery-07 .acc-gallery .gallery-opener a.view-btn {
    margin-bottom: 2rem;
  }
}  
@media only screen and (max-width: 767px) {
  .hollow-gallery-07 .acc-gallery {
    margin: 1rem 1rem 3rem;
  }
  .hollow-gallery-07 .acc-gallery .gallery-content {
    padding: 2rem 1rem;
  }
  .hollow-gallery-07 .acc-gallery .gallery-content:not(.active) {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 425px) {
  .hollow-gallery-07 {
    background-attachment: unset;
  }
}
/*============================ */
/* Additional Revisions
============================== */
#fancybox-title {
  display: none!important;
}
span.nowrap {
  white-space: nowrap;
}
span.nowrap a, span.num-span a,
.hollow-contact-02 .text-wrap p a,
.hollow-contact-02 .text-wrap ul li 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-contact-03 h3 {
  margin: 1.5rem 0 1rem;
  color: #f68608;
}
.interior-contact-03 .contact-03-meta li {
  margin: 0 1rem;
  line-height: 2;
}
/*.page-id-217 .hollow-contact-01 .info-text-wrap {
  display: none;
}*/
.interior-bar-01 {
  overflow: hidden;
}
/*============================ */
/* Responsive Revisions
============================== */
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-header-02 nav a {
    text-transform: capitalize;
    /*padding: 0.3rem 0.5rem;*/
    /*font-size: 0.9rem;*/
  }
}
@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-02 .logo {
    display: none;
  }
  .hollow-header-02 .menu-item.active a {
    background: #363636;
  }
  .hollow-content-02 .img-wrap {
    height: 24rem;
  }
  .interior-bar-01 ul li p {
    max-width: 85%;
  }
  .footer-01 .cred-wrap {
    width: 85vw;
  }
  .page-id-216 section.interior-bar-01.bg-2 {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-217 .interior-header-img-01 {
    display: none;
  }
  .hollow-content-02 h1 {
    font-size: 2rem;
  }
  .hollow-content-02 p {
    padding-right: 1rem;
  }
  .hollow-content-02 .img-wrap {
    height: 16rem;
  }
}
@media only screen and (max-width: 425px) {
  .hollow-action-01 {
    background-attachment: unset;
  }
}
/*============================ */

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