/*
  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: #f16020;
}
.wpcf7-contact-page .submit-wrapper input:hover {
  background: #f12f20;
}

.hollow-header-01 {
  position: relative;
  display: block;
  z-index: 9000;
  background: #FFF;
  width: 100%;
  box-shadow: 2px 2px 2px #717171;
}
.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: #f12f20;
  font-weight: 400;
}
.hollow-header-01 .meta-wrap .black {
  color: #000;
}
.hollow-header-01 .meta-wrap .inactiveLink {
   pointer-events: none;
   cursor: default;
}
.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: .2rem .6rem;
  display: block;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.hollow-header-01 nav a:focus {
  color: #000;
}
.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: transparent;
  color: #f12f20;
}
/* 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: #fff;
  color: #000;
}
.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: #fff;
  color: #f12f20;
}
.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: #373737;
  -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: #f12f20;
}
@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: #373737;
  }
  .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: #373737;
    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: 1rem;
  }
  .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-02 {
  position: relative;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.hollow-hero-02.slick-initialized {
  visibility: visible;
}
.hollow-hero-02 .slick-slide {
  position: relative;
  height: auto;
  overflow: hidden;
}
.hollow-hero-02 .slick-slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0,0,0,0.5);
}
.hollow-hero-02 img {
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hollow-hero-02 .caption-wrap {
  background: none;
  position: relative;
  z-index: 100;
  text-align: center;
  margin: 6rem 0;
  padding: 0 4rem;
}
.hollow-hero-02 .caption {
  color: #FFF;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 100;
  max-width: 34rem;
}
.hollow-hero-02 .caption h1 {
  font-weight: 400;  
}
.hollow-hero-02 .caption h3 {
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #dfd46d;
}
.hollow-hero-02 .caption p {
  margin-bottom: 1.5rem;
}
.hollow-hero-02 .caption a {
  padding: .75rem 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}
.hollow-hero-02 .caption a.left-btn {
  margin-right: 1rem;
}
.hollow-hero-02 .caption a.filled.left-btn {
  background: #f16020;
  color: #fff;
  border: 1px solid #f16020;
}
.hollow-hero-02 .caption a.filled.left-btn:hover {
  background: #f12f20;
  color: #fff;
  border: 1px solid #f12f20;
}
.hollow-hero-02 .caption a.filled.right-btn {
  background: #f12f20;
  color: #fff;
  border: 1px solid #f12f20;
}
.hollow-hero-02 .caption a.filled.right-btn:hover {
  background: #fff;
  color: #f12f20;
  border: 1px solid #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hollow-hero-02 .caption h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-hero-02 .caption-wrap {
      margin: 7rem 0;
  }
  .hollow-hero-02 .caption-wrap h3 {
      font-size: 1.5rem;
  }
  .hollow-hero-02 .caption {
      max-width: 25rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-hero-02 .caption,
  .hollow-hero-02 .caption-wrap {
      text-align: center;
  }
  .hollow-hero-02 .caption h1 {
      font-size: 2rem;
      margin: 1rem 0 2rem;
  }
  .hollow-hero-02 .caption a {
    font-size: 1rem;
  }
}

.hollow-action-10 {
  position: relative;
  overflow: hidden;
  background: #373737;
  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 .panel.panel-request {
  flex-direction: column;
  align-items: flex-end;
}
.hollow-action-10 h3 {
  font-size: 1.8rem;
  color: #FFF;
  padding-right: .5rem;
  font-weight: 400;
}
.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: #f12f20;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-action-10 input[type="submit"]:hover {
  background: #f12f20;
  border-color: #f12f20;
  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: #000;
  }
  .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;*/
    padding-bottom: .5rem;
    display: block;
  }
  .hollow-action-10 input[type="submit"] {
    margin-top: .5rem
  }
}

