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

.hollow-header-02 {
  display: block;
  position: relative;
  z-index: 9000;
  background: #FFF;
  color: #f6f6f6;
  width: 100%;
}
.hollow-header-02.sticky {
  position: fixed;
  top: 0;
}
.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 span {
    color: #FFF;
    font-size: 1rem;
    font-weight: 400;
    margin: .4rem 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: #0b3e66;
  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 nav {
  float: right;
}
.hollow-header-02 nav a {
  font-size: 1em;
  text-transform: none;
}
.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 {
  display: inline-block;
  background: none;
  font-family: 'Lato';
  text-transform: uppercase;
  font-size: 2rem;
  position: relative;
  z-index: 5000;
}
.hollow-header-02 nav a {
  padding: .3em .6em;
  display: block;
  color: #0b3e66;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}
.hollow-header-02 nav a:focus {
  color: #0b3e66;
}
.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: #ed2342;
  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: #ed2342;
  color: #fff;
}
.hollow-header-02 .dropdown-menu>li:hover>a, .hollow-header-02 .dropdown-menu>li.active>a, .hollow-header-02 .dropdown-menu>.active>a:hover, .hollow-header-02 .dropdown-menu>.active>a:focus {
  background: #0e5c9a;
  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: #0b3e66;
  -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: #ed2342;
}
.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: 60px auto 15px;
  }
  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: #0b3e66;
  }
  .hollow-header-02 nav a {
    font-size: 1em;
    text-transform: uppercase;
    color: #FFF;
  }
  
  .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: #0b3e66;
    box-shadow: 0 3px 3px -2px #000;
    pointer-events: none;
    opacity: 0;
  }
  .hollow-header-02 nav .menu-item-has-children.open .dropdown-menu {
    display: block;
  }
  .hollow-header-02 .dropdown-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
  }
  .hollow-header-02 .dropdown-menu>li>a {
    padding-left: 2.5em;
  }
  .hollow-header-02 .mobile-toolbar>* {
    display: inline-block;
  }
  .hollow-header-02 .mobile-toolbar a {
    font-size: 34px;
    float: left;
  }
}


