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

.wpcf7-contact-page .submit-wrapper input {
  background: #dcdcdc;
  color: #231f20;
}
.wpcf7-contact-page .submit-wrapper input:hover {
  background: #41bf5b;
  color: #fff;
}

.hollow-header-01 {
  position: relative;
  display: block;
  z-index: 9000;
  background: #FFF;
  width: 100%;
  box-shadow: 0 2px 5px -2px #000;
}
.hollow-header-01 .logo img {
  padding: .5rem 0;
}
.hollow-header-01 #header-border {
  margin: 0;
  opacity: 0.5;
  display: none;
}
.hollow-header-01.sticky #header-border {
  display: none;
}
body.page-template-home header #header-border, body.page-template-index header #header-border {
  display: none;
}
.hollow-header-01 .meta-wrap {
  font-size: 1.6rem;
  text-align: right;
  font-family: 'Lato';
  font-weight: 400;
  margin: .6em 0;
}
.hollow-header-01 .meta-wrap a {
  color: #41bf5b;
}
.hollow-header-01.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  box-shadow: 0 2px 5px -2px #000;
}
.hollow-header-01.sticky {
  padding: 0;
}
.hollow-header-01.sticky .meta-wrap {
  display: none;
  height: 0;
}
.hollow-header-01.sticky .logo img {
  max-width: 0;
}
.hollow-header-01.sticky .col-xs-12 {
  min-height: 0;
}
.hollow-header-01 nav {
  display: block;
  background: none;
  font-family: 'Lato';
  text-transform: uppercase;
  font-size: 2rem;
  position: relative;
  z-index: 5000;
}
.hollow-header-01 nav a {
  padding: .3em .6em;
  display: block;
  color: #231f20;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}
.hollow-header-01 nav a:focus {
  color: #231f20;
}
.hollow-header-01 nav a i {
  padding-right: .4rem;
}
/* NAV LEVEL ONE */
.hollow-header-01 .menu-item.open>a, .hollow-header-01 .menu-item:hover>a, .hollow-header-01 .menu-item.active a, .hollow-header-01 .menu-item.active:hover>a {
  background: #41bf5b;
  color: #fff;
}
/* NAV LEVEL TWO */
.hollow-header-01 .dropdown-menu {
  margin-top: 0px;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 18em;
  display: none;
}
.hollow-header-01 nav .dropdown-menu .menu-item {
  float: none;
}
.hollow-header-01 nav .dropdown-menu a {
  background: #41bf5b;
  color: #fff;
}
.hollow-header-01 .dropdown-menu>li:hover>a, .hollow-header-01 .dropdown-menu>li.active>a, .hollow-header-01 .dropdown-menu>.active>a:hover, .hollow-header-01 .dropdown-menu>.active>a:focus {
  background: #231f20;
  color: #fff;
}
.hollow-header-01 .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-01 nav #mobile {
  position: relative;
  height: 48px;
  width: 30px;
  background: none;
  outline: none;
  border: none;
  float: right;
}
.hollow-header-01 .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-01 .hamburger:hover {
  cursor: pointer;
}
.hollow-header-01 .hamburger:before, .hamburger:after {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 20%;
  background: #231f20;
  -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-01 .hamburger:after {
  top: 60%
}
body.header-menu-open .hollow-header-01 #mobile, body.header-menu-open #mobile .hamburger {
  background: transparent;
}
body.header-menu-open .hollow-header-01 #mobile>.hamburger:before, body.header-menu-open #mobile>.hamburger:after {
  top: 40%;
  background: #FFF;
}
body.header-menu-open .hollow-header-01 #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-01 #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-01 .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-01 .mobile-toolbar a {
  color: #fff;
  padding: .5rem 1rem;
}
.hollow-header-01 .mobile-toolbar a:hover,
.hollow-header-01 .mobile-toolbar a:focus {
  color: #f3ec1b;
}
@media screen and (min-width: 992px) {
  .hollow-header-01 .mobile-toolbar {
    display: none;
  }
  .hollow-header-01 .menu {
    float: right;
  }
  .hollow-header-01 nav .menu-item {
    float: left;
    position: relative;
  }
  .hollow-header-01 nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
  }
  .hollow-header-01 nav .menu-item-has-children:hover>ul.dropdown-menu {
    display: block;
  }
  .hollow-header-01 .mobile-toolbar{
    display: none;
  } 
}
@media only screen and (max-width: 991px) {
  body.header-menu-open .hollow-header-01 nav .menu {
    pointer-events: auto;
    opacity: 1;
  }
  .hollow-header-01 .logo {
    text-align: center;
  }
  .hollow-header-01 .logo img {
    margin: 60px auto 15px;
  }
  .hollow-header-01 nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    background: #231f20;
  }
  .hollow-header-01 nav a {
    color: #FFF;
  }
  .hollow-header-01 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: #231f20;
    box-shadow: 0 3px 3px -2px #000;
    pointer-events: none;
    opacity: 0;
  }
  .hollow-header-01 nav .menu-item-has-children.open .dropdown-menu {
    display: block;
  }
  .hollow-header-01 .dropdown-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
  }
  .hollow-header-01 .dropdown-menu>li>a {
    padding-left: 2.5em;
  }
  .hollow-header-01 .mobile-toolbar>* {
    display: inline-block;
  }
  .hollow-header-01 .mobile-toolbar a {
    font-size: 34px;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-header-01 .logo img {
    margin: 60px auto 15px;
  }
}

.hollow-hero-05 {
    display: block;
    position: relative;
    font-family: 'Lato';
    font-size: 2rem;
    visibility: hidden;
}
.hollow-hero-05.slick-initialized {
  visibility: visible;
}
.hollow-hero-05 .slick-slide {
    position: relative;
    height: auto;
    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: 4rem;
  text-align: left;
  z-index: 2000;
}
.hollow-hero-05 .caption {
  display: inline-block;
  position: relative;
  text-align: left;
  max-width: 26rem;
  background: rgba(65,191,91,0.8);
  padding: 1.5rem;
}
.hollow-hero-05 .caption h1 {
    font-size: 1.1em;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #FFF;
    text-transform: uppercase;
    border-bottom: 4px solid #f3ec1b;
    padding-bottom: .7rem;
}
.hollow-hero-05 .caption p {
    font-size: .6em;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color: #FFF;
}

.hollow-service-boxes-13 {
    display: block;
    font-family: 'Lato';
    font-size: 2rem;
    position: relative;
    padding-top: 2rem;
    background: #f6f6f6;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}
.hollow-service-box-13 {
    position: relative;
    display: block;
    padding: 0 2rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    z-index: 1000;
    background: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.hollow-service-box-13:hover {
    background: #41bf5b;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
}
.hollow-service-box-13:hover i#star {
    background: #f3ec1b;
    color: #FFF;
}
.hollow-service-box-13-heading h2 {
    margin: 2rem 0;
    text-align: center;
    font-size: .6em
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}
.hollow-service-box-13 i#star {
    text-align: center;
    display: inline-block;
    padding: .8rem;
    background: #231f20;
    color: #FFF;
    font-size: .5em;
    margin-bottom: 1rem;
    vertical-align: top;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.hollow-service-box-13 .info h4 {
    font-weight: 700;
    font-size: .5em;
    color: #000;
    text-transform: uppercase;
    margin-bottom: .5rem;
}
.hollow-service-box-13 h3 {
    font-size: .7em;
    font-weight: 400;
    line-height: 1.2;
    color: #41bf5b;
    max-width: 80%;
    text-transform: capitalize;
    margin-bottom: 1rem;
}
.hollow-service-box-13:hover h3 {
  color: #fff;
}
.hollow-service-box-13 p {
    color: #949494;
    font-weight: 300;
    line-height: 1.4;
    font-size: .5em;
    margin-bottom: .5rem;
}
.hollow-service-box-13:hover p {
  color: #fff;
}
.hollow-service-box-13 a {
    display: inline-block;
    color: #231f20;
    font-size: .5em;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 1.7rem;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.hollow-service-box-13:hover a {
  color: #fff;
}
.hollow-service-box-13 a:hover {
    color: #f3ec1b;
}
.hollow-service-box-13 a:hover > i:before{
    color: #f3ec1b;
}
.hollow-service-box-13  a > i.fa {
    border: none;
    font-size: .8em;
    color: #231f20;
    margin: 0;
    padding: 0 .5rem;
}
.hollow-service-box-13:hover a > i.fa {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
    .hollow-service-box-13 {
        padding: 0 1rem;
    }
    .hollow-service-box-13 i.fa {
        -webkit-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
        transform: translateX(-30%);
    }
    .hollow-service-box-13 i#star {
        margin-left: 1rem;
    }
}
@media only screen and (max-width: 767px) {
    .hollow-service-box-13 {
        font-size: 1.6rem;
    }
    .hollow-service-box-13 h3 {
        font-size: 1em;
    }
    .hollow-service-box-13 p {
        font-size: .8em
    }
}

.hollow-content-02 {
  font-family: 'Lato';
  font-size: 2rem;
  text-align: center;
  padding: 2rem 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.hollow-content-02 .text-wrap {
  text-align: left;
  font-size: 2rem;
}
.hollow-content-02 h1 {
  color: #41bf5b;
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  text-align: left;
  margin-bottom: 1.5rem;
}
.hollow-content-02 p:first-of-type {
  margin-top: -.5rem;
}
.hollow-content-02 p {
  font-size: .6em;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
.hollow-content-02 a {
  font-size: .6em;
  color: #231f20;
  padding: .6em 1.2em;
  font-weight: 300;
  background: #dcdcdc;  
  display: inline-block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-content-02 .text-wrap a:hover {
  background: #41bf5b;
  color: #fff;
}
.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 .content-wrap {
      border: none;
      padding: 0 .6em;
  }
  .hollow-content-02 .text-wrap {
      margin-bottom: 1em;
  }
  .hollow-content-02 .img-wrap {
      width: 100%;
  }
  .hollow-content-02 .img-wrap img {
    width: 100%;
  }
}


.hollow-action-02 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
  background: url(img/action-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 6rem 0;
}
.hollow-action-02 .content-wrap {
  display: block;
  position: relative;
  padding: 0 5rem;
  text-align: center;
}
.hollow-action-02 h1 {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
.hollow-action-02 p {
  font-size: .6em;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 1em;
  color: #FFF;
}
.hollow-action-02 a {
  font-size: .6em;
  font-weight: 300;
  padding: .5em 1.5em;
  color: #FFF;
  background: #231f20;
  display: inline-block;
  border: 1px solid #FFF;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-action-02 a:hover {
  background: #41bf5b;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .hollow-action-02 {
    text-align: center;
  }
  .hollow-action-02 p::before {
    width: 24em;
  } 
}
@media only screen and (max-width: 767px) {
  .hollow-action-02 {
    padding: 1.75em 1em;
  }
  .hollow-action-02 .content-wrap {
    padding: 0;
  }
  .hollow-action-02 h1 {
    font-size: 2.3rem;
  }
}

.hollow-contact-02 {
    font-family: 'Lato';
    font-size: 2rem;
    padding: 2rem 0;
    overflow:hidden;
}
.hollow-contact-02 .text-wrap {
    margin-bottom: .5em;
    max-width: 12em;
}
.hollow-contact-02 .contact-wrap .va-parent h1 {
    color: #41bf5b;
    line-height: 1em;
    margin-bottom: .5rem;
    font-size: 2.5rem;
    padding-left: .8rem;
}
.hollow-contact-02 .text-wrap p {
    color: #000;
    font-size: .6em;
    font-weight: 300;
    line-height: 1.5em;
}
.hollow-contact-02 .text-wrap,
.hollow-contact-02 ul {
    font-size: 2rem;
}
.hollow-contact-02 ul li {
    color: #000;
    font-size: .6em;
    font-weight: 300;
    line-height: 1.5em; 
}
/*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 .wpcf7-form-control-wrap {
    font-size: 2rem;
}
.hollow-contact-02 .form-wrap .wpcf7-form-control-wrap input,
.hollow-contact-02 .form-wrap .wpcf7-form-control-wrap textarea {
    font-size: .6em;
    font-weight: 300;
    font-family: 'Lato';
}
.hollow-contact-02 .form-wrap input:not([type="submit"]),
.hollow-contact-02 .form-wrap textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: .6rem;
    margin-bottom: 1rem;
    font-weight: 300;
    font-family: 'Lato';
}
.hollow-contact-02 .form-wrap .wpcf7-form-control.wpcf7-submit {
    background: #dcdcdc;
    border: none;
    padding: 10px 30px;
    color: #231f20;
    cursor: pointer;
    font-size: 1em;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.hollow-contact-02 .form-wrap .wpcf7-form-control.wpcf7-submit:hover {
    background: #41bf5b;
    color: #fff;
}
@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 {
    font-family: 'Lato';
    font-size: 2rem;
    color: #231f20;
    position: relative;
}
.hollow-contact-01 .info-wrap {
    z-index: 10;
}
.hollow-contact-01 .info-wrap .info-text-wrap {
    background: #fff;
    padding: .5em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap {
    display: block;
    border-bottom: 2px solid #f3ec1b;
    margin-bottom: .3em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap h1,
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a {
    display: inline-block;
    line-height: 1em;
    font-weight: 300;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap h1 {
    font-size: 2.5rem;
    margin-bottom: .3em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a {
    font-size: .75em;
    padding: .1em .6em;
    border: 1px solid #41bf5b;
    margin-left: 7em;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    color: #41bf5b;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a:hover {
    background: #41bf5b;
    color: #fff;
}
.hollow-contact-01 .info-wrap .text-wrap {
    padding: .3rem 0;
}
.hollow-contact-01 .content-wrap .info-wrap .text-wrap p {
    color: #000;
    line-height: 1.5em;
    font-weight: 300;
    font-size: .6em;
}
.hollow-contact-01 .contact-background {
    position: relative;
    display: block;
    width: 100%;
}
/*iPhone phone number <a> autowrap fix*/
.hollow-contact-01 .info-wrap .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 {
  padding:4rem 0 0;
}
.hollow-web-design-01 .top-half h1 {
  color:#41bf5b;
  text-align:center;
  font-size:2rem;
  font-weight:500;
  margin-bottom:1rem;
}
.hollow-web-design-01 .top-half h2 {
  color:#f36922;
  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:300;
  width:75%;
  margin:0 auto 1rem;
}
/* .hollow-web-design-01 .bottom-half {
  padding:2rem 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 {
  width: 100%;
  border: 1px solid #bbb;
  background: #fff;
  padding: .6rem;
  margin-bottom: 1rem;
  color: #333;
}
.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: #41bf5b;
  border: none;
  padding: .5rem 1.5rem;
  color: #fff;
  font-family: 'Lato';
  cursor: pointer;
  font-weight: 300;
  font-size: 1rem;
}
.page-id-346 .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-01 {
  padding: 0;
  font-family: 'Lato';
  background: #231f20;
  font-weight: 300;
  text-align: center;
}
.footer-01 .text-wrap {
  margin: 4rem auto 0;
  width: 75vw;
  text-align: center;
}
.footer-01 .text-wrap h1 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1rem;
}
.footer-01 .text-wrap h3 {
  font-size: 1.5rem;
  font-weight: 300;
}
.footer-01 .cred-wrap {
  border-top: 1px solid #f3ec1b;
  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 p {
  font-size: 1em;
}
.footer-01 .design span a {
    padding: 0 1px;
}
.footer-01 .design span a strong {
  font-weight: 600;
}
.footer-01 a, .footer-01 a:hover, .footer-01 a:focus {
  color: #41bf5b;
}
.footer-01 .social .fa-stack-2x {
  color: #41bf5b;
}
.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: #41bf5b;
}
.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
  }
}
/*INTERIOR*/
.hollow-content-int3 {
  position: relative;
  display: block;
  font-family: 'Lato';
  font-size: 2rem;
  overflow: hidden;
}
.page-id-216 .hollow-content-int3 {
  margin-bottom: -2rem;
}
.hollow-content-int3 .text-wrap {
  position: relative;
  display: block;
  text-align: left;
  padding: 1rem 3rem;
}
 .hollow-content-int3 .left {
  border-left: .5rem solid #6d6e71;
  padding-left: 1rem;
}
.hollow-content-int3 h1 {
  color: #41bf5b;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.hollow-content-int3 h2 {
  font-size: .7em;
  color: #e2db12;
  font-style: italic;
}
.hollow-content-int3 p {
  font-size: .6em;
  font-weight: 300;
  color: #231f20;
  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: #41bf5b;
  border: 1px solid #41bf5b;
  display: inline-block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-content-int3 a:hover {
  background: transparent;
  color: #41bf5b;
}
.hollow-content-int3 .mg-left ul {
  margin-left: -1rem;
}
.hollow-content-int3 ul {
  margin-bottom: 2rem;
  display: block;
}
.hollow-content-int3 ul li i {
  color: #f36922;
  vertical-align: top;
  font-size: .5em;
  margin-top: .1rem;
}
.hollow-content-int3 ul li p {
  font-size: .45em;
  font-weight: 400;
}
.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-03 h1 {
    font-size: 1.3em;
  }
}
.interior-header-05 {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: 'Lato';
  text-align: left;
  padding: 2rem 0;
}
.interior-header-05 h1 {
  color: #4c5179;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  padding: .5rem 1rem;
  margin: 0;
  border-left: .5rem solid #020731;
}
@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;
  font-size: 1em;
}
.interior-bar-01 h3 {
  color: #41bf5b;
  text-transform: uppercase;
}
.interior-bar-01 h4 {
  color: #000;
  font-size: .6em;
}
.interior-bar-01 p {
  color: #231f20;
}
.interior-bar-01 strong {
  font-weight: 400;
}
.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;
}
.interior-bar-01 ul li i {
  color: #ED4F00;
  vertical-align: top;
  margin-top: .3rem;
}
.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: #f6f6f6;
  padding-top: 5.5rem;
  padding-bottom: 4rem;
  margin-bottom: 5.5rem;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  text-align: center;
}
.page-id-215 section.interior-bar-01.bg-1 {
  text-align: left;
  margin-bottom: -2rem;
}
.page-id-217 section.interior-bar-01.bg-1 {
  text-align: left;
  margin-bottom: -2rem;
}
section.interior-bar-01.bg-1 h4 {
  color: #41bf5b;
  font-size: .7em;
  margin-bottom: 1.5rem;
}
 section.interior-bar-01.bg-1 p {
  color: #231f20;
}
section.interior-bar-01.bot {
  padding-bottom: 3rem;
}
.wpcf7-apply-form-header h1 {
    color: #36352a;
    text-transform: uppercase;
    padding: 15px;
    font-size: 1em;
    margin: 0px;
    display: none;
}
.wpcf7- {
    color: #252525;
    padding-bottom: 15px;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
}
.wpcf7-apply-form p {
  margin-bottom: 0;
  margin-top: .7rem;
}
.wpcf7-apply-form input,
.wpcf7-apply-form textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    display: block;
    transition: border-color 0.5s;
    -webkit-transition: border-color 0.5s;
    background: #fff;
    color: #999999;
    font-size: 16px;
}
.wpcf7-apply-form input[type="text"],
.wpcf7-contact-page input[type="email"],
.wpcf7-contact-page textarea {
    font-size: 16px;
}
.wpcf7-apply-form textarea {
    height: 216px;
}
.wpcf7-apply-form input:focus,
.wpcf7-apply-form textarea:focus {
    border-color: #ba2f28;
}
.wpcf7-apply-form span.wpcf7-form-control-wrap {
    display: block;
    font-size: 20px;
    margin-bottom: .7rem;
}
.wpcf7-apply-form .contact-captcha > img {
    height: 62px;
    width: 174px;
    float: left;
    margin-right: 15px;
}
.wpcf7-apply-form .contact-captcha > span {
    overflow: auto;
}
.wpcf7-apply-form .contact-captcha > span > input {
    width: 100%;
}
.wpcf7-apply-form img.ajax-loader {
    display: inline-block;
}
.wpcf7-apply-form .submit-wrapper {
    text-align: right;
    margin-top: 20px;
}
.wpcf7-apply-form .submit-wrapper input {
    width: auto;
    display: inline-block;
    background: transparent;
    transition: background 0.5s, color 0.5s;
    -webkit-transition: background 0.5s, color 0.5s;
    padding: 10px 30px;
    color: #e2db12;
    border: 2px solid #e2db12;
    transition: background 0.25s;
    font-size: 18px;
}
.wpcf7-apply-form .submit-wrapper input:hover {
    background: #e2db12;
    color: #fff;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    font-size: .8em;
    background: #fff;
    color: #999999;
}
div#wpcf7-f88-p215-o1 {
    margin-bottom: 2.5rem;
}
.wpcf7-apply-form input[type="text"]::-webkit-input-placeholder, .wpcf7-apply-form input[type="email"]::-webkit-input-placeholder {
    color: #999999;
}
::-webkit-input-placeholder {
    color: #999999;
}
:-moz-placeholder {
    color: #999999;
}
::-moz-placeholder {
    color: #999999;
}
:-ms-input-placeholder {
    color: #999999;
}
/*CONTACT*/
header.hollow-header-01 .meta-wrap a:hover {
  color: #e2db12;
}
.wpcf7-contact-page input:focus,
.wpcf7-contact-page textarea:focus {
  border-color: #e2db12;
}
.wpcf7-contact-page .submit-wrapper input:hover {
  cursor: pointer;
}
div#wpcf7-f51-p217-o1 {
    margin-bottom: 1.5rem;
}
/*SEO BANNER*/
.content.seo {
background: #231f20;
}
.content.seo p a:hover {
color: #e2db12;
}
/*============================ */
/* PhIcon Action
============================== */
.phicon-wrap img {
  width: 60%;
  margin: 0 auto;
}
.phicon-wrap h4 {
  font-size: .7em;
  text-align: center;
}
.phicon-wrap h3 {
  text-align: center;
  font-size: 2rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .phicon-wrap img {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .phicon-wrap img {
    width: 30%;
    margin: 1rem auto 0;
  }
}
/*============================ */
/* Contact 03 (Revised)
============================== */
.hollow-contact-03 {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  background: #f6f6f6;
  margin-bottom: -2rem;
}
/*.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: #41bf5b;
}
.hollow-contact-03 .content-wrap {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px solid #6d6e71;
  margin-bottom: 1rem;
}
.hollow-contact-03 .content-wrap h3 {
  color: #41bf5b;
  padding-bottom: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.hollow-contact-03 .content-wrap p {
  font-weight: 300;
  color: #333;
  margin: 0;
}
.hollow-contact-03 ul li .fa {
  font-size: 2rem;
  color: #f36922;
}
.hollow-contact-03 ul li {
  font-size: 2rem;
  font-weight: 400;
}
.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 .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: #333;
}
.hollow-contact-03 .form-wrap input:not([type="submit"]), 
.hollow-contact-03 .form-wrap textarea {
  width: 100%;
  border: 1px solid #bbb;
  background: #fff;
  padding: .6rem;
  margin-bottom: 1rem;
  color: #333;
}
.hollow-contact-03 .form-wrap input:not([type="submit"]):focus, 
.hollow-contact-03 .form-wrap textarea:focus {
  border-color: #41bf5b;
}
.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: #41bf5b;
  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;
}
.hollow-contact-03 .form-wrap .wpcf7-form-control.wpcf7-submit:hover {
  background: #e2db12;
}
.hollow-contact-03 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bbb;
}
.hollow-contact-03 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbb;
}
.hollow-contact-03 :-ms-input-placeholder {
  /* IE 10+ */
  color: #bbb;
}
.hollow-contact-03 :-moz-placeholder {
  /* Firefox 18- */
  color: #bbb;
}
@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;*/
  }
}
/*============================ */
/* 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 li a,
.hollow-contact-03 .contact-03-meta 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;
}
.hollow-contact-02 .form-wrap input:not([type="submit"]),
.hollow-contact-02 .form-wrap textarea {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-contact-02 .form-wrap input:not([type="submit"]):focus,
.hollow-contact-02 .form-wrap textarea:focus {
  border-color: #231f20;
}
.wpcf7-apply-form .submit-wrapper input {
  color: #fff;
  background: #41bf5b;
  cursor: pointer;
  border: 1px solid #41bf5b;
}
.wpcf7-apply-form .submit-wrapper input:hover {
  border-color: #e2db12;
}
body:not(.home) .hollow-service-boxes-13 {
  padding: 4rem 0 2rem;
}
.page-id-217 .form-wrap .wpcf7-form-control-wrap {
  display: unset;
}
/*============================ */
/* Responsive Revisions
============================== */
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-header-01 nav a {
    text-transform: capitalize;
    padding: .3em .5em;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-service-box-13 h3 {
    max-width: 100%;
  }
  .hollow-content-02 .img-wrap {
    height: 24rem;
  }
  .hollow-content-int3 .text-wrap {
    padding: 3rem 3rem 1rem;
  }
  .footer-01 .cred-wrap {
    width: 85vw;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-02 .img-wrap {
    height: 16rem;
  }
  .hollow-content-02 p {
    margin-right: 0;
  }
  .hollow-content-int3 ul {
    margin-bottom: 0;
  }
  .gmap_canvas.circle-map {
    margin-top: 2rem;
  }
}
/*============================ */
/* Split List Margins
============================== */
@media only screen and (max-width: 767px) {
  .interior-page .split-list ul {
    margin: 0;
  }
  .interior-page .split-list :first-of-type ul {
    margin-top: 1rem;
  }
  .interior-page .split-list :last-of-type ul {
    margin-bottom: 1rem;
  }
}
/*============================ */