.hollow-service-boxes-07 .container-fluid {
  padding: 0;
}
.hollow-service-boxes-07 .service-box-wrap {
  padding: 3rem 2rem 0 2rem;
  position: relative;
  overflow: hidden;
}
.hollow-service-boxes-07 .service-box-wrap img{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.hollow-service-boxes-07 .hollow-service-box-07 {
  text-align: center;
  padding: 1.5rem 2rem 2rem 2rem;
  margin-bottom: 2rem;
  overflow:hidden;
  position: relative;
}
.hollow-service-boxes-07 .hollow-service-box-07:before {
content:'';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 100;
background: rgba(241,47,32,1);
-webkit-transition: background .3s ease;
-o-transition: background .3s ease;
transition: background .3s ease;
}
.hollow-service-boxes-07 .hollow-service-box-07:hover:before {
  background: rgba(55,55,55,1);
}
.hollow-service-boxes-07 .hollow-service-box-07 img {
  position: absolute;
  bottom:0;
  right:0;
  width:100%;
  height:100%;
}
.hollow-service-box-07 h2 {
  font-weight: 400;
  line-height: 1;
  color: #FFF;
  position: relative;
  z-index:110;    
}
.hollow-service-box-07 p {
  color: #FFF;
  line-height: 1.3;
  margin: 1.3rem 0;
  position: relative;
  z-index:110;    
}
.hollow-service-box-07 a {
  font-size: 1rem;
  font-weight: 300;
  padding: .3rem 1rem;  
  border: 1px solid #FFF;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  position: relative;
  z-index:110;    
}
.hollow-service-box-07 a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #f12f20;
}
@media only screen and (max-width: 1199px) {
  .hollow-service-boxes-07 .hollow-service-box-07 {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-service-boxes-07 .service-box-wrap {
    padding: 1rem 1rem 0 1rem;
  }
}

.hollow-content-08 {
  position: relative;
  padding: 5.4rem 0 6rem;
  background: #fff;
}
.hollow-content-08 .content-wrap {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hollow-content-08 h1 {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  color: #373737;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
.hollow-content-08 h1::before,
.hollow-content-08 h1::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 1000px;
  height: 1px;
  content: '';
  background-color: #dfd46d;
  width: 1000px;
}
.hollow-content-08 h1::before {
  right: 100%;
}
.hollow-content-08 h1::after {
  left: 100%;
}
.hollow-content-08 p:first-of-type {
  font-weight: 400;
  max-width: 70%;
  color: #f12f20;
}
.hollow-content-08 p {
  font-weight: 300;
  color: #777;
  max-width: 90%;
  margin: 0 auto 2rem;
}
.hollow-content-08 a i {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding-left: .5rem;
}


.hollow-action-12 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #373737;
}
.hollow-action-12 .img-wrap {
  position: relative;
  overflow: hidden;
  flex-grow: 2;
  flex-basis: 0;
}
.hollow-action-12 .img-wrap img {
  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%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.hollow-action-12 .text-wrap {
  flex-grow: 1;
  flex-basis: 0;
  padding: 2rem;
}
.hollow-action-12 h1 {
  font-size: 3rem;
  margin-bottom: .5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.hollow-action-12 h3 {
  margin-bottom: 1rem;
  color: #f12f20;
}
.hollow-action-12 ul li {
  color: #fff;
}
.hollow-action-12 ul li i {
  padding-right: .5rem;
}
.hollow-action-12 .button-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: right;
}
.hollow-action-12 .button-wrap span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  opacity: 0;
  padding-right: .25rem;
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.hollow-action-12 .button-wrap:hover span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.hollow-action-12 .button-wrap i {
  position: relative;
  padding: .5rem;
  background: #fff;
  font-size: 1.5rem;
  color: #f12f20;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-action-12 .button-wrap:hover i {
  background: #f12f20;
  color: #fff;
}
.hollow-action-12 .button-wrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .hollow-action-12 .button-wrap span {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}


/*.hollow-action-01 {
  position: relative;
  background: url(img/action-01.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  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: .75rem 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 {
  background: #fff;
  color: #f12f20;
}
@media only screen and (min-width: 768px) {
  .hollow-action-01 .content-wrap {
   max-width: 70%;
   margin: auto;
  }
}*/


.hollow-action-11 {
  background: #f12f20;
  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: #dfd46d;
}
.hollow-action-11 a {
  font-size: 1.2rem;
  color: #FFF;
  padding: .5rem 1rem;
  background: transparent;
  border: 1px solid #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-action-11 a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #373737;
}
.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-06 {
  color: #363636;
  position: relative;
  overflow:hidden;
  /*border-top: 6px solid #f16020;*/
  border-bottom: 6px solid #f16020;
}
.hollow-contact-06 .form-wrap {
  position: relative;
  background: rgba(255,255,255,0.9);
  z-index: 1000;
  padding: 2.5rem;
  text-align: left;
  margin: 4rem 2rem;
}
.hollow-contact-06 .form-wrap .form-title-wrap {
  display: block;
  text-align: center;
}
.hollow-contact-06 .form-wrap .form-title-wrap h1 {
  font-weight: 300;
  color: #f12f20;
  margin-bottom: 2rem;
}
.hollow-contact-06 .form-wrap .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.hollow-contact-06 .form-wrap .wpcf7-form-control-wrap input,
.hollow-contact-06 .form-wrap .wpcf7-form-control-wrap textarea {
  font-family: 'Lato';
  font-size: 1rem;
  font-weight: 300;
  display: block;
  margin-bottom: .5rem;
  padding: .7rem .5rem;
  border: 1px solid rgba(0,0,0,0);
  background: #373737;
  color: #fff;
}
.hollow-contact-06 .form-wrap .wpcf7-form-control-wrap input:focus,
.hollow-contact-06 .form-wrap .wpcf7-form-control-wrap textarea:focus {
  border: 1px solid #dfd46d;
}
.hollow-contact-06 .form-wrap .wpcf7 input[type="email"] {
  position: relative;
  width: 48.5%;
  float: left;
  z-index: 1000;
}
.hollow-contact-06 .form-wrap .wpcf7 input[type="tel"]{
  position: relative;
  width: 49%;
  float: right;
  z-index: 1000;
}
.hollow-contact-06 .form-wrap .wpcf7 textarea {
  height: 14vw;
  max-height: 130px;
}
.hollow-contact-06 .form-wrap .wpcf7 input[type="text"]::-webkit-input-placeholder,
.hollow-contact-06 .form-wrap .wpcf7 input[type="email"]::-webkit-input-placeholder,
.hollow-contact-06 .form-wrap .wpcf7 input[type="tel"]::-webkit-input-placeholder,
.hollow-contact-06 .form-wrap .wpcf7 textarea::-webkit-input-placeholder {
  font-family: 'Lato';
  font-weight: 300;
  line-height: 1;
  color: rgba(255,255,255,0.6);
}
.hollow-contact-06 .form-wrap input[type="submit"] {
  font-family: 'Lato';
  font-size: 1rem;
  padding: .5rem 2rem;
  font-weight: 300;
  display: inline-block;
  position: relative;
  border: none;
  color: #FFF;
  background: #f16020;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-contact-06 .form-wrap input[type="submit"]:hover {
  background: #f12f20;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
.hollow-contact-06 .form-wrap .wpcf7 textarea {
  height: 30vw;
}
}
@media only screen and (max-width: 1199px) {
  .hollow-contact-06 .form-wrap {
      padding: 2rem 1.5rem;
  }
}
.hollow-contact-06 .content-wrap {
  display: block;
  background: rgba(255,255,255,0.9);
  z-index: 10;
  text-align: center;
}
.hollow-contact-06 .info-wrap {
  display: block;
  position: relative;
  background: #fff;
  padding: 1rem;
}
.hollow-contact-06 .content-wrap .text-wrap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  border-bottom: 2px solid #f12f20;
  text-align: left;
}
.hollow-contact-06 .content-wrap .text-wrap h3 {
  font-size: 1.1rem;
  font-weight: 400;
  color: #373737;
  display: inline-block;
  vertical-align: top;
  width: 28%;
}
.hollow-contact-06 .text-wrap span {
  display: inline-block;
  text-align: left;
  margin-bottom: .5rem;
}
.hollow-contact-06 .content-wrap .text-wrap p {
  color: #373737;
  display: inline-block;
  vertical-align: top;
}
.hollow-contact-06 .social {
display: inline-block;
font-size: 1.5rem;
}
.hollow-contact-06 .fa-stack {
  height: 3rem;
  width: 3rem;
}
.hollow-contact-06 .social .fa-stack-1x,
.hollow-contact-06 .social .fa-stack-2x {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-contact-06 .social .fa-stack-1x {
  color: #FFF;
  font-size: .7em;
}
.hollow-contact-06 .social .fa-stack-2x {
  color: #f16020;
  font-size: 1.5em;
}
.hollow-contact-06 .social a:hover .fa-stack-1x {
  color: #f16020;
}
.hollow-contact-06 .social a:hover .fa-stack-2x {
  color: #FFF;
}
.hollow-contact-06 .map-wrapper .gmap_canvas {
  position: relative;
}
.hollow-contact-06 .contact-background {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: initial;
  height: auto;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .hollow-contact-06 .form-wrap {
    width: 34vw;
    max-width: 490px;
  }
  .hollow-contact-06 .map-wrapper .gmap_canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);       
  }
  .hollow-contact-06 .animation-wrap {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    position: absolute;
    z-index: 500;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-contact-06 .contact-background {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
  }
}

.hollow-contact-01 {
  color: #373737;
  position: relative;
}
.hollow-contact-01 .info-text-wrap {
  background: #fff;
  padding: 1rem;
}
.hollow-contact-01 .title-wrap {
  display: block;
  border-bottom: 2px solid #dfd46d;
  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: #f12f20;
  padding: .2rem 1rem;
  margin-left: 8rem;
  line-height: 1;
  border: 1px solid #f12f20;
  z-index: 5000;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.hollow-contact-01 .title-wrap a:hover {
  background: #f12f20;
  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 */
.footer-01 {
  background: #373737;
  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 #f12f20;
  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: #719C3B;
}
.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: #719C3B;
}
.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-217 .hollow-content-int3 {
  margin-bottom: -1rem;
}
.page-id-216 .hollow-content-int3 {
  padding-bottom: 3rem;
}
.hollow-content-int3 .text-wrap {
  position: relative;
  display: block;
  text-align: left;
  padding: 1rem 3rem;
}
.page-id-216 .hollow-content-int3 .text-wrap {
  padding: 4rem 0 0;
}
 .hollow-content-int3 .left {
  border-left: .5rem solid #dfd46d;
  padding-left: 1rem;
}
.hollow-content-int3 h1 {
  color: #373737;
  font-size: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.hollow-content-int3 h2 {
  font-size: 1.3rem;
  color: #f12f20;
  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 span.num-span {
  font-weight: 400;
  white-space: nowrap;
}
.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 ul {
  display: block;
}
.hollow-content-int3 ul li i {
  color: #373737;
  vertical-align: top;
  margin-top: .3rem;
  padding-right: .75rem;
}
.hollow-content-int3 ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: middle;
  font-size: 1.2rem;
}
.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;
  }
}
.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: #1b6c80;
  text-transform: uppercase;
}
.interior-bar-01 h4 {
  color: #000;
  font-size: 1.3rem;
  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: #373737;
  padding: 4rem 0 3rem;
}
.page-id-218 section.interior-bar-01.bg-1 {
  margin-bottom: -1rem;
  padding-bottom: 4rem;
}
section.interior-bar-01.bg-1 p {
  color: #fff;
}
section.interior-bar-01.bg-1 h4 {
  color: #fff;
  line-height: 1.4;
}
section.full-img {
  overflow: hidden;
}
section.full-img img {
  width: 100%;
}
.hollow-action-06 {
  padding: 4rem 0;
  background: #fff;
  margin-bottom: -1rem;
}
.hollow-action-06 .flex-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 12rem;
}
.hollow-action-06 h2 {
  margin-bottom: .5rem;
  color: #dfd46d;
}
.hollow-action-06 p {
  margin-bottom: 1rem;
  color: #696868;
}
.hollow-action-06 a#number {
  font-size: 1.6rem;
  color: #696868;
}
.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: #696868;
}
.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(241, 96, 32, 0);
  }
  100% {
    fill: rgba(241, 96, 32, 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(241, 96, 32 ,0);
  }
  100% {
    fill: rgba(241, 96, 32 ,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(241, 96, 32 ,0);
  }
  100% {
    fill: rgba(241, 96, 32 ,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-service-boxes-17 {
  padding: 4rem 0 1rem;
  background: #373737;
}
.hollow-service-box-17 {
  margin-bottom: 3rem;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  overflow: hidden;
  position: relative;
  background: #FFF;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-service-box-17:hover {
  box-shadow: 2px 2px 12px rgba(0,0,0,0.6);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hollow-service-box-17 .img-wrap {
  display: block;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
.hollow-service-box-17 .img-wrap img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hollow-service-box-17 .text-wrap {
  display: block;
  position: relative;
  padding: 1.5rem;
}
.hollow-service-box-17 .text-wrap h3 {
  font-weight: 400;
  line-height: 1.2;
  color: #f12f20;
  margin-bottom: 1rem;
}
.hollow-service-box-17 .text-wrap p {
  color: #696868;
  margin-bottom: .4rem;
  line-height: 1.3;
}
.hollow-service-box-17 .button-wrap {
  display: block;
  position: relative;
  text-align: right;
}
.hollow-service-box-17 .button-wrap a {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  padding-right: .4rem;
  color: #949494;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-service-box-17 .button-wrap a:hover {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  color: #719c3b;
}
.hollow-service-box-17 .button-wrap a:hover i {
  display: inline-block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  color: #719c3b;
}
.hollow-service-box-17 .button-wrap a i {
  opacity: 0;
  padding-left: .4rem;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media (min-width: 992px) {
  .hollow-service-box-17 .img-wrap {
    width: 40%;
  }
  .hollow-service-box-17 .text-wrap{
    width: 60%;
    float: right;
  }
  .hollow-service-box-17 .button-wrap a {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-service-box-17 .img-wrap {
    position: relative;
    height: 20vw;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-service-box-17 .img-wrap {
    height: 50vw;
  }
  .hollow-service-box-17 .button-wrap {
    padding-right: 1rem;
  }
}
.wpcf7-apply-form-header h1 {
    color: #36352a;
    text-transform: uppercase;
    padding: 15px;
    font-size: 1em;
    margin: 0px;
}
.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: #333;
    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: #fff;
    border: 2px solid #fff;
    transition: background 0.25s;
    font-size: 18px;
}
.wpcf7-apply-form .submit-wrapper input:hover {
    background: #fff;
    color: #373737;
    cursor: pointer;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    font-size: .8em;
    background: #fff;
    color: #999999;
}
.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;
}

/*============================ */
/* Careers Form v2
============================== */
.page-id-218 .form-wrap .group-wrap:first-of-type {
  margin-bottom: 3rem;
}
.page-id-218 .form-wrap .group-wrap {
  border: 2px solid #dfd46d;
  padding: 1rem 1.5rem 1rem 0.5rem;
  position: relative;
}
.page-id-218 .form-wrap .wpcf7-apply-form p {
  margin: 1rem 0 .5rem .8rem;
}
.page-id-218 .form-wrap .min-header {
  display: inline-block;
}
.page-id-218 .form-wrap .min-header h3 {
  color: #dfd46d;
  text-transform: uppercase;
  padding: 15px;
  font-size: 1.5rem;
  margin: 0px;
  margin: 0 3rem 0rem;
  position: absolute;
  display: block;
  background: #373737;
  top: -30px;
}
@media only screen and (max-width: 767px) {
  .page-id-218 .form-wrap .min-header h3 {
    font-size: 1.2rem;
    margin: 0 1rem 1rem;
    position: relative;
    top: unset;
    text-transform: capitalize;
    background: transparent;
  }
  .page-id-218 .form-wrap .group-wrap:first-of-type {
    margin-bottom: -2px;
  }
}
@media only screen and (max-width: 425px) {
  .page-id-218 .form-wrap .min-header h3 {
    font-size: 1.5rem;
    margin: 0rem;
    padding: 0 .5rem .5rem;
  }
  .page-id-218 .form-wrap .wpcf7-apply-form p {
    font-size: 1.1rem;
    font-weight: 400;
  }
  .wpcf7-apply-form input[type="text"], 
  .wpcf7-apply-form input[type="email"] {
    font-size: 12px;
  }
}
/*============================ */
/* 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: #373737;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  padding: .5rem 1rem;
  margin-bottom: 0.7rem; 
  border-left: .5rem solid #dfd46d;
}
.interior-contact-03 .content-wrap p {
  font-weight: 300;
  color: #333;
  margin: 0;
}
.interior-contact-03 ul li .fa {
  font-size: 2rem;
  color: #f12f20;
}
.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;
}
.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 #373737;
  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: #f12f20;
}
.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: #f16020;
  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: #f12f20;
}
.interior-contact-03 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #373737;
}
.interior-contact-03 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #373737;
}
.interior-contact-03 :-ms-input-placeholder {
  /* IE 10+ */
  color: #373737;
}
.interior-contact-03 :-moz-placeholder {
  /* Firefox 18- */
  color: #373737;
}
.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-01 .meta-wrap a:hover {
  color: #dfd46d;
}
.wpcf7-contact-page input:focus,
.wpcf7-contact-page textarea:focus {
  border-color: #f12f20;
}
.wpcf7-contact-page .submit-wrapper input:hover {
  cursor: pointer;
}
/*SEO BANNER*/
.content.seo {
  background: #f12f20;
}
.content.seo p a:hover {
  color: #373737;
}
/*============================ */
/* Corner Item 01
============================== */
.hollow-corner-item-01 {
  display: inline-block;
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 2rem;
  font-family: 'Lato';
  margin: 1rem;
  background: #373737;
  z-index: 1000;
}
.hollow-corner-item-01_header {
  display: block;
  position: relative;
  width: 100%;
  background: #f12f20;
  overflow: hidden;
}
.hollow-corner-item-01_form-wrap {
  padding: 1rem;
  display: none;
}
.hollow-corner-item-01.open .hollow-corner-item-01_form-wrap {
  display: block;
}
.hollow-corner-item-01 h3 {
  display: block;
  position: relative;
  font-size: .5em;
  color: #FFF;
  line-height: 2;
  font-weight: 400;
  padding-left: 1rem;
  padding-right: 2.5rem;
  white-space: nowrap;
}
.hollow-corner-item-01_toggle {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  padding: 0 1rem;
  float: right;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-corner-item-01_toggle .close {
  display: none;
}
.hollow-corner-item-01.open .hollow-corner-item-01_toggle .close {
  display: block;
}
.hollow-corner-item-01_toggle .open {
  display: block;
}
.hollow-corner-item-01.open .hollow-corner-item-01_toggle .open {
  display: none;
}
.hollow-corner-item-01 .fa-minus,
.hollow-corner-item-01 .fa-plus {
  position: relative;
  color: #FFF;
  line-height: 2.5;
  font-size: .8rem;
}
.hollow-corner-item-01 .wpcf7-form-control-wrap input {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-weight: 300;
  line-height: 1;
  font-size: 1rem;
  color: #000;
  padding: .3rem .6rem;
  border: none;
  margin-bottom: .5rem;
  max-width: 12rem;
}
.hollow-corner-item-01 input[type="submit"] {
  font-family:'Lato';
  display: block;
  position: relative;
  color: #FFF;
  background: #f16020;
  padding: .5rem;
  line-height: 1;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  border: none;
  width: 100%;
  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: #f12f20;
}
.hollow-corner-item-01 .form-wrap .wpcf7 input[type="text"]::-webkit-input-placeholder,
.hollow-corner-item-01 .form-wrap .wpcf7 input[type="email"]::-webkit-input-placeholder,
.hollow-corner-item-01 .form-wrap .wpcf7 input[type="tel"]::-webkit-input-placeholder {
  font-family: 'Lato';
  font-weight: 300;
  color: #545454;
  color: rgba(255,255,255,0.6);
}
.hollow-corner-item-01 .wpcf7 .ajax-loader {
  display: none;
}
.hollow-corner-item-01 .wpcf7 .ajax-loader.is-active {
  display: inline-block;
}
.hollow-corner-item-01 .wpcf7-not-valid-tip {
  display: block;
  position: relative;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  margin: -6px 0 .5rem;
}
.hollow-corner-item-01 .wpcf7-response-output {
  display: none !important;
}
/*============================ */
/* Additional Revisions
============================== */
#fancybox-title {
  display: none!important;
}
span.nowrap {
  white-space: nowrap;
}
span.nowrap a, span.num-span a,
.hollow-action-11 h3#phone a, .hollow-contact-06 .content-wrap .text-wrap p 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: #aeb0b3;
}*/
/*.interior-contact-03 {
  padding: 2rem 0 4rem;
}*/
.interior-contact-03 .contact-03-meta li {
  margin: 0 1rem;
  line-height: 1.5;
}
.page-id-219 .hollow-contact-01 .info-text-wrap {
  display: none;
}
.interior-bar-01 {
  overflow: hidden;
}
.hollow-service-boxes-07 .height-wrap {
  margin-bottom: 1rem;
}
.page-id-217 .hollow-contact-06:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0,0,0,.3);
}
.page-id-217 .hollow-contact-06 {
  background: url(img/action-12.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-217 .hollow-contact-06 .content-wrap {
  background: transparent;
}
.page-id-217 .hollow-contact-06 .map-wrapper {
  display: none;
}
/*============================ */
/* Responsive Revisions
============================== */
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-header-01 nav a {
    text-transform: capitalize;
    /*padding: 0.3rem 0.5rem;*/
    /*font-size: 0.9rem;*/
  }
  .hollow-action-10 h3 {
    font-size: 1.6rem;
  }
}
@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-01 .logo {
    display: none;
  }
  .interior-contact-03 {
    margin-top: 2rem;
  }
  .hollow-content-int3 {
    margin-top: 4rem;
  }
  .hollow-content-int3 .text-wrap {
    padding: 3rem 3rem 1rem;
  }
  .interior-bar-01 ul li p {
    max-width: 85%;
  }
  .footer-01 .cred-wrap {
    width: 85vw;
  }
  .footer-01 h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  /*.interior-contact-03 {
    padding: 4rem 0;
  }*/
  .hollow-hero-02 .caption-wrap {
    padding: 0 1rem;
  }
  .hollow-contact-06,
  .page-id-217 .hollow-contact-06,
  .page-id-217 .hollow-contact-06:before,
  .hollow-contact-06 .content-wrap {
    background: #333;
  }
  .hollow-contact-06 .info-wrap {
    padding-top: 2rem;
  }
  .page-id-216 .hollow-content-int3,
  .hollow-action-06 {
    padding-bottom: 0;
  }
  .hollow-action-06 a#number {
    display: none;
  }
  .interior-contact-03 .contact-03-meta ul {
    margin-bottom: 1rem;
  }
}
/*============================ */