.hollow-hero-05 {
    display: block;
    position: relative;
    font-family: 'Lato';
    font-size: 2rem;
}
.hollow-hero-05 .slide-wrap {
    visibility: hidden;
}
.hollow-hero-05 .slide-wrap.slick-initialized {
    visibility: visible;
}
.hollow-hero-05 .slick-slide {
    position: relative;
    height: 36rem;
    overflow: hidden;
}
.hollow-hero-05 .fixed-caption {
  position: absolute;
  top: 0;
  left: 0;
}
/*.hollow-hero-05 .slick-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(25,25,25,0.2);
}*/
.hollow-hero-05 img {
    display: block;
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    max-width: initial;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.hollow-hero-05 .caption-wrap {
  display: block;
  position: relative;
  width: 100%;
  padding: 4rem;
  text-align: left;
  z-index: 2000;
}
.hollow-hero-05 .caption {
  display: inline-block;
  position: relative;
  text-align: left;
  max-width: 26rem;
  background: rgba(237,35,66,0.8);
  padding: 1rem;
}
.hollow-hero-05 .caption h1 {
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #FFF;
    text-transform: uppercase;
}
.hollow-hero-05 .caption p {
    font-size: .6em;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color: #FFF;
}

.hollow-service-boxes-02 {
    display: block;
    position: relative;
    font-family: 'Lato';
    font-size: 2rem;
    padding: 2rem 0 0 0;
    padding: 3rem 0 1rem;
    background: url(img/service-bg.jpg) center center no-repeat;
    background-size: cover;
}
.hollow-service-boxes-02_img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(237,35,66,0.8);
  z-index: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(-150%) skewX(-15deg);
  -ms-transform: translateX(-150%) skewX(-15deg);
  -o-transform: translateX(-150%) skewX(-15deg);
  transform: translateX(-150%) skewX(-15deg);
}
.hollow-service-boxes-02_img-wrap:hover::before {
  -webkit-transform: translateX(-50%) skewX(-15deg);
  -ms-transform: translateX(-50%) skewX(-15deg);
  -o-transform: translateX(-50%) skewX(-15deg);
  transform: translateX(-50%) skewX(-15deg);
}
.hollow-service-boxes-02_img-wrap {
  display: block;
  position: relative;
  width: 100%;
  border: 2px solid #FFF;
  margin-bottom: 1rem;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-service-boxes-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%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.hollow-service-boxes-02_img-wrap a {
  display: block;
  position: relative;
  text-align: center;
  padding: 4rem 0;
  top: 50%;
  width: 100%;
  height: 100%;
  font-size: .8em;
  font-weight: 300;
  line-height: 1;
  color: #FFF;
  opacity: 0;
  z-index: 99;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-service-boxes-02_img-wrap:hover a {
  opacity: 1;
}
.hollow-service-boxes-02_img-wrap a i {
  font-size: .8em;
  line-height: 1;
  padding-left: .5rem;
}
.hollow-service-boxes-02 h2 {
  color: #ed2342;
  font-size: .6em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .5rem;
  text-transform: uppercase;
}
.hollow-service-boxes-02 p {
  color: #FFF;
  font-size: .6em;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .hollow-service-boxes-02 {
    text-align: center;
  }
}

.hollow-content-02 {
  font-family: 'Lato';
  font-size: 2rem;
  text-align: center;
  padding: 2rem 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.hollow-content-02 .text-wrap {
  text-align: left;
  font-size: 2rem;
}
.hollow-content-02 h1 {
  color: #0e5c9a;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  text-align: left;
  margin-bottom: 1.5rem;
}
.hollow-content-02 p:first-of-type {
  margin-top: -.5rem;
}
.hollow-content-02 p {
  font-size: .6em;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.hollow-content-02 a {
  font-size: .6em;
  color: #FFF;
  padding: .6em 1.2em;
  font-weight: 300;
  background: #ed2342;
  border: 1px solid #ed2342;
  display: inline-block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-content-02 .text-wrap a:hover {
  background: transparent;
  color: #ed2342;
}
.hollow-content-02 .img-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 16rem;
  overflow: hidden;
  border: 3px solid #ed2342;
}
.hollow-content-02 .img-wrap img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;  
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media only screen and (max-width: 767px) {
  .hollow-content-02 .content-wrap {
      border: none;
      padding: 0 .6em;
  }
  .hollow-content-02 .text-wrap {
      margin-bottom: 1em;
  }
  .hollow-content-02 .img-wrap {
      width: 100%;
  }
  .hollow-content-02 .img-wrap img {
    width: 100%;
  }
}

.hollow-contact-10 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
  text-align: center;
  padding: 4rem 0;
  overflow: hidden;
  background: url(img/contact-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.hollow-contact-10 .form-wrap {
  display: block;
  position: relative;
  padding: 0 12rem;
}
.hollow-contact-10 h1 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: .5rem;
  color: #FFF;
}
.hollow-contact-10 p {
  font-size: .6em;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #FFF;
}
.hollow-contact-10 .your-email {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.hollow-contact-10 .your-phone {
  float: left;
  width: 50%;
}
.hollow-contact-10 .wpcf7-form-control-wrap {
  font-size: 2rem;
}
.hollow-contact-10 .wpcf7-form-control-wrap input,
.hollow-contact-10 .wpcf7-form-control-wrap textarea {
  font-size: .6em;
  font-family: 'Lato';
  font-weight: 300;
  color: #FFF;
}
.hollow-contact-10 input:not([type="submit"]), .hollow-contact-10 textarea {
  width: 100%;
  border: 1px solid #fff;
  background: rgba(11, 62, 102, 0.8);
  padding: .6em;
  margin-bottom: 1rem;
  color: #FFF;
}
.hollow-contact-10 .wpcf7-form-control-wrap textarea {
  z-index: 0;
  height: 14rem;
  max-height: 200px;
}
.hollow-contact-10 .wpcf7-form-control.wpcf7-submit {
  background: #0e5c9a;
  border: none;
  padding: .5em 1.75em;
  font-family: 'Lato';
  color: #FFF;
  cursor: pointer;
  font-weight: 300;
  font-size: .6em;
  width: 100%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-contact-10 .wpcf7-form-control.wpcf7-submit:hover {
  background: #ed2342;
}
.hollow-contact-10 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.hollow-contact-10 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.hollow-contact-10 :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.hollow-contact-10 :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.hollow-contact-10 .wpcf7-not-valid-tip {
  line-height: 1;
  line-height: 1;
  margin-top: -.8rem;
  margin-bottom: .5rem;
}
@media only screen and (max-width: 991px) {
  .hollow-contact-10 .form-wrap {
    padding: 0 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-contact-10 {    
    background-attachment: unset;
  }
  .hollow-contact-10 .form-wrap {
    padding: 0;
  }
}

.hollow-contact-08 {
  position: relative;
  display: block;
  font-family: 'Lato';
  font-size: 2rem;
  padding: 2rem 0;
  background: #0b3e66;
  border-bottom: 3px solid #ed2342;
}
.hollow-contact-08 .content-wrap {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 2rem;
}
.hollow-contact-08 .left-align {
  display: inline-block;
  position: relative;
  text-align: left;
}
.hollow-contact-08 .content-wrap h1 {
  font-size: 1.4em;
  font-weight: 300;
  color: #FFF;
  line-height: 1.2;
  margin-bottom: .7rem;
  text-transform: capitalize;
}
.hollow-contact-08 .content-wrap h3 {
  font-size: .8em;
  font-weight: 400;
  color: #ed2342;
}
.hollow-contact-08 .content-wrap p {
  font-size: .6em;
  font-weight: 300;
  color: #FFF;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.hollow-contact-08 .content-wrap p.height {
  margin-bottom: .5rem;
}
.hollow-contact-08 .content-wrap p.width {
  max-width: 24rem;
}
.hollow-contact-08 .social {
    display: block;
    font-size: 1.2rem;
    color: #FFF;
    padding-right: 2rem;
}
.hollow-contact-08 ul.hours li:nth-child(2n+1) {
  background: #0e5c9a;
}
.hollow-contact-08 .hours li {
  padding: 3px 10px;
  color: #fff;
}
.hollow-contact-08 .hours span {
  float: right;
}
.hollow-contact-08 .social .fa-stack-2x {
    color: #FFF;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.hollow-contact-08 .social .fa-stack-1x {
    color: #ed2342;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.hollow-contact-08 .social a:hover .fa-stack-2x {
    color: #ed2342;
}
.hollow-contact-08 .social a:hover .fa-stack-1x {
    color: #FFF;
}
@media only screen and (max-width: 767px) {
  .hollow-contact-08 .left-align {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
}

.hollow-contact-01 {
    font-family: 'Lato';
    font-size: 2rem;
    color: #0b3e66;
    position: relative;
}
.hollow-contact-01 .info-wrap {
    z-index: 10;
}
.hollow-contact-01 .info-wrap .info-text-wrap {
    background: #fff;
    padding: .5em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap {
    display: block;
    border-bottom: 2px solid #0e5c9a;
    margin-bottom: .3em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap h1,
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a {
    display: inline-block;
    line-height: 1em;
    font-weight: 300;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap h1 {
    font-size: 1.5em;
    margin-bottom: .3em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a {
    font-size: .75em;
    padding: .1em .6em;
    border: 1px solid #ed2342;
    margin-left: 3em;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    color: #ed2342;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a:hover {
    background: #ed2342;
    color: #fff;
}
.hollow-contact-01 .info-wrap .text-wrap {
    padding: .3rem 0;
}
.hollow-contact-01 .info-wrap .text-wrap h3 {
  color: #0e5c9a;
  font-size: .7em;
}
.hollow-contact-01 .content-wrap .info-wrap .text-wrap p {
    color: #000;
    line-height: 1.5em;
    font-weight: 300;
    font-size: .6em;
}
.hollow-contact-01 .contact-background {
    position: relative;
    display: block;
    width: 100%;
}
/*iPhone phone number <a> autowrap fix*/
.hollow-contact-01 .info-wrap .text-wrap p > a {
    color: #000;
}
.hollow-contact-01 .gm-style-iw { color:#000 !important; }
@media only screen and (min-width: 768px) {
    .hollow-contact-01 .info-wrap {
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        position: absolute;
    }
}

/* Footer */
.footer-02 {
    background: #0b3e66;
    color: #fff;
    font-family: 'Lato';
    font-weight: 300;
    font-size: 1em;
    line-height: 1em;
    padding: 10px;
}
.footer-02 a {
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 2;
}
.footer-02 .copyright, .footer-02 .design {
    padding: 15px 0;
    font-weight: 300;
}
.footer-02 .design {
    float: right;
}
.footer-02 .design a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
}
@media only screen and (max-width:991px) {
    .footer-02 {
        text-align: center;
    }
    .footer-02 .design {
        float: none;
    }
}
/*INTERIOR*/
.interior-header-img-01 {
  background: url(img/h1.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 3.5rem;
}
.page-id-209 .interior-header-img-01 {
  background: url(img/h3.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 3.5rem;
}
.page-id-210 .interior-header-img-01 {
  background: url(img/h4.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 3.5rem;
}
.page-id-211 .interior-header-img-01 {
  background: url(img/h5.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 3.5rem;
}
.page-id-212 .interior-header-img-01 {
  background: url(img/h6.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 3.5rem;
}
.page-id-214 .interior-header-img-01 {
  background: url(img/h3.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 3.5rem;
}
.interior-header-05 {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: 'Lato';
  text-align: left;
  padding: 12rem 0;
  padding-bottom: 3.5rem;
}
.interior-header-05 h1 {
  display: inline-block;
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1;
  padding: .5rem 1rem;
  margin: 0;
  background: rgba(237, 35, 66, 0.8);
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .interior-header-05 h1 {
    font-size: 1.1em;
  }
}
.interior-bar-01 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
}
.interior-bar-01 h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  background: #0e5c9a;
  padding: .5rem 1rem;
  font-weight: 300;
  text-align: center;
}
.interior-bar-01 h3 {
  color: #ed2342;
  font-size: .7em;
  text-transform: uppercase;
}
.interior-bar-01 h4 {
  text-transform: uppercase;
  color: #000;
  font-size: .6em;
}
.interior-bar-01 p {
  color: #0b3e66;
}
.interior-bar-01 .top {
  margin-top: 1.5rem;
}
.interior-bar-01 strong {
  font-weight: 400;
}
.interior-bar-01 .no-wrap {
  white-space: nowrap;
}
.interior-bar-01 .link-1 {
  color: #0b3e66;
  font-weight: 400;
}
.interior-bar-01 .link-1:hover {
  color: #ed2342;
}
.interior-bar-01 .btn-wrap {
  text-align: left;
  margin-bottom: 3.5rem;
  display: inline-block;
}
.interior-bar-01 .btn-wrap a {
  display: inline-block;
  background: #ed2342;
  color: #fff;
  padding: .5rem 1rem;
  margin-right: 1.8rem;
}
.interior-bar-01 .btn-wrap a:hover {
  background: #b1142c;
}
.interior-bar-01 ul {
  margin-bottom: 1.5rem;
  display: block;
}
.interior-bar-01 ul li i {
  color: #0e5c9a;
  vertical-align: top;
  margin-top: .3rem;
}
.interior-bar-01 .img-right,
.interior-bar-01 .img-left,
.interior-bar-01 .img-ctr {
  margin: 0 auto .5em;
}
@media only screen and (min-width: 768px) {
  .interior-bar-01 .img-right {
    float: right;
    max-width: 40%;
    margin-left: 0.5em;
    margin-bottom: 0.3em;
  }
  .interior-bar-01 .img-left {
    float: left;
    max-width: 40%;
    margin-right: 0.5em;
    margin-bottom: 0.3em;
  }
}
.interior-bar-01 .img-wrap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.interior-bar-01 .img-wrap::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-bar-01 .img-wrap img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media (min-width: 768px) {
  .interior-bar-01 .img-wrap {
    margin-top: .5rem;
  }
}
@media only screen and (max-width: 991px) {
  .interior-bar-01 .img-wrap::before {
    margin: 19rem 0;
  }
}
section.interior-bar-01.bg-1 {
    background: url(img/service-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: -2rem;
    margin-top: 2rem;
}
section.interior-bar-01.bg-1 p {
  color: #fff;
}
section.interior-bar-01.bg-1 h3 {
  color: #fff;
  font-size: .7em;
  text-transform: uppercase;
}
/*SEO BANNER*/
.content.seo {
  background: #fff;
}
.content.seo p {
  color: #0b3e66;
  font-weight: 300;
  font-size: .6em;
}
.content.seo strong {
  font-weight: 400;
}
.content.seo p a {
  color: #0b3e66;
}
.content.seo p a:hover {
  color: #ed2342;
}
.content.seo i.fa {
  color: #ed2342;
  font-size: 60px;
}
/*CONTACT*/
header.hollow-header-02 .phone a:hover,
header.hollow-header-02 .social a:hover {
  color: #ed2342;
}
.wpcf7-contact-page input:focus,
.wpcf7-contact-page textarea:focus {
  border-color: #ed2342;
}
.wpcf7-contact-page .submit-wrapper input:hover {
  cursor: pointer;
}
/*============================ */
/* Additional Revisions
============================== */
#fancybox-title {
  display: none!important;
}
span.nowrap {
  white-space: nowrap;
}
span.nowrap a,
strong.no-wrap a,
.hollow-contact-08 .content-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;
}
span.spacer {
  padding: 0 0.7rem;
}
.hollow-contact-10 .your-phone,
.hollow-contact-10 .your-email {
  z-index: 10;
}
.hollow-contact-10 input:not([type="submit"]),
.hollow-contact-10 textarea {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-contact-10 input:not([type="submit"]):focus,
.hollow-contact-10 textarea:focus {
  border-left-width: 4px;
  border-left-color: #ed2342;
}
.hollow-contact-08 .content-wrap ul.hours {
  border: 1px solid #0e5c9a;
}
.page:not(.home) .hollow-service-boxes-02 h2 {
  color: #fff;
}
/*============================ */
/* Responsive Revisions
============================== */
@media only screen and (max-width: 991px) {
  .hollow-content-02 .img-wrap {
    height: 24rem;
  }
  .hollow-content-02 p {
    color: #000;
  }
  .hollow-contact-10 p {
    font-size: 0.65em;
    font-weight: 400;
  }
  .interior-bar-01 a.link-1 {
    font-size: inherit;
    line-height: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-hero-05 .caption {
    max-width: 30rem;
  }
  .hollow-hero-05 .caption-wrap {
    padding: 5rem 1rem;
  }
  .hollow-hero-05 .slick-slide {
    height: 40rem;
  }
  .hollow-content-02 h1 {
    text-align: center;
  }
  .hollow-content-02 p {
    text-align: justify;
  }
  .hollow-content-02 .img-wrap {
    height: 16rem;
  }
  .hollow-contact-08 .content-wrap p.width {
    max-width: 65%;
    margin: 0 auto 1rem;
  }
  .hollow-contact-08 .social {
    padding-right: 0;
  }
  .hollow-contact-08 .content-wrap ul.hours {
    max-width: 75%;
    margin: 0 auto;
    text-align: left;
    border: 2px solid #0e5c9a;
  }
  .page-id-207 section.interior-bar-01.bg-1 {
    text-align: center;
  }
  .page-id-207 section.interior-bar-01.bg-1 .btn-wrap {
    text-align: center;
    margin-bottom: 1.5rem;
    display: block;
  }
  .page-id-207 section.interior-bar-01.bg-1 .btn-wrap a {
    margin-right: 0;
  }
  .page-id-207 .vid-wrap img {
    margin: 1rem auto;
  }
  .interior-page .split-list ul {
    margin: 0;
  }
  .interior-page .split-list :first-of-type ul {
    margin-top: 1rem;
  }
  .interior-page .split-list :last-of-type ul {
    margin-bottom: 1rem;
  }
  .page:not(.home) .hollow-service-boxes-02 {
    border-bottom: 1px solid #fff;
  }
  .page:not(.home) .hollow-service-boxes-02 h2 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 400;
  }
  .page-id-213 .map-wrapper {
    margin-bottom: 3rem;
    border: 3px solid #002047;
  }
  .hollow-contact-01 .content-wrap .info-wrap .title-wrap a {
    float: right;
    margin: 1rem 1rem 0 0;

  }
}
/*============================ */
.review-btn-wrap {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 100%;
 /*  width: 650px;  */
  z-index: 9999;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transition: transform 0.2s;
  box-shadow: 0 2px 5px -2px #000;
  -webkit-font-smoothing: antialiased;
}
.review-btn-wrap .review-btn {
  position: absolute;
  left: 100%;
  bottom: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  background: #2ecc71;
  color: #fff;
  box-shadow: 0 2px 5px -2px #000;
  transition: background 0.2s;
  font-size: 20px;
  padding: 5px 15px;
  white-space: nowrap;
  text-decoration: none;
}
.review-btn-wrap .review-btn:hover {background:#239c56;}
.review-btn-wrap .review-btn span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  text-align: center;
}
.review-btn-wrap .review-btn .stars {text-align: center;}
.review-btn-wrap .review-btn .stars i.fa {font-size: 16px; color: #ffff00; line-height: 1.5;}