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

.hollow-header-02 {
  display: block;
  position: relative;
  z-index: 9000;
  background: #FFF;
  color: #f6f6f6;
  width: 100%;
}
.hollow-header-02.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0 2px 5px -2px #000;
}
.hollow-header-02 .logo img {
  -webkit-transition: all .32s ease;
  -o-transition: all .32s ease;
  transition: all .32s ease;
}
.hollow-header-02.sticky .logo img {
  display: none;
}
.hollow-header-02 .va-middle {
  float: left;
}
.hollow-header-02 .phone {
  text-align: left;
  font-size: 0;
  display: inline-block;
}
.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;
}
.hollow-header-02 .meta-wrap-outer {
  font-size: 2rem;
  font-family: 'Lato';
  font-weight: 400;
  background: #0064fb;
  margin: 0;
}
.hollow-header-02 .meta-wrap-inner {
  display: block;
  position: relative;
  text-align: right;
}
.hollow-header-02 .meta-wrap .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: capitalize;
  font-size: 2rem;
  position: relative;
  z-index: 5000;
}
.hollow-header-02 nav a {
  padding: .2rem .6rem;
  display: block;
  color: #000a75;
  font-size: .9rem;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
}
.hollow-header-02 nav a:focus {
  color: #000a75;
}
.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: #d0000b;
  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: #fff;
  color: #000a75;
}
.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: #d0000b;
  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: #0064fb;
  -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: #d0000b;
}
.hollow-header-02 .mobile-toolbar>* {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .hollow-header-02 .mobile-toolbar {
    display: none;
  }
  .hollow-header-02 .menu {
    float: right;
  }
  .hollow-header-02 nav .menu-item {
    float: left;
    position: relative;
  }
  .hollow-header-02 nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
  }
  .hollow-header-02 nav .menu-item-has-children:hover>ul.dropdown-menu {
    display: block;
  }
  .hollow-header-02 .mobile-toolbar{
    display: none;
  } 
}
@media only screen and (max-width: 991px) {
  .hollow-header-02 .logo img {
    margin:0 auto;
  }
  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: #0064fb;
  }
  .hollow-header-02 nav a {
    font-size: 1rem;
    text-transform: uppercase;
    color: #000a75;
  }
 
  .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: #fff;
    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-16 {
  background: grey;
  position: relative;
  overflow: hidden;
}
.hollow-hero-16 .slide {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.hollow-hero-16 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%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.hollow-hero-16 .caption {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.hollow-hero-16 h1 {
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .5rem;
	text-shadow:1px 1px 1px #000;
}
.hollow-hero-16 hr {
  width: 30%;
  margin: 1rem auto;
  border-color: #FFF;
  border-width: .5px;
}
.hollow-hero-16 p {
  color: #FFF;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  font-size: 1.1rem;
	
  font-weight: 400;
	text-shadow: 0 0 17px #080808;
}
.hollow-hero-16 .button-wrap {
  position: relative;
}
.hollow-hero-16 a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #FFF;
  font-weight: 400;
  padding: .3rem 1rem;
  margin: 0 .4rem .5rem;
  border: 1px solid #FFF;
  text-transform: uppercase;
  letter-spacing: .1rem;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.hollow-hero-16 a::before {
  content: "";
  display: block;
  position: absolute;
  top: -20%;
  left: -230%;
  height: 300%;
  width: 200%;
  background: #FFF;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
  z-index: -1;
}
.hollow-hero-16 a:hover {
  color: #d0000b;
}
.hollow-hero-16 a:hover::before {
  left: -10%;
}
@media only screen and (max-width:767px) {
	.hollow-hero-16 .slide {
		height:460px;
	}
}

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

.hollow-service-boxes-03 {
  position: relative;
  padding: 3rem 0 1rem;
  background: url(img/service-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.hollow-service-box-03 {    
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 11rem;
  margin-bottom: 2rem;
}
.hollow-service-box-03::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(255,255,255,0.8);
  z-index: 99;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(160%) skewY(-4deg);
  -ms-transform: translateY(160%) skewY(-4deg);
  -o-transform: translateY(160%) skewY(-4deg);
  transform: translateY(160%) skewY(-4deg);
}
.hollow-service-box-03:hover::before {
  background: rgba(255,255,255,0.8);
  -webkit-transform: translateY(120%) skewY(-8deg);
  -ms-transform: translateY(120%) skewY(-8deg);
  -o-transform: translateY(120%) skewY(-8deg);
  transform: translateY(120%) skewY(-8deg);
}
.hollow-service-box-03 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 299;
}
.hollow-service-box-03_hoverbar {
  background: #000a75;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  z-index: 199;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-service-box-03:hover .hollow-service-box-03_hoverbar {
  background: #d0000b;
  cursor: pointer;
  margin-bottom: 1rem;
}
.hollow-service-box-03_hoverbar h3 {
  display: inline-block;
  position: relative;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
  padding: .4rem .4rem .4rem 1rem;
}
.hollow-service-box-03_hoverbar i {
  display: inline-block;
  position: relative;
  color: #FFF;
  line-height: 1.2;
  font-size: 1.3rem;
  vertical-align: middle;
  overflow: hidden;
  padding-bottom: .4rem;
}
.hollow-service-box-03_hoverbar i.fa-long-arrow-right::before {
  position: relative;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all .3s ease;
}
.hollow-service-box-03:hover .hollow-service-box-03_hoverbar i.fa-long-arrow-right::before {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.hollow-service-box-03 img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  z-index: 1;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.hollow-content-02 {
  padding: 4rem 0;
  position: relative;
  background: #f6f6f6;
  border-bottom: 1px solid #dcdcdc;
}
.hollow-content-02 h1 {
  color: #000a75;
  font-weight: 400;
  margin: 0;
  text-align: left;
  margin-bottom: 1.5rem;
}
.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 .content-logos {
  text-align: center;
}
.hollow-content-02 a {
  font-size: 1rem;
  color: #FFF;
  padding: .75rem 1.5rem;
  font-weight: 300;
  max-width: 48%;
  vertical-align: middle;
  /*background: #719c3b;
  border: 1px solid #719c3b;*/
  display: inline-block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-content-02 .text-wrap a:hover {
  background: transparent;
  color: #719c3b;
}
.hollow-content-02 .img-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 16rem;
  overflow: hidden;
  border: 2px solid #d0000b;
}
.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-07 {
  position: relative;
  background: #000a75;
  /*margin: 4rem 0;*/
  padding: 4rem 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-action-07 a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
.hollow-action-07-text-wrap {
  text-align: left;
}
.hollow-action-07 h1 {
  color: #FFF;
  font-weight: 700;
}
.hollow-action-07 h3 {
  color: #FFF;
  font-weight: 300;
}
.hollow-action-07-img-wrap {
  display: inline-block;
  position: absolute;
  right: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hollow-action-07 img {
  -webkit-transition: all.3s ease;
  -o-transition: all.3s ease;
  transition: all.3s ease;
}
@media screen and (min-width: 992px) {
  .hollow-action-07:hover {
    background: #0064fb;
  }
  .hollow-action-07:hover img {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  .hollow-action-07-text-wrap {
    padding-left: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-action-07-text-wrap {
    padding: 0;
  }
  .hollow-action-07 img {
    margin-top: -2rem;
  }
}

.hollow-associate-01 {
  padding: 2rem 0;
  /*background: #f6f6f6;
  border-top: 1px solid #d0000b;
  border-bottom: 1px solid #d0000b;*/
}
.hollow-associate-01 .assoc-slider {
  margin-bottom: 0;
}
.hollow-associate-01 .assoc-slider .slick-slide {
  text-align: center;
}
.hollow-associate-01 .assoc-slider .slick-slide:last-of-type {
  text-align: center;
}
.hollow-associate-01 .assoc-slider a {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.hollow-associate-01 .slick-prev:before,
.hollow-associate-01 .slick-next:before {
  color: #000 !important;
}
.hollow-associate-01 .assoc-slider a:focus {
  outline: 0;
}
.hollow-associate-01 .assoc-slider a img {
  max-width: 100%;
  display: inline-block;
}

.hollow-contact-06 {
  color: #363636;
  position: relative;
  overflow:hidden;
}
.hollow-contact-06 .form-wrap {
  position: relative;
  background: rgba(255,255,255,0.9);
  z-index: 1000;
  padding: 2.5rem;
  text-align: left;
  margin: 2rem 4rem;
}
.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: #000a75;
  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: #000a75;
  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 #d0000b;
}
.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.9);
}
.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: #0064fb;
  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: #d0000b;
  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 #d0000b;
  text-align: left;
}
.hollow-contact-06 .content-wrap .text-wrap h3 {
  font-size: 1.1rem;
  font-weight: 400;
  color: #000a75;
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
.hollow-contact-06 .text-wrap span {
  display: inline-block;
  text-align: left;
  margin-bottom: .5rem;
}
.hollow-contact-06 .content-wrap .text-wrap p {
  color: #000a75;
  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: #0064fb;
  font-size: 1.5em;
}
.hollow-contact-06 .social a:hover .fa-stack-1x {
  color: #fff;
}
.hollow-contact-06 .social a:hover .fa-stack-2x {
  color: #d0000b;
}
.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,
	.hollow-contact-06 iframe{
    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: #000a75;
  position: relative;
}
.hollow-contact-01 .info-text-wrap {
  background: #fff;
  padding: 1rem;
}
.hollow-contact-01 .title-wrap {
  display: block;
  border-bottom: 2px solid #0064fb;
  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: #d0000b;
  padding: .2rem 1rem;
  margin-left: 8rem;
  line-height: 1;
  border: 1px solid #d0000b;
  z-index: 5000;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.hollow-contact-01 .title-wrap a:hover {
  background: #d0000b;
  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-02 {
  background: #d0000b;
  color: #FFF;
  padding: 1rem 0;
  border-top: 4px solid #000a75;
}
.footer-02 p {
  margin: 0;
}
.footer-02 a {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  line-height: 2;
  font-size: 1rem;
}
.footer-02 .copyright,
.footer-02 .design {
  padding: .5rem 0;
  font-weight: 300;
}
.footer-02 .design {
  float: right;
}
@media only screen and (max-width:991px) {
  .footer-02 {
    text-align: center;
  }
  .footer-02 .design {
    float: none;
  }
  .footer-02 .copyright {
    padding: 0 0 .25rem;
  }
  .footer-02 .design {
    padding: 0;
  }
}
/*INTERIOR*/
.interior-header-img-01 {
  background: url(img/1.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-216 .interior-header-img-01 {
  background: url(img/2.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-217 .interior-header-img-01 {
  background: url(img/3.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-218 .interior-header-img-01 {
  background: url(img/4.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-219 .interior-header-img-01 {
  background: url(img/5.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-220 .interior-header-img-01 {
  background: url(img/6.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-221 .interior-header-img-01 {
  background: url(img/8.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-222 .interior-header-img-01 {
  background: url(img/1.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-223 .interior-header-img-01 {
  background: url(img/9.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-224 .interior-header-img-01 {
  background: url(img/10.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-570 .interior-header-img-01 {
  background: url(//meplumbingllc.com/site/wp-content/uploads/20211015_201840.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: 20rem 0;
  padding-bottom: 4rem;
}
.interior-header-05 h1 {
  display: inline-block;
  color: #fff;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1;
  padding: .5rem 1rem;
  margin: 0;
  background: rgba(0, 100, 251, 0.8);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.interior-header-05 h2 {
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  background: rgba(208, 0, 11, 0.8);
  width: 32rem;
  padding: .5rem 1rem;
}
@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;
  padding: 4rem 0 3rem;
}
.interior-bar-01 h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 1em;
}
.interior-bar-01 h3 {
  color: #000a75;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.interior-bar-01 h4 {
  text-transform: uppercase;
  color: #000;
  font-size: .6em;
}
.interior-bar-01 p {
  color: #36352A;
}
.interior-bar-01 .center {
  text-align: center;
}
.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: #0064fb;
  font-weight: 400;
}
.interior-bar-01 .link-1:hover {
  color: #d0000b;
}
.inactiveLink {
   pointer-events: none;
   cursor: default;
}
.interior-bar-01 ul {
  display: block;
}
.interior-bar-01 ul li i {
  color: #d0000b;
  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;
  margin-top: .5rem;
}
@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;
  }
}
.hollow-action-06 {
  padding: 3rem 0;
  background: #000a75;
  margin-bottom: -1rem;
  border-bottom: 4px solid #d0000b;
}
.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-testimonial-04 {
  position: relative;
  padding-bottom: 1.5rem;
}
.hollow-testimonial-04 .testimonial-wrap {
  display: block;
  position: relative;
}
.hollow-testimonial-04 .text-wrap {
  display: inline-block;
  position: relative;
  padding: 0 9rem 2rem 9rem;
  background: #f4f4f4;
  margin: 0 1rem 2rem;
  border: 2px solid #000a75;
}
.hollow-testimonial-04 .col5 {
  width: 5%;
  float: left;
  display: inline-block;
  font-size: 2rem;
}
.hollow-testimonial-04 .col90 {
  width: 100%;
  float: left;
  display: inline-block;
  font-size: 2rem;
}
.hollow-testimonial-04 p {
  color: #36352A
}
.hollow-testimonial-04 .text-wrap p {
  margin: 0;
  color: #36352A;
  -webkit-margin-before: 1rem;
}
.hollow-testimonial-04 .right {
  float: right;
}
.hollow-testimonial-04 i {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-family: 'IM Fell French Canon';
  font-size: 4rem;
  line-height: 0.9;
  color: #0064fb;
}
.hollow-testimonial-04 i.left {
  -webkit-transform: translate(-35px,82px);
  -ms-transform: translate(-35px,82px);
  -o-transform: translate(-35px,82px);
  transform: translate(-35px,82px);
}
.hollow-testimonial-04 i.quote-right {
  -webkit-transform: rotate(180deg) translate(-42px,60px);
  -ms-transform: rotate(180deg) translate(-42px,60px);
  -o-transform: rotate(180deg) translate(-42px,60px);
  transform: rotate(180deg) translate(-42px,60px);
}
.hollow-testimonial-04 .name {
  display: block;
  position: relative;
  text-align: center;
  margin-top: -1rem;
}
.hollow-testimonial-04 .name h3 {
  color: #000a75;
}
.hollow-testimonial-04 .name h4 {
  color: #000;
  margin-top: 1rem;
}
.hollow-testimonial-04 ul {
  display: inline-block;
  position: relative;
  font-size: 2rem;
}
.hollow-testimonial-04 ul li {
  display: inline-block;
  position: relative;
  float: left;
  font-size: 1.3rem;
  padding: .3rem;
  color: #d0000b;
}
@media only screen and (max-width: 767px) {
  .hollow-testimonial-04 .text-wrap {
    padding: 0 4rem;
  }
  .hollow-testimonial-04 i.left {
    -webkit-transform: rotate(180deg) translate(40px,-20px);
    -ms-transform: rotate(180deg) translate(40px,-20px);
    -o-transform: rotate(180deg) translate(40px,-20px);
    transform: rotate(180deg) translate(40px,-20px);
  }
}
/*============================ */
/* 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;
  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 h3 {
  color: #000a75;
  text-transform: uppercase;
}
.interior-contact-03 .content-wrap p {
  font-weight: 300;
  color: #333;
  margin: 0;
  margin-bottom: 1rem;
}
.interior-contact-03 ul li .fa {
  font-size: 2rem;
  color: #d0000b;
}
.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 #000a75;
  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: #d0000b;
}
.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: #0064fb;
  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: #000a75;
}
.interior-contact-03 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000a75;
}
.interior-contact-03 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000a75;
}
.interior-contact-03 :-ms-input-placeholder {
  /* IE 10+ */
  color: #000a75;
}
.interior-contact-03 :-moz-placeholder {
  /* Firefox 18- */
  color: #000a75;
}
.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: #d0000b;
}
.wpcf7-contact-page input:focus,
.wpcf7-contact-page textarea:focus {
  border-color: #d0000b;
}
.wpcf7-contact-page .submit-wrapper input:hover {
  cursor: pointer;
}
/*SEO BANNER*/
.content.seo {
  background: #0064fb;
}
.content.seo p a:hover {
  color: #d0000b;
}

/*============================ */
/* 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: #117fbe;
  z-index: 1000;
}
.hollow-corner-item-01_header {
  display: block;
  position: relative;
  width: 100%;
  background: #000a75;
  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: #000a75;
  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: #d0000b;
}
.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-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: #0064fb;
}
.interior-contact-03 {
  padding: 2rem 0 4rem;
}
.interior-contact-03 .contact-03-meta li {
  margin: 0 1rem;
  line-height: 1.5;
}
.page-id-224 .hollow-contact-01 .info-text-wrap {
  display: none;
}
.interior-bar-01 {
  overflow: hidden;
}
.hollow-header-02 .meta-wrap-inner span.spacer {
  padding: 0 0.4rem;
}
/*============================ */
/* 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-content-02 .img-wrap {
    height: 24rem;
  }
  .interior-bar-01 ul li p {
    max-width: 85%;
  }
  .hollow-action-07 {
    padding: 6rem 0;
  }
  .hollow-action-07-img-wrap {
    top: 55%;
    right: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-224 .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;
  }
  .interior-contact-03 {
    padding: 4rem 0;
  }
  .interior-contact-03 .contact-03-meta ul {
    margin-bottom: 1rem;
  }
  .hollow-action-07,
  .hollow-action-07-text-wrap {
    text-align: center;
  }
  .hollow-action-07-img-wrap {
    position: relative;
    top: unset;
    right: unset;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .hollow-action-07 img {
    margin-top: 2rem;
  }
  .hollow-contact-06,
  .hollow-contact-06 .content-wrap {
    background: #000a75;
  }
	#housecall-spacer,
	#housecall-bar { height:0px !important; }
}
@media only screen and (max-width: 425px) {
  .hollow-testimonial-04 i {
    visibility: hidden;
  }
}
/*============================